/* ═══════════════════════════════════════════════════════════════════
   EVERSTAR SPORTS — CATEGORY HUB STYLES
   Shared by /boxing/ /cricket/ /gym/ /karate/ /mma/ /soccer/.
   Each hub page overrides only its own .page-header hero background
   in a small inline <style> after this file.
   ═══════════════════════════════════════════════════════════════════ */
* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Roboto', sans-serif; background: #0a0a0a; color: #fff; overflow-x: hidden; }
        h1, h2, h3, h4 { font-family: 'Bebas Neue', cursive; letter-spacing: 2px; }

        /* ── NAVBAR ── */
        .navbar {
            position: relative; top: 0; left: 0; right: 0; z-index: 999;
            background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
            border-bottom: 4px solid #ff0000;
            box-shadow: 0 4px 20px rgba(255,0,0,0.3);
        }
        .top-bar { display: none; }
        .top-bar-inner { max-width: 1400px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
        .contact-info { display: flex; gap: 20px; align-items: center; }
        .contact-item { display: flex; align-items: center; gap: 5px; color: #999; font-size: 0.75rem; text-decoration: none; transition: color 0.3s; font-family: 'Montserrat', sans-serif; font-weight: 500; }
        .contact-item i { color: #ff0000; font-size: 0.75rem; }
        .contact-item:hover { color: #ff0000; }
        .social-header { display: flex; gap: 15px; align-items: center; }
        .social-header a { color: #666; font-size: 0.9rem; transition: color 0.3s; text-decoration: none; }
        .social-header a:hover { color: #ff0000; }
        .nav-container { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; }
        .nav-logo { font-size: 1.8rem; color: #ff0000; text-decoration: none; font-family: 'Oswald', sans-serif; font-weight: 700; letter-spacing: 3px; }
        .nav-logo span { color: #fff; font-weight: 300; }
        .nav-links { display: flex; gap: 5px; list-style: none; align-items: center; }
        .nav-links a { color: #ccc; text-decoration: none; font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 600; padding: 8px 14px; border-radius: 4px; transition: all 0.3s; text-transform: uppercase; }
        .nav-links a:hover, .nav-links a.active { background: transparent; }
        .nav-cta { background: #ff0000 !important; color: #fff !important; border-radius: 50px !important; }
        .nav-cta:hover { background: #cc0000 !important; }
        .nav-cta::after { display: none !important; }
        @keyframes pulse { 0%,100%{box-shadow:0 0 0 0 rgba(255,0,0,0.5)} 50%{box-shadow:0 0 15px 5px rgba(255,0,0,0.3)} }
        .nav-right { display: flex; align-items: center; gap: 12px; }
        .nav-search { color: #fff; font-size: 1.1rem; cursor: pointer; padding: 8px; transition: color 0.3s; }
        .nav-search:hover { color: #ff0000; }
        .mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; justify-content: center; align-items: center; }
        .mobile-menu-btn .bar { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s ease; transform-origin: center; }
        .mobile-menu-btn.active .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
        .mobile-menu-btn.active .bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
        .mobile-menu-btn.active .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

        /* ── MOBILE MENU ── */
        .mobile-menu {
            position: fixed; top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0,0,0,0.96);
            backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
            z-index: 998; padding: 100px 40px 40px;
            overflow-y: auto; display: flex; flex-direction: column;
            visibility: hidden; pointer-events: none; opacity: 0;
            transform: translateX(100%);
            transition: transform 0.4s cubic-bezier(0.16,1,0.3,1),
                        opacity 0.4s ease, visibility 0s linear 0.4s;
        }
        .mobile-menu.active {
            visibility: visible; pointer-events: all; opacity: 1;
            transform: translateX(0);
            transition: transform 0.4s cubic-bezier(0.16,1,0.3,1),
                        opacity 0.4s ease, visibility 0s linear 0s;
        }
        .mobile-menu > a {
            font-family: 'Bebas Neue', cursive; font-size: 1.4rem; letter-spacing: 2px;
            color: #fff; text-decoration: none;
            padding: 10px 0; border-bottom: 1px solid #1a1a1a;
            display: flex; align-items: center; gap: 16px;
            opacity: 0; transform: translateX(40px);
            transition: color 0.3s ease, opacity 0.4s ease, transform 0.4s ease;
        }
        .mobile-menu > a i { color: #ff0000; font-size: 1rem; width: 24px; }
        .mobile-menu > a:hover { color: #ff0000; }
        .mobile-menu.active > a:nth-child(1) { opacity:1; transform:translateX(0); transition-delay:0.05s; }
        .mobile-menu.active > a:nth-child(2) { opacity:1; transform:translateX(0); transition-delay:0.10s; }
        .mobile-menu.active > a:nth-child(3) { opacity:1; transform:translateX(0); transition-delay:0.15s; }
        .mobile-menu.active > a:nth-child(4) { opacity:1; transform:translateX(0); transition-delay:0.20s; }
        .mobile-menu.active > a:nth-child(5) { opacity:1; transform:translateX(0); transition-delay:0.25s; }
        .mobile-menu.active > a:nth-child(6) { opacity:1; transform:translateX(0); transition-delay:0.30s; }
        .mobile-menu.active > a:nth-child(7) { opacity:1; transform:translateX(0); transition-delay:0.35s; }
        .mobile-contact { margin-top: 20px; padding-top: 20px; border-top: 2px solid #333; }
        .mobile-contact-item { display: flex; align-items: center; gap: 12px; padding: 14px; margin-bottom: 10px; background: #1a1a1a; border-radius: 8px; color: #ccc; text-decoration: none; font-size: 0.9rem; transition: all 0.3s; }
        .mobile-contact-item:hover { background: #ff0000; color: #fff; }
        .mobile-contact-item i { color: #ff0000; font-size: 1.1rem; width: 24px; }
        .mobile-contact-item:hover i { color: #fff; }
        .mobile-contact-item.whatsapp-cta {
            background: #25D366; color: #fff; justify-content: center;
            font-family: 'Bebas Neue', cursive; font-size: 1.3rem;
            letter-spacing: 2px; border-radius: 8px; margin-top: 8px;
        }
        .mobile-contact-item.whatsapp-cta i { color: #fff; }
        .mobile-social { display: flex; justify-content: center; gap: 20px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #333; }
        .mobile-social a { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: #1a1a1a; border-radius: 50%; color: #fff; font-size: 1.3rem; text-decoration: none; border: none; padding: 0; transition: background 0.3s; }
        .mobile-social a:hover { background: #ff0000; }

        /* ── SKELETON LOADER ── */
        @keyframes shimmer {
            0% { background-position: -800px 0; }
            100% { background-position: 800px 0; }
        }
        .skeleton-card {
            background: #1a1a1a; border: 2px solid #222;
            border-radius: 8px; overflow: hidden;
        }
        .skeleton-image {
            width: 100%; height: 220px;
            background: linear-gradient(90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%);
            background-size: 800px 100%;
            animation: shimmer 1.5s infinite linear;
        }
        .skeleton-text {
            height: 18px; margin: 14px 16px 8px; border-radius: 4px;
            background: linear-gradient(90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%);
            background-size: 800px 100%;
            animation: shimmer 1.5s infinite linear;
        }
        .skeleton-text.short { width: 60%; height: 14px; margin-bottom: 16px; }
        

        /* ── PAGE LAYOUT ── */
        .breadcrumbs { margin-top: 20px; padding: 14px 20px; background: #0a0a0a; max-width: 1400px; margin-left: auto; margin-right: auto; }
        .breadcrumbs a { color: #ccc; text-decoration: none; transition: color 0.3s; font-size: 0.9rem; }
        .breadcrumbs a:hover { color: #ff0000; }
        .breadcrumbs span { color: #666; margin: 0 8px; font-size: 0.9rem; }
        .breadcrumbs .current { color: #ff0000; font-size: 0.9rem; }
        .page-header {
            padding: 60px 20px 50px;
                        text-align: center;
            position: relative;
        }
        .page-header h1 { font-size: clamp(3rem,8vw,6rem); text-transform: uppercase; margin-bottom: 10px; }
        .page-header p { font-size: 1.1rem; color: #f0f0f0; }
        .filter-bar { background: #111; padding: 16px 20px; border-bottom: 2px solid #222; position: relative; top: auto; z-index: 100; box-shadow: 0 4px 20px rgba(0,0,0,0.6); }
        .filter-container { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
        .filter-container { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
        .filter-label { font-family: 'Bebas Neue',cursive; font-size: 1.1rem; color: #ff0000; letter-spacing: 1px; }
        .filter-btn { padding: 8px 20px; background: transparent; color: #ccc; border: 2px solid #333; font-family: 'Bebas Neue',cursive; font-size: 0.95rem; letter-spacing: 1px; cursor: pointer; transition: all 0.3s; border-radius: 4px; }
        .filter-btn:hover { border-color: #ff0000; color: #fff; }
        .filter-btn.active { background: #ff0000; border-color: #ff0000; color: #fff; }
        .product-count { margin-left: auto; color: #666; font-size: 0.85rem; font-family: 'Montserrat',sans-serif; }
        .filter-count { display: inline-block; background: rgba(255,255,255,0.12); color: #ccc; font-size: 0.7rem; font-family: 'Montserrat',sans-serif; font-weight: 600; padding: 1px 6px; border-radius: 10px; margin-left: 4px; vertical-align: middle; }
        .filter-btn.active .filter-count { background: rgba(255,255,255,0.25); color: #fff; }
        .sort-wrap { margin-left: 12px; }
        .sort-select { background: #1a1a1a; color: #ccc; border: 2px solid #333; padding: 8px 12px; font-family: 'Montserrat',sans-serif; font-size: 0.8rem; border-radius: 4px; cursor: pointer; outline: none; }
        .sort-select:hover { border-color: #ff0000; }
        .sort-select option { background: #1a1a1a; }
        .tap-instruction { text-align: center; padding: 12px; color: #555; font-size: 0.85rem; background: #0a0a0a; }
        .tap-instruction i { color: #ff0000; margin-right: 6px; }

        /* ── PRODUCT GRID ── */
        .products { padding: 30px 20px 60px; }
        .container { max-width: 1400px; margin: 0 auto; }
        .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; }
        .empty-state { text-align: center; padding: 80px 20px; color: #444; }
        .empty-state i { font-size: 4rem; color: #2a2a2a; margin-bottom: 20px; display: block; }
        .empty-state h3 { font-family: 'Bebas Neue',cursive; font-size: 2rem; color: #555; margin-bottom: 10px; letter-spacing: 2px; }
        .empty-state p { font-size: 0.95rem; color: #444; margin-bottom: 24px; }
        .empty-state-wa { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: #25D366; color: #fff; text-decoration: none; font-family: 'Bebas Neue',cursive; font-size: 1.1rem; letter-spacing: 1px; border-radius: 6px; transition: background 0.3s; }
        .empty-state-wa:hover { background: #128C7E; }

        /* ── PRODUCT CARD ── */
        .product-card {
            background: #111;
            border: 1px solid #1e1e1e;
            border-radius: 14px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s cubic-bezier(0.16,1,0.3,1),
                        border-color 0.3s ease,
                        box-shadow 0.3s ease;
        }
        .product-card:hover {
            transform: translateY(-6px);
            border-color: #ff0000;
            box-shadow: 0 20px 50px rgba(255,0,0,0.2);
        }


        /* ── CARD ENQUIRE BUTTON ─────────────────────────────────────────── */
        .product-enquire-btn {
            display: block !important;
            width: 100% !important;
            margin-top: 10px !important;
            padding: 9px 12px !important;
            background: #25D366 !important;
            color: #fff !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.68rem !important;
            font-weight: 700 !important;
            letter-spacing: 1.5px !important;
            text-transform: uppercase !important;
            border: none !important;
            border-radius: 2px !important;
            cursor: pointer !important;
            text-align: center !important;
            text-decoration: none !important;
            transition: background 0.2s ease !important;
        }
        .product-enquire-btn:hover { background: #128C7E !important; color: #fff !important; }
        .product-enquire-btn i { margin-right: 6px !important; }

        /* Image area */
        .product-image-wrap {
            position: relative;
            background: #f0eeeb;
            overflow: hidden;
        }
        .product-image {
            width: 100%;
            height: 220px;
            object-fit: contain;
            padding: 16px;
            display: block;
            background-image: linear-gradient(90deg, #e2dfdb 25%, #f0eeeb 50%, #e2dfdb 75%);
            background-size: 200% 100%;
            animation: shimmer 1.4s infinite;
            transition: transform 0.4s ease;
        }
        .product-card:hover .product-image { transform: scale(1.04); }
        .product-image.loaded { background: #f0eeeb; background-image: none; animation: none; }
        @keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

        /* Category badge on image */
        .product-category-tag {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #ff0000;
            color: #fff;
            font-size: 0.68rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 4px 10px;
            border-radius: 4px;
            pointer-events: none;
        }

        /* Text info */
        .product-info { padding: 14px 16px 18px; }
        .product-info h3 {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.85rem;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            line-height: 1.35;
            margin: 0 0 6px;
        }
        .product-sizes-hint {
            font-family: 'Roboto', sans-serif;
            font-size: 0.75rem;
            color: #555;
            letter-spacing: 0.5px;
        }


        /* ── PRICE TAG on product card ── */
        .product-price-tag {
            display: inline-block;
            font-family: 'Bebas Neue', cursive;
            font-size: 1.25rem;
            letter-spacing: 1.5px;
            color: #FFD700;
            text-shadow: 0 0 12px rgba(255,215,0,0.4);
            margin-top: 6px;
            line-height: 1;
        }


        /* ── UNIFIED SEARCH SYSTEM ───────────────────────────── */
        /* Sticky search band */
        .search-band {
            position: sticky;
            top: 0;
            z-index: 500;
            background: #0d0d0d;
            border-bottom: 2px solid #1e1e1e;
            padding: 10px 20px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.7);
            transition: box-shadow 0.3s;
        }
        .search-band-inner {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        /* Search input */
        .usb-form {
            flex: 1;
            display: flex;
            align-items: center;
            background: #181818;
            border: 2px solid #2a2a2a;
            border-radius: 50px;
            overflow: hidden;
            transition: border-color 0.25s, box-shadow 0.25s;
        }
        .usb-form:focus-within {
            border-color: #ff0000;
            box-shadow: 0 0 0 3px rgba(255,0,0,0.12);
        }
        .usb-icon {
            padding: 0 14px;
            color: #555;
            font-size: 1rem;
            flex-shrink: 0;
            pointer-events: none;
        }
        .usb-input {
            flex: 1;
            background: transparent;
            border: none;
            outline: none;
            color: #fff;
            font-family: 'Roboto', sans-serif;
            font-size: 0.95rem;
            padding: 13px 0;
        }
        .usb-input::placeholder { color: #444; }
        .usb-clear {
            width: 30px; height: 30px;
            margin-right: 8px;
            background: #2a2a2a;
            border: none; border-radius: 50%;
            color: #888; cursor: pointer;
            display: none; align-items: center; justify-content: center;
            font-size: 0.75rem;
            transition: background 0.2s, color 0.2s;
            flex-shrink: 0;
        }
        .usb-clear.visible { display: flex; }
        .usb-clear:hover { background: #ff0000; color: #fff; }
        /* Cross-category toggle */
        .usb-scope {
            display: flex;
            align-items: center;
            gap: 6px;
            white-space: nowrap;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.75rem;
            color: #666;
            cursor: pointer;
            user-select: none;
            flex-shrink: 0;
        }
        .usb-scope input { display: none; }
        .usb-scope-track {
            width: 32px; height: 18px;
            background: #2a2a2a;
            border-radius: 9px;
            position: relative;
            transition: background 0.2s;
        }
        .usb-scope input:checked ~ .usb-scope-track { background: #ff0000; }
        .usb-scope-thumb {
            position: absolute;
            top: 2px; left: 2px;
            width: 14px; height: 14px;
            background: #fff;
            border-radius: 50%;
            transition: transform 0.2s;
        }
        .usb-scope input:checked ~ .usb-scope-track .usb-scope-thumb { transform: translateX(14px); }
        /* Live result count badge */
        .usb-count {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.72rem;
            color: #555;
            white-space: nowrap;
            flex-shrink: 0;
            min-width: 54px;
            text-align: right;
            transition: color 0.2s;
        }
        .usb-count.has-results { color: #ff0000; font-weight: 600; }

        /* Grid fade animation */
        @keyframes gridFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
        .products-grid.searching { animation: gridFadeIn 0.25s ease; }

        /* Search result price tag in search results (reuse product-price-tag) */
        .search-price-tag {
            font-family: 'Bebas Neue', cursive;
            font-size: 1rem;
            color: #FFD700;
            letter-spacing: 1px;
            display: block;
            margin-top: 2px;
        }


        /* ── SEARCH BAND MOBILE ── */
        @media (max-width: 600px) {
            .search-band { padding: 8px 12px; }
            .search-band-inner { gap: 8px; flex-wrap: wrap; }
            .usb-form { flex: 1 1 100%; }
            .usb-scope { font-size: 0.7rem; }
            .usb-count { font-size: 0.68rem; min-width: 44px; }
            .usb-input { font-size: 0.88rem; padding: 11px 0; }
        }
        @media (max-width: 400px) {
            .usb-scope span:not(.usb-scope-track) { display: none; }
        }

        /* ── PRODUCT PAGE (full screen, not modal) ── */
        .product-page {
            position: fixed;
            top: 0; left: 0; right: 0; bottom: 0;
            background: #0a0a0a;
            z-index: 9000;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            transform: translateX(100%);
            transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
            pointer-events: none;
        }
        .product-page.active {
            transform: translateX(0);
            pointer-events: all;
        }

        /* Sticky product page header */
        .pp-topbar {
            position: sticky;
            top: 0;
            background: rgba(10,10,10,0.97);
            backdrop-filter: blur(12px);
            border-bottom: 3px solid #ff0000;
            padding: 14px 24px;
            display: flex;
            align-items: center;
            gap: 16px;
            z-index: 10;
        }
        .pp-back {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            background: #1a1a1a;
            border: 2px solid #333;
            padding: 10px 20px;
            font-family: 'Bebas Neue', cursive;
            font-size: 1rem;
            letter-spacing: 1px;
            cursor: pointer;
            border-radius: 6px;
            transition: all 0.3s;
            text-decoration: none;
            flex-shrink: 0;
        }
        .pp-back:hover { background: #ff0000; border-color: #ff0000; }
        .pp-back i { font-size: 0.9rem; }
        .pp-breadcrumb { color: #555; font-size: 0.85rem; font-family: 'Montserrat', sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .pp-breadcrumb span { color: #ff0000; }

        /* Product page body */
        .pp-body {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            min-height: calc(100vh - 60px);
        }

        /* Left: gallery */
        .pp-gallery {
            position: sticky;
            top: 60px;
            height: calc(100vh - 60px);
            overflow: hidden;
            background: #111;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30px;
        }
        .pp-main-image {
            width: 100%;
            max-height: 55vh;
            object-fit: contain;
            background: #f0eeeb;
            border-radius: 12px;
            cursor: zoom-in;
            transition: transform 0.3s;
        }
        .pp-main-image:hover { transform: scale(1.02); }
        .pp-img-counter {
            position: absolute;
            bottom: 12px;
            right: 12px;
            background: rgba(0,0,0,0.65);
            color: #fff;
            font-family: 'Montserrat',sans-serif;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 20px;
            pointer-events: none;
            display: none;
        }
        .pp-thumbs {
            display: flex;
            gap: 10px;
            margin-top: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .pp-thumb {
            width: 72px;
            height: 72px;
            object-fit: contain;
            background: #f0eeeb;
            border: 2px solid #333;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.25s;
        }
        .pp-thumb:hover, .pp-thumb.active { border-color: #ff0000; transform: scale(1.08); }

        /* Content fade-in when product page lands */
        .pp-content-fade {
            opacity: 0;
            transform: translateY(16px);
            transition: opacity 0.4s ease, transform 0.4s ease;
        }
        .product-page.landed .pp-content-fade {
            opacity: 1;
            transform: translateY(0);
        }
        .pp-content-fade.delay-1 { transition-delay: 0.05s; }
        .pp-content-fade.delay-2 { transition-delay: 0.12s; }
        .pp-content-fade.delay-3 { transition-delay: 0.20s; }
        .pp-content-fade.delay-4 { transition-delay: 0.28s; }

        /* Right: product details */
        .pp-details {
            padding: 50px 50px 80px;
            background: #0a0a0a;
            border-left: 1px solid #1a1a1a;
        }
        .pp-category-tag {
            display: inline-block;
            padding: 4px 14px;
            background: #ff0000;
            color: #fff;
            font-family: 'Bebas Neue', cursive;
            font-size: 0.95rem;
            letter-spacing: 2px;
            border-radius: 4px;
            margin-bottom: 16px;
        }
        .pp-name {
            font-size: clamp(2rem, 4vw, 3.2rem);
            color: #fff;
            text-transform: uppercase;
            line-height: 1.05;
            margin-bottom: 30px;
        }
        .pp-section { margin-bottom: 30px; }
        .pp-section-title {
            font-size: 1rem;
            color: #ff0000;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 1px solid #1a1a1a;
        }
        .pp-description { color: #bbb; line-height: 1.9; font-size: 0.95rem; }
        .pp-enquire-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: #25D366;
            color: #fff !important;
            text-decoration: none;
            padding: 14px 24px;
            border-radius: 50px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: background 0.3s, transform 0.2s;
            margin-top: 8px;
        }
        .pp-enquire-btn:hover { background: #1da851; transform: translateY(-2px); }
        .pp-enquire-btn i { font-size: 1.2rem; }

        .pp-options { display: flex; flex-wrap: wrap; gap: 8px; }
        .pp-option {
            padding: 9px 18px;
            background: #1a1a1a;
            color: #ddd;
            border: 2px solid #2a2a2a;
            border-radius: 6px;
            font-family: 'Bebas Neue', cursive;
            font-size: 1rem;
            letter-spacing: 1px;
            transition: all 0.25s;
            cursor: default;
        }
        .pp-option:hover { background: #ff0000; border-color: #ff0000; color: #fff; }


        /* ── PRICE DISPLAY in popup ── */
        .pp-price-display {
            display: flex !important;
            align-items: baseline !important;
            gap: 8px !important;
            margin: 10px 0 4px !important;
            padding: 12px 16px !important;
            background: linear-gradient(135deg, rgba(255,215,0,0.08) 0%, rgba(255,215,0,0.03) 100%) !important;
            border-left: 3px solid #FFD700 !important;
            border-radius: 0 6px 6px 0 !important;
        }
        .pp-price-label {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.65rem !important;
            font-weight: 700 !important;
            color: #888 !important;
            text-transform: uppercase !important;
            letter-spacing: 2px !important;
        }
        .pp-price-amount {
            font-family: 'Bebas Neue', cursive !important;
            font-size: 2.2rem !important;
            color: #FFD700 !important;
            letter-spacing: 2px !important;
            line-height: 1 !important;
            text-shadow: 0 0 20px rgba(255,215,0,0.35) !important;
        }
        .pp-price-display.has-size .pp-price-amount {
            font-size: 2.6rem !important;
        }
        .pp-option.selected {
            background: #ff0000 !important;
            border-color: #ff0000 !important;
            color: #fff !important;
        }

        /* WhatsApp CTA */
        .pp-whatsapp {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 20px;
            background: #25D366;
            color: #fff;
            text-decoration: none;
            font-family: 'Bebas Neue', cursive;
            font-size: 1.5rem;
            letter-spacing: 2px;
            border-radius: 10px;
            margin-top: 36px;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
        }
        .pp-whatsapp:hover { background: #128C7E; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,0.3); }
        .pp-whatsapp i { font-size: 1.6rem; }

        /* Share */
        .pp-share { display: flex; gap: 12px; margin-top: 24px; align-items: center; }
        .pp-share-label { color: #555; font-size: 0.8rem; font-family: 'Montserrat',sans-serif; text-transform: uppercase; letter-spacing: 1px; }
        .pp-share-btn { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: #fff; cursor: pointer; transition: all 0.25s; border: none; }
        .pp-share-btn:hover { transform: scale(1.15); }
        .pp-share-wa { background: #25D366; }
        .pp-share-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
        .pp-share-fb { background: #1877F2; }
        .pp-share-copy { background: #444; }

        /* Related products */
        .pp-related { background: #111; border-top: 2px solid #1a1a1a; padding: 50px 40px 60px; }
        .pp-related-inner { max-width: 1400px; margin: 0 auto; }
        .pp-related-title { font-size: 2rem; color: #fff; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 28px; }
        .pp-related-title::after { content: ''; display: block; width: 60px; height: 3px; background: #ff0000; margin-top: 8px; }
        .pp-related-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(180px,1fr)); gap: 16px; }
        .pp-related-card { background: #131313; border: 1px solid #262626; border-radius: 20px; overflow: hidden; cursor: pointer; transition: all 0.3s; }
        .pp-related-card:hover { border-color: #3a3a3a; transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.45); }
        .pp-related-card img { width: 100%; height: 140px; object-fit: contain; background: #f4f2ee; padding: 12px; display: block; }
        .pp-related-card p { padding: 10px 12px 14px; font-family: 'Montserrat',sans-serif; font-size: 14px; font-weight: 500; color: #fff; text-transform: none; line-height: 1.4; }
        @media (max-width: 768px) { .pp-related { padding: 36px 20px 48px; } .pp-related-grid { grid-template-columns: repeat(2,1fr); gap: 12px; } }

        /* Fullscreen viewer */
        .fullscreen-viewer { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.98); z-index: 99999; display: none; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
        .fullscreen-viewer.active { display: flex; opacity: 1; }
        .fullscreen-image { max-width: 95vw; max-height: 95vh; object-fit: contain; }
        .fullscreen-close { position: absolute; top: 20px; right: 20px; font-size: 2rem; color: #fff; cursor: pointer; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,0,0,0.8); transition: all 0.3s; z-index: 10; border: none; }
        .fullscreen-close:hover { transform: rotate(90deg); background: #ff0000; }
        .fullscreen-nav { position: absolute; top: 50%; transform: translateY(-50%); font-size: 2.5rem; color: #fff; cursor: pointer; width: 55px; height: 75px; display: flex; align-items: center; justify-content: center; background: rgba(255,0,0,0.5); transition: background 0.3s; z-index: 10; border: none; }
        .fullscreen-nav:hover { background: rgba(255,0,0,0.9); }
        .fullscreen-prev { left: 0; border-radius: 0 8px 8px 0; }
        .fullscreen-next { right: 0; border-radius: 8px 0 0 8px; }
        .fullscreen-hint { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: #666; font-size: 0.85rem; }

        /* Toast */
        .toast { position: fixed; bottom: 30px; right: 30px; background: #25D366; color: #fff; padding: 14px 24px; border-radius: 50px; font-family: 'Bebas Neue',cursive; font-size: 1.1rem; z-index: 99999; opacity: 0; transform: translateY(20px); transition: all 0.3s; pointer-events: none; }
        .toast.show { opacity: 1; transform: translateY(0); }

        /* Footer */
        .footer { background: #0a0a0a; padding: 60px 20px 30px; border-top: 3px solid #ff0000; }
        .footer-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 40px; margin-bottom: 40px; }
        .footer-section h3 { color: #ff0000; margin-bottom: 18px; font-size: 1.4rem; }
        .footer-section p, .footer-section a { color: #999; text-decoration: none; display: block; margin-bottom: 10px; font-size: 0.9rem; transition: color 0.3s; }
        .footer-section a:hover { color: #ff0000; }
        .social-links { display: flex; gap: 18px; margin-top: 14px; }
        .social-links a { color: #fff; font-size: 1.6rem; transition: all 0.3s; }
        .social-links a:hover { color: #ff0000; transform: translateY(-3px); }
        .footer-bottom { text-align: center; padding-top: 28px; border-top: 1px solid #222; color: #444; font-size: 0.85rem; }

        /* ── RESPONSIVE ── */
        @media (max-width: 900px) {
            .navbar { top: 0; }
            .nav-links { display: none; }
            .mobile-menu-btn { display: flex; }
            .top-bar { display: none; }
        }
        @media (max-width: 768px) {
            .breadcrumbs { margin-top: 20px; }
            .filter-bar { top: 0; padding: 10px 16px; }
            .filter-container { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; gap: 8px; padding-bottom: 2px; }
            .filter-container::-webkit-scrollbar { display: none; }
            .filter-label { display: none; }
            .product-count { display: none; }
            .sort-wrap { flex-shrink: 0; }
            .filter-btn { flex-shrink: 0; padding: 7px 14px; font-size: 0.85rem; white-space: nowrap; }
            /* mobile-menu full-screen: no top override needed */
            .pp-body { grid-template-columns: 1fr; }
            .pp-gallery { position: relative; top: 0; height: auto; min-height: 340px; padding: 24px; }
            .pp-main-image { max-height: 300px; }
            .pp-details { padding: 30px 24px 60px; border-left: none; border-top: 1px solid #1a1a1a; }
            .pp-name { font-size: 2rem; }
            .pp-whatsapp { font-size: 1.2rem; padding: 16px; }
            .pp-topbar { padding: 10px 16px; }
            .products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
            .product-image { height: 160px; }
        }
        @media (max-width: 480px) {
            .pp-main-image { max-height: 250px; }
            .pp-name { font-size: 1.7rem; }
            .pp-description { font-size: 0.9rem; }
            .pp-option { font-size: 0.95rem; }
            .pp-section-title { font-size: 0.95rem; }
            .products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
            .product-image { height: 140px; padding: 10px; }
            .product-category-tag { font-size: 0.6rem; padding: 3px 7px; }
            .product-info h3 { font-size: 0.95rem; }
            .filter-btn { padding: 7px 12px; font-size: 0.85rem; }
            .filter-bar { position: relative; top: auto; }
            .pp-whatsapp { font-size: 1.1rem; padding: 15px; }
            .pp-back { padding: 9px 14px; font-size: 0.9rem; }
            .pp-share-btn { width: 38px; height: 38px; font-size: 1rem; }
        }

        
        }

        /* ══════════════════════════════════════════
           PREMIUM UI UPGRADE — EVERSTAR SPORTS
        ══════════════════════════════════════════ */

        /* ── FILTER BAR (refined) ── */
        .filter-bar {
            background: #0d0d0d !important;
            padding: 14px 20px !important;
            border-bottom: 1px solid #1c1c1c !important;
            box-shadow: none !important;
        }
        .filter-label {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.68rem !important;
            font-weight: 700 !important;
            color: #444 !important;
            letter-spacing: 2.5px !important;
            text-transform: uppercase !important;
        }
        .filter-btn {
            padding: 7px 18px !important;
            background: transparent !important;
            color: #666 !important;
            border: 1px solid #242424 !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.7rem !important;
            font-weight: 600 !important;
            letter-spacing: 1.8px !important;
            text-transform: uppercase !important;
            cursor: pointer !important;
            transition: all 0.2s ease !important;
            border-radius: 2px !important;
        }
        .filter-btn:hover {
            border-color: #555 !important;
            color: #ddd !important;
            background: transparent !important;
        }
        .filter-btn.active {
            background: #ff0000 !important;
            border-color: #ff0000 !important;
            color: #fff !important;
            box-shadow: 0 2px 12px rgba(255,0,0,0.25) !important;
        }
        .filter-count {
            background: rgba(255,255,255,0.1) !important;
            color: #888 !important;
            font-size: 0.62rem !important;
        }
        .filter-btn.active .filter-count {
            background: rgba(255,255,255,0.2) !important;
            color: #fff !important;
        }
        .sort-select {
            background: #0d0d0d !important;
            color: #666 !important;
            border: 1px solid #242424 !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.7rem !important;
            font-weight: 600 !important;
            letter-spacing: 1px !important;
            padding: 7px 12px !important;
            border-radius: 2px !important;
        }
        .sort-select:hover { border-color: #555 !important; }
        .product-count {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.68rem !important;
            letter-spacing: 1px !important;
            color: #333 !important;
        }

        /* ── TAP INSTRUCTION (hidden — cleaner) ── */
        .tap-instruction { display: none !important; }

        /* ── PRODUCT GRID ── */
        .products-grid {
            display: grid !important;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
            gap: 16px !important;
            background: transparent !important;
        }

        /* ── PRODUCT CARD (design A: rounded and soft) ── */
        .product-card {
            background: #131313 !important;
            border: 1px solid #262626 !important;
            border-radius: 20px !important;
            overflow: hidden !important;
            cursor: pointer !important;
            position: relative !important;
            box-shadow: none !important;
            transform: none !important;
            transition: transform 0.3s cubic-bezier(0.16,1,0.3,1),
                        border-color 0.3s ease,
                        box-shadow 0.3s ease !important;
        }
        .product-card:hover {
            background: #131313 !important;
            transform: translateY(-4px) !important;
            border-color: #3a3a3a !important;
            box-shadow: 0 14px 40px rgba(0,0,0,0.45) !important;
        }

        /* Hover overlay */
        .product-card-overlay {
            position: absolute !important;
            inset: 0 !important;
            height: auto !important;
            background: rgba(0,0,0,0.45) !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            opacity: 0 !important;
            transition: opacity 0.28s ease !important;
            pointer-events: none !important;
        }
        .product-card:hover .product-card-overlay { opacity: 1 !important; }
        .product-overlay-btn {
            padding: 10px 24px !important;
            background: #ff0000 !important;
            color: #fff !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.72rem !important;
            font-weight: 500 !important;
            letter-spacing: 0.5px !important;
            text-transform: none !important;
            border: none !important;
            border-radius: 999px !important;
            cursor: pointer !important;
            pointer-events: none !important;
            box-shadow: 0 4px 20px rgba(255,0,0,0.35) !important;
        }

        /* Image area — square light well */
        .product-image-wrap {
            background: #f4f2ee !important;
            overflow: hidden !important;
            position: relative !important;
            aspect-ratio: 1 / 1 !important;
        }
        .product-image {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain !important;
            padding: 20px !important;
            box-sizing: border-box !important;
            display: block !important;
            transition: transform 0.5s cubic-bezier(0.16,1,0.3,1) !important;
        }
        .product-card:hover .product-image {
            transform: scale(1.05) !important;
        }
        .product-image.loaded { animation: none !important; }

        /* Category tag — soft dark pill */
        .product-category-tag {
            position: absolute !important;
            top: 10px !important;
            left: 10px !important;
            background: #1a1a1a !important;
            color: #fff !important;
            font-size: 11px !important;
            font-family: 'Montserrat', sans-serif !important;
            font-weight: 500 !important;
            text-transform: uppercase !important;
            letter-spacing: 0.4px !important;
            padding: 4px 10px !important;
            border-radius: 999px !important;
            backdrop-filter: none !important;
            z-index: 2 !important;
        }

        /* Price — white pill on image */
        .product-price-tag {
            position: absolute !important;
            top: 10px !important;
            right: 10px !important;
            display: inline-block !important;
            background: #fff !important;
            color: #111 !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 12px !important;
            font-weight: 500 !important;
            letter-spacing: 0 !important;
            padding: 4px 10px !important;
            border-radius: 999px !important;
            margin: 0 !important;
            line-height: 1.4 !important;
            text-shadow: none !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
            pointer-events: none !important;
            z-index: 2 !important;
        }

        /* Product info */
        .product-info {
            padding: 14px !important;
            border-top: none !important;
        }
        .product-info h3 {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 14px !important;
            font-weight: 500 !important;
            color: #fff !important;
            text-transform: none !important;
            letter-spacing: 0.2px !important;
            line-height: 1.4 !important;
            margin: 0 0 8px !important;
        }
        .product-sizes-hint {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.7rem !important;
            color: #6a6a6a !important;
            letter-spacing: 0.4px !important;
            text-transform: none !important;
            margin: 0 !important;
        }

        /* Color dot swatches on card */
        .product-card-colors {
            display: flex !important;
            gap: 5px !important;
            margin-top: 8px !important;
            align-items: center !important;
        }
        .pcc-dot {
            width: 11px !important;
            height: 11px !important;
            border-radius: 50% !important;
            border: 1px solid rgba(255,255,255,0.15) !important;
            flex-shrink: 0 !important;
        }
        .pcc-more {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.62rem !important;
            color: #6a6a6a !important;
            letter-spacing: 0.4px !important;
        }

        /* Enquire button — red pill */
        .product-enquire-btn {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 6px !important;
            width: 100% !important;
            margin-top: 12px !important;
            padding: 9px 12px !important;
            background: #ff0000 !important;
            color: #fff !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 12px !important;
            font-weight: 500 !important;
            letter-spacing: 0.3px !important;
            text-transform: none !important;
            border: none !important;
            border-radius: 999px !important;
            cursor: pointer !important;
            text-align: center !important;
            text-decoration: none !important;
            box-sizing: border-box !important;
            transition: background 0.2s ease !important;
        }
        .product-enquire-btn:hover { background: #d90000 !important; color: #fff !important; }
        .product-enquire-btn i { margin-right: 0 !important; font-size: 14px !important; }

        /* ── PRODUCT PAGE (premium detail) ── */
        .pp-topbar {
            border-bottom: 1px solid #1a1a1a !important;
            background: rgba(10,10,10,0.98) !important;
        }
        .pp-back {
            background: transparent !important;
            border: 1px solid #2a2a2a !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.7rem !important;
            font-weight: 700 !important;
            letter-spacing: 2px !important;
            text-transform: uppercase !important;
            padding: 9px 18px !important;
            border-radius: 1px !important;
            color: #aaa !important;
        }
        .pp-back:hover {
            background: #ff0000 !important;
            border-color: #ff0000 !important;
            color: #fff !important;
        }
        .pp-gallery {
            background: #f2f0ed !important;
        }
        .pp-main-image {
            border-radius: 0 !important;
            background: #f2f0ed !important;
        }
        .pp-thumb {
            border-radius: 0 !important;
            border: 2px solid transparent !important;
            background: #f2f0ed !important;
            opacity: 0.6 !important;
            transition: all 0.2s !important;
        }
        .pp-thumb:hover, .pp-thumb.active {
            border-color: #ff0000 !important;
            opacity: 1 !important;
            transform: none !important;
        }
        .pp-category-tag {
            background: transparent !important;
            color: #ff0000 !important;
            border: 1px solid #ff0000 !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.65rem !important;
            font-weight: 700 !important;
            letter-spacing: 3px !important;
            text-transform: uppercase !important;
            padding: 4px 12px !important;
            border-radius: 1px !important;
        }
        .pp-name {
            font-family: 'Montserrat', sans-serif !important;
            font-weight: 700 !important;
            font-size: clamp(1.6rem, 3.5vw, 2.6rem) !important;
            letter-spacing: -0.5px !important;
            line-height: 1.1 !important;
            color: #fff !important;
            margin-bottom: 28px !important;
            text-transform: none !important;
        }
        .pp-section-title {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.65rem !important;
            font-weight: 700 !important;
            letter-spacing: 3px !important;
            color: #444 !important;
            text-transform: uppercase !important;
            border-bottom: 1px solid #1a1a1a !important;
            padding-bottom: 10px !important;
            margin-bottom: 14px !important;
        }
        .pp-description {
            color: #888 !important;
            line-height: 1.8 !important;
            font-size: 0.9rem !important;
            font-family: 'Montserrat', sans-serif !important;
            font-weight: 400 !important;
        }
        .pp-option {
            padding: 9px 20px !important;
            background: #111 !important;
            color: #aaa !important;
            border: 1px solid #222 !important;
            border-radius: 1px !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.72rem !important;
            font-weight: 600 !important;
            letter-spacing: 1.5px !important;
            text-transform: uppercase !important;
            transition: all 0.2s !important;
            cursor: default !important;
        }
        .pp-option:hover {
            background: #ff0000 !important;
            border-color: #ff0000 !important;
            color: #fff !important;
        }
        /* Color swatches in product page */
        .pp-color-swatch {
            display: inline-flex !important;
            align-items: center !important;
            gap: 8px !important;
            padding: 6px 14px 6px 8px !important;
            background: #111 !important;
            border: 1px solid #222 !important;
            border-radius: 1px !important;
            cursor: default !important;
            transition: border-color 0.2s !important;
        }
        .pp-color-swatch:hover { border-color: #444 !important; }
        .pp-color-swatch-dot {
            width: 16px !important;
            height: 16px !important;
            border-radius: 50% !important;
            border: 1px solid rgba(255,255,255,0.15) !important;
            flex-shrink: 0 !important;
        }
        .pp-color-swatch-name {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.7rem !important;
            font-weight: 600 !important;
            letter-spacing: 1.5px !important;
            text-transform: uppercase !important;
            color: #aaa !important;
        }
        .pp-whatsapp {
            border-radius: 2px !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.85rem !important;
            font-weight: 700 !important;
            letter-spacing: 3px !important;
            padding: 18px !important;
        }
        .pp-related-title::after {
            background: #ff0000 !important;
            height: 2px !important;
        }
        .pp-related-card {
            border-radius: 0 !important;
            border: 1px solid #1a1a1a !important;
        }
        .pp-related-card img {
            background: #f2f0ed !important;
        }
        .pp-related-card p {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.72rem !important;
            font-weight: 600 !important;
            letter-spacing: 0.5px !important;
            text-transform: uppercase !important;
            color: #aaa !important;
        }

        /* ── SEARCH OVERLAY (refined) ── */
        .search-product-card {
            border-radius: 0 !important;
            border: 1px solid #1e1e1e !important;
            background: #0f0f0f !important;
        }
        .search-product-card:hover {
            border-color: #ff0000 !important;
            transform: translateY(-3px) !important;
            box-shadow: 0 8px 24px rgba(255,0,0,0.15) !important;
        }
        .search-product-image { background: #f2f0ed !important; }
        .search-product-info h4 {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.75rem !important;
            font-weight: 600 !important;
            letter-spacing: 0.5px !important;
        }

        /* ── MOBILE RESPONSIVE ── */
        @media (max-width: 768px) {
            .products-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 12px !important;
            }
            .product-image { padding: 14px !important; }
            .product-card-overlay { display: none !important; }
        }
        @media (max-width: 480px) {
            .product-image { padding: 12px !important; }
            .product-info h3 { font-size: 13px !important; }
        }



        /* ══ PAGE HEADER — REDESIGNED ══ */
        .page-header {
            padding: 0 !important;
            background: none !important;
            position: relative !important;
            overflow: hidden !important;
        }
        .page-header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px;
            max-width: 1400px;
            margin: 0 auto;
            padding: 28px 32px 24px;
        }
        .page-header-left {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .page-header-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #ff0000;
            margin-bottom: 2px;
        }
        .page-header-badge::before {
            content: '';
            display: inline-block;
            width: 16px;
            height: 2px;
            background: #ff0000;
            border-radius: 1px;
        }
        .page-header h1 {
            font-family: 'Montserrat', sans-serif !important;
            font-weight: 800 !important;
            font-size: clamp(1.6rem, 3.5vw, 2.4rem) !important;
            letter-spacing: -0.5px !important;
            text-transform: none !important;
            color: #fff !important;
            line-height: 1.1 !important;
            margin: 0 !important;
        }
        .page-header p {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.75rem !important;
            font-weight: 500 !important;
            letter-spacing: 2px !important;
            text-transform: uppercase !important;
            color: #444 !important;
            margin: 4px 0 0 !important;
        }
        .page-header-cta {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: transparent;
            border: 1px solid #222;
            color: #888;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.72rem;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 10px 18px;
            border-radius: 2px;
            text-decoration: none;
            transition: border-color 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .page-header-cta:hover {
            border-color: #ff0000;
            color: #fff;
        }
        .page-header-cta svg {
            width: 14px; height: 14px; fill: currentColor;
        }
        .page-header-divider {
            height: 1px;
            background: linear-gradient(90deg, #ff0000 0%, #1a1a1a 40%, transparent 100%);
            margin: 0;
        }
        @media (max-width: 600px) {
            .page-header-inner { padding: 20px 16px 18px; }
            .page-header-cta { display: none; }
        }


        /* ── BREADCRUMBS (refined) ── */
        .breadcrumbs {
            padding: 10px 20px !important;
            border-bottom: 1px solid #141414 !important;
        }
        .breadcrumbs a, .breadcrumbs span, .breadcrumbs .current {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.68rem !important;
            font-weight: 500 !important;
            letter-spacing: 1px !important;
            text-transform: uppercase !important;
        }
        .breadcrumbs a { color: #444 !important; }
        .breadcrumbs a:hover { color: #ff0000 !important; }
        .breadcrumbs span { color: #2a2a2a !important; }
        .breadcrumbs .current { color: #888 !important; }

        /* ── PRODUCTS SECTION BG ── */
        .products { background: #0a0a0a !important; padding: 0 0 60px !important; }
        .products > .container { padding-top: 24px !important; }

        


        /* ── PRODUCT DETAIL PAGE (premium refinements) ── */
        .pp-details {
            padding: 48px 52px 80px !important;
            background: #080808 !important;
        }
        .pp-section { margin-bottom: 28px !important; }
        .pp-options { gap: 6px !important; }

        /* Divider line under product name */
        .pp-name-divider {
            width: 40px;
            height: 3px;
            background: #ff0000;
            margin: 0 0 28px;
        }

        /* Stock badge */
        .pp-stock-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #27ae60;
            margin-bottom: 28px;
        }
        .pp-stock-badge::before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #27ae60;
            display: block;
        }

        /* Gallery bg */
        .pp-gallery { background: #f2f0ed !important; }

        /* Thumb strip */
        .pp-thumbs { gap: 8px !important; margin-top: 16px !important; }
        .pp-thumb { width: 68px !important; height: 68px !important; border-radius: 0 !important; }

        /* WhatsApp btn */
        .pp-whatsapp {
            margin-top: 32px !important;
        }

        /* Share strip */
        .pp-share-label {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 0.6rem !important;
            letter-spacing: 2px !important;
            color: #2a2a2a !important;
        }
        .pp-share-btn { border-radius: 1px !important; }

        /* Related grid */
        .pp-related { background: #080808 !important; border-top: 1px solid #141414 !important; }
        .pp-related-title {
            font-family: 'Montserrat', sans-serif !important;
            font-weight: 700 !important;
            font-size: 0.7rem !important;
            letter-spacing: 4px !important;
            color: #444 !important;
            text-transform: uppercase !important;
        }
        .pp-related-title::after { display: none !important; }
        .pp-related-card { background: #0f0f0f !important; border-color: #141414 !important; }
        .pp-related-card:hover {
            border-color: #ff0000 !important;
            box-shadow: none !important;
        }

        @media (max-width: 768px) {
            .pp-details { padding: 28px 20px 60px !important; }
        }



        /* CATEGORY INTRO */
        .category-intro {
            background: #111;
            padding: 28px 0 32px;
            border-bottom: 1px solid #1a1a1a;
        }
        .cat-intro-text {
            max-width: 800px;
            margin: 0 auto;
            color: #bbb;
            font-size: 1rem;
            line-height: 1.8;
            text-align: center;
            padding: 0 20px;
        }

        /* FAQ + RELATED SECTIONS */
        .faq-section-cat {
            padding: 60px 0 50px;
            background: #080808;
            border-top: 1px solid #141414;
        }
        .faq-section-cat h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 30px;
            padding: 0 20px;
            max-width: 1400px;
            margin-left: auto;
            margin-right: auto;
        }
        .faq-list {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .faq-item-cat {
            border-bottom: 1px solid #161616;
        }
        .faq-q-cat {
            width: 100%;
            background: none;
            border: none;
            text-align: left;
            padding: 18px 0;
            color: #ccc;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.85rem;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            transition: color 0.2s;
        }
        .faq-q-cat:hover, .faq-q-cat.open { color: #fff; }
        .faq-q-cat .faq-icon { color: #ff0000; font-size: 1.2rem; font-weight: 300; transition: transform 0.3s; flex-shrink:0; }
        .faq-q-cat.open .faq-icon { transform: rotate(45deg); }
        .faq-a-cat { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
        .faq-a-cat.open { max-height: 150px; padding-bottom: 16px; }
        .faq-a-cat p { color: #666; font-size: 0.85rem; line-height: 1.8; }
        .faq-a-cat a { color: #ff0000; text-decoration: none; }
        .faq-a-cat a:hover { text-decoration: underline; }

        .related-section {
            padding: 40px 0;
            background: #050505;
            border-top: 1px solid #111;
        }
        .related-inner {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
        }
        .related-label {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #444;
        }
        .related-link {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.78rem;
            font-weight: 600;
            color: #888;
            text-decoration: none;
            border: 1px solid #222;
            padding: 8px 16px;
            border-radius: 2px;
            transition: border-color 0.2s, color 0.2s;
        }
        .related-link:hover { border-color: #ff0000; color: #fff; }

    
        
        /* ── TRUST STRIP ── */
        .trust-strip {
            background: #0a0a0a;
            border-top: 1px solid #1a1a1a;
            border-bottom: 1px solid #1a1a1a;
            padding: 18px 20px;
        }
        .trust-strip-inner {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
        }
        .trust-item {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 14px 16px;
        }
        .trust-icon {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: rgba(255,0,0,0.1);
            border: 1px solid rgba(255,0,0,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: #ff0000;
            font-size: 1.1rem;
        }
        .trust-text strong {
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.82rem;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 3px;
        }
        .trust-text span {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.72rem;
            color: #777;
        }
        @media (max-width: 900px) { .trust-strip-inner { grid-template-columns: repeat(2, 1fr); gap: 6px; } }
        @media (max-width: 600px) {
            .trust-strip { padding: 14px 16px; }
            .trust-strip-inner { grid-template-columns: repeat(2, 1fr); gap: 0; }
            .trust-item { padding: 10px 12px; gap: 10px; border-bottom: 1px solid #111; }
            .trust-icon { width: 34px; height: 34px; font-size: 0.9rem; }
            .trust-text strong { font-size: 0.72rem; margin-bottom: 1px; }
            .trust-text span { font-size: 0.63rem; }
        }

        /* ── ONLINE LAUNCH BANNER (responsive) ── */
        .online-banner-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            line-height: 1.5;
        }
        @media (max-width: 600px) {
            .online-banner-inner { gap: 6px; font-size: 0.75rem; }
            .online-banner-hide-mobile { display: none; }
        }

        .product-info h3 a { color: inherit; text-decoration: none; }
