/* ==========================================================================
   ADIBA COMPUTERS & TECHNOLOGY - STOREFRONT DESIGN SYSTEM
   Modern, High-Tech E-Commerce & IT Solutions Styling
   ========================================================================== */

:root {
    --primary: #0f62fe;
    --primary-hover: #0043ce;
    --primary-light: #edf5ff;
    --primary-glow: rgba(15, 98, 254, 0.35);

    --accent: #f97316;
    --accent-hover: #ea580c;
    --accent-light: #fff7ed;

    --dark-bg: #091224;
    --dark-card: #0d1b33;
    --dark-surface: #132445;
    --dark-border: rgba(255, 255, 255, 0.1);

    --text-main: #0f172a;
    --text-muted: #64748b;
    --text-light: #94a3b8;
    --text-white: #ffffff;

    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --border-color: #e2e8f0;

    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --radius-full: 9999px;

    --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.05);
    --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 16px 36px rgba(15, 23, 42, 0.12);
    --shadow-glow: 0 10px 30px rgba(15, 98, 254, 0.25);

    --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html, body {
    overflow-x: clip;
    max-width: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--text-main);
    background-color: var(--bg-light);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button, input {
    font-family: inherit;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   TOP UTILITY BAR
   ========================================================================== */
.topbar {
    background-color: #070e1b;
    color: #cbd5e1;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6px 0;
}

.topbar-nav-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.topbar-nav-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #cbd5e1;
    font-size: 12.5px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    position: relative;
}

.topbar-nav-item:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.topbar-nav-item svg {
    color: #94a3b8;
    transition: color 0.2s ease;
}

.topbar-nav-item:hover svg {
    color: #ffffff;
}

/* 1. PC Builder Button in Topbar */
.topbar-btn-pc {
    background: rgba(15, 98, 254, 0.18);
    border: 1px solid rgba(15, 98, 254, 0.45);
    color: #93c5fd;
    font-weight: 600;
    border-radius: 20px;
    padding: 4px 14px;
}

.topbar-btn-pc svg {
    color: #60a5fa;
}

.topbar-btn-pc:hover {
    background: #0f62fe;
    border-color: #0f62fe;
    color: #ffffff;
    box-shadow: 0 0 14px rgba(15, 98, 254, 0.45);
    transform: translateY(-1px);
}

.topbar-btn-pc:hover svg {
    color: #ffffff;
}

/* 2 & 3. Deal Highlighter Badges */
.topbar-deal-today,
.topbar-deal-friday {
    font-weight: 700;
    border-radius: 20px;
    padding: 4px 14px;
    position: relative;
    overflow: hidden;
}

.deal-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Today's Deal: Glowing Amber / Gold Highlighter */
.topbar-deal-today {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(217, 119, 6, 0.3) 100%);
    border: 1px solid rgba(245, 158, 11, 0.55);
    color: #fde68a;
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.2);
}

.topbar-deal-today svg {
    color: #fbbf24;
}

.topbar-deal-today:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    border-color: #f59e0b;
    color: #ffffff;
    box-shadow: 0 0 16px rgba(245, 158, 11, 0.5);
    transform: translateY(-1px);
}

.topbar-deal-today:hover svg {
    color: #ffffff;
}

/* Friday Deal: Glowing Ruby / Coral Highlighter */
.topbar-deal-friday {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(225, 29, 72, 0.3) 100%);
    border: 1px solid rgba(239, 68, 68, 0.55);
    color: #fecdd3;
    box-shadow: 0 0 8px rgba(239, 68, 68, 0.2);
}

.topbar-deal-friday svg {
    color: #f87171;
}

.topbar-deal-friday:hover {
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
    border-color: #ef4444;
    color: #ffffff;
    box-shadow: 0 0 16px rgba(239, 68, 68, 0.5);
    transform: translateY(-1px);
}

.topbar-deal-friday:hover svg {
    color: #ffffff;
}

/* Wishlist & Compare Badges in Topbar */
.topbar-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-left: 2px;
}

#headerWishlistBadge.topbar-badge {
    background: #e11d48;
    box-shadow: 0 0 6px rgba(225, 29, 72, 0.5);
}

#headerCompareBadge.topbar-badge {
    background: #0f62fe;
    box-shadow: 0 0 6px rgba(15, 98, 254, 0.5);
}

/* ==========================================================================
   MAIN BRAND HEADER
   ========================================================================== */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 28px;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-symbol {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f62fe 0%, #0043ce 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(15, 98, 254, 0.3);
}

.brand-symbol svg {
    width: 26px;
    height: 26px;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 20px;
    font-weight: 800;
    color: #0b1727;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.brand-sub {
    font-size: 11px;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.brand-tagline {
    font-size: 10px;
    color: var(--text-muted);
}

/* SEARCH BAR */
.header-search {
    flex: 1;
    max-width: 720px;
    position: relative;
}

.search-box {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    border-radius: var(--radius-full);
    overflow: hidden;
    transition: var(--transition);
}

.search-box:focus-within {
    border-color: var(--primary);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(15, 98, 254, 0.12);
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 20px;
    font-size: 14px;
    color: var(--text-main);
    outline: none;
}

.search-button {
    background: var(--primary);
    color: #ffffff;
    border: none;
    padding: 11px 22px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.search-button:hover {
    background: var(--primary-hover);
}

/* USER & CART ACTIONS */
.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.action-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.action-icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    position: relative;
    transition: var(--transition);
}

.action-item:hover .action-icon-wrap {
    background: var(--primary-light);
    transform: scale(1.05);
}

.action-icon-wrap svg {
    width: 20px;
    height: 20px;
}

.action-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #ef4444;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}

.action-text {
    display: flex;
    flex-direction: column;
}

.action-title {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
}

.action-value {
    font-size: 13px;
    font-weight: 700;
    color: #0b1727;
}

/* ==========================================================================
   NAVIGATION BAR
   ========================================================================== */
.site-nav {
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    position: relative;
    z-index: 80;
    overflow: visible !important;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible !important;
}

.categories-btn-wrap {
    position: relative;
    z-index: 95;
}

.categories-btn {
    background: var(--primary);
    color: #ffffff;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 700;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    cursor: pointer;
    transition: var(--transition);
}

.categories-btn:hover {
    background: var(--primary-hover);
}

.categories-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.15);
    border: 1px solid #e2e8f0;
    border-radius: 0 0 12px 12px;
    padding: 6px 0;
    display: none;
    z-index: 1000;
}

.categories-btn-wrap:hover .categories-dropdown {
    display: block;
}

/* Category Menu Items & Flyout Sub-menu */
.cat-menu-item {
    position: relative;
}

.cat-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    font-size: 13.5px;
    color: #1e293b;
    font-weight: 600;
    transition: all 0.18s ease;
    cursor: pointer;
}

.cat-menu-link:hover,
.cat-menu-item:hover > .cat-menu-link {
    background: #edf5ff;
    color: var(--primary);
    padding-left: 22px;
}

.cat-menu-arrow {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 700;
    transition: transform 0.2s ease, color 0.2s ease;
}

.cat-menu-item:hover > .cat-menu-link .cat-menu-arrow {
    color: var(--primary);
    transform: translateX(3px);
}

/* Sub-Menu Cascading Flyout to the Right */
.cat-flyout-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 230px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
    border: 1px solid #e2e8f0;
    border-radius: 0 10px 10px 10px;
    padding: 6px 0;
    display: none;
    z-index: 1050;
    animation: flyoutSlideIn 0.16s ease-out;
}

@keyframes flyoutSlideIn {
    from {
        opacity: 0;
        transform: translateX(-6px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cat-menu-item:hover > .cat-flyout-menu {
    display: block;
}

.cat-flyout-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    font-size: 13px;
    color: #334155;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.18s ease;
}

.cat-flyout-link:hover {
    background: #edf5ff;
    color: var(--primary);
    padding-left: 22px;
}

/* Header Nav Links & Downward Dropdown */
.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 4px;
    overflow: visible !important;
}

.nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    padding: 13px 2px;
    position: relative;
    transition: var(--transition);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.nav-item-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: visible !important;
}

.nav-item-dropdown:nth-last-child(-n+5) .nav-dropdown-menu {
    left: auto;
    right: 0;
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.15);
    border: 1px solid #e2e8f0;
    border-radius: 0 0 10px 10px;
    padding: 6px 0;
    display: none;
    z-index: 1000;
    animation: navDropFade 0.16s ease-out;
}

@keyframes navDropFade {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-item-dropdown:hover .nav-dropdown-menu {
    display: block;
}

.nav-dropdown-menu a {
    display: block;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    white-space: nowrap;
    transition: all 0.18s ease;
}

.nav-dropdown-menu a:hover {
    background: #edf5ff;
    color: var(--primary);
    padding-left: 22px;
}

.nav-link:hover, .nav-link.active {
    color: var(--primary);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary);
    border-radius: 3px 3px 0 0;
}

.nav-right-badge {
    font-size: 13px;
    font-weight: 700;
    color: #0f62fe;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    padding: 6px 14px;
    border-radius: var(--radius-full);
}

/* ==========================================================================
   HERO BANNER SECTION
   ========================================================================== */
.hero-section {
    background: linear-gradient(135deg, #091224 0%, #0d2244 50%, #082d5a 100%);
    color: #ffffff;
    padding: 56px 0 0 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(15, 98, 254, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 6px 16px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 700;
    color: #38bdf8;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 10px #38bdf8;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.hero-title .text-gradient {
    background: linear-gradient(90deg, #38bdf8 0%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 16px;
    color: #94a3b8;
    max-width: 540px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary-orange {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 24px rgba(234, 88, 12, 0.35);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

.btn-primary-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(234, 88, 12, 0.45);
}

.btn-glass {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: var(--transition);
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #38bdf8;
    transform: translateY(-2px);
}

/* HERO ARTWORK */
.hero-art-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-device-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-xl);
    padding: 24px;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 100%;
}

.hero-showcase-img {
    border-radius: var(--radius-md);
    width: 100%;
    height: 310px;
    object-fit: cover;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.hero-floating-tag {
    position: absolute;
    bottom: -15px;
    right: 20px;
    background: linear-gradient(135deg, #0f62fe 0%, #0043ce 100%);
    padding: 10px 20px;
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 98, 254, 0.4);
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-floating-left {
    position: absolute;
    top: 20px;
    left: -20px;
    background: rgba(13, 27, 51, 0.85);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 10px 18px;
    border-radius: var(--radius-md);
    backdrop-filter: blur(10px);
}

.hero-floating-left small {
    display: block;
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
}

.hero-floating-left b {
    font-size: 13px;
    color: #38bdf8;
}

/* HERO TRUST BAR */
.hero-trust-bar {
    margin-top: 48px;
    background: rgba(7, 14, 27, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
}

.hero-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trust-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(56, 189, 248, 0.1);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-icon svg {
    width: 22px;
    height: 22px;
}

.trust-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}

.trust-text p {
    font-size: 12px;
    color: #94a3b8;
}

/* ==========================================================================
   SECTION COMMON STYLES
   ========================================================================== */
.section {
    padding: 54px 0;
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
}

.section-title {
    font-size: 26px;
    font-weight: 800;
    color: #0b1727;
    letter-spacing: -0.5px;
}

.section-subtitle {
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 4px;
}

.view-all-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.view-all-link:hover {
    color: var(--primary-hover);
    transform: translateX(3px);
}

/* ==========================================================================
   SHOP BY CATEGORY SECTION
   ========================================================================== */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
    gap: 16px;
}

.category-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 18px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: var(--transition);
    text-decoration: none;
}

.category-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 98, 254, 0.14);
}

.category-icon-box {
    width: 76px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: transparent;
}

.category-icon-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.category-card:hover .category-icon-box img {
    transform: scale(1.15);
}

.category-icon-box svg {
    width: 32px;
    height: 32px;
    color: var(--primary);
}

.category-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* ==========================================================================
   FEATURED PRODUCTS SECTION
   ========================================================================== */
.filter-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-bottom: 26px;
}

.filter-tab {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #475569;
    padding: 8px 18px;
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: var(--transition);
}

.filter-tab:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.filter-tab.active {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 98, 254, 0.25);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    width: 100%;
    min-width: 0;
}

.product-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: #cbd5e1;
}

.product-badge-wrap {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
}

.product-badge {
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-badge.new {
    background: #10b981;
    color: #ffffff;
}

.product-badge.hot {
    background: #ef4444;
    color: #ffffff;
}

.product-image-box {
    aspect-ratio: 4/3;
    background: #f8fafc;
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card:hover .product-image-box img {
    transform: scale(1.05);
}

.product-category-tag {
    font-size: 12px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 4px;
}

.product-title {
    font-size: 15px;
    font-weight: 700;
    color: #0b1727;
    margin-bottom: 10px;
    line-height: 1.4;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}

.stars {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 2px;
}

.rating-count {
    font-size: 12px;
    color: var(--text-muted);
}

.product-bottom-row {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.product-price-box {
    display: flex;
    flex-direction: column;
}

.product-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary);
}

.product-regular-price {
    font-size: 12px;
    color: var(--text-muted);
    text-decoration: line-through;
}

.add-cart-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--primary);
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(15, 98, 254, 0.25);
    transition: var(--transition);
}

.add-cart-btn:hover {
    background: var(--primary-hover);
    transform: scale(1.08);
}

.add-cart-btn svg {
    width: 18px;
    height: 18px;
}

/* ==========================================================================
   OUR SERVICES SECTION
   ========================================================================== */
.services-section {
    background: #ffffff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.service-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 16px 14px;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: 0 8px 22px rgba(2, 132, 199, 0.12);
    background: #ffffff;
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.service-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #e0f2fe;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon-wrap svg {
    width: 20px;
    height: 20px;
}

