@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//surrostudio.pl/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.0.6") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//surrostudio.pl/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//surrostudio.pl/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//surrostudio.pl/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//surrostudio.pl/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//surrostudio.pl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//surrostudio.pl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//surrostudio.pl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//surrostudio.pl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-transform: none;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: inherit;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(250,218,221);
	--wd-alternative-color: rgba(250,218,221,0.44);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(250,218,221);
	--btn-accented-bgcolor-hover: rgb(250,218,221);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(250,218,221);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(250,218,221);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://surrostudio.pl/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "GlacialIndifference";
	src: url("//surrostudio.pl/wp-content/uploads/2025/09/GlacialIndifference-Regular.woff2") format("woff2"), 
url("//surrostudio.pl/wp-content/uploads/2025/09/GlacialIndifference-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* === SPÓJNE KARTY PRODUKTÓW – WOODMART + ELEMENTOR === */

/* Główny kontener produktu */
.products .product-grid-item,
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  height: 520px; /* dopasuj w zależności od ilości tekstu */
  position: relative;
}

/* Sekcja treści (tytuł, cena, przycisk) */
.products .product-grid-item .wd-entities-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
}

/* Obrazek produktu – jednakowa wysokość */
.products .product-grid-item img,
.woocommerce ul.products li.product img {
  width: 100%;
  height: 260px; /* dopasuj według proporcji zdjęć */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* Tytuł produktu */
.products .product-grid-item .wd-entities-title a {
  display: block;
  min-height: 44px; /* aby tytuły o 1–2 linie nie wpływały na wysokość */
  font-weight: 500;
  color: #222;
}

/* Cena */
.products .product-grid-item .price {
  font-weight: 600;
  color: #f0a9a9;
  margin: 10px 0;
}

/* Przycisk “Dodaj do koszyka” – wyrównany do dołu */
.products .product-grid-item .wd-add-btn,
.woocommerce ul.products li.product .button {
  margin-top: auto;
  background-color: #FADADD!important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.products .product-grid-item .wd-add-btn:hover,
.woocommerce ul.products li.product .button:hover {
  background-color: #FADADD !important;
}

/* Zapobieganie przeskakiwaniu przez etykiety typu “Ostatnia sztuka!” */
.products .product-grid-item .wd-product-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}


.wd-search-full-screen .searchform input[type="text"] {
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: 12px; /* zmieniono z 48px */
	
	
}

.wd-search-full-screen .search-info-text {
    overflow: hidden;
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    transition: all .6s 
ease;
}

.wd-header-cats.wd-style-1 .menu-opener-icon {
    display: none !important;
}

.wd-checkout-steps {
  
    text-transform: none !important;

}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    text-wrap: balance;
    text-wrap: pretty;
    display: block;
	border-color: #fadadd;
	background-color: #fadadd;
	padding: 10px 20px;
}

:is(.btn,.button,button,[type=submit],[type=button]) {
  
    color: var(--btn-color, ##FADADD);
    border: var(--btn-brd-width, 0px) var(--btn-brd-style, solid) var(--btn-brd-color, ##FADADD);
    background-color: var(--btn-bgcolor, #FADADD);

}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    line-height: 0.1;
    margin-top: 0px;
    display: none !important;
}


.woocommerce-product-details__short-description {
    display: none !important;
}

/* Ukryj tylko krótki opis produktu w koszyku i podsumowaniu zamówienia */
.wc-block-components-order-summary-item__description p,
.wc-block-components-product-metadata {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Przywróć nazwę i ilość produktu */
.wc-block-components-order-summary-item__quantity,
.wc-block-components-order-summary-item__name {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    margin: initial !important;
    padding: initial !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center:nth-of-type(2),
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block [data-block-name="woocommerce/product-new"] {
    display: none !important;
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
    display: none;
}

.wd-contact-form .form-title,
.elementor-widget-wd_contact_form_7 .wd-contact-form .form-title {
  display: none !important;
}

.elementor-widget-wd_contact_form_7 .wd-contact-form input:first-of-type {
  display: none !important;
}

/* Ukrywa nagłówek NIP */
.wc-block-components-checkout-step__heading h2:contains("NIP") {
    display: none;
}

/* Ukrywa całe pole (kontener) */
.wc-block-components-checkout-step__heading {
    display: none;
}

/* Jeśli jest specyficzna klasa dla pola NIP */
.wc-block-components-checkout-step__heading {
    display: none;
}

#billing_vat_number {
    display: none;
}

label[for="billing_vat_number"] {
    display: none;
}