/* ============================================================
   DANPIEN.SK — GLOBÁLNY CSS
   Verzia: 2026
   Použitie: Shoptet → Vzhľad → Úprava šablóny → Vlastný CSS
             alebo nahrať ako .css súbor a vložiť ako <link>
   ============================================================ */


/* ============================================================
   HERO BANNER — ŠTÝLY A RESET SHOPTET WRAPPER
   CSS presunuté z danpien hero banner.html — Shoptet filtruje
   <style> tagy v textových banneroch.
   ============================================================ */

/* Shoptet wrapper reset */
.row.banners-row {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}


.next-to-carousel-banners {
  display: block !important;
  align-items: unset !important;
  flex-flow: unset !important;
  justify-content: unset !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.next-to-carousel-banners .banner-wrapper,
.next-to-carousel-banners .banner {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
}

/* ── Desktop (> 1024px) ── */
.dp-hero-fullbleed {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: auto;
  aspect-ratio: 2560 / 1313;
  overflow: hidden;
  background: #083529;
}

.dp-hero-fullbleed-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dp-hero-fullbleed-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(8, 53, 41, 0.75) 0%,
    rgba(8, 53, 41, 0.2) 43%,
    transparent 80%
  );
}

.dp-hero-fullbleed-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 clamp(28px, 5vw, 80px) clamp(48px, 7vh, 90px);
  max-width: min(600px, 42%);
}

.dp-hero-fullbleed-eyebrow {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 9.5px !important;
  font-weight: 500 !important;
  letter-spacing: .28em !important;
  text-transform: uppercase !important;
  color: #7EC9AD !important;
  margin: 0 0 18px !important;
}

.dp-hero-fullbleed-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(32px, 5vw, 68px) !important;
  font-weight: 300 !important;
  font-style: italic !important;
  line-height: 1.05 !important;
  color: #fff !important;
  margin: 0 0 20px !important;
}

.dp-hero-fullbleed-sub {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, .75) !important;
  margin: 0 0 36px !important;
  max-width: 360px;
}

.dp-hero-fullbleed-btn {
  display: inline-block;
  background: #fff;
  color: #083529 !important;
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
  border: none;
  padding: 16px 72px;
  cursor: pointer;
  width: fit-content;
  transition: background .2s, color .2s;
  text-decoration: none !important;
  white-space: nowrap;
}

.dp-hero-fullbleed-btn:hover {
  background: #083529;
  color: #fff !important;
}

/* ── Tablet (≤ 1024px) ── */
@media (max-width: 1024px) {
  .dp-hero-fullbleed {
    aspect-ratio: unset !important;
    height: 51.3vw !important;
  }
  .dp-hero-fullbleed-img {
    object-position: center !important;
  }
  .dp-hero-fullbleed-content {
    max-width: 50% !important;
    justify-content: flex-end !important;
    padding: 0 40px 36px !important;
  }
  .dp-hero-fullbleed-eyebrow {
    font-size: 8px !important;
    margin: 0 0 6px !important;
  }
  .dp-hero-fullbleed-title {
    font-size: clamp(20px, 4vw, 36px) !important;
    margin: 0 0 8px !important;
  }
  .dp-hero-fullbleed-sub {
    font-size: 10px !important;
    margin: 0 0 14px !important;
  }
  .dp-hero-fullbleed-btn {
    font-size: 8.5px !important;
    padding: 11px 20px !important;
  }
}