.service-art-img {
    height: 48px;
    max-width: 65px;
    object-fit: contain;
}

.service-title {
    font-size: 13px;
    font-weight: 800;
    color: #0b1727;
    margin-bottom: 2px;
    line-height: 1.3;
}

.service-sub {
    font-size: 11px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 4px;
}

.service-desc {
    font-size: 11px;
    color: #64748b;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ==========================================================================
   3 FEATURE PROMO BANNERS
   ========================================================================== */
.promo-banners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.promo-banner {
    border-radius: var(--radius-lg);
    padding: 24px 22px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 195px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.promo-banner:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.promo-banner-art {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 12px;
}

.promo-banner-art img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;
}

.promo-banner:hover .promo-banner-art img {
    transform: scale(1.08) translateY(-4px);
}

.promo-banner.p-blue {
    background: linear-gradient(135deg, #091224 0%, #1e3a8a 100%);
}

.promo-banner.p-teal {
    background: linear-gradient(135deg, #064e3b 0%, #0f766e 100%);
}

.promo-banner.p-purple {
    background: linear-gradient(135deg, #3b0764 0%, #6b21a8 100%);
}

.promo-badge {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #38bdf8;
    margin-bottom: 6px;
}

.promo-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
}

.promo-checklist {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #e2e8f0;
    margin-bottom: 18px;
}

.promo-btn {
    align-self: flex-start;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: var(--radius-full);
    background: #ffffff;
    color: #0b1727;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.promo-btn:hover {
    background: #38bdf8;
    color: #ffffff;
}

/* ==========================================================================
   STATS COUNTER BAR
   ========================================================================== */
.stats-section {
    background: #ffffff;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 32px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #0b1727;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.stat-label {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 4px;
}

/* ==========================================================================
   TESTIMONIALS SECTION
   ========================================================================== */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-stars {
    color: #f59e0b;
    margin-bottom: 12px;
    font-size: 14px;
}

.testimonial-quote {
    font-size: 14px;
    color: #334155;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 700;
    color: #0b1727;
}

.testimonial-role {
    font-size: 12px;
    color: var(--text-muted);
}

/* ==========================================================================
   TOP BRANDS WE CARRY
   ========================================================================== */
.brands-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 22px 30px;
}

.brand-pill {
    font-size: 16px;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    transition: var(--transition);
}

.brand-pill:hover {
    color: var(--primary);
    transform: scale(1.08);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
    background: #081220;
    color: #cbd5e1;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.3fr 1.2fr;
    gap: 36px;
    margin-bottom: 48px;
}

.footer-brand p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 16px 0 20px 0;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.footer-socials a:hover {
    background: var(--primary);
    transform: translateY(-2px);
}

.footer-heading {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-size: 13px;
    color: #94a3b8;
    transition: var(--transition);
}

.footer-links a:hover {
    color: #38bdf8;
    padding-left: 4px;
}

.footer-location p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 14px;
}

.btn-directions {
    background: rgba(56, 189, 248, 0.12);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.3);
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.btn-directions:hover {
    background: #38bdf8;
    color: #0b1727;
}

.newsletter-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.newsletter-box input {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-md);
    padding: 10px 14px;
    font-size: 13px;
    color: #ffffff;
    outline: none;
}

.newsletter-box input:focus {
    border-color: #38bdf8;
}

.newsletter-box button {
    background: var(--primary);
    color: #ffffff;
    border: none;
    padding: 10px 14px;
    border-radius: var(--radius-md);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.newsletter-box button:hover {
    background: var(--primary-hover);
}

.footer-bottom {
    background: #040810;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 18px 0;
    font-size: 12px;
    color: #64748b;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom a {
    color: #38bdf8;
}

/* ==========================================================================
   TOAST NOTIFICATION
   ========================================================================== */
.toast-notice {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #0b1727;
    color: #ffffff;
    border-left: 4px solid var(--primary);
    padding: 14px 22px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.toast-notice.show {
    transform: translateY(0);
    opacity: 1;
}

/* ==========================================================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================================================== */
@media (max-width: 1280px) {
    .nav-links {
        gap: 2px;
    }
    .nav-link {
        font-size: 11.8px;
        padding: 12px 1px;
    }
}

@media (max-width: 1120px) and (min-width: 993px) {
    .nav-links {
        overflow-x: auto !important;
        justify-content: flex-start;
        gap: 14px;
    }
}

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

@media (max-width: 992px) {
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-buttons {
        justify-content: center;
    }
    .hero-subtitle {
        margin: 0 auto 32px auto;
    }
    .hero-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .products-grid, .promo-banners-grid, .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .categories-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .topbar-inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .header-main {
        flex-wrap: wrap;
    }
    .header-search {
        order: 3;
        width: 100%;
        max-width: 100%;
    }
    .nav-links {
        display: none;
    }
    .products-grid, .promo-banners-grid, .testimonials-grid {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .hero-title {
        font-size: 34px;
    }
}

/* ==========================================================================
   CART & CHECKOUT MODERN DESIGN SYSTEM (NATIONWIDE BD ECOSYSTEM)
   ========================================================================== */
.checkout-container {
    padding: 30px 0 60px 0;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 32px;
    align-items: flex-start;
}

.checkout-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    padding: 28px;
    margin-bottom: 24px;
    transition: var(--transition);
}

.checkout-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.step-bubble {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(2, 132, 199, 0.3);
}

.checkout-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.form-group-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 16px;
}

.form-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 8px;
}

.form-label span.req {
    color: #ef4444;
}

.form-control-modern {
    width: 100%;
    border: 1.5px solid #cbd5e1;
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    box-sizing: border-box;
}

.form-control-modern:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.12);
}

/* Delivery Area Selection Cards */
.delivery-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.delivery-card {
    border: 2px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 16px 18px;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.2s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.delivery-card:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.delivery-card.active {
    border-color: var(--primary);
    background: #f0f9ff;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.15);
}

.delivery-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.delivery-card-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
}

.delivery-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    background: #e0f2fe;
    color: var(--primary);
}

.delivery-card-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
    margin-bottom: 12px;
}

.delivery-card-price {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary);
}

/* Payment Method Cards */
.payment-card-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.payment-method-card {
    border: 2px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 18px;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.2s ease;
}

.payment-method-card:hover {
    border-color: #cbd5e1;
}

.payment-method-card.active {
    border-color: var(--primary);
    background: #f8fafc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.payment-method-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.payment-radio-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
}

.payment-method-card.active .payment-radio-circle {
    border-color: var(--primary);
}

.payment-method-card.active .payment-radio-circle::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}

.payment-info-box {
    margin-top: 16px;
    padding: 16px;
    background: #f1f5f9;
    border-radius: var(--radius-sm);
    border-left: 4px solid var(--primary);
    font-size: 13px;
    line-height: 1.5;
    color: #334155;
    display: none;
}

.payment-method-card.active .payment-info-box {
    display: block;
    animation: fadeIn 0.2s ease-in-out;
}

.copy-badge-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color: #0f172a;
    transition: var(--transition);
}

.copy-badge-btn:hover {
    background: #e2e8f0;
}

/* Order Summary Box */
.order-summary-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 26px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 90px;
}

.cart-item-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.cart-item-preview img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.price-summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    color: #475569;
}

.grand-total-box {
    border-top: 2px dashed #cbd5e1;
    padding-top: 18px;
    margin-top: 16px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-place-order {
    background: linear-gradient(135deg, #0f62fe 0%, #0043ce 100%);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-md);
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 24px rgba(15, 98, 254, 0.35);
    transition: var(--transition);
}

.btn-place-order:hover {
    background: linear-gradient(135deg, #1d6eff 0%, #0038b8 100%);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 98, 254, 0.45);
}

/* ==========================================================================
   Searchable Select Dropdown Component (District & Thana with Live Filter)
   ========================================================================== */
.searchable-select-container {
    position: relative;
    width: 100%;
}

.searchable-select-trigger {
    min-height: 46px;
    padding: 10px 14px;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: var(--radius-sm, 8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.searchable-select-trigger:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.searchable-select-container.is-open .searchable-select-trigger {
    border-color: #0f62fe;
    box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.15);
    background: #ffffff;
}

.searchable-select-trigger .trigger-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.searchable-select-trigger .trigger-icon {
    font-size: 15px;
    flex-shrink: 0;
}

.searchable-select-trigger .trigger-text {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchable-select-trigger .trigger-arrow {
    font-size: 11px;
    color: #64748b;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.searchable-select-container.is-open .trigger-arrow {
    transform: rotate(180deg);
    color: #0f62fe;
}

.searchable-dropdown-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    border-radius: 12px;
    border: 1.5px solid #cbd5e1;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18), 0 4px 12px rgba(15, 23, 42, 0.08);
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: searchDropdownFade 0.18s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes searchDropdownFade {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.searchable-select-container.is-open .searchable-dropdown-panel {
    display: flex;
}

.searchable-search-wrapper {
    padding: 10px 12px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.searchable-search-icon {
    font-size: 15px;
    color: #64748b;
    flex-shrink: 0;
}

.searchable-search-field {
    width: 100%;
    padding: 8px 30px 8px 10px;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    font-size: 13.5px;
    outline: none;
    background: #ffffff;
    color: #0f172a;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.searchable-search-field:focus {
    border-color: #0f62fe;
    box-shadow: 0 0 0 2px rgba(15, 98, 254, 0.15);
}

.searchable-clear-btn {
    position: absolute;
    right: 18px;
    background: #e2e8f0;
    border: none;
    font-size: 12px;
    color: #475569;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: background 0.15s, color 0.15s;
}

.searchable-clear-btn:hover {
    background: #cbd5e1;
    color: #0f172a;
}

.searchable-items-list {
    max-height: 250px;
    overflow-y: auto;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    overscroll-behavior: contain;
}

.searchable-items-list::-webkit-scrollbar {
    width: 6px;
}
.searchable-items-list::-webkit-scrollbar-track {
    background: #f1f5f9;
}
.searchable-items-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.searchable-items-list::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.searchable-item {
    padding: 10px 14px;
    font-size: 13.5px;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    transition: background 0.15s, color 0.15s;
    border-bottom: 1px solid #f8fafc;
}

.searchable-item:last-child {
    border-bottom: none;
}

.searchable-item:hover, .searchable-item.is-focused {
    background: #eff6ff;
    color: #0f62fe;
}

.searchable-item.is-selected {
    background: #e0edff;
    color: #0043ce;
    font-weight: 700;
}

.searchable-item .item-tag {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #f1f5f9;
    color: #475569;
    font-weight: 600;
    white-space: nowrap;
}

.searchable-item.is-selected .item-tag {
    background: #0f62fe;
    color: #ffffff;
}

.searchable-no-results {
    padding: 18px 14px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.searchable-custom-use-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 7px 14px;
    background: #0f62fe;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s;
}

.searchable-custom-use-btn:hover {
    background: #0043ce;
}

/* Quantity Counter Component */
.qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

.qty-stepper-btn {
    background: #f8fafc;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    transition: background 0.15s;
}

.qty-stepper-btn:hover {
    background: #e2e8f0;
}

.qty-stepper-input {
    width: 44px;
    height: 32px;
    border: none;
    border-left: 1px solid #cbd5e1;
    border-right: 1px solid #cbd5e1;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #0f172a;
    outline: none;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 992px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }
    .delivery-options-grid {
        grid-template-columns: 1fr;
    }
    .order-summary-card {
        position: static;
    }
}

/* ==========================================================================
   PC BUILDER BUTTON, LIVE AJAX SEARCH & HERO SLIDER
   ========================================================================== */
.btn-pc-builder {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0f62fe;
    color: #ffffff;
    padding: 9px 18px;
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(15, 98, 254, 0.28);
    transition: var(--transition);
    white-space: nowrap;
}

.btn-pc-builder:hover {
    transform: translateY(-2px);
    background: #0043ce;
    box-shadow: 0 6px 18px rgba(15, 98, 254, 0.4);
    color: #ffffff;
}

/* AJAX Search Dropdown */
.search-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    max-height: 420px;
    overflow-y: auto;
}

.search-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    transition: background 0.15s ease;
}

.search-dropdown-item:hover {
    background: #f8fafc;
}

.search-dropdown-thumb {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

/* Hero Slider Container */
.hero-slider-wrap {
    position: relative;
    overflow: hidden;
    background: #040d1a;
    border-radius: 0;
}

.homepage-hero-wrap {
    background: #f3f6fa;
    padding: 12px 0 0;
}
.homepage-promo-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr);
    gap: 10px;
    padding-bottom: 12px;
}
.homepage-main-slider,
.homepage-side-banners {
    min-width: 0;
    overflow: hidden;
    border-radius: 10px;
}
.homepage-main-slider { position: relative; }
.homepage-main-slide {
    display: block;
    position: relative;
    height: clamp(300px, 34vw, 510px);
    overflow: hidden;
    background: #e9eef2;
}
.homepage-main-slide > img,
.homepage-side-banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage-main-caption {
    position: absolute;
    inset: auto 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 56px 28px 24px;
    color: #fff;
    background: linear-gradient(transparent, rgba(4, 13, 26, .78));
}
.homepage-main-caption span { font-size: 13px; font-weight: 700; text-transform: uppercase; }
.homepage-main-caption strong { max-width: 80%; font-size: clamp(22px, 3vw, 38px); line-height: 1.12; }
.homepage-main-caption small { max-width: 75%; font-size: 14px; }
.homepage-side-banners { display: grid; grid-template-rows: 1fr 1fr; gap: 10px; }
.homepage-side-banner {
    display: block;
    position: relative;
    min-height: 145px;
    overflow: hidden;
    background: #e9eef2;
    color: #fff;
}
.homepage-side-banner span {
    position: absolute;
    inset: auto 0 0;
    padding: 30px 14px 12px;
    background: linear-gradient(transparent, rgba(4, 13, 26, .72));
    font-weight: 700;
}
.homepage-side-placeholder {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eaf1f7, #d8e4ed);
    color: #526579;
    text-align: center;
}
.homepage-side-placeholder span { position: static; background: none; }
.homepage-hero-wrap .slider-nav-btn { top: 50%; }
.homepage-hero-wrap .slider-dots { bottom: 12px; }

.hero-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.hero-slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition);
}

.slider-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #38bdf8;
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: var(--transition);
}

