/*
 * ════════════════════════════════════════════
 * ELITEBIKER.SK — Custom CSS v3 pre Titan šablónu
 * Vložiť do: Admin → HTML kódy → Hlavička
 * Zabaliť do: <style> ... </style>
 * Limit: 8 192 znakov
 * ════════════════════════════════════════════
 */

/* ──────────────────────────────────────────
   SKRYŤ: Natívne bannery / carousel / články
   ────────────────────────────────────────── */
body.type-index .sliders,
body.type-index .hp-banners,
body.type-index .hp-banners-section,
body.type-index .banner-hp,
body.type-index .carousel-section,
body.type-index .banner-section,
body.type-index .hp-slider-section,
body.type-index .main-slider,
body.type-index #hp-banners,
body.type-index [data-hp-section="banners"],
body.type-index .hp-articles,
body.type-index .articles-hp,
body.type-index .article-list-hp,
body.type-index .hp-section-articles,
body.type-index [data-hp-section="articles"],
body.type-index .hp-blog,
body.type-index .blog-section-hp {
  display: none !important;
}

/* ──────────────────────────────────────────
   HERO SEKCIA
   Hlavný banner s carousel — plná šírka
   ────────────────────────────────────────── */
.eb-hero {
  display: flex;
  gap: 12px;
  margin: 0 0 24px;
  min-height: 380px;
}

/* Ľavý veľký banner (≈65% šírky) */
.eb-hero-main {
  flex: 0 0 65%;
  position: relative;
 
  overflow: hidden;
  background: #0433ff;
  min-height: 380px;
}

/* Slides */
.eb-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 40px;
  opacity: 0;
  transition: opacity 0.6s ease;
  background-size: cover;
  background-position: center;
}

.eb-hero-slide.is-active {
  opacity: 1;
}

/* Gradient overlay */
.eb-hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.18) 60%,
    transparent 100%
  );
}

.eb-hero-content {
  position: relative;
  z-index: 1;
}

.eb-hero-tag {
  display: inline-block;
  background: var(--color-primary, #0433ff);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
 
  margin-bottom: 10px;
}

.eb-hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(22px, 3.5vw, 40px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin: 0 0 8px;
}

.eb-hero-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  margin: 0 0 20px;
}

.eb-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary, #0433ff);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 22px;
  
  text-decoration: none;
  transition: background 0.18s, transform 0.18s;
}

.eb-hero-cta:hover {
  background: #0228cc;
  transform: translateY(-1px);
  text-decoration: none;
  color: #fff;
}

/* Navigačné bodky */
.eb-hero-dots {
  position: absolute;
  bottom: 16px;
  right: 20px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.eb-hero-dot {
  width: 8px;
  height: 8px;
 
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}

.eb-hero-dot.is-active {
  background: #fff;
  transform: scale(1.25);
}

/* ── Pravý stĺpec: mini-bannery (≈35%) ── */
.eb-hero-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.eb-mini-banner {
  flex: 1;

  overflow: hidden;
  position: relative;
  min-height: 175px;
  background: #1e2a4a;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  transition: transform 0.18s;
}

.eb-mini-banner:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.eb-mini-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.05) 70%,
    transparent 100%
  );
}

.eb-mini-content {
  position: relative;
  z-index: 1;
  padding: 14px 16px;
}

.eb-mini-badge {
  display: inline-block;
  background: var(--color-primary, #0433ff);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;

  margin-bottom: 5px;
}

.eb-mini-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  display: block;
}

.eb-mini-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  display: block;
  margin-top: 3px;
}

/* ──────────────────────────────────────────
   MANIFESTO STRIP v4 — Bulletproof Flexbox Fix
   ────────────────────────────────────────── */