/* ── Mobile (≤ 479px) ── */
@media (max-width: 479px) {
  .dp-hero-fullbleed {
    aspect-ratio: unset !important;
    height: 75svh !important;
    min-height: 400px;
  }
  .dp-hero-fullbleed-img {
    object-position: center top !important;
  }
  .dp-hero-fullbleed-overlay {
    background: linear-gradient(
      to top,
      rgba(8, 53, 41, 0.85) 0%,
      rgba(8, 53, 41, 0.4) 35%,
      transparent 60%
    );
  }
  .dp-hero-fullbleed-content {
    max-width: 100% !important;
    justify-content: flex-end !important;
    padding: 0 24px 28px !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .dp-hero-fullbleed-eyebrow {
    margin: 0 0 8px !important;
  }
  .dp-hero-fullbleed-title {
    font-size: clamp(28px, 8vw, 38px) !important;
    margin: 0 0 10px !important;
  }
  .dp-hero-fullbleed-sub {
    font-size: 11px !important;
    max-width: 100%;
    margin: 0 0 16px !important;
  }
  .dp-hero-fullbleed-btn {
    width: 100% !important;
    text-align: center !important;
    font-size: 9.5px !important;
    padding: 13px 24px !important;
  }
}


/* ============================================================
   1. GLOBÁLNE NASTAVENIA
   Jednotný font pre celý shop. Bricolage Grotesque sa načítava
   cez Google Fonts v hlavičke. box-sizing zabezpečí správne
   výpočty rozmerov prvkov vrátane paddingu.
   ============================================================ */

* {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  box-sizing: border-box;
}

/* Zabraňuje horizontálnemu scrollbaru pri full-width trikoch */
html, body {
  overflow-x: hidden !important;
}


/* CLS fix — rezervuje priestor pre topbar + header hneď v CSS,
   pred tým ako JS inicializuje scroll logiku */
@media (min-width: 992px) {
  body {
    padding-top: 108px !important; /* 36px topbar + 72px header */
  }
}


/* ============================================================
   SEKCIA A — HORNÝ BANNER (TOPBAR)
   position: fixed — JS riadi transform (schovanie/zobrazenie).
   ============================================================ */

.dp-topbar {
  position: fixed !important;
  top: 0 !important;
  z-index: 301 !important;
  width: 100%;
  background: #083529;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.35s ease !important;
}

.dp-topbar-messages {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .dp-topbar-msg {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 11px !important;
  font-weight: 300 !important;
  letter-spacing: 0.12em !important;
  color: rgba(255, 255, 255, 0.9) !important;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  padding: 0 40px;
}

body .dp-topbar-msg.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body .dp-topbar-msg.leaving {
  opacity: 0;
  transform: translateY(-10px);
}

body .dp-topbar-msg a {
  color: #7EC9AD !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(126, 201, 173, 0.4);
  transition: border-color 0.2s;
}

body .dp-topbar-msg a:hover {
  border-color: #7EC9AD !important;
}

@media (max-width: 768px) {
  .dp-topbar {
    height: 32px;
  }
  body .dp-topbar-msg {
    font-size: 10px !important;
    letter-spacing: 0.08em !important;
    padding: 0 16px;
  }
}


/* ============================================================
   SEKCIA C — HLAVIČKA (HEADER)

   DESKTOP: topbar + header sú fixed. JS riadi transform na oboch.
   Scroll dole → oba vyskĺznu hore naraz.
   Scroll nahor → header sa vráti, topbar zostane skrytý.
   Scroll = 0 → topbar sa vráti, header dostane top: 36px.

   MOBILE: rovnaká logika, iné výšky (topbar 32px, header 56px).
   ============================================================ */

/* Header — fixed, pod topbarom */
body #header {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  transition: transform 0.35s ease, top 0.35s ease !important;
}

/* Blokujeme Shoptet's vlastný hide na mobile — transform riadi náš JS */
@media (max-width: 991px) {
  .scrolled-down #header,
  .scrolled-up #header {
    transform: none !important;
  }
}

/* Blokujeme Shoptet's vlastný hide na desktope pri scroll nahor —
   iba keď náš JS ešte nenastavil transform (dp-ready nie je) */
@media (min-width: 992px) {
  body:not(.dp-ready) .scrolled-down #header {
    transform: none !important;
  }
}

@media (max-width: 991px) {
  /* Shoptet mobile nav — začína pod topbarom (32px) */
  #navigation {
    top: 32px !important;
  }
  /* Bez transition na mobile — JS riadi skok naraz */
  .dp-topbar,
  body #header {
    transition: none !important;
  }
  /* Shoptet nastavuje padding-top: 88px (header+topbar) ale topbar je fixed
     takže nezaberá miesto v flow — správne je len výška headera */
  body {
    padding-top: 32px !important;
  }

}





/* ============================================================
   SEKCIA B — DOLNÁ PÄTIČKA (FOOTER)
   Štýly pre zelenú pätičku .dpf.
   HTML je v Shoptet → Pätička → Bannery.
   ============================================================ */

/* Hlavný wrapper pätičky */
.dpf {
  background: #083529;
  width: 100%;
  padding: 40px 0 0;
  overflow: hidden;
}

/* Vnútorný kontajner */
.dpf-inner { max-width: 1400px; margin: 0 auto; padding: 0 20px; }

/* 4-stĺpcový grid: prvý stĺpec širší */
.dpf-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}

/* Názov značky */
.dpf-brand {
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 10px;
  display: block;
}

/* Tagline — Cormorant kurzíva */
.dpf-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 17px !important;
  font-style: italic;
  color: #7EC9AD;
  margin-bottom: 16px;
  display: block;
  letter-spacing: .04em;
}

/* Popis */
.dpf-desc {
  font-size: 12px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 28px;
}

/* Ikony dopravy a platieb */
.dpf-icons { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dpf-icon-box {
  background: #fff;
  border-radius: 5px;
  width: 54px;
  height: 32px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .92;
  transition: opacity .2s;
}
.dpf-icon-box:hover { opacity: 1; }
.dpf-icon-box img { width: auto; display: block; }
.dpf-icon-box img.lg { height: 17px; }
.dpf-icon-box img.sm { height: 14px; }

/* Nadpisy stĺpcov */
.dpf-col-title {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #7EC9AD;
  padding-top: 10px;
  margin-bottom: 16px;
  display: block;
}

/* Zoznamy odkazov */
.dpf-list {
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 !important;
  margin: 0 !important;
}
.dpf-list li { line-height: 1; color: rgba(255, 255, 255, .6) !important; font-size: 11.5px; }
.dpf-list li a,
.dpf-list li a:visited {
  font-size: 11.5px;
  color: rgba(255, 255, 255, .6) !important;
  text-decoration: none !important;
  display: block;
  line-height: 1;
  transition: color .2s;
}
.dpf-list li a:hover { color: rgba(255, 255, 255, .95) !important; }

/* Sociálne siete */
.dpf-social { display: flex; gap: 10px; margin-top: 16px; }
.dpf-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: rgba(255, 255, 255, .55) !important;
  text-decoration: none !important;
  transition: border-color .2s, color .2s;
}
.dpf-social a:hover { border-color: rgba(255, 255, 255, .5) !important; color: #fff !important; }
.dpf-social svg { width: 16px; height: 16px; fill: currentColor; }

/* Desktop padding */
@media (min-width: 769px) {
  .dpf-inner { padding: 0 80px; }
}

/* Mobil */
@media (max-width: 768px) {
  .dpf { padding: 24px 0 0 !important; width: 100% !important; }
  .dpf-inner { padding: 0 24px !important; }
  .dpf-grid { grid-template-columns: 1fr !important; gap: 28px !important; padding-bottom: 28px !important; }
  .dpf-icons { flex-wrap: wrap !important; justify-content: flex-start !important; }
  .dpf-list { align-items: flex-start !important; }
  .dpf-brand, .dpf-tagline, .dpf-desc, .dpf-col-title,
  .dpf-list li, .dpf-list li a { text-align: left !important; }
  .dpf-social { justify-content: flex-start !important; }
}

/* ============================================================
   2. PÄTIČKA — RESET SHOPTET ŠTÝLOV
   Shoptet pridáva vlastné farby, paddingy a marginy na footer
   elementy. Toto ich resetuje, aby naše bannery mohli vyzerať
   presne tak ako chceme — bez nežiadúcich bielych okrajov.
   ============================================================ */

#footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;  /* Shoptet pridáva padding-bottom: 29px */
  margin-top: 0 !important;
  border-top: none !important;   /* Shoptet pridáva border-top: 1px solid */
}

#footer,
.footer-top,
.footer-content {
  background: #fff !important;
  color: #1a1a1a !important;
}

.footer-top {
  padding: 0 !important;
}

/* Kontajner pätičky — roztiahnutý na plnú šírku */
.footer-top .container,
.container.footer-rows {
  max-width: 100% !important;
  width: 100% !important;
}

/* Banner wrappery v pätičke — reset všetkých okrajov */
#footer .banner-wrapper,
.footer-top .banner-wrapper {
  margin: 0 !important;
  min-width: 0 !important;
  width: 100% !important;        /* KĽÚČOVÉ: roztiahne banner na plnú šírku */
  max-width: 100% !important;
  padding: 0 !important;
  overflow: visible !important;  /* Umožňuje banneru presahovať wrapper */
}

/* .banner — Shoptet pridáva overflow:hidden (orezáva obsah)
   a margin-bottom:40px (nežiadúca medzera pod bannerom) */
#footer .banner {
  overflow: visible !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Stĺpec bannera col-sm-12 a custom-footer wrapper */
#footer [class*="custom-footer__banner"] {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* .custom-footer — Shoptet pridáva padding-top:19px */
#footer .custom-footer {
  padding-top: 0 !important;
}

/* Row wrapper — Bootstrap row pridáva záporné marginy -20px */
#footer .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/* Hlavný kontajner footer-rows */
#footer .container.footer-rows {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Skrytie štandardného obsahu pätičky Shoptet — nahradený custom bannermi */
.footer-content {
  display: none !important;
}

