*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1d4ed8;--secondary-color: #64748b;--accent-color: #f59e0b;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--text-primary: #1e293b;--text-secondary: #64748b;--text-light: #94a3b8;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}html{font-size:16px}@media (max-width: 768px){html{font-size:14px}}@media (max-width: 480px){html{font-size:12px}}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.container{padding:0 .75rem}}@media (max-width: 480px){.container{padding:0 .5rem}}.hero-title{font-size:clamp(2rem,5vw,3.5rem)}.section-title{font-size:clamp(1.5rem,4vw,2.5rem)}.product-name,.bestseller-name{font-size:clamp(.875rem,2.5vw,1.125rem)}.current-price{font-size:clamp(1rem,3vw,1.25rem)}.btn{padding:clamp(.5rem,2vw,.75rem) clamp(1rem,3vw,1.5rem);font-size:clamp(.75rem,2vw,.875rem)}.btn-lg{padding:clamp(.75rem,2.5vw,1rem) clamp(1.5rem,4vw,2rem);font-size:clamp(.875rem,2.5vw,1rem)}.btn-sm{padding:clamp(.375rem,1.5vw,.5rem) clamp(.75rem,2vw,1rem);font-size:clamp(.625rem,1.5vw,.75rem)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:var(--transition);position:relative;overflow:hidden}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background:var(--bg-tertiary);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-success{background:var(--success-color);color:#fff}.btn-success:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-sm{padding:.5rem 1rem;font-size:.75rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:active:before{width:300px;height:300px}.card{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.875rem;transition:var(--transition);background:var(--bg-primary)}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-input::placeholder{color:var(--text-light)}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-light{color:var(--text-light)}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideIn{animation:slideIn .4s ease-out}.animate-zoomIn{animation:zoomIn .3s ease-out}@media (max-width: 1024px){.container{padding:0 1.5rem}.grid-cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.container{padding:0 1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}.btn{padding:.625rem 1.25rem;font-size:.8rem}}@media (max-width: 480px){.container{padding:0 .75rem}h1{font-size:1.75rem}h2{font-size:1.5rem}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.btn{padding:.5rem 1rem;font-size:.75rem}.card-body{padding:1rem}}.scroll-animate{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.scroll-animate.visible{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1rem;align-items:center;padding:1rem;background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-color)}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-md)}.item-details h3{margin-bottom:.5rem;color:var(--text-primary)}.item-price{color:var(--text-secondary);margin:0}.remove-btn{background:none;border:none;color:var(--error-color);cursor:pointer;padding:.5rem;border-radius:var(--radius-sm);transition:var(--transition)}.remove-btn:hover{background:rgba(239,68,68,.1)}.cart-summary h3{margin-bottom:1.5rem;color:var(--text-primary)}.checkout-page{padding:2rem 0}.checkout-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.checkout-form{background:var(--bg-primary);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-color)}.form-section{margin-bottom:2rem}.form-section h3{margin-bottom:1rem;color:var(--text-primary)}.form-group input,.form-row input{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.875rem;transition:var(--transition)}.form-group input:focus,.form-row input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.order-summary{background:var(--bg-primary);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);height:fit-content}.order-summary h3{margin-bottom:1.5rem;color:var(--text-primary)}.order-items{margin-bottom:1.5rem}.order-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.order-item img{width:50px;height:50px;object-fit:cover;border-radius:var(--radius-sm)}.item-info{flex:1}.item-info h4{margin-bottom:.25rem;font-size:.875rem;color:var(--text-primary)}.item-info p{font-size:.75rem;color:var(--text-secondary);margin:0}.item-price{font-weight:600;color:var(--primary-color)}.summary-total{border-top:2px solid var(--border-color);padding-top:1rem}.total-row{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-images img{width:100%;border-radius:var(--radius-lg)}.product-info h1{font-size:2rem;margin-bottom:1rem}.stars{color:var(--accent-color);font-size:1.25rem}.product-price{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.current-price{font-size:2rem;font-weight:700;color:var(--primary-color)}.original-price{font-size:1.5rem;color:var(--text-light);text-decoration:line-through}.listing-content{display:grid;grid-template-columns:250px 1fr;gap:2rem}.filters{background:var(--bg-primary);padding:1.5rem;border-radius:var(--radius-lg);height:fit-content}.filter-group{margin-bottom:1.5rem}.filter-group h4{margin-bottom:.5rem}.filter-group select,.filter-group input{width:100%;padding:.5rem;border:1px solid var(--border-color);border-radius:var(--radius-md)}@media (max-width: 768px){.cart-content{grid-template-columns:1fr}.cart-item{grid-template-columns:60px 1fr;gap:.75rem}.quantity-controls,.item-total,.remove-btn{grid-column:2;justify-self:start;margin-top:.5rem}.checkout-content,.form-row{grid-template-columns:1fr}.checkout-form{padding:1.5rem}.product-content{grid-template-columns:1fr;gap:2rem}.product-actions,.tab-buttons{flex-direction:column}.listing-content{grid-template-columns:1fr}.filters{order:2}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}}.header{background:var(--bg-primary);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--border-color)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;gap:3rem}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-primary);font-weight:700;font-size:1.5rem;transition:var(--transition)}.logo:hover{transform:scale(1.05)}.logo-image{width:40px;height:40px;object-fit:contain;margin-left:1rem}.search-form{flex:2;max-width:600px}.search-container{position:relative;display:flex;align-items:center}.search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:2px solid var(--border-color);border-radius:var(--radius-xl);font-size:.875rem;transition:var(--transition);background:var(--bg-secondary)}.search-input:focus{outline:none;border-color:var(--primary-color);background:var(--bg-primary);box-shadow:0 0 0 3px #2563eb1a}.search-btn{position:absolute;right:.5rem;background:none;border:none;padding:.5rem;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:var(--transition)}.search-btn:hover{color:var(--primary-color);background:var(--bg-tertiary)}.nav-links{display:flex;gap:2rem}.nav-link{background:none;border:none;color:var(--text-secondary);font-weight:500;transition:var(--transition);position:relative;cursor:pointer;padding:.5rem 0}.nav-link:hover{color:var(--primary-color)}.nav-link:after{content:"";position:absolute;bottom:-.5rem;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1.5rem}.cart-link{position:relative;padding:.5rem;color:var(--text-secondary);background:none;border:none;border-radius:var(--radius-md);transition:var(--transition);cursor:pointer}.cart-link:hover{color:var(--primary-color);background:var(--bg-tertiary)}.cart-badge{position:absolute;top:-.25rem;right:-.25rem;background:var(--error-color);color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:50px;min-width:1.25rem;text-align:center;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.user-menu{display:flex;align-items:center;gap:.5rem}.user-name{font-size:.875rem;color:var(--text-secondary);font-weight:500}.account-icon{background:none;border:none;padding:.5rem;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:var(--transition);display:none}.account-icon:hover{color:var(--primary-color);background:var(--bg-tertiary)}.mobile-menu-btn{display:none;flex-direction:column;gap:.25rem;background:none;border:none;padding:.5rem;cursor:pointer}.mobile-menu-btn span{width:1.5rem;height:2px;background:var(--text-primary);transition:var(--transition)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--bg-primary);border-top:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:1rem;display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{padding:.75rem 1rem;background:none;border:none;color:var(--text-primary);font-weight:500;border-radius:var(--radius-md);transition:var(--transition);cursor:pointer;text-align:left;width:100%}.mobile-nav-link:hover{background:var(--bg-tertiary);color:var(--primary-color)}@media (max-width: 1024px){.search-form{max-width:300px}.nav-links{gap:1rem}}@media (max-width: 768px){.header-content{flex-wrap:wrap;gap:1rem}.logo{order:1}.header-actions{order:2;gap:.5rem}.search-form{order:3;width:100%;max-width:none;flex-basis:100%}.search-input{padding:1rem 3.5rem 1rem 1.25rem;font-size:1rem;border-radius:12px}.search-btn{right:.75rem;padding:.75rem}.nav-links{display:none}.mobile-menu-btn{display:flex}.logo-text,.user-name{display:none}.account-icon{display:block}}@media (max-width: 480px){.header-content{flex-wrap:wrap;gap:1rem}.logo{font-size:1.25rem;flex:1}.logo-icon{font-size:1.5rem}.search-input{padding:.875rem 1rem;font-size:1rem;border-radius:12px}.header-actions{gap:.75rem}}.maintenance-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.maintenance-content{text-align:center;max-width:500px;width:100%}.running-man{margin-bottom:40px;color:#fff;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.running-man svg .arm-left{animation:swingLeft .6s ease-in-out infinite;transform-origin:50px 35px}.running-man svg .arm-right{animation:swingRight .6s ease-in-out infinite;transform-origin:50px 35px}.running-man svg .leg-left{animation:swingRight .6s ease-in-out infinite;transform-origin:50px 55px}.running-man svg .leg-right{animation:swingLeft .6s ease-in-out infinite;transform-origin:50px 55px}@keyframes swingLeft{0%,to{transform:rotate(0)}50%{transform:rotate(-15deg)}}@keyframes swingRight{0%,to{transform:rotate(0)}50%{transform:rotate(15deg)}}.maintenance-title{font-size:3rem;font-weight:700;margin-bottom:20px;letter-spacing:-1px;color:#fff}.maintenance-description{font-size:1.2rem;color:#ccc;margin-bottom:40px;line-height:1.6}.loading-bar{width:100%;height:4px;background:#333;border-radius:2px;overflow:hidden;margin-bottom:30px}.loading-progress{height:100%;background:#fff;width:0;animation:loading 2s ease-in-out infinite}@keyframes loading{0%{width:0}50%{width:70%}to{width:100%}}.maintenance-footer{color:#888;font-size:.95rem;margin:0}@media (max-width: 768px){.maintenance-title{font-size:2rem}.maintenance-description{font-size:1rem}.running-man svg{width:80px;height:80px}}.hero{position:relative;overflow:hidden;height:400px}.hero-carousel{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease-in-out}.hero-slide.active{opacity:1}.carousel-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s}.indicator.active{background:white}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;color:#fff;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all .3s;z-index:2}.carousel-btn:hover{background:rgba(255,255,255,.3)}.carousel-btn.prev{left:2rem}.carousel-btn.next{right:2rem}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-title{font-size:clamp(2rem,6vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:clamp(1rem,3vw,1.25rem);margin-bottom:2rem;opacity:.9;line-height:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative}.hero-image img{width:100%;height:400px;object-fit:cover;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}.categories-section,.featured-section,.bestsellers-section{padding:.5rem 0}.newsletter-section{padding:4rem 0;background:var(--bg-tertiary)}.section-title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;text-align:center;margin-bottom:1.5rem;color:var(--text-primary)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.view-all-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:var(--transition);background:none;border:none;cursor:pointer}.bestsellers-section .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.bestsellers-section .product-card{background:var(--bg-primary);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);border:1px solid var(--border-color);position:relative}.bestsellers-section .product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.bestsellers-section .product-image{position:relative;overflow:hidden;aspect-ratio:1}.bestsellers-section .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bestsellers-section .product-card:hover .product-image img{transform:scale(1.1)}.bestsellers-section .product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:var(--transition)}.bestsellers-section .product-card:hover .product-overlay{opacity:1}.bestsellers-section .discount-badge{position:absolute;top:1rem;right:1rem;background:var(--error-color);color:#fff;padding:.25rem .75rem;border-radius:var(--radius-xl);font-size:clamp(.625rem,1.5vw,.75rem);font-weight:600;z-index:2}.bestsellers-section .product-info{padding:clamp(1rem,3vw,1.5rem)}.bestsellers-section .product-name{font-size:clamp(.875rem,2.5vw,1.125rem);font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.bestsellers-section .product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.bestsellers-section .stars{color:var(--accent-color);font-size:clamp(.75rem,2vw,.875rem)}.bestsellers-section .rating-text{font-size:clamp(.625rem,1.5vw,.75rem);color:var(--text-light)}.bestsellers-section .product-price{display:flex;align-items:center;gap:.5rem}.bestsellers-section .current-price{font-size:clamp(1rem,3vw,1.25rem);font-weight:700;color:var(--primary-color)}.bestsellers-section .original-price{font-size:clamp(.875rem,2vw,1rem);color:var(--text-light);text-decoration:line-through}.newsletter-content{text-align:center;max-width:600px;margin:0 auto}.newsletter-title{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.newsletter-description{font-size:clamp(1rem,2.5vw,1.125rem);margin-bottom:2rem;color:var(--text-secondary)}.newsletter-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.newsletter-input{flex:1;padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:var(--radius-md);font-size:.875rem;transition:var(--transition)}.newsletter-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}@media (max-width: 768px){.hero{padding:2rem 0}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.bestsellers-section .products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.newsletter-form{flex-direction:column}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;align-items:center}.bestsellers-section .products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.categories-section{padding:3rem 0 2rem;background:var(--bg-primary)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 .5rem}.categories-grid{display:flex;overflow-x:auto;gap:2rem;padding:1.5rem .5rem;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--bg-tertiary);-webkit-overflow-scrolling:touch}.categories-grid::-webkit-scrollbar{height:6px}.categories-grid::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:10px}.categories-grid::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}.category-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.35rem;scroll-snap-align:start;transition:var(--transition)}.category-card{width:120px;height:120px;border-radius:20px;padding:0;display:flex;align-items:center;justify-content:center;border:2px solid transparent;background-color:#fff;background-size:cover;background-position:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:var(--shadow-md)}.category-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);z-index:1;transition:var(--transition)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.category-card.active{transform:scale(1.05);border:3px solid var(--primary-color);box-shadow:var(--shadow-xl);z-index:10;position:relative}.category-card.active:after{content:"";position:absolute;bottom:-16px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--primary-color);z-index:15}.category-name{font-size:.9rem;font-weight:600;margin:0;text-align:center;color:var(--text-primary);line-height:1.3;max-width:140px;word-wrap:break-word;transition:var(--transition)}.category-item:hover .category-name{color:var(--primary-color);transform:translateY(-2px)}@media (max-width: 768px){.categories-section{padding:2rem 0 1.5rem}.section-header{margin-bottom:1.5rem}.categories-grid{gap:1.25rem;padding:1rem .5rem}.category-card{width:85px;height:85px;border-radius:16px}.category-name{font-size:.8rem;max-width:100px}}@media (max-width: 480px){.categories-section{padding:1.5rem 0 1rem}.categories-grid{gap:1rem}.category-card{width:70px;height:70px;border-radius:14px}.category-name{font-size:.7rem;max-width:80px}.category-card.active:after{bottom:-10px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--primary-color)}}.featured-section{padding:3rem 0;background:var(--bg-secondary)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:0 .5rem}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-primary)}.view-all-link{color:var(--primary-color);font-weight:600;font-size:1rem;background:none;border:none;cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:.5rem}.view-all-link:hover{color:var(--primary-dark);transform:translate(4px)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:0 .5rem}.product-card{background:var(--bg-primary);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;box-shadow:var(--shadow-sm)}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-color)}.product-image{position:relative;overflow:hidden;aspect-ratio:1;cursor:pointer;background:var(--bg-tertiary)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image img{transform:scale(1.15)}.discount-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.4rem .9rem;border-radius:20px;font-size:.8rem;font-weight:700;z-index:2;box-shadow:var(--shadow-md);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.product-info{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.product-name{font-size:1.1rem;font-weight:600;margin:0;color:var(--text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8rem}.discount-text{font-size:.85rem;font-weight:700;color:var(--success-color);text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.25rem}.product-rating{display:flex;align-items:center;gap:.5rem}.stars{color:#f59e0b;font-size:1rem;letter-spacing:2px}.rating-text{font-size:.85rem;color:var(--text-light);font-weight:500}.product-price{display:flex;align-items:baseline;gap:.75rem;margin:.5rem 0}.current-price{font-size:1.5rem;font-weight:800;color:var(--primary-color)}.original-price{font-size:1.1rem;color:var(--text-light);text-decoration:line-through;font-weight:500}.btn{padding:.875rem 1.5rem;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;box-shadow:0 4px 12px #2563eb4d}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.btn-primary:active{transform:translateY(0)}@media (max-width: 768px){.featured-section{padding:2rem 0}.section-header{margin-bottom:2rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.product-image{aspect-ratio:4/3}.product-info{padding:.875rem;gap:.5rem}.product-name{font-size:.9rem;min-height:2.2rem}.product-price{margin:.25rem 0}.current-price{font-size:1.15rem}.original-price{font-size:.9rem}.btn{padding:.7rem .875rem;font-size:.85rem}.discount-badge{padding:.3rem .65rem;font-size:.7rem;top:.75rem;right:.75rem}}@media (max-width: 480px){.featured-section{padding:1.5rem 0}.products-grid{gap:.875rem}.product-image{aspect-ratio:3/2}.product-info{padding:.75rem;gap:.4rem}.product-name{font-size:.8rem;min-height:1.8rem;-webkit-line-clamp:2}.discount-text{font-size:.7rem}.stars{font-size:.8rem}.rating-text{font-size:.7rem}.product-price{margin:.2rem 0}.current-price{font-size:1rem}.original-price{font-size:.8rem}.btn{padding:.6rem .75rem;font-size:.75rem;border-radius:8px}.discount-badge{top:.65rem;right:.65rem;padding:.25rem .55rem;font-size:.65rem}.view-all-link{font-size:.85rem}}.trust-gallery-section{padding:3rem 0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.gallery-subtitle{color:var(--text-secondary);font-size:1rem}.gallery-carousel{position:relative;overflow:hidden;border-radius:16px;margin-bottom:3rem;height:300px}.gallery-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out}.gallery-slide.active{opacity:1}.gallery-image{position:relative;width:100%;height:100%;overflow:hidden}.gallery-image img{width:100%;height:100%;object-fit:cover}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;padding:2rem;text-align:center}.gallery-overlay h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.gallery-overlay p{font-size:.875rem;opacity:.9}.gallery-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.gallery-indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s}.gallery-indicator.active{background:white}.trust-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}@media (max-width: 768px){.trust-gallery-section{padding:2rem 0}.gallery-header{margin-bottom:2rem}.gallery-title{font-size:1.5rem}.gallery-carousel{height:250px;margin-bottom:2rem}.gallery-overlay{padding:1.5rem}.gallery-overlay h3{font-size:1.25rem}.trust-stats{gap:2rem}.stat-number{font-size:1.5rem}}@media (max-width: 480px){.gallery-carousel{height:200px}.gallery-overlay{padding:1rem}.gallery-overlay h3{font-size:1rem}.gallery-overlay p{font-size:.75rem}.trust-stats{gap:1.5rem}}.bestsellers-section-dt{padding:4rem 0;background:#f8fafc}.bestsellers-section-dt .section-header-dt{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.bestsellers-section-dt .section-title-dt{font-size:2rem;font-weight:700;color:#1a202c;margin:0}.bestsellers-section-dt .view-all-link-dt{background:none;border:none;color:#3182ce;font-weight:600;cursor:pointer;font-size:1rem;transition:color .2s}.bestsellers-section-dt .view-all-link-dt:hover{color:#2c5aa0}.bestsellers-section-dt .products-scroll-dt{display:flex;overflow-x:auto;gap:1.5rem;padding:1rem 0;scroll-behavior:smooth}.bestsellers-section-dt .products-scroll-dt::-webkit-scrollbar{height:8px}.bestsellers-section-dt .products-scroll-dt::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.bestsellers-section-dt .products-scroll-dt::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.bestsellers-section-dt .products-scroll-dt::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.bestsellers-section-dt .product-card-dt{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .2s,box-shadow .2s;min-width:280px;max-width:280px;flex-shrink:0;border:1px solid #e2e8f0;position:relative;display:flex;flex-direction:column}.bestsellers-section-dt .product-card-dt:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.bestsellers-section-dt .product-image-dt{position:relative;width:100%;aspect-ratio:1;overflow:hidden;cursor:pointer;background:#f8f9fa}.bestsellers-section-dt .product-image-dt img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.bestsellers-section-dt .product-card-dt:hover .product-image-dt img{transform:scale(1.1)}.bestsellers-section-dt .discount-badge-dt{position:absolute;top:10px;right:10px;background:#e53e3e;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;z-index:2}.bestsellers-section-dt .product-info-dt{padding:1.5rem;display:flex;flex-direction:column;flex:1}.bestsellers-section-dt .product-name-dt{font-size:1.1rem;font-weight:600;color:#1a202c;margin:0 0 .5rem;line-height:1.4}.bestsellers-section-dt .product-rating-dt{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.bestsellers-section-dt .stars-dt{color:#f6ad55;font-size:.9rem}.bestsellers-section-dt .rating-text-dt{color:#718096;font-size:.85rem}.bestsellers-section-dt .product-price-dt{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;margin-top:auto}.bestsellers-section-dt .current-price-dt{font-size:1.5rem;font-weight:800;color:var(--primary-color)}.bestsellers-section-dt .original-price-dt{font-size:1.1rem;color:var(--text-light);text-decoration:line-through;font-weight:500}.bestsellers-section-dt .btn-dt{width:100%;padding:.875rem 1.5rem;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;white-space:nowrap}.bestsellers-section-dt .btn-primary-dt{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;box-shadow:0 4px 12px #2563eb4d}.bestsellers-section-dt .btn-primary-dt:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.bestsellers-section-dt .btn-primary-dt:hover:before{left:100%}.bestsellers-section-dt .btn-primary-dt:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.bestsellers-section-dt .btn-primary-dt:active{transform:translateY(0)}.bestsellers-section-dt .btn-secondary-dt{background:white;color:#3182ce;border:2px solid #3182ce}.bestsellers-section-dt .btn-secondary-dt:hover{background:#3182ce;color:#fff}.bestsellers-section-dt .btn-sm-dt{padding:.5rem 1rem;font-size:.9rem}@media (max-width: 768px){.bestsellers-section-dt .product-card-dt{min-width:calc(50vw - 2rem);max-width:calc(50vw - 2rem)}.bestsellers-section-dt .products-scroll-dt{padding:1rem .5rem;gap:1rem}.bestsellers-section-dt .section-title-dt{font-size:1.5rem}.bestsellers-section-dt .product-name-dt{font-size:1rem}.bestsellers-section-dt .current-price-dt{font-size:1.1rem}.bestsellers-section-dt .original-price-dt{font-size:.9rem}}.product-listing{padding:2rem 0}.listing-header{text-align:center;margin-bottom:2rem}.listing-header h1{font-size:clamp(1.75rem,5vw,2.5rem);margin-bottom:.5rem}.listing-header p{font-size:clamp(.875rem,2vw,1rem);color:var(--text-secondary)}.listing-content{display:block}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:var(--bg-primary);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);border:1px solid var(--border-color)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.product-image{position:relative;aspect-ratio:1;overflow:hidden;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:var(--transition)}.product-card:hover .product-overlay{opacity:1}.product-info{padding:1.5rem}.product-info h3{margin-bottom:.5rem;color:var(--text-primary);font-size:clamp(.875rem,2.5vw,1.125rem)}.stars{color:var(--accent-color)}.product-price{display:flex;align-items:center;gap:.5rem}.current-price{font-size:clamp(1rem,3vw,1.25rem);font-weight:700;color:var(--primary-color)}.original-price{color:var(--text-light);text-decoration:line-through}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.product-details{padding:2rem 0}.back-btn{background:none;border:none;color:var(--primary-color);font-size:1rem;cursor:pointer;margin-bottom:2rem;transition:var(--transition)}.back-btn:hover{transform:translate(-4px)}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;align-items:start}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image img{width:100%;max-height:500px;object-fit:contain;border-radius:var(--radius-lg)}.image-thumbnails{display:flex;gap:.5rem;overflow-x:auto}.image-thumbnails img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-sm);cursor:pointer;border:2px solid transparent;transition:var(--transition)}.image-thumbnails img:hover,.image-thumbnails img.active{border-color:var(--primary-color)}.product-unit{margin-bottom:1rem;color:var(--text-light)}.quantity-selector small{display:block;margin-top:.5rem;color:var(--text-light);font-size:.875rem}.product-info{padding:0}.product-info h1{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1.5rem;color:#1a5f3f;font-weight:700;line-height:1.3}.price-section{margin-bottom:1rem}.price-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.current-price{font-size:2rem;font-weight:700;color:#1a5f3f}.original-price{font-size:1rem;color:#6b7280;text-decoration:line-through}.discount-badge{background:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:700}.per-unit-text{color:#1a5f3f;font-size:1rem;margin-bottom:1rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{color:#fbbf24;font-size:1.25rem}.rating-text{color:#374151;font-size:.95rem}.reviews-text{color:#6b7280;font-size:.95rem}.tax-info{margin-bottom:1rem;color:#374151;font-size:.95rem}.quality-badge{display:inline-block;background:white;border:2px solid #10b981;color:#10b981;padding:.5rem 1rem;border-radius:8px;font-weight:600;margin-bottom:1.5rem;font-size:.95rem}.delivery-info{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.info-box{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.75rem}.info-icon{font-size:2rem}.info-content{flex:1}.info-label{font-size:.75rem;color:#6b7280;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem}.info-value{font-size:1rem;color:#1f2937;font-weight:700}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:1.5rem 0}.payment-option{padding:2rem;background:var(--bg-primary);border-radius:12px;border:2px solid var(--border-color);box-shadow:var(--shadow-sm)}.payment-option h4{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.payment-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.payment-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem}.payment-row span:first-child{color:var(--text-secondary);font-weight:500}.payment-row .price{font-size:1.5rem;font-weight:800;color:var(--text-primary)}.payment-row .discount{font-size:1.125rem;font-weight:700;color:#059669}.btn-block{width:100%;padding:1rem;font-size:1.125rem;font-weight:700;border-radius:10px;margin-top:.5rem}.quantity-selector{margin-bottom:2rem}.quantity-selector label{display:block;margin-bottom:.5rem;font-weight:600}.quantity-controls{display:flex;align-items:center;gap:1rem;width:fit-content}.quantity-controls span{font-weight:600;min-width:2rem;text-align:center}.product-actions{display:flex;gap:1rem}.product-actions button{flex:1}.product-tabs{background:var(--bg-primary);border-radius:var(--radius-lg);overflow:hidden}.tab-buttons{display:flex;border-bottom:1px solid var(--border-color)}.tab-buttons button{flex:1;padding:1rem;border:none;background:none;cursor:pointer;transition:var(--transition)}.tab-buttons button.active{background:var(--primary-color);color:#fff}.tab-content{padding:2rem}.tab-panel ul{list-style:none}.tab-panel li{padding:.5rem 0;border-bottom:1px solid var(--border-color)}@media (max-width: 768px){.product-details{padding:1rem 0}.back-btn{margin-bottom:1rem;font-size:.875rem}.product-content{grid-template-columns:1fr;gap:1.5rem}.product-info{padding:0 1rem}.product-info h1{font-size:1.25rem}.price-row{gap:.5rem}.current-price{font-size:1.5rem}.original-price{font-size:.875rem}.discount-badge{font-size:.75rem;padding:.2rem .5rem}.per-unit-text{font-size:.875rem}.delivery-info{grid-template-columns:1fr}.payment-options{grid-template-columns:1fr;gap:1.5rem;padding:0;margin:1rem -1rem;width:calc(100% + 2rem)}.payment-option{padding:1.5rem}.payment-price{align-items:flex-start;width:100%}.quantity-selector{margin-bottom:1.5rem}.quantity-controls{width:100%;justify-content:space-between}.quantity-controls button{width:2.5rem;height:2.5rem;font-size:1.125rem}.quantity-controls span{font-size:1.125rem;min-width:3rem}.product-actions{flex-direction:column;gap:.75rem}.product-actions button{width:100%;padding:.875rem;font-size:1rem}.tab-buttons{flex-direction:row;overflow-x:auto}.tab-buttons button{padding:.75rem 1rem;font-size:.875rem;white-space:nowrap}.tab-content{padding:1rem}.image-thumbnails{gap:.375rem}.image-thumbnails img{width:60px;height:60px}}.sticky-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid #e5e7eb;box-shadow:0 -2px 10px #0000001a;transform:translateY(100%);transition:transform .3s ease;z-index:1000;padding:.75rem 0}.sticky-bottom-bar.visible{transform:translateY(0)}.sticky-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.sticky-price{flex:1}.sticky-price-main{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.sticky-price-details{display:flex;gap:.5rem;font-size:.75rem}.sticky-mrp{color:#6b7280;text-decoration:line-through}.sticky-save{color:#10b981;font-weight:600}.sticky-actions{display:flex;gap:.75rem;flex:1;max-width:300px}.btn-sticky-cart{background:white;border:2px solid #d1d5db;color:#1f2937;padding:.625rem 1.25rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;flex:1}.btn-sticky-cart:hover{border-color:#9ca3af;background:#f9fafb}@media (max-width: 768px){.sticky-content{padding:0 1rem;gap:1rem}.sticky-price-main{font-size:1rem}.sticky-price-details{font-size:.7rem}.sticky-actions{gap:.5rem}.btn-sticky-cart,.btn-sticky-buy{padding:.5rem 1rem;font-size:.8rem}}@media (min-width: 769px){.sticky-bottom-bar{display:none}}.cart-page{padding:2rem 0;min-height:60vh}.empty-cart{text-align:center;padding:4rem 0}.empty-cart h2{margin-bottom:1rem;color:var(--text-secondary)}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto;gap:1rem;align-items:center;padding:1rem;background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-color);position:relative}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-md);background:#f8f9fa}.item-details h3{margin-bottom:.5rem;color:var(--text-primary);font-size:clamp(.875rem,2.5vw,1.125rem)}.item-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.item-rating .stars{color:var(--accent-color);font-size:clamp(.75rem,2vw,.875rem)}.item-rating .rating-text{font-size:clamp(.625rem,1.5vw,.75rem);color:var(--text-light)}.item-discount{font-size:clamp(.75rem,2vw,.875rem);font-weight:600;color:var(--error-color);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.item-price-container{display:flex;align-items:center;gap:.5rem}.item-price{color:var(--text-secondary);margin:0;font-weight:600}.item-original-price{color:var(--text-light);margin:0;text-decoration:line-through;font-size:.875rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-controls button{width:2rem;height:2rem;border:1px solid var(--border-color);background:var(--bg-primary);cursor:pointer;border-radius:var(--radius-sm)}.quantity-controls span{min-width:2rem;text-align:center;font-weight:600}.item-total{font-weight:700;color:var(--primary-color)}.remove-btn{position:absolute;top:.5rem;right:.5rem;background:rgba(239,68,68,.1);border:none;color:var(--error-color);cursor:pointer;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;transition:var(--transition);z-index:1}.remove-btn:hover{background:rgba(239,68,68,.2);transform:scale(1.1)}.cart-summary{background:var(--bg-primary);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);height:fit-content}.cart-summary h3{margin-bottom:1.5rem;color:var(--text-primary);font-size:clamp(1.125rem,3vw,1.25rem)}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.summary-row.total{font-weight:700;font-size:1.25rem;color:var(--text-primary);border-bottom:none;margin-bottom:2rem}.mobile-checkout-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--bg-primary);border-top:1px solid var(--border-color);padding:1rem;z-index:1000;box-shadow:0 -2px 10px #0000001a;align-items:center;justify-content:space-between;gap:1rem}.mobile-total{font-weight:700;font-size:1.125rem;color:var(--text-primary)}.mobile-checkout-btn{flex:1;max-width:200px;padding:.875rem 1.5rem;font-weight:600}@media (max-width: 768px){.cart-page{padding:1rem 0}.cart-page h1{font-size:1.75rem;margin-bottom:1.5rem;padding:0 1rem}.cart-content{grid-template-columns:1fr;padding:0 1rem 120px;gap:1.5rem}.cart-item{grid-template-columns:100px 1fr;gap:1rem;padding:1.25rem;border-radius:12px}.cart-item img{width:100px;height:100px;border-radius:8px;object-fit:cover;background:#f8f9fa}.item-details h3{font-size:1.125rem;margin-bottom:.75rem;line-height:1.4}.item-price{font-size:1rem;font-weight:600;color:var(--primary-color)}.quantity-controls{grid-column:2;justify-self:start;margin-top:1rem;gap:.75rem}.quantity-controls button{width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:600}.quantity-controls span{min-width:2.5rem;font-size:1.125rem;font-weight:700}.item-total{grid-column:2;justify-self:end;margin-top:1rem;font-size:1.25rem;font-weight:700}.remove-btn{top:.75rem;right:.75rem;width:2.25rem;height:2.25rem;font-size:1.375rem}.cart-summary{display:none}.mobile-checkout-bar{display:flex;padding:1.25rem}.mobile-total{font-size:1.25rem}.mobile-checkout-btn{font-size:1rem;padding:1rem 1.5rem;border-radius:8px}.empty-cart{padding:3rem 1rem}.empty-cart h2{font-size:1.5rem;margin-bottom:1rem}.empty-cart p{font-size:1rem;margin-bottom:2rem}.empty-cart .btn{font-size:1rem;padding:1rem 2rem}}.checkout-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:1rem 0}.checkout-page .container{max-width:1000px;margin:0 auto;padding:0 1rem}.checkout-page h1{text-align:center;margin-bottom:1.5rem;color:#1e293b;font-size:2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}.checkout-content{display:block;max-width:1000px;margin:0 auto}.checkout-flow{display:flex;flex-direction:column;gap:1rem}.checkout-section{background:white;padding:1.25rem;border-radius:12px;box-shadow:0 4px 12px #00000014;border:1px solid #e2e8f0}.checkout-section h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #f1f5f9;padding-bottom:.75rem}.place-order-btn{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #10b9814d}.place-order-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.place-order-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.place-order-btn:disabled:hover{background:#9ca3af;transform:none;box-shadow:none}.minimum-order-warning{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:8px;padding:1rem;text-align:center}.minimum-order-warning p{margin:.5rem 0;color:#92400e;font-weight:600}.minimum-order-warning p:first-child{font-size:1rem;font-weight:700}.checkout-form{background:white;padding:2rem;border-radius:16px;box-shadow:0 10px 25px #0000001a;border:1px solid #e2e8f0}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.form-section:last-child{border-bottom:none}.form-section h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h3{margin-bottom:0}.add-address-link{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-address-link:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.form-section h3:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:2px}.customer-info-display{background:linear-gradient(135deg,#dbeafe,#bfdbfe);padding:1.5rem;border-radius:12px;border-left:4px solid #3b82f6}.customer-info-display p{margin:.5rem 0;color:#1e40af;font-weight:500}.api-address-display h4{color:#059669;font-size:1rem;font-weight:600;margin-bottom:1rem}.address-card{background:white;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.address-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(29,78,216,.05));opacity:0;transition:opacity .3s ease}.address-card:hover:before{opacity:1}.address-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f626}.address-card.selected{border-color:#059669;background:linear-gradient(135deg,#ecfdf5,#d1fae5);box-shadow:0 0 0 3px #0596691a}.address-card.selected:after{content:"✓";position:absolute;top:1rem;right:1rem;background:#059669;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.address-info{position:relative;z-index:1}.address-info p{margin:.25rem 0;color:#374151;line-height:1.5}.address-info p:first-child{font-weight:600;color:#1f2937;font-size:1rem}.primary-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-left:.5rem}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;border:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 14px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-secondary{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.btn-secondary:hover{background:linear-gradient(135deg,#4b5563,#374151)}.btn-outline{background:transparent;border:2px solid #3b82f6;color:#3b82f6}.btn-outline:hover{background:#3b82f6;color:#fff}.btn-lg{padding:1rem 2rem;font-size:1rem;width:100%;margin-top:1rem}.btn-edit{padding:.5rem 1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:600}.btn-edit:hover{background:linear-gradient(135deg,#d97706,#b45309)}.form-group input,.form-row input,.form-group select,.form-row select{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .3s ease;background:white;font-family:inherit}.form-group input:focus,.form-row input:focus,.form-group select:focus,.form-row select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.form-group select:disabled,.form-row select:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.form-group select:disabled:hover,.form-row select:disabled:hover{border-color:#e2e8f0;transform:none}.form-group select,.form-row select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.5rem}.form-group select:focus,.form-row select:focus{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e")}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.address-form{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:2rem;border-radius:12px;border:2px solid #f59e0b;margin-top:1rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-end}.address-actions{display:flex;gap:1rem;margin:1.5rem 0;flex-wrap:wrap}.order-summary{background:white;padding:2rem;border-radius:16px;box-shadow:0 10px 25px #0000001a;border:1px solid #e2e8f0;height:fit-content;position:sticky;top:2rem}.order-summary h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.payment-options-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f5f9}.payment-options-section h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:1rem;text-align:center}.payment-option{background:white;border:2px solid #e2e8f0;border-radius:8px;padding:.75rem;margin-bottom:.5rem;transition:all .3s ease}.payment-option.highlighted{border-color:#3b82f6;background:linear-gradient(135deg,#dbeafe,#bfdbfe);box-shadow:0 0 0 2px #3b82f61a}.payment-option:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.payment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.payment-header h5{margin:0;font-size:.8rem;font-weight:600;color:#374151}.payment-badge{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.2rem .4rem;border-radius:8px;font-size:.6rem;font-weight:600}.payment-details{display:flex;flex-direction:column;gap:.2rem}.payment-amount{font-size:1rem;font-weight:700;color:#059669}.payment-savings{font-size:.7rem;color:#dc2626;font-weight:500}.payment-discount{font-size:.7rem;color:#059669;font-weight:500}.cod-balance{font-size:.7rem;color:#6b7280;font-weight:500}.order-items{margin-bottom:1rem;max-height:200px;overflow-x:auto;overflow-y:hidden;display:flex;gap:.75rem;padding-bottom:.5rem}.order-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0;min-width:250px;flex-shrink:0}.order-item:hover{background:#f1f5f9;transform:translate(2px)}.order-item img{width:50px;height:50px;object-fit:cover;border-radius:6px;border:2px solid #e2e8f0}.item-details{flex:1}.item-details h4{color:#1f2937;font-size:.8rem;font-weight:600;margin-bottom:.25rem;line-height:1.3}.item-details p{color:#6b7280;font-size:.7rem;margin:.125rem 0}.item-total{font-weight:700;color:#059669;font-size:.9rem}.order-total{border-top:2px solid #e2e8f0;padding-top:1rem}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;color:#374151}.total-final{font-size:1.25rem;font-weight:700;color:#1f2937;padding-top:.5rem;border-top:1px solid #e2e8f0;margin-top:.5rem}@media (max-width: 768px){.checkout-content{grid-template-columns:1fr;gap:1.5rem}.checkout-page h1{font-size:2rem}.checkout-form,.order-summary{padding:1.5rem}.form-row{grid-template-columns:1fr}.address-actions{flex-direction:column}.address-card{padding:1rem}.order-summary{position:static}}.payment-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:white;z-index:9999}.payment-container{width:100%;height:100%;position:relative}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:white;display:flex;align-items:center;justify-content:center;z-index:10}.loading-content{text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-content p{color:#333;font-size:16px;margin:0}.order-container{min-height:calc(100vh - 80px);background:#f8fafc;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center}.order-card{background:white;border-radius:8px;border:1px solid #e2e8f0;padding:3rem 2rem;max-width:800px;width:100%;text-align:center}.order-icon{margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%}.success-icon{background:#f0fdf4;border:2px solid #10b981}.failed-icon{background:#fef2f2;border:2px solid #ef4444}.order-title{font-size:2rem;font-weight:700;margin:0 0 1rem;color:#1e293b}.success-title{color:#059669}.failed-title{color:#dc2626}.order-description{font-size:1.125rem;color:#64748b;margin:0 0 2.5rem;line-height:1.6;max-width:400px;margin-left:auto;margin-right:auto}.success-description{color:#475569}.failed-description{color:#64748b}.order-details{background:#f8fafc;border-radius:6px;padding:1.5rem;margin:2rem 0;border:1px solid #e2e8f0;text-align:left}.details-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;text-align:left}.detail-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #e2e8f0;position:relative}.detail-row:last-child{border-bottom:none}.detail-content{display:flex;align-items:center;justify-content:space-between;width:100%;margin-right:1rem}.detail-label{font-weight:600;color:#475569;font-size:.95rem}.detail-value{font-weight:700;color:#1e293b;font-size:1rem;font-family:SF Mono,Monaco,monospace}.detail-value.amount{font-size:1.25rem;color:#059669;font-weight:800}.status-row{background:#f0fdf4;border-radius:6px;padding:1rem;border:1px solid #10b981;margin-top:1rem}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:4px;font-weight:600;font-size:.875rem}.status-badge.success{background:#10b981;color:#fff}.status-badge.confirmed{background:#3b82f6;color:#fff}.copy-btn{background:white;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}.copy-btn:hover{border-color:#10b981;background:#f0fdf4;transform:translateY(-1px)}.copy-btn:active{transform:translateY(0)}.order-actions{margin-top:2.5rem}.order-btn{background:#1f2937;color:#fff;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:200px;letter-spacing:.025em}.order-btn:hover{background:#111827;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.order-btn:active{transform:translateY(0)}.primary-btn{background:#374151;border:1px solid #d1d5db}.primary-btn:hover{background:#1f2937;border-color:#9ca3af}@media (max-width: 768px){.order-container{padding:1rem}.order-card{padding:2rem 1.5rem;border-radius:20px}.order-title{font-size:2rem}.order-description{font-size:1rem}.order-details{padding:1.5rem}.detail-row{flex-direction:column;align-items:flex-start;gap:.5rem}.detail-content{width:100%;margin-right:0}.copy-btn{align-self:flex-end}.order-btn{width:100%;padding:1rem}}@media (max-width: 480px){.order-icon{width:100px;height:100px}.order-icon svg{width:60px;height:60px}.order-title{font-size:1.75rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.order-card{animation:fadeInUp .6s ease-out}.order-icon{animation:fadeInUp .8s ease-out .2s both}.order-title{animation:fadeInUp .8s ease-out .4s both}.order-description{animation:fadeInUp .8s ease-out .6s both}.order-details{animation:fadeInUp .8s ease-out .8s both}.order-actions{animation:fadeInUp .8s ease-out 1s both}.account-page{padding:2rem 0;min-height:80vh;background:#f8f9fa}.account-header{margin-bottom:2rem}.back-btn1{background:none;border:none;font-size:1rem;cursor:pointer;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;transition:color .2s}.back-btn:hover{color:#212529}.account-header h1{font-size:2rem;color:#212529;margin:0;font-weight:600}.profile-card{background:white;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;border:1px solid #dee2e6;position:relative}.profile-back-btn{position:absolute;top:1rem;left:1rem;color:#fff;font-size:1rem;cursor:pointer;z-index:10;padding:.5rem;transition:opacity .2s}.profile-back-btn:hover{opacity:.8}.profile-header{background:#343a40;color:#fff;padding:3rem 2rem;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.5rem;text-align:center}.profile-avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;background:#6c757d;display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.2)}.avatar-placeholder{font-size:3rem;font-weight:700;color:#fff}.profile-info h2{margin:0;font-size:2rem;font-weight:600}.address-info{margin-top:1rem;opacity:.9}.address-info p{margin:.25rem 0;font-size:.9rem;line-height:1.4}.account-menu{padding:2rem}.menu-item{width:100%;padding:1rem 1.5rem;background:white;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:.5rem;display:flex;align-items:center;gap:1rem;text-align:left}.menu-item:hover{background:#f8f9fa;border-color:#495057}.menu-item.logout{color:#dc3545;border-color:#dc3545}.menu-item.logout:hover{background:#dc3545;color:#fff}.menu-item svg{width:20px;height:20px;color:#495057}.menu-item:hover svg{color:#212529}.menu-item.logout svg{color:#dc3545}.menu-item.logout:hover svg{color:#fff}.loading-container,.error-container{text-align:center;padding:4rem 0}.loading-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid #dee2e6;border-radius:50%;border-top-color:#495057;animation:spin 1s ease-in-out infinite}.error-container{background:white;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a;border:1px solid #dee2e6}.error-container p{color:#dc3545;font-size:1rem;margin-bottom:1rem}.btn{padding:.5rem 1rem;border:1px solid #495057;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s;font-size:.875rem;background:#495057;color:#fff}.btn:hover{background:#343a40;border-color:#343a40}@media (max-width: 768px){.account-page{padding:1rem 0}.account-header h1{font-size:1.5rem}.profile-header{padding:2rem 1.5rem;gap:1rem}.profile-avatar{width:80px;height:80px}.avatar-placeholder{font-size:2.5rem}.profile-info h2{font-size:1.5rem}.account-menu{padding:1.5rem}.menu-item{padding:1rem;font-size:.9rem}}.orders-section{background:white;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:1rem;overflow:hidden}.orders-header{background:#f8f9fa;padding:1rem 1.5rem;border-bottom:1px solid #dee2e6;display:flex;align-items:center;gap:1rem}.orders-header .back-btn{background:none;border:none;font-size:1rem;cursor:pointer;color:#495057;padding:.5rem;border-radius:4px;transition:background .2s}.orders-header .back-btn:hover{background:#e9ecef}.orders-header h2{margin:0;font-size:1.5rem;color:#212529}.orders-list{padding:1rem}.order-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem;margin-bottom:1rem}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.order-id strong{font-size:1rem;color:#212529;display:block;margin-bottom:.25rem}.order-date{font-size:.875rem;color:#6c757d}.help-btn{background:none;border:none;color:#007bff;font-size:.875rem;cursor:pointer;text-decoration:underline}.order-amounts{margin-bottom:1rem}.amount-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e9ecef}.amount-row:last-child{border-bottom:none;font-weight:600}.amount{font-weight:500}.amount.received{color:#28a745}.amount.unsettled{color:#ffc107}.amount.pending{color:#dc3545}.order-footer{display:flex;flex-direction:column;gap:.5rem}.status-badge{color:#6c757d;font-size:.875rem}.pay-now-btn{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:20px;font-weight:600;cursor:pointer;align-self:flex-start;transition:background .2s}.pay-now-btn:hover{background:#218838}.payment-info{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#6c757d}@media (max-width: 768px){.orders-header,.order-card{padding:1rem}.order-header{flex-direction:column;gap:.5rem;align-items:flex-start}.help-btn{align-self:flex-end}}.auth-page{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:flex-end;z-index:1000;pointer-events:none}.auth-container{width:100%;max-width:420px;height:100vh;transform:translate(100%);animation:slideInFromRight .3s ease-out forwards;pointer-events:all}@keyframes slideInFromRight{to{transform:translate(0)}}.auth-card{background:white;height:100vh;overflow-y:auto;box-shadow:-10px 0 25px #00000026}.brand{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.brand-logo{width:50px;height:50px;object-fit:contain}.brand-name{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-header{padding:2rem 2rem 1rem;text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);position:relative}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-btn:hover{background:rgba(107,114,128,.1);color:#374151}.auth-header h1{font-size:1.875rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.auth-header p{color:#64748b;font-size:.875rem;line-height:1.5}.auth-form{padding:2rem}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.input-group input,.input-group select{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .2s;background:#f9fafb;box-sizing:border-box}.input-group input:focus,.input-group select:focus{outline:none;border-color:#667eea;background:white;box-shadow:0 0 0 3px #667eea1a}.input-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;cursor:pointer}.primary-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.primary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.back-btn{width:100%;padding:.875rem;background:transparent;color:#667eea;border:2px solid #667eea;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.back-btn:hover:not(:disabled){background:#667eea;color:#fff}.google-btn{width:100%;padding:.875rem;background:white;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.google-btn:hover{background:#f9fafb;border-color:#d1d5db}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.otp-input{text-align:center;font-size:1.5rem;font-weight:600;letter-spacing:.5rem}.otp-actions{text-align:center;margin:1rem 0}.resend-text{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.resend-btn{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;font-size:.875rem;text-decoration:underline}.resend-btn:hover{color:#5a67d8}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem;border:1px solid #fecaca}.divider{position:relative;text-align:center;margin:1.5rem 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.divider span{background:white;padding:0 1rem;font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.profile-step{display:flex;flex-direction:column;height:100%}.profile-form{flex:1;overflow-y:auto;padding:1rem 2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem}.profile-form .input-group{margin-bottom:1rem}.profile-form .input-group label{font-size:.8rem;margin-bottom:.4rem;color:#374151;font-weight:500}.sticky-button{padding:1rem 2rem;background:white;border-top:1px solid #e5e7eb}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-number{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;background:#e5e7eb;color:#6b7280;transition:all .2s}.step.active .step-number{background:#667eea;color:#fff}.step.completed .step-number{background:#10b981;color:#fff}.step-label{font-size:.75rem;color:#6b7280;font-weight:500}.step.active .step-label{color:#667eea;font-weight:600}.step.completed .step-label{color:#10b981;font-weight:600}.step-line{width:60px;height:2px;background:#e5e7eb;margin:0 1rem}@media (max-width: 768px){.auth-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;pointer-events:all}.auth-container{max-width:none;height:100vh;transform:none;animation:none}.auth-card{border-radius:0;height:100vh;display:flex;flex-direction:column;box-shadow:none}.auth-header{padding:1.5rem 1.5rem 1rem;flex-shrink:0}.auth-header h1{font-size:1.65rem;margin-bottom:.5rem}.auth-header p{font-size:.9625rem}.brand-logo{width:40px;height:40px}.auth-form{padding:1.5rem}.input-group{margin-bottom:1.25rem}.input-group input,.input-group select,.primary-btn,.back-btn,.google-btn{padding:1rem;font-size:1.1rem}.primary-btn{margin-bottom:1rem}.otp-input{font-size:1.375rem;letter-spacing:.25rem}.profile-form{padding:1rem 1.5rem;flex:1;overflow-y:auto}.form-row{grid-template-columns:1fr;gap:0}.profile-form .input-group{margin-bottom:1rem}.profile-form .input-group input,.profile-form .input-group select{padding:1rem;font-size:1.1rem}.profile-form .input-group label{font-size:.9625rem;margin-bottom:.5rem}.sticky-button{padding:1rem 1.5rem;position:sticky;bottom:0;z-index:10;box-shadow:0 -4px 6px -1px #0000001a}}@media (min-width: 769px){.auth-container{max-width:480px}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem}.profile-form{padding:2rem 3rem}.sticky-button{padding:1.5rem 3rem}}@media (min-width: 1024px){.auth-header h1{font-size:2rem}.auth-header p{font-size:1rem}}.add-address-page-g{min-height:100vh;background:#f8fafc;padding:2rem 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.add-address-page-g .container{max-width:800px;margin:0 auto;padding:0 1rem}.add-address-header-g{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.back-btn-g{background:white;border:1px solid #d1d5db;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.back-btn-g:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.add-address-header-g h1{color:#111827;font-size:1.875rem;font-weight:600;margin:0;letter-spacing:-.025em}.add-address-form-g{background:white;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e5e7eb}.form-group-g{margin-bottom:1.5rem}.form-row-g{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.form-group-g input,.form-row-g input,.form-group-g select,.form-row-g select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:400;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;background:white;color:#111827}.form-group-g input::placeholder,.form-row-g input::placeholder{color:#6b7280}.form-group-g input:focus,.form-row-g input:focus,.form-group-g select:focus,.form-row-g select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group-g select:disabled,.form-row-g select:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed;border-color:#d1d5db}.form-group-g select,.form-row-g select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3e%3cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1.25rem;padding-right:2.5rem}.form-actions-g{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-g{padding:.75rem 1.5rem;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease-in-out;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;min-width:120px}.btn-primary-g{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-primary-g:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.btn-primary-g:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed;opacity:.6}.response-message-g{background:#f0f9ff;border:2px solid #0ea5e9;border-radius:8px;padding:1rem;margin-bottom:1.5rem;font-family:monospace;font-size:.875rem;color:#0c4a6e;white-space:pre-line}.response-message-g pre{margin:0;white-space:pre-line}.existing-addresses-g,.new-address-g{margin-top:2rem}.existing-addresses-g h2,.new-address-g h2{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.addresses-list-g{display:grid;gap:1rem}.address-item-g{background:white;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.address-item-g.new{border-color:#10b981;background:#f0fdf4}.address-header-item-g{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.address-actions-item-g{display:flex;align-items:center;gap:.5rem}.make-primary-btn-g{background:#f59e0b;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.make-primary-btn-g:hover{background:#d97706}.edit-btn-g{background:#6b7280;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.edit-btn-g:hover{background:#4b5563}.delete-btn-g{background:#dc2626;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.delete-btn-g:hover{background:#b91c1c}.edit-form-overlay-g{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.edit-form-g{background:white;padding:2rem;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto}.edit-form-g h2{margin-bottom:1.5rem;color:#111827}.btn-outline-g{background:transparent;border:1px solid #6b7280;color:#6b7280}.btn-outline-g:hover{background:#6b7280;color:#fff}.address-header-item-g h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.primary-badge-g{background:#3b82f6;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.new-badge-g{background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.address-content-g{color:#6b7280;font-size:.875rem;line-height:1.5}.address-details-g p{margin:.5rem 0;color:#374151;font-size:.875rem}@media (max-width: 768px){.add-address-page-g{padding:1rem 0}.form-row-g{grid-template-columns:1fr}.add-address-form-g{padding:1.5rem;margin:0 .5rem}.add-address-header-g h1{font-size:1.5rem}.form-actions-g{justify-content:stretch}.btn-g{flex:1}}.ord-orders-page-gt{padding:2rem 0;min-height:80vh;background:#f8f9fa}.ord-container{max-width:1200px;margin:0 auto;padding:0 1rem}.ord-orders-header-gt{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.ord-orders-header-gt .ord-back-btn-gt{background:none;border:none;font-size:1rem;cursor:pointer;color:#495057;padding:0;border-radius:0;transition:none}.ord-orders-header-gt .ord-back-btn-gt:hover{background:none;color:#495057}.ord-orders-header-gt h1{margin:0;font-size:1.5rem;color:#212529;white-space:nowrap;flex:1;text-align:center}.ord-orders-list-gt{display:flex;flex-direction:column;gap:1rem}.ord-order-card-gt{background:white;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.ord-order-header-gt{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.ord-order-id-gt{display:flex;flex-direction:column;gap:.25rem}.ord-order-id-gt strong{font-size:1rem;color:#212529;display:block;margin-bottom:.25rem}.ord-order-date-gt{font-size:.875rem;color:#6c757d;margin-bottom:.5rem}.ord-view-details-btn-gbru-gt{background:none;border:1px solid #007bff;color:#007bff;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s;align-self:flex-start}.ord-view-details-btn-gbru-gt:hover{background:#007bff;color:#fff}.ord-help-btn-gt{background:none;border:none;color:#007bff;font-size:.875rem;cursor:pointer;text-decoration:underline}.ord-order-amounts-gt{margin-bottom:1rem}.ord-amount-row-gt{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e9ecef}.ord-amount-row-gt:last-child{border-bottom:none;font-weight:600}.ord-amount-gt{font-weight:500}.ord-amount-gt.ord-received{color:#28a745}.ord-amount-gt.ord-unsettled{color:#ffc107}.ord-amount-gt.ord-pending{color:#dc3545}.ord-order-footer-gt{display:flex;flex-direction:column;gap:.5rem}.ord-status-badge-gt{color:#6c757d;font-size:.875rem}.ord-pay-now-btn-gt{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;align-self:flex-start;transition:background .2s}.ord-pay-now-btn-gt:hover{background:#218838}.ord-payment-info-gt{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#6c757d}.ord-loading-container-gt{text-align:center;padding:4rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.ord-loading-spinner-gt{width:40px;height:40px;border:3px solid #dee2e6;border-radius:50%;border-top-color:#495057;animation:ord-spin-gt 1s ease-in-out infinite}@keyframes ord-spin-gt{to{transform:rotate(360deg)}}.ord-order-placed-gt{display:flex;align-items:center;justify-content:flex-start}.ord-order-placed-text-gt{color:#28a745;font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.25rem}@media (max-width: 768px){.ord-orders-page-gt{padding:1rem 0}.ord-order-card-gt{padding:1rem}.ord-order-header-gt{flex-direction:column;gap:.5rem;align-items:flex-start}.ord-help-btn-gt{align-self:flex-end}}.vd-view-details-page{padding:2rem 0;min-height:80vh;background:#f8f9fa}.vd-container{max-width:1200px;margin:0 auto;padding:0 1rem}.vd-details-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.vd-details-header .vd-back-btn{background:none;border:none;font-size:1rem;cursor:pointer;color:#495057;padding:0;border-radius:0;transition:none}.vd-details-header .vd-back-btn:hover{background:none;color:#495057}.vd-details-header h1{margin:0;font-size:1.5rem;color:#212529;white-space:nowrap;flex:1;text-align:center}.vd-details-section{background:white;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000001a}.vd-details-section h3{margin:0 0 1rem;color:#212529;font-size:1.25rem}.vd-summary-card{display:flex;flex-direction:column;gap:.75rem}.vd-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e9ecef;font-size:.9rem}.vd-summary-row:last-child{border-bottom:none}.vd-summary-row span:first-child{color:#6c757d;font-weight:500}.vd-summary-row span:last-child{color:#212529;font-weight:600}.vd-items-list{display:flex;flex-direction:column;gap:1rem}.vd-item-card{display:flex;gap:1rem;padding:1rem;border:1px solid #dee2e6;border-radius:8px;background:#f8f9fa;align-items:flex-start}.vd-item-image{width:80px;height:80px;object-fit:cover;border-radius:4px;flex-shrink:0}.vd-item-info{flex:1;min-width:0}.vd-item-info h4{margin:0 0 .5rem;font-size:1rem;color:#212529;word-wrap:break-word}.vd-item-info p{margin:.25rem 0;font-size:.875rem;color:#6c757d}.vd-item-status{background:#007bff;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;display:inline-block;margin-top:.5rem}.vd-transactions-list{display:flex;flex-direction:column;gap:1rem}.vd-transaction-card{padding:1rem;border:1px solid #dee2e6;border-radius:8px;background:#f8f9fa}.vd-transaction-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.9rem}.vd-transaction-row span:first-child{color:#6c757d;font-weight:500}.vd-transaction-row span:last-child{color:#212529;font-weight:600}.vd-status.failed{color:#dc3545!important;font-weight:600}.vd-status.success{color:#28a745!important;font-weight:600}.vd-address-card{padding:1rem;border:1px solid #dee2e6;border-radius:8px;background:#f8f9fa}.vd-address-card p{margin:.25rem 0;color:#495057;line-height:1.5}.vd-loading-container{text-align:center;padding:4rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.vd-loading-spinner{width:40px;height:40px;border:3px solid #dee2e6;border-radius:50%;border-top-color:#495057;animation:vd-spin 1s ease-in-out infinite}@keyframes vd-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.vd-view-details-page{padding:1rem 0}.vd-item-card{flex-direction:row;align-items:flex-start;padding:1rem;gap:1rem}.vd-item-image{width:60px;height:60px;flex-shrink:0}.vd-item-info{flex:1;text-align:left}.vd-item-info h4{margin-bottom:.5rem;font-size:.9rem}.vd-item-info p{margin:.25rem 0;font-size:.8rem}.vd-item-status{margin-top:.5rem}}.footer{background:#000000;color:#fff;margin-top:auto}.footer-logo-section{text-align:center;padding:3rem 0 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;padding:2rem 0}.footer-logo-section .social-links{justify-content:center}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo-img{width:40px;height:40px;object-fit:contain}.logo-icon{font-size:2rem}.logo-text{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:rgba(255,255,255,.1);border-radius:var(--radius-md);text-decoration:none;font-size:1.25rem;color:#fff;transition:var(--transition)}.social-link:hover{background:var(--primary-color);transform:translateY(-2px)}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links button{background:none;border:none;color:#fff;text-decoration:none;transition:var(--transition);cursor:pointer;text-align:left;padding:0}.footer-links button:hover{color:var(--primary-color);transform:translate(4px)}.footer-links a{color:#fff;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--primary-color);transform:translate(4px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:#cbd5e1;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#cbd5e1;text-decoration:none;font-size:.875rem;transition:var(--transition)}.footer-bottom-links a:hover{color:var(--primary-color)}@media (max-width: 768px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem;padding:2rem 0}.footer-section{text-align:left}.footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:1.5rem}}@media (max-width: 480px){.footer-content{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem 0}.footer-section{text-align:center}.footer-logo,.social-links{justify-content:center}.footer-bottom-links{gap:1rem;flex-direction:column}}
