/* Version: K12-TOOLTIP-TEXT-BLACK-v1 | baseline: app_K12_swatch_text_activeborder_v3.css + ui_BASELINE_K12_OK.php | change: custom swatch tooltip text black like swatch label; ui switched from title to data-tooltip/aria-label only for swatches */
/* VERSION: K12-SWATCH-TEXT-ACTIVEBORDER-v3 | baseline: app_K12_swatch_text_activeborder_v2.css | zmena: .eurokfg__swatch gap 3->4, .eurokfg__swatchName font-size 10.6->11.6 */
/* Version: K12-SWATCH-LABELS-AND-WIDTH-v2 | baseline: app_K12_swatch_fix_v2.css | change: swatch width +2px */
/*
K7-V12 (OK)
- všetky dropdowny idú cez custom “pilulky” (produkt/šírka/dĺžka/iso/brána)
- pilulky: radius 10px (ako box), bez medzier, menu bez paddingu, full-bleed
- TYPO LOCK: Arial natvrdo pre celý konfigurátor, labely modré 16px
Dátum: 2026-03-02
*/
:root{
  --eurokfg-blue: rgb(0, 66, 130);
  --eurokfg-soft: #f4f5f7;
}

.eurokfg, .eurokfg *{
  box-sizing: border-box !important;
  font-family: Arial, Helvetica, sans-serif !important; /* TYPO LOCK */
}

.eurokfg{
  width: 100% !important;
  max-width: 1140px !important;
  margin: 20px auto 0 !important;
  padding: 0 12px !important;
  color: #000 !important;
  font-size: 14px !important;   /* TYPO LOCK */
  line-height: 1.2 !important;  /* TYPO LOCK */
}

.eurokfg__layout{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
  width: 100% !important;
}

/* Ľavá strana - flex kolumna, rovnaký rámček ako pravá */
.eurokfg__left{
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}


.eurokfg__left, .eurokfg__right{ min-width: 0 !important; }

.eurokfg__renderWrapper{
  padding: 0 !important;
  background: transparent !important;
}

.eurokfg__renderBox{
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  margin-top: 0 !important;
}

.eurokfg__renderTitle{ font-weight: 700 !important; margin-bottom: 10px !important; }
.eurokfg__renderLabel{ margin-top: 0 !important; margin-bottom: 6px !important; display: block !important; }



.eurokfg__renderImg{ display:block !important; width:100% !important; height:auto !important; border:none !important; }
.eurokfg img{ border: none !important; box-shadow: none !important; outline: none !important; }

.eurokfg__box{
  border: 2px solid #ddd !important;
  border-radius: 5px !important;
  padding: 0px 16px 46px 16px !important;
  position: relative !important;
  background: #f8f8f8 !important;
}

.eurokfg__box--render{
  min-height: 803px !important;
}

.eurokfg__title{ font-weight:700 !important; margin-bottom:8px !important; }

.eurokfg__header{
  margin-bottom: 16px !important;
  text-align: center !important;
}
.eurokfg__heading{
  font-size: 28px !important;
  font-weight: 700 !important;
  color: var(--eurokfg-blue) !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.eurokfg__subheading{
  font-size: 15px !important;
  color: #555 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.eurokfg__hr{
  margin: 14px 0 !important;
  border: none !important;
  border-top: 1px solid #eee !important;
}

/* LABELY / NADPISY (modré, 16px, bold) */
.eurokfg__labelNum{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: var(--eurokfg-blue) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-right: 7px !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
}

.eurokfg__label{
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--eurokfg-blue) !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
}

/* STRECHA */
.eurokfg__roofBlock{ margin-top: 0 !important; margin-bottom: 2px !important; }
.eurokfg__roofGrid{
  margin-top: 6px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}
