:root {
      --accent-warm: #eadfd2;
      --accent-warm-2: #d8ccc0;
      --accent-stone: #f1eee8;
      --accent-sage: #dfe9df;
      --bg: #ffffff;
      --surface: #ffffff;
      --surface-soft: #efe9dd;
      --surface-green: #e8f7ea;
      --text: #213327;
      --muted: #000000;
      --line: #dfe5dc;
      --primary: #3fae49;
      --primary-hover: #2f8a3a;
      --accent: #e8f7ea;
      --container: 1280px;
      --radius: 6px;
      --radius-sm: 4px;
      --shadow: 0 10px 30px rgba(21, 36, 25, 0.06);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); line-height: 1.5; }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    .container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
    .topbar { background: rgba(255,255,255,0.9); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); }
    .topbar-row { display: flex; align-items: center; justify-content: flex-start; gap: 12px; padding: 14px 0; }
    .brand { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
    .logo-placeholder { width: 150px; height: 42px; border: 2px dashed rgba(63, 174, 73, 0.35); border-radius: 12px; background: rgba(63, 174, 73, 0.04); display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; }
    .top-nav { display: flex; align-items: center; gap: 22px; font-size: 0.92rem; font-weight: 600; color: #1f2e22; margin-left: 8px; flex: 1; }
    .top-nav a, .main-categories a, .footer-list a { transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease; }
    .top-nav a:hover { color: var(--primary); opacity: 0.9; }
    .header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
    .search { display: flex; align-items: center; gap: 6px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 12px 16px; min-width: 220px; color: var(--muted); margin-left: 40px; margin-right: 12px; font-size: 0.95rem; }
    .search::before { content: "⌕"; font-size: 2.2rem; line-height: 1; }
    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border-radius: 10px; border: 1px solid transparent; font-weight: 700; cursor: pointer; transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease; }
    .btn-primary { background: var(--primary); color: white; }
    .btn-primary:hover { background: var(--primary-hover); transform: translateY(-1px); box-shadow: 0 10px 20px rgba(63, 174, 73, 0.18); }
    .btn-danger { background: #e54848; color: white; }
    .btn-danger:hover { background: #c93d3d; transform: translateY(-1px); box-shadow: 0 10px 20px rgba(201, 61, 61, 0.18); }
    .btn-secondary { background: white; border-color: var(--line); color: var(--text); }
    .btn-secondary:hover { border-color: #d7ccbf; background: #f7f1eb; color: #2c241d; transform: translateY(-1px); }
    .category-row { border-top: 1px solid var(--line); background: rgba(63, 174, 73, 0.16); padding: 4px 0; }
    .category-shell { background: transparent; border-radius: 0; box-shadow: none; }
    .main-nav-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 6px 0; }
    .main-categories { display: flex; align-items: center; gap: 0; font-weight: 700; }
    .main-categories a { white-space: nowrap; font-size: 1rem; color: #2f3a31; }
    .main-categories a + a { position: relative; margin-left: 26px; padding-left: 26px; }
    .main-categories a + a::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 18px; background: rgba(47,58,49,0.2); }
    .main-categories a:hover { color: #1f2e22; opacity: 1; }
    main { padding: 26px 0 80px; }
    .section { margin-top: 42px; }
    .hero-grid, .product-row, .banner-row-2, .category-grid, .blog-grid, .cooperation-grid { display: grid; gap: 20px; }
    .hero-grid { grid-template-columns: repeat(4, 1fr); }
    .banner-row-2 { grid-template-columns: repeat(2, 1fr); }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .blog-grid { grid-template-columns: repeat(3, 1fr); }
    .cooperation-grid { grid-template-columns: 1.2fr 0.8fr; }
    .hero-card, .wide-banner, .category-card, .blog-card, .coop-card, .product-card { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); position: relative; }
    .hero-card { min-height: 430px; padding: 0; display: flex; flex-direction: column; justify-content: flex-end; position: relative; isolation: isolate; cursor: pointer; transition: transform 0.25s ease, box-shadow 0.25s ease; }
    .hero-card:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(21, 36, 25, 0.12); }
    .hero-card::before { content: none; }
    .hero-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 34%); z-index: 1; pointer-events: none; }
    .hero-card.hero-1 { background: linear-gradient(180deg, var(--accent-warm), var(--accent-warm-2)); }
    .hero-card.hero-2 { background: linear-gradient(180deg, #efe7dc, var(--accent-warm)); }
    .hero-card.hero-3 { background: linear-gradient(180deg, var(--accent-stone), var(--accent-warm)); }
    .hero-card.hero-4 { background: linear-gradient(180deg, #efe7dc, #d8ccc0); }
    .hero-visual { position: absolute; inset: 0; width: 100%; height: 100%; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; transition: transform 0.38s ease; z-index: 0; pointer-events: none; }
    .hero-card:hover .hero-visual { transform: scale(1.04); }
    .hero-content { position: relative; z-index: 2; max-width: 100%; margin-top: auto; padding: 10px 12px 12px; color: #000; background: transparent; }
    .hero-card h3 { margin: 0 0 4px; font-size: clamp(1.15rem, 1.35vw, 1.45rem); line-height: 1.15; max-width: 18ch; color: #000; font-weight: 800; }
    .hero-card p { margin: 0 0 8px; color: #000; max-width: 24ch; font-size: 0.95rem; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .hero-card .btn-secondary { background: white; border-color: white; color: #2c241d; box-shadow: 0 10px 24px rgba(31, 24, 18, 0.12); transform: scale(0.9); transform-origin: left center; min-width: 150px; text-align: center; }
    .hero-card .btn-secondary:hover { background: #f8f5f1; border-color: #f8f5f1; color: #2c241d; transform: translateY(-1px); }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
    .section-head.centered { flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 4px; margin-bottom: 18px; }
    .section-head h2 { margin: 0; font-size: clamp(1.6rem, 2.2vw, 2.1rem); line-height: 1.15; font-weight: 700; }
    .section-head p { margin: 0; color: var(--muted); max-width: 700px; }
    .section-head.centered p { max-width: none; white-space: nowrap; font-size: 1rem; font-weight: 400; }
    .section-head-actions { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--primary); font-weight: 700; margin-top: 2px; }
    .more-link { color: var(--primary); font-weight: 700; font-size: 0.96rem; }
    .more-link:hover { color: var(--primary-hover); }
    .product-carousel { position: relative; padding-right: 72px; }
    .product-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 80px) / 5); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding-bottom: 6px; }
    .product-track::-webkit-scrollbar { display: none; }
    .product-track > * { scroll-snap-align: start; }
    .product-slider-nav { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; }
    .slider-arrow { background: transparent; border: none; box-shadow: none; color: var(--primary); font-size: 2.2rem; font-weight: 700; cursor: pointer; line-height: 1; padding: 0; }
    .slider-arrow:hover { color: var(--primary-hover); transform: translateX(3px); }
    .product-card { background: var(--surface); border: none; transition: transform 0.24s ease, box-shadow 0.24s ease; }
    #bestsellers .product-card { background: #ffffff; }
    .product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(21, 36, 25, 0.09); }
    .product-media { position: relative; aspect-ratio: 1 / 1; background: linear-gradient(180deg, #f4f8f4, #e8f1e8); display: flex; align-items: center; justify-content: center; font-size: 4rem; transition: transform 0.32s ease; }
    .product-card:hover .product-media { transform: scale(1.02); }
    .product-body { padding: 18px; }
    .eyebrow { font-size: 0.82rem; font-weight: 800; color: var(--primary); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 8px; }
    .product-title { margin: 0 0 8px; font-size: 1rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; font-weight: 600; text-align: center; }
    .product-text { margin: 0 0 12px; color: #000; font-size: 0.9rem; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; }
    .product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .price { font-size: 0.9rem; font-weight: 700; color: rgba(33,51,39,0.82); }
    .product-meta .btn { min-height: 34px; padding: 0 14px; font-size: 0.86rem; font-weight: 700; }
    .product-link { display: block; }
    .wide-banner { min-height: 220px; padding: 18px 24px; display: grid; grid-template-columns: 0.5fr 2fr 0.5fr; align-items: center; position: relative; isolation: isolate; cursor: pointer; transition: transform 0.25s ease, box-shadow 0.25s ease; background: linear-gradient(180deg, #dfe9df 0%, #dfe9df 50%, #eaf3ea 100%); border: none; }
    .wide-banner.alt { background: linear-gradient(180deg, #e8d9c4 0%, #e8d9c4 50%, #ffffff 100%); }
    .wide-banner:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(21, 36, 25, 0.10); }
    .wide-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%); z-index: 1; pointer-events: none; }
    .wide-banner h3, .category-card h3, .coop-card h3 { margin: 0 0 6px; font-size: clamp(1.3rem, 1.5vw, 1.6rem); line-height: 1.15; max-width: 32ch; text-align: center; }
    .wide-banner p, .blog-card p, .category-card p, .coop-card p { margin: 0 0 12px; color: var(--muted); font-size: 0.92rem; line-height: 1.45; }
    .wide-banner .visual { position: relative; width: 100%; aspect-ratio: 4 / 5; max-height: 80px; min-height: 70px; display: block; background-repeat: no-repeat !important; background-position: center center !important; background-size: contain !important; transition: transform 0.38s ease; z-index: 0; pointer-events: none; filter: drop-shadow(0 12px 22px rgba(61, 41, 22, 0.10)); }
    .wide-banner:hover .visual { transform: translateY(-3px) scale(1.02); }
    .wide-banner .banner-content { position: relative; z-index: 2; max-width: none; text-align: center; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
    .wide-banner .btn-secondary { background: white; border-color: white; color: #2c241d; box-shadow: 0 10px 24px rgba(31, 24, 18, 0.10); }
    .wide-banner .btn-secondary:hover { background: #f8f5f1; border-color: #f8f5f1; color: #2c241d; transform: translateY(-1px); }
    .category-card { min-height: 300px; padding: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #efe4d5; text-align: center; gap: 14px; transition: box-shadow 0.18s ease; border: none; }
    .category-card:hover { transform: none; box-shadow: var(--shadow); }
    .card-visual { width: 260px; height: 130px; border-radius: 6px; display: grid; place-items: center; font-size: 4rem; margin: 0 auto 10px; background: rgba(255,255,255,0.22); }
    .category-card h3 { margin: 0 0 4px; font-size: clamp(1.05rem, 1.2vw, 1.2rem); line-height: 1.15; max-width: 16ch; text-align: center; color: #2c241d; }
    .blog-card { background: var(--surface); border: none; transition: transform 0.18s ease, box-shadow 0.18s ease; }
    .blog-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(21, 36, 25, 0.08); }
    .blog-media { aspect-ratio: 16 / 10; background: linear-gradient(180deg, #eef4ef, #dfe9df); display: grid; place-items: center; font-size: 3rem; }
    .blog-body { padding: 22px; display: flex; flex-direction: column; align-items: center; text-align: center; }
    .blog-title { margin: 0 0 8px; font-size: 1.1rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .cooperation-hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: center; padding: 34px; border-radius: 12px; background: #e6d7c6; box-shadow: none; overflow: hidden; text-align: left; }
    .cooperation-copy h2 { margin: 0 0 10px; text-align: left; font-size: clamp(1.5rem, 2vw, 2rem); line-height: 1.08; color: #000; }
    .cooperation-copy p { margin: 0 0 18px; max-width: 42ch; color: #000; font-size: 0.95rem; line-height: 1.6; }
    .cooperation-points { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
    .cooperation-points span { display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,0.78); color: #2c241d; font-weight: 600; font-size: 0.92rem; }
    .cooperation-visual-wrap { display: flex; justify-content: center; align-items: center; }
    .cooperation-copy .btn-secondary { margin-top: 18px; background: white; border-color: var(--line); color: #2c241d; font-weight: 700; }
    .cooperation-copy .btn-secondary:hover { background: #b8a896; border-color: #b8a896; color: #2c241d; transform: translateY(-1px); }
    .cooperation-visual { width: 300px; height: 300px; border-radius: 12px; background: #f6f8f5; display: block; box-shadow: none; }
    footer { background: #cdbba6; color: #2c241d; margin-top: 60px; padding: 54px 0 36px; }
    .footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr; gap: 30px; }
    .footer-title { font-size: 1rem; font-weight: 800; margin: 0 0 16px; color: #2c241d; text-align: center; }
    .footer-list { display: grid; gap: 10px; text-align: center; }
    .footer-list a:hover { color: #1f2e22; transform: translateX(2px); }
    .footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(44,36,29,0.15); color: #2c241d; font-size: 0.9rem; }
    /* HAMBURGER MENU */
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; margin-left: 8px; }
    .hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.25s ease; }
    .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; }
    .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .mobile-nav {
      display: flex;
      position: fixed;
      top: 0; right: 0;
      width: 300px;
      height: 100vh;
      background: white;
      box-shadow: -4px 0 24px rgba(0,0,0,0.12);
      z-index: 200;
      padding: 72px 28px 32px;
      flex-direction: column;
      gap: 0;
      transform: translateX(100%);
      transition: transform 0.3s ease;
      visibility: hidden;
      overflow-y: auto;
    }
    .mobile-nav.open { transform: translateX(0); visibility: visible; }
    .mobile-nav-section-label { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); padding: 16px 0 6px; }
    .mobile-nav-divider { height: 1px; background: var(--line); margin: 8px 0; }
    .mobile-nav a { font-size: 1rem; font-weight: 600; color: var(--text); padding: 10px 0; border-bottom: 1px solid var(--line); display: block; }
    .mobile-nav a.cat-link { font-size: 0.95rem; font-weight: 700; color: #2f3a31; }
    .mobile-nav a:last-of-type { border-bottom: none; }
    .mobile-nav a:hover { color: var(--primary); }
    .mobile-nav-search { display: flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; color: var(--muted); font-size: 0.95rem; margin: 8px 0 4px; cursor: pointer; }
    .mobile-nav-search::before { content: "⌕"; font-size: 1.4rem; line-height: 1; }
    .mobile-nav-close { position: absolute; top: 20px; right: 20px; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--text); line-height: 1; padding: 4px; }
    .mobile-nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.3); z-index: 199; }
    .mobile-nav-overlay.open { display: block; }

    /* ── TABLET VELKÝ — hybrid header od 1024px ── */
    @media (max-width: 1024px) {
      .top-nav { display: none; }
      .search { display: none; }
      .category-row { display: none; }
      .hamburger { display: flex; }
      .topbar-row { gap: 8px; }
      .header-actions { margin-left: auto; gap: 8px; display: flex; align-items: center; }
      .btn { min-height: 40px; padding: 0 14px; font-size: 0.88rem; }
      /* Tablet mini-kategorie — zobrazí se 4 vybrané přímo v headeru */
      .tablet-cats { display: flex; align-items: center; gap: 0; font-weight: 700; font-size: 0.9rem; margin-left: 16px; background: rgba(63, 174, 73, 0.16); border-radius: 8px; padding: 0 4px; }
      .tablet-cats a { white-space: nowrap; color: #2f3a31; padding: 8px 14px; position: relative; }
      .tablet-cats a + a::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 16px; background: rgba(47,58,49,0.2); }
      .tablet-cats a:hover { color: var(--primary); }
    }
    /* Na desktopu tablet-cats schovat */
    @media (min-width: 1025px) {
      .tablet-cats { display: none; }
    }

        /* ── TABLET (481–768px) ── */
    @media (max-width: 768px) {
      .topbar-row { padding: 10px 0; }

      /* Hero grid - 2 sloupce */
      .hero-grid { grid-template-columns: repeat(2, 1fr); }
      .hero-card { min-height: 280px; }

      /* Produkty */
      .product-track { grid-auto-columns: calc((100% - 16px) / 2); }
      .product-carousel { padding-right: 0; }
      .product-slider-nav { position: static; transform: none; margin-top: 12px; }

      /* Bannery */
      .banner-row-2 { grid-template-columns: 1fr; }
      .wide-banner { grid-template-columns: 0.4fr 2.2fr 0.4fr; min-height: 180px; }

      /* Kategorie, blog */
      .category-grid { grid-template-columns: repeat(3, 1fr); }
      .blog-grid { grid-template-columns: repeat(2, 1fr); }
      .category-card { min-height: 220px; }

      /* Spolupráce */
      .cooperation-hero { grid-template-columns: 1fr; text-align: center; padding: 24px; }
      .cooperation-copy h2 { text-align: center; }
      .cooperation-copy p { margin-left: auto; margin-right: auto; }
      .cooperation-points { justify-content: center; }
      .cooperation-visual { width: 220px; height: 220px; }

      /* Footer */
      .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }

      /* Section spacing */
      main { padding: 20px 0 60px; }
      .section { margin-top: 32px; }
    }

    /* ── MOBIL (do 480px) ── */
    @media (max-width: 480px) {
      /* Navigace — hamburger schovaný, jen logo + akce */
      .top-nav { display: none; }
      .topbar-row { padding: 10px 0; gap: 8px; }
      .search { display: none; }
      .btn { min-height: 40px; padding: 0 14px; font-size: 0.88rem; }

      /* Kategorie bar scrollovatelný */
      .category-row { overflow-x: auto; scrollbar-width: none; }
      .category-row::-webkit-scrollbar { display: none; }
      .main-categories { gap: 0; }
      .main-categories a { font-size: 0.88rem; }
      .main-categories a + a { margin-left: 16px; padding-left: 16px; }

      /* Hero — 1 sloupec, výška kratší */
      .hero-grid { grid-template-columns: 1fr; gap: 12px; }
      .hero-card { min-height: 260px; }
      .hero-card h3 { font-size: 1.1rem; }
      .hero-card p { font-size: 0.88rem; }
      .hero-card .btn-secondary { transform: none; transform-origin: left center; min-width: 0; font-size: 0.86rem; min-height: 38px; }

      /* Produktový carousel */
      .product-track { grid-auto-columns: 76%; gap: 12px; }
      .product-carousel { padding-right: 0; }
      .product-slider-nav { position: static; transform: none; margin-top: 10px; }
      .product-media { font-size: 3rem; }
      .product-body { padding: 14px; }
      .product-title { font-size: 0.92rem; min-height: 0; }
      .product-text { display: none; }

      /* Bannery */
      .banner-row-2 { grid-template-columns: 1fr; }
      .wide-banner { grid-template-columns: 1fr; padding: 20px; min-height: 0; }
      .wide-banner .banner-content { order: 1; }
      .wide-banner .visual { display: none; }
      .wide-banner h3 { font-size: 1.1rem; }

      /* Kategorie */
      .category-grid { grid-template-columns: 1fr; gap: 12px; }
      .category-card { min-height: 160px; flex-direction: row; justify-content: flex-start; gap: 16px; padding: 16px 20px; }
      .card-visual { width: 70px; height: 70px; font-size: 2rem; margin: 0; flex-shrink: 0; }
      .category-card h3 { text-align: left; font-size: 1rem; }

      /* Blog */
      .blog-grid { grid-template-columns: 1fr; gap: 12px; }
      .blog-media { font-size: 2rem; }
      .blog-body { padding: 16px; }
      .blog-title { font-size: 1rem; }

      /* Spolupráce */
      .cooperation-hero { grid-template-columns: 1fr; padding: 20px; text-align: center; }
      .cooperation-copy h2 { text-align: center; font-size: 1.4rem; }
      .cooperation-copy p { margin-left: auto; margin-right: auto; }
      .cooperation-points { justify-content: center; }
      .cooperation-visual-wrap { display: none; }

      /* Section head */
      .section-head.centered h2 { white-space: normal !important; font-size: 1.15rem !important; }
      .section-head.centered p { white-space: normal; font-size: 0.9rem; }

      /* Footer */
      .footer-grid { grid-template-columns: 1fr; gap: 20px; }
      footer { padding: 36px 0 24px; margin-top: 40px; }
      .footer-bottom { font-size: 0.82rem; }

      /* Spacing */
      main { padding: 16px 0 48px; }
      .section { margin-top: 28px; }
      .container { width: calc(100% - 24px); }
    }

    /* ── COOKIE CONSENT ── */
    #cookie-bar {
      position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
      background: #213327; color: #f0ece6;
      padding: 18px 0; border-top: 2px solid #3FAE49;
      font-size: 0.88rem; line-height: 1.5;
      transform: translateY(100%); transition: transform 0.4s ease;
    }
    #cookie-bar.visible { transform: translateY(0); }
    #cookie-bar .container { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
    #cookie-bar p { margin: 0; flex: 1; min-width: 240px; }
    #cookie-bar p a { color: #8dd99b; text-decoration: underline; }
    #cookie-bar p a:hover { color: #b2e8bc; }
    .cookie-btns { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
    .cookie-btn-accept {
      background: #3FAE49; color: #fff; border: none; border-radius: 8px;
      padding: 10px 22px; font-size: 0.88rem; font-weight: 700; cursor: pointer;
      transition: background .18s;
    }
    .cookie-btn-accept:hover { background: #2F8A3A; }
    .cookie-btn-reject {
      background: transparent; color: #c8c0b8;
      border: 1px solid rgba(255,255,255,0.2); border-radius: 8px;
      padding: 10px 18px; font-size: 0.88rem; font-weight: 600; cursor: pointer;
      transition: all .18s;
    }
    .cookie-btn-reject:hover { border-color: rgba(255,255,255,0.78); color: #f0ece6; }
    @media(max-width:600px) {
      #cookie-bar .container { gap: 14px; }
      .cookie-btns { width: 100%; }
      .cookie-btn-accept, .cookie-btn-reject { flex: 1; text-align: center; }
    }

    .hp-badge {
      position: absolute; top: 10px; left: 10px; z-index: 3;
      font-size: 0.7rem; font-weight: 800; letter-spacing: 0.07em;
      text-transform: uppercase; padding: 4px 9px; border-radius: 5px;
      pointer-events: none; line-height: 1.2;
    }
    .hp-badge-bestseller { background: #3FAE49; color: #fff; }
    .hp-badge-novinka    { background: #e54848; color: #fff; }
    .hp-badge-doporucujeme { background: #f59e0b; color: #fff; }
  
.product-media,.prod-media{position:relative;overflow:hidden;}.auto-hero{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}.product-media>*:not(.auto-hero),.prod-media>*:not(.auto-hero){position:relative;z-index:1;}
