:root{--bg:#0b0c10;--surface:#121419;--card:#ffffff;--muted:#a8b3cf;--text:#333333;--accent:#1abc9c;--accent-2:#00c2ff;--danger:#ef4444}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,'Noto Sans',sans-serif;background:var(--bg);color:var(--text);line-height:1.5}
a{color:var(--accent-2);text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:0 16px}
.btn{display:inline-block;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#001018;padding:10px 16px;border-radius:10px;font-weight:700;border:none;cursor:pointer;font-size:14px;transition:all 0.2s ease}

.site-header{position:sticky;top:0;z-index:50;background:rgba(11,12,16,.8);backdrop-filter:blur(6px);border-bottom:1px solid #1f2937}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px}
.logo{font-weight:800;font-size:28px;letter-spacing:1.2px;color:#fff;text-decoration:none;position:relative;padding:8px 12px;border-radius:8px;text-shadow:0 0 20px rgba(255, 255, 255, 0.3)}
.logo::before{content:'';position:absolute;inset:0;border-radius:8px;padding:1px;background:#fff;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude}
.nav a{margin-left:16px;color:#dbeafe;font-size:14px}
.nav a.active{color:#fff;font-weight:700}

/* Authentication Buttons - Hidden on desktop, shown in mobile hamburger menu */
.auth-buttons{display:none}
.btn-sm{padding:6px 12px;font-size:12px;border-radius:6px}
.user-menu{position:relative;display:flex;align-items:center;gap:8px}
.user-name{color:#fff;font-size:14px;font-weight:500}
.user-dropdown{position:absolute;top:100%;right:0;background:var(--surface);border:1px solid #374151;border-radius:8px;padding:8px;min-width:120px;display:none;z-index:1000}
.user-menu:hover .user-dropdown{display:block}
.user-dropdown button{display:block;width:100%;padding:6px 8px;margin:2px 0;background:none;border:none;color:#dbeafe;text-align:left;cursor:pointer;border-radius:4px;font-size:12px}
.user-dropdown button:hover{background:rgba(255,255,255,0.1)}

/* Navigation Search Bar */
.nav-search{flex:1;max-width:400px;margin:0 20px}
.search-container{display:flex;flex-direction:column;gap:8px;width:100%}
.go-back-btn{padding:6px 12px;background:rgba(255,255,255,0.1);color:#fff;border:1px solid #374151;border-radius:6px;font-size:12px;cursor:pointer;transition:all 0.2s ease;align-self:flex-start;font-weight:500}
.go-back-btn:hover{background:rgba(255,255,255,0.2);border-color:var(--accent)}
.nav-search .search{display:flex;gap:8px;width:100%}
.nav-search .search input{flex:1;padding:8px 12px;border-radius:8px;border:1px solid #2b3440;background:#0f1218;color:#fff;font-size:14px}
.nav-search .search button{padding:8px 16px;border-radius:8px;border:1px solid #2b3440;background:#111827;color:#e5e7eb;font-weight:600;font-size:14px;cursor:pointer;white-space:nowrap}
.nav-search .search button:hover{background:#0b1220}

/* Hamburger Menu */
.hamburger{display:none;flex-direction:column;cursor:pointer;padding:8px;z-index:100}
.hamburger span{width:25px;height:3px;background:#fff;margin:3px 0;transition:0.3s;border-radius:2px}
.hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}

/* Mobile Navigation */
@media (max-width: 768px){
  .hamburger{display:flex}
  .nav{position:fixed;top:0;right:-100%;width:250px;height:100vh;background:rgba(11,12,16,0.95);backdrop-filter:blur(10px);flex-direction:column;padding:80px 20px 20px;transition:right 0.3s ease;z-index:99}
  .nav.active{right:0}
  .nav a{margin:16px 0;font-size:16px;padding:12px;border-radius:8px;transition:background 0.2s ease}
  .nav a:hover{background:rgba(255,255,255,0.1)}
  .nav-search{max-width:100%;margin:0 10px}
  .search-container{flex-direction:column;gap:6px}
  .go-back-btn{align-self:center;font-size:11px;padding:5px 10px}
  .nav-search .search{flex-direction:column;gap:8px}
  .nav-search .search input,.nav-search .search button{width:100%}
  .pagination{flex-direction:column;gap:12px}
  .page-numbers{flex-wrap:wrap;justify-content:center}
  .categories{padding:32px 0}
  .categories h2{font-size:24px;margin-bottom:20px}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .category-card{padding:20px 12px;gap:10px}
  .category-icon{font-size:32px}
  .category-card h3{font-size:16px}
  .category-card p{font-size:12px}
  .category-hero{padding:40px 0}
  .category-hero h1{font-size:28px}
  .category-hero p{font-size:16px}
}

.hero{position:relative}
.slider{position:relative;overflow:hidden;height:52vh;min-height:360px}
.slides{display:flex;width:100%;height:100%;transition:transform .6s ease}
.slides img{min-width:100%;object-fit:cover;filter:saturate(1.05);}
.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.45);border:1px solid #2b3440;color:#fff;padding:10px 12px;border-radius:999px;font-size:20px;cursor:pointer;z-index:10}
.slider-btn:hover{background:rgba(0,0,0,.65)}
.slider-btn.prev{left:12px}
.slider-btn.next{right:12px}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.55));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 16px}
.hero-overlay h1{font-size:28px;margin:0 0 8px;color:#fff}
.hero-overlay p{margin:0 0 18px;color:var(--muted)}
.search{display:flex;gap:8px;width:100%;max-width:560px}
.search input{flex:1;padding:12px 14px;border-radius:12px;border:1px solid #2b3440;background:#0f1218;color:#fff;font-size:14px}
.search button{padding:12px 16px;border-radius:12px;border:1px solid #2b3440;background:#111827;color:#e5e7eb;font-weight:700;font-size:14px;cursor:pointer}
.search button:hover{background:#0b1220}



.about{padding:48px 0;border-top:1px solid #f5f5f5;border-bottom:1px solid #e2e4e7;background:linear-gradient(180deg,#0b0c10,#0e1016)}
.about h2{margin:0 0 8px;color:#fff}
.about p{margin:0;color:#c7d2fe}

/* Categories Section */
.categories{padding:48px 0;background:linear-gradient(180deg,#0e1016,#0b0c10)}
.categories h2{margin:0 0 24px;color:#fff;text-align:center;font-size:28px}
.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;max-width:1000px;margin:0 auto}
.category-card{background:var(--card);border:1px solid #374151;border-radius:16px;padding:32px 24px;text-decoration:none;text-align:center;transition:all 0.3s ease;display:flex;flex-direction:column;align-items:center;gap:16px}
.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,0.2);border-color:var(--accent)}
.category-icon{font-size:48px;margin-bottom:8px}
.category-card h3{margin:0;color:var(--text);font-size:20px;font-weight:700}
.category-card p{margin:0;color:#6b7280;font-size:14px;line-height:1.5}

/* Category Hero Section */
.category-hero{padding:60px 0;background:linear-gradient(135deg,#0b0c10,#1a1b26);text-align:center}
.category-hero h1{margin:0 0 16px;color:#fff;font-size:36px;font-weight:800}
.category-hero p{margin:0;color:var(--accent-2);font-size:18px;opacity:0.9}

.products{padding:36px 0 64px}
.products h2{margin:0 0 18px;color:#fff}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.card{background:var(--card);border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform 0.2s ease,box-shadow 0.2s ease}
.card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.1)}
.card img{width:100%;height:180px;object-fit:contain;background:#f8f9fa}
.card .content{padding:12px 14px;display:flex;flex-direction:column;gap:6px;flex:1}
.card .content h3{margin:0;font-size:16px;line-height:1.3;color:#333}
.price{font-weight:700;font-size:18px;color:var(--accent)}
.card .actions{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-top:1px solid #e5e7eb;gap:8px}
.card .actions .btn,
.card .actions .add{font-size:12px;padding:8px 12px;flex:1;text-align:center;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#001018;border:none;border-radius:10px;font-weight:700;cursor:pointer;transition:all 0.2s ease}
.card .actions .btn:hover,
.card .actions .add:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,188,156,0.3)}

.site-footer{border-top:1px solid #1f2937;padding:48px 0 24px;background:#0c0f14}
.footer-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-bottom:32px}
.social-links{display:flex;flex-direction:column;gap:16px;margin-top:16px}
.social-links a{color:var(--accent-2);text-decoration:none;font-size:18px;font-weight:600;transition:all 0.2s ease;display:flex;align-items:center;gap:12px;padding:8px 0}
.social-links a:hover{color:var(--accent);transform:translateX(8px)}
.social-links a i{font-size:24px;width:24px;text-align:center}
.copyright{text-align:center;color:#94a3b8;margin:16px 0 0;padding-top:24px;border-top:1px solid #1f2937}

/* Pagination */
.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:32px;padding:20px 0}
.pagination-btn{background:var(--accent);color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600;transition:all 0.2s ease}
.pagination-btn:hover{background:var(--accent-2);transform:translateY(-1px)}
.pagination-btn:disabled{background:#6b7280;cursor:not-allowed;transform:none}
.page-numbers{display:flex;gap:8px;align-items:center}
.page-number{background:#374151;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;font-weight:500;transition:all 0.2s ease;min-width:40px;text-align:center}
.page-number:hover{background:#4b5563}
.page-number.active{background:var(--accent);color:#fff}

/* Product page */
.product-wrap{padding:28px 0}
.product{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}
.gallery{position:relative;margin-bottom:24px}
.gallery .swipe-indicator{position:absolute;top:10px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,0.7);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;z-index:10;opacity:0.9;backdrop-filter:blur(4px)}
.gallery .image-slider{position:relative;overflow:visible;border-radius:12px;border:1px solid #1f2937;background:#0f1218;min-height:400px;display:flex;align-items:center;justify-content:center}
.gallery .slide{display:none;width:100%;text-align:center}
.gallery .slide.active{display:block}
.gallery .slide img{max-width:100%;width:auto;height:auto;border-radius:12px;object-fit:none;background:#0f1218}
.gallery .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.6);border:1px solid #2b3440;color:#fff;padding:12px 16px;border-radius:50%;font-size:24px;cursor:pointer;z-index:10;transition:all 0.2s ease;display:none}
.gallery .slider-arrow:hover{background:rgba(0,0,0,0.8);transform:translateY(-50%) scale(1.1)}
.gallery .slider-arrow.prev{left:12px}
.gallery .slider-arrow.next{right:12px}
.gallery .thumbnail-container{display:flex;justify-content:center;gap:12px;margin-top:16px}
.gallery .thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all 0.2s ease;background:#0f1218}
.gallery .thumbnail.active{border-color:var(--accent)}
.gallery .thumbnail:hover{border-color:var(--accent-2)}
.gallery .thumbnail img{width:100%;height:100%;object-fit:contain}
.product .details{background:var(--card);border:1px solid #1f2937;border-radius:14px;padding:16px}
.product .details h1{margin:0 0 12px;font-size:24px;line-height:1.2;color:#333}
.product .details .price{font-size:28px;margin-bottom:16px;color:var(--accent)}
.specs{color:#666;line-height:1.6;margin-bottom:20px}

/* Cart */
.cart{padding:28px 0}
.cart-list{display:grid;gap:12px}
.cart-item{display:grid;grid-template-columns:80px 1fr auto auto;gap:12px;align-items:center;background:var(--card);border:1px solid #1f2937;border-radius:12px;padding:8px}
.cart-item img{width:80px;height:80px;object-fit:contain;border-radius:8px;background:#0f1218}
.cart-item .info h3{margin:0 0 4px;font-size:16px;color:#333}
.cart-item .info .price{margin:0;font-size:14px;color:var(--accent)}
.qty{display:flex;align-items:center;gap:8px}
.qty button{padding:6px 10px;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#e5e7eb;cursor:pointer;font-size:12px}
.qty span{min-width:20px;text-align:center;font-weight:600}
.cart-summary{margin-top:16px;display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--card);border-radius:12px;border:1px solid #1f2937}
.cart-summary .total{font-size:20px;font-weight:700;color:var(--accent)}

/* Checkout */
.checkout{padding:28px 0}
.form{display:grid;gap:12px;max-width:720px}
.field{display:grid;gap:6px}
.field label{font-weight:600;color:#e5e7eb}
.field input,.field select,.field textarea{padding:12px 14px;border-radius:12px;border:1px solid #554333;background:#0f1218;color:#e5e7eb;font-size:14px;width:100%}
.field textarea{resize:vertical;min-height:100px}
.inline{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.transfer-box{margin-top:8px;padding:12px;border-radius:12px;border:1px dashed #f7f9fc;background:#ffffff}
.transfer-box h3{margin:0 0 8px;font-size:16px}
.transfer-box p{margin:4px 0;font-size:14px}
.copy{cursor:pointer;color:#0c556b;text-decoration:underline}

/* About Us Page */
.about-page{padding:48px 0}
.about-hero{text-align:center;margin-bottom:48px}
.about-hero h1{font-size:36px;margin:0 0 12px;color:#fff;font-weight:800}
.about-hero .tagline{font-size:18px;color:var(--muted);margin-bottom:32px}
.about-image{margin:32px 0;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,0.3)}
.about-image img{width:100%;max-width:800px;height:auto;display:block;margin:0 auto}
.about-text{text-align:left;max-width:800px;margin:0 auto;background:var(--surface);padding:32px;border-radius:16px;border:1px solid #1f2937}
.about-text h2{font-size:24px;margin:32px 0 16px;color:#fff;font-weight:700}
.about-text h2:first-child{margin-top:0}
.about-text p{font-size:16px;line-height:1.7;color:#c7d2fe;margin-bottom:16px}
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin:24px 0}
.feature{background:rgba(255,255,255,0.05);padding:20px;border-radius:12px;border:1px solid #2b3440}
.feature h3{font-size:18px;margin:0 0 12px;color:#fff;font-weight:600}
.feature p{font-size:14px;line-height:1.6;color:#a8b3cf;margin:0}
.cta-buttons{display:flex;gap:16px;justify-content:center;margin-top:32px;flex-wrap:wrap}
.cta-buttons .btn{min-width:160px;text-align:center}

/* Contact Page */
.contact-hero{padding:60px 0;background:linear-gradient(135deg,#0b0c10,#1a1b26);text-align:center}
.contact-hero h1{margin:0 0 16px;color:#fff;font-size:36px;font-weight:800}
.contact-hero p{margin:0;color:var(--accent-2);font-size:18px;opacity:0.9}

.contact-form-section{padding:48px 0;background:var(--bg)}
.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1000px;margin:0 auto}
.contact-info h2{margin:0 0 16px;color:#fff;font-size:28px;font-weight:700}
.contact-info p{margin:0 0 32px;color:var(--muted);font-size:16px;line-height:1.6}

.contact-details{display:grid;gap:24px}
.contact-item{display:flex;gap:16px;align-items:flex-start}
.contact-icon{font-size:24px;margin-top:4px}
.contact-item h3{margin:0 0 8px;color:#fff;font-size:18px;font-weight:600}
.contact-item p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}

.contact-form-container{background:var(--surface);border:1px solid #1f2937;border-radius:16px;padding:32px}
.contact-form h3{margin:0 0 24px;color:#fff;font-size:24px;font-weight:700;text-align:center}
.form-group{margin-bottom:20px}
.form-group label{display:block;margin-bottom:8px;color:#e5e7eb;font-weight:600;font-size:14px}
.form-group input,.form-group textarea{padding:12px 16px;border-radius:8px;border:1px solid #374151;background:#0f1218;color:#fff;font-size:14px;width:100%;transition:border-color 0.2s ease}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}
.form-group textarea{resize:vertical;min-height:120px}

.submit-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#001018;border:none;border-radius:10px;font-weight:700;font-size:16px;cursor:pointer;transition:all 0.2s ease;margin-top:8px}
.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,188,156,0.3)}
.submit-btn:disabled{opacity:0.7;cursor:not-allowed;transform:none}

/* Footer Sections */
.footer-section{margin-bottom:24px}
.footer-section h3{margin:0 0 16px;color:#fff;font-size:18px;font-weight:600}
.footer-section p{margin:0 0 12px;color:var(--muted);font-size:14px;line-height:1.5}
.footer-section ul{list-style:none;padding:0;margin:0}
.footer-section ul li{margin-bottom:8px}
.footer-section ul li a{color:var(--muted);text-decoration:none;font-size:14px;transition:color 0.2s ease}
.footer-section ul li a:hover{color:var(--accent-2)}

/* Chat Button */
.chat-btn{position:fixed;bottom:20px;left:20px;background:#011408;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:24px;box-shadow:0 4px 12px rgba(37,211,102,0.3);z-index:1000;transition:transform 0.2s ease}
.chat-btn:hover{transform:scale(1.1)}



/* Desktop - Show arrows, hide swipe indicator */
@media (min-width: 769px){
  .gallery .slider-arrow{display:block}
  .gallery .swipe-indicator{display:none}
  .gallery .thumbnail-container{gap:16px}
  .gallery .thumbnail{width:100px;height:100px}
}

/* Mobile Responsive Styles */
@media (max-width: 960px){
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product{grid-template-columns:1fr}
  .cart-item{grid-template-columns:60px 1fr auto;gap:8px}
  .cart-item img{width:60px;height:60px}
  .inline{grid-template-columns:1fr}
}

@media (max-width: 768px){
  .container{padding:0 12px}
  .header-inner{padding:12px 0}
  .logo{font-size:24px}
  .hero-overlay h1{font-size:24px}
  .hero-overlay p{font-size:14px}
  .sticky-search{top:60px;padding:8px 0;position:sticky}
  .search{flex-direction:column;gap:8px}
  .search input,.search button{width:100%}
  .social-links{flex-direction:column;gap:8px}
  .about{padding:32px 0}
  .about h2{font-size:20px}
  .about p{font-size:14px}
  .about-page{padding:32px 0}
  .about-hero h1{font-size:28px}
  .about-hero .tagline{font-size:16px}
  .about-text{padding:20px}
  .about-text h2{font-size:20px}
  .about-text p{font-size:14px}
  .features{grid-template-columns:1fr;gap:16px}
  .feature{padding:16px}
  .cta-buttons{flex-direction:column;align-items:center}
  .cta-buttons .btn{width:100%;max-width:280px}
  .products{padding:24px 0 48px}
  .products h2{font-size:20px}
  .grid{gap:12px}
  .card .content{padding:10px 12px}
  .card .content h3{font-size:14px}
  .price{font-size:16px}
  .card .actions{padding:10px 12px}
  .card .actions .btn,
  .card .actions .add{font-size:11px;padding:6px 10px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#001018;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all 0.2s ease}
  .product-wrap{padding:20px 0}
  .product{gap:16px}
  .gallery .image-slider{min-height:300px}
  .gallery .swipe-indicator{font-size:12px;padding:6px 12px}
  .gallery .thumbnail-container{margin-top:12px;gap:8px}
  .gallery .thumbnail{width:60px;height:60px}
  .product .details{padding:12px}
  .product .details h1{font-size:20px}
  .product .details .price{font-size:24px}
  .cart{padding:20px 0}
  .cart-item{grid-template-columns:50px 1fr;gap:8px;padding:10px}
  .cart-item img{width:50px;height:50px}
  .cart-item .info h3{font-size:14px}
  .cart-item .info .price{font-size:12px}
  .qty{justify-self:end;grid-column:2}
  .qty button{padding:4px 8px;font-size:11px}
  .cart-summary{padding:12px;flex-direction:column;gap:8px;text-align:center}
  .checkout{padding:20px 0}
  .form{gap:10px}
  .field input,.field select,.field textarea{padding:10px 12px;font-size:13px}
  .footer-inner{grid-template-columns:1fr;gap:24px;text-align:center}
  .social-links{flex-direction:row;justify-content:center;gap:20px}
  .social-links a{font-size:16px}
  .social-links a i{font-size:20px}
  .chat-btn{width:50px;height:50px;font-size:20px;bottom:15px;left:15px}
  .whatsapp-btn{width:50px;height:50px;font-size:20px;bottom:15px;right:15px}
  .category-card{padding:16px 12px;gap:8px}
  .category-icon{font-size:28px}
  .category-card h3{font-size:14px}
  .category-card p{font-size:11px}
  .contact-content{grid-template-columns:1fr;gap:32px}
  .contact-hero h1{font-size:24px}
  .contact-hero p{font-size:16px}
  .contact-info h2{font-size:24px}
  .contact-form-container{padding:24px}
}

@media (max-width: 600px){
  .grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .slider{min-height:280px}
  .hero-overlay h1{font-size:20px}
  .hero-overlay p{font-size:13px}
  .sticky-search{top:55px;padding:6px 0;position:sticky}
  .search{max-width:100%}
  .nav-search{margin:0 8px}
  .search-container{flex-direction:column;gap:4px}
  .go-back-btn{align-self:center;font-size:10px;padding:4px 8px}
  .nav-search .search input,.nav-search .search button{padding:8px 10px;font-size:12px}
  .social-links{font-size:13px}
  .about{padding:24px 0}
  .about h2{font-size:18px}
  .about p{font-size:13px}
  .products{padding:20px 0 40px}
  .products h2{font-size:18px}
  .card img{height:140px}
  .card .content h3{font-size:13px}
  .price{font-size:15px}
  .product-wrap{padding:16px 0}
  .product .details h1{font-size:18px}
  .product .details .price{font-size:20px}
  .gallery .image-slider{min-height:250px}
  .gallery .swipe-indicator{font-size:11px;padding:5px 10px}
  .gallery .thumbnail-container{margin-top:10px;gap:6px}
  .gallery .thumbnail{width:50px;height:50px}
  .cart-item{grid-template-columns:40px 1fr;gap:6px;padding:8px}
  .cart-item img{width:40px;height:40px}
  .cart-item .info h3{font-size:13px}
  .cart-item .info .price{font-size:11px}
  .qty button{padding:3px 6px;font-size:10px}
  .cart-summary .total{font-size:18px}
  .field input,.field select,.field textarea{padding:8px 10px;font-size:12px}
  .transfer-box{padding:10px}
  .transfer-box h3{font-size:14px}
  .transfer-box p{font-size:12px}
  .chat-btn{width:45px;height:45px;font-size:18px;bottom:10px;left:10px}
  .whatsapp-btn{width:45px;height:45px;font-size:18px;bottom:10px;right:10px}
  .category-card{padding:14px 10px;gap:6px}
  .category-icon{font-size:24px}
  .category-card h3{font-size:13px}
  .category-card p{font-size:10px}
  .contact-hero h1{font-size:20px}
  .contact-hero p{font-size:14px}
  .contact-info h2{font-size:20px}
  .contact-form-container{padding:20px}
  .social-links a{font-size:15px}
  .social-links a i{font-size:18px}
}

@media (max-width: 480px){
  .container{padding:0 8px}
  .header-inner{padding:10px 0}
  .nav a{margin-left:8px;font-size:12px}
  .hero-overlay h1{font-size:18px}
  .sticky-search{top:50px;padding:4px 0;position:sticky}
  .hero-overlay p{font-size:12px}
  .nav-search{margin:0 6px}
  .search-container{flex-direction:column;gap:3px}
  .go-back-btn{align-self:center;font-size:9px;padding:3px 6px}
  .nav-search .search input,.nav-search .search button{padding:6px 8px;font-size:11px}
  .social-links{font-size:12px;gap:6px}
  .about{padding:20px 0}
  .about h2{font-size:16px}
  .about p{font-size:12px}
  .products{padding:16px 0 32px}
  .products h2{font-size:16px}
  .grid{grid-template-columns:repeat(2,1fr);gap:6px}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:6px}
  .card img{height:120px}
  .card .content{padding:6px 8px}
  .card .content h3{font-size:11px}
  .price{font-size:13px}
  .card .actions{padding:6px 8px}
  .card .actions .btn,
  .card .actions .add{font-size:9px;padding:4px 6px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#001018;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:all 0.2s ease}
  .product-wrap{padding:12px 0}
  .product .details h1{font-size:16px}
  .product .details .price{font-size:18px}
  .gallery .image-slider{min-height:200px}
  .gallery .swipe-indicator{font-size:10px;padding:4px 8px}
  .gallery .thumbnail-container{margin-top:8px;gap:4px}
  .gallery .thumbnail{width:40px;height:40px}
  .cart-item{grid-template-columns:35px 1fr;gap:5px;padding:6px}
  .cart-item img{width:35px;height:35px}
  .cart-item .info h3{font-size:12px}
  .cart-item .info .price{font-size:10px}
  .qty button{padding:2px 5px;font-size:9px}
  .cart-summary .total{font-size:16px}
  .field input,.field select,.field textarea{padding:6px 8px;font-size:11px}
  .transfer-box{padding:8px}
  .transfer-box h3{font-size:13px}
  .transfer-box p{font-size:11px}
  .chat-btn{width:40px;height:40px;font-size:16px;bottom:8px;left:8px}
  .whatsapp-btn{width:40px;height:40px;font-size:16px;bottom:8px;right:8px}
  .category-card{padding:12px 8px;gap:4px}
  .category-icon{font-size:20px}
  .category-card h3{font-size:12px}
  .category-card p{font-size:9px}
  .contact-hero h1{font-size:18px}
  .contact-hero p{font-size:13px}
  .contact-info h2{font-size:18px}
  .contact-form-container{padding:16px}
  .social-links{flex-direction:column;gap:12px}
  .social-links a{font-size:14px}
  .social-links a i{font-size:16px}
}

/* Ensure images don't overflow on mobile */
img{max-width:100%;height:auto}
.card img{max-height:180px;object-fit:contain}

/* Fix for very small screens */
@media (max-width: 360px){
  .container{padding:0 6px}
  .hero-overlay h1{font-size:16px}
  .hero-overlay p{font-size:11px}
  .grid{grid-template-columns:repeat(2,1fr);gap:4px}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:4px}
  .card img{height:100px}
  .card .content{padding:4px 6px}
  .card .content h3{font-size:10px}
  .price{font-size:12px}
  .card .actions{padding:4px 6px}
  .card .actions .btn,
  .card .actions .add{font-size:8px;padding:3px 5px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#001018;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:all 0.2s ease}
  .product .details h1{font-size:14px}
  .product .details .price{font-size:16px}
  .cart-item .info h3{font-size:11px}
  .cart-item .info .price{font-size:9px}
  .chat-btn{width:35px;height:35px;font-size:14px;bottom:5px;left:5px}
  .whatsapp-btn{width:35px;height:35px;font-size:14px;bottom:5px;right:5px}
  .category-card{padding:10px 6px;gap:3px}
  .category-icon{font-size:18px}
  .category-card h3{font-size:11px}
  .category-card p{font-size:8px}
  .contact-hero h1{font-size:16px}
  .contact-hero p{font-size:12px}
  .contact-info h2{font-size:16px}
  .contact-form-container{padding:12px}
  .social-links a{font-size:13px}
  .social-links a i{font-size:15px}
  
  /* Mobile auth buttons in hamburger menu */
  .nav .auth-buttons-mobile{display:flex;flex-direction:column;gap:8px;margin-top:20px;padding-top:20px;border-top:1px solid #374151}
  .nav .auth-buttons-mobile .btn{width:100%;text-align:center;padding:10px 16px;font-size:14px}
  .nav .user-menu-mobile{display:flex;flex-direction:column;gap:8px}
  .nav .user-menu-mobile .user-name{color:#fff;font-size:14px;font-weight:500;margin-bottom:8px;text-align:center}
}

/* Authentication Modals */
.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;transition:opacity 0.3s ease}
.modal-overlay.show{opacity:1}
.modal-content{background:var(--surface);border-radius:12px;padding:0;max-width:400px;width:90%;max-height:90vh;overflow-y:auto;transform:scale(0.9);transition:transform 0.3s ease;box-shadow:0 20px 40px rgba(0,0,0,0.3)}
.modal-overlay.show .modal-content{transform:scale(1)}
.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #374151}
.modal-header h2{margin:0;color:#fff;font-size:20px;font-weight:600}
.close-btn{background:none;border:none;color:#9ca3af;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all 0.2s ease}
.close-btn:hover{background:rgba(255,255,255,0.1);color:#fff}
.auth-form{padding:24px}
.auth-form .field{margin-bottom:16px}
.auth-form .field label{display:block;margin-bottom:6px;color:#dbeafe;font-size:14px;font-weight:500}
.auth-form .field input,.auth-form .field textarea{width:100%;padding:10px 12px;border:1px solid #374151;border-radius:6px;background:#0f1218;color:#fff;font-size:14px;transition:border-color 0.2s ease}
.auth-form .field input:focus,.auth-form .field textarea:focus{outline:none;border-color:var(--accent)}
.auth-form .field input[readonly]{background:#1f2937;color:#9ca3af}
.auth-form .btn-primary{width:100%;padding:12px;font-size:14px;font-weight:600;margin-top:8px}
.auth-switch{text-align:center;margin-top:16px;color:#9ca3af;font-size:14px}
.auth-switch a{color:var(--accent-2);text-decoration:none;font-weight:500}
.auth-switch a:hover{text-decoration:underline}

/* Notifications */
.notification{position:fixed;top:20px;right:20px;padding:12px 16px;border-radius:8px;color:#fff;font-weight:500;z-index:10001;transform:translateX(100%);transition:transform 0.3s ease;max-width:300px;box-shadow:0 4px 12px rgba(0,0,0,0.3)}
.notification.show{transform:translateX(0)}
.notification-success{background:#10b981}
.notification-error{background:#ef4444}
.notification-info{background:#3b82f6}

/* Cart Notification */
.cart-notification{
  position: fixed;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
  z-index: 10001;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 350px;
  min-width: 280px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-notification.show{
  transform: translateX(0);
}

.notification-content{
  display: flex;
  align-items: center;
  gap: 12px;
}

.notification-icon{
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}

.notification-text{
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
}

.notification-text strong{
  font-weight: 600;
  color: #fff;
}

/* Mobile cart notification */
@media (max-width: 768px){
  .cart-notification{
    right: 10px;
    left: 10px;
    max-width: none;
    min-width: auto;
    padding: 14px 16px;
  }
  
  .notification-content{
    gap: 10px;
  }
  
  .notification-icon{
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  
  .notification-text{
    font-size: 13px;
  }
}

/* Order Success Popup */
.order-success-content{text-align:center;padding:40px 24px}
.order-success-icon{font-size:64px;margin-bottom:20px}
.order-success-content h2{color:#fff;font-size:24px;margin-bottom:12px;font-weight:600}
.order-success-content p{color:#dbeafe;font-size:16px;margin-bottom:24px}
.order-number{background:rgba(255,255,255,0.1);border-radius:8px;padding:16px;margin:20px 0;border:1px solid #374151}
.order-number strong{display:block;color:#fff;font-size:14px;margin-bottom:8px}
.order-number-value{display:block;color:var(--accent-2);font-size:18px;font-weight:700;font-family:monospace;margin-bottom:12px}
.copy-order-btn{background:var(--accent);color:#001018;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all 0.2s ease}
.copy-order-btn:hover{background:var(--accent-2)}
.order-note{color:#9ca3af;font-size:14px;margin-top:16px}

/* Account Page Styles */
.account-page{padding:40px 0;min-height:60vh}
.account-header{text-align:center;margin-bottom:40px}
.account-header h1{color:#fff;font-size:32px;margin-bottom:10px}
.account-header p{color:#dbeafe;font-size:16px}

.login-required{display:flex;justify-content:center;align-items:center;min-height:400px}
.login-card{background:var(--surface);padding:40px;border-radius:12px;text-align:center;max-width:400px;width:100%}
.login-card h2{color:#fff;margin-bottom:15px}
.login-card p{color:#dbeafe;margin-bottom:25px}
.login-actions{display:flex;gap:15px;justify-content:center}

.profile-section{margin-bottom:40px}
.profile-section h2{color:#fff;margin-bottom:20px;font-size:24px}
.profile-card{background:var(--surface);padding:25px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;border:1px solid #374151}
.profile-info h3{color:#fff;margin:0 0 8px 0;font-size:20px}
.profile-info p{color:#dbeafe;margin:4px 0;font-size:14px}

.orders-section h2{color:#fff;margin-bottom:20px;font-size:24px}
.orders-list{display:flex;flex-direction:column;gap:20px}
.order-card{background:var(--surface);padding:25px;border-radius:12px;border:1px solid #374151}
.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}
.order-info h3{color:#fff;margin:0 0 5px 0;font-size:18px}
.order-date{color:#9ca3af;font-size:14px;margin:0}
.status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}
.status-pending{background:#fef3c7;color:#92400e}
.status-confirmed{background:#dbeafe;color:#1e40af}
.status-processing{background:#e0e7ff;color:#3730a3}
.status-shipped{background:#d1fae5;color:#065f46}
.status-delivered{background:#dcfce7;color:#166534}
.status-cancelled{background:#fee2e2;color:#991b1b}

.order-items{margin-bottom:20px}
.order-items h4{color:#fff;margin:0 0 15px 0;font-size:16px}
.items-list{display:flex;flex-direction:column;gap:8px}
.item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #374151}
.item:last-child{border-bottom:none}
.item-name{color:#dbeafe;flex:1}
.item-quantity{color:#9ca3af;margin:0 15px;font-size:14px}
.item-price{color:var(--accent-2);font-weight:600}

.order-summary{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}
.order-details p{color:#dbeafe;margin:5px 0;font-size:14px}
.order-actions .btn-danger{background:var(--danger);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer}
.order-actions .btn-danger:hover{background:#dc2626}

.loading{text-align:center;color:#9ca3af;padding:40px;font-size:16px}
.error{text-align:center;color:var(--danger);padding:40px;font-size:16px}
.no-orders{text-align:center;color:#9ca3af;padding:40px;font-size:16px}
.no-orders a{color:var(--accent-2);text-decoration:none}

/* Mobile Modal Styles */
@media (max-width: 768px){
  .modal-content{width:95%;margin:20px;max-height:calc(100vh - 40px)}
  .modal-header{padding:16px 20px}
  .modal-header h2{font-size:18px}
  .auth-form{padding:20px}
  .notification{right:10px;left:10px;max-width:none}
  .order-success-content{padding:30px 20px}
  .order-success-icon{font-size:48px}
  .order-success-content h2{font-size:20px}
  
  /* Account page mobile styles */
  .account-page{padding:20px 0}
  .account-header h1{font-size:24px}
  .profile-card{flex-direction:column;gap:15px;text-align:center}
  .order-header{flex-direction:column;gap:10px;align-items:flex-start}
  .order-summary{flex-direction:column;gap:15px;align-items:stretch}
  .order-actions{text-align:center}
  .login-actions{flex-direction:column}
}