.eurokfg__roofCard{
  border: 2px solid var(--eurokfg-blue) !important;
  border-radius: 5px !important;
  padding: 8px !important;
  display: block !important;
  cursor: pointer !important;
  background: #fff !important;
}
.eurokfg__roofRadio{ display:none !important; }
.eurokfg__roofCardInner{
  display: grid !important;
  grid-template-columns: 72px 1fr !important;
  gap: 10px !important;
  align-items: center !important;
}
.eurokfg__roofMini{
  width: 72px !important;
  height: 44px !important;
  border-radius: 10px !important;
  border: 1px solid #ddd !important;
  overflow: hidden !important;
  background: #fafafa !important;
}
.eurokfg__roofMiniImg{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display:block !important;
}

/* STRECHA názov = rovnaké ako ddL1 (14px, bold) */
.eurokfg__roofName{
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 1.15 !important;
}

.eurokfg__roofCard--selected .eurokfg__roofName{ font-weight: 700 !important; }
.eurokfg__roofCard--selected{ border-width: 2px !important; background:#fff !important; }
.eurokfg__roofCard--locked{ opacity:.65 !important; cursor:not-allowed !important; }

/* GRID */
.eurokfg__row{
  display: grid !important;
  gap: 10px !important;
  margin-top: 18px !important;
}
.eurokfg__row:first-child{ margin-top: 0 !important; }
.eurokfg__row--one{ grid-template-columns: 1fr !important; }
.eurokfg__row--two{ grid-template-columns: 1fr 1fr !important; }

.eurokfg__select{
  width: 100% !important;
  height: 40px !important;
  border: 2px solid var(--eurokfg-blue) !important;
  border-radius: 5px !important;
  padding: 0 10px !important;
  font-size: 14px !important;
  background: #fff !important;
  color: #000 !important;
}

.eurokfg__select:focus{
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 66, 130, .12) !important;
}

.eurokfg__select--hidden{ display:none !important; }

/* Dropdown base */
.eurokfg__dd{ position: relative !important; }

.eurokfg__ddBtn{
  width: 100% !important;
  min-height: 56px !important;
  border: 2px solid var(--eurokfg-blue) !important;
  border-radius: 5px !important;
  background: #fff !important;
  padding: 8px 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
}

.eurokfg__ddLeft{ min-width: 0 !important; }
.eurokfg__ddRight{ display: flex !important; align-items: center !important; gap: 10px !important; margin-left: auto !important; flex-shrink: 0 !important; }

.eurokfg__ddLines{
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  text-align: left !important;
  min-width: 0 !important;
}