.slider-dot.active {
    width: 28px;
    border-radius: 9999px;
    background: #38bdf8;
    box-shadow: 0 0 10px #38bdf8;
}

/* ==========================================================================
   STAR TECH STYLE SHOP & SIDEBAR FILTERS SYSTEM
   ========================================================================== */
.shop-layout {
    display: grid;
    grid-template-columns: 275px 1fr;
    gap: 30px;
    align-items: start;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.shop-main-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.shop-sidebar {
    position: sticky;
    top: 90px;
    z-index: 20;
}

/* Star Tech Box Container (ws-box) */
.ws-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
    transition: var(--transition);
}

.ws-box:hover {
    border-color: #cbd5e1;
}

.ws-box .ws-label {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.ws-box .ws-label .toggle-icon {
    font-size: 12px;
    color: #94a3b8;
}

.ws-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 6px;
}

.ws-items::-webkit-scrollbar {
    width: 4px;
}

.ws-items::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

/* Checkbox and radio filter label */
.filter-checkbox-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13.5px;
    color: #334155;
    font-weight: 500;
    transition: all 0.15s ease;
}

.filter-checkbox-label:hover {
    background: #f1f5f9;
    color: var(--primary);
}

.filter-checkbox-label.active {
    background: #eff6ff;
    color: var(--primary);
    font-weight: 600;
}

.filter-check-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-check-wrap input[type="checkbox"],
.filter-check-wrap input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: var(--primary);
    cursor: pointer;
}

.filter-count-badge {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    background: #f8fafc;
    padding: 2px 8px;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
}

/* Search input inside Brand filter box */
.filter-search-box {
    margin-bottom: 10px;
    position: relative;
}

.filter-search-input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 6px 10px 6px 28px;
    font-size: 12.5px;
    color: #334155;
    outline: none;
    transition: var(--transition);
}

.filter-search-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(15, 98, 254, 0.15);
}

.filter-search-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #94a3b8;
}

/* Price Range Slider & Inputs */
.price-range-inputs {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.price-input-wrap {
    position: relative;
}

.price-input-wrap input {
    width: 100%;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    padding: 7px 8px 7px 22px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    outline: none;
}

.price-input-wrap input:focus {
    border-color: var(--primary);
}

.price-input-wrap span.currency {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
}

.price-range-slider-wrap {
    position: relative;
    height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.dual-slider {
    position: absolute;
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    background: transparent;
    pointer-events: none;
    z-index: 2;
}

.dual-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 2.5px solid var(--primary);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.1s ease;
}

.dual-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.dual-slider-track {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    border-radius: 4px;
    z-index: 1;
}

.dual-slider-progress {
    position: absolute;
    height: 6px;
    background: var(--primary);
    border-radius: 4px;
    z-index: 1;
}

.price-filter-btn {
    width: 100%;
    background: var(--primary);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.price-filter-btn:hover {
    background: var(--primary-hover);
}

/* Active Filters Pills / Chips */
.active-filter-chips {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    font-size: 12.5px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.15s ease;
}

.filter-chip:hover {
    background: #dbeafe;
}

.filter-chip-remove {
    font-size: 12px;
    font-weight: 800;
    color: #ef4444;
    margin-left: 2px;
}

.filter-chip-clear-all {
    font-size: 12.5px;
    font-weight: 700;
    color: #ef4444;
    background: #fef2f2;
    border: 1px solid #fecaca;
    padding: 4px 12px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s ease;
}

.filter-chip-clear-all:hover {
    background: #fee2e2;
}

/* Star Tech Child Category Quick Navigation Pills */
.child-category-pills {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.child-category-pill {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 7px 18px;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.child-category-pill:hover,
.child-category-pill.active {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(15, 98, 254, 0.25);
    transform: translateY(-2px);
}

/* Top Control Bar (Sort, Counter, Mobile Button) */
.shop-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 20px;
    margin-bottom: 20px;
    gap: 16px;
    flex-wrap: wrap;
}

.shop-sort-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-sort-label {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}

.shop-sort-select {
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    padding: 7px 14px;
    font-size: 13.5px;
    font-weight: 600;
    color: #0f172a;
    background: #ffffff;
    outline: none;
    cursor: pointer;
}

.shop-sort-select:focus {
    border-color: var(--primary);
}

.mobile-filter-btn {
    display: none;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
}

/* Mobile Filter Drawer */
.mobile-filter-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    z-index: 2000;
}

.mobile-filter-backdrop.show {
    display: block;
}

.mobile-filter-drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 340px;
    height: 100vh;
    background: #ffffff;
    z-index: 2001;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.mobile-filter-drawer.open {
    display: block;
    animation: drawerSlideIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes drawerSlideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1.5px solid #f1f5f9;
}

.drawer-header h3 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.drawer-close-btn {
    background: #f1f5f9;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
}

@media (max-width: 991px) {
    .shop-layout {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 14px;
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }
    .shop-sidebar.desktop-only {
        display: none !important;
    }
    .shop-main-content {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }
    .mobile-filter-btn {
        display: inline-flex;
    }
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 16px 0;
    }

    /* Star Tech Child Category Pills: Smooth Horizontal App-style Scroll */
    .child-category-pills {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 8px !important;
        padding-bottom: 6px !important;
        margin-bottom: 14px !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .child-category-pills::-webkit-scrollbar {
        display: none !important;
    }
    .child-category-pill {
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        padding: 6px 14px !important;
        font-size: 12.5px !important;
    }

    /* Shop Top Bar: Clean Responsive Controls without Overflow */
    .shop-top-bar {
        padding: 12px 14px;
        gap: 12px;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 14px;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .shop-top-bar-heading {
        min-width: 0;
    }
    .shop-top-bar-heading h1 {
        font-size: 17px !important;
        line-height: 1.3;
    }
    .shop-top-bar-heading span {
        font-size: 12px !important;
    }
    .shop-top-bar-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
        min-width: 0;
    }
    .mobile-filter-btn {
        flex: 1;
        justify-content: center;
        padding: 8px 10px;
        font-size: 13px;
        border-radius: 8px;
        white-space: nowrap;
        min-width: 0;
    }
    .shop-sort-wrap {
        flex: 1;
        min-width: 0;
    }
    .shop-sort-label {
        display: none !important;
    }
    .shop-sort-select {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 8px 8px;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Active Filter Chips */
    .active-filter-chips {
        gap: 6px;
        margin-bottom: 12px;
        flex-wrap: wrap;
    }
    .filter-chip {
        font-size: 11.5px;
        padding: 3px 8px;
        white-space: nowrap;
    }
    .filter-chip-clear-all {
        font-size: 11.5px;
        padding: 3px 8px;
        white-space: nowrap;
    }

    /* Products Grid: 2 Columns on Mobile with zero overflow */
    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    /* Compact Mobile Card */
    .product-card {
        padding: 10px;
        border-radius: 12px;
        min-width: 0;
        box-sizing: border-box;
    }
    .product-badge-wrap {
        top: 6px;
        left: 6px;
    }
    .product-badge {
        font-size: 9px;
        padding: 2px 5px;
    }
    .product-image-box {
        margin-bottom: 8px;
        border-radius: 8px;
        aspect-ratio: 1/1;
    }
    .product-category-tag {
        font-size: 11px;
    }
    .product-title {
        font-size: 12.5px;
        height: 34px;
        margin-bottom: 6px;
        line-height: 1.35;
        word-break: break-word;
    }
    .product-rating {
        gap: 3px;
        margin-bottom: 6px;
    }
    .stars {
        font-size: 11px;
        letter-spacing: 1px;
    }
    .rating-count {
        font-size: 10.5px;
    }
    .product-bottom-row {
        padding-top: 8px;
        gap: 6px;
    }
    .product-price {
        font-size: 14.5px;
    }
    .product-regular-price {
        font-size: 10.5px;
    }
    .add-cart-btn {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        flex-shrink: 0;
    }
    .add-cart-btn svg {
        width: 15px;
        height: 15px;
    }

    /* Custom Pagination Mobile */
    .custom-pagination-wrap {
        margin: 24px 0 16px 0;
        padding-top: 16px;
        width: 100%;
        box-sizing: border-box;
    }
    .custom-pagination .page-link {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
        font-size: 12px;
    }
    .pagination-info {
        font-size: 11px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    .products-grid {
        gap: 8px !important;
    }
    .product-card {
        padding: 8px;
    }
    .product-price {
        font-size: 13.5px;
    }
    .product-regular-price {
        font-size: 10px;
    }
    .add-cart-btn {
        width: 32px;
        height: 32px;
    }
}

/* ==========================================================================
   CUSTOM PAGINATION STYLING (E-COMMERCE STANDARD)
   ========================================================================== */
.custom-pagination-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 40px 0 20px 0;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.custom-pagination {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-pagination .page-item {
    display: inline-block;
}

.custom-pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    user-select: none;
}

.custom-pagination .page-link:hover {
    background: #eff6ff;
    color: var(--primary);
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(15, 98, 254, 0.15);
}

.custom-pagination .page-item.active .page-link {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(15, 98, 254, 0.3);
    cursor: default;
    transform: none;
}

.custom-pagination .page-item.disabled .page-link {
    background: #f8fafc;
    color: #94a3b8;
    border-color: #e2e8f0;
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.custom-pagination .page-link.dots {
    border: none;
    background: transparent;
    cursor: default;
    color: #94a3b8;
    letter-spacing: 2px;
}

.pagination-info {
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    text-align: center;
}

/* Hard protection against unstyled huge SVG arrows in any pagination */
.pagination svg,
nav[role="navigation"] svg,
.custom-pagination-wrap svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    display: inline-block !important;
}

/* ==========================================================================
   SINGLE PRODUCT DETAILS PAGE (PIXEL-PERFECT TECH STORE LAYOUT)
   ========================================================================== */
.pd-top-grid {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 36px;
    align-items: start;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .pd-top-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* 1. Left Gallery */
.pd-gallery-wrap {
    display: flex;
    gap: 14px;
}

.pd-thumbs-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 68px;
    flex-shrink: 0;
}

.pd-thumb-btn {
    width: 68px;
    height: 68px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 4px;
    background: #ffffff;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.pd-thumb-btn img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pd-thumb-btn:hover,
.pd-thumb-btn.active {
    border-color: var(--primary);
    box-shadow: 0 2px 8px rgba(15, 98, 254, 0.2);
}

.pd-main-img-box {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
    min-height: 380px;
}

.pd-main-img {
    max-width: 100%;
    max-height: 340px;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.pd-zoom-btn {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 6px 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.pd-zoom-btn:hover {
    background: #eff6ff;
    color: var(--primary);
    border-color: #bfdbfe;
}

.pd-gallery-bottom {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #64748b;
}

.pd-quick-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #475569;
    transition: color 0.2s;
    text-decoration: none;
}

.pd-quick-action:hover {
    color: var(--primary);
}

.pd-share-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pd-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    transition: all 0.2s;
}

.pd-share-icon:hover {
    background: var(--primary);
    color: #ffffff;
}

/* 2. Middle Column: Product Details */
.pd-details-wrap {
    display: flex;
    flex-direction: column;
}

.pd-badges-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.pd-badge-red {
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
}

.pd-badge-green {
    background: #10b981;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
}

.pd-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 6px;
}

.pd-subtitle {
    font-size: 13.5px;
    color: #64748b;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px;
}

.pd-rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #64748b;
}

.pd-stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 1px;
}

.pd-price-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 22px;
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.pd-price-main {
    font-size: 34px;
    font-weight: 900;
    color: #0f62fe;
}

.pd-price-regular {
    font-size: 18px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 600;
}

.pd-save-badge {
    background: #eff6ff;
    color: #0f62fe;
    border: 1px solid #bfdbfe;
    font-size: 12px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 4px;
}

.pd-highlights-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.pd-highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #334155;
    font-weight: 500;
}

.pd-highlight-icon {
    color: #10b981;
    font-size: 15px;
    flex-shrink: 0;
}

/* Purchase Actions Row */
.pd-actions-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pd-qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    height: 46px;
}

.pd-qty-btn {
    width: 38px;
    height: 46px;
    background: #f8fafc;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: background 0.15s;
}

.pd-qty-btn:hover {
    background: #e2e8f0;
}

.pd-qty-input {
    width: 48px;
    height: 46px;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    outline: none;
}

.pd-btn-cart {
    background: #0f62fe;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0 24px;
    height: 46px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.pd-btn-cart:hover {
    background: #0043ce;
    box-shadow: 0 4px 14px rgba(15, 98, 254, 0.3);
}

.pd-btn-buynow {
    background: #0f62fe;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0 26px;
    height: 46px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.pd-btn-buynow:hover {
    background: #0043ce;
    box-shadow: 0 4px 14px rgba(15, 98, 254, 0.3);
}

/* Star Tech Style Meta Chips Bar */
.pd-meta-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin: 10px 0 16px 0;
}

.pd-meta-chip {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 12.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #475569;
}

.pd-meta-chip .label {
    font-weight: 500;
    color: #64748b;
}

.pd-meta-chip .val {
    font-weight: 700;
    color: #0f172a;
}

.pd-meta-chip .val.price {
    color: #0f62fe;
}

.pd-meta-chip .val.stock.in {
    color: #10b981;
}

.pd-meta-chip .val.stock.out {
    color: #ef4444;
}

/* 3. Right Sidebar Guarantee Card */
.pd-store-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}

