/* ============================================================
   VPOHODICKE.SK – CUSTOM CSS (finálna čistá verzia)
   ============================================================ */


/* ===========================
   GLOBAL
   =========================== */
html, body { overflow-x: hidden; }

html {
    background:
        radial-gradient(ellipse at 20% 30%, rgba(255,255,255,0.9) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 70%, rgba(255,255,255,0.85) 0%, transparent 50%),
        linear-gradient(135deg, #f0f8fc 0%, #e8f5fb 25%, #f5fbfe 50%, #e4f3fa 75%, #edf7fc 100%);
    background-attachment: fixed;
    min-height: 100%;
}

body { background: transparent !important; }
img  { max-width: 100%; }
section { max-width: 100%; overflow: visible; }


/* ===========================
   HORNÉ MENU
   =========================== */
.navbar ul, ul.level-1, .menu-horizontal {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 48px !important;
    padding: 18px 0 !important;
}
.navbar ul li a, ul.level-1 > li > a, .menu-horizontal > li > a {
    font-size: 18px !important; font-weight: 700 !important;
    text-transform: uppercase !important; letter-spacing: 1px !important;
    color: #111 !important; text-decoration: none !important;
    position: relative; padding: 6px 0 !important;
    transition: all 0.25s ease !important;
}
header .navbar ul li a:hover, header ul.level-1 > li > a:hover,
header .menu-horizontal > li > a:hover,
header .navbar ul li.active > a, header ul.level-1 > li.active > a,
header .menu-horizontal > li.active > a { color: #27C6D9 !important; }

.navbar ul li a::after, ul.level-1 > li > a::after, .menu-horizontal > li > a::after {
    content: ""; position: absolute; left: 0; bottom: -8px;
    width: 0%; height: 3px; background: #27C6D9;
    transition: 0.3s ease; border-radius: 2px;
}
.navbar ul li a:hover::after, ul.level-1 > li > a:hover::after,
.menu-horizontal > li > a:hover::after { width: 100%; }

header a { transition: color 0.25s ease !important; }
header a:hover, header .active > a, header a.active { color: #27C6D9 !important; }


/* ===========================
   ĽAVÉ MENU
   =========================== */
aside a, .sidebar a, #left a, #left-column a,
.left-col a, .ce-left-menu a, .category-list a, .ce-category-menu a {
    color: #333 !important; text-decoration: none !important;
    transition: color 0.2s ease !important; font-size: 14px !important;
    display: block; padding: 4px 0;
}
aside a:hover, .sidebar a:hover, #left a:hover, #left-column a:hover,
.left-col a:hover, .ce-left-menu a:hover, .category-list a:hover,
.ce-category-menu a:hover, aside .active > a, .sidebar .active > a,
#left .active > a, #left-column .active > a { color: #27C6D9 !important; }
#left .active > a, #left-column .active > a { font-weight: 700 !important; }
#left h3, #left-column h3, .sidebar h3, .ce-left-menu h3 {
    font-size: 16px !important; font-weight: 800 !important;
    color: #111 !important; margin-bottom: 12px !important;
    text-transform: uppercase !important; letter-spacing: 0.5px !important;
}


/* ===========================
   DROPDOWN MENU
   =========================== */
.kuchyna-dropdown {
    position: absolute; background: #ffffff; padding: 24px 28px;
    border-radius: 16px; box-shadow: 0 30px 70px rgba(0,0,0,0.18);
    display: flex; flex-direction: column; gap: 12px; min-width: 280px;
    opacity: 0; pointer-events: none; transform: translateY(20px);
    transition: all 0.25s ease; z-index: 999999;
}
.kuchyna-dropdown a { text-decoration: none; color: #111; font-size: 15px; font-weight: 600; transition: 0.2s; }
.kuchyna-dropdown a:hover { color: #27C6D9; }


/* ===========================
   PÄTICKA
   =========================== */
.ce-footer-line, .footer-bottom, .copyright-row, footer > div:last-child {
    background-color: #49B4BD !important; color: #ffffff !important; padding: 20px 0 !important;
}


/* ===========================
   BANNERY
   =========================== */
.banner, .home-banner, .promo-banner { border: none !important; box-shadow: none !important; }
.banner-box {
    flex: 1; padding: 26px; min-height: 260px; display: flex;
    flex-direction: column; justify-content: center;
    background-size: cover; background-position: center;
    border-radius: 22px; color: #fff; position: relative;
    overflow: hidden; transition: transform 0.35s ease;
}
.banner-box a { color: #fff; text-decoration: none; }
.banner-box h2 { font-size: 38px; margin-bottom: 16px; z-index: 2; }
.banner-box p  { font-size: 18px; margin-bottom: 24px; z-index: 2; }
.banner-box .link-text { font-weight: 600; z-index: 2; }
.banner-box:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); }
.mobile-only { display: none; }

.vpo-duo { display: flex; gap: 20px; margin: 50px 0; }
.vpo-duo .vpo-box {
    flex: 1; display: flex; align-items: flex-end; min-height: 240px;
    border-radius: 20px; padding: 30px; color: #fff; text-decoration: none;
    position: relative; overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: 0.3s ease;
}
.vpo-duo .vpo-box::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.25); pointer-events: none; }
.vpo-duo .vpo-box div  { position: relative; z-index: 2; }
.vpo-duo .vpo-box h3   { font-size: 26px; margin-bottom: 8px; }
.vpo-duo .vpo-box p    { font-size: 14px; margin-bottom: 15px; }
.vpo-duo .vpo-box span { display: inline-block; background: #fff; color: #000; padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; transition: 0.3s; }
.vpo-duo .vpo-box:hover { transform: translateY(-6px); }
.vpo-duo .vpo-box:hover span { background: #000; color: #fff; }
.vpo-easter { background: linear-gradient(135deg,#f7971e,#ffd200); }
.vpo-grill  { background: linear-gradient(135deg,#232526,#ff4e00); }
.vpo-duo-bannery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 50px 0; padding: 0 15px; }
.vpod-animace-karta { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.vpod-animace-karta:hover { transform: translateY(-4px); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }


/* ===========================
   VPO PRODUKTY
   =========================== */
.vpo-sekce { width: 100%; max-width: 1140px; margin: 30px auto; padding: 0 15px; box-sizing: border-box; }
.vpo-nadpis { font-size: 26px; font-weight: 800; text-align: center; margin-bottom: 25px; color: #1a1a1a; }
.vpo-grid   { display: grid; gap: 20px; grid-template-columns: repeat(3,1fr); }
.vpo-karta {
    background: #fff; border-radius: 15px; border: 1px solid #f0f0f0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); display: flex;
    flex-direction: column; overflow: hidden; text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vpo-karta:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.vpo-karta img { width: 100%; height: 200px; object-fit: cover; display: block; }
.vpo-info    { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; }
.vpo-info h3 { font-size: 15px; font-weight: 600; margin: 5px 0 10px 0; color: #333; min-height: 40px; }
.vpo-cena    { font-size: 18px; font-weight: 800; margin: auto 0 15px 0; color: #000; }
.vpo-btn {
    background-color: #8db5ba; color: #fff !important; text-decoration: none;
    padding: 10px 15px; border-radius: 10px; font-size: 14px; font-weight: bold;
    transition: all 0.3s ease; display: inline-block;
}
.vpo-btn:hover { background-color: #6a8e93; transform: scale(1.05); }


/* ===========================
   DETAIL PRODUKTU
   =========================== */
.product-image img, .p-image img, .ce-product-image img {
    max-height: 500px; width: auto; max-width: 100%;
    object-fit: contain; display: block; margin: 0 auto;
}
.product-image, .p-image, .ce-product-image { max-width: 100%; }
.product-thumbnails img, .ce-product-thumbs img { max-height: 80px; width: auto; object-fit: contain; }


/* ===========================
   CE-CATEGORY-LIST – KOLIESKA (homepage)
   POZOR: Len pre .ce-category-list, NIE pre .vpo-cat-card!
   =========================== */
.ce-category-list {
    display: flex !important; justify-content: center !important;
    flex-wrap: wrap !important; gap: 35px !important;
    margin: 30px auto 40px auto !important;
    max-width: 1100px !important; overflow: visible !important;
}
.ce-category-list .ctg-item {
    width: 160px; text-align: center; overflow: visible;
    background: none; border: none; box-shadow: none;
    border-radius: 0; padding: 0;
}
.ce-category-list .ctg-item img {
    width: 140px !important; height: 140px !important;
    border-radius: 50% !important;
    object-fit: contain !important; object-position: center !important;
    background: #f0fafb !important; border: 3px solid #e0f5f8 !important;
    box-shadow: 0 6px 20px rgba(39,198,217,0.12) !important;
    display: block !important; margin: 0 auto 10px auto !important;
    padding: 0 !important; box-sizing: content-box !important;
    transition: all 0.3s ease !important;
}
.ce-category-list .ctg-item a {
    text-decoration: none !important; color: #333 !important;
    font-size: 13px !important; font-weight: 600 !important;
    display: block; text-align: center;
}
.ce-category-list .ctg-item a:hover img {
    border-color: #27C6D9 !important;
    box-shadow: 0 8px 25px rgba(39,198,217,0.35) !important;
    transform: translateY(-5px) !important;
}
.ce-category-list .ctg-item a:hover { color: #27C6D9 !important; }


/* ===========================
   VPO KATEGÓRIE – ŠTVORCE (desktop grid)
   ODDELENÉ od koliesok!
   =========================== */
.vpo-kategorie { margin: 60px 0; text-align: center; }
.vpo-cat-grid  { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; }
.vpo-cat-card {
    background: #f5f7f8; border-radius: 16px; padding: 0;
    text-decoration: none; color: #333; transition: 0.2s;
    overflow: hidden; display: flex; flex-direction: column;
}
.vpo-cat-card img {
    width: 100% !important; height: 140px !important;
    object-fit: cover !important; display: block !important;
    border-radius: 16px 16px 0 0 !important;
    border: none !important; box-shadow: none !important;
    background: #f5f7f8 !important; padding: 0 !important;
    min-width: unset !important; min-height: unset !important;
    max-height: 140px !important; box-sizing: border-box !important;
}
.vpo-cat-card span {
    display: block !important; font-weight: 600 !important;
    padding: 10px 12px !important; font-size: 14px !important;
    text-align: center !important; color: #333 !important;
}
.vpo-cat-card:hover { transform: translateY(-5px); }


/* ===========================
   PREČO MY
   =========================== */
.why-us-new { padding: 60px 15px; background-color: #f9fafb; }
.why-title-new { display: flex; align-items: center; text-align: center; font-size: 24px; font-weight: 700; color: #111827; margin-bottom: 40px; }
.why-title-new::before, .why-title-new::after { content: ''; flex: 1; border-bottom: 1px solid #e5e7eb; }
.why-title-new span { padding: 0 15px; }
.why-grid-new { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; max-width: 1200px; margin: 0 auto; }
.why-card-new { display: flex; align-items: center; background: #fff; border-radius: 14px; padding: 15px 12px; border: 1px solid #f1f5f9; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.why-icon-new { width: 55px; height: 55px; flex-shrink: 0; margin-right: 12px; }
.why-icon-new img { width: 100%; height: 100%; object-fit: contain; }
.why-content-new h3 { font-size: 14px; font-weight: 700; color: #111827; margin: 0 0 2px 0; line-height: 1.2; }
.why-content-new p  { font-size: 11px; color: #6b7280; margin: 0; line-height: 1.3; }


/* ===========================
   GRADIENT BACKGROUND SEKCIE
   =========================== */
.premium-newsletter-final, .page-width[style*="newsteller"],
.story-full, .vpo-recenzie {
    background:
        radial-gradient(ellipse at 20% 30%, rgba(255,255,255,0.9) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 70%, rgba(255,255,255,0.85) 0%, transparent 50%),
        linear-gradient(135deg, #f0f8fc 0%, #e8f5fb 25%, #f5fbfe 50%, #e4f3fa 75%, #edf7fc 100%) !important;
    background-size: cover !important;
}
.premium-newsletter-final { padding: 100px 20px !important; }
.vpo-recenzie { padding: 60px 20px !important; width: 100% !important; box-sizing: border-box !important; }
.vpo-recenzie > div[style*="border-radius: 18px"],
.vpo-recenzie > div[style*="border-radius:18px"] { max-width: 700px !important; margin: 0 auto 16px auto !important; }
div[style*="f5fcfd"], div[style*="eaf8fb"] { background: transparent !important; }


/* ===========================
   NEWSLETTER FORMULÁR
   =========================== */
.newsletter-container-final { max-width: 650px; margin: 0 auto; }
.newsletter-container-final h2 { font-size: 32px; font-weight: 800; color: #0c2340; margin-bottom: 15px; }
.newsletter-container-final p  { font-size: 17px; color: #555; margin-bottom: 35px; }
.input-group-pill { display: flex; background: #fff; padding: 6px; border-radius: 50px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #e0f2f5; }
.input-group-pill input  { flex: 1; border: none; padding: 15px 25px; font-size: 16px; border-radius: 50px; outline: none; color: #333; }
.input-group-pill button { background-color: #58b7c0; color: white; border: none; padding: 12px 35px; border-radius: 50px; font-weight: 700; cursor: pointer; transition: all 0.3s ease; white-space: nowrap; }
.input-group-pill button:hover { background-color: #46a3ab; transform: translateY(-1px); }


/* ===========================
   FAMILY PICKS
   =========================== */
.family-picks { padding: 60px 0; }
.family-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.family-title { font-size: 28px; font-weight: 700; margin-bottom: 30px; color: #1a1a1a; }
.family-grid  { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.family-card  { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.06); transition: transform 0.3s ease; display: flex; flex-direction: column; }
.family-card img { width: 100%; height: 220px; object-fit: contain; padding: 20px; }
.family-content { padding: 20px; text-align: center; }
.family-content h3 { font-size: 16px; margin-bottom: 10px; min-height: 40px; }
.family-price { font-size: 20px; font-weight: 700; margin-bottom: 15px; }
.family-btn { display: inline-block; background: #00b3b3; color: #fff !important; padding: 10px 25px; border-radius: 10px; text-decoration: none; font-weight: 600; }


/* ===========================
   SPRING GRID
   =========================== */
@media (min-width: 769px) {
    .spring-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 30px !important; }
    .spring-card img { height: 200px; }
}


/* ===========================
   STORY SEKCIA
   =========================== */
.story-full { padding: 80px 20px; text-align: center; }
.story-content { max-width: 820px; margin: 0 auto; }
.story-h2  { font-size: 36px; font-weight: 800; color: #0c2340; margin-bottom: 20px; }
.story-line { width: 60px; height: 3px; background: #58b7c0; margin: 0 auto 35px auto; border-radius: 10px; }
.story-p   { font-size: 18px; line-height: 1.7; color: #333; margin-bottom: 25px; }
.story-box { background: rgba(255,255,255,0.6); backdrop-filter: blur(5px); padding: 35px; border-radius: 25px; border: 1px solid rgba(255,255,255,0.3); margin: 40px auto; max-width: 700px; font-size: 18px; color: #333; }
.story-sig { font-size: 19px; color: #444; margin-top: 40px; }


/* ===========================
   MOBILNÉ KATEGÓRIE (sekcia)
   =========================== */
.mobile-cat-section { background-color: #fff; padding: 30px 15px; width: 100%; box-sizing: border-box; }
.mobile-cat-title   { font-size: 24px; font-weight: 700; color: #000; text-align: center; margin-bottom: 20px; }
.mobile-cat-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mobile-cat-card    { display: flex; align-items: center; background: #fff; border: 1px solid #f1f5f9; border-radius: 12px; padding: 10px 12px; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.04); }
.mobile-cat-card img { width: 44px; height: 44px; margin-right: 10px; flex-shrink: 0; }
.mobile-cat-name    { font-size: 14px; font-weight: 700; color: #1a202c; line-height: 1.2; }
.akcia-circles { display: flex; justify-content: center; gap: 45px; margin: 20px 0 40px 0; flex-wrap: wrap; }
.akcia-circles .ctg-item a { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #333; font-weight: 500; }
.akcia-circles img { width: 85px; height: 85px; object-fit: contain; background: #fff; border-radius: 50%; padding: 18px; box-shadow: 0 4px 15px rgba(0,0,0,0.06); margin-bottom: 10px; transition: all 0.3s ease; }
.spring-btn, .family-btn, .sale-btn { display: block; width: max-content; margin: 0 auto; text-align: center; }


/* ===========================
   BLOG SEKCIA
   =========================== */
.vpo-blog-sekce {
    width: 100% !important; max-width: 100% !important; margin: 0 !important;
    padding: 50px 20px !important; box-sizing: border-box !important;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(255,255,255,0.9) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 70%, rgba(255,255,255,0.85) 0%, transparent 50%),
        linear-gradient(135deg, #f0f8fc 0%, #e8f5fb 25%, #f5fbfe 50%, #e4f3fa 75%, #edf7fc 100%) !important;
}
.vpo-blog-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 24px !important; max-width: 1140px; margin: 0 auto; }
.vpo-blog-karta { background: #fff; border-radius: 16px; border: 1px solid #f0f0f0; box-shadow: 0 4px 12px rgba(0,0,0,0.05); overflow: hidden; display: flex !important; flex-direction: column !important; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.vpo-blog-karta:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.vpo-blog-img { position: relative; overflow: hidden; }
.vpo-blog-img img { width: 100% !important; height: 200px !important; object-fit: cover !important; display: block !important; transition: transform 0.4s ease; border-radius: 0 !important; border: none !important; background: none !important; padding: 0 !important; }
.vpo-blog-karta:hover .vpo-blog-img img { transform: scale(1.04); }
.vpo-blog-tag { position: absolute; top: 12px; left: 12px; background: #27C6D9; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; }
.vpo-blog-info { padding: 18px; display: flex; flex-direction: column; flex-grow: 1; }
.vpo-blog-info h3 { font-size: 15px; font-weight: 700; color: #111; margin: 0 0 8px 0; line-height: 1.4; }
.vpo-blog-info h3 a { color: #111 !important; text-decoration: none !important; }
.vpo-blog-info h3 a:hover { color: #27C6D9 !important; }
.vpo-blog-info p { font-size: 13px; color: #666; line-height: 1.6; margin: 0 0 16px 0; flex-grow: 1; }
.vpo-blog-btn { display: inline-block !important; background: #8db5ba !important; color: #fff !important; text-decoration: none !important; padding: 9px 18px !important; border-radius: 8px !important; font-size: 13px !important; font-weight: 700 !important; margin-top: auto !important; transition: background 0.3s ease !important; align-self: flex-start !important; }
.vpo-blog-btn:hover { background: #6a8e93 !important; }
.vpo-blog-viac { display: inline-block; background: #27C6D9; color: #fff !important; text-decoration: none !important; padding: 12px 30px; border-radius: 10px; font-size: 14px; font-weight: 700; transition: background 0.3s ease; }
.vpo-blog-viac:hover { background: #1aa8ba; }


/* ===========================
   TABLET (769px – 1024px)
   =========================== */
@media (min-width: 769px) and (max-width: 1024px) {
    .bannery-desktop-only, .bannery-desktop-only > *, .bannery-desktop-only > * > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
    .bannery-desktop-only > div { display: flex !important; gap: 20px !important; padding: 0 20px !important; width: 100% !important; box-sizing: border-box !important; }
    .vpod-animace-karta { flex: 1 1 0 !important; min-width: 0 !important; box-sizing: border-box !important; }
    .vpo-grid, .family-grid, .spring-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 15px !important; }
    .vpo-cat-card img { height: 100px !important; }
    #left, .sidebar, .left-col, .col-md-3, .col-sm-3 { display: none !important; }
    #content, .content, #main, .main, #content-wrapper, .content-wrapper,
    .col-md-9, .col-sm-9, .page-content, .main-content, #right, .right-col {
        margin-left: 0 !important; padding-left: 15px !important; width: 100% !important; max-width: 100% !important; float: none !important; box-sizing: border-box !important;
    }
}


/* ===========================
   DESKTOP: skrytie mobilných prvkov
   =========================== */
@media (min-width: 769px) {
    .mobile-cat-section  { display: none !important; }
    .mobile-kategorie    { display: none !important; }
    .bannery-mobile-only { display: none !important; }
    .bannery-desktop-only{ display: block !important; }
    .story-mobile        { display: none !important; }
    .story-desktop       { display: block !important; }
}


/* ============================================================
   MOBILNÁ RESPONZIVITA (max-width: 768px)
   ============================================================ */
@media (max-width: 768px) {

    /* Prepínanie */
    .desktop-only         { display: none !important; }
    .mobile-only          { display: block !important; }
    .bannery-desktop-only { display: block !important; }
    .bannery-desktop-only .moje-bannery-krabice { display: none !important; }
    .bannery-desktop-only .vpod-banner-flex     { display: none !important; }
    .bannery-mobile-only  { display: block !important; }
    .story-desktop        { display: none !important; }
    .story-mobile         { display: block !important; }

    /* Bannery */
    .banner-box.mobile-small { min-height: 100px; padding: 15px; border-radius: 15px; }
    .vpo-duo { flex-direction: column; }
    .vpo-duo .vpo-box { min-height: 180px; padding: 20px; }
    .vpo-duo-bannery { grid-template-columns: 1fr; }
    .bannery-mobile-only { margin: 0 !important; padding: 0 !important; }
    .bannery-mobile-only > div { margin: 0 !important; padding: 10px !important; }
    .bannery-mobile-only div[style*="display: flex"] { display: flex !important; justify-content: space-between !important; gap: 12px !important; width: 100% !important; }
    .bannery-mobile-only .vpod-animace-karta { flex: 1 1 0 !important; border-radius: 12px !important; padding: 15px 12px !important; display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: flex-start !important; }
    .bannery-mobile-only .vpod-animace-karta h2 { font-size: 17px !important; margin: 0 0 4px 0 !important; line-height: 1.1 !important; }
    .bannery-mobile-only .vpod-animace-karta p:nth-of-type(1) { display: none !important; }
    .bannery-mobile-only .vpod-animace-karta p:nth-of-type(2) { font-size: 11px !important; margin-bottom: 0 !important; }

    /* Produkty */
    .vpo-sekce  { max-width: 100% !important; padding: 0 10px !important; }
    .vpo-grid   { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
    .vpo-grid > *:nth-child(n+3)    { display: none !important; }
    .family-grid > *:nth-child(n+3) { display: none !important; }
    .spring-grid > *:nth-child(n+3) { display: none !important; }
    .vpo-karta img { height: 140px !important; }
    .vpo-info { padding: 10px !important; }
    .vpo-info h3 { font-size: 13px !important; min-height: 30px !important; }
    .vpo-cena    { font-size: 14px !important; }
    .vpo-btn     { padding: 8px 5px !important; font-size: 11px !important; border-radius: 8px !important; }

    /* Detail produktu */
    .product-detail, .product-top, .ce-product-detail { display: block !important; width: 100% !important; }
    .product-image, .p-image, .ce-product-image { width: 100% !important; max-width: 100% !important; float: none !important; margin: 0 auto 20px auto !important; }
    .product-image img, .p-image img, .ce-product-image img { width: 100% !important; max-height: 320px !important; height: auto !important; object-fit: contain !important; display: block !important; margin: 0 auto !important; }
    .product-info, .p-info, .ce-product-info { width: 100% !important; float: none !important; padding: 0 10px !important; box-sizing: border-box !important; }
    .product-thumbnails img, .ce-product-thumbs img { width: 60px !important; height: 60px !important; object-fit: contain !important; }

    /* Why us */
    .why-grid-new  { grid-template-columns: 1fr 1fr; gap: 10px; }
    .why-title-new { font-size: 20px; }
    .why-card-new  { padding: 12px 10px; }
    .why-icon-new  { width: 45px; height: 45px; margin-right: 8px; }

    /* CE Kategórie – kolieska na mobile */
    .ce-category-list {
        display: flex !important; flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 20px 15px !important; padding: 0 10px !important;
        max-width: 100% !important;
    }
    .ce-category-list .ctg-item {
        width: 90px !important; text-align: center !important; overflow: visible !important;
    }
    .ce-category-list .ctg-item img {
        width: 80px !important; height: 80px !important;
        min-width: 80px !important; min-height: 80px !important;
        border-radius: 50% !important; object-fit: contain !important;
        background: #f0fafb !important; border: 3px solid #e0f5f8 !important;
        padding: 0 !important; box-sizing: content-box !important;
        display: block !important; margin: 0 auto 8px auto !important;
    }
    .ce-category-list .ctg-item a { font-size: 11px !important; font-weight: 600 !important; }

    /* VPO Kategórie */
    .vpo-kategorie { display: none !important; }
    .vpo-cat-grid  { grid-template-columns: repeat(2,1fr); }

    /* Family grid */
    .family-grid { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
    .family-card img   { height: 120px !important; padding: 10px !important; }
    .family-content    { padding: 10px !important; }
    .family-content h3 { font-size: 13px !important; }
    .family-price      { font-size: 15px !important; }
    .family-btn        { padding: 8px 5px !important; font-size: 11px !important; }

    /* Jarný výber 2x2 */
    div[style*="f5fcfd"] div[style*="repeat(4"],
    div[style*="eaf8fb"] div[style*="repeat(4"] { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
    div[style*="f5fcfd"] div[style*="repeat(4"] > *,
    div[style*="eaf8fb"] div[style*="repeat(4"] > * { display: block !important; }

    /* Spring grid */
    .spring-grid { display: grid !important; grid-template-columns: repeat(2,1fr) !important; gap: 12px !important; padding: 0 10px !important; }
    .spring-card img   { height: 110px !important; padding: 8px !important; }
    .spring-content    { padding: 10px !important; }
    .spring-content h3 { font-size: 13px !important; }
    .spring-price      { font-size: 15px !important; }
    .spring-btn        { padding: 8px 5px !important; font-size: 11px !important; }
    .spring-subtitle   { display: none !important; }

    /* Newsletter */
    .premium-newsletter-final { padding: 60px 20px !important; }
    .input-group-pill { flex-direction: column; background: transparent; box-shadow: none; border: none; padding: 0; gap: 12px; }
    .input-group-pill input  { background: #fff !important; border: 1px solid #e0f2f5; }
    .input-group-pill button { width: 100%; padding: 16px; }

    /* Story */
    .story-minimal-strip { background: #f0fafb; padding: 25px 20px; text-align: center; }

    /* Recenzie */
    .vpo-recenzie { padding: 30px 12px !important; }
    .vpo-recenzie > div[style*="border-radius: 18px"],
    .vpo-recenzie > div[style*="border-radius:18px"] { max-width: 100% !important; margin: 0 0 10px 0 !important; padding: 16px 14px !important; }

    /* Blog */
    .vpo-blog-grid { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
    .vpo-blog-karta:nth-child(n+3) { display: none !important; }
    .vpo-blog-img img { height: 120px !important; }
    .vpo-blog-info    { padding: 12px !important; }
    .vpo-blog-info h3 { font-size: 13px !important; }
    .vpo-blog-info p  { display: none !important; }
}


/* ===========================
   EXTRA MALÉ MOBILY
   =========================== */
@media (max-width: 360px) {
    .why-content-new h3 { font-size: 13px; }
    .why-content-new p  { display: none; }
}



/* ===========================
   HLAVNÝ BANNER – DESKTOP VEĽKÝ
   =========================== */
@media (min-width: 769px) {
    .vpo-hlavny-banner {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        display: block !important;
    }

    .vpo-hlavny-banner figure {
        margin: 0 !important;
        padding: 0 !important;
    }

    .vpo-hlavny-banner figure > div {
        width: 100% !important;
    }

    .vpo-hlavny-banner img {
        width: 100% !important;
        height: 420px !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        min-width: unset !important;
        min-height: unset !important;
        max-height: unset !important;
    }
}

/* Mobil – menšia výška */
@media (max-width: 768px) {
    .vpo-hlavny-banner img {
        width: 100% !important;
        height: 200px !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
    }
}

/* Odstranění nechtěného čtvercového obrysu při hoveru na kolečka */
.ce-category-list .ctg-item:hover,
.ce-category-list .ctg-item a:hover,
.ce-category-list .ctg-item a:focus,
.ce-category-list .ctg-item p:hover {
    outline: none !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Pojistka pro samotný odstavec, aby nedělal neplechu */
.ce-category-list .ctg-item p {
    outline: none !important;
    border: none !important;
    margin-bottom: 0 !important;
}
