
@media (max-width: 768px) {
    html, body {
        width: 100vw;
        overflow-x: hidden;
        position: relative;
    }

    .products-grid-8, 
    .popular-grid, 
    .grid-4, 
    .categories-flex {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 8px !important; 
        width: 100% !important;
        padding: 10px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .product-card, .popular-card, .card, .cat-item {
        width: 100% !important;
        min-width: 0 !important; 
        margin: 0 !important;
        height: auto !important; 
    }

    .cat-item {
        height: 220px !important; 
        border-right: 1px solid #1a1a1a !important;
    }

    .hero-title, .kaifsmoke-title {
        font-size: 50px !important; 
        letter-spacing: -1px !important;
        line-height: 1 !important;
        width: 100% !important;
        padding: 0 10px !important;
    }

    .giant-title {
        font-size: 36px !important;
        text-align: center;
        width: 100%;
    }

    .container, .catalog-layout, .main-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
    }


    .hero-info-bar {
        grid-template-columns: repeat(2, 1fr) !important;
        position: relative !important;
        bottom: 0 !important;
        margin-top: 20px !important;
    }

    .prod-desc, .hero-description {
        display: none !important;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;700;900&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: black; color: #fff; font-family: 'Montserrat', sans-serif; overflow-x: hidden; }
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;700;900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

body { 
    background: black; 
    color: #fff; 
    font-family: 'Inter', sans-serif;
    overflow-x: hidden; 
    padding-top: 70px; 
}

.header.fixed-header {
    position: fixed !important;
    top: 0; left: 0; width: 100%; height: 70px;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 0 10px; 
    background: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;

    height: 70px !important; 
    background: #000000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 10px !important;
    z-index: 9999 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-left { display: flex; align-items: center; gap: 12px; }
.main-logo-img { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; }
.logo-text { font-size: 20px; font-weight: 900; font-family: 'Bebas Neue', sans-serif; letter-spacing: 1px; }

.header-right-wrap {
    display: flex;
    align-items: center;
    gap: 30px; 
}

.nav-item {
    color: #fff; text-decoration: none; font-weight: 700; font-size: 16px; transition: 0.3s;
}
.nav-item:hover { color: #e6b130; }

.header-right-actions {
    display: flex;
    align-items: center;
    gap: 20px; 
}

.cart-container-link { position: relative; display: flex; align-items: center; }
.header-cart-icon { width: 28px; filter: invert(1); } 

.cart-badge {
    position: absolute; top: -5px; right: -8px;
    background: #e6b130; color: #000;
    font-size: 10px; font-weight: 900;
    width: 17px; height: 17px; border-radius: 50%;
    display: flex; justify-content: center; align-items: center;
}

.burger-menu { cursor: pointer; display: flex; flex-direction: column; gap: 5px; }
.burger-menu span { display: block; width: 25px; height: 2px; background: #fff; }

.hero-premium {
    min-height: calc(100vh - 70px);
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;     
    text-align: center;
    position: relative;
    padding: 40px 20px;
    width: 100%;
}

.hero-bg-text {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40vw;
    color: rgba(255, 255, 255, 0.02);
    font-weight: 900;
    z-index: 0;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px; 
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.hero-top-badge {
    display: inline-flex; align-items: center; gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e6b130; padding: 6px 15px;
    font-size: 10px; font-weight: 700; letter-spacing: 2px;
    margin-bottom: 25px;
}

.hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(80px, 15vw, 160px); 
    line-height: 0.85; margin-bottom: 20px;
}
.text-white { color: #fff; }
.text-yellow { color: #e6b130; }

.hero-subtitle {
    font-size: 14px; letter-spacing: 4px; color: #fff;
    margin-bottom: 15px; font-weight: 700;
}

.hero-description {
    font-size: 14px; color: #888; line-height: 1.6;
    margin-bottom: 40px;
    max-width: 500px; 
}

.hero-btns {
    display: flex;
    flex-direction: column; 
    gap: 15px;
    width: 100%;
    max-width: 320px; 
}

.btn-skew-yellow {
    background: #e6b130; color: #000; text-decoration: none;
    font-weight: 900; font-size: 14px;
    padding: 20px; display: block;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%); 
}

.btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff; text-decoration: none;
    font-weight: 700; font-size: 13px;
    padding: 18px; display: block;
}

.hero-info-bar {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0,0,0,0.5);
    margin-top: auto; 
}

.info-item {
    padding: 20px 10px;
    border: 0.5px solid rgba(255, 255, 255, 0.05);
    display: flex; flex-direction: column; align-items: center; text-align: center;
}

.info-num { font-size: 28px; font-weight: 900; color: #e6b130; }
.info-text { font-size: 9px; color: #fff; font-weight: 600; text-transform: uppercase; }

.marquee-ticker {
    width: 100%; background: #e6b130; color: #000;
    padding: 10px 0; font-weight: 900; font-size: 11px;
    overflow: hidden; white-space: nowrap;
}
.marquee-content { display: inline-block; animation: marquee 20s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.brand-link {
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    transition: 0.3s ease !important;
}

.brand-img {
    width: 45px !important;
    height: 45px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;

}

.brand-text {
    display: flex !important;
    gap: 6px !important;
letter-spacing: -1px !important;
    font-family: 'Inter', sans-serif !important;
}

.brand-made {
    color: #ffffff !important;
    font-size: 26px !important; 
    font-weight: 900 !important;
    text-transform: uppercase !important;
    transition: 0.3s ease !important;
}

.brand-puff {
    color: #e6b130 !important; 
    font-size: 26px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;

}

.brand-link:hover .brand-img {
    transform: scale(1.2) !important; 
}

.brand-link:hover .brand-made,
.brand-link:active .brand-made {
    color: #e6b130 !important;
}


@media screen and (max-width: 768px) {
    .header.fixed-header {
        height: 50px !important;
        padding: 0 1px !important;
        justify-content: flex-start !important; 
    }

    .header-left {
        flex: 1 !important;
    }

    .brand-img {
        width: 40px !important; 
        height: 40px !important;
    }

    .brand-made, .brand-puff {
        font-size: 20px !important; 
        letter-spacing: 0.5px !important;
    }


    .header-right-actions {
        margin-left: auto !important;
    }
}

@media (min-width: 769px) {
    .header.fixed-header { padding: 0 40px; }
    
    .hero-btns {
        flex-direction: row; 
        max-width: none;
        justify-content: center;
    }
    .btn-skew-yellow, .btn-outline-white { width: auto; padding: 18px 45px; }

    .hero-info-bar {
        grid-template-columns: repeat(4, 1fr); 
        position: absolute; bottom: 40px; 
    }
    .desktop-only { display: block; }
}

@media (max-width: 768px) {
    
    .hero-info-bar {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important; 
        gap: 0 !important; 
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 30px;
    }

    .info-item {
        padding: 20px 10px !important;
        display: flex !important;
        flex-direction: row !important; 
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
    }

    .info-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .info-num {
        font-size: 22px !important;
        font-weight: 800 !important;
        color: #e6b130; 
    }

    .info-text {
        font-size: 9px !important;
        line-height: 1.1 !important;
        text-align: left !important;
        color: #fff;
        text-transform: uppercase;
    }

    .hero-subtitle {
        font-size: 13px !important;
        letter-spacing: 2px !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .hero-description {
        display: block !important;
        font-size: 11px !important;
        line-height: 1.4 !important;
        max-width: 290px !important;
        margin: 0 auto 30px auto !important;
        text-align: center !important;
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .hero-btns {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
        gap: 15px !important;
        width: 100% !important;
    }

    .btn-skew-yellow, .btn-outline-white {
        width: 260px !important; 
        height: 50px !important; 
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        font-weight: 800 !important;
        font-size: 12px !important;
        text-transform: uppercase !important;
        
        transform: skewX(-15deg) !important; 
        transition: all 0.3s ease !important;
    }

    .btn-skew-yellow {
        background: #e6b130 !important;
        color: #000 !important;
        border: none !important;
    }

    .btn-outline-white {
        background: transparent !important;
        border: 1px solid #fff !important;
        color: #fff !important;
    }

    .btn-text, .btn-outline-white span {
        display: block !important;
        transform: skewX(15deg) !important; 
    }

    .btn-skew-yellow:hover, .btn-skew-yellow:active,
    .btn-outline-white:hover, .btn-outline-white:active {
        transform: skewX(-15deg) translateY(-5px) !important; 
        filter: brightness(1.1) !important;
    }
.hero-title {
        font-size: 80px !important; 
        line-height: 0.85 !important; 
        font-weight: 900 !important;
        text-transform: uppercase !important;
        font-family: 'Bebas Neue', !important;

    }
}






.cart-wrapper {
    position: relative;
    padding: 10px; 
}

.cart-popup {
    position: absolute;
    top: 100%; 
    right: 0;
    width: 320px;
    background: #0a0a0a !important;
    border: 1px solid #222;
    border-top: 3px solid #e6b130 !important;
    padding: 20px;
    display: none; 
    z-index: 999999;
    box-shadow: 0 15px 50px rgba(0,0,0,0.9);
}

.cart-popup.visible {
    display: block !important;
}

.cart-main-title { color: #fff; font-weight: bold; }
.cart-count-text { color: #555; font-size: 12px; margin-left: 10px; }

.btn-clear {
    background: transparent;
    border: 1px solid #333;
    color: #666;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
}

.btn-clear:hover {
    color: #ff4444;
    border-color: #ff4444;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: radial-gradient(circle at center, #2b2200 0%, #000000 100%) !important;
    z-index: 100000;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(230, 177, 48, 0.3);
}

.side-menu.active {
    right: 0;
}

.menu-link {
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 5px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu-link:hover {
    background: #e6b130 !important; 
    color: #000 !important;        
    transform: translateX(10px);   
    box-shadow: 0 5px 15px rgba(230, 177, 48, 0.4);
}

.menu-link:hover .emoji {
    filter: brightness(0); 
}

.menu-footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-manager, .btn-tg {
    width: 100%;
    height: 60px;
    border-radius: 15px;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
}

.btn-manager {
    background: #e6b130;
    color: #000;
}

.btn-manager:hover {
    transform: translateY(-8px) scale(1.02); 
    background: #ffcc00;
    box-shadow: 0 10px 25px rgba(230, 177, 48, 0.6);
}

.btn-tg {
    background: #1a2533;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
}

.btn-tg:hover {
    transform: translateY(-8px) scale(1.02);
    background: #253547;
    border-color: #e6b130;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}


.overlay {
    backdrop-filter: blur(8px); 
    background: rgba(0, 0, 0, 0.7);
}

.header .logo { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 1px; color: #fff; }
.header nav { display: flex; align-items: center; }
.header a { color: #fff; margin-left: 20px; text-decoration: none; font-weight: 600; transition: .3s; }
.header a:hover { color: #e6b130; }

.header {
    position: fixed; top: 0; left: 0; width: 100%;
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 40px; background: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid rgba(255,255,255,0.1); 
    z-index: 2000;
    box-shadow: none; 
}

.header-left { display: flex; align-items: center; gap: 15px; }
.main-logo-img { width: 40px; height: 40px; border-radius: 8px; }
.logo-text { font-weight: 900; font-size: 22px; }

.cart-container-link { position: relative; display: flex; align-items: center; text-decoration: none; }
.header-cart-icon { width: 30px; filter: invert(1); transition: 0.3s; }
.header-cart-icon:hover { opacity: 0.7; }

.cart-badge {
    position: absolute; top: -5px; right: -8px;
    background: #e6b130; color: #000;
    font-size: 11px; font-weight: 900;
    width: 18px; height: 18px; border-radius: 50%;
    display: flex; justify-content: center; align-items: center;
}

.toast-success {
    position: fixed; bottom: -100px; left: 50%; transform: translateX(-50%);
    background: #28a745; color: #fff; padding: 15px 30px; border-radius: 50px;
    font-weight: 700; transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28); z-index: 3000;
}
.toast-success.show { bottom: 40px; }

.products-grid-8 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #1a1a1a; }
.product-card { background: #0b0a09; padding: 20px; cursor: pointer; transition: 0.3s; }
.product-card:hover { background: #111; outline: 1px solid #e6b130; z-index: 5; }

.add-btn-fake { 
    background: #e6b130; color: #000; width: 30px; height: 30px; 
    display: flex; justify-content: center; align-items: center; font-weight: 900;
    transform: skewX(-15deg);
}

.header-left { display: flex; align-items: center; gap: 15px; }
.main-logo-img { width: 45px; height: 45px; border-radius: 10px; object-fit: cover; }
.logo-text { font-size: 24px; font-weight: 900; letter-spacing: 1px; color: #fff; }

.header-nav { display: flex; align-items: center; gap: 30px; }
.nav-item { color: #fff; text-decoration: none; font-weight: 700; font-size: 18px; }
.cart-icon img { width: 30px; filter: invert(1); }

.burger-menu {
    cursor: pointer; display: flex; flex-direction: column; gap: 6px;
}
.burger-menu span {
    display: block; width: 30px; height: 3px; background: #fff; border-radius: 2px;
}

.side-menu {
    position: fixed; top: 0; right: -400px; width: 350px; height: 100%;
    background: linear-gradient(180deg, #1a0033 0%, #0a001a 100%);
    box-shadow: -5px 0 20px rgba(0,0,0,0.5);
    z-index: 3000; transition: 0.4s ease;
    padding: 30px; display: flex; flex-direction: column;
}
.side-menu.active { right: 0; }

.menu-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 60px 20px 20px 0 !important; 
    
    width: 100% !important;
    box-sizing: border-box !important;
    background: transparent !important;
}

.menu-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    text-align: left !important;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.close-btn {
    background: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 32px !important; 
    cursor: pointer !important;
    line-height: 1 !important;
}

.menu-link {
    display: flex; align-items: center; gap: 15px;
    color: #fff; font-size: 18px; font-weight: 600;
    padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.05);
    cursor: pointer; transition: 0.3s;
}
.menu-link:hover { color: #ff00ea; padding-left: 10px; }
.emoji { font-size: 22px; }

.menu-footer { margin-top: auto; display: flex; flex-direction: column; gap: 15px; }
.btn-manager { background: #e6b130; color: #000; border: none; padding: 15px; border-radius: 12px; font-weight: 800; cursor: pointer; }
.btn-tg { background: #1a2a4d; color: #5bc0de; border: none; padding: 15px; border-radius: 12px; font-weight: 800; cursor: pointer; }

.overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); display: none; z-index: 2500;
}
.overlay.active { display: block; }

.cart-widget {
    position: fixed;
    top: 30px;
    right: 30px;
    background: #e6b130;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.cart-icon { font-size: 25px; }
.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fff;
    color: #000;
    font-weight: 900;
    font-size: 14px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toast {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #28a745; 
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    z-index: 2000;
}
.toast.show { bottom: 30px; }

.cart-modal {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0; top: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.9);
}
.cart-modal-content {
    background-color: #110f0e;
    margin: 5% auto;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    border: 1px solid #e6b130;
    color: #fff;
    position: relative;
}
.close-modal {
    position: absolute;
    right: 20px; top: 10px;
    font-size: 35px; cursor: pointer; color: #e6b130;
}
.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #222;
}
.cart-item img { width: 50px; }
.btn-checkout {
    background: #e6b130;
    border: none;
    width: 100%;
    padding: 15px;
    font-weight: 900;
    margin-top: 20px;
    cursor: pointer;
}

.hero-premium {
    height: 100vh;
    background: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden; 
    padding-top: 80px; 
}
.hero-bg-text {
    position: absolute;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 50vw; 
    color: rgba(255, 255, 255, 0.02); 
    font-weight: 900;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

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

.hero-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e6b130;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.hero-top-badge .dot { width: 4px; height: 4px; background: #e6b130; border-radius: 50%; }

.hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 160px; 
    line-height: 0.8;
    text-transform: uppercase;
    letter-spacing: -4px; 
    margin-bottom: 15px;
}

.text-white { color: #fff; }
.text-yellow { color: #e6b130; }

.hero-subtitle {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px; 
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.hero-description {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 600px;
}

.hero-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 80px;
}

.btn-skew-yellow {
    position: relative;
    background: #e6b130;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    padding: 18px 40px;
    transform: skewX(-15deg); 
    transition: 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn-skew-yellow .btn-text {
    display: block;
    transform: skewX(15deg); 
    letter-spacing: 1px;
}

.btn-skew-yellow:hover {
    background: #fff;
    transform: skewX(-15deg) translateY(-5px);
}

.btn-outline-white {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    padding: 18px 30px;
    letter-spacing: 1px;
    transition: 0.3s;
}
.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.hero-info-bar {
    position: absolute;
    bottom: 50px; 
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.5);
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.info-item:last-child { border-right: none; }

.info-num {
    font-size: 36px;
    font-weight: 900;
    color: #e6b130;
}

.info-text {
    font-size: 11px;
    color: #fff;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
}

.marquee-ticker {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #e6b130; 
    color: #000;
    padding: 10px 0;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap; 
    overflow: hidden;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%; 
    animation: marquee 20s linear infinite; 
}

@keyframes marquee {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}


@media (max-width: 1000px) {
    .hero-title { font-size: 100px; letter-spacing: -2px; }
}

@media (max-width: 768px) {
    .hero-title { font-size: 70px; }
    .hero-btns { flex-direction: column; gap: 10px; align-items: center; }
    .hero-info-bar { 
        position: relative; bottom: 0; 
        grid-template-columns: repeat(2, 1fr); 
        margin-top: 50px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;700;900&display=swap');

* { box-sizing: border-box; }

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-premium {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.hero-bg-text {
    position: absolute;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 50vw;
    color: rgba(255, 255, 255, 0.02);
    z-index: 1;
    pointer-events: none;
}

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

.hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(80px, 12vw, 150px);
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: 20px 0;
}

.text-yellow { color: #e6b130; }

.hero-top-badge {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e6b130;
    padding: 6px 16px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
}

.btn-skew-yellow {
    background: #e6b130;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    padding: 18px 40px;
    transform: skewX(-15deg);
    display: inline-block;
    margin-right: 20px;
}

.btn-skew-yellow .btn-text { display: block; transform: skewX(15deg); }

.btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
    padding: 18px 30px;
    font-weight: 700;
    display: inline-block;
}

.hero-info-bar {
    position: absolute;
    bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0,0,0,0.8);
    padding: 20px 0;
}

.info-num { font-size: 30px; font-weight: 900; color: #e6b130; margin-right: 10px; }
.info-text { font-size: 10px; letter-spacing: 1px; }

.marquee-ticker {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #e6b130;
    padding: 8px 0;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    color: #000;
    font-weight: 900;
    font-size: 12px;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.minimal-categories {
    padding: 100px 0;
    background: #000;
}

.categories-header { margin-bottom: 40px; }
.accent-line { color: #e6b130; font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; }
.header-main-row { display: flex; justify-content: space-between; align-items: flex-end; }

.giant-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 70px;
    margin: 0;
    letter-spacing: 3px;
    color: #fff;
}

.categories-flex {
    display: flex;
    flex-wrap: wrap; 
    border-top: 1px solid #1a1a1a;
    width: 100%;
}


.cat-item {
    flex: 1; 
    min-width: 250px;
    height: 450px;
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a; 
    padding: 35px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
    box-sizing: border-box;
}
.cat-item:hover {

    transform: translateY(-10px); 

    z-index: 10; 

    background: #161616; 

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);

    border-bottom: 4px solid #e6b130 !important;
}

.cat-item::before {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(230, 177, 48, 0.2) 0%, rgba(0,0,0,0) 70%);
    transition: 0.5s ease;
    z-index: 1;
}
.cat-item:hover::before { bottom: 0; }

.cat-arrow {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
    background: #e6b130;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    opacity: 0;
    transform: translate(10px, -10px);
    transition: 0.3s ease;
    z-index: 5;
}
.cat-item:hover .cat-arrow { opacity: 1; transform: translate(0, 0); }

.cat-number { font-size: 12px; color: #444; z-index: 2; }
.cat-item:first-child .cat-number { color: #e6b130; }
.cat-emoji { font-size: 40px; text-align: center; z-index: 2; transition: 0.3s; margin: auto 0; }
.cat-item:hover .cat-emoji { transform: scale(1.1); }
.cat-name { font-family: 'Bebas Neue', sans-serif; font-size: 28px; z-index: 2; margin-bottom: 5px; }
.cat-count { font-size: 11px; color: #444; z-index: 2; }

.view-all-btn {
    text-decoration: none;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}
.view-all-btn:hover {
    color: #e6b130;
    border-bottom: 1px solid #e6b130;
}

@media (max-width: 768px) {
    .categories-flex {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important; 
        width: 100% !important;
        border-top: 1px solid #1a1a1a;
    }

    .cat-item {
        min-width: 0 !important; 
        width: 100% !important;
        height: 250px !important; 
        padding: 20px !important;
        border-right: 1px solid #1a1a1a !important;
        border-bottom: 1px solid #1a1a1a !important;
    }

   
    .cat-item:nth-child(2n) {
        border-right: none !important;
    }

    
    .cat-emoji {
        font-size: 30px !important;
        margin: 10px 0 !important;
    }

    .cat-name {
        font-size: 18px !important; 
        margin-bottom: 2px !important;
    }

    .cat-number {
        font-size: 10px !important;
    }

    .cat-count {
        font-size: 9px !important;
    }

    .cat-arrow {
        width: 25px !important;
        height: 25px !important;
        top: 15px !important;
        right: 15px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 380px) {
    .cat-item {
        height: 200px !important;
    }
    .cat-name {
        font-size: 16px !important;
    }
}

.popular-products {
    padding: 80px 0;
    background-color: #000000; 
}


.products-grid-8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    border-top: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
}

.popular-card, .product-card {
    background: #000000 !important; 
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.3s ease, 
                border-bottom 0.3s ease;
    border-bottom: 0px solid transparent;
}


.popular-card:hover {
    transform: translateY(-8px); 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7); 
    border-bottom: 4px solid #e6b130; 
}


.product-image-box {
width: 100% !important;   
    aspect-ratio: 1 / 1;      
    background-color: #111;   
    overflow: hidden !important; 
    padding: 0 !important;    
    margin: 0 !important;
    display: block !important;
    position: relative;
    transition: transform 0.5s ease;
}

.popular-grid > div, 
.products-grid-8 > div,
.popular-card {
    position: relative;
    background: #121212; 
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.3s ease, 
                border-bottom 0.3s ease !important;
    border-bottom: 0px solid transparent;
    cursor: pointer;
    z-index: 1;
}

.popular-grid > div:hover, 
.products-grid-8 > div:hover,
.popular-card:hover {
    transform: translateY(-10px) !important; 
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8) !important; 
    border-bottom: 4px solid #e6b130 !important; 
    z-index: 10; 
}


.popular-grid > div img, 
.products-grid-8 > div img {
    transition: transform 0.5s ease !important;
}

.popular-grid > div:hover img, 
.products-grid-8 > div:hover img {
    transform: scale(1.05) !important;
}

.main-img {
display: block !important;
    width: 100% !important;    
    height: 100% !important;   
    object-fit: cover !important; 
    object-position: center !important; 
    
    max-width: none !important;
    max-height: none !important;
    min-width: 100% !important;
    min-height: 100% !important;
    border: none !important;
    padding: 0 !important;
}
.popular-card:hover .product-image-box img {
    transform: scale(1.05); 
}

.product-info {
    padding: 25px;
}

.prod-category {
    color: #e6b130;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.prod-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.prod-desc {
    color: #444; 
    font-size: 12px;
    margin: 5px 0 20px 0;
}

.prod-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    color: #fff;
}


.add-to-cart-skew {
    width: 40px;
    height: 35px;
    background: #e6b130;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewX(-15deg); 
    transition: 0.3s;
}

.add-to-cart-skew:hover {
    background: #fff;
}

.plus-text {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    transform: skewX(15deg); 
}


@media (max-width: 1100px) {
    .products-grid-8 {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 650px) {

    
    .popular-header {
        padding: 0 15px !important; 
        text-align: left;
        margin-bottom: 25px; 
    }

    .accent-line {
        font-size: 9px !important;
        margin-bottom: 8px !important; 
        padding-left: 2px; 
        justify-content: flex-start !important;
        letter-spacing: 1px;
        opacity: 0.7;
    }

    .header-main-row {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-end !important;
        width: 100%;
    }

    .giant-title {
        font-size: 24px !important; 
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width: 65%; 
        line-height: 1.1;
        font-weight: 900;
        text-transform: uppercase;
    }

    .view-all-btn {
        font-size: 11px !important;
        white-space: nowrap;
        padding-bottom: 3px;
        margin-right: 5px;
    }



.products-grid-8 {
        background-color: #000000 !important; 
        border-top: none !important;         
        border-left: none !important;       
        grid-gap: 1px;                       
    }

.popular-products {
        background-color: #000000 !important;
    }
.popular-card, .product-card {
        background-color: #000000 !important; 
        border-bottom: 1px solid #1a1a1a; 
    }
    .product-info {
        padding: 15px !important;
    }

 .product-image-box {
        background-color: #080808 !important; 
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
    }

    .prod-category {
        font-size: 9px !important;
        margin-bottom: 3px;
    }

    .prod-title {
        font-size: 14px !important;
        line-height: 1.2;
        min-height: 34px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .prod-desc {
        font-size: 10px !important;
        margin: 5px 0 15px 0 !important;
        display: none;
    }

    .prod-price {
        font-size: 18px !important;
    }

    .add-to-cart-skew {
        width: 34px !important;
        height: 30px !important;
    }

    .plus-text {
        font-size: 18px !important;
    }
}

.popular-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px; 
}
.hero {
    height: 100vh; display: flex; flex-direction: column;
    justify-content: center; align-items: center; text-align: center;
}
.kaifsmoke-title {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: clamp(80px, 15vw, 160px); line-height: 0.8; 
    text-transform: uppercase; letter-spacing: -4px; margin-bottom: 20px;
}
.text-white { color: #e0e0e0; }
.text-yellow { color: #e6b130; }
.kaifsmoke-subtitle {
    font-size: 14px; font-weight: 600; color: #888;
    letter-spacing: 6px; text-transform: uppercase; margin-bottom: 40px;
}

body {
    background: #0b0a09;
    color: #fff;
    margin: 0;
    font-family: 'Inter', sans-serif;
    padding-top: 20px;
}

.catalog-layout {
    display: flex;
    gap: 0;
    padding: 60px 0 40px 0; 
    max-width: 100% !important; 
    margin: 0;
    width: 100%;
}

.filter {
    width: 280px;
    flex-shrink: 0;
    padding-left: 30px; 
    padding-right: 30px;
    border-right: 1px solid #1a1a1a;
    position: sticky;
    top: 80px;
    height: fit-content;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.filter-title {
    font-size: 13px;
    font-weight: 800;
    color: #e6b130;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.all-categories-btn {
    width: 100%;
    background: #e6b130 !important;
    color: #000 !important;
    font-weight: 900;
    font-size: 12px;
    padding: 12px;
    border: none;
    margin-bottom: 25px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 4px;
}

.filter-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.filter-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    background: none;
    border: none;
    cursor: pointer;

    transition: all 0.3s ease;
    padding: 8px 10px; 
    border-radius: 6px;
}

.filter-item:hover, .filter-item.active {
    color: #fff;
    background: #1a1a1a; 
    transform: translateX(5px); 
    color: #fff;
}

.filter-item span {
    border: 1px solid #222;
    padding: 2px 8px;
    font-size: 11px;
    color: #555;
    border-radius: 4px;
}


.brands-section {
    margin-top: 20px;
}

.brand-grid-compact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.brand-mini-btn {
    background: none;
    border: 1px solid #1a1a1a;
    color: #888;
    padding: 12px 6px;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.2s;
    display: inline-flex !important; 
    align-items: center;             
    justify-content: center;         
    text-align: center;
    box-sizing: border-box;          
}
.brand-mini-btn {
    transition: all 0.3s ease;
}

.brand-mini-btn:hover {
    border-color: #e6b130;
    background: #e6b130;
    color: #000;
    transform: translateY(-3px); 
    box-shadow: 0 4px 12px rgba(230, 177, 48, 0.3);
}

.all-categories-btn {
    transition: all 0.3s ease;
}

.all-categories-btn:hover {
    transform: scale(1.02); 
    filter: brightness(1.1);
    box-shadow: 0 5px 15px rgba(230, 177, 48, 0.4);
}
.brand-mini-btn:first-child {
    grid-column: span 2;
}

.brand-mini-btn:hover, .brand-mini-btn.active {
    border-color: #e6b130;
    color: #fff;
}


.main-content {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px; 

}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; 
}
.soon-card {
    opacity: 0.6;
    pointer-events: none; 
}

.soon-bg {
    background: #0a0a0a !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.soon-text {
    color: #1a1a1a;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.card {
    background: #121212; 
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 4px; 
overflow: hidden !important; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    border-bottom: 0px solid transparent; 
}


.card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    border-bottom: 3px solid #e6b130; 
    z-index: 10 !important;
}


.card-img-container {
    width: 100%;
    aspect-ratio: 1 / 1; 
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
overflow: hidden !important; 
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.card-img-container img {
    width: 100% !important;  
    height: 100% !important; 
    object-fit: cover !important; 
    object-position: center; 
    display: block;
    border: none;
    transition: transform 0.4s ease-in-out;
}

.card:hover .card-img-container img {
    transform: scale(1.08); 
}

.card-info {
    padding: 20px 15px; 
    background: #121212;
    border-top: 1px solid #1a1a1a;
}

.card-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1.2;
    text-align: left; 
}

.card-price-row {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-top: auto;
}

.card-price {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}

.add-btn {
    background: #e6b130;
    border: none;
    width: 40px;
    height: 30px;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    cursor: pointer;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%); 
    transition: background 0.2s;
}

.add-btn:hover {
    background: #fff;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.header-logo-img {
    height: 35px; 
    width: auto;  
    object-fit: contain;
}
.filter-item:hover, 
.filter-item.is-tapped {
    background-color: #1a1a1a !important;
    color: #fff !important;
    transform: translateX(8px) scale(1.03) !important;
    transition: all 0.2s ease;
}


.filter-item:hover span,
.filter-item.is-tapped span {
    color: #e1b02e !important;
    border-color: #e1b02e !important;
}

.filter-item {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
}

@media (max-width: 1200px) {
    .grid-4 { 
        grid-template-columns: repeat(3, 1fr); 
    }
}

@media (max-width: 768px) {
    .header-logo-img {
        height: 25px; 
    }
    .logo-container {
        gap: 6px;
    }

.soon-text {
        font-size: 14px; 
    }
    
    .soon-card .card-info {
        min-height: 50px !important; 
    }




*/
.catalog-layout {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important; 
        padding: 0!important;
        gap: 4px !important;
        width: 100% !important;
        overflow: visible !important;
    justify-content: flex-start !important; 
background-color: #000000 !important;
        min-height: 100vh !important;
        margin-top: 0 !important;
    }

body, html {
        background-color: #000000 !important;
    }

    .filter {
        position: fixed !important;
        top: 50px !important; 
        left: 0 !important;
        width: 130px !important;
        
        height: 100vh !important; 
        background-color: #000000 !important;
        background: #000000 !important;
        
        border-right: 1px solid #1a1a1a !important;
        border-bottom: none !important;

        z-index: 999 !important;
        padding: 10px 4px 120px 4px !important; 
        overflow-y: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
.filter::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }

        .main-content {
        margin-left: 130px !important; 
        width: calc(100% - 130px) !important;
        flex: none !important; 
        padding: 0 4px !important;
        }

    .search-container {
        width: 100% !important;
        margin-left: 0 !important;
    }

    #catalog-search {
        width: 100% !important;
    }

    .filter::-webkit-scrollbar {
        width: 0px;
    }
@media (max-width: 768px) {


    .catalog-layout {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .search-container {
        width: 100% !important;

        margin: 0 !important;
        box-sizing: border-box !important;
    }

    #catalog-search {
        width: 100% !important;
        height: 32px !important;
        background: #111 !important;
        border: 1px solid #333 !important;
        border-radius: 6px !important;
        font-size: 13px !important;
        color: #fff !important;
    }

    .main-content {
        margin-left: 130px !important; 
        width: calc(100% - 130px) !important;
        padding: 0 5px !important;
        margin-top: 0 !important;
    }

    .category-banner-mobile {
        margin: 5px 0 10px 5px !important;
        font-size: 10px !important;
        border-left: 2px solid #e1b02e !important;
        padding-left: 8px !important;
    }

    .filter {
        position: fixed !important;
        top: 50px !important;
        left: 0 !important;
        width: 130px !important;
        height: calc(100vh - 50px) !important;
        background: #000 !important;
        border-right: 1px solid #1a1a1a !important;
        padding: 10px 5px !important;
        z-index: 999 !important;
        overflow-y: auto !important;
        box-sizing: border-box !important;
    }


    .filter-item {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 120px !important; 
        padding: 8px 5px !important;
        color: #888 !important; 
        background: transparent !important;
        transform-origin: left center !important;
        transition: all 0.1s ease-in-out !important;
        border: none !important;
    }


    .filter-item:active, 
    .filter-item.is-active-tap {
        background: #1a1a1a !important;
        color: #e6b130 !important; 
        transform: scale(1.05) !important; 
    }

    .filter-item span {
        font-size: 9px !important;
        color: #444 !important;
        min-width: 25px !important;
        text-align: right !important;
    }

    .filter-item:active span,
    .filter-item.is-active-tap span {
        color: #e6b130 !important;
    }
}

    .all-categories-btn {
        background: #e1b02e !important; 
        color: #000 !important; 
        font-size: 9px !important;
        font-weight: 900 !important;
        padding: 10px 2px !important;
        width: 100% !important;
        text-align: center !important;
        display: block !important;
        margin-bottom: 12px !important;
        border: none !important;
        border-radius: 4px !important;
        text-transform: uppercase;
    }

    .filter-item {
        font-size: 8.5px !important;
        padding: 8px 4px !important;
        margin-bottom: 2px !important;
        display: flex !important;
        justify-content: space-between !important; 
        align-items: center !important;
        width: 100% !important;
        color: #ccc !important;
        background: transparent !important;
        border: none !important;
        transition: all 0.15s ease-in-out !important; 
        transform-origin: left center !important;
    }
.filter-item.is-active-tap {
background: #1a1a1a !important;
        color: #e6b130 !important;
        transform: scale(1.04) !important; 
        z-index: 10 !important; 
    }

    .filter-item.is-active-tap span {
        color: #e6b130 !important;
        border-color: #e6b130 !important;
    }

    .filter-item span {
        font-size: 8px !important;
        color: #555 !important;
        font-weight: bold !important;
        min-width: 25px !important; 
        text-align: right !important; 
    }

    .filter-title {
        font-size: 9px !important;
        color: #555 !important;
        text-align: left !important; 
        padding-left: 4px !important;
        margin: 15px 0 8px 0 !important;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .brand-grid-compact {
        display: flex !important;
        flex-direction: column !important;
        gap: 5px !important;
        width: 100% !important;
    }

    .brand-mini-btn {
        width: 100% !important;
        min-height: 38px !important; 
        padding: 6px 4px !important;
        font-size: 8px !important;
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important; 
        justify-content: center !important;
        background: #0a0a0a !important;
        border: 1px solid #222 !important;
        color: #fff !important;
        border-radius: 4px !important;
        line-height: 1.1 !important;
    }


    .brand-mini-btn br + text, 
    .brand-mini-btn span.details {
        display: block !important;
        font-size: 7px !important;
        color: #e1b02e !important; 
        margin-top: 2px !important;
    }


    .main-content { flex: 1 !important; min-width: 0 !important; padding: 0 !important; }
    .card { background: #111 !important; border-radius: 10px !important; padding: 0 !important; position: relative !important; display: flex !important; flex-direction: column !important; width: 100% !important; overflow: hidden !important; }
    .card-img-container { background: #1a1a1a !important; height: 165px !important; padding: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 10px 10px 0 0 !important; overflow: hidden !important; }
    .card-img-container img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
 .grid-4 {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important; 
        padding: 0 !important; 
        margin: 0 !important; 
        width: 100% !important;
    }
        .card-info { padding: 8px 6px !important; min-height: 60px !important; }
    .card-title { font-size: 11px !important; line-height: 1.1 !important; color: #fff !important; margin-bottom: 3px !important; width: 80% !important; }
    .card-price { font-size: 13px !important; font-weight: 800 !important; color: #e1b02e !important; }
    .add-btn { position: absolute !important; bottom: 6px !important; right: 6px !important; width: 32px !important; height: 32px !important; background: #e1b02e !important; border: none !important; border-radius: 5px !important; color: #000 !important; font-size: 22px !important; font-weight: bold !important; display: flex !important; align-items: center !important; justify-content: center !important; z-index: 5 !important; }

.category-banner-mobile {
        display: block !important;
        color: #fff !important;
        font-size: 11px !important; 
        font-weight: 700 !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        

padding: 0 10px !important; 
        margin: -5px 0 10px 5px !important;
        margin-left: 0 !important; 
        padding-left: 10px !important;
        
        border-left: 2px solid #e1b02e; 
        text-align: left !important;
        opacity: 0.8; 
    }

    .header {
        position: fixed !important; 
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 50px !important; 
        background: #000 !important; 
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 10px !important;
        z-index: 99999 !important; 
        border-bottom: 1px solid #1a1a1a !important; 
        box-sizing: border-box !important;
    }

    .header .logo, .logo-text {
        font-size: 14px !important; 
        font-weight: 900 !important;
        letter-spacing: 0.5px !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    .header nav {
        display: flex !important;
        gap: 8px !important; 
    }

    .header nav a {
        font-size: 10px !important; 
        text-transform: uppercase !important;
        color: #fff !important;
        text-decoration: none !important;
        opacity: 0.8 !important;
    }

    .header .cart-info {
        font-size: 10px !important;
        font-weight: bold !important;
        color: #e1b02e !important; 
        display: flex !important;
        align-items: center !important;
    }

    body {
        padding-top: 60px !important;
    }


.search-container {
width: 100% !important;
padding: 5px 10px !important;
margin-bottom: 10px !important;
}

.search-container {
display: flex !important;
justify-content: center !important; 
width: 100% !important;
padding: 5px 0 !important;
margin: 5px 0 10px 0 !important;
}



.search-container {
display: flex !important;
justify-content: center !important;
width: 100% !important;
padding: 5px 0 !important;
margin-bottom: 15px !important;
padding-bottom: 0 !important;
}



    #catalog-search {
        width: 98% !important; 
        height: 28px !important; 
        font-size: 12px !important;
        background: #111 !important;
        border: 1px solid #333 !important;
        border-radius: 6px !important;
        color: #fff !important;
        padding: 0 12px !important;
        box-sizing: border-box !important;
        outline: none !important;
        width: 100% !important; 
        box-sizing: border-box !important;
    }


    .main-content {
        flex: 1 !important;
        min-width: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 0 4px !important;
    }

    .all-categories-btn {
        background: #e1b02e !important;
        color: #000 !important;
        font-size: 9px !important;
        font-weight: 900 !important;
        padding: 10px 2px !important;
        text-align: center !important;
        border-radius: 4px !important;
        margin-bottom: 12px !important;
        display: block !important;
        border: none !important;
    }

    .filter-item {
        font-size: 8.5px !important;
        display: flex !important;
        justify-content: space-between !important;
        padding: 8px 2px !important;
        color: #ccc !important;
    }



    .brand-grid-compact {
        display: flex !important;
        flex-direction: column !important;
        gap: 5px !important;
        margin-top: 10px !important;
    }

    .brand-mini-btn {
        width: 100% !important;
        min-height: 35px !important;
        font-size: 8px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        background: #0a0a0a !important;
        border: 1px solid #222 !important;
        color: #fff !important;
        border-radius: 4px !important;
        text-align: center !important;
    }




}
#catalog-search {
    width: 100%;
    padding: 15px;
    background: #111;
    border: 1px solid #333;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px !important; 
    position: relative;
    z-index: 10; 
}
.category-banner-mobile {
    display: none;
}

#toast-notification {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 30px;
    right: 30px;
    background-color: #e6b130; 
    color: #000;
    padding: 15px 25px;
    border-radius: 4px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 9999;
    transition: 0.4s all ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.1);
}

#cart-count {
    background: #e6b130;
    color: #000;
    font-size: 10px;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
    vertical-align: middle;
}






    .prod-title-catalog {
        font-size: 11px !important;
        min-height: 30px !important;
        text-align: left !important;
        line-height: 1.2 !important;
    }

    .cat-price {
        font-size: 14px !important;
        color: #e6b130 !important;
        font-weight: 800 !important;
    }

    .add-btn-circle {
        width: 25px !important;
        height: 25px !important;
        font-size: 14px !important;
    }


.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 100px 60px;
    background: linear-gradient(to bottom, #000, #080808); 
}

.feature-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    background: rgba(230, 177, 48, 0.05); 
    transform: translateY(-15px); 
    border-color: rgba(230, 177, 48, 0.3); 
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(230, 177, 48, 0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6b130; 
    box-shadow: 0 0 25px rgba(230, 177, 48, 0.5);
    transition: 0.3s;
}

.feature-icon img { width: 30px; height: 30px; }

.icon-pink, .icon-blue, .icon-green { 
    background: #e6b130 !important; 
    box-shadow: 0 0 20px rgba(230, 177, 48, 0.4) !important; 
}

.feature-card h3 { 
    color: #fff;
    margin-bottom: 15px; 
    letter-spacing: 2px; 
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
}

.feature-card p { 
    color: #888;
    font-size: 14px; 
    line-height: 1.6; 
}

.full-menu-section {
    background: #0a0a0a; 
    width: 100%;
    padding: 80px 0;
    border-top: 1px solid #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-wide-container {
    width: 90%;
    max-width: 1200px; 
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.menu-wide-label {
    color: #e6b130;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 40px;
}

.menu-wide-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 500px; 
    margin: 0 auto;
}

.menu-wide-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all 0.4s ease;
}

.primary-gold {
    background: #e6b130;
    color: #000;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%); 
}

.primary-gold:hover {
    background: #fff;
    transform: scale(1.03);
}

.outline-gray {
    background: #121212; 
    border: 1px solid #222;
    color: #888;
}

.outline-gray:hover {
    border-color: #e6b130;
    color: #fff;
    background: #1a1a1a;
}

.menu-wide-btn .dot, .menu-wide-btn .arrow {
    margin-right: 12px;
}

.menu-wide-footer {
    margin-top: 50px;
    color: #333; 
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.age-limit {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1a0a0a;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #3d1414;
    color: #ff4444;
    font-size: 12px;
}

.scroll-top {
    position: fixed; bottom: 30px; right: 30px;
    width: 50px; height: 50px; 
    background: #e6b130;
    border: none; border-radius: 50%; 
    color: #000;
    cursor: pointer; 
    box-shadow: 0 0 20px rgba(230, 177, 48, 0.4);
    font-weight: bold;
    transition: 0.3s;
}

.scroll-top:hover {
    transform: scale(1.1);
    background: #fff;
}

@media (max-width: 1200px) {
    .grid-5 { grid-template-columns: repeat(3, 1fr); }
    .catalog-layout { padding: 140px 30px; }
}
@media (max-width: 768px) {
    .features {
        padding: 60px 20px;
    }
}


.product-card {
    background: #0b0a09;
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    position: relative;
    transition: 0.3s;
}

.product-card:hover { outline: 1px solid #e6b130; outline-offset: -1px; z-index: 5; }


.product-image-box { background: #110f0e; height: 250px; display: flex; justify-content: center; align-items: center; }
.main-img { max-width: 80%; }

.product-info { padding: 20px; }
.prod-price { font-size: 20px; font-weight: bold; }

.add-to-cart-skew { 
    background: #e6b130; border: none; width: 40px; height: 35px;
    transform: skewX(-15deg); cursor: pointer;
}
.plus-text { transform: skewX(15deg); display: block; font-weight: bold; }


.cart-widget { position: fixed; top: 20px; right: 20px; background: #e6b130; width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; text-decoration: none; z-index: 100; }
.cart-count { position: absolute; top: 0; right: 0; background: #fff; color: #000; width: 20px; height: 20px; border-radius: 50%; text-align: center; font-size: 12px; font-weight: bold; }
.toast { position: fixed; bottom: -100px; left: 50%; transform: translateX(-50%); background: #28a745; padding: 15px 30px; border-radius: 50px; transition: 0.5s; }
.toast.show { bottom: 30px; }

.showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    height: 100vh;
    align-items: center;
}

.showcase-gallery {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.product-gallery-img { max-width: 70%; max-height: 80%; object-fit: contain; }

.showcase-info { padding: 60px; }

.breadcrumbs { color: #555; font-size: 11px; font-weight: 700; letter-spacing: 1px; margin-bottom: 30px; }
.active-crumb { color: #e6b130; }

.product-main-title { font-family: 'Bebas Neue', sans-serif; font-size: 80px; color: #fff; margin: 0 0 10px 0; }
.product-main-desc { color: #aaa; font-size: 14px; line-height: 1.6; max-width: 600px; margin-bottom: 40px; }

.flavor-selection { margin-bottom: 60px; }
.selection-title { color: #555; font-size: 10px; font-weight: 900; letter-spacing: 2px; margin-bottom: 20px; }

.flavor-options { display: flex; gap: 10px; flex-wrap: wrap; }
.flavor-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #888;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}
.flavor-btn:hover { border-color: #e6b130; color: #e6b130; }
.flavor-btn.active { background: #e6b130; color: #000; border-color: #e6b130; }

.purchase-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
}

.product-main-price { font-family: 'Bebas Neue', sans-serif; font-size: 40px; color: #fff; }

.buy-btn-skew {
    background: #e6b130;
    color: #000;
    border: none;
    padding: 20px 60px;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    transform: skewX(-15deg);
    transition: 0.3s ease;
}
.buy-btn-skew:hover { background: #fff; transform: skewX(-15deg) translateY(-5px); }
.btn-text { display: block; transform: skewX(15deg); letter-spacing: 1px; }

.cart-widget {
    position: fixed; top: 30px; right: 30px; background: #e6b130;
    width: 60px; height: 60px; display: flex; justify-content: center; align-items: center;
    border-radius: 50%; cursor: pointer; z-index: 1000; text-decoration: none;
}
.cart-icon { font-size: 25px; }
.cart-count {
    position: absolute; top: -5px; right: -5px; background: #fff;
    color: #000; font-weight: 900; font-size: 14px; width: 24px; height: 24px;
    border-radius: 50%; display: flex; justify-content: center; align-items: center;
}


















