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

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(107,107,107);
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(217,194,173);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 8px;
}

@media (min-width: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.btn.btn-style-link {
    --btn-brd-width: 0px !important;
}
/* Opinie */
/* Domyślny stan - ukrywamy pełny tekst */
.testi-full {
    display: none;
}

/* Klasa .is-expanded którą doda JS - pokazuje pełny tekst */
.testi-text-wrapper.is-expanded .testi-full {
    display: block;
    animation: fadeIn 0.5s;
}

/* Gdy rozwinięte, ukrywamy skrót */
.testi-text-wrapper.is-expanded .testi-short {
    display: none;
}

/* Stylizacja przycisku */
.testi-read-more-btn {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 13px;
    color: #212121;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

.testi-read-more-btn:hover {
    text-decoration: underline;
}

/* Animacja dla płynności */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.star-rating {
		color: #212121 !important;
}
/* Footer */
.copyrights-wrapper {
    border-top: 0px !important;
    padding: 21px 0px 55px !important;
}
div.wd-col-start.reset-last-child {
		font-size: small !important;
}
.wd-el-toggle-content {
    margin-top: 0px !important;
}@media (min-width: 1025px) {
	/* --- STYL MENU a'la Hospittal --- */

/* 1. Główny pasek menu (Białe tło, cień, przyklejenie) */
.whb-main-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #f0f0f0; /* Bardzo delikatna linia na dole */
    box-shadow: 0 5px 30px rgba(0,0,0,0.05); /* Miękki, "medyczny" cień */
}

/* 2. Elementy menu (Tekst) */
.wd-nav-main > li > a {
    color: #00235C !important; /* Ciemny granat/czarny (jak na wzorze) */
    font-weight: 600 !important; /* Pogrubiona czcionka */
    font-size: 15px !important;
    text-transform: none !important; /* Wyłączamy wielkie litery, jeśli Woodmart je wymusza */
    padding-left: 15px;
    padding-right: 15px;
}

/* 3. Efekt po najechaniu na menu */
.wd-nav-main > li > a:hover {
    color: #83b735 !important; /* Twój zielony kolor */
    background-color: transparent !important;
}

/* 4. Przycisk "Umów wizytę" w nagłówku (jeśli go masz) */
.whb-header .wd-button-wrapper a {
    border-radius: 50px !important; /* Pigułka (zaokrąglone boki) */
    background-color: #83b735 !important; /* Zielone tło */
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 12px 30px !important; /* Większy padding */
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 4px 15px rgba(131, 183, 53, 0.4); /* Zielona poświata pod przyciskiem */
}

.whb-header .wd-button-wrapper a:hover {
    background-color: #00235C !important; /* Zmiana na granat po najechaniu */
    transform: translateY(-2px); /* Lekkie uniesienie */
}

/* 5. Logo - optymalizacja */
.site-logo img {
    max-height: 50px; /* Dostosuj wysokość, żeby nie rozpychało menu */
    width: auto;
}
/* Styl dla przyklejonego menu */
.whb-sticked .whb-main-header {
    background-color: rgba(255, 255, 255, 0.95) !important; /* Lekka przezroczystość */
    backdrop-filter: blur(10px); /* Rozmycie tła pod spodem (efekt szkła) */
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}
}

@media (max-width: 576px) {
	/* Mobile bottom navbar */

span.wd-toolbar-label {
    position: static !important;
    white-space: pre-line !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
}
.wd-toolbar-link .wd-custom-icon {
    display: none !important;
}
.wd-toolbar {
    position: fixed !important;
    margin: 0 4% 5% 4% !important;
    width: 72% !important;
    display: flex !important;
    box-shadow: 2px 2px 10px rgb(34 34 34 / 40%) !important;
		background-color: #212121 !important;
		border-radius: 8px !important;
}
.wd-toolbar .wd-tools-element {
    position: relative;
    --wd-header-el-color: #fff !important;
}
.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
    display: block !important;
    position: static !important;
    white-space: pre-line !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
}

/* Footer */
.c-footer .wd-wpb {
    margin-bottom: 13px !important;
}
.wd-el-toggle-icon {
    color: #212121 !important;
}
}

