/* ================================================================
   NEXT LEVEL UI — Advanced Enhancements
   SJ Sportsworld — Premium Visual Polish
   ================================================================ */

/* ===== 1. PROMO ANNOUNCEMENT BAR ===== */
.promo-bar {
    background: linear-gradient(90deg, #1a1a2e, #ff6b00, #1a1a2e);
    background-size: 200% 100%;
    animation: shimmerBar 4s linear infinite;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 999;
}

@keyframes shimmerBar {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

/* ===== 2. HERO SECTION ENHANCEMENTS ===== */
.hero {
    min-height: 640px !important;
}

/* Mesh grid overlay */
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1;
}

.hero-inner { z-index: 2; }

/* Floating glow orbs */
.hero-image {
    position: relative;
}

.hero-image::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,107,0,0.3) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
    animation: orbitGlow 4s ease-in-out infinite alternate;
}

@keyframes orbitGlow {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    100% { transform: translate(-50%, -50%) scale(1.3); opacity: 1; }
}

.hero-image img {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 20px 40px rgba(255,107,0,0.3));
    animation: floatImg 4s ease-in-out infinite alternate;
}

@keyframes floatImg {
    from { transform: translateY(0px); }
    to { transform: translateY(-16px); }
}

/* ===== 2. HERO SECTION ENHANCEMENTS — Stats handled in premium-ui.css ===== */

/* ===== 3. SECTION HEADINGS — Clean bold style ===== */
.section-header h2 {
    color: #1a1a2e !important;
    -webkit-text-fill-color: #1a1a2e !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}

/* ===== 4. PRODUCT CARDS — HOVER SHIMMER ===== */
/* Removed image::after shimmer as it caused issues in some browsers */

/* Price tag styling */
.price-current {
    background: linear-gradient(135deg, #ff6b00, #ff9a44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 20px !important;
    font-weight: 900 !important;
}

/* ===== 5. CARD HOVER — CLEAN ORANGE ACCENT ===== */
/* Removed the animated gradient border — caused performance issues */

/* ===== 5. CATEGORY CARDS — VIBRANT ICONS ===== */
.category-card:nth-child(1) .icon { background: linear-gradient(135deg, #ff6b00, #ff9a44); }
.category-card:nth-child(2) .icon { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.category-card:nth-child(3) .icon { background: linear-gradient(135deg, #10b981, #059669); }
.category-card:nth-child(4) .icon { background: linear-gradient(135deg, #f59e0b, #d97706); }
.category-card:nth-child(5) .icon { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.category-card:nth-child(6) .icon { background: linear-gradient(135deg, #ec4899, #be185d); }

.category-card:nth-child(1):hover { box-shadow: 0 16px 40px rgba(255,107,0,0.15) !important; }
.category-card:nth-child(2):hover { box-shadow: 0 16px 40px rgba(99,102,241,0.15) !important; }
.category-card:nth-child(3):hover { box-shadow: 0 16px 40px rgba(16,185,129,0.15) !important; }
.category-card:nth-child(4):hover { box-shadow: 0 16px 40px rgba(245,158,11,0.15) !important; }
.category-card:nth-child(5):hover { box-shadow: 0 16px 40px rgba(59,130,246,0.15) !important; }
.category-card:nth-child(6):hover { box-shadow: 0 16px 40px rgba(236,72,153,0.15) !important; }

/* ===== 6. FEATURES — COLORED ICON VARIANTS ===== */
.feature-card:nth-child(1) .feature-icon { background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important; box-shadow: 0 8px 24px rgba(59,130,246,0.3) !important; }
.feature-card:nth-child(2) .feature-icon { background: linear-gradient(135deg, #10b981, #059669) !important; box-shadow: 0 8px 24px rgba(16,185,129,0.3) !important; }
.feature-card:nth-child(3) .feature-icon { background: linear-gradient(135deg, #f59e0b, #d97706) !important; box-shadow: 0 8px 24px rgba(245,158,11,0.3) !important; }
.feature-card:nth-child(4) .feature-icon { background: linear-gradient(135deg, #ec4899, #be185d) !important; box-shadow: 0 8px 24px rgba(236,72,153,0.3) !important; }

.feature-card:nth-child(1)::after { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.feature-card:nth-child(2)::after { background: linear-gradient(135deg, #10b981, #059669); }
.feature-card:nth-child(3)::after { background: linear-gradient(135deg, #f59e0b, #d97706); }
.feature-card:nth-child(4)::after { background: linear-gradient(135deg, #ec4899, #be185d); }

/* ===== 7. STYLED SECTION BADGES ===== */
.section-badge {
    position: relative;
    overflow: hidden;
}

.section-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    transform: translateX(-100%);
    animation: badgeShimmer 3s ease infinite;
}

@keyframes badgeShimmer {
    0% { transform: translateX(-100%); }
    60%, 100% { transform: translateX(200%); }
}

/* ===== 8. BADGE GLOW EFFECTS ===== */
/* Badge styles handled in premium-ui.css */

/* ===== 9. CTA SECTION ENHANCEMENTS ===== */
section[style*="linear-gradient(135deg, var(--secondary)"],
section[style*="linear-gradient(135deg, var(--secondary)"] {
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 60%, #1a1a2e 100%) !important;
    padding: 80px 0 !important;
    position: relative;
    overflow: hidden;
}

section[style*="linear-gradient(135deg, var(--secondary)"]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,107,0,0.15) 0%, transparent 60%);
    border-radius: 50%;
    animation: ctaOrb 8s ease-in-out infinite alternate;
}

@keyframes ctaOrb {
    0% { transform: translate(0,0); }
    100% { transform: translate(200px, 100px); }
}

section[style*="linear-gradient(135deg, var(--secondary)"] h2 {
    font-size: 44px !important;
    font-weight: 900 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    text-shadow: 0 2px 20px rgba(255,107,0,0.3);
}

section[style*="linear-gradient(135deg, var(--secondary)"] p {
    color: rgba(255,255,255,0.85) !important;
    font-size: 16px !important;
}

/* ===== 10. BACK-TO-TOP BUTTON ===== */
.back-to-top, #backToTop, .scroll-to-top {
    background: linear-gradient(135deg, #ff6b00, #e05500) !important;
    box-shadow: 0 4px 16px rgba(255,107,0,0.4) !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 90px !important; /* Above mobile nav */
    right: 16px !important;
}

/* ===== 11. SMOOTH PAGE-WIDE SCROLLING ===== */
html {
    scroll-behavior: smooth;
}

/* ===== 12. STAR RATING GLOW ===== */
.product-rating i.fas.fa-star,
.product-rating i.fas.fa-star-half-alt {
    color: #f59e0b;
    filter: drop-shadow(0 0 3px rgba(245,158,11,0.5));
}

/* ===== 13. WISHLIST BTN PULSE (on active) ===== */
.wishlist-btn.active {
    animation: heartBeat 1.2s ease-in-out;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    30% { transform: scale(1.3); }
    60% { transform: scale(0.9); }
    100% { transform: scale(1); }
}

/* ===== 14. ADD TO CART — RIPPLE EFFECT ===== */
.add-to-cart, .btn-primary {
    position: relative;
    overflow: hidden;
}

.add-to-cart::after, .btn-primary::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: scale(0) translate(-50%, -50%);
    transform-origin: 0 0;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
    pointer-events: none;
}

.add-to-cart:active::after, .btn-primary:active::after {
    transform: scale(30) translate(-50%, -50%);
    opacity: 0;
    transition: 0s;
}

/* ===== 15. SHOP SIDEBAR — MODERN FILTER PILLS ===== */
.shop-sidebar input[type="checkbox"] {
    accent-color: #ff6b00;
    width: 16px;
    height: 16px;
}

/* ===== 16. MOBILE BOTTOM NAV — COMPACT & SUBTLE ===== */
.app-bottom-nav {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 -8px 32px rgba(0,0,0,0.1) !important;
}

.app-nav-item {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.app-nav-item i {
    font-size: 18px !important;
}

.app-nav-item span {
    font-size: 9.5px !important;
}

.app-nav-item.active {
    color: #ff6b00 !important;
    transform: scale(1.08);
}

.app-nav-item.active i {
    filter: drop-shadow(0 0 5px rgba(255,107,0,0.35));
}

/* ===== 17. HEADER SEARCH FOCUS EFFECT ===== */
.header-main .search-form {
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.header-main .search-form:focus-within {
    box-shadow: 0 0 0 3px rgba(255,107,0,0.2), 0 4px 12px rgba(0,0,0,0.08);
}

/* ===== 18. PRODUCT CARD V2 — MODERN REDESIGN ===== */
.product-card-v2 {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    position: relative;
    border: 1px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    min-height: 440px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    margin-bottom: 20px;
}

.product-card-v2:hover {
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    border-color: rgba(255,107,0,0.1);
    transform: translateY(-8px);
}

/* Badge V2 */
.badge-v2 {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff6b00; /* Primary brand color */
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 6px;
    z-index: 5;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(255,107,0,0.25);
}

/* Image Container V2 */
.image-container-v2 {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 12px;
    background: #fbfbfc;
    overflow: hidden;
}

.image-container-v2 img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-card-v2:hover .image-container-v2 img {
    transform: scale(1.1);
}

/* Content V2 */
.content-v2 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.title-v2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a1a2e;
    margin-bottom: 12px;
    height: 42px; /* Fixed height for 2 lines */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

/* ===== 19. PREMIUM HEADER CART MENU V2 — REFINED COMPACT ===== */
.cart-action-v2 {
    margin-left: 16px;
}

.cart-action-v2 a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cart-icon-wrapper-v2 {
    position: relative;
    width: 30px;
    height: 30px;
    background: #fbfbfc;
    color: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s;
}

.cart-action-v2 a:hover {
    transform: scale(1.1);
}

.cart-action-v2 a:hover .cart-icon-wrapper-v2 {
    color: #ff6b00;
    filter: drop-shadow(0 0 6px rgba(255, 107, 0, 0.35));
}

.cart-action-v2 .badge-v2 {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-size: 8.5px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff6b00 !important;
    color: #fff;
    border: 2px solid #fff;
    left: auto !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cart-action-v2 a:hover .badge-v2 {
    transform: scale(1.1);
}

.cart-label-v2 {
    display: flex;
    flex-direction: column;
}

.label-text-v2 {
    font-size: 11px;
    font-weight: 700;
    color: #4b5563;
    letter-spacing: 0.2px;
}

.cart-action-v2 a:hover .label-text-v2 {
    color: #ff6b00;
}

/* Responsive adjustment */
@media (max-width: 991px) {
    .cart-label-v2 {
        display: none;
    }
    .cart-action-v2 a {
        padding: 4px;
        background: transparent;
        border: none;
    }
}

/* ===== 20. AUTH TOGGLE PILL V2 ===== */
.auth-toggle-v2 {
    display: flex;
    background: #f1f5f9;
    padding: 6px;
    border-radius: 50px;
    margin-bottom: 35px;
    border: 1px solid rgba(0,0,0,0.05);
}

.toggle-btn-v2 {
    flex: 1;
    border: none;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    color: #64748b;
}

.toggle-btn-v2.active {
    background: #1a1a2e;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.toggle-btn-v2:not(.active):hover {
    color: #1a1a2e;
    background: rgba(0,0,0,0.03);
}

/* ===== 21. MOBILE BOTTOM NAV — PREMIUM CART BADGE ===== */
.cart-action-mobile-v2 .icon-wrapper {
    position: relative;
    display: inline-flex;
}

.cart-action-mobile-v2 .badge-v2 {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-size: 8px;
    font-weight: 900;
    border-radius: 50%;
    background: #ff6b00 !important;
    color: #fff;
    border: 1.5px solid #fff;
    left: auto !important;
    box-shadow: 0 2px 6px rgba(255,107,0,0.4);
}

.cart-action-mobile-v2.active .icon-wrapper {
    color: #ff6b00;
}

.title-v2 a {
    color: inherit;
    text-decoration: none;
}

.title-v2 a:hover {
    color: #ff6b00;
}

/* Variant Selector V2 */
.variant-wrapper-v2 {
    margin-bottom: 15px;
}

.variant-select-v2 {
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
    font-size: 13px;
    color: #4b5563;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
}

.variant-select-v2:focus {
    border-color: #ff6b00;
}

/* Price V2 */
.price-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.price-v2 .current {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a2e;
}

.price-v2 .old {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}

/* Add Button V2 */
.add-btn-v2 {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ff6b00;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(255,107,0,0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10;
}

.add-btn-v2:hover {
    transform: translateX(-50%) scale(1.15) rotate(90deg);
    background: #e05500;
    box-shadow: 0 6px 20px rgba(224,85,0,0.5);
}

.add-btn-v2:active {
    transform: translateX(-50%) scale(0.95);
}

/* Responsive Overrides */
@media (max-width: 576px) {
    .product-card-v2 {
        min-height: 400px;
        padding: 12px;
    }
    
    .title-v2 {
        font-size: 14px;
    }
    
    .price-v2 .current {
        font-size: 18px;
    }
}

/* ================================================================
   ===== 22. COMPREHENSIVE MOBILE RESPONSIVE OVERRIDES =====
   Covers: Banner, Hero, Cards, Grids, Spacing, Typography
   ================================================================ */

/* --- Small mobile: ≤ 480px --- */
@media (max-width: 480px) {

    /* === PAGE BANNER === */
    .page-banner {
        padding: 20px 15px !important;
        min-height: 110px !important;
        margin-bottom: 16px !important;
        text-align: center !important;
    }

    .page-banner h1 {
        font-size: 18px !important;
        font-weight: 800 !important;
        letter-spacing: 0.5px !important;
        margin-bottom: 4px !important;
        line-height: 1.2 !important;
    }

    .page-banner p {
        font-size: 12px !important;
        max-width: 90% !important;
        margin: 0 auto !important;
        opacity: 0.9 !important;
        line-height: 1.5 !important;
    }

    /* === HERO SECTION === */
    .hero {
        padding: 30px 15px !important;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 24px !important;
        line-height: 1.2 !important;
        margin-bottom: 12px !important;
    }

    .hero-content p {
        font-size: 13px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    .hero-buttons {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100%;
    }

    .hero-buttons .btn {
        width: 100% !important;
        text-align: center;
        padding: 13px !important;
        font-size: 14px !important;
    }

    .hero-stats {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 16px !important;
        margin-top: 24px !important;
    }

    .hero-stat .number {
        font-size: 20px !important;
    }

    .hero-stat .label {
        font-size: 11px !important;
    }

    /* === SECTION SPACING & HEADINGS === */
    .section {
        padding: 28px 0 !important;
    }

    .section-header {
        margin-bottom: 20px !important;
    }

    .section-header h2 {
        font-size: 20px !important;
        line-height: 1.25 !important;
    }

    .section-header p {
        font-size: 13px !important;
    }

    /* === PRODUCTS GRID (Home & Shop) === */
    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    /* V2 Product Cards */
    .product-card-v2 {
        min-height: 340px !important;
        padding: 10px !important;
        border-radius: 14px !important;
    }

    .image-container-v2 {
        height: 150px !important;
    }

    .title-v2 {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .price-v2 .current {
        font-size: 15px !important;
    }

    .price-v2 .old {
        font-size: 11px !important;
    }

    .add-btn-v2 {
        width: 42px !important;
        height: 42px !important;
        font-size: 15px !important;
    }

    .badge-v2 {
        font-size: 9px !important;
        padding: 4px 8px !important;
    }

    /* === CATEGORY CARDS === */
    .categories-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .category-card {
        padding: 14px 8px !important;
    }

    .category-card .icon {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }

    .category-card h3,
    .category-card .category-name {
        font-size: 12px !important;
    }

    /* === FEATURES STRIP === */
    .features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .feature-card {
        padding: 16px 10px !important;
    }

    .feature-card .feature-title {
        font-size: 13px !important;
    }

    .feature-card .feature-desc {
        font-size: 11px !important;
    }

    /* === SHOP TOOLBAR === */
    .shop-toolbar-new {
        flex-wrap: wrap !important;
        gap: 10px !important;
        padding: 12px 16px !important;
    }

    .results-info {
        font-size: 13px !important;
    }

    .sort-wrapper {
        width: 100% !important;
    }

    .sort-select {
        width: 100% !important;
        font-size: 13px !important;
    }

    /* === BREADCRUMBS === */
    .breadcrumb-wrapper,
    .breadcrumbs-container {
        padding: 6px 12px !important;
        font-size: 11px !important;
        margin-bottom: 12px !important;
    }

    /* === AUTH PAGE === */
    .auth-page {
        padding: 20px 0 !important;
    }

    .auth-container {
        padding: 24px 18px !important;
        margin: 0 12px !important;
        border-radius: 16px !important;
    }

    .auth-container h1 {
        font-size: 22px !important;
    }

    .auth-container p {
        font-size: 13px !important;
    }

    .auth-toggle-v2 {
        margin-bottom: 24px !important;
    }

    .toggle-btn-v2 {
        padding: 10px 14px !important;
        font-size: 13px !important;
    }

    /* === PROMO BAR === */
    .promo-bar {
        font-size: 11px !important;
        padding: 8px 12px !important;
        letter-spacing: 0 !important;
    }

    /* === FOOTER === */
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        text-align: center !important;
    }

    .footer-social {
        justify-content: center !important;
    }

    .footer-bottom-inner {
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
        font-size: 12px !important;
    }

    /* === BOTTOM NAV === */
    .app-bottom-nav {
        height: 60px !important;
    }

    .app-nav-item i {
        font-size: 18px !important;
    }

    .app-nav-item span {
        font-size: 10px !important;
    }

    /* === GENERAL CART ON MOBILE === */
    .cart-icon-wrapper-v2 {
        width: 28px !important;
        height: 28px !important;
        font-size: 13px !important;
    }
}

/* --- Tablet: 481px – 768px --- */
@media (min-width: 481px) and (max-width: 768px) {

    .page-banner {
        padding: 30px 20px !important;
        min-height: 140px !important;
    }

    .page-banner h1 {
        font-size: 22px !important;
        margin-bottom: 6px !important;
    }

    .page-banner p {
        font-size: 13px !important;
    }

    .hero-content h1 {
        font-size: 28px !important;
    }

    .hero-content p {
        font-size: 14px !important;
    }

    .section-header h2 {
        font-size: 22px !important;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }

    .categories-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
/* ===== 23. HOVER GLOW EFFECTS (ACCOUNT & WISHLIST) — COMPACT ===== */
.header-action a i {
    font-size: 18px;
}

.header-action a {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-action a:hover {
    transform: scale(1.1);
}

.header-action a:hover i {
    filter: drop-shadow(0 0 6px currentColor);
}

/* Specific colors for hover glow */
.header-action a[href*="wishlist"]:hover i { color: #e11d48; }
.header-action a[href*="account"]:hover i { color: #3b82f6; }
.header-action a[href*="cart"]:hover i { color: #ff6b00; }
