:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "League Spartan", 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: 14px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(74,63,46);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(139,90,43);
	--btn-accented-bgcolor-hover: rgb(139,90,43);
	--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: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 740px;
}
: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: rgb(17,17,17);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(243,243,243);
	background-image: none;
}
.wd .product-label.attribute-label:not(.label-with-img) {
	color: rgb(0,0,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 768.98px) {
	.woocommerce-product-gallery {
		--wd-gallery-gap: 0px;
	}
	.woocommerce-product-gallery.thumbs-position-left {
		--wd-thumbs-height: 0px;
	}

}
: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-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: 0px;
}

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


.wd-page-title {
background-color: rgb(74,63,46);
}

/* Cena bez DPH a s DPH */
.hd-price-vat-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1.25;
}

.hd-price-excl {
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
}

.hd-price-excl-value {
  font-weight: 800;
}

.hd-price-excl-label {
  font-size: 13px;
  font-weight: 700;
  color: #777;
  text-transform: uppercase;
}

.hd-price-incl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 9px;
  background: #f6f0e8;
  color: #2b2118;
  font-size: 15px;
  font-weight: 800;
}

.hd-price-incl-label {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.75;
}

.hd-price-incl-value {
  font-size: 15px;
  font-weight: 900;
}

.single-product .summary .hd-price-vat-box {
  margin-bottom: 14px;
}

.single-product .summary .hd-price-incl {
  font-size: 16px;
  padding: 7px 12px;
}

.product-grid-item .hd-price-incl,
.wd-product .hd-price-incl {
  font-size: 13px;
  padding: 5px 8px;
}

.product-grid-item .hd-price-incl-label,
.wd-product .hd-price-incl-label {
  font-size: 12px;
}
/* Banner soutěže Prodezi v detailu koupacího sudu */

.hd-product-prodezi-notice {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin: 18px 0 22px;
  padding: 20px 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(0,113,227,.08), transparent 34%),
    linear-gradient(135deg, #f5f5f7 0%, #ffffff 100%);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

.hd-product-prodezi-notice * {
  box-sizing: border-box;
}

.hd-product-prodezi-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 9px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eaf6ee;
  color: #2d6a3f;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hd-product-prodezi-title {
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 850;
}

.hd-product-prodezi-text {
  max-width: 620px;
  margin-top: 8px;
  color: #5f5f66;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.hd-product-prodezi-text strong {
  color: #1d1d1f;
  font-weight: 850;
}

.hd-product-prodezi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0071e3;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(0,113,227,.20);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.hd-product-prodezi-button:hover {
  background: #005bb5;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 15px 34px rgba(0,113,227,.24);
}

