@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--primary:#b5365a;--primary-light:#e8a0bf;--primary-dark:#8b2845;--primary-rgb:181, 54, 90;--gold:#d4a843;--gold-light:#f0dba8;--gold-dark:#b8922f;--dark:#1a1a2e;--dark-light:#2d2d3f;--surface:#fff;--surface-alt:#fff5f5;--surface-hover:#fff0f3;--bg:#fafafa;--text:#2d2d3f;--text-light:#7a7a8e;--text-lighter:#a0a0b2;--text-inverse:#fff;--success:#28a745;--success-light:#d4edda;--warning:#ff9f43;--warning-light:#fff3cd;--danger:#e74c3c;--danger-light:#f8d7da;--info:#3498db;--info-light:#d1ecf1;--whatsapp:#25d366;--whatsapp-dark:#128c7e;--border:#f0e4e8;--border-light:#f5f0f2;--shadow-sm:0 1px 3px rgba(var(--primary-rgb), .06);--shadow:0 4px 12px rgba(var(--primary-rgb), .08);--shadow-md:0 8px 24px rgba(var(--primary-rgb), .1);--shadow-lg:0 16px 48px rgba(var(--primary-rgb), .12);--shadow-hover:0 12px 32px rgba(var(--primary-rgb), .15);--gradient-primary:linear-gradient(135deg, #b5365a 0%, #e8a0bf 100%);--gradient-gold:linear-gradient(135deg, #d4a843 0%, #f0dba8 100%);--gradient-dark:linear-gradient(135deg, #1a1a2e 0%, #2d2d3f 100%);--gradient-rose:linear-gradient(135deg, #fff5f5 0%, #ffe8ee 100%);--gradient-surface:linear-gradient(180deg, #fff 0%, #fff5f5 100%);--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--font-size-xs:.75rem;--font-size-sm:.8125rem;--font-size-base:.9375rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.15s;--duration-normal:.25s;--duration-slow:.4s;--header-height:70px;--container-max:1320px;--sidebar-width:280px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--font-size-base);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--dark);font-weight:600;line-height:1.3}a{color:var(--primary);transition:color var(--duration-fast) ease;text-decoration:none}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);font-size:var(--font-size-base);background:0 0;border:none;outline:none}input,textarea,select{font-family:var(--font-body);font-size:var(--font-size-base);outline:none}ul,ol{list-style:none}::selection{background:var(--primary);color:var(--text-inverse)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.container{max-width:var(--container-max);padding:0 var(--space-md);margin:0 auto}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-gold{color:var(--gold)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-light{color:var(--text-light)}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.35)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #25d36666}70%{transform:scale(1.05);box-shadow:0 0 0 15px #25d36600}to{transform:scale(1);box-shadow:0 0 #25d36600}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.06)}}@keyframes spin{0%{transform:rotate(0)}to{rotate:360deg}}@keyframes ripple{0%{opacity:.5;transform:scale(0)}to{opacity:0;transform:scale(4)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes seamlessTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 2px #ffd70099);transform:scale(1)}50%{filter:drop-shadow(0 0 8px #ffd700e6);transform:scale(1.06)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes glowPulse{0%{box-shadow:0 0 #25d36680,0 4px 15px #25d3664d}70%{box-shadow:0 0 0 18px #25d36600,0 4px 15px #25d3664d}to{box-shadow:0 0 #25d36600,0 4px 15px #25d3664d}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes toastIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}@keyframes progressShrink{0%{width:100%}to{width:0%}}.animate-fade-in-up{animation:fadeInUp .5s var(--ease-out) both}.animate-fade-in{animation:fadeIn .4s var(--ease-out) both}.animate-scale-in{animation:scaleIn .3s var(--ease-out) both}.animate-bounce{animation:bounce .4s var(--ease-spring)}.animate-float{animation:3s ease-in-out infinite float}.reveal{animation:fadeInUp .5s var(--ease-out) both}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:40ms}.stagger>:nth-child(3){animation-delay:80ms}.stagger>:nth-child(4){animation-delay:.12s}.stagger>:nth-child(5){animation-delay:.16s}.stagger>:nth-child(6){animation-delay:.2s}.stagger>:nth-child(7){animation-delay:.24s}.stagger>:nth-child(8){animation-delay:.28s}.stagger>:nth-child(n+9){animation-delay:.3s}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.btn-ripple{position:relative;overflow:hidden}.btn-ripple .ripple-effect{pointer-events:none;background:#ffffff4d;border-radius:50%;animation:.6s linear ripple;position:absolute}html,body{width:100%;max-width:100vw;position:relative;overflow-x:hidden}*,:before,:after{box-sizing:border-box}img,svg,video,canvas{max-width:100%;height:auto}@media (width>=1440px){.container{max-width:1400px}.product-grid{grid-template-columns:repeat(5,1fr)}}@media (width<=1439px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=1199px){.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{gap:var(--space-xl);grid-template-columns:1fr 1fr}.modal-body{gap:var(--space-lg);grid-template-columns:1fr 1fr}.hero-slider{aspect-ratio:16/9;max-height:420px}.slide-content h2{font-size:var(--font-size-3xl)}}@media (width<=1023px){:root{--header-height:60px}.header-search{max-width:300px}.header-logo img{height:40px}.product-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr)}.hero-slider{aspect-ratio:16/9;max-height:340px}.modal-body{grid-template-columns:1fr;max-height:80vh}.modal-details{padding:0 var(--space-lg) var(--space-lg)}.modal-gallery{padding:var(--space-lg) var(--space-lg) 0}}@media (width<=767px){:root{--header-height:54px;--space-xl:20px;--space-2xl:28px;--space-3xl:36px}.container{width:100%;padding:0 12px}.announcement-bar{padding:5px 0;font-size:11.5px}.top-bar-actions{display:none}.announcement-ticker-wrap{width:100%}.ticker-item{gap:5px;padding:0 12px;font-size:11px}.ticker-badge{padding:1px 5px;font-size:9px}.header-inner{gap:8px;height:54px}.hamburger-btn{width:38px;height:38px;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:flex}.hamburger-btn:hover{background:var(--surface-alt)}.header-logo{max-width:calc(100% - 140px)}.header-logo img{object-fit:contain;max-width:100%;height:36px;max-height:36px}.header-search{background:var(--surface);border-bottom:1px solid var(--border-light);z-index:1002;width:100%;max-width:100%;padding:10px 14px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 25px #0000001f}.header-search.show{animation:.25s fadeInDown;display:block}#searchToggle{width:38px;height:38px;font-size:18px;display:flex}.header-actions .action-btn{width:38px;height:38px;font-size:18px}.category-nav{padding:0}.category-nav-inner{gap:6px;padding:8px 0}.cat-pill{padding:6px 13px;font-size:12px}.hero-slider{aspect-ratio:16/9;border-radius:0;width:100%;min-height:180px;max-height:280px}.slide img{object-fit:cover;width:100%;height:100%}.slider-arrow{width:32px;height:32px;font-size:14px}.slider-arrow.prev{left:6px}.slider-arrow.next{right:6px}.slider-dots{gap:5px;bottom:8px}.slider-dot{width:7px;height:7px}.promo-highlights{padding:8px 0}.promo-highlights-grid{grid-template-columns:repeat(2,1fr);gap:6px}.promo-item{border-radius:var(--radius-sm);gap:6px;padding:6px 8px}.promo-icon{width:28px;height:28px;font-size:13px}.promo-text h4{margin:0;font-size:11px;line-height:1.2}.promo-text p{margin:0;font-size:9.5px;line-height:1.2}.products-section{padding:16px 0 24px}.section-header{gap:6px;margin-bottom:10px}.section-header h2{font-size:1.25rem}.sort-bar{margin-bottom:12px}.sort-bar select{width:100%;padding:8px 14px;font-size:12.5px}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-card{border-radius:var(--radius-md);box-shadow:0 2px 8px #0000000a}.product-tag{padding:2px 6px;font-size:8.5px}.product-card-body{padding:8px}.product-card-title{min-height:2.7em;margin-bottom:3px;font-size:11.5px;line-height:1.35}.product-rating{gap:2px;margin-bottom:3px}.product-rating .stars{font-size:10.5px}.product-rating .count{font-size:9.5px}.product-price{gap:4px;margin-bottom:6px}.price-current{font-size:13.5px;font-weight:700}.price-mrp{font-size:10.5px}.price-discount{padding:1px 4px;font-size:8.5px;font-weight:700}.product-card-actions{flex-direction:column;gap:4px;width:100%}.btn-add-cart,.btn-buy-now{border-radius:var(--radius-sm);justify-content:center;gap:4px;width:100%;padding:7px 4px;font-size:10.5px;font-weight:600}.modal-overlay{align-items:flex-end;padding:0}.modal{-webkit-overflow-scrolling:touch;border-radius:18px 18px 0 0;width:100%;max-height:90vh;margin-top:auto;overflow-y:auto}.modal-body{grid-template-columns:1fr;gap:0}.modal-gallery{padding:14px 14px 6px}.modal-main-image{aspect-ratio:1;max-height:220px;margin:0 auto 8px}.modal-details{padding:6px 14px 20px}.modal-title{margin-bottom:6px;font-size:1.1rem;line-height:1.3}.modal-actions{flex-direction:column;gap:8px;width:100%}.modal-actions .btn-add-cart,.modal-actions .btn-buy-now{justify-content:center;width:100%;padding:12px;font-size:13.5px}.site-footer{padding:35px 0 18px}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-bottom{padding-top:14px;font-size:11px}.cart-drawer{width:100vw;max-width:100vw}.cart-header{padding:12px 14px}.cart-items{padding:10px}.cart-footer{padding:12px 14px}.btn-order-whatsapp{padding:12px;font-size:14px}.toast-container{bottom:74px;left:12px;right:12px}.toast{min-width:auto;max-width:none;padding:10px 14px;font-size:12px}.call-fab{z-index:999;width:48px;height:48px;font-size:22px;bottom:14px;left:14px}.whatsapp-fab{z-index:999;width:48px;height:48px;font-size:24px;bottom:14px;right:14px}}@media (width<=360px){.container{padding:0 8px}.header-logo img{height:32px}.product-grid{gap:6px}.product-card-body{padding:6px 4px}.product-card-title{font-size:10.5px}.price-current{font-size:12px}.btn-add-cart,.btn-buy-now{padding:6px 2px;font-size:9.5px}}@media print{.site-header,.announcement-bar,.whatsapp-fab,.toast-container,.cart-overlay,.cart-drawer,.mobile-menu-overlay,.mobile-menu{display:none!important}.product-card{break-inside:avoid}}