.pd-brand-header {
    text-align: right;
    margin-bottom: 14px;
}

.pd-brand-logo-text {
    font-size: 26px;
    font-weight: 900;
    color: #0f62fe;
    letter-spacing: -1px;
}

.pd-meta-table {
    width: 100%;
    margin-bottom: 18px;
    border-collapse: collapse;
}

.pd-meta-table td {
    padding: 6px 0;
    font-size: 13px;
}

.pd-meta-table td.label {
    color: #64748b;
    font-weight: 500;
    width: 40%;
}

.pd-meta-table td.value {
    color: #0f172a;
    font-weight: 700;
    text-align: right;
}

.pd-meta-table td.value.link {
    color: #0f62fe;
}

.pd-guarantee-list {
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    padding: 14px 0;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pd-guarantee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.pd-guarantee-item svg {
    color: #10b981;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.pd-need-help-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 14px;
}

.pd-help-icon {
    font-size: 24px;
    color: #0f62fe;
}

.pd-help-title {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
}

.pd-help-phone {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
}

.pd-help-time {
    font-size: 11px;
    color: #94a3b8;
}

/* 4. Tabbed Section */
.pd-tabs-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    border-bottom: 2px solid #e2e8f0;
    margin: 36px 0 28px 0;
    overflow-x: auto;
    padding-bottom: 0;
}

.pd-tab-btn {
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 700;
    color: #64748b;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.pd-tab-btn:hover {
    color: var(--primary);
}

.pd-tab-btn.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
    background: #eff6ff;
    border-radius: 8px 8px 0 0;
}

.pd-tabs-container {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 36px;
    align-items: start;
    margin-bottom: 50px;
}

.pd-desc-block {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}

.pd-desc-block h3 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
}

.pd-desc-text {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 20px;
}

.pd-features-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.pd-feature-bullet {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: #334155;
}

.pd-feature-bullet svg {
    width: 16px;
    height: 16px;
    color: #10b981;
    margin-top: 2px;
    flex-shrink: 0;
}

.pd-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 14px;
}

.pd-specs-table td {
    padding: 10px 14px;
    font-size: 13.5px;
    border-bottom: 1px solid #f1f5f9;
}

.pd-specs-table tr:nth-child(even) {
    background: #f8fafc;
}

.pd-specs-table td.spec-title {
    width: 28%;
    font-weight: 700;
    color: #334155;
    background: #f8fafc;
    border-right: 1px solid #f1f5f9;
}

.pd-specs-table td.spec-value {
    color: #0f172a;
    font-weight: 500;
}

/* Product Detail Full-Width Tabs & Unified Specs/Description Table Design */
.pd-tab-pane {
    width: 100%;
    max-width: 100%;
}

.pd-tab-pane .pd-desc-block {
    width: 100% !important;
    max-width: 100% !important;
}

.pd-desc-text table,
.pd-desc-block table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 16px 0 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.pd-desc-text table tr,
.pd-desc-block table tr {
    border-bottom: 1px solid #f1f5f9 !important;
}

.pd-desc-text table tr:nth-child(even),
.pd-desc-block table tr:nth-child(even) {
    background: #f8fafc !important;
}

.pd-desc-text table td,
.pd-desc-text table th,
.pd-desc-block table td,
.pd-desc-block table th {
    padding: 10px 16px !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    vertical-align: middle !important;
}

.pd-desc-text table td:first-child,
.pd-desc-text table th:first-child,
.pd-desc-block table td:first-child,
.pd-desc-block table th:first-child {
    font-weight: 700 !important;
    color: #334155 !important;
    background: #f8fafc !important;
    width: 28% !important;
    border-right: 1px solid #f1f5f9 !important;
}

.pd-desc-text table td:last-child,
.pd-desc-block table td:last-child {
    color: #475569 !important;
}

.pd-desc-text ul,
.pd-desc-block ul {
    margin: 12px 0 16px 20px;
    padding: 0;
    color: #475569;
}

.pd-desc-text li,
.pd-desc-block li {
    margin-bottom: 6px;
    line-height: 1.6;
}

/* Right Side: Marketing Banner & Reviews Breakdown */
.pd-promo-banner {
    background: linear-gradient(135deg, #091224 0%, #1e3a8a 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 98, 254, 0.2);
}

.pd-promo-title {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.pd-promo-subtitle {
    font-size: 12px;
    color: #93c5fd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.pd-reviews-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}

.pd-reviews-card h4 {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
}

.pd-reviews-summary {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 4px;
}

.pd-score-big {
    font-size: 38px;
    font-weight: 900;
    color: #0f172a;
}

.pd-score-total {
    font-size: 15px;
    color: #64748b;
}

.pd-score-bars {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 18px 0;
}

.pd-score-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #64748b;
}

.pd-bar-track {
    flex: 1;
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
}

.pd-bar-fill {
    height: 100%;
    background: #f59e0b;
    border-radius: 4px;
}

.pd-btn-review {
    width: 100%;
    background: #0f62fe;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    margin-bottom: 20px;
}

.pd-btn-review:hover {
    background: #0043ce;
}

.pd-review-item {
    border-top: 1px solid #f1f5f9;
    padding: 14px 0;
}

.pd-review-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.pd-review-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #475569;
    font-size: 12px;
}

.pd-review-name {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

.pd-review-verified {
    font-size: 11px;
    color: #10b981;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-weight: 600;
}

.pd-review-date {
    font-size: 11px;
    color: #94a3b8;
    margin-left: auto;
}

.pd-review-comment {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
}

/* Modal Lightbox for Image Zoom */
.pd-zoom-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 3000;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.pd-zoom-modal.active {
    display: flex;
}

.pd-zoom-content {
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}

.pd-zoom-content img {
    max-width: 85vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    background: #ffffff;
    padding: 12px;
}

.pd-zoom-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .pd-top-grid {
        grid-template-columns: 400px 1fr;
    }
    .pd-store-card {
        grid-column: 1 / -1;
    }
    .pd-tabs-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .pd-top-grid {
        grid-template-columns: 1fr;
    }
    .pd-gallery-wrap {
        flex-direction: column-reverse;
    }
    .pd-thumbs-column {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
    }
}

/* Breadcrumbs */
.pd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pd-breadcrumb a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.15s;
}

.pd-breadcrumb a:hover {
    color: var(--primary);
}

.pd-breadcrumb .sep {
    color: #cbd5e1;
    font-size: 11px;
}

.pd-breadcrumb .current {
    color: #0f172a;
    font-weight: 600;
}

/* Main Image Box Arrows */
.pd-img-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 2;
}

.pd-img-nav-btn:hover {
    background: #0f62fe;
    color: #ffffff;
    border-color: #0f62fe;
}

.pd-img-nav-btn.prev {
    left: 10px;
}

.pd-img-nav-btn.next {
    right: 10px;
}

/* Resolution / Hz Badge Overlay on Main Image */
.pd-img-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(15, 23, 42, 0.75);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
    z-index: 2;
}

/* Tab Panels */
.pd-tab-pane {
    display: none;
}

.pd-tab-pane.active {
    display: block;
}

/* Related Products Grid (6 Column) */
.pd-related-section {
    margin-top: 50px;
    margin-bottom: 40px;
}

.pd-related-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pd-related-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
}

.pd-related-nav {
    display: flex;
    gap: 8px;
}

.pd-related-nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
}

.pd-related-nav-btn:hover {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}

.pd-related-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

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

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

@media (max-width: 600px) {
    .pd-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pd-rel-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease;
}

.pd-rel-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

.pd-rel-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #94a3b8;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: color 0.15s;
    z-index: 2;
}

.pd-rel-wishlist:hover {
    color: #ef4444;
}

.pd-rel-img-wrap {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.pd-rel-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pd-rel-title {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.35;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.pd-rel-title a:hover {
    color: var(--primary);
}

.pd-rel-price {
    font-size: 15px;
    font-weight: 800;
    color: #0f62fe;
    margin-top: auto;
}

/* ==========================================================================
   REVIEW & AUTH MODALS
   ========================================================================== */
.pd-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.7);
    z-index: 4000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(5px);
    animation: pdFadeIn 0.2s ease-out;
}

.pd-modal-overlay.active {
    display: flex;
}

@keyframes pdFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.pd-modal-card {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 28px;
    border: 1px solid #e2e8f0;
}

.pd-modal-close {
    position: absolute;
    top: 16px;
    right: 18px;
    background: none;
    border: none;
    font-size: 22px;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
    transition: color 0.15s;
}

.pd-modal-close:hover {
    color: #0f172a;
}

.pd-modal-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #eff6ff;
    color: #0f62fe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 16px auto;
}

.pd-modal-title {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin-bottom: 8px;
}

.pd-modal-subtitle {
    font-size: 13.5px;
    color: #64748b;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 22px;
}

/* Star Picker */
.pd-star-picker {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 32px;
    color: #cbd5e1;
    cursor: pointer;
    margin-bottom: 18px;
}

.pd-star-picker span {
    transition: color 0.15s, transform 0.15s;
    user-select: none;
}

.pd-star-picker span:hover,
.pd-star-picker span.active {
    color: #f59e0b;
    transform: scale(1.15);
}

/* Modal Form Fields */
.pd-form-group {
    margin-bottom: 16px;
}

.pd-form-group label {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

.pd-form-input,
.pd-form-textarea {
    width: 100%;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13.5px;
    color: #0f172a;
    outline: none;
    transition: border-color 0.15s;
    background: #ffffff;
    box-sizing: border-box;
}

.pd-form-input:focus,
.pd-form-textarea:focus {
    border-color: #0f62fe;
    box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.1);
}

.pd-modal-btns {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

/* ==========================================================================
   MOBILE APP-STYLE HEADER, DRAWER & BOTTOM BAR
   ========================================================================== */
.mobile-header-bar {
    display: none;
}

.mobile-search-bar {
    display: none;
}

.mobile-bottom-bar {
    display: none;
}

.mobile-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    z-index: 4999;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.mobile-drawer-overlay.active {
    display: block;
    opacity: 1;
}

.mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    max-width: 85vw;
    background: #ffffff;
    z-index: 5000;
    transform: translateX(-100%);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-drawer.active {
    transform: translateX(0);
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #f1f5f9;
}

.drawer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.drawer-close-btn {
    background: #f1f5f9;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #475569;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
}

.drawer-close-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.drawer-user-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    text-decoration: none;
    transition: background 0.15s;
}

.drawer-user-card:hover {
    background: #eff6ff;
}

.drawer-user-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0f62fe;
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.drawer-user-avatar.guest {
    background: #e0f2fe;
    color: #0284c7;
}

.drawer-user-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.drawer-user-name {
    font-size: 14.5px;
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drawer-user-sub {
    font-size: 12px;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drawer-chevron {
    color: #94a3b8;
    font-size: 18px;
    font-weight: 700;
}

.drawer-menu-list {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}

.drawer-menu-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    text-decoration: none;
    border-bottom: 1px solid #f8fafc;
    transition: background 0.15s;
    cursor: pointer;
}

.drawer-menu-item:hover {
    background: #f8fafc;
}

.drawer-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.drawer-item-icon.blue { background: #eff6ff; color: #0f62fe; }
.drawer-item-icon.indigo { background: #e0e7ff; color: #4f46e5; }
.drawer-item-icon.cyan { background: #ecfeff; color: #0891b2; }
.drawer-item-icon.rose { background: #fff1f2; color: #e11d48; }
.drawer-item-icon.emerald { background: #ecfdf5; color: #059669; }
.drawer-item-icon.amber { background: #fffbeb; color: #d97706; }
.drawer-item-icon.sky { background: #f0f9ff; color: #0284c7; }
.drawer-item-icon.slate { background: #f1f5f9; color: #475569; }

.drawer-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.drawer-item-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

.drawer-item-sub {
    font-size: 11.5px;
    color: #64748b;
}

/* Highlighted PWA Item Card */
.drawer-menu-item.pwa-highlight-card {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    margin: 6px 14px;
}

.drawer-menu-item.pwa-highlight-card:hover {
    background: #dcfce7;
}

.text-emerald { color: #047857 !important; }
.text-emerald-sub { color: #059669 !important; }

/* Sub Categories inside drawer */
.drawer-categories-sub {
    background: #f8fafc;
    padding: 6px 0;
    border-bottom: 1px solid #e2e8f0;
}

.drawer-cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 18px 8px 58px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: all 0.15s;
}

.drawer-cat-link:hover {
    color: #0f62fe;
    background: #eff6ff;
}

.drawer-cat-link.view-all {
    color: #0f62fe;
    font-weight: 700;
}

.drawer-footer {
    margin-top: auto;
    padding: 16px 18px;
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
}

.drawer-logout-btn {
    width: 100%;
    height: 44px;
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 8px;
    color: #e11d48;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.15s;
}

.drawer-logout-btn:hover {
    background: #fee2e2;
    border-color: #fda4af;
}

.drawer-login-btn {
    width: 100%;
    height: 44px;
    background: #0f62fe;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: background 0.15s;
}

.drawer-login-btn:hover {
    background: #0043ce;
}

/* RESPONSIVE TOGGLES FOR MOBILE */
@media (max-width: 768px) {
    body {
        padding-bottom: 68px !important;
    }

    .topbar {
        display: none !important;
    }

    .site-header {
        display: none !important;
    }

    .site-nav {
        display: none !important;
    }

    /* Mobile Header */
    .mobile-header-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 58px;
        background: #ffffff;
        border-bottom: 1px solid #e2e8f0;
        padding: 0 14px;
        position: sticky;
        top: 0;
        z-index: 1000;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }

    .mobile-menu-btn {
        width: 38px;
        height: 38px;
        border-radius: 8px;
        border: 1.5px solid #ef4444; /* User red box around menu icon */
        background: #ffffff;
        color: #0f172a;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.15s;
    }

    .mobile-menu-btn:active {
        background: #fee2e2;
        transform: scale(0.95);
    }

    .mobile-brand-link {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
    }

    .mobile-brand-text {
        display: flex;
        flex-direction: column;
    }

    .mobile-brand-name {
        font-size: 16px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.1;
    }

    .mobile-brand-sub {
        font-size: 9px;
        font-weight: 700;
        color: #0f62fe;
        letter-spacing: 0.5px;
    }

    .mobile-header-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mobile-action-icon-btn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #334155;
        cursor: pointer;
        position: relative;
        text-decoration: none;
    }

    .mobile-action-icon-btn:active {
        background: #e2e8f0;
    }

    .mobile-cart-badge {
        position: absolute;
        top: -4px;
        right: -4px;
        background: #ef4444;
        color: #ffffff;
        font-size: 10px;
        font-weight: 800;
        min-width: 17px;
        height: 17px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 4px;
    }

    /* Mobile Collapsible Search */
    .mobile-search-bar {
        background: #f8fafc;
        border-bottom: 1px solid #e2e8f0;
        padding: 10px 14px;
        position: sticky;
        top: 58px;
        z-index: 999;
        animation: pdFadeIn 0.2s ease-out;
    }

    .mobile-search-form {
        display: flex;
        align-items: center;
        background: #ffffff;
        border: 1.5px solid #cbd5e1;
        border-radius: 25px;
        overflow: hidden;
        padding: 4px 12px;
    }

    .mobile-search-input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 13.5px;
        color: #0f172a;
        background: transparent;
        padding: 6px 4px;
    }

    .mobile-search-submit {
        background: none;
        border: none;
        color: #0f62fe;
        cursor: pointer;
        padding: 4px;
        display: flex;
        align-items: center;
    }

    /* Mobile Fixed Bottom Navigation Bar */
    .mobile-bottom-bar {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: #ffffff;
        border-top: 1px solid #e2e8f0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
        z-index: 2000;
    }

    .bottom-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 100%;
        text-decoration: none;
        color: #64748b;
        font-size: 10.5px;
        font-weight: 600;
        gap: 3px;
        transition: color 0.15s;
    }

    .bottom-nav-item.active {
        color: #0f62fe;
    }

    .bottom-nav-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .bottom-nav-badge {
        position: absolute;
        top: -6px;
        right: -10px;
        background: #ef4444;
        color: #ffffff;
        font-size: 9px;
        font-weight: 800;
        min-width: 16px;
        height: 16px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 3px;
    }
}

/* ==========================================================================
   CUSTOMER PORTAL & SIDEBAR STYLES
   ========================================================================== */
.customer-portal-layout {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 50px;
}

.customer-portal-sidebar {
    position: sticky;
    top: 90px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg, 16px);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.portal-user-header {
    background: linear-gradient(135deg, #091224 0%, #1e3a8a 100%);
    color: #ffffff;
    padding: 24px 20px;
    text-align: center;
    position: relative;
}

.portal-user-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 3px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
    margin: 0 auto 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.portal-user-name {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 4px;
    line-height: 1.3;
}

.portal-user-meta {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 12px;
    word-break: break-all;
}

.portal-verified-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.4);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}

.portal-wallet-chip {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 10px 14px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.portal-wallet-chip .chip-label {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 700;
}

.portal-wallet-chip .chip-amount {
    font-size: 15px;
    font-weight: 800;
    color: #f59e0b;
}

.portal-nav-menu {
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.portal-nav-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 11px 14px;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #334155;
    font-size: 13.5px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: all 0.18s ease;
    text-decoration: none;
}

.portal-nav-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.portal-nav-btn.active {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
    box-shadow: inset 3px 0 0 #2563eb;
}

.portal-nav-btn .nav-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.portal-nav-btn .nav-icon {
    font-size: 16px;
    width: 22px;
    display: flex;
    justify-content: center;
}

.portal-nav-btn .nav-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 12px;
    background: #e2e8f0;
    color: #475569;
}

.portal-nav-btn.active .nav-badge {
    background: #2563eb;
    color: #ffffff;
}

.portal-content-area {
    min-width: 0;
}

.portal-tab-pane {
    display: none;
}

.portal-tab-pane.active {
    display: block;
    animation: portalFadeIn 0.2s ease-out;
}

@keyframes portalFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.portal-panel-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg, 16px);
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.portal-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
    gap: 12px;
}

.portal-panel-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.portal-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.portal-stat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.portal-address-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.portal-address-card {
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
    background: #fafafa;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.portal-address-card.is-default {
    border-color: #2563eb;
    background: #f8faff;
}

.portal-wallet-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    border-radius: 16px;
    padding: 28px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(30, 58, 138, 0.2);
}

.portal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
}

.portal-table th {
    background: #f8fafc;
    padding: 12px 14px;
    font-weight: 700;
    color: #475569;
    text-align: left;
    border-bottom: 1.5px solid #e2e8f0;
}

.portal-table td {
    padding: 14px;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
}

.portal-table tr:hover td {
    background: #f8fafc;
}

@media (max-width: 991px) {
    .customer-portal-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .customer-portal-sidebar {
        position: static;
    }
    .portal-nav-menu {
        flex-direction: row;
        overflow-x: auto;
        padding: 10px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        gap: 6px;
    }
    .portal-nav-btn {
        width: auto;
        flex-shrink: 0;
        padding: 9px 14px;
    }
    .portal-stat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .portal-stat-grid {
        grid-template-columns: 1fr;
    }
    .portal-wallet-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ==========================================================================
   HOMEPAGE ENHANCEMENTS: CATEGORY SLIDER, SERVICES SLIDER & BRANDS MARQUEE
   ========================================================================== */

/* 1. Category Slider */
.cat-slider-container {
    position: relative;
    width: 100%;
}

.cat-slider-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 8px 4px;
}

.cat-slider-track::-webkit-scrollbar {
    display: none;
}

.cat-slider-card {
    flex: 0 0 185px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 18px 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.cat-slider-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 24px rgba(15, 98, 254, 0.14);
}

.cat-card-img-wrap {
    width: 100%;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: transparent;
    overflow: hidden;
}

.cat-card-product-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.cat-slider-card:hover .cat-card-product-img {
    transform: scale(1.08);
}

.cat-card-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.cat-slider-card .cat-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.cat-explore-tag {
    font-size: 11px;
    font-weight: 600;
    color: var(--primary);
    opacity: 0.85;
}

.cat-slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    z-index: 10;
    transition: all 0.2s ease;
}

.cat-slider-nav-btn:hover {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
    transform: translateY(-50%) scale(1.08);
}

.cat-slider-prev {
    left: -18px;
}

.cat-slider-next {
    right: -18px;
}

/* 2. Full Width Category Filter Tabs */
.filter-tabs-full {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin-bottom: 24px;
    align-items: center;
}

/* 3. Services Large Showcase Slider (6 Slides) */
.services-showcase-slider {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #091224 0%, #1e3a8a 100%);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.18);
    color: #ffffff;
}

.services-slides-container {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.service-slide-hero {
    flex: 0 0 100%;
    width: 100%;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 44px 56px;
    box-sizing: border-box;
    position: relative;
    gap: 30px;
}

.service-slide-content {
    flex: 1;
    max-width: 620px;
    z-index: 2;
}

.service-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #38bdf8;
    font-size: 11.5px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.service-hero-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 10px;
    color: #ffffff;
}

.service-hero-subtitle {
    font-size: 15px;
    color: #cbd5e1;
    margin: 0 0 18px;
    line-height: 1.5;
}

.service-feature-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 16px;
    margin-bottom: 24px;
}

.service-check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #e2e8f0;
    font-weight: 600;
}

.service-check-item span.icon-check {
    color: #34d399;
    font-weight: 900;
}

.service-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.service-slide-graphic {
    flex: 0 0 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.service-graphic-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 24px;
    backdrop-filter: blur(10px);
    width: 100%;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.service-graphic-img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 12px;
}

.services-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.7);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.services-slider-btn:hover {
    background: #f97316;
    border-color: #f97316;
    transform: translateY(-50%) scale(1.1);
}

.services-slider-prev {
    left: 18px;
}

.services-slider-next {
    right: 18px;
}

.services-slider-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.service-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0;
}

.service-dot.active {
    width: 28px;
    background: #f97316;
}

/* 4. Top Brands Continuous Marquee Slider */
.brands-marquee-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 22px 0;
}

.brands-marquee-wrap:hover .brands-marquee-track {
    animation-play-state: paused;
}

.brands-marquee-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: brandMarquee 40s linear infinite;
    padding: 0 10px;
}

@keyframes brandMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.brand-card-item {
    flex: 0 0 145px;
    height: 64px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.brand-card-item:hover {
    transform: translateY(-3px);
    border-color: var(--primary);
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(15, 98, 254, 0.12);
}

.brand-card-item svg,
.brand-card-item img {
    max-width: 100%;
    max-height: 28px;
    object-fit: contain;
}

/* 5. Mobile Footer Cleanup */
.footer-mobile-compact {
    display: none;
}

/* 5. Mobile Optimizations (<=768px Phones & Tablets) */
@media (max-width: 768px) {
    /* --- A. TOP HERO SLIDER (PERFECT PHONE FIT) --- */
    .hero-slider-wrap {
        border-radius: 0;
    }
    .homepage-promo-layout { grid-template-columns: 1fr; gap: 8px; padding: 0 10px 10px; }
    .homepage-main-slide { height: 300px; }
    .homepage-main-caption { padding: 42px 16px 20px; }
    .homepage-side-banners { grid-template-columns: 1fr 1fr; grid-template-rows: 130px; }
    .homepage-side-banner { min-height: 130px; }
    .hero-slide {
        padding: 20px 0 16px !important;
    }
    .hero-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 16px !important;
        padding: 10px 14px 20px !important;
    }
    .hero-copy {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    .hero-badge {
        font-size: 11px !important;
        padding: 5px 12px !important;
        margin-bottom: 10px !important;
    }
    .hero-title {
        font-size: 23px !important;
        line-height: 1.25 !important;
        margin-bottom: 10px !important;
        letter-spacing: -0.3px !important;
        text-align: center !important;
    }
    .hero-title br {
        display: none !important;
    }
    .hero-subtitle {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 16px !important;
        text-align: center !important;
        color: #94a3b8 !important;
        max-width: 320px !important;
    }
    .hero-buttons {
        display: flex !important;
        flex-direction: row !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 320px !important;
        justify-content: center !important;
    }
    .hero-buttons .btn-primary-orange,
    .hero-buttons .btn-glass {
        flex: 1 !important;
        padding: 10px 12px !important;
        font-size: 12.5px !important;
        justify-content: center !important;
        gap: 6px !important;
    }
    .hero-art-wrap {
        width: 100% !important;
        max-width: 320px !important;
        margin-top: 4px !important;
    }
    .hero-device-card {
        padding: 10px !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25) !important;
    }
    .hero-showcase-img {
        height: 165px !important;
        border-radius: 10px !important;
        object-fit: cover !important;
    }
    .hero-floating-left {
        display: none !important; /* Eliminate negative margin screen blowout */
    }
    .hero-floating-tag {
        position: static !important;
        margin-top: 8px !important;
        display: flex !important;
        justify-content: center !important;
        font-size: 10.5px !important;
        padding: 5px 10px !important;
        border-radius: 6px !important;
        box-shadow: none !important;
    }
    .slider-nav-btn {
        display: none !important; /* Clean touch swipe on phone */
    }
    .slider-dots {
        bottom: 8px !important;
    }
    .hero-trust-bar {
        margin-top: 14px !important;
        padding: 12px 8px !important;
    }
    .hero-trust-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .trust-item {
        gap: 8px !important;
    }
    .trust-icon {
        width: 30px !important;
        height: 30px !important;
        flex-shrink: 0 !important;
    }
    .trust-text h4 {
        font-size: 11.5px !important;
        margin: 0 !important;
    }
    .trust-text p {
        font-size: 9.5px !important;
        margin: 0 !important;
    }

    /* --- B. SHOP BY CATEGORY SLIDER (PHONE FIT) --- */
    .cat-slider-nav-btn {
        display: none !important;
    }
    .cat-slider-card {
        flex: 0 0 150px !important;
        padding: 14px 10px 12px !important;
        border-radius: 14px !important;
    }
    .cat-card-img-wrap {
        height: 105px !important;
        margin-bottom: 8px !important;
    }
    .cat-slider-card .cat-title {
        font-size: 12.5px !important;
    }
    .cat-explore-tag {
        font-size: 10px !important;
    }

    /* --- C. OUR PROFESSIONAL SERVICES SLIDER (PHONE FIT) --- */
    .service-slide-hero {
        flex-direction: column !important;
        padding: 24px 16px 36px !important;
        min-height: auto !important;
        text-align: center !important;
    }
    .service-hero-title {
        font-size: 19px !important;
        margin-bottom: 8px !important;
    }
    .service-hero-subtitle {
        font-size: 13px !important;
        margin-bottom: 14px !important;
    }
    .service-feature-checklist {
        grid-template-columns: 1fr !important;
        text-align: left !important;
        gap: 6px !important;
        margin-bottom: 18px !important;
    }
    .service-check-item {
        font-size: 12.5px !important;
    }
    .service-hero-buttons {
        justify-content: center !important;
        width: 100% !important;
        gap: 8px !important;
    }
    .service-hero-buttons a {
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 14px !important;
        font-size: 13px !important;
    }
    .service-slide-graphic {
        flex: 0 0 auto !important;
        width: 100% !important;
        margin-top: 14px !important;
    }
    .services-slider-btn {
        display: none !important;
    }

    /* --- D. TOP BRANDS MARQUEE SLIDER (PHONE FIT) --- */
    .brand-card-item {
        flex: 0 0 120px !important;
        height: 58px !important;
        padding: 6px 10px !important;
    }
    .brand-card-item svg,
    .brand-card-item img {
        max-height: 22px !important;
    }

    /* --- E. COMPLETE FOOTER REMOVAL ON MOBILE (AS EXPLICITLY REQUESTED) --- */
    footer.site-footer,
    #footer,
    .site-footer,
    .footer,
    .footer-grid,
    .footer-bottom,
    .footer-mobile-compact {
        display: none !important;
    }

    /* Bottom spacing for fixed bottom navigation bar */
    main {
        padding-bottom: 20px !important;
    }
    body {
        padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

/* ==========================================================================
   PRODUCT WISHLIST BUTTON (FLOATING HEART ON PRODUCT CARDS)
   ========================================================================== */
.product-card {
    position: relative;
}

.product-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    cursor: pointer;
    z-index: 6;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(4px);
    padding: 0;
}

.product-wishlist-btn:hover {
    background: #ffffff;
    color: #ef4444;
    transform: scale(1.12);
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.25);
    border-color: #fca5a5;
}