.eb-manifesto {
  display: flex !important;
  flex-direction: row !important; /* Na PC pekne vedľa seba */
  flex-wrap: wrap !important;
  gap: 16px !important;
  background: var(--color-primary, #0433ff) !important;
  padding: 20px !important;
  margin: 0 0 32px !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(4, 51, 255, 0.15) !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.eb-manifesto-item {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 16px !important;
  background: #ffffff !important; /* Biele vnútro */
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  box-sizing: border-box !important;
  flex: 1 1 calc(25% - 12px) !important; /* Rozdelenie na 4 stĺpce na PC */
  min-width: 200px !important;
}

/* Kruh pod ikonou */
.eb-m-icon { 
  flex: 0 0 40px !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f0f2f8 !important; 
  border-radius: 50% !important;
  font-size: 18px !important;
}

/* Tmavé texty pre dokonalú čitateľnosť na bielej karte */
.eb-manifesto-item strong {
  display: block !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1e1e1e !important; 
  line-height: 1.25 !important;
}

.eb-manifesto-item em {
  font-style: normal !important;
  display: block !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 11px !important;
  color: #666666 !important; 
  margin-top: 2px !important;
  line-height: 1.3 !important;
}

/* ──────────────────────────────────────────
   NEPRIESTRELNÝ RESPONSIVE PRE MOBIL (do 767px)
   ────────────────────────────────────────── */
@media screen and (max-width: 767px) {
  .eb-manifesto {
    flex-direction: column !important; /* STRATÉGICKÝ PRÍKAZ: Karty BUDÚ pod sebou */
    gap: 12px !important;
    padding: 16px !important;
  }
  
  .eb-manifesto-item {
    flex: 1 1 100% !important;
    width: 100% !important; /* Karta zaberie celú šírku modrého boxu */
    min-width: 0 !important;
    padding: 12px 14px !important;
  }

  .eb-m-icon {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
  }
}

/* ──────────────────────────────────────────
   RIDER TYPE FINDER
   ────────────────────────────────────────── */
.eb-finder {
  background: #ffffff;
  border: 1px solid #e8e8e8;

  padding: 36px 28px;
  text-align: center;
  margin: 0 0 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.eb-finder-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: -0.5px;
  margin: 0 0 6px;
}

.eb-finder-title span { color: var(--color-primary, #0433ff); }

.eb-finder-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #888;
  margin: 0 0 24px;
}

.eb-rider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.eb-rider-btn {
  background: #f7f8fc;
  border: 1.5px solid #e0e4f0;
 
  padding: 18px 10px 14px;
  text-decoration: none;
  display: block;
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
}

.eb-rider-btn:hover {
  border-color: var(--color-primary, #0433ff);
  background: rgba(4,51,255,0.05);
  transform: translateY(-2px);
  text-decoration: none;
}

.eb-rider-icon {
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
}

.eb-rider-label {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1e1e1e;
  display: block;
  margin-bottom: 3px;
}

.eb-rider-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  color: #aaa;
  display: block;
}

/* ──────────────────────────────────────────
   TÍM SEKCIA — Kompaktná verzia s celými fotkami
   ────────────────────────────────────────── */
.eb-team { 
  max-width: 1430px;      
  margin: 0 auto 40px;    
  padding: 0 15px;        
  width: 100%;
  box-sizing: border-box;
}

.eb-team-heading {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 700;
  color: #1e1e1e;
  text-align: center;
  margin: 0 0 6px;
  letter-spacing: -0.5px;
}

.eb-team-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #999;
  text-align: center;
  margin: 0 0 22px;
}

.eb-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}



/* TÍM — carousel len na mobile (jedna karta cez celú šírku) */
@media (max-width: 680px) {
  .eb-team-grid {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .eb-team-grid::-webkit-scrollbar { display: none; }
  .eb-team-grid > .eb-person {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }
}



.eb-person {
  background: #fff;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.eb-person-photo {
  width: 100%;
  height: 280px;          /* Výrazne zmenšená výška, aby sekcia nebola obrovská */
  object-fit: contain;    /* Zobrazí fotku VŽDY celú bez akéhokoľvek orezania hlavy */
  object-position: center; 
  display: block;
  background: #f7f8fc;    /* Jemné sivasté pozadie, ktoré vyplní prípadné prázdne okraje okolo fotky */
  padding-top: 10px;      /* Drobná rezerva zvrchu, aby účes nebol nalepený na okraji */
}

.eb-person-body { padding: 18px 20px; }

.eb-person-name {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 3px;
}

.eb-person-role {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: var(--color-primary, #0433ff);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.eb-person-quote {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #777;
  line-height: 1.7;
  font-style: italic;
  border-left: 3px solid var(--color-primary, #0433ff);
  padding-left: 12px;
  margin: 0 0 16px;
}

.eb-person-contact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f7f8fc;
  border: 1px solid #e0e4f0;
  
  padding: 7px 13px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  font-weight: 600;
  transition: border-color 0.18s, color 0.18s;
}

.eb-person-contact:hover {
  border-color: var(--color-primary, #0433ff);
  color: var(--color-primary, #0433ff);
  text-decoration: none;
}

/* ──────────────────────────────────────────
   FLOATING CHAT TLAČIDLO
   ────────────────────────────────────────── */
.eb-chat-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.eb-chat-bubble {
  background: #1e1e1e;
  color: #fff;
  padding: 9px 14px;
 
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  white-space: nowrap;
  animation: ebSlideIn 0.4s ease 2s both;
}

.eb-chat-btn {
  width: 52px;
  height: 52px;
  background: var(--color-primary, #0433ff);
  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(4,51,255,0.4);
  transition: transform 0.18s, box-shadow 0.18s;
}

.eb-chat-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(4,51,255,0.55);
}

@keyframes ebSlideIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════════════
   MOBILE RESPONZÍVNOSŤ
   ════════════════════════════════════════ */

@media (max-width: 900px) {
  .eb-hero { flex-direction: column; min-height: auto; }
  .eb-hero-main { flex: none; min-height: 320px; }
  .eb-hero-side { flex-direction: row; }
  .eb-mini-banner { min-height: 140px; }
  .eb-team-grid { grid-template-columns: 1fr 1fr; }
  .eb-rider-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .eb-hero-main { min-height: 260px; }
  .eb-hero-slide { padding: 24px 20px; }
  .eb-hero-title { font-size: 20px; }
  .eb-hero-cta { font-size: 12px; padding: 9px 16px; }

  .eb-hero-side { flex-direction: row; gap: 8px; }
  .eb-mini-banner { min-height: 120px; }
  .eb-mini-title { font-size: 13px; }

  .eb-manifesto { padding: 12px 16px; }
  .eb-manifesto-item {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 8px 10px;
  }
  .eb-manifesto-item:last-child { border-bottom: none; }

  .eb-team-grid { grid-template-columns: 1fr; }

  .eb-rider-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .eb-finder { padding: 24px 16px; }

  .eb-chat-bubble { display: none; }
  .eb-chat-widget { bottom: 16px; right: 16px; }
}

@media (max-width: 420px) {
  .eb-hero-side { flex-direction: column; }
  .eb-manifesto-item { flex: 1 1 100%; }
  .eb-person-photo { height: 180px; }
  .eb-rider-btn { padding: 12px 6px 10px; }
  .eb-rider-icon { font-size: 20px; }
  .eb-rider-label { font-size: 11px; }
}






/* ── CTA — "Nevieš si vybrať?" → INSTAGRAM ── */
.eb-cta {
  max-width: 1430px;
  margin: 0 auto 40px;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}
.eb-cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--color-primary, #0433ff);
  padding: 28px 32px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(4, 51, 255, 0.15);
  box-sizing: border-box;
}
.eb-cta-text { max-width: 640px; }
.eb-cta-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0 0 6px;
}
.eb-cta-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.55;
  margin: 0;
}
.eb-cta-insta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: #ffffff;
  border-radius: 12px;
  padding: 12px 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1e1e1e;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
  transition: transform 0.18s, box-shadow 0.18s;
  white-space: nowrap;
}
.eb-cta-insta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  color: #1e1e1e;
}
.eb-cta-ig {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  flex: 0 0 32px;
  background: linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);
}
@media (max-width: 680px) {
  .eb-cta-band { flex-direction: column; align-items: flex-start; padding: 22px 20px; }
  .eb-cta-insta { width: 100%; justify-content: center; }
}