.eurokfg__ddL1{
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.eurokfg__ddL2{
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #000 !important;
  opacity: .85 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.eurokfg__ddChevron{ opacity: .8 !important; font-size: 32px !important; }

.eurokfg__ddIcon{
  width: 48px !important;
  height: 48px !important;
  display: inline-block !important;
  border: none !important;
  outline: none !important;
}

.eurokfg__ddMenu{
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(100% + 6px) !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.08) !important;
  padding: 0 !important;         /* full-bleed pre pilulky */
  display: none !important;
  z-index: 9999 !important;
  overflow: hidden !important;   /* aby sa radius držal */
}

.eurokfg__ddMenu.is-open{ display: block !important; }

.eurokfg__ddOpt{
  width: 100% !important;
  border: 0 !important;          /* bez medzier/okrajov medzi pilulkami */
  border-radius: 0 !important;   /* radius rieši menu wrapper */
  background: #fff !important;
  padding: 12px 10px !important;
  text-align: left !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.eurokfg__ddOpt:hover{
  background: rgba(0, 66, 130, .12) !important;
  outline: 1px solid var(--eurokfg-blue) !important;
  outline-offset: -1px !important;
  border-radius: 5px !important;
}

.eurokfg__ddOpt.is-selected{
  background: rgba(0, 66, 130, .08) !important;
}

.eurokfg__ddOpt.is-disabled{
  opacity: .45 !important;
  cursor: not-allowed !important;
}

.eurokfg__ddOptGrid{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  padding-right: 5px !important;
}
.eurokfg__ddOptGrid .eurokfg__ddLines{
  flex: 1 !important;
}
.eurokfg__ddOptGrid .eurokfg__ddIcon{
  flex-shrink: 0 !important;
  margin-left: auto !important;
}

.eurokfg__ddOptGrid--plain{
  grid-template-columns: 1fr !important;
}

/* CENA */
.eurokfg__price{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  align-items: baseline !important;
  justify-content: center !important;
  padding: 9px 18px !important;
  background: transparent !important;
  border-radius: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.eurokfg__priceLabel{
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--eurokfg-blue) !important;
  line-height: 1.2 !important;
  width: 100% !important;
  text-align: center !important;
}
.eurokfg__priceValue{
  font-weight: 700 !important;
  font-size: 19px !important;
  color: #000 !important;
}
.eurokfg__currency{
  font-weight: 400 !important;
  font-size: 13px !important;
  color: #000 !important;
}
.eurokfg__vat{
  font-size: 13px !important;
  color: #666 !important;
  width: 100% !important;
  text-align: center !important;
}

.eurokfg__err{ margin-top:10px !important; color:#b00020 !important; font-size:13px !important; }

.eurokfg__statusbar{ display: none !important; }
.eurokfg__statuslabel{ font-weight:600 !important; }

@media (max-width: 980px){
  .eurokfg__layout{ grid-template-columns: 1fr !important; }
  .eurokfg__roofGrid{ grid-template-columns: 1fr !important; }
  .eurokfg__row--two{ grid-template-columns: 1fr !important; }
}

/* =========================
   K6/K7: 1-riadok pre PLAIN dropdowny (produkt/šírka/dĺžka)
   - ISO a BRÁNA ostávajú 2-riadkové
   ========================= */
.eurokfg__dd--plain .eurokfg__ddBtn{
  min-height: 40px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.eurokfg__dd--plain .eurokfg__ddL2{ display: none !important; }
.eurokfg__dd--plain .eurokfg__ddMenu .eurokfg__ddL2{ display: none !important; }

/* aby text nebol zbytočne "nadýchaný" keď je len 1 riadok */
.eurokfg__dd--plain .eurokfg__ddLines{ gap: 0 !important; }
.eurokfg__dd--plain .eurokfg__ddOpt{ padding-top: 10px !important; padding-bottom: 10px !important; }

/* =========================
   K7 TYPO: UI prvky dedia typografiu z .eurokfg (nezávislé od témy)
   ========================= */
.eurokfg button,
.eurokfg input,
.eurokfg select,
.eurokfg textarea{
  font-family: inherit !important;
  font-size: inherit !important;
}
/* K7 UX FIX: v menu nezvýrazňuj default (is-selected) – všetko biele, len hover zvýrazní */
.eurokfg__ddOpt.is-selected{
  background: #fff !important;
}
/* K7-V14 UX: default (selected) nech je biely pri otvorení menu */
.eurokfg__ddOpt.is-selected{
  background: #fff !important;
}

/* Hover pre VŠETKY položky (aj pre tú selected) */
.eurokfg__ddOpt:hover,
.eurokfg__ddOpt.is-selected:hover{
  background: rgba(0, 66, 130, .12) !important;   /* môžeš dať .18 ak chceš tmavšie */
  outline: 1px solid var(--eurokfg-blue) !important;
  outline-offset: -1px !important;
}
/* K7 UX: ISO a BRÁNA boxy rovnako vysoké + zmenšenie ikonky brány */
#eurokfg-iso-btn,
#eurokfg-gate-btn{
  min-height: 56px !important;
  padding: 8px 10px !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* ikonka brány - vpravo s medzerou */
#eurokfg-gate-btn .eurokfg__ddIcon{
  width: 40px !important;
  height: 40px !important;
  margin-left: auto !important;
  margin-right: 5px !important;
  flex-shrink: 0 !important;
}
#eurokfg-gate-menu .eurokfg__ddIcon{
  width: 40px !important;
  height: 40px !important;
  margin-left: auto !important;
  margin-right: 5px !important;
  flex-shrink: 0 !important;
}

/* Rovnaká výška položiek v menu izolácie aj brány */
#eurokfg-iso-menu .eurokfg__ddOpt,
#eurokfg-gate-menu .eurokfg__ddOpt{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 40px !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
}
/* ── RENDER STAGE – vrstvenie PNG ── */
.eurokfg__left .eurokfg__box{
  border: 2px solid #ddd !important;
  border-radius: 5px !important;
  padding: 0 16px 16px 16px !important;
  background: #f8f8f8 !important;
  position: relative !important;
  box-sizing: border-box !important;
}
.eurokfg__left .eurokfg__label{
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}
#eurokfg-stage{
  position: relative !important;
  background: #fff !important;
  border: 2px solid var(--eurokfg-blue) !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  margin-top: 6px !important;
  display: block !important;
  width: 100% !important;
  min-height: 430px !important;
  box-sizing: border-box !important;
}
.eurokfg__layer{
  display: block !important;
  width: 100% !important;
  height: auto !important;
}
#eurokfg-layer-base{
  position: relative !important;
  z-index: 1 !important;
}
.eurokfg__layer--color{
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important; height: 100% !important;
  object-fit: contain !important;
  z-index: 2 !important;
}