@media (max-width: 768px) {
  .hd-product-prodezi-notice {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .hd-product-prodezi-button {
    width: 100%;
  }
}

/* Soutěžní banner v kategorii koupacích sudů */

.hd-category-prodezi-box {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 28px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 30px 0 34px !important;
  padding: 30px 34px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 90% 10%, rgba(0,113,227,.08), transparent 34%),
    linear-gradient(135deg, #f5f5f7 0%, #ffffff 100%) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: 0 18px 54px rgba(0,0,0,.07) !important;
  font-family: inherit !important;
  overflow: hidden !important;
}

.hd-category-prodezi-box * {
  box-sizing: border-box !important;
}

.hd-category-prodezi-badge {
  display: inline-flex !important;
  align-items: center !important;
  margin-bottom: 14px !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  background: #eaf6ee !important;
  color: #2d6a3f !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.hd-category-prodezi-content h2 {
  margin: 0 !important;
  max-width: 760px !important;
  color: #1d1d1f !important;
  font-size: clamp(26px, 2.5vw, 36px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  font-weight: 850 !important;
}

.hd-category-prodezi-content p {
  max-width: 800px !important;
  margin: 14px 0 0 !important;
  color: #5f5f66 !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

.hd-category-prodezi-content p strong {
  color: #1d1d1f !important;
  font-weight: 850 !important;
}

.hd-category-prodezi-points {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  margin-top: 18px !important;
}

.hd-category-prodezi-points span {
  display: inline-flex !important;
  align-items: center !important;
  padding: 9px 12px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  color: #4f4f55 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.hd-category-prodezi-side {
  min-width: 220px !important;
  text-align: right !important;
}

.hd-category-prodezi-prize {
  display: inline-grid !important;
  gap: 5px !important;
  margin-bottom: 14px !important;
  padding: 16px 18px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.055) !important;
  text-align: left !important;
}

.hd-category-prodezi-prize small {
  color: #6e6e73 !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  font-weight: 800 !important;
}

.hd-category-prodezi-prize strong {
  color: #1d1d1f !important;
  font-size: 22px !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
  font-weight: 850 !important;
}

.hd-category-prodezi-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 13px 21px !important;
  border-radius: 999px !important;
  background: #0071e3 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
  box-shadow: 0 12px 30px rgba(0,113,227,.20) !important;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease !important;
  white-space: nowrap !important;
}

.hd-category-prodezi-button:hover {
  background: #005bb5 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 15px 34px rgba(0,113,227,.24) !important;
}

.hd-category-prodezi-note {
  margin-top: 10px !important;
  color: #86868b !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

@media (max-width: 900px) {
  .hd-category-prodezi-box {
    grid-template-columns: 1fr !important;
    padding: 26px 22px !important;
  }

  .hd-category-prodezi-side {
    min-width: 0 !important;
    text-align: left !important;
  }

  .hd-category-prodezi-prize {
    width: 100% !important;
  }

  .hd-category-prodezi-button {
    width: 100% !important;
  }

  .hd-category-prodezi-points span {
    white-space: normal !important;
  }
}

/* =========================
   KONFIGURÁTOR / WOO VARIACE
   Production-ready CSS
   ========================= */

/* 1) WooCommerce variace – skrytí labelů bez rozbití přístupnosti
   Pozn.: pokud chceš labely skrýt jen v konfigurátoru, obal konfigurátor třídou .konfigurator
   a přepiš selektor na: .konfigurator table.variations .label
*/
table.variations .label {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* 2) Wrapper pro výpis konfigurace + poptávkový formulář */
.konfigurator-quote-wrapper {
    margin: clamp(40px, 8vw, 150px) auto; /* responzivní vertikální mezera */
    padding: 20px;
    max-width: 800px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Nadpis */
.konfigurator-quote-wrapper h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

/* 3) Vybrané možnosti */
.konfigurator-selected-options {
    margin-bottom: 30px;
}

.konfigurator-selected-options h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #555;
    text-align: center;
}

.konfigurator-selected-options ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.konfigurator-selected-options li {
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: left;
}

.konfigurator-selected-options li strong {
    color: #000;
}

/* 4) Formulář */
.konfigurator-quote-form {
    margin-top: 30px;
    text-align: center;
}

.konfigurator-quote-form h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #555;
    text-align: center;
}

.konfigurator-quote-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Inputy */
.konfigurator-quote-form input,
.konfigurator-quote-form textarea {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;           /* centrování při max-width */
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;   /* aby padding nezvětšoval šířku */
}

/* Tlačítko */
.konfigurator-quote-form button {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.konfigurator-quote-form button:hover,
.konfigurator-quote-form button:focus {
    background-color: #0056b3;
    outline: none;
}

/* 5) WoodMart text swatche – desktop styling */
@media (min-width: 1025px) {
    div.wd-swatch.wd-text.wd-enabled {
        padding: 1rem;
        border: 2px solid #000;
        border-radius: 7px;
    }
}

/* 6) WoodMart text swatche – aktivní (pokud téma používá .selected) */
.wd-swatch.wd-text.wd-enabled.selected {
    background: #000;
    color: #fff;
}
/* Zobrazení názvů variant na produktové stránce */
.single-product table.variations td.label,
.single-product table.variations th.label,
.single-product table.variations .label {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Vzhled popisků (Materiál / Rozměr) */
.single-product table.variations td.label label {
    display: inline-block !important;
    font-weight: 700;
    font-size: 14px;
    color: #222;
    margin: 0 0 8px 0;
}

/* Aby se swatche/dropdown neposouvaly divně vedle labelu */
.single-product table.variations td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}