/* Úplné odstránenie prázdnych sekcií na domovskej stránke */
.hp-categories,
.content-wrapper.homepage-box.welcome-wrapper {
    display: none !important;
}
/* Zobrazenie 4 recenzií na počítači (skryje od 5. miesta vrátane) */
#ratingsList .vote-wrap:nth-child(n+5) {
    display: none !important;
}

/* Zobrazenie len 2 recenzií na mobile (skryje od 3. miesta vrátane) */
@media screen and (max-width: 767px) {
    #ratingsList .vote-wrap:nth-child(n+3) {
        display: none !important;
    }
}
@media (max-width: 420px) {
  .eb-hero-side { flex-direction: column; }
  .eb-manifesto-item { flex: 1 1 100%; }
  .eb-person-photo { height: 300px; } /* Zvýšené z 180px pre pekný portrét aj na mobile */
  .eb-rider-btn { padding: 12px 6px 10px; }
  .eb-rider-icon { font-size: 20px; }
  .eb-rider-label { font-size: 11px; }
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap {

border-radius: 16px;
}
.eb-hero-dot {

border-radius: 10px;
}

.eb-person {
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border: 1px solid var(--color-primary, #0433ff); /* Pridá modrý rámček */
 
  overflow: hidden;                                /* Zabezpečí, že rohy fotky nebudú pretekať cez zaoblenie */
}
.eb-finder {
 
  border: 1px solid var(--color-primary, #0433ff); /* ZMENENÉ: Tu máš teraz 2px modrý rámček */
 
}
.newsletter, footer .custom-footer>div.newsletter {
border-radius: 16px;
}

.eb-cta-title {
font-family: 'Poppins', sans-serif;
font-size: clamp(18px, 2.5vw, 26px);
font-weight: 700;
color: #fff;
line-height: 1.1em;
letter-spacing: -0.5px;
margin: 0 0 6px;
}





/* Kód vo vnútri sa spustí iba na obrazovkách širších ako 1024 px */
@media screen and (min-width: 1024px) {

    /* 1. Zväčšenie textu (názvu) podkategórie */
    ul.menu-level-2[aria-label="BICYKLE"] li a,
    ul.menu-level-2[aria-label="ELEKTROBICYKLE"] li a {
        font-size: 16px !important; 
        font-weight: 600 !important; 
    }

    /* 2. Zväčšenie obrázka podkategórie */
    ul.menu-level-2[aria-label="BICYKLE"] li a img,
    ul.menu-level-2[aria-label="ELEKTROBICYKLE"] li a img {
        max-width: 130px !important; 
        width: 100% !important;
        height: auto !important;
    }

    /* 3. Úprava medzier, aby sa väčšie položky na seba netlačili */
    ul.menu-level-2[aria-label="BICYKLE"] li,
    ul.menu-level-2[aria-label="ELEKTROBICYKLE"] li {
        padding: 5px !important; 
    }

}
:root {
/* Nastavenie štýlov, farieb*/

--registration-discount-border-radius: 10px;


--registration-discount-BG: #f1f1f1;


--registration-discount-BG-hover: #f1f1f1;


--registration-discount-btn-BG: #000000;


--registration-discount-btn-BG-hover: var(--color-secondary-hover);


--registration-discount-title-color: var(--color-secondary);


--registration-discount-price-color: var(--color-secondary);


--registration-discount-btn-text-color: #fff;
--registration-discount-btn-icon-color: #fff;
--registration-discount-border-color: var(--color-secondary);




.registration-discount-addon .registration-discount__title {

color: #0433ff;
}


.registration-discount-addon .registration-discount__btn {

background-color: #000000;
}



.p-gifts-wrapper .p-gift {
padding: 0px 5px !important;

}


.products-block .product .flags.flags-default .flag-gift {
    position: absolute !important;
    top: -15px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 10 !important;
}

.flags.flags-extra .flag.flag-freeshipping {
    background: #e5eafe !important;
}
.flags.flags-extra .flag.flag-freeshipping span {
    color: #0433ff !important;
}




/* --- ÚPRAVA PRE BOX "DARČEKY A ZĽAVY" V KOŠÍKU --- */

.extras-wrapper {
    background-color: #f8fafd !important; 
    border: 2px dashed #0433ff !important; 
    border-radius: 6px !important; 
    padding: 16px !important; /* Trochu viac miesta, aby texty nedýchali na okraj */
    margin: 15px 0 !important;
    box-shadow: 0 2px 8px rgba(4, 51, 255, 0.06) !important; 
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box !important;
}

/* Jemný efekt pri prejdení myšou */
.extras-wrapper:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(4, 51, 255, 0.12) !important;
}

/* Nadpis "Darčeky a zľavy" (h4) vo vnútri boxu */
.extras-wrapper h4 {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #0433ff !important; 
    font-size: 14px !important; 
    margin-top: 0 !important;
    margin-bottom: 12px !important; 
    display: flex !important;
    align-items: center !important;
}

/* Pridanie ikonky darčeka pred nadpis v košíku */
.extras-wrapper h4::before {
    content: "🎁" !important;
    margin-right: 8px !important;
    font-size: 16px !important; 
}

/* Riadky s darčekmi / zľavovým kupónom vo vnútri */
.extras-wrapper .free-gift,
.extras-wrapper .discount-coupon {
    background: #ffffff !important;
    padding: 10px 12px !important; 
    border-radius: 4px !important;
    border: 1px solid #e5e9f0 !important;
    margin-bottom: 8px !important;
}

/* Odstránenie spodného okraju z posledného elementu, aby nevznikal extra priestor */
.extras-wrapper .discount-coupon {
    margin-bottom: 0 !important;
}

/* --- OPRAVA: ZAROVNANIE KUPÓNU DOĽAVA S MALOU MEDZEROU --- */

/* Hlavný kontajner kupónu */
.extras-wrapper #discount-coupon {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important; /* Zarovná všetko k ľavému okraju */
    gap: 12px !important; /* Presná malá medzera medzi prvkami */
    flex-wrap: wrap !important;
}

/* Shoptet obal pre text "Vložiť zľavový kupón" a input (ak tam je) */
.extras-wrapper #discount-coupon > div,
.extras-wrapper #discount-coupon label,
.extras-wrapper #discount-coupon span {
    margin-right: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Samotné tlačidlo "Pridať" */
.extras-wrapper #discount-coupon button,
.extras-wrapper #discount-coupon .btn {
    margin: 0 !important; /* Odstráni prípadné Shoptet posuny */
    white-space: nowrap !important;
}


}