/* ── FAREBNÉ SWATCHE ── */
.eurokfg__swatches{
  flex-grow: 1 !important;
  padding: 0 !important;
  background: transparent !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;

}
/* K12-LABEL-GAP-PAD-v1 | baseline: app_K12_tooltip_black_v1.css | zmena: jemne vyrovnany horny/spodny vnutorny odstup swatch boxu + mierne vacsia medzera medzi 2 riadkami labelu */
.eurokfg__swatchRow{
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 4px !important;
  margin-bottom: 0 !important;
  padding: 6px 0 6px 0 !important;
  border-bottom: 1px solid rgba(0,66,130,.18) !important;
  min-height: 38px !important;
}
.eurokfg__swatchRow:last-child{
  border-bottom: none !important;
}
.eurokfg__swatchLabel{
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  width: 60px !important;
  min-width: 60px !important;
  flex: 0 0 60px !important;
  flex-shrink: 0 !important;
  padding: 0 0 0 6px !important;
  line-height: 1.02 !important;
  white-space: normal !important;
  word-break: keep-all !important;
  display: flex !important;
  align-items: center !important;
}
.eurokfg__swatchGroup{
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  overflow: visible !important;
  min-width: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.eurokfg__swatch{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  cursor: pointer !important;
  background: none !important;
  border: none !important;
  padding: 2px 0 !important;
  outline: none !important;
  flex: 0 0 48px !important;
  width: 48px !important;
  min-width: 48px !important;
}
.eurokfg__swatchColor{
  width: 44px !important;
  height: 20px !important;
  border-radius: 2px !important;
  border: 1px solid var(--eurokfg-blue) !important;
  display: block !important;
  transition: transform .12s, border-color .12s !important;
}
.eurokfg__swatchName{
  font-size: 11.6px !important;
  color: #000 !important;
  text-align: center !important;
  line-height: 1.05 !important;
  width: 48px !important;
  max-width: 48px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.eurokfg__swatch:hover .eurokfg__swatchColor{
  transform: scale(1.1) !important;
  border-color: var(--eurokfg-blue) !important;
}
.eurokfg__swatch--active .eurokfg__swatchColor{
  border-color: var(--eurokfg-blue) !important;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--eurokfg-blue) !important;
}

/* ── PRÍSLUŠENSTVO ── */
.eurokfg__accessories{
  border: 2px solid var(--eurokfg-blue) !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}
.eurokfg__accRow{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 10px !important;
  cursor: pointer !important;
  background: #fff !important;
  border-bottom: 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.eurokfg__accIcon{
  width: 40px !important;
  height: 40px !important;
  flex-shrink: 0 !important;
  margin-left: 8px !important;
}
.eurokfg__accRow:last-child{ border-bottom: none !important; }

.eurokfg__accRow + .eurokfg__accRow{
  border-top: 1px solid rgba(0, 66, 130, .18) !important;
}
.eurokfg__accRow:hover{ background: rgba(0,66,130,.07) !important; }
.eurokfg__accCheck{
  width: 19px !important; height: 19px !important;
  accent-color: var(--eurokfg-blue) !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}
.eurokfg__accIcon{
  width: 26px !important; height: 26px !important;
  flex-shrink: 0 !important;
}
.eurokfg__accLines{
  flex: none !important;
  width: calc(100% - 120px) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  min-width: 0 !important;
}
.eurokfg__accL1{
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 1.15 !important;
}
.eurokfg__accL2{
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #555 !important;
  line-height: 1.15 !important;
}
.eurokfg__accPrice{
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #000 !important;
  white-space: nowrap !important;
}

.eurokfg__renderInner{
  border: 2px solid var(--eurokfg-blue) !important;
  border-radius: 5px !important;
  background: #fff !important;
  margin-top: 6px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.eurokfg__colorsInner{
  border: 2px solid var(--eurokfg-blue) !important;
  border-radius: 5px !important;
  background: #fff !important;
  margin-top: 6px !important;
  min-height: 120px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}


/* K8-V11 – ľavá strana: dorovnanie spacingu/osadenia k pravej */
.eurokfg__left .eurokfg__box{
  padding-bottom: 18px !important;
}

.eurokfg__left .eurokfg__hr{
  margin: 14px 0 14px 0 !important;
}

.eurokfg__left .eurokfg__label{
  margin-bottom: 6px !important;
}

.eurokfg__left .eurokfg__renderInner{
  margin-top: 6px !important;
  margin-bottom: 16px !important;
}

.eurokfg__left .eurokfg__colorsInner{
  margin-top: 8px !important;
  padding: 4px 8px 6px 8px !important;
}


/* K10 global patch: všetky rozbalené menu v pravej časti */
.eurokfg__right .eurokfg__ddMenu{
  top: 100% !important;
  margin-top: 0 !important;
  border: 1px solid var(--eurokfg-blue) !important;
  border-top: 0 !important;
  border-radius: 0 0 5px 5px !important;
  box-shadow: none !important;
  background: #fff !important;
}
.eurokfg__right .eurokfg__ddOpt{
  background: #fff !important;
}
.eurokfg__right .eurokfg__ddOpt + .eurokfg__ddOpt{
  border-top: 1px solid rgba(0, 66, 130, .18) !important;
}


/* K10 FIX - sekcia ceny */
.eurokfg__box--priceWrap{
  margin-top: 16px !important;
}

.eurokfg__price{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.eurokfg__priceLabel{
  width: auto !important;
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--eurokfg-blue) !important;
  text-align: center !important;
}

.eurokfg__priceLine{
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
}

.eurokfg__priceMain{
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
}

.eurokfg__priceValue{
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #000 !important;
}

.eurokfg__currency{
  display: inline-block !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #000 !important;
}

.eurokfg__vat{
  display: inline-block !important;
  width: auto !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #000 !important;
  text-align: left !important;
}

.eurokfg__priceNote{
  margin: 2px 0 0 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  color: #667085 !important;
  text-align: center !important;
}


/* OSTROV PATCH: komplexný typografický zámok proti cudziemu CSS z témy */
.eurokfg__label,
.eurokfg__labelNum,
.eurokfg__renderTitle,
.eurokfg__renderLabel,
.eurokfg__roofTitle,
.eurokfg__roofSub,
.eurokfg__ddL1,
.eurokfg__ddL2,
.eurokfg__ddBtn,
.eurokfg__ddBtn *,
.eurokfg__ddMenu,
.eurokfg__ddMenu *,
.eurokfg__ddOpt,
.eurokfg__ddOpt *,
.eurokfg__swatchName,
.eurokfg__priceLabel,
.eurokfg__priceValue,
.eurokfg__currency,
.eurokfg__vat,
.eurokfg__priceNote{
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-variant: normal !important;
  font-style: normal !important;
}

.eurokfg__label{
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.eurokfg__labelNum{
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.eurokfg__renderTitle,
.eurokfg__renderLabel{
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.eurokfg__roofTitle{
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.eurokfg__roofSub{
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
}

.eurokfg__ddL1{
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
}

.eurokfg__ddL2{
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
}

.eurokfg__swatchName{
  font-size: 11.6px !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  color: #000 !important;
}

.eurokfg__priceLabel{
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.eurokfg__priceValue,
.eurokfg__currency{
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.eurokfg__vat{
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.eurokfg__priceNote{
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

/* Zachovať zámerný hlavný heading pluginu */
.eurokfg__heading{
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-variant: normal !important;
  font-style: normal !important;
}

.eurokfg__subheading{
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-variant: normal !important;
  font-style: normal !important;
}


/* K11 minimal patch – cena + jemné dorovnanie ľavého panelu */
.eurokfg__left{
  align-self: stretch !important;
}

.eurokfg__left .eurokfg__box--render{
  height: 100% !important;
}

.eurokfg__priceLabel{
  width: auto !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--eurokfg-blue) !important;
  text-align: center !important;
}

.eurokfg__priceValue,
.eurokfg__currency{
  color: #B56A00 !important;
}


/* K12 custom swatch tooltip */
.eurokfg__swatch{ position: relative !important; }
.eurokfg__swatch::after{
  content: attr(data-tooltip) !important;
  position: absolute !important;
  left: 50% !important;
  bottom: calc(100% + 6px) !important;
  transform: translateX(-50%) !important;
  display: block !important;
  padding: 4px 8px !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid var(--eurokfg-blue) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 20 !important;
}
.eurokfg__swatch:hover::after,
.eurokfg__swatch:focus-visible::after{
  opacity: 1 !important;
  visibility: visible !important;
}


/* K13-PRICE-BUTTONS-v1 | baseline: app.css upload | zmena: tlacidlo - cena - tlacidlo pri spodnom price bloku */
.eurokfg__box--priceWrap--cta{
  margin-top: 16px !important;
}

.eurokfg__priceActions{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
}

.eurokfg__cta{
  min-height: 46px !important;
  padding: 10px 14px !important;
  border-radius: 5px !important;
  border: 2px solid var(--eurokfg-blue) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: background-color .12s ease, color .12s ease, border-color .12s ease !important;
}

.eurokfg__cta--secondary{
  background: #fff !important;
  color: var(--eurokfg-blue) !important;
}

.eurokfg__cta--primary{
  background: var(--eurokfg-blue) !important;
  color: #fff !important;
}

.eurokfg__cta:hover{
  filter: brightness(0.98) !important;
}

.eurokfg__priceActions .eurokfg__price{
  min-width: 0 !important;
}

@media (max-width: 980px){
  .eurokfg__priceActions{
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .eurokfg__priceActions .eurokfg__price{
    order: 1 !important;
  }
  #eurokfg-btn-recap{
    order: 2 !important;
  }
  #eurokfg-btn-offer{
    order: 3 !important;
  }
}

/* K13-PRICE-RED-ALIGN-v1 | baseline: app_K13_price_buttons_v1.css | zmena: cena konfiguracie jasna cervena + tlacidla jemne vyssie k urovni labelu */
.eurokfg__priceActions{
  align-items: start !important;
}

#eurokfg-btn-recap,
#eurokfg-btn-offer{
  margin-top: 3px !important;
}

.eurokfg__priceValue,
.eurokfg__currency{
  color: #D92D20 !important;
}


/* K13-RECAP-MODAL-v2 | baseline: app.css upload + K13 price CTA baseline | zmena: lokalny modal pre rekapitulaciu, bez realneho submitu */
.eurokfg__modal[hidden]{
  display: none !important;
}
.eurokfg__modal{
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
}
.eurokfg__modalOverlay{
  position: absolute !important;
  inset: 0 !important;
  background: rgba(16, 24, 40, .52) !important;
}
.eurokfg__modalDialog{
  position: relative !important;
  width: calc(100% - 24px) !important;
  max-width: 560px !important;
  margin: 40px auto !important;
  background: #fff !important;
  border: 2px solid var(--eurokfg-blue) !important;
  border-radius: 5px !important;
  padding: 22px 22px 18px 22px !important;
  box-shadow: 0 24px 60px rgba(16, 24, 40, .18) !important;
}
.eurokfg__modalBodyLock{
  overflow: hidden !important;
}
.eurokfg__modalClose{
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  width: 38px !important;
  height: 38px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--eurokfg-blue) !important;
  font-size: 28px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}
.eurokfg__modalHeader{
  padding-right: 28px !important;
}
.eurokfg__modalTitle{
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: var(--eurokfg-blue) !important;
  margin: 0 0 10px 0 !important;
}
.eurokfg__modalText{
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: #344054 !important;
  margin: 0 0 16px 0 !important;
}
.eurokfg__form{
  margin: 0 !important;
}
.eurokfg__formField{
  margin-bottom: 14px !important;
}
.eurokfg__formLabel{
  display: block !important;
  margin-bottom: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--eurokfg-blue) !important;
}
.eurokfg__formRow{
  margin: 0 !important;
}
.eurokfg__formRow + .eurokfg__formRow{
  margin-top: 8px !important;
}
.eurokfg__formLabelMain{
  color: var(--eurokfg-blue) !important;
  font-weight: 700 !important;
}
.eurokfg__formLabelMeta{
  color: #101828 !important;
  font-weight: 400 !important;
}
.eurokfg__req{
  color: #D92D20 !important;
}
.eurokfg__optional{
  font-weight: 400 !important;
  color: #667085 !important;
}
.eurokfg__formInput{
  width: 100% !important;
  min-height: 44px !important;
  border: 2px solid var(--eurokfg-blue) !important;
  border-radius: 5px !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #101828 !important;
  background: #fff !important;
}
.eurokfg__formInput:focus{
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 66, 130, .12) !important;
}
.eurokfg__formInput--error{
  border-color: #D92D20 !important;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, .12) !important;
}
.eurokfg__formError{
  margin-top: 6px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  color: #D92D20 !important;
}
.eurokfg__modalFooter{
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: 12px !important;
  margin-top: 10px !important;
}
.eurokfg__modalDevSquare{
  display: block !important;
  flex: 0 0 auto !important;
  align-self: flex-end !important;
  width: 40px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #4F8FD6 !important;
  cursor: pointer !important;
}
.eurokfg__modalActions{
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin-top: 0 !important;
  flex-wrap: wrap !important;
}
.eurokfg__cta--disabled,
.eurokfg__cta[disabled]{
  opacity: .55 !important;
  cursor: not-allowed !important;
  filter: none !important;
}
@media (max-width: 680px){
  .eurokfg__modalDialog{
    margin: 18px auto !important;
    padding: 18px 16px 16px 16px !important;
  }
  .eurokfg__modalTitle{
    font-size: 20px !important;
  }
  .eurokfg__modalFooter{
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .eurokfg__modalDevSquare{
    align-self: flex-start !important;
  }
  .eurokfg__modalActions{
    flex-direction: column !important;
  }
  .eurokfg__modalActions .eurokfg__cta{
    width: 100% !important;
  }
}


/* K13-PRICE-VAT-ALIGN-v5 | baseline: app_K13_recap_modal_v4.css | zmena: CTA tlacidla ostavaju ako vo v4; text s DPH ma rovnaky font, velkost a farbu ako Cena konfiguracie, ale bez boldu */
#eurokfg-btn-recap,
#eurokfg-btn-offer{
  margin-top: 0 !important;
}

.eurokfg__vat{
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #D92D20 !important;
}

/* K14-OSTROV-TYPO-LOCK-v1 | zmena: dotvrdeny ostrovny typograficky lock pre CTA, modal, inputy, labely a vsetky textove prvky proti teme/template */
.eurokfg__heading,
.eurokfg__subheading,
.eurokfg__label,
.eurokfg__labelNum,
.eurokfg__renderTitle,
.eurokfg__renderLabel,
.eurokfg__roofName,
.eurokfg__ddL1,
.eurokfg__ddL2,
.eurokfg__ddBtn,
.eurokfg__ddBtn *,
.eurokfg__ddMenu,
.eurokfg__ddMenu *,
.eurokfg__ddOpt,
.eurokfg__ddOpt *,
.eurokfg__swatchLabel,
.eurokfg__swatchName,
.eurokfg__accL1,
.eurokfg__accL2,
.eurokfg__accPrice,
.eurokfg__priceLabel,
.eurokfg__priceValue,
.eurokfg__currency,
.eurokfg__vat,
.eurokfg__priceNote,
.eurokfg__cta,
.eurokfg__cta *,
.eurokfg__modalTitle,
.eurokfg__modalText,
.eurokfg__formLabel,
.eurokfg__formLabelMain,
.eurokfg__formLabelMeta,
.eurokfg__formInput,
.eurokfg__formInput::placeholder,
.eurokfg__formError,
.eurokfg__optional,
.eurokfg__req,
.eurokfg__modalClose{
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-variant: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.eurokfg__roofName{
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: #000 !important;
}

.eurokfg__swatchLabel{
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  color: #000 !important;
}

.eurokfg__accL1{
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: #000 !important;
}

.eurokfg__accL2{
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  color: #555 !important;
}

.eurokfg__accPrice{
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: #000 !important;
  white-space: nowrap !important;
}

.eurokfg__cta{
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.eurokfg__modalTitle{
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: var(--eurokfg-blue) !important;
}

.eurokfg__modalText{
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: #344054 !important;
}

.eurokfg__formLabel{
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--eurokfg-blue) !important;
}

.eurokfg__formLabelMain{
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--eurokfg-blue) !important;
}

.eurokfg__formLabelMeta{
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #101828 !important;
}

.eurokfg__formInput,
.eurokfg__formInput::placeholder{
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.eurokfg__formInput{
  font-weight: 400 !important;
  color: #101828 !important;
}

.eurokfg__formInput::placeholder{
  font-weight: 400 !important;
  color: #98A2B3 !important;
  opacity: 1 !important;
}

.eurokfg__formError{
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  color: #D92D20 !important;
}

.eurokfg__optional{
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #667085 !important;
}

.eurokfg__req{
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: #D92D20 !important;
}

.eurokfg__modalClose{
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: var(--eurokfg-blue) !important;
}

@media (max-width: 680px){
  .eurokfg__modalTitle{
    font-size: 20px !important;
    line-height: 1.15 !important;
  }
}


/* K17-FIX-X-AND-HIDDEN-EASTER-v1 | zmena: velke X v modale + vizualne skryty easter egg bez zasahu do JS/HTML/layoutu */
#eurokfg-recap-close{
  width: 38px !important;
  height: 38px !important;
  font-size: 26px !important;
  line-height: 38px !important;
  text-align: center !important;
  cursor: pointer !important;
}

.eurokfg__modalDevSquare{
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  cursor: default !important;
}

.eurokfg__modalDevSquare:hover,
.eurokfg__modalDevSquare:focus,
.eurokfg__modalDevSquare:active{
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  cursor: default !important;
}