/* Zoznamy v pätičke — reset bullet pointov a paddingov */
#footer li {
  list-style: none !important;
}

#footer ul,
#footer ol {
  padding-inline-start: 0 !important;
}

#footer ul li:before {
  display: none !important;
  content: none !important;
  border: none !important;
}

#footer ul li {
  position: static !important;
  padding-left: 0 !important;
}

/* Headingy v pätičke — reset Shoptet štýlov */
#footer h4,
.footer-content h4,
.footer-top h4 {
  font-weight: 400 !important;
  font-size: inherit !important;
  margin: inherit !important;
  line-height: inherit !important;
}


/* ============================================================
   3. SPODNÁ LIŠTA PÄTIČKY (copyright, cookies)
   Jemná zelená farba namiesto čiernej, menší font.
   ============================================================ */

.footer-bottom {
  background: #fff !important;
  text-align: left !important;
  padding: 10px !important;
}

.footer-bottom * {
  color: rgba(8, 53, 41, 0.75) !important;
  font-size: 11px !important;
}

.footer-bottom a,
.footer-bottom a:visited {
  color: rgba(8, 53, 41, 0.75) !important;
  text-decoration: underline !important;
}

.footer-bottom a:hover {
  color: #083529 !important;
}


/* ============================================================
   3b. HERO BANNER — RESET SHOPTET ŠTÝLOV
   Rovnaký problém ako footer: Shoptet pridáva overflow:hidden
   a pevné rozmery na .banner-wrapper / .banner, čo orezáva
   absolútne pozícovaný obsah hero sekcie.
   ============================================================ */

