﻿:root {
  --primary: #1a237e;
  --primary-light: #3949ab;
  --primary-dark: #0d1452;
  --accent: #ff6f00;
  --accent-light: #ff8f00;
  --gradient-primary: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
  --gradient-accent: linear-gradient(135deg, #ff6f00 0%, #ff8f00 100%);
  --gradient-hero: linear-gradient(135deg, #0d1452 0%, #1a237e 50%, #283593 100%);
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
  --shadow-xl: 0 20px 60px rgba(0,0,0,0.15);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font-family); color: #1a1a2e; background: #fff; overflow-x: hidden; line-height: 1.6; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; }

.btn { font-weight: 600; border-radius: var(--radius-sm); padding: 12px 28px; transition: var(--transition); border: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-primary { background: var(--gradient-primary); color: white; }
.btn-primary:hover { color: white; box-shadow: 0 8px 25px rgba(26,35,126,0.3); }
.btn-accent { background: var(--gradient-accent); color: white; }
.btn-accent:hover { color: white; box-shadow: 0 8px 25px rgba(255,111,0,0.3); }
.btn-outline-primary { border: 2px solid var(--primary); color: var(--primary); background: transparent; }
.btn-outline-primary:hover { background: var(--gradient-primary); color: white; border-color: transparent; }
.btn-outline-light { border: 2px solid rgba(255,255,255,0.5); color: white; }
.btn-outline-light:hover { border-color: white; background: rgba(255,255,255,0.1); color: white; }
.btn-lg { padding: 16px 36px; font-size: 1.1rem; border-radius: var(--radius-md); }
.btn-sm { padding: 8px 16px; font-size: 0.875rem; }

.form-control, .form-select { border-radius: var(--radius-sm); border: 2px solid #e8e8e8; padding: 12px 16px; font-family: var(--font-family); transition: var(--transition); }
.form-control:focus, .form-select:focus { border-color: var(--primary-light); box-shadow: 0 0 0 3px rgba(26,35,126,0.1); }

.section { padding: 80px 0; }
.bg-light { background: #f8f9fc; }
.section-header { text-align: center; margin-bottom: 50px; }
.section-badge { display: inline-block; background: rgba(26,35,126,0.08); color: var(--primary); font-weight: 600; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 50px; margin-bottom: 12px; }
.section-header h2 { font-size: 2.2rem; font-weight: 800; color: var(--primary-dark); margin-bottom: 8px; }
.section-header p { font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto; }

.top-bar { background: var(--primary-dark); color: rgba(255,255,255,0.85); font-size: 0.85rem; padding: 8px 0; position: relative; z-index: 1001; }
.top-bar a { color: rgba(255,255,255,0.85); }
.top-bar a:hover { color: white; }
.top-bar i { margin-right: 6px; }

.main-navbar { background: white; padding: 15px 0; box-shadow: var(--shadow-sm); position: sticky; top: 0; z-index: 1000; }
.brand-text { display: flex; align-items: baseline; gap: 2px; }
.brand-ab { font-size: 1.8rem; font-weight: 900; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -1px; }
.brand-import { font-size: 1.3rem; font-weight: 300; color: #333; letter-spacing: 2px; }
.navbar .nav-link { font-weight: 500; color: #333; padding: 8px 16px !important; border-radius: var(--radius-sm); transition: var(--transition); }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--primary); }
.navbar-actions { display: flex; align-items: center; gap: 8px; }
.action-btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #f5f5f5; color: #333; transition: var(--transition); border: none; font-size: 1.2rem; }
.action-btn:hover { background: var(--primary); color: white; transform: scale(1.05); }
.badge-count { position: absolute; top: -4px; right: -4px; width: 20px; height: 20px; background: var(--accent); color: white; font-size: 0.7rem; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.dropdown-menu { border: none; box-shadow: var(--shadow-lg); border-radius: var(--radius-md); padding: 8px; }
.dropdown-item { border-radius: var(--radius-sm); padding: 10px 16px; font-weight: 500; }
.dropdown-item:hover { background: #f0f0ff; color: var(--primary); }

.hero-section { position: relative; overflow: hidden; }
.swiper { overflow: hidden; }
.heroSwiper, .trendingSwiper, .promoSlider, .testimonialSwiper { overflow: hidden; }
.hero-slide {
  padding: 100px 0;
  position: relative;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,20,82,0.85) 0%, rgba(26,35,126,0.7) 50%, rgba(40,53,147,0.6) 100%);
  z-index: 1;
}
.hero-slide .container { position: relative; z-index: 2; }
.hero-badge { display: inline-block; background: rgba(255,255,255,0.15); color: white; font-weight: 600; font-size: 0.85rem; padding: 6px 20px; border-radius: 50px; margin-bottom: 20px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); }
.hero-title { font-size: 3.5rem; font-weight: 900; color: white; line-height: 1.1; margin-bottom: 16px; }
.hero-subtitle { font-size: 1.2rem; color: rgba(255,255,255,0.8); margin-bottom: 30px; max-width: 550px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-image-placeholder { width: 100%; height: 400px; display: flex; align-items: center; justify-content: center; gap: 20px; }
.hero-image-placeholder i { font-size: 5rem; color: rgba(255,255,255,0.3); animation: float 3s ease-in-out infinite; }
.hero-image-placeholder i:nth-child(2) { animation-delay: 0.5s; font-size: 6rem; }
.hero-image-placeholder i:nth-child(3) { animation-delay: 1s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

.trust-badges { padding: 40px 0; margin-top: -40px; position: relative; z-index: 10; }
.trust-badge-item { background: white; border-radius: var(--radius-md); padding: 24px 16px; text-align: center; box-shadow: var(--shadow-md); transition: var(--transition); }
.trust-badge-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.trust-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(26,35,126,0.08); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; font-size: 1.5rem; color: var(--primary); }
.trust-badge-item h6 { font-weight: 700; margin-bottom: 4px; }
.trust-badge-item p { font-size: 0.85rem; color: #888; margin: 0; }

.category-card { display: block; background: white; border-radius: var(--radius-md); padding: 24px 16px; text-align: center; box-shadow: var(--shadow-sm); transition: var(--transition); border: 2px solid transparent; }
.category-card:hover { border-color: var(--primary-light); transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.category-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(26,35,126,0.05); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; font-size: 1.8rem; color: var(--primary); transition: var(--transition); }
.category-card:hover .category-icon { background: var(--gradient-primary); color: white; }
.category-card h6 { font-weight: 700; font-size: 0.95rem; color: #333; }

.product-card { background: white; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); position: relative; height: 100%; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-badges { position: absolute; top: 12px; left: 12px; z-index: 5; display: flex; flex-direction: column; gap: 4px; }
.badge-sale { background: var(--gradient-accent); color: white; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; border-radius: 4px; text-transform: uppercase; }
.badge-trending { background: var(--gradient-primary); color: white; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; border-radius: 4px; text-transform: uppercase; }
.badge-available { background: linear-gradient(135deg, #00a86b, #198754); color: white; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; border-radius: 4px; text-transform: uppercase; }
.badge-preorder { background: linear-gradient(135deg, #7c4dff, #651fff); color: white; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; border-radius: 4px; text-transform: uppercase; }
.badge-lg { display: inline-flex; align-items: center; padding: 8px 20px; border-radius: 8px; font-weight: 700; font-size: 0.95rem; gap: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.1); }
.badge-lg.bg-warning { background: linear-gradient(135deg, #7c4dff, #651fff) !important; color: white !important; }
.badge-lg.bg-success { background: linear-gradient(135deg, #00a86b, #198754) !important; }
.product-actions { position: absolute; top: 12px; right: 12px; z-index: 5; display: flex; flex-direction: column; gap: 6px; opacity: 0; transform: translateX(10px); transition: var(--transition); }
.product-card:hover .product-actions { opacity: 1; transform: translateX(0); }
.btn-wishlist, .btn-quickview { width: 36px; height: 36px; border: none; border-radius: 50%; background: white; color: #333; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; cursor: pointer; transition: var(--transition); box-shadow: var(--shadow-sm); }
.btn-wishlist:hover, .btn-wishlist.active { background: #fce4ec; color: #e91e63; }
.btn-quickview:hover { background: var(--primary); color: white; }
.product-image { display: block; position: relative; padding-top: 100%; overflow: hidden; background: #f8f9fc; }
.product-img-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 3rem; color: #ddd; }
.product-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 16px; transition: transform 0.5s ease; }
.product-card:hover .product-image img { transform: scale(1.08); }
.product-info { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.product-category { font-size: 0.75rem; color: var(--primary); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.product-name { font-size: 0.95rem; font-weight: 700; margin-bottom: 6px; line-height: 1.3; }
.product-name a { color: #1a1a2e; }
.product-name a:hover { color: var(--primary); }
.product-rating { display: flex; align-items: center; gap: 2px; margin-bottom: 8px; font-size: 0.8rem; }
.product-rating i { color: #ffc107; }
.product-rating span { color: #999; margin-left: 4px; }
.product-price { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; margin-top: auto; }
.current-price { font-size: 1.2rem; font-weight: 800; color: var(--primary); }
.old-price { font-size: 0.9rem; color: #999; text-decoration: line-through; }

.promo-card { background: var(--gradient-hero); border-radius: var(--radius-xl); padding: 60px; color: white; overflow: hidden; position: relative; }
.promo-badge { display: inline-block; background: var(--gradient-accent); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 50px; margin-bottom: 16px; }
.promo-title { font-size: 3rem; font-weight: 900; margin-bottom: 12px; }
.promo-text { font-size: 1.1rem; opacity: 0.9; max-width: 450px; }
.promo-features { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
.promo-features span { display: flex; align-items: center; gap: 6px; font-size: 0.9rem; }
.promo-features i { color: var(--accent); }
.promo-discount-circle { width: 200px; height: 200px; border-radius: 50%; background: var(--gradient-accent); display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; box-shadow: 0 0 40px rgba(255,111,0,0.3); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.discount-number { font-size: 4rem; font-weight: 900; line-height: 1; }
.discount-label { font-size: 1.2rem; font-weight: 600; text-transform: uppercase; letter-spacing: 3px; }

.why-us-card { background: white; border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; box-shadow: var(--shadow-sm); transition: var(--transition); height: 100%; }
.why-us-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.why-us-icon { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 2rem; color: white; background: var(--gradient-primary); }
.why-us-card h4 { font-weight: 700; margin-bottom: 12px; font-size: 1.2rem; }
.why-us-card p { color: #666; font-size: 0.95rem; margin: 0; line-height: 1.7; }

.testimonial-card { background: white; border-radius: var(--radius-lg); padding: 36px 28px; box-shadow: var(--shadow-sm); margin: 16px 4px; }
.testimonial-stars { display: flex; gap: 2px; margin-bottom: 16px; }
.testimonial-stars i { color: #ffc107; font-size: 1.1rem; }
.testimonial-content { font-size: 1rem; color: #555; line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--gradient-primary); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; }
.testimonial-author h6 { font-weight: 700; margin-bottom: 2px; }
.testimonial-author span { font-size: 0.85rem; color: #888; }

.newsletter-card { background: var(--gradient-primary); border-radius: var(--radius-xl); padding: 60px; color: white; }
.newsletter-card h3 { font-size: 2rem; font-weight: 800; }
.newsletter-card p { opacity: 0.85; margin: 0; }
.newsletter-form .input-group { background: rgba(255,255,255,0.1); border-radius: var(--radius-md); overflow: hidden; border: 1px solid rgba(255,255,255,0.2); }
.newsletter-form .form-control { background: transparent; border: none; color: white; padding: 16px 20px; }
.newsletter-form .form-control::placeholder { color: rgba(255,255,255,0.6); }
.newsletter-form .form-control:focus { box-shadow: none; }

.contact-info-card { background: white; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-sm); height: 100%; }
.contact-item { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-item:last-child { margin-bottom: 0; }
.contact-icon { width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; background: rgba(26,35,126,0.08); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.2rem; }
.contact-item h6 { font-weight: 700; margin-bottom: 2px; }
.contact-item p { color: #666; margin: 0; }
.contact-item a { color: var(--primary); }
.contact-form-card { background: white; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-sm); }

.main-footer { background: var(--primary-dark); color: rgba(255,255,255,0.8); padding: 60px 0 0; }
.footer-top { padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-desc { font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px; }
.social-links { display: flex; gap: 8px; }
.social-link { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: white; transition: var(--transition); font-size: 1.1rem; }
.social-link:hover { background: var(--accent); color: white; transform: translateY(-3px); }
.main-footer h5 { font-weight: 700; color: white; margin-bottom: 20px; font-size: 1.1rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,0.7); transition: var(--transition); font-size: 0.95rem; }
.footer-links a:hover { color: var(--accent); padding-left: 4px; }
.footer-contact { list-style: none; padding: 0; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 0.95rem; }
.footer-contact i { color: var(--accent); margin-top: 4px; }
.footer-contact a { color: rgba(255,255,255,0.7); }
.footer-contact a:hover { color: var(--accent); }
.footer-bottom { padding: 24px 0; }

.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: white; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 999; transition: var(--transition); }
.whatsapp-float:hover { transform: scale(1.1); color: white; }
@media (max-width: 991px) { .whatsapp-float { bottom: 72px; } }
.back-to-top { position: fixed; bottom: 90px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: var(--primary); color: white; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; cursor: pointer; z-index: 999; opacity: 0; visibility: hidden; transition: var(--transition); box-shadow: var(--shadow-md); }
.back-to-top.visible { opacity: 1; visibility: visible; }

.page-header { background: var(--gradient-primary); padding: 40px 0; color: white; }
.page-header h1 { font-weight: 800; font-size: 2rem; margin-bottom: 8px; }
.breadcrumb { margin: 0; background: transparent; }
.breadcrumb-item a { color: rgba(255,255,255,0.7); }
.breadcrumb-item a:hover { color: white; }
.breadcrumb-item.active { color: rgba(255,255,255,0.5); }

.shop-sidebar { position: sticky; top: 100px; }
.sidebar-widget { background: white; border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-sm); margin-bottom: 16px; }
.sidebar-widget h5 { font-weight: 700; font-size: 1rem; margin-bottom: 16px; color: var(--primary-dark); }
.category-list { list-style: none; padding: 0; }
.category-list li { margin-bottom: 4px; }
.category-list a { display: block; padding: 8px 12px; border-radius: var(--radius-sm); color: #555; font-weight: 500; transition: var(--transition); font-size: 0.9rem; }
.category-list a:hover, .category-list a.active { background: rgba(26,35,126,0.06); color: var(--primary); padding-left: 16px; }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; background: white; padding: 16px 20px; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }

.main-image { background: #f8f9fc; border-radius: var(--radius-lg); overflow: hidden; position: relative; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.main-image img { width: 100%; height: 100%; object-fit: contain; padding: 24px; }

.product-category-badge { display: inline-block; background: rgba(26,35,126,0.08); color: var(--primary); font-weight: 600; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 4px; margin-bottom: 12px; }
.product-detail-title { font-size: 1.6rem; font-weight: 800; color: var(--primary-dark); margin-bottom: 12px; }
.product-detail-price { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.product-detail-price .current-price { font-size: 2rem; font-weight: 900; }
.product-detail-price .old-price { font-size: 1.3rem; color: #999; text-decoration: line-through; }
.savings { background: #e8f5e9; color: #2e7d32; font-weight: 700; font-size: 0.85rem; padding: 4px 12px; border-radius: 4px; }
.product-quantity { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.product-quantity label { font-weight: 600; }
.quantity-selector { display: flex; align-items: center; border: 2px solid #e8e8e8; border-radius: var(--radius-sm); overflow: hidden; }
.qty-btn { width: 40px; height: 40px; border: none; background: #f5f5f5; font-size: 1.2rem; font-weight: 700; cursor: pointer; transition: var(--transition); display: flex; align-items: center; justify-content: center; }
.qty-btn:hover { background: #e0e0e0; }
.quantity-selector input { width: 50px; height: 40px; border: none; text-align: center; font-weight: 600; font-size: 1rem; }
.product-detail-actions { display: flex; gap: 12px; margin-bottom: 20px; }
.product-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.product-features span { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: #555; }
.product-features i { color: var(--primary); }

.product-tabs { border-bottom: 2px solid #e8e8e8; }
.product-tabs .nav-link { border: none; font-weight: 600; color: #888; padding: 12px 24px; position: relative; }
.product-tabs .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background: var(--primary); transform: scaleX(0); transition: var(--transition); }
.product-tabs .nav-link.active::after { transform: scaleX(1); }
.product-tabs .nav-link.active { color: var(--primary); }
.product-tab-content { padding: 24px 0; }

.review-item { background: #f8f9fc; border-radius: var(--radius-md); padding: 20px; margin-bottom: 16px; }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--gradient-primary); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.review-header h6 { font-weight: 700; margin-bottom: 2px; }
.review-stars i { color: #ffc107; font-size: 0.85rem; }
.review-date { margin-left: auto; color: #999; font-size: 0.85rem; }
.star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.star-rating input { display: none; }
.star-rating label { font-size: 1.5rem; color: #ddd; cursor: pointer; transition: var(--transition); }
.star-rating input:checked ~ label, .star-rating label:hover, .star-rating label:hover ~ label { color: #ffc107; }

.cart-item { display: flex; align-items: center; gap: 16px; padding: 20px; background: white; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); margin-bottom: 12px; }
.cart-item-image { width: 80px; height: 80px; flex-shrink: 0; border-radius: var(--radius-sm); overflow: hidden; background: #f8f9fc; display: flex; align-items: center; justify-content: center; }
.cart-item-image img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.cart-item-info { flex: 1; }
.cart-item-info h5 { font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
.cart-item-price { font-weight: 600; color: var(--primary); }
.cart-item-qty { display: flex; align-items: center; gap: 0; border: 2px solid #e8e8e8; border-radius: var(--radius-sm); overflow: hidden; }
.cart-qty-btn { width: 36px; height: 36px; border: none; background: #f5f5f5; font-size: 0.9rem; cursor: pointer; transition: var(--transition); display: flex; align-items: center; justify-content: center; color: #555; }
.cart-qty-btn:hover { background: var(--primary); color: white; }
.cart-qty-btn:active { transform: scale(0.95); }
.cart-qty-input { width: 44px; height: 36px; border: none; text-align: center; font-weight: 700; font-size: 0.95rem; background: white; color: var(--primary-dark); }
.cart-item-total { font-weight: 700; font-size: 1.1rem; min-width: 80px; text-align: right; }
.cart-item-remove { width: 36px; height: 36px; border: none; background: #fce4ec; color: #c62828; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--transition); }
.cart-item-remove:hover { background: #c62828; color: white; }
.cart-summary { background: white; border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-sm); position: sticky; top: 100px; }
.summary-row { display: flex; justify-content: space-between; margin-bottom: 12px; color: #555; }
.summary-row.total { font-size: 1.3rem; font-weight: 800; color: var(--primary-dark); }

.payment-options { display: flex; flex-direction: column; gap: 8px; }
.payment-option { display: block; cursor: pointer; }
.payment-option input { display: none; }
.payment-option-content { display: flex; align-items: center; gap: 12px; padding: 16px; border: 2px solid #e8e8e8; border-radius: var(--radius-md); transition: var(--transition); }
.payment-option-content i { font-size: 1.5rem; color: #888; }
.payment-option input:checked + .payment-option-content { border-color: var(--primary); background: rgba(26,35,126,0.04); }
.payment-option input:checked + .payment-option-content i { color: var(--primary); }
.payment-option-content strong { display: block; margin-bottom: 2px; }
.payment-option-content small { color: #888; font-size: 0.85rem; }
.payment-option-selected { display: flex; align-items: center; gap: 12px; padding: 16px; border: 2px solid var(--primary); border-radius: var(--radius-md); background: rgba(26,35,126,0.04); }
.payment-option-selected i { font-size: 1.5rem; color: var(--primary); }
.payment-option-selected strong { display: block; margin-bottom: 2px; }
.payment-option-selected small { color: #888; font-size: 0.85rem; }

.checkout-summary { background: white; border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-sm); position: sticky; top: 100px; }
.checkout-item { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.checkout-item-image { width: 60px; height: 60px; flex-shrink: 0; border-radius: var(--radius-sm); overflow: hidden; background: #f8f9fc; display: flex; align-items: center; justify-content: center; }
.checkout-item-image img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.checkout-item-info { flex: 1; }
.checkout-item-info h6 { font-size: 0.9rem; font-weight: 700; margin-bottom: 2px; }
.checkout-item-info span { font-size: 0.85rem; color: #888; }
.checkout-item-total { font-weight: 700; }

.empty-state { text-align: center; padding: 60px 20px; }
.empty-state i { font-size: 4rem; color: #ddd; margin-bottom: 16px; }
.empty-state h4 { font-weight: 700; margin-bottom: 8px; }
.empty-state p { color: #888; margin-bottom: 20px; }

.account-sidebar { background: white; border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-sm); position: sticky; top: 100px; }
.account-user { text-align: center; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
.account-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--gradient-primary); color: white; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; margin: 0 auto 12px; }
.account-user h6 { font-weight: 700; margin-bottom: 2px; }
.account-user span { font-size: 0.85rem; color: #888; }
.account-nav { list-style: none; padding: 0; }
.account-nav li { margin-bottom: 4px; }
.account-nav a { display: block; padding: 10px 12px; border-radius: var(--radius-sm); color: #555; font-weight: 500; transition: var(--transition); }
.account-nav a:hover, .account-nav a.active { background: rgba(26,35,126,0.06); color: var(--primary); }
.account-nav a i { margin-right: 10px; }

.dashboard-stat { background: white; border-radius: var(--radius-md); padding: 24px; text-align: center; box-shadow: var(--shadow-sm); }
.dashboard-stat i { font-size: 2rem; color: var(--primary); margin-bottom: 8px; }
.dashboard-stat h3 { font-weight: 800; color: var(--primary-dark); margin-bottom: 4px; }
.dashboard-stat span { color: #888; font-size: 0.9rem; }

.tracking-card { background: white; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-sm); }
.tracking-success { background: linear-gradient(135deg, #e8f5e9, #c8e6c9); border-radius: var(--radius-lg); padding: 32px; text-align: center; margin-bottom: 32px; border: 2px solid #a5d6a7; }
.tracking-success .success-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--gradient-primary); color: white; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.5rem; animation: trackingSuccessPop 0.5s ease; }
@keyframes trackingSuccessPop { 0% { transform: scale(0); } 60% { transform: scale(1.2); } 100% { transform: scale(1); } }
.tracking-success h4 { font-weight: 800; color: #1b5e20; margin-bottom: 8px; }
.tracking-success p { color: #2e7d32; margin-bottom: 4px; }

.tracking-search-card { text-align: center; border: 2px dashed #e0e0e0; background: #fafafa; }
.tracking-search-inner { max-width: 500px; margin: 0 auto; }
.tracking-search-icon { font-size: 2.5rem; color: var(--primary); opacity: 0.3; margin-bottom: 8px; }
.tracking-search-inner h4 { font-weight: 700; color: var(--primary-dark); margin-bottom: 4px; }
.tracking-search-inner p { color: #888; margin-bottom: 20px; }
.tracking-form { width: 100%; }
.tracking-input-group { display: flex; gap: 8px; }
.tracking-input { flex: 1; padding: 14px 20px; border: 2px solid #e8e8e8; border-radius: var(--radius-sm); font-size: 1rem; font-family: var(--font-family); transition: var(--transition); outline: none; }
.tracking-input:focus { border-color: var(--primary-light); box-shadow: 0 0 0 3px rgba(26,35,126,0.1); }
.tracking-input-group .btn { padding: 14px 28px; font-weight: 600; border-radius: var(--radius-sm); white-space: nowrap; }

.tracking-order-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 32px; gap: 16px; }
.tracking-order-label { font-size: 0.8rem; color: #888; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }
.tracking-order-info h4 { font-weight: 800; color: var(--primary-dark); margin-bottom: 4px; font-size: 1.3rem; }
.tracking-order-date { font-size: 0.85rem; color: #888; }
.tracking-order-status { display: flex; flex-direction: column; gap: 6px; align-items: flex-end; }
.tracking-badge { display: inline-flex; align-items: center; padding: 6px 14px; border-radius: 50px; font-weight: 700; font-size: 0.8rem; text-transform: capitalize; letter-spacing: 0.5px; }
.status-pending { background: #fff3e0; color: #e65100; }
.status-processing { background: #e3f2fd; color: #1565c0; }
.status-shipped { background: #e8f5e9; color: #2e7d32; }
.status-delivered { background: #e8f5e9; color: #1b5e20; }
.status-cancelled { background: #fce4ec; color: #c62828; }
.payment-paid { background: #e8f5e9; color: #1b5e20; }
.payment-pending { background: #f5f5f5; color: #888; }

.tracking-progress { padding: 28px 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; margin-bottom: 28px; }
.tracking-progress-bar { display: flex; align-items: flex-start; justify-content: space-between; }
.progress-step { display: flex; align-items: flex-start; gap: 10px; position: relative; flex: 1; }
.progress-step:last-child { flex: 0; }
.progress-step-dot { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: #e0e0e0; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: #fff; transition: all 0.4s ease; position: relative; z-index: 2; }
.progress-step.completed .progress-step-dot { background: var(--gradient-primary); box-shadow: 0 4px 12px rgba(26,35,126,0.3); }
.progress-step.active .progress-step-dot { background: var(--gradient-accent); box-shadow: 0 4px 12px rgba(255,111,0,0.3); animation: trackingPulse 2s infinite; }
@keyframes trackingPulse { 0%,100% { box-shadow: 0 4px 12px rgba(255,111,0,0.3); } 50% { box-shadow: 0 4px 24px rgba(255,111,0,0.5); } }
.progress-step-info { display: flex; flex-direction: column; gap: 2px; padding-top: 6px; }
.progress-step-label { font-weight: 700; font-size: 0.85rem; color: #333; }
.progress-step-date { font-size: 0.75rem; color: #999; }
.progress-step.completed .progress-step-label { color: var(--primary); }
.progress-step.active .progress-step-label { color: var(--accent); }
.progress-step-line { position: absolute; top: 17px; left: 36px; right: 0; height: 3px; background: #e0e0e0; z-index: 1; }
.progress-step-line.filled { background: var(--primary); }
.progress-step:last-child .progress-step-line { display: none; }

.tracking-section-title { font-weight: 700; font-size: 0.95rem; color: var(--primary-dark); margin-bottom: 16px; display: flex; align-items: center; }
.tracking-items { margin-bottom: 24px; }
.tracking-item { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid #f5f5f5; }
.tracking-item:last-of-type { border-bottom: none; }
.tracking-item-img { width: 52px; height: 52px; min-width: 52px; border-radius: var(--radius-sm); background: #f8f9fc; display: flex; align-items: center; justify-content: center; overflow: hidden; font-size: 1.3rem; color: #ccc; }
.tracking-item-img img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.tracking-item-info { flex: 1; min-width: 0; }
.tracking-item-info h6 { font-weight: 700; font-size: 0.9rem; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tracking-item-meta { font-size: 0.8rem; color: #888; }
.tracking-item-total { font-weight: 800; font-size: 0.95rem; color: var(--primary); white-space: nowrap; }
.tracking-total { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 2px solid #f0f0f0; font-size: 1.1rem; }
.tracking-total strong { font-size: 1.2rem; color: var(--primary-dark); }

.tracking-shipping { background: #f8f9fc; border-radius: var(--radius-md); padding: 20px; }
.tracking-shipping-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tracking-shipping-item { display: flex; flex-direction: column; gap: 2px; }
.tracking-shipping-label { font-size: 0.75rem; color: #888; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.tracking-shipping-value { font-weight: 600; font-size: 0.9rem; color: #333; }

.tracking-error { text-align: center; border: 2px dashed #fce4ec; background: #fff5f5; }
.tracking-error i { font-size: 2.5rem; color: #ef5350; opacity: 0.5; margin-bottom: 12px; display: block; }
.tracking-error h5 { font-weight: 700; color: #c62828; margin-bottom: 4px; }

.error-page { padding: 80px 0; }
.error-code { font-size: 8rem; font-weight: 900; color: var(--primary); line-height: 1; margin-bottom: 16px; }
.error-page h2 { font-weight: 700; margin-bottom: 12px; }
.error-page p { color: #888; margin-bottom: 24px; }

.auth-page { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; display: flex; align-items: center; }
.auth-container { width: 100%; max-width: 440px; margin: 0 auto; padding: 20px; }
.auth-card { background: white; border-radius: var(--radius-xl); padding: 40px; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }
.auth-logo { display: flex; align-items: baseline; justify-content: center; gap: 2px; margin-bottom: 24px; }
.auth-card h1 { font-weight: 800; font-size: 1.5rem; text-align: center; color: var(--primary-dark); }
.auth-subtitle { text-align: center; color: #888; margin-bottom: 24px; }
.auth-footer { text-align: center; margin-top: 20px; }
.auth-footer p { color: #888; font-size: 0.9rem; margin-bottom: 8px; }
.auth-footer a { color: var(--primary); font-weight: 600; }

.mobile-cart-fab { display: none; position: fixed; bottom: 76px; right: 16px; width: 48px; height: 48px; border-radius: 50%; background: var(--gradient-primary); color: white; border: none; font-size: 1.3rem; box-shadow: var(--shadow-lg); z-index: 998; align-items: center; justify-content: center; cursor: pointer; transition: var(--transition); }
.mobile-cart-fab:hover { transform: scale(1.1); color: white; }
.mobile-cart-fab .badge-count { top: -4px; right: -4px; }

.offcanvas { --bs-offcanvas-width: 340px; }
.offcanvas-cart-items { display: flex; flex-direction: column; gap: 12px; }
.offcanvas-cart-item { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.offcanvas-cart-img { width: 48px; height: 48px; flex-shrink: 0; border-radius: var(--radius-sm); background: #f8f9fc; display: flex; align-items: center; justify-content: center; overflow: hidden; font-size: 1.2rem; color: #ccc; }
.offcanvas-cart-img img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.offcanvas-cart-info { flex: 1; min-width: 0; }
.offcanvas-cart-info h6 { font-size: 0.85rem; font-weight: 700; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.offcanvas-cart-meta { display: flex; gap: 8px; font-size: 0.8rem; color: #888; }
.offcanvas-cart-total { font-weight: 700; font-size: 0.9rem; color: var(--primary); }
.offcanvas-cart-summary { border-top: 2px solid #f0f0f0; padding-top: 16px; margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.offcanvas-cart-total-row { display: flex; justify-content: space-between; align-items: center; font-size: 1.1rem; margin-bottom: 8px; }
.offcanvas-cart-empty { text-align: center; padding: 40px 0; }
.offcanvas-cart-empty i { font-size: 3rem; color: #ddd; margin-bottom: 12px; }
.offcanvas-cart-empty p { color: #888; margin-bottom: 16px; }

@media (max-width: 992px) {
  .hero-title { font-size: 2.5rem; }
  .hero-slide { padding: 60px 0; }
  .section { padding: 50px 0; }
  .promo-card, .newsletter-card { padding: 30px; }
  .promo-title { font-size: 2rem; }
  .discount-number { font-size: 3rem; }
  .promo-discount-circle { width: 150px; height: 150px; }
}
@media (max-width: 991px) {
  .section { padding: 50px 0; }
  .section-header { margin-bottom: 30px; }
  .section-header h2 { font-size: 1.5rem; }
  .shop-sidebar { position: static; margin-bottom: 20px; }
  .account-sidebar { position: static; margin-bottom: 20px; }
  .cart-summary, .checkout-summary { position: static; }
  .promo-card, .newsletter-card { padding: 30px; }
  .promo-title { font-size: 1.8rem; }
  .hero-slide { padding: 50px 0; }
  .hero-title { font-size: 2rem; }
  .page-header { padding: 30px 0; }
  .page-header h1 { font-size: 1.5rem; }
  .main-navbar .navbar-collapse { background: white; padding: 16px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); margin-top: 12px; }
  .main-navbar .navbar-actions { margin-top: 12px; padding-top: 12px; border-top: 1px solid #eee; justify-content: center; }
}
@media (max-width: 768px) {
  .top-bar .row > div:last-child { display: none; }
  .top-bar { font-size: 0.75rem; padding: 6px 0; }
  .hero-slide { padding: 80px 0 40px; min-height: 50vh; display: flex; align-items: center; }
  .hero-slide .min-vh-60 { min-height: 50vh; }
  .hero-title { font-size: 1.4rem; }
  .hero-subtitle { font-size: 0.85rem; margin-bottom: 16px; }
  .hero-image-placeholder { height: 150px; }
  .hero-image-placeholder i { font-size: 2.5rem; }
  .hero-image-placeholder i:nth-child(2) { font-size: 3rem; }
  .hero-actions .btn { width: 100%; margin: 0 !important; font-size: 0.9rem; padding: 12px 20px; }
  .hero-badge { font-size: 0.75rem; padding: 4px 14px; }
  .trust-badges { padding: 20px 0; margin-top: -20px; }
  .trust-badge-item { padding: 16px 12px; }
  .trust-icon { width: 44px; height: 44px; font-size: 1.2rem; }
  .trust-badge-item h6 { font-size: 0.8rem; }
  .trust-badge-item p { font-size: 0.75rem; }
  .section { padding: 40px 0; }
  .section-header { margin-bottom: 24px; }
  .section-header h2 { font-size: 1.3rem; }
  .section-header p { font-size: 0.9rem; }
  .category-card { padding: 16px 12px; }
  .category-icon { width: 48px; height: 48px; font-size: 1.4rem; }
  .category-card h6 { font-size: 0.8rem; }
  .product-card .product-name { font-size: 0.85rem; }
  .product-card .current-price { font-size: 1rem; }
  .product-card .old-price { font-size: 0.8rem; }
  .product-info { padding: 12px; }
  .promo-card { padding: 24px; }
  .promo-title { font-size: 1.4rem; }
  .promo-text { font-size: 0.9rem; }
  .promo-discount-circle { width: 100px; height: 100px; }
  .discount-number { font-size: 1.5rem; }
  .discount-label { font-size: 0.8rem; }
  .promo-features span { font-size: 0.8rem; }
  .why-us-card { padding: 24px 20px; }
  .why-us-icon { width: 56px; height: 56px; font-size: 1.5rem; }
  .why-us-card h4 { font-size: 1rem; }
  .why-us-card p { font-size: 0.85rem; }
  .testimonial-card { padding: 24px 20px; }
  .testimonial-content { font-size: 0.9rem; }
  .newsletter-card { padding: 24px; }
  .newsletter-card h3 { font-size: 1.3rem; }
  .newsletter-form .form-control { padding: 12px 16px; font-size: 0.9rem; }
  .newsletter-form .btn { padding: 12px 16px; font-size: 0.9rem; }
  .contact-info-card, .contact-form-card { padding: 24px; }
  .cart-item { flex-wrap: wrap; gap: 12px; padding: 16px; }
  .cart-item-image { width: 60px; height: 60px; }
  .cart-item-info h5 { font-size: 0.85rem; }
  .cart-item-price { font-size: 0.85rem; }
  .cart-item-total { font-size: 0.9rem; min-width: auto; }
  .cart-summary, .checkout-summary { padding: 20px; }
  .page-header { padding: 24px 0; }
  .page-header h1 { font-size: 1.3rem; }
  .shop-toolbar { padding: 12px 16px; flex-direction: column; gap: 8px; }
  .shop-toolbar p { font-size: 0.85rem; }
  .sidebar-widget { padding: 16px; }
  .account-sidebar { padding: 16px; }
  .account-nav a { font-size: 0.85rem; padding: 8px 10px; }
  .dashboard-stat { padding: 16px; }
  .dashboard-stat i { font-size: 1.5rem; }
  .dashboard-stat h3 { font-size: 1.2rem; }
  .tracking-card { padding: 24px; }
  .tracking-order-header { flex-direction: column; align-items: flex-start; }
  .tracking-order-status { flex-direction: row; align-items: center; }
  .tracking-progress-bar { flex-direction: column; gap: 0; }
  .progress-step { align-items: center; gap: 14px; }
  .progress-step-line { top: 17px; left: 36px; width: 3px; height: 36px; }
  .progress-step:last-child .progress-step-line { display: none; }
  .tracking-shipping-grid { grid-template-columns: 1fr; }
  .tracking-input-group { flex-direction: column; }
  .tracking-success { padding: 24px; }
  .main-footer { padding: 40px 0 0; }
  .main-footer h5 { font-size: 1rem; margin-bottom: 14px; }
  .footer-desc { font-size: 0.85rem; }
  .whatsapp-float { width: 48px; height: 48px; font-size: 1.3rem; bottom: 16px; right: 16px; }
  .back-to-top { width: 38px; height: 38px; font-size: 1rem; bottom: 136px; right: 16px; }
  .mobile-cart-fab { display: flex; bottom: 80px; }
  .product-detail-title { font-size: 1.2rem; }
  .product-detail-price .current-price { font-size: 1.5rem; }
  .product-detail-price .old-price { font-size: 1rem; }
  .main-image { aspect-ratio: auto; height: 280px; }
  .error-code { font-size: 5rem; }
  .empty-state { padding: 40px 16px; }
  .empty-state i { font-size: 3rem; }
  .product-tabs .nav-link { padding: 10px 16px; font-size: 0.85rem; }
}
@media (max-width: 576px) {
  .hero-title { font-size: 1.2rem; }
  .hero-subtitle { font-size: 0.8rem; }
  .hero-slide { padding: 24px 0; }
  .hero-image-placeholder { height: 120px; }
  .hero-image-placeholder i { font-size: 2rem; }
  .hero-image-placeholder i:nth-child(2) { font-size: 2.5rem; }
  .product-detail-actions { flex-direction: column; }
  .product-detail-actions .btn { width: 100%; }
  .product-features { grid-template-columns: 1fr; font-size: 0.8rem; }
  .product-quantity { flex-wrap: wrap; }
  .quantity-selector input { width: 40px; }
  .promo-card { padding: 20px; }
  .promo-discount-circle { width: 80px; height: 80px; }
  .discount-number { font-size: 1.2rem; }
  .thumb-item { width: 56px; height: 56px; }
  .review-item { padding: 14px; }
  .review-header { flex-wrap: wrap; }
  .review-date { margin-left: 0; width: 100%; margin-top: 4px; }
  .checkout-item { flex-wrap: wrap; }
  .checkout-item-total { width: 100%; text-align: left; }
  .payment-option-content { padding: 12px; font-size: 0.85rem; }
  .auth-card { padding: 24px; }
  .auth-card h1 { font-size: 1.2rem; }
  .table { font-size: 0.8rem; }
  .table td, .table th { padding: 8px; white-space: nowrap; }
}

.promoSlider .swiper-pagination { position: relative; margin-top: 20px; }
.promoSlider .swiper-pagination-bullet { background: rgba(255,255,255,0.5); }
.promoSlider .swiper-pagination-bullet-active { background: var(--accent); }
