/* ============================================================
   SmartBasket — Minimal Supermarket Theme (Website 3)
   Clean, modern, minimal design with strong typography
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --primary: #111827;
    --primary-light: #374151;
    --accent: #F59E0B;
    --accent-dark: #D97706;
    --accent-light: #FEF3C7;
    --white: #FFFFFF;
    --light: #F9FAFB;
    --gray-50: #F9FAFB;
    --gray-100: #F3F4F6;
    --gray-200: #E5E7EB;
    --gray-400: #9CA3AF;
    --gray-500: #6B7280;
    --gray-700: #374151;
    --gray-900: #111827;
    --text: #111827;
    --text-muted: #6B7280;
    --border: #E5E7EB;
    --shadow: 0 1px 3px rgba(0,0,0,0.06), 0 2px 10px rgba(0,0,0,0.05);
    --shadow-hover: 0 8px 30px rgba(0,0,0,0.12);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.25s ease;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

body.dark-mode {
    --primary: #F9FAFB;
    --white: #0F172A;
    --light: #1E293B;
    --gray-50: #0F172A;
    --gray-100: #1E293B;
    --gray-200: #334155;
    --border: #334155;
    --text: #F1F5F9;
    --text-muted: #94A3B8;
    --shadow: 0 1px 3px rgba(0,0,0,0.4), 0 2px 10px rgba(0,0,0,0.3);
    --shadow-hover: 0 8px 30px rgba(0,0,0,0.5);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; overflow-x: hidden; transition: background 0.3s, color 0.3s; }
a { text-decoration: none; color: var(--text); transition: var(--transition); }
img { max-width: 100%; display: block; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5 { font-family: var(--font); font-weight: 800; letter-spacing: -0.025em; }

/* ── Preloader ── */
#preloader { position: fixed; inset: 0; z-index: 9999; background: var(--white); display: flex; align-items: center; justify-content: center; transition: opacity 0.4s, visibility 0.4s; }
#preloader.hidden { opacity: 0; visibility: hidden; }
.preloader-spinner { width: 44px; height: 44px; border: 3px solid var(--border); border-top-color: var(--accent); border-radius: 50%; animation: spin 0.8s linear infinite; margin: 8px auto; }
.logo-text { font-weight: 900; font-size: 1.6rem; color: var(--text); letter-spacing: -1px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Toast ── */
#sb-toast { position: fixed; bottom: 30px; right: 30px; z-index: 9998; background: var(--gray-900); color: #fff; padding: 13px 20px; border-radius: var(--radius); font-size: 0.875rem; font-weight: 600; display: flex; align-items: center; gap: 10px; transform: translateX(110%); transition: transform 0.3s ease; box-shadow: var(--shadow-hover); }
#sb-toast.show { transform: translateX(0); }

/* ── Navbar ── */
.navbar { position: sticky; top: 0; z-index: 1000; background: var(--white); border-bottom: 1px solid var(--border); padding: 0; transition: var(--transition); }
.navbar.scrolled { box-shadow: var(--shadow); }
.navbar-top { background: var(--primary); color: rgba(255,255,255,0.8); font-size: 0.78rem; padding: 7px 0; letter-spacing: 0.25px; }
.navbar-top a { color: rgba(255,255,255,0.65); }
.navbar-top a:hover { color: #fff; }
.navbar-main { padding: 14px 0; }
.navbar-brand .brand-name { font-weight: 900; font-size: 1.55rem; color: var(--text); letter-spacing: -1.5px; }
.navbar-brand .brand-name span { color: var(--accent); }
.navbar-brand small { font-size: 0.6rem; color: var(--text-muted); letter-spacing: 2.5px; text-transform: uppercase; display: block; margin-top: -2px; }
.search-form { flex: 1; max-width: 440px; }
.search-form .input-group { border-radius: var(--radius); overflow: hidden; border: 1.5px solid var(--border); }
.search-form input { border: none; padding: 10px 16px; font-family: var(--font); font-size: 0.88rem; background: var(--light); color: var(--text); }
.search-form input:focus { outline: none; box-shadow: none; background: var(--white); }
.search-form .btn-search { background: var(--primary); color: #fff; border: none; padding: 10px 16px; cursor: pointer; transition: var(--transition); }
.search-form .btn-search:hover { background: var(--accent); }
.nav-icons { display: flex; align-items: center; gap: 6px; }
.nav-icon-btn { position: relative; background: transparent; border: 1.5px solid var(--border); cursor: pointer; width: 42px; height: 42px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: var(--text-muted); transition: var(--transition); text-decoration: none; }
.nav-icon-btn:hover { border-color: var(--accent); color: var(--accent); }
.cart-count, .wishlist-count { position: absolute; top: -5px; right: -5px; background: var(--accent); color: var(--primary); font-size: 0.62rem; font-weight: 800; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.navbar-nav .nav-link { font-size: 0.875rem; font-weight: 600; color: var(--text-muted) !important; padding: 8px 14px !important; border-radius: var(--radius-sm); transition: var(--transition); }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--text) !important; background: var(--gray-100); }
.dropdown-menu { border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-hover); background: var(--white); padding: 8px; }
.dropdown-item { border-radius: var(--radius-sm); font-size: 0.875rem; padding: 8px 12px; color: var(--text); font-weight: 500; }
.dropdown-item:hover { background: var(--gray-100); color: var(--text); }

/* ── Hero ── */
.hero-section { background: var(--primary); min-height: 86vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-section::before { content: ''; position: absolute; top: -30%; right: -10%; width: 60%; height: 140%; background: var(--accent); opacity: 0.05; border-radius: 50%; }
.hero-section::after { content: ''; position: absolute; bottom: -20%; left: -5%; width: 40%; height: 80%; background: var(--accent); opacity: 0.04; border-radius: 50%; }
.hero-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.hero-title { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 900; line-height: 1.06; color: #fff; letter-spacing: -2px; margin-bottom: 22px; }
.hero-title .highlight { color: var(--accent); }
.hero-subtitle { color: rgba(255,255,255,0.6); font-size: 1.05rem; margin-bottom: 38px; max-width: 460px; font-weight: 400; line-height: 1.7; }
.hero-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-tag { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.7); padding: 6px 14px; border-radius: 30px; font-size: 0.78rem; font-weight: 600; }
.hero-img { max-height: 480px; width: auto; margin: 0 auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5)); animation: float 3s ease-in-out infinite alternate; border-radius: var(--radius); }
@keyframes float { from { transform: translateY(0); } to { transform: translateY(-12px); } }

/* ── Buttons ── */
.btn-primary-solid { background: var(--accent); color: var(--primary); border: 2px solid var(--accent); padding: 12px 28px; border-radius: var(--radius); font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-family: var(--font); }
.btn-primary-solid:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: var(--primary); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(245,158,11,0.35); }
.btn-primary-outline { background: transparent; color: rgba(255,255,255,0.85); border: 2px solid rgba(255,255,255,0.2); padding: 12px 28px; border-radius: var(--radius); font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-family: var(--font); }
.btn-primary-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.07); }
.btn-dark-outline { background: transparent; color: var(--text); border: 2px solid var(--border); padding: 10px 22px; border-radius: var(--radius); font-weight: 600; font-size: 0.875rem; cursor: pointer; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-family: var(--font); }
.btn-dark-outline:hover { border-color: var(--text); background: var(--gray-100); }

/* ── Section Headers ── */
.section-header { margin-bottom: 48px; }
.section-kicker { font-size: 0.72rem; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent); display: inline-block; margin-bottom: 10px; }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 900; color: var(--text); letter-spacing: -1.5px; line-height: 1.15; }
.section-title span { color: var(--accent); }
.section-desc { color: var(--text-muted); font-size: 1rem; max-width: 500px; }

/* ── Categories ── */
.categories-section { padding: 80px 0; background: var(--light); }
.category-card { background: var(--white); border-radius: var(--radius); padding: 24px 18px; text-align: center; transition: var(--transition); cursor: pointer; border: 1px solid var(--border); }
.category-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.category-icon { width: 72px; height: 72px; border-radius: var(--radius); background: var(--gray-100); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 2rem; transition: var(--transition); }
.category-card:hover .category-icon { background: var(--accent-light); }
.category-card h5 { font-size: 0.9rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.category-card span { font-size: 0.75rem; color: var(--text-muted); font-weight: 500; }

/* ── Product Cards ── */
.products-section { padding: 80px 0; }
.product-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; transition: var(--transition); position: relative; height: 100%; display: flex; flex-direction: column; }
.product-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); border-color: transparent; }
.product-badge { position: absolute; top: 10px; left: 10px; z-index: 2; font-size: 0.68rem; font-weight: 800; padding: 3px 10px; border-radius: 6px; text-transform: uppercase; letter-spacing: 0.5px; }
.badge-sale { background: #EF4444; color: #fff; }
.badge-new { background: #3B82F6; color: #fff; }
.badge-organic { background: #10B981; color: #fff; }
.product-image { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--gray-50); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.product-card:hover .product-image img { transform: scale(1.06); }
.product-actions { position: absolute; top: 10px; right: 10px; display: flex; flex-direction: column; gap: 6px; opacity: 0; transform: translateX(8px); transition: var(--transition); }
.product-card:hover .product-actions { opacity: 1; transform: translateX(0); }
.btn-wishlist, .btn-quick-view { width: 36px; height: 36px; border-radius: var(--radius-sm); background: var(--white); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.82rem; color: var(--text-muted); cursor: pointer; transition: var(--transition); text-decoration: none; }
.btn-wishlist:hover, .btn-wishlist.active { background: #EF4444; color: #fff; border-color: #EF4444; }
.btn-quick-view:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn-wishlist.active { background: #EF4444; color: #fff; border-color: #EF4444; }
.product-info { padding: 14px 16px 8px; flex: 1; }
.product-category { font-size: 0.7rem; font-weight: 700; color: var(--accent-dark); text-transform: uppercase; letter-spacing: 1px; }
.product-title { font-size: 0.92rem; font-weight: 700; margin: 6px 0; line-height: 1.3; letter-spacing: -0.3px; }
.product-title a { color: var(--text); }
.product-title a:hover { color: var(--accent-dark); }
.product-rating { display: flex; align-items: center; gap: 3px; font-size: 0.75rem; margin-bottom: 8px; }
.product-rating .fa-star, .product-rating .fa-star-half-alt { color: var(--accent); }
.product-rating .fa-star.far { color: var(--border); }
.review-count { color: var(--text-muted); font-size: 0.75rem; }
.product-price-wrap { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.product-price { font-size: 1.2rem; font-weight: 900; color: var(--text); letter-spacing: -0.5px; }
.product-original-price { font-size: 0.85rem; color: var(--text-muted); text-decoration: line-through; }
.product-discount { font-size: 0.7rem; font-weight: 800; color: #EF4444; background: #FEF2F2; padding: 2px 7px; border-radius: 5px; }
.product-unit { font-size: 0.73rem; color: var(--text-muted); display: block; margin-top: 3px; font-weight: 500; }
.product-footer { padding: 10px 16px 16px; }
.btn-add-cart { background: var(--primary); color: #fff; border: 2px solid var(--primary); border-radius: var(--radius-sm); padding: 9px 14px; font-size: 0.82rem; font-weight: 700; cursor: pointer; transition: var(--transition); display: flex; align-items: center; justify-content: center; gap: 7px; font-family: var(--font); width: 100%; }
.btn-add-cart:hover { background: var(--accent); border-color: var(--accent); color: var(--primary); }

/* ── Offer Banner ── */
.offers-section { padding: 80px 0; background: var(--primary); }
.offer-card { border-radius: var(--radius); overflow: hidden; position: relative; min-height: 260px; display: flex; align-items: center; padding: 44px 48px; }
.offer-card-dark { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); }
.offer-card-accent { background: var(--accent); }
.offer-bg-text { font-size: 9rem; font-weight: 900; position: absolute; right: 20px; bottom: -30px; opacity: 0.06; line-height: 1; letter-spacing: -5px; }
.offer-kicker { font-size: 0.72rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.offer-card-dark .offer-kicker { color: var(--accent); }
.offer-card-accent .offer-kicker { color: rgba(0,0,0,0.6); }
.offer-card-dark h3 { color: #fff; font-size: 1.9rem; font-weight: 900; margin-bottom: 10px; letter-spacing: -1px; }
.offer-card-accent h3 { color: var(--primary); font-size: 1.9rem; font-weight: 900; margin-bottom: 10px; letter-spacing: -1px; }
.offer-card-dark p { color: rgba(255,255,255,0.55); font-size: 0.95rem; }
.offer-card-accent p { color: rgba(0,0,0,0.6); font-size: 0.95rem; margin-bottom: 24px; }
.countdown-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 10px; }
.countdown-boxes { display: flex; gap: 8px; }
.cd-box { background: rgba(255,255,255,0.08); border-radius: var(--radius-sm); padding: 10px 14px; text-align: center; min-width: 58px; }
.cd-box .cd-num { font-size: 1.6rem; font-weight: 900; line-height: 1; display: block; color: #fff; letter-spacing: -1px; }
.cd-box .cd-label { font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); }

/* ── Features ── */
.whychoose-section { padding: 80px 0; background: var(--light); }
.feature-card { padding: 30px 24px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--border); transition: var(--transition); }
.feature-card:hover { border-color: var(--accent); box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.feature-icon { width: 56px; height: 56px; border-radius: var(--radius); background: var(--accent-light); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; font-size: 1.4rem; color: var(--accent-dark); }
.feature-card h5 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.3px; }
.feature-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; }

/* ── Stats ── */
.stats-section { padding: 80px 0; background: var(--accent); }
.stat-card { text-align: center; }
.stat-card .counter-number { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; line-height: 1; margin-bottom: 8px; display: block; color: var(--primary); letter-spacing: -2px; }
.stat-card p { font-size: 0.9rem; color: rgba(0,0,0,0.6); font-weight: 600; }

/* ── Testimonials ── */
.testimonials-section { padding: 80px 0; }
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 28px; border: 1px solid var(--border); transition: var(--transition); }
.testimonial-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.testimonial-stars { display: flex; gap: 3px; color: var(--accent); font-size: 0.85rem; margin-bottom: 14px; }
.testimonial-text { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 18px; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--border); }
.testimonial-name { font-size: 0.875rem; font-weight: 800; color: var(--text); }
.testimonial-role { font-size: 0.75rem; color: var(--text-muted); }

/* ── Newsletter ── */
.newsletter-section { padding: 80px 0; background: var(--light); }
.newsletter-inner { max-width: 580px; margin: 0 auto; text-align: center; }
.newsletter-section h2 { font-size: 2.2rem; font-weight: 900; letter-spacing: -1.5px; margin-bottom: 12px; }
.newsletter-section p { color: var(--text-muted); margin-bottom: 30px; }
.newsletter-form { display: flex; border-radius: var(--radius); overflow: hidden; border: 1.5px solid var(--border); }
.newsletter-form input { flex: 1; border: none; padding: 14px 20px; font-family: var(--font); font-size: 0.9rem; background: var(--white); color: var(--text); outline: none; }
.newsletter-form button { background: var(--primary); color: #fff; border: none; padding: 14px 24px; font-family: var(--font); font-weight: 700; font-size: 0.875rem; cursor: pointer; transition: var(--transition); }
.newsletter-form button:hover { background: var(--accent); color: var(--primary); }
.newsletter-success { font-weight: 700; font-size: 1rem; color: var(--text); padding: 20px; }

/* ── Shop Page ── */
.shop-hero { background: var(--primary); padding: 44px 0; }
.shop-hero h1 { font-size: 2.2rem; font-weight: 900; color: #fff; letter-spacing: -1.5px; }
.breadcrumb { background: none; padding: 0; margin-top: 8px; }
.breadcrumb-item a { color: rgba(255,255,255,0.6); font-size: 0.875rem; }
.breadcrumb-item a:hover { color: #fff; }
.breadcrumb-item.active { color: rgba(255,255,255,0.85); font-size: 0.875rem; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.3); }
.shop-sidebar { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; position: sticky; top: 80px; }
.sidebar-section { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.sidebar-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.sidebar-title { font-size: 0.82rem; font-weight: 800; color: var(--text); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.filter-item { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.filter-item label { cursor: pointer; font-size: 0.875rem; color: var(--text-muted); flex: 1; font-weight: 500; }
.filter-item input[type="checkbox"] { width: 16px; height: 16px; border-radius: 4px; accent-color: var(--accent); cursor: pointer; }
.filter-count { font-size: 0.73rem; color: var(--text-muted); }
#price-range { width: 100%; accent-color: var(--accent); cursor: pointer; }
#price-range-display { font-size: 0.875rem; color: var(--text); font-weight: 700; margin-top: 6px; }
.shop-toolbar { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); margin-bottom: 22px; flex-wrap: wrap; }
#product-count { font-size: 0.875rem; color: var(--text-muted); margin-right: auto; font-weight: 500; }
#sort-select, #shop-search { border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 8px 12px; font-family: var(--font); font-size: 0.85rem; color: var(--text); background: var(--white); outline: none; }
#sort-select:focus, #shop-search:focus { border-color: var(--accent); }

/* ── Product Detail ── */
.gallery-main { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); aspect-ratio: 1; background: var(--gray-50); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb { width: 68px; height: 68px; border-radius: var(--radius-sm); border: 2px solid var(--border); cursor: pointer; overflow: hidden; transition: var(--transition); }
.gallery-thumb:hover, .gallery-thumb.active { border-color: var(--accent); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-title { font-size: 2rem; font-weight: 900; color: var(--text); letter-spacing: -1.5px; }
.price-current { font-size: 2.2rem; font-weight: 900; color: var(--text); letter-spacing: -1px; }
.price-original { font-size: 1.15rem; color: var(--text-muted); text-decoration: line-through; }
.price-save { background: #EF4444; color: #fff; font-size: 0.75rem; font-weight: 800; padding: 3px 9px; border-radius: 6px; }
.product-desc { font-size: 0.925rem; color: var(--text-muted); line-height: 1.75; }
.product-meta p { font-size: 0.875rem; margin-bottom: 5px; color: var(--text-muted); }
.product-meta strong { color: var(--text); }
.qty-control { border: 1.5px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.qty-btn { width: 38px; height: 42px; background: var(--gray-100); border: none; font-size: 1rem; font-weight: 700; cursor: pointer; color: var(--text); transition: var(--transition); }
.qty-btn:hover { background: var(--accent); color: var(--primary); }
.qty-input { width: 54px; height: 42px; border: none; text-align: center; font-family: var(--font); font-size: 0.95rem; font-weight: 700; color: var(--text); background: var(--white); padding: 0; outline: none; }
.btn-wishlist-lg { width: 46px; height: 46px; border-radius: var(--radius-sm); border: 1.5px solid var(--border); background: var(--white); color: var(--text-muted); font-size: 1rem; cursor: pointer; transition: var(--transition); display: inline-flex; align-items: center; justify-content: center; }
.btn-wishlist-lg:hover, .btn-wishlist-lg.active { border-color: #EF4444; background: #EF4444; color: #fff; }

/* ── Cart ── */
.cart-table thead th { background: var(--gray-100); font-size: 0.78rem; font-weight: 800; color: var(--text-muted); padding: 12px 14px; border: none; text-transform: uppercase; letter-spacing: 0.5px; }
.cart-table tbody td { padding: 14px; vertical-align: middle; border-color: var(--border); font-size: 0.875rem; }
.cart-table tbody tr:hover { background: var(--gray-50); }
.btn-remove-cart { background: none; border: none; color: var(--text-muted); font-size: 1rem; cursor: pointer; transition: var(--transition); padding: 6px; border-radius: 6px; }
.btn-remove-cart:hover { color: #EF4444; background: #FEF2F2; }
.cart-summary-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); padding: 26px; position: sticky; top: 80px; }
.cart-summary-card h4 { font-size: 1.1rem; font-weight: 900; margin-bottom: 20px; letter-spacing: -0.5px; }
.summary-row { display: flex; justify-content: space-between; font-size: 0.875rem; margin-bottom: 10px; color: var(--text-muted); font-weight: 500; }
.summary-row.total { font-size: 1.1rem; font-weight: 900; color: var(--text); border-top: 1px solid var(--border); padding-top: 14px; margin-top: 6px; letter-spacing: -0.5px; }
#free-shipping-msg { font-size: 0.8rem; color: #10B981; background: #D1FAE5; padding: 8px 12px; border-radius: var(--radius-sm); margin-bottom: 14px; font-weight: 600; display: none; }

/* ── Checkout ── */
.checkout-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); padding: 26px; margin-bottom: 22px; }
.checkout-card h5 { font-size: 0.95rem; font-weight: 800; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 0.25px; }
.form-label { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.3px; }
.form-control, .form-select { border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 10px 14px; font-family: var(--font); font-size: 0.875rem; background: var(--white); color: var(--text); transition: var(--transition); }
.form-control:focus, .form-select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(245,158,11,0.12); outline: none; }
.payment-option { border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 12px 16px; display: flex; align-items: center; gap: 12px; cursor: pointer; transition: var(--transition); margin-bottom: 10px; background: var(--white); }
.payment-option.active, .payment-option:hover { border-color: var(--accent); background: var(--accent-light); }
.payment-option input[type="radio"] { accent-color: var(--accent); width: 16px; height: 16px; }
.payment-option label { cursor: pointer; font-size: 0.875rem; font-weight: 700; flex: 1; color: var(--text); }

/* ── About ── */
.about-hero { background: var(--primary); padding: 80px 0; text-align: center; }
.about-hero h1 { font-size: 3rem; font-weight: 900; color: #fff; letter-spacing: -2px; }
.about-section { padding: 80px 0; }
.about-image { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-hover); }
.team-card { text-align: center; padding: 28px 20px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); transition: var(--transition); }
.team-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.team-avatar { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; margin: 0 auto 14px; border: 3px solid var(--border); }
.team-card h5 { font-size: 0.95rem; font-weight: 800; letter-spacing: -0.3px; }
.team-card p { font-size: 0.78rem; color: var(--accent-dark); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.team-social { display: flex; justify-content: center; gap: 8px; margin-top: 12px; }
.team-social a { width: 32px; height: 32px; border-radius: var(--radius-sm); background: var(--gray-100); color: var(--text-muted); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; transition: var(--transition); }
.team-social a:hover { background: var(--primary); color: #fff; }

/* ── Contact ── */
.contact-hero { background: var(--primary); padding: 80px 0; text-align: center; }
.contact-info-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); padding: 24px; text-align: center; transition: var(--transition); }
.contact-info-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.contact-info-icon { width: 52px; height: 52px; border-radius: var(--radius); background: var(--accent-light); color: var(--accent-dark); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin: 0 auto 14px; }
.contact-info-card h6 { font-size: 0.875rem; font-weight: 800; margin-bottom: 6px; letter-spacing: -0.2px; }
.contact-info-card p { font-size: 0.85rem; color: var(--text-muted); }
.contact-form-wrap { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); padding: 32px; }
.map-placeholder { height: 360px; background: var(--gray-100); border-radius: var(--radius); overflow: hidden; }
.map-placeholder iframe { width: 100%; height: 100%; border: none; }

/* ── Footer ── */
.footer { background: var(--primary); color: rgba(255,255,255,0.6); padding: 70px 0 0; }
.footer-brand .brand-name { font-weight: 900; font-size: 1.5rem; color: #fff; letter-spacing: -1px; }
.footer-brand .brand-name span { color: var(--accent); }
.footer-brand p { font-size: 0.85rem; margin-top: 12px; opacity: 0.55; line-height: 1.7; }
.footer-social { display: flex; gap: 8px; margin-top: 18px; }
.footer-social a { width: 36px; height: 36px; border-radius: var(--radius-sm); background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); font-size: 0.85rem; transition: var(--transition); }
.footer-social a:hover { background: var(--accent); color: var(--primary); }
.footer-heading { font-size: 0.78rem; font-weight: 800; color: rgba(255,255,255,0.4); margin-bottom: 18px; text-transform: uppercase; letter-spacing: 1.5px; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { font-size: 0.875rem; color: rgba(255,255,255,0.55); transition: var(--transition); display: block; font-weight: 500; }
.footer-links a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 12px; font-size: 0.85rem; color: rgba(255,255,255,0.5); font-weight: 500; }
.footer-contact i { color: var(--accent); margin-top: 3px; flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; margin-top: 50px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.8rem; opacity: 0.4; margin: 0; }
.footer-payments { display: flex; gap: 6px; align-items: center; }
.footer-payments span { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.5); padding: 4px 10px; border-radius: 5px; font-size: 0.72rem; font-weight: 800; }

/* ── Back To Top ── */
#back-to-top { position: fixed; bottom: 88px; right: 28px; z-index: 999; width: 44px; height: 44px; border-radius: var(--radius-sm); background: var(--accent); color: var(--primary); border: none; font-size: 0.9rem; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(8px); transition: var(--transition); box-shadow: 0 4px 14px rgba(245,158,11,0.4); font-weight: 900; }
#back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
#back-to-top:hover { background: var(--accent-dark); }

.order-success-alert { position: fixed; top: 80px; left: 50%; transform: translateX(-50%); z-index: 9999; min-width: 400px; text-align: center; border-radius: var(--radius); box-shadow: var(--shadow-hover); }
.section-bg-light { background: var(--light); }

/* ── Responsive ── */
@media (max-width: 991.98px) { .search-form { display: none; } .hero-section { min-height: auto; padding: 80px 0; } .shop-sidebar { position: static; margin-bottom: 22px; } .cart-summary-card { position: static; } }
@media (max-width: 767.98px) { .navbar-top { display: none; } .newsletter-form { flex-direction: column; } .newsletter-form input, .newsletter-form button { border-radius: var(--radius-sm); width: 100%; } .footer-bottom { flex-direction: column; text-align: center; } }
@media (max-width: 575.98px) { .hero-title { font-size: 2.2rem; } .shop-toolbar { flex-direction: column; align-items: stretch; } }