.product-wishlist-btn.active {
    background: #fef2f2;
    border-color: #fecaca;
    color: #ef4444;
    box-shadow: 0 2px 10px rgba(239, 68, 68, 0.2);
}

.product-wishlist-btn svg {
    width: 17px;
    height: 17px;
    pointer-events: none;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-wishlist-btn:hover svg {
    transform: scale(1.15);
}

.product-wishlist-btn.active svg {
    transform: scale(1.18);
    animation: heartPulse 0.4s ease-out;
}

@keyframes heartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.35); }
    100% { transform: scale(1.18); }
}

/* ==========================================================================
   PERFECT PRODUCTS GRID & BULLET-LESS KEY FEATURES FIX
   ========================================================================== */
.products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 1100px) {
    .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
}

@media (max-width: 480px) {
    .products-grid {
        gap: 8px !important;
    }
}

.product-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 14px 14px 12px 14px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.product-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06) !important;
    border-color: #cbd5e1 !important;
}

.product-image-box {
    width: 100% !important;
    height: 165px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin-bottom: 8px !important;
    background: #ffffff !important;
    position: relative !important;
    border-radius: 8px !important;
}

.product-image-box img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    transition: transform 0.25s ease !important;
}

.product-card:hover .product-image-box img {
    transform: scale(1.05) !important;
}

.product-title {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin: 4px 0 2px 0 !important;
    min-height: 36px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.product-title a {
    color: #0f172a !important;
    text-decoration: none !important;
}

.product-title a:hover {
    color: #0f62fe !important;
}

/* Bullet-less Key Features (Compact & Neat) */
.product-card-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 4px 0 6px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    text-align: left !important;
    min-width: 0 !important;
    width: 100% !important;
}

.product-card-features li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 11.5px !important;
    line-height: 1.38 !important;
    color: #475569 !important;
    display: block !important;
    min-width: 0 !important;
    word-break: break-word !important;
}

.product-card-features li::before,
.product-card-features li::marker {
    display: none !important;
    content: none !important;
}

.product-card-features .pcf-label {
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-right: 4px !important;
    display: inline !important;
}

.product-card-features .pcf-val {
    color: #64748b !important;
    display: inline !important;
    white-space: normal !important;
    word-break: break-word !important;
}

.product-card-price-centered {
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 6px 0 8px 0 !important;
    text-align: center !important;
    width: 100% !important;
}

.product-card-price-centered .product-price {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f62fe !important;
}

.product-card-price-centered .product-regular-price {
    font-size: 12.5px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
    font-weight: 600 !important;
}

.product-card-actions-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    margin-top: auto !important;
    padding-top: 8px !important;
    border-top: 1px solid #f1f5f9 !important;
    width: 100% !important;
}

.btn-card-action-buynow.full-width {
    width: 100% !important;
    height: 38px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    background: #0f62fe !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 6px rgba(15, 98, 254, 0.25) !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
}

.btn-card-action-buynow.full-width:hover {
    background: #0043ce !important;
    box-shadow: 0 4px 14px rgba(15, 98, 254, 0.4) !important;
    transform: translateY(-1px) !important;
}

.btn-card-compare-outline {
    width: 100% !important;
    height: 32px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: transparent !important;
    color: #0f62fe !important;
    border: 1.5px solid #0f62fe !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
}

.btn-card-compare-outline:hover,
.btn-card-compare-outline.active {
    background: #eff6ff !important;
    color: #0043ce !important;
    border-color: #0043ce !important;
}

/* ==========================================================================
   PRODUCT COMPARISON PAGE STYLES (HEADER MENU DRIVEN)
   ========================================================================== */

/* Compare Page Container */
.compare-page-container {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 20px 16px 60px 16px !important;
    min-height: 600px !important;
}

.compare-breadcrumb {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    color: #64748b !important;
    margin-bottom: 16px !important;
}

.compare-breadcrumb a {
    color: #64748b !important;
    text-decoration: none !important;
}

.compare-breadcrumb a:hover {
    color: #0f62fe !important;
}

.compare-breadcrumb .sep {
    color: #cbd5e1 !important;
}

.compare-breadcrumb .current {
    color: #0f172a !important;
    font-weight: 600 !important;
}

.compare-page-header {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    margin-bottom: 24px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.compare-page-title {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 6px 0 !important;
}

.compare-page-sub {
    font-size: 14px !important;
    color: #64748b !important;
    margin: 0 !important;
}

.compare-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.btn-clear-compare-page {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 9px 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #ef4444 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.15s ease !important;
}

.btn-clear-compare-page:hover {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
}

.btn-add-more-products {
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 8px !important;
    padding: 9px 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0f62fe !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.15s ease !important;
}

.btn-add-more-products:hover {
    background: #0f62fe !important;
    color: #ffffff !important;
    border-color: #0f62fe !important;
}

/* Empty State Card */
.compare-empty-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 60px 24px !important;
    text-align: center !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.03) !important;
    max-width: 600px !important;
    margin: 40px auto !important;
}

.empty-icon-wrap {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    background: #eff6ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px auto !important;
}

.empty-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
}

.empty-desc {
    font-size: 14.5px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin: 0 0 28px 0 !important;
}

.btn-browse-compare {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #0f62fe !important;
    color: #ffffff !important;
    padding: 12px 26px !important;
    border-radius: 10px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(15, 98, 254, 0.3) !important;
    transition: all 0.2s ease !important;
}

.btn-browse-compare:hover {
    background: #0043ce !important;
    transform: translateY(-1px) !important;
    color: #ffffff !important;
}

/* Compare Matrix Table */
.compare-table-wrapper {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    overflow-x: auto !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04) !important;
}

.compare-table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    min-width: 860px !important;
}

.compare-table th,
.compare-table td {
    padding: 14px 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    vertical-align: top !important;
    box-sizing: border-box !important;
}

.spec-label-col {
    width: 220px !important;
    background: #f8fafc !important;
    color: #475569 !important;
    font-size: 13.5px !important;
    border-right: 1px solid #e2e8f0 !important;
    position: sticky !important;
    left: 0 !important;
    z-index: 5 !important;
}

.spec-header-cell {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    padding: 24px 16px !important;
    justify-content: center !important;
}

.spec-section-tag {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.spec-count-pill {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #0f62fe !important;
    background: #eff6ff !important;
    padding: 2px 8px !important;
    border-radius: 99px !important;
    display: inline-block !important;
    width: fit-content !important;
}

.product-col {
    width: 240px !important;
    border-right: 1px solid #f1f5f9 !important;
    text-align: left !important;
}

.compare-card-head {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.btn-compare-remove-item {
    position: absolute !important;
    top: -6px !important;
    right: -6px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
    border: none !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
}

.btn-compare-remove-item:hover {
    background: #ef4444 !important;
    color: #ffffff !important;
}

.compare-product-img-box {
    width: 100% !important;
    height: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.compare-product-img-box img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    transition: transform 0.25s ease !important;
}

.compare-product-img-box:hover img {
    transform: scale(1.06) !important;
}

.compare-product-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    min-height: 38px !important;
    margin: 4px 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.compare-product-title a {
    color: #0f172a !important;
    text-decoration: none !important;
}

.compare-product-title a:hover {
    color: #0f62fe !important;
}

.compare-price-box {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin: 4px 0 8px 0 !important;
}

.compare-price-current {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f62fe !important;
}

.compare-price-old {
    font-size: 13px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
    font-weight: 600 !important;
}

.compare-save-badge {
    background: #ef4444 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 1px 6px !important;
    border-radius: 4px !important;
}

.compare-card-ctas {
    margin-top: 4px !important;
}

.btn-compare-buynow {
    width: 100% !important;
    height: 38px !important;
    border-radius: 8px !important;
    background: #0f62fe !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(15, 98, 254, 0.25) !important;
    transition: all 0.2s ease !important;
}

.btn-compare-buynow:hover {
    background: #0043ce !important;
    transform: translateY(-1px) !important;
}

/* Empty Column Slot */
.product-col.empty-col {
    background: #fafafa !important;
    vertical-align: middle !important;
}

.compare-add-slot-card {
    height: 100% !important;
    min-height: 240px !important;
    border: 2px dashed #cbd5e1 !important;
    border-radius: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    background: #ffffff !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

.compare-add-slot-card:hover {
    border-color: #0f62fe !important;
    background: #eff6ff !important;
}

.add-slot-plus {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.compare-add-slot-card:hover .add-slot-plus {
    background: #0f62fe !important;
    color: #ffffff !important;
}

.add-slot-text {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.add-slot-hint {
    font-size: 11.5px !important;
    color: #64748b !important;
}

/* Section Dividers */
.section-divider-row td {
    background: #0f172a !important;
    padding: 10px 16px !important;
}

.row-section-header {
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
}

/* Spec Value Cells */
.spec-val-col {
    font-size: 13px !important;
    color: #1e293b !important;
    line-height: 1.45 !important;
    border-right: 1px solid #f1f5f9 !important;
}

.spec-val-col.empty-val {
    color: #cbd5e1 !important;
    text-align: center !important;
}

.compare-stock-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 3px 9px !important;
    border-radius: 99px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.compare-stock-pill.in-stock {
    background: #dcfce7 !important;
    color: #15803d !important;
}

.compare-stock-pill.in-stock .dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #16a34a !important;
}

.compare-stock-pill.out-of-stock {
    background: #fee2e2 !important;
    color: #b91c1c !important;
}

.compare-stock-pill.out-of-stock .dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #dc2626 !important;
}

.compare-features-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.compare-features-list li {
    font-size: 12px !important;
    line-height: 1.35 !important;
    color: #334155 !important;
    position: relative !important;
    padding-left: 12px !important;
}

.compare-features-list li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #0f62fe !important;
    font-weight: bold !important;
}

.compare-bottom-actions-row td {
    padding: 20px 16px !important;
    background: #f8fafc !important;
}

/* ==========================================================================
   ORDER TRACKING PAGE & SCROLL-TO-TOP STYLES
   ========================================================================== */

/* 1. SCROLL TO TOP FLOATING BUTTON */
.scroll-to-top-btn {
    position: fixed !important;
    bottom: 30px !important;
    right: 28px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #0f62fe !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 4px 18px rgba(15, 98, 254, 0.42) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9990 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(16px) scale(0.9) !important;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s !important;
}

.scroll-to-top-btn.visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
}

.scroll-to-top-btn:hover {
    background: #0043ce !important;
    transform: translateY(-3px) scale(1.06) !important;
    box-shadow: 0 6px 24px rgba(15, 98, 254, 0.55) !important;
}

.scroll-to-top-btn:active {
    transform: translateY(-1px) scale(0.98) !important;
}

@media (max-width: 768px) {
    .scroll-to-top-btn {
        bottom: 74px !important; /* Above mobile bottom nav */
        right: 16px !important;
        width: 40px !important;
        height: 40px !important;
    }
}


/* 2. ORDER TRACKING PAGE */
.order-track-container {
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 24px 16px 60px 16px !important;
    min-height: 600px !important;
}

.track-breadcrumb {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    color: #64748b !important;
    margin-bottom: 20px !important;
}

.track-breadcrumb a {
    color: #64748b !important;
    text-decoration: none !important;
}

.track-breadcrumb a:hover {
    color: #0f62fe !important;
}

.track-breadcrumb .sep {
    color: #cbd5e1 !important;
}

.track-breadcrumb .current {
    color: #0f172a !important;
    font-weight: 600 !important;
}

.track-header-box {
    text-align: center !important;
    margin-bottom: 28px !important;
}

.track-header-icon {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    background: #eff6ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 14px auto !important;
}

.track-title {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 6px 0 !important;
}

.track-subtitle {
    font-size: 14.5px !important;
    color: #64748b !important;
    margin: 0 !important;
}

.track-form-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
    margin-bottom: 30px !important;
}

.track-form {
    display: flex !important;
    align-items: flex-end !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

.track-input-group {
    flex: 1 !important;
    min-width: 240px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.track-input-group label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.input-with-icon {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.input-with-icon svg {
    position: absolute !important;
    left: 14px !important;
    pointer-events: none !important;
}

.input-with-icon input {
    width: 100% !important;
    height: 46px !important;
    padding: 0 16px 0 42px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    background: #f8fafc !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.input-with-icon input:focus {
    border-color: #0f62fe !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.15) !important;
}

.track-btn-wrap {
    flex-shrink: 0 !important;
}

.btn-track-submit {
    height: 46px !important;
    padding: 0 26px !important;
    background: #0f62fe !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(15, 98, 254, 0.3) !important;
    transition: all 0.2s ease !important;
}

.btn-track-submit:hover {
    background: #0043ce !important;
    transform: translateY(-1px) !important;
}

.track-error-card {
    background: #fef2f2 !important;
    border: 1.5px solid #fecaca !important;
    border-radius: 12px !important;
    padding: 18px 22px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    color: #991b1b !important;
    margin-bottom: 24px !important;
}

.track-error-card h3 {
    margin: 0 0 4px 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.track-error-card p {
    margin: 0 !important;
    font-size: 13.5px !important;
}

.error-icon {
    font-size: 26px !important;
}

/* Result Card */
.track-result-wrapper {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
    overflow: hidden !important;
}

.order-status-banner {
    background: #0f172a !important;
    padding: 18px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.order-status-banner.cancelled {
    background: #7f1d1d !important;
}

.banner-left {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}

.order-badge-id {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
}

.order-date-text {
    font-size: 13px !important;
    color: #94a3b8 !important;
}

.status-pill {
    font-size: 12.5px !important;
    font-weight: 800 !important;
    padding: 4px 12px !important;
    border-radius: 99px !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.status-pill.status-active {
    background: #10b981 !important;
    color: #ffffff !important;
}

.status-pill.status-cancelled {
    background: #ef4444 !important;
    color: #ffffff !important;
}

.live-dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    animation: livePulse 1.5s infinite !important;
}

@keyframes livePulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

/* 4-Step Timeline */
.tracker-steps-card {
    padding: 36px 24px 28px 24px !important;
    position: relative !important;
    border-bottom: 1px solid #f1f5f9 !important;
    background: #ffffff !important;
}

.tracker-steps-line-bg {
    position: absolute !important;
    top: 54px !important;
    left: 8% !important;
    right: 8% !important;
    height: 4px !important;
    background: #e2e8f0 !important;
    z-index: 1 !important;
    border-radius: 99px !important;
}

.tracker-steps-line-fill {
    height: 100% !important;
    background: #0f62fe !important;
    border-radius: 99px !important;
    transition: width 0.5s ease !important;
}

.tracker-steps-line-fill.step-1 { width: 12% !important; }
.tracker-steps-line-fill.step-2 { width: 45% !important; }
.tracker-steps-line-fill.step-3 { width: 78% !important; }
.tracker-steps-line-fill.step-4 { width: 100% !important; }

.tracker-steps-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    position: relative !important;
    z-index: 2 !important;
}

.track-step-node {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.step-circle {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 3px solid #cbd5e1 !important;
    color: #64748b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease !important;
}

.track-step-node.completed .step-circle {
    background: #0f62fe !important;
    border-color: #0f62fe !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(15, 98, 254, 0.2) !important;
}

.track-step-node.current .step-circle {
    background: #ffffff !important;
    border-color: #0f62fe !important;
    color: #0f62fe !important;
    box-shadow: 0 0 0 5px rgba(15, 98, 254, 0.25) !important;
}

.step-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.step-title {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.step-sub {
    font-size: 11.5px !important;
    color: #64748b !important;
}

.step-time {
    font-size: 11px !important;
    color: #0f62fe !important;
    font-weight: 700 !important;
    margin-top: 2px !important;
}

@media (max-width: 640px) {
    .tracker-steps-line-bg { display: none !important; }
    .tracker-steps-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        text-align: left !important;
    }
    .track-step-node {
        flex-direction: row !important;
        gap: 14px !important;
        text-align: left !important;
    }
    .step-circle { margin-bottom: 0 !important; }
}

/* Details Grid */
.track-details-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
    padding: 24px !important;
    background: #f8fafc !important;
}

@media (max-width: 820px) {
    .track-details-grid {
        grid-template-columns: 1fr !important;
    }
}

.track-info-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

.info-card-heading {
    font-size: 15.5px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 16px 0 !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.info-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    font-size: 13.5px !important;
}

.info-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

.info-lbl {
    color: #64748b !important;
    flex-shrink: 0 !important;
}

.info-val {
    color: #0f172a !important;
    text-align: right !important;
}

.payment-pill {
    background: #f1f5f9 !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}

.order-items-table {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
}

.order-item-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 0 !important;
    border-bottom: 1px dashed #f1f5f9 !important;
    font-size: 13px !important;
    gap: 10px !important;
}

.item-name-col {
    flex: 1 !important;
    min-width: 0 !important;
}

.item-title {
    font-weight: 600 !important;
    color: #0f172a !important;
    display: block !important;
}

.item-sku {
    color: #94a3b8 !important;
    font-size: 11px !important;
}

.item-qty-col {
    color: #64748b !important;
    font-size: 12px !important;
    white-space: nowrap !important;
}

.item-subtotal-col {
    font-weight: 700 !important;
    color: #0f172a !important;
    white-space: nowrap !important;
}

.financial-summary-box {
    background: #f8fafc !important;
    border-radius: 8px !important;
    padding: 12px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    font-size: 13px !important;
}

.fin-row {
    display: flex !important;
    justify-content: space-between !important;
    color: #475569 !important;
}

.fin-row.total {
    border-top: 1px solid #e2e8f0 !important;
    padding-top: 8px !important;
    margin-top: 4px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.fin-total-val {
    color: #0f62fe !important;
    font-size: 18px !important;
}

.track-actions-row {
    display: flex !important;
    gap: 10px !important;
    margin-top: 18px !important;
    flex-wrap: wrap !important;
}

.btn-track-action {
    flex: 1 !important;
    min-width: 140px !important;
    height: 40px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.btn-track-action.dark {
    background: #0f172a !important;
    color: #ffffff !important;
}

.btn-track-action.dark:hover {
    background: #1e293b !important;
}

.btn-track-action.green {
    background: #10b981 !important;
    color: #ffffff !important;
}

.btn-track-action.green:hover {
    background: #059669 !important;
}


/* ==========================================================================
   HOMEPAGE PROMO / HERO SLIDER (RYANS COMPUTERS STYLE)
   ========================================================================== */
.hero-slider-wrap {
    background: #f8fafc;
    padding: 12px 0 0;
}
.homepage-promo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.95fr) minmax(280px, 1fr);
    gap: 12px;
    padding-bottom: 12px;
    align-items: stretch;
}
.homepage-main-slider,
.homepage-side-banners {
    min-width: 0;
}
.homepage-main-slider {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 380px;
    background: #0f172a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.homepage-main-slider .hero-slider-track {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.homepage-main-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: #0f172a;
}
.homepage-main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.homepage-main-slide:hover img {
    transform: scale(1.015);
}
.homepage-main-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 24px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.homepage-main-caption span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6000;
    letter-spacing: 0.5px;
}
.homepage-main-caption strong {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

/* Side Banners (Top & Bottom Slots) */
.homepage-side-banners {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 380px; /* Exact same height as main slider! */
}
.homepage-side-slot {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 0;
}
.homepage-side-slot .hero-slider-track {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.homepage-side-banner {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: #0f172a;
}
.homepage-side-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.homepage-side-banner:hover img {
    transform: scale(1.02);
}

/* Slider Indicators (Ryans Computers Style - Sleek Bottom Pill Bars) */
.slider-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 20px;
}
.slider-dot {
    width: 16px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-dot:hover {
    background: rgba(255, 255, 255, 0.7);
}
.slider-dot.active {
    width: 26px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}
.side-slider-dots {
    bottom: 8px;
    padding: 3px 8px;
}
.side-slider-dots .slider-dot {
    width: 10px;
    height: 3px;
}
.side-slider-dots .slider-dot.active {
    width: 16px;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .homepage-promo-layout {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .homepage-main-slider {
        height: clamp(240px, 42vw, 360px);
    }
    .homepage-side-banners {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        height: auto;
    }
    .homepage-side-slot {
        height: clamp(130px, 22vw, 180px);
    }
}
@media (max-width: 768px) {
    /* Hide top & bottom side banners on mobile - show only main slider */
    .homepage-side-banners {
        display: none !important;
    }
    .homepage-main-slider {
        height: clamp(190px, 46vw, 320px);
        border-radius: 8px;
    }
}





/* ==========================================================================
   HOMEPAGE ANNOUNCEMENT MARQUEE BAR (PREMIUM SCROLLING NOTICE)
   ========================================================================== */
.homepage-announcement-wrap {
    padding: 3px 0 2px;
    background: #f8fafc;
}
.announcement-bar {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    height: 32px;
}
.announcement-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #ff6000 0%, #ea580c 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 12px;
    height: 100%;
    white-space: nowrap;
    z-index: 2;
    flex-shrink: 0;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.06);
}
.announcement-label .announcement-icon {
    font-size: 15px;
    display: inline-block;
    animation: announcementBell 2.5s infinite ease-in-out;
}
@keyframes announcementBell {
    0%, 100% { transform: rotate(0); }
    10%, 30% { transform: rotate(-15deg); }
    20%, 40% { transform: rotate(15deg); }
    50% { transform: rotate(0); }
}
.announcement-track-wrap {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    mask-image: linear-gradient(to right, transparent 0%, black 15px, black calc(100% - 15px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15px, black calc(100% - 15px), transparent 100%);
}
.announcement-track {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
    animation: marqueeScroll 28s linear infinite;
}
.announcement-bar:hover .announcement-track {
    animation-play-state: paused;
}
.announcement-item {
    font-size: 13.5px;
    font-weight: 600;
    color: #1e293b;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
}
@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==========================================================================
   HOMEPAGE CUSTOMER ASSURANCE & 0% EMI RIBBON (PURE VECTOR DESIGN)
   ========================================================================== */
.homepage-benefits-ribbon-wrap {
    padding: 3px 0 6px;
    background: #f8fafc;
}
.benefits-ribbon-card {
    background: #ffffff;
    background-image: 
        radial-gradient(circle at 0% 0%, rgba(186, 230, 253, 0.45) 0%, transparent 40%),
        radial-gradient(circle at 100% 100%, rgba(186, 230, 253, 0.35) 0%, transparent 45%);
    border: 1.5px solid #dbeafe;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px;
    position: relative;
    overflow: hidden;
}
.benefits-ribbon-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #0284c7 0%, #0ea5e9 50%, #38bdf8 100%);
    border-radius: 10px 0 0 10px;
}
.benefits-ribbon-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #38bdf8 0%, #0ea5e9 50%, #0284c7 100%);
    border-radius: 0 10px 10px 0;
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    padding: 3px 10px;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
    border-radius: 6px;
}
.benefit-item:hover {
    background: rgba(240, 249, 255, 0.8);
    transform: translateY(-1px);
}
.benefit-icon-box {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.benefit-item:hover .benefit-icon-box {
    transform: scale(1.1);
}
.benefit-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(2, 132, 199, 0.15));
}
.benefit-text {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.benefit-title {
    font-size: 13px;
    font-weight: 800;
    color: #0369a1;
    line-height: 1.15;
    letter-spacing: -0.2px;
}
.benefit-sub {
    font-size: 10.5px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.15;
}
.benefit-divider {
    width: 1px;
    height: 26px;
    background: #e2e8f0;
    flex-shrink: 0;
    margin: 0 3px;
}

/* Responsive */
@media (max-width: 991px) {
    .benefits-ribbon-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 16px;
    }
    .benefit-divider {
        display: none;
    }
    .benefit-item {
        padding: 8px 10px;
        background: #f8fafc;
        border: 1px solid #f1f5f9;
        border-radius: 8px;
    }
}
@media (max-width: 768px) {
    .announcement-bar {
        height: 38px;
    }
    .announcement-label {
        padding: 0 12px;
        font-size: 12px;
    }
    .announcement-item {
        font-size: 12.5px;
        padding: 0 20px;
    }
    .homepage-benefits-ribbon-wrap {
        padding: 6px 0 14px;
    }
}
@media (max-width: 576px) {
    .benefits-ribbon-card {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 10px;
    }
    .benefit-item {
        gap: 8px;
        padding: 6px 8px;
    }
    .benefit-icon-box {
        width: 34px;
        height: 34px;
    }
    .benefit-title {
        font-size: 13px;
    }
    .benefit-sub {
        font-size: 10px;
    }
}



/* ==========================================================================
   MOBILE HEADER & DRAWER MENU CUSTOMIZATIONS (ADIBA ROYAL BLUE BRAND)
   ========================================================================== */
.mobile-menu-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    border: 1.5px solid var(--primary, #0f62fe) !important;
    background: #ffffff !important;
    color: var(--primary, #0f62fe) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}
.mobile-menu-btn svg {
    stroke: var(--primary, #0f62fe) !important;
}
.mobile-menu-btn:hover,
.mobile-menu-btn:active {
    background: var(--primary-light, #edf5ff) !important;
    border-color: var(--primary-hover, #0043ce) !important;
    color: var(--primary-hover, #0043ce) !important;
    transform: scale(0.96) !important;
}
.mobile-menu-btn:hover svg,
.mobile-menu-btn:active svg {
    stroke: var(--primary-hover, #0043ce) !important;
}

/* Drawer Login / Register Button (Adiba Blue Outline Style) */
.drawer-login-btn {
    width: 100% !important;
    height: 44px !important;
    background: transparent !important;
    border: 1.5px solid var(--primary, #0f62fe) !important;
    border-radius: 8px !important;
    color: var(--primary, #0f62fe) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}
.drawer-login-btn svg {
    stroke: var(--primary, #0f62fe) !important;
}
.drawer-login-btn:hover,
.drawer-login-btn:active {
    background: var(--primary-light, #edf5ff) !important;
    border-color: var(--primary-hover, #0043ce) !important;
    color: var(--primary-hover, #0043ce) !important;
}
.drawer-login-btn:hover svg,
.drawer-login-btn:active svg {
    stroke: var(--primary-hover, #0043ce) !important;
}

/* Brand Blue Touch for Drawer Menu Items */
.drawer-item-icon.blue,
.drawer-item-icon.orange-brand {
    background: #edf5ff !important;
    color: #0f62fe !important;
}
.drawer-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    transition: color 0.2s ease;
}
.drawer-item-sub {
    font-size: 11.5px;
    color: #64748b;
    transition: color 0.2s ease;
}
.drawer-menu-item:hover .drawer-item-title {
    color: var(--primary, #0f62fe) !important;
}
.drawer-menu-item:hover .drawer-item-sub {
    color: var(--primary, #0f62fe) !important;
}
.drawer-menu-item:hover {
    background: #f8fafc;
}

/* Announcement Label in Brand Blue */
.announcement-label {
    background: linear-gradient(135deg, #0f62fe 0%, #0043ce 100%) !important;
}
/* ==========================================================================
   COMPACT SHOP BY CATEGORY SECTION SPACING
   ========================================================================== */
.category-slider-section {
    padding-top: 10px !important;
    padding-bottom: 24px !important;
}
.category-slider-section .section-head {
    margin-bottom: 12px !important;
}
.category-slider-section .section-title {
    font-size: 24px;
    margin-bottom: 2px;
}
.category-slider-section .section-subtitle {
    margin-top: 2px;
    font-size: 13.5px;
}

/* ==========================================================================
   RESPONSIVE CONTACT US PAGE
   ========================================================================== */
.contact-page-wrap {
    padding-top: 28px;
    padding-bottom: 50px;
}
.contact-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 36px auto;
}
.contact-tagline {
    font-size: 13px;
    font-weight: 800;
    color: #0f62fe;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 6px;
}
.contact-title {
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px 0;
    line-height: 1.25;
}
.contact-desc {
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: flex-start;
}

.contact-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

.contact-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-items-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.contact-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-icon-box svg {
    width: 22px;
    height: 22px;
}

.contact-icon-pin { background: #eff6ff; color: #0f62fe; }
.contact-icon-phone { background: #ecfdf5; color: #16a34a; }
.contact-icon-wa { background: #dcfce7; color: #15803d; }
.contact-icon-mail { background: #faf5ff; color: #9333ea; }

.contact-item-content b {
    font-size: 15px;
    color: #0f172a;
    display: block;
}
.contact-item-content span,
.contact-item-content a {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-top: 3px;
    word-break: break-word;
}
.contact-item-content a {
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}
.contact-item-content a:hover {
    text-decoration: underline;
}

.contact-trust-card {
    background: linear-gradient(135deg, #091224 0%, #034f8a 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
}

.btn-contact-submit {
    width: 100%;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background: #0f62fe;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(15, 98, 254, 0.28);
    transition: all 0.2s ease;
}
.btn-contact-submit:hover {
    background: #0043ce;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(15, 98, 254, 0.4);
}

/* Responsive: Tablet and Mobile */
@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .contact-header {
        margin-bottom: 24px !important;
    }
}
@media (max-width: 768px) {
    .contact-page-wrap {
        padding-top: 16px !important;
        padding-bottom: 36px !important;
    }
    .contact-card {
        padding: 18px 16px !important;
        border-radius: 10px !important;
        margin-bottom: 16px !important;
    }
    .contact-card-title {
        font-size: 16px !important;
        margin-bottom: 16px !important;
        padding-bottom: 10px !important;
    }
    .contact-trust-card {
        padding: 18px 16px !important;
        border-radius: 10px !important;
    }
    .contact-icon-box {
        width: 38px !important;
        height: 38px !important;
    }
    .contact-icon-box svg {
        width: 19px !important;
        height: 19px !important;
    }
    .contact-item-row {
        gap: 12px !important;
    }
    .btn-contact-submit {
        padding: 12px 16px !important;
        font-size: 14.5px !important;
    }
}

/* ==========================================================================
   POLICY & INFORMATIONAL PAGES RESPONSIVE SYSTEM
   (Service & Support, Shipping Policy, Payment & EMI, Return Policy, Terms)
   ========================================================================== */
.policy-page-wrap {
    padding-top: 24px;
    padding-bottom: 50px;
}
.policy-breadcrumb {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.policy-breadcrumb a {
    color: var(--primary, #0f62fe);
    text-decoration: none;
    font-weight: 500;
}
.policy-breadcrumb a:hover {
    text-decoration: underline;
}
.policy-breadcrumb span.current {
    color: #0f172a;
    font-weight: 600;
}

.policy-header-banner {
    border-radius: 14px;
    padding: 36px 32px;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.policy-badge {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.policy-header-title {
    font-size: clamp(22px, 3.5vw, 32px);
    font-weight: 900;
    margin: 0 0 10px 0;
    color: #ffffff;
    line-height: 1.25;
}
.policy-header-desc {
    font-size: 14.5px;
    color: #cbd5e1;
    max-width: 680px;
    margin: 0;
    line-height: 1.6;
}

.policy-layout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    align-items: flex-start;
}

.policy-content-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.policy-sidebar-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.policy-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 26px 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.policy-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy-2col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.policy-item-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
}

.policy-sidebar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.policy-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.policy-links-list a {
    color: #334155;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}
.policy-links-list a:hover {
    color: var(--primary, #0f62fe);
    background: #f1f5f9;
}
.policy-links-list a.active {
    color: var(--primary, #0f62fe);
    background: #eff6ff;
    font-weight: 700;
}

/* Responsive: Tablet and Mobile */
@media (max-width: 991px) {
    .policy-layout-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
}
@media (max-width: 768px) {
    .policy-page-wrap {
        padding-top: 16px !important;
        padding-bottom: 36px !important;
    }
    .policy-header-banner {
        padding: 22px 18px !important;
        border-radius: 10px !important;
        margin-bottom: 18px !important;
    }
    .policy-header-title {
        font-size: 20px !important;
    }
    .policy-header-desc {
        font-size: 13.5px !important;
    }
    .policy-card {
        padding: 18px 16px !important;
        border-radius: 10px !important;
    }
    .policy-card-title {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }
    .policy-2col-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    .policy-sidebar-card {
        padding: 18px 16px !important;
        border-radius: 10px !important;
    }
}


/* ==========================================================================
   CART & CHECKOUT RESPONSIVE SUITE (Adiba Computers)
   ========================================================================== */
.cart-items-header {
    padding: 18px 24px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 700;
    font-size: 13px;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: grid;
    grid-template-columns: 3fr 1.2fr 1.2fr 1.2fr 40px;
    gap: 12px;
    align-items: center;
}

.cart-item-row {
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
    display: grid;
    grid-template-columns: 3fr 1.2fr 1.2fr 1.2fr 40px;
    gap: 12px;
    align-items: center;
    transition: all 0.3s ease;
}

.cart-item-product {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.cart-item-thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    flex-shrink: 0;
}

.cart-item-info {
    min-width: 0;
    flex: 1;
}

.cart-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 4px;
    word-break: break-word;
}

.cart-item-meta {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: var(--text-muted);
    flex-wrap: wrap;
}

.cart-pos-badge {
    color: #0284c7;
    font-weight: 600;
}

.cart-item-controls {
    display: contents;
}

.cart-item-price {
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    color: #334155;
    white-space: nowrap;
}

.cart-item-qty {
    text-align: center;
    display: flex;
    justify-content: center;
}

.cart-item-subtotal {
    text-align: right;
    font-weight: 800;
    font-size: 16px;
    color: var(--primary);
    white-space: nowrap;
}

.cart-item-remove {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.cart-remove-btn {
    background: #fee2e2;
    border: none;
    color: #dc2626;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.cart-remove-btn:hover {
    background: #fca5a5;
    color: #991b1b;
}

.cart-mobile-label {
    display: none;
}

@media (max-width: 768px) {
    /* --- Cart Mobile Layout --- */
    .cart-items-header {
        display: none !important;
    }

    .cart-item-row {
        display: flex !important;
        flex-direction: column !important;
        padding: 16px 14px !important;
        gap: 12px !important;
        position: relative !important;
        align-items: stretch !important;
    }

    .cart-item-product {
        gap: 12px !important;
        padding-right: 38px !important; /* space for top-right remove button */
        width: 100% !important;
    }

    .cart-item-thumb {
        width: 56px !important;
        height: 56px !important;
    }

    .cart-item-title {
        font-size: 13.5px !important;
        line-height: 1.35 !important;
    }

    .cart-item-meta {
        font-size: 11.5px !important;
        gap: 6px !important;
    }

    .cart-item-remove {
        position: absolute !important;
        top: 14px !important;
        right: 14px !important;
    }

    .cart-item-controls {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-top: 12px !important;
        border-top: 1px dashed #e2e8f0 !important;
        width: 100% !important;
        gap: 8px !important;
    }

    .cart-item-price {
        text-align: left !important;
        font-size: 13px !important;
    }

    .cart-item-qty {
        justify-content: center !important;
    }

    .cart-item-subtotal {
        text-align: right !important;
        font-size: 15px !important;
    }

    .cart-mobile-label {
        display: inline !important;
        font-size: 11px !important;
        color: #64748b !important;
        font-weight: 600 !important;
    }

    /* --- Checkout Mobile Layout --- */
    .checkout-container {
        padding: 14px 0 36px 0 !important;
    }

    .checkout-card {
        padding: 16px 14px !important;
        margin-bottom: 16px !important;
        border-radius: var(--radius-md) !important;
    }

    .checkout-card-header {
        margin-bottom: 16px !important;
        padding-bottom: 10px !important;
        gap: 10px !important;
    }

    .step-bubble {
        width: 28px !important;
        height: 28px !important;
        font-size: 13px !important;
        flex-shrink: 0 !important;
    }

    .checkout-title {
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    /* CRITICAL: Turn 2-col inputs into 100% single-column on mobile */
    .form-group-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin-bottom: 14px !important;
    }

    .form-control-modern {
        padding: 11px 14px !important;
        font-size: 14px !important;
    }

    .delivery-options-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin-bottom: 16px !important;
    }

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

    .payment-method-card {
        padding: 14px !important;
    }

    .payment-method-header {
        gap: 10px !important;
    }

    .payment-info-box {
        padding: 12px 10px !important;
        font-size: 12.5px !important;
    }

    .order-summary-card {
        padding: 18px 14px !important;
    }

    .searchable-select-trigger {
        padding: 8px 12px !important;
        min-height: 44px !important;
    }

    .searchable-dropdown-panel {
        max-height: 280px !important;
    }

    .btn-place-order {
        padding: 14px 20px !important;
        font-size: 15px !important;
    }
}


.btn-primary-blue {
    background: linear-gradient(135deg, #0f62fe 0%, #0043ce 100%) !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 24px rgba(15, 98, 254, 0.32);
    transition: var(--transition);
    text-decoration: none;
}

.btn-primary-blue:hover {
    background: linear-gradient(135deg, #1d6eff 0%, #0038b8 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 98, 254, 0.42);
    color: #ffffff !important;
}


/* ==========================================================================
   HOMEPAGE RESPONSIVE SECTION HEADERS & FILTER TABS (Mobile Optimized)
   ========================================================================== */
.section-head-responsive {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.section-head-responsive .section-head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.section-head-responsive .section-title {
    margin: 0;
}

.section-head-responsive .section-subtitle {
    margin-top: 4px;
    margin-bottom: 0;
    color: var(--text-muted);
    font-size: 14px;
}

@media (max-width: 768px) {
    .section-head-responsive {
        margin-bottom: 14px !important;
    }

    .section-head-responsive .section-head-top {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        gap: 8px !important;
        margin-bottom: 4px !important;
    }

    .section-head-responsive .section-title {
        font-size: 18px !important;
        font-weight: 800 !important;
        margin: 0 !important;
        white-space: nowrap !important;
        letter-spacing: -0.3px !important;
        color: #0f172a !important;
    }

    .section-head-responsive .view-all-link {
        font-size: 12.5px !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
        color: var(--primary) !important;
        flex-shrink: 0 !important;
        text-decoration: none !important;
    }

    .section-head-responsive .section-subtitle {
        text-align: center !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin: 4px auto 10px auto !important;
        display: block !important;
        width: 100% !important;
        color: #64748b !important;
    }

    /* Hide the 11 category pills under Featured Products on mobile */
    .filter-tabs,
    .filter-tabs-full {
        display: none !important;
    }
}


/* ==========================================================================
   CENTERED SECTION HEADERS (Adiba Landing Design Standard)
   ========================================================================== */
.section-head-centered {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 30px auto;
}

.section-head-centered .section-title {
    font-size: 26px;
    font-weight: 800;
    color: #0b1727;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
}

.section-head-centered .section-subtitle {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .section-head-centered {
        margin: 0 auto 18px auto !important;
        padding: 0 10px !important;
    }
    .section-head-centered .section-title {
        font-size: 20px !important;
        margin-bottom: 4px !important;
    }
    .section-head-centered .section-subtitle {
        font-size: 12.5px !important;
        line-height: 1.4 !important;
    }
}