/* Selector pre homepage banner slot — roztiahne na plnú šírku */
.banner-list .banner-wrapper:has(.dp-hero-fullbleed),
.banners-index .banner-wrapper:has(.dp-hero-fullbleed) {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.banner-list .banner:has(.dp-hero-fullbleed),
.banners-index .banner:has(.dp-hero-fullbleed) {
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

/* Fallback pre staršie Shoptet šablóny bez :has() podpory */
.banner-wrapper:has(.dp-hero-fullbleed),
.banner:has(.dp-hero-fullbleed) {
  overflow: visible !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
}

/* Banner container nad hero — reset padding/margin */
.banner-list:has(.dp-hero-fullbleed),
.banners-index:has(.dp-hero-fullbleed) {
  padding: 0 !important;
  margin: 0 !important;
}


/* ============================================================
   4. NAVIGÁCIA
   Tenší font, menšia veľkosť — čistejší prémiový vzhľad.
   ============================================================ */

.navigation-in ul li a b,
.navigation-in ul li a,
.menu-helper,
.menu-helper span {
  font-weight: 400 !important;
  font-size: 13px !important;
}


/* ============================================================
   5. KATEGÓRIA — NADPIS A POPIS
   Centrovaný nadpis kategórie, obmedzená šírka popisu pre
   lepšiu čitateľnosť. Linky v popise sú v zelenej farbe.
   ============================================================ */

h1.category-title {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin: 32px 0 16px !important;
  text-align: center !important;
}

.category-description {
  font-size: 13px !important;
  line-height: 1.9;
  color: #444;
  max-width: 820px;
  text-align: center;
  margin: 0 auto 40px;
}

.category-description a {
  color: #083529 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(8, 53, 41, 0.3) !important;
  text-underline-offset: 3px;
}

.category-description a:hover {
  text-decoration-color: #083529 !important;
}


/* ============================================================
   6. PRODUKTOVÁ STRÁNKA — DETAIL
   Štýly pre názov, cenu, popis a štruktúru obsahu produktu.
   h2 = sekcie popisu (veľké písmená, zelená)
   h3 = podsekcie (malé, šedá zelená)
   ============================================================ */

/* Image wrapper — väčší obrázok na detaile produktu */
.p-detail-inner .p-image-wrapper {
  flex: 0 0 55% !important;
}


/* Nadpis produktu */
.p-detail-inner-header h1 {
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

/* Krátky popis pod názvom */
.p-short-description {
  font-size: 12px !important;
  line-height: 1.9 !important;
}

/* Cena */
.p-final-price-wrapper strong {
  font-size: 20px !important;
  font-weight: 500 !important;
}

/* Dlhý popis produktu — odseky, zoznamy */
.product-detail p,
.product-detail div,
.product-detail li,
.description-inner p,
.description-inner div,
.description-inner li {
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #444 !important;
  margin-bottom: 16px !important;
}

/* Sekčné nadpisy v popise produktu */
.product-detail h2,
.description-inner h2 {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #083529 !important;
  margin: 32px 0 14px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

/* Podsekčné nadpisy v popise produktu */
.product-detail h3,
.description-inner h3 {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #104D39 !important;
  margin: 24px 0 10px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

/* Zoznamy v popise */
.product-detail ul,
.product-detail ol,
.description-inner ul,
.description-inner ol {
  padding-left: 20px !important;
  margin-bottom: 16px !important;
}

.product-detail ul li,
.product-detail ol li,
.description-inner ul li,
.description-inner ol li {
  margin-bottom: 8px !important;
}

/* Tučný text v popise */
.product-detail strong,
.product-detail b,
.description-inner strong,
.description-inner b {
  font-weight: 600 !important;
}

/* Skrytie duplicitného nadpisu na stránke článku/produktu */
header[itemprop="headline"],
article.page-article-detail > header h1,
.page-article-detail header h1 {
  display: none !important;
}


/* ============================================================
   7. VÝPIS PRODUKTOV (zoznam / grid)
   Popis produktu v kartičke, nadpis nad výpisom,
   podrubrika bez obrázkov, správny pomer obrázka.
   ============================================================ */

/* Krátky popis v kartičke produktu */
.p-desc {
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: #444 !important;
}

/* Nadpis nad výpisom produktov */
h2.products-top-header,
#productsTopHeading {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
}

/* Podrubriky — skryje obrázky, len text */
.subcategories.with-image li a .image {
  display: none !important;
}


.subcategories.with-image li a span.text {
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
  color: #083529 !important;
}


/* Pozadie obrázka produktu — šedé, štvorcový formát */
.p-image {
  background: #f5f5f5;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}


.p a img {
  aspect-ratio: 4 / 3;
  object-fit: contain;

}


/* ============================================================
   8. TLAČIDLO PRIDAŤ DO KOŠÍKA
   Jednotná výška s quantity inputom, menší font, zaoblenie.
   ============================================================ */

button.btn-conversion {
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  padding: 10px 20px !important;
  border-radius: 2px !important;
  height: 44px !important;
  line-height: 1 !important;
}

/* Pole počtu kusov */
.quantity {
  font-size: 13px !important;
  height: 44px !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.quantity input.amount {
  height: 44px !important;
  width: 44px !important;
}

button.increase,
button.decrease {
  height: 44px !important;
  width: 36px !important;
}


/* ============================================================
   9. BENEFIT BANNER (lišta výhod)
   Centruje ikony a text v benefit lište (doprava zdarma, atď.)
   ============================================================ */

.benefitBanner__item {
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
}


/* ============================================================
   10. RESPONZÍVNE — DESKTOP (min 769px)
   Väčší horizontálny padding pre footer kontajner na desktope.
   ============================================================ */

@media (min-width: 769px) {
  .footer-top .container,
  .container.footer-rows {
    padding: 32px 80px 0 !important;
  }
}


/* ============================================================
   11. RESPONZÍVNE — MOBIL (max 768px)
   Úpravy pre mobilné zobrazenie: stĺpce bannera pod sebou,
   ľavé zarovnanie všetkého, menší padding.
   ============================================================ */

@media (max-width: 768px) {

  /* Menší padding pätičky na mobile */
  .footer-top .container,
  .container.footer-rows {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 0 !important;
  }

  /* Reset okrajov bannerov v pätičke */
  #footer .banner-wrapper,
  #footer .banner,
  #footer [class*="custom-footer__banner"] {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }

  /* Obrázky produktov v 2-stĺpcovom gridu */
  .columns-mobile-2 .products-block > div .p a img {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  /* Skryje border artefakty v pätičke */
  #footer,
  .dpf {
    border: 0 !important;
  }

  /* Cena + add-to-cart v jednom riadku */
  .p-to-cart-block {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
  }
  .p-final-price-wrapper {
    flex-shrink: 0 !important;
  }
  .p-add-to-cart-wrapper {
    flex: 1 !important;
  }
  .add-to-cart {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
  }
  .add-to-cart .buy-btn {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 12px !important;
  }
  .quantity {
    height: 36px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-size: 12px !important;
  }
  .quantity input.amount {
    height: 36px !important;
    width: 32px !important;
  }
  button.btn-conversion {
    height: 36px !important;
    padding: 0 14px !important;
    font-size: 11px !important;
  }
  .quantity .increase,
  .quantity .decrease {
    height: 36px !important;
    width: 28px !important;
    line-height: 36px !important;
    text-align: center !important;
  }
  .quantity .decrease::before,
  .quantity .increase::before {
    line-height: 36px !important;
  }

}