*{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;-webkit-tap-highlight-color:transparent!important;margin:0;outline:0!important;outline:none!important}:active,:focus,:focus-visible,:focus-within{box-shadow:none!important;outline:0!important;outline:none!important;outline-color:#0000!important;outline-style:none!important;outline-width:0!important}a:active,a:focus,a:focus-visible,button:active,button:focus,button:focus-visible,div:active,div:focus,input:active,input:focus,select:active,select:focus,textarea:active,textarea:focus{box-shadow:none!important;outline:0!important;outline:none!important}:root[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--text-primary:#000;--text-secondary:#616666;--border-color:#dee2e6;--shadow:#0000001a}:root[data-theme=dark]{--bg-primary:#0f0f0f;--bg-secondary:#1a1a1a;--bg-card:#252525;--text-primary:#fff;--text-secondary:#b0b0b0;--border-color:#3a3a3a;--shadow:#00000080}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.auth-container,.cart-page,.profile-container{background-color:var(--bg-secondary)}.cart-items,.cart-summary>div,.detail-card,.footer,.order-card,.product-card,.shipping-card{background-color:var(--bg-card)!important;color:var(--text-primary)}.cart-item .item-details h3,.detail-card h2,.order-card .order-id,.product-card .product-price,.product-card h3{color:var(--text-primary)!important}.cart-item .item-details p,.detail-item p,.footer .contact-info p,.footer ul li a,.order-info span,.product-card .product-info{color:var(--text-secondary)!important}.header{background-color:var(--bg-card)!important;border-bottom-color:var(--border-color)!important}.footer{border-top-color:var(--border-color)!important}.cart-summary h3,.coupon-section h3,.delivery-form h3,.developer-credit,.developer-credit a,.footer-bottom p,.order-summary h3,.payment-section h3{color:var(--text-primary)!important}.header__dropdown{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}.summary-row span,.upi-id span{color:var(--text-primary)!important}.cart-page{background:var(--bg-secondary)!important}.cart-container h1{color:var(--text-primary)!important}.cart-item .item-total,.quantity-controls button,.quantity-controls span{background-color:var(--bg-card)!important;color:var(--text-primary)!important}.quantity-controls{border-color:var(--border-color)!important}.quantity-controls span{border-left-color:var(--border-color)!important;border-right-color:var(--border-color)!important}.upi-id{background-color:var(--bg-secondary)!important}.modal-content,.orders-group h2,.orders-section h2,.shipping-section h2{color:var(--text-primary)!important}.modal-content{background-color:var(--bg-card)!important}.footer-bottom a,.modal-body,.modal-body div,.modal-body p,.modal-close,.modal-content h2,.modal-header h2{color:var(--text-primary)!important}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;padding:1rem}.modal-content{background:#fff;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-height:85vh;max-width:600px;overflow:hidden;width:100%}.modal-header{align-items:center;border-bottom:none;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.modal-header h2{color:#842a3b;font-size:24px;font-weight:600;letter-spacing:-.02em;margin:0}.modal-header .modal-close{align-items:center;background:#9b999914;border:none;border-radius:8px;color:#9b9999;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.modal-header .modal-close:hover{background:#842a3b1f;color:#842a3b;transform:scale(1.05)}.modal-body{color:#000;line-height:1.7;max-height:65vh;overflow-y:auto;padding:1rem 1.5rem 1.5rem}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#0000}.modal-body::-webkit-scrollbar-thumb{background:#9b99994d;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#9b999980}.modal-body h3{color:#842a3b;font-weight:600;margin-bottom:1rem}.modal-body p{color:#000000d9;margin-bottom:1rem}@media(max-width:768px){.modal-overlay{padding:.5rem}.modal-content{border-radius:12px;max-height:90vh}.modal-header{padding:1rem}.modal-header h2{font-size:20px}.modal-body{padding:.5rem 1rem 1rem}}.accordion .accordion-item{background:var(--bg-primary);border:none;border-radius:16px;box-shadow:0 1px 3px #0000001a;margin-bottom:16px;overflow:hidden;transition:all .2s ease-in-out}.accordion .accordion-item:hover{box-shadow:0 4px 12px #00000026}.accordion .accordion-item .accordion-header{align-items:center;background:#0000;border:none;border-bottom:1px solid var(--border-color);cursor:pointer;display:flex;font-size:14px;font-weight:400;justify-content:space-between;padding:10px 20px;text-align:left;transition:all .2s ease-in-out;width:100%}.accordion .accordion-item .accordion-header:hover{background:var(--bg-secondary)}.accordion .accordion-item .accordion-header span{color:var(--text-primary);flex:1 1;font-size:16px;margin-right:16px}.accordion .accordion-item .accordion-header svg{color:var(--text-secondary);transition:transform .3s ease}.accordion .accordion-item .accordion-content{overflow:hidden}.accordion .accordion-item .accordion-body{background:var(--bg-primary);color:var(--text-body);font-size:12px;line-height:1.7;padding:20px 24px}@media(min-width:768px){.accordion .accordion-item .accordion-body{font-size:16px}}.footer{background:#fff;border-top:1px solid #dee2e6;color:#000;margin-top:auto;padding:3rem 0 1rem}.footer .footer-content{margin:0 auto;max-width:1200px;padding:0 1rem}.footer .footer-sections{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.5rem}.footer .footer-section{animation:fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(20px)}.footer .footer-section:first-child{animation-delay:.1s}.footer .footer-section:nth-child(2){animation-delay:.2s}.footer .footer-section:nth-child(3){animation-delay:.3s}.footer .footer-section:nth-child(4){animation-delay:.4s}.footer .footer-section h3{color:#842a3b;font-size:18px;font-weight:600;margin-bottom:1rem;position:relative}.footer .footer-section h3:after{background:#842a3b;bottom:-8px;content:"";height:2px;left:0;position:absolute;transition:all .2s ease-in-out;width:30px}.footer .footer-section ul{list-style:none;margin:0;padding:0}.footer .footer-section ul li{margin-bottom:.5rem}.footer .footer-section ul li a{color:#616666;font-size:14px;position:relative;text-decoration:none;transition:all .2s ease-in-out}.footer .footer-section ul li a:hover{color:#842a3b;padding-left:.5rem}.footer .footer-section ul li a:hover:before{content:"→";left:-.5rem;opacity:1;position:absolute;transform:translateX(0)}.footer .footer-section ul li a:before{content:"→";left:-1rem;opacity:0;position:absolute;transform:translateX(-10px);transition:all .2s ease-in-out}.footer .footer-section .contact-info p{color:#616666;font-size:14px;margin-bottom:.5rem;transition:all .2s ease-in-out}.footer .footer-section .contact-info p a{color:#842a3b;text-decoration:none;transition:all .2s ease-in-out}.footer .footer-section .contact-info p a:hover{color:#5d1e2a;text-decoration:underline}.footer .footer-section .contact-info p:hover{transform:translateX(5px)}.footer .footer-section.reserved-section .reserved-content{background:linear-gradient(145deg,#842a3b14,#842a3b05),repeating-linear-gradient(45deg,#0000,#0000 10px,#842a3b05 0,#842a3b05 20px);background-clip:padding-box;border:2px solid #0000;border-radius:16px;overflow:hidden;padding:.5rem;position:relative;text-align:center;transition:all .5s cubic-bezier(.34,1.56,.64,1)}.footer .footer-section.reserved-section .reserved-content:before{animation:borderGlow 3s linear infinite;background:linear-gradient(90deg,#842a3b,#be3c55 50%,#842a3b);background-size:200% 100%;border-radius:16px;content:"";inset:-2px;position:absolute;z-index:-1}.footer .footer-section.reserved-section .reserved-content:after{animation:pulse 2s ease-in-out infinite;background:radial-gradient(circle,#842a3b4d,#0000 70%);border-radius:50%;content:"";height:100px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px}.footer .footer-section.reserved-section .reserved-content h3{color:#fff;font-size:20px;letter-spacing:.5px;margin-bottom:.5rem;position:relative;text-align:center;z-index:1}.footer .footer-section.reserved-section .reserved-content h3:after{animation:expandLine 2s ease-in-out infinite;height:3px;left:50%;transform:translateX(-50%);width:50px}.footer .footer-section.reserved-section .reserved-content p{color:#f8f9fa;font-size:14px;font-weight:500;line-height:1.7;margin-bottom:1rem;position:relative;text-align:center;z-index:1}.footer .footer-section.reserved-section .reserved-content .promo-email{align-items:center;background:#842a3b;border-radius:50px;box-shadow:0 4px 15px #842a3b4d;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:.5rem;margin:0 auto;overflow:hidden;padding:.5rem 1.5rem;position:relative;text-decoration:none;transition:all .4s ease;z-index:1}.footer .footer-section.reserved-section .reserved-content .promo-email:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.footer .footer-section.reserved-section .reserved-content .promo-email svg{filter:drop-shadow(0 0 2px rgba(255,255,255,.5));transition:transform .4s ease}.footer .footer-section.reserved-section .reserved-content .promo-email:hover{box-shadow:0 6px 25px #842a3b80;transform:translateY(-2px) scale(1.05)}.footer .footer-section.reserved-section .reserved-content .promo-email:hover:before{height:300px;width:300px}.footer .footer-section.reserved-section .reserved-content .promo-email:hover svg{transform:translateX(5px) rotate(15deg)}.footer .footer-section.reserved-section .reserved-content .promo-email:active{transform:translateY(0) scale(.98)}.footer .footer-section.reserved-section .reserved-content:hover{box-shadow:0 12px 40px #842a3b33;transform:translateY(-6px) scale(1.02)}.footer .footer-social{margin-bottom:.5rem}.footer .footer-social .social-links{display:flex;gap:1rem;justify-content:center}.footer .footer-social .social-links .social-link{align-items:center;background:#f8f9fa;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#842a3b;display:flex;height:50px;justify-content:center;position:relative;text-decoration:none;transition:all .3s ease;width:50px}.footer .footer-social .social-links .social-link span{display:none}.footer .footer-social .social-links .social-link svg{transition:all .3s ease}.footer .footer-social .social-links .social-link:hover{background:#842a3b;box-shadow:0 4px 12px #842a3b4d;color:#fff;transform:translateY(-3px) rotate(5deg)}.footer .footer-social .social-links .social-link:hover svg{transform:scale(1.2)}.footer .footer-bottom{border-top:1px solid #dee2e6;padding-top:1rem;text-align:center}.footer .footer-bottom p{font-size:12px;margin:0}.footer .footer-bottom .developer-credit{align-items:center;background:linear-gradient(135deg,#842a3b66,#842a3b0d);border-radius:20px;display:inline-flex;gap:.25rem;padding:.25rem .5rem;transition:all .2s ease-in-out}.footer .footer-bottom .developer-credit svg{color:#842a3b}.footer .footer-bottom .developer-credit a{text-decoration:none}.footer .footer-bottom .developer-credit:hover{background:linear-gradient(135deg,#842a3b26,#842a3b14);transform:translateY(-2px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes borderGlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.1;transform:translate(-50%,-50%) scale(1.5)}}@keyframes expandLine{0%,to{width:50px}50%{width:70px}}@media(max-width:768px){.footer .footer-sections{gap:1rem;grid-template-columns:1fr 1fr}.footer .footer-social .social-links{gap:.5rem}.footer .footer-social .social-links .social-link{border-radius:50%;height:55px;width:55px}}@media(max-width:480px){.footer{padding:1.5rem 0 .5rem}.footer .footer-content{padding:0 .5rem}.footer .footer-sections{grid-template-columns:1fr 1fr}.footer .footer-section h3{font-size:16px}.footer .footer-section .contact-info p,.footer .footer-section ul li a{font-size:12px}.footer .footer-section.reserved-section{grid-column:1/-1}.footer .footer-section.reserved-section .reserved-content{padding:1.5rem 1rem;text-align:center}.footer .footer-section.reserved-section .reserved-content h3{font-size:18px}.footer .footer-section.reserved-section .reserved-content h3:after{left:50%;transform:translateX(-50%)}.footer .footer-section.reserved-section .reserved-content .promo-email{font-size:10px;padding:.5rem 1rem}}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header__container{align-items:center;display:flex;height:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.header__hamburger{background:none;border:none;border-radius:5px;color:#842a3b;cursor:pointer;display:none;padding:.5rem;transition:all .2s ease-in-out}.header__hamburger:hover{background:#dbeafe;color:#842a3b}@media(max-width:768px){.header__hamburger{display:flex}}.header__logo h1{color:#842a3b;cursor:pointer;font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0}.header__nav{display:flex;gap:3rem}.header__nav-link{background:none;border:none;color:#842a3b;cursor:pointer;font-size:16px;font-weight:500;position:relative;text-decoration:none;transition:all .2s ease-in-out}.header__nav-link:hover{color:#a3485a}.header__nav-link:after{background:#842a3b;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:all .2s ease-in-out;width:0}.header__nav-link:hover:after{width:100%}@media(max-width:768px){.header__nav{display:none}}[data-theme=dark] .header__logo h1,[data-theme=dark] .header__nav-link{color:#fff}[data-theme=dark] .header__nav-link:hover{color:#fffc}[data-theme=dark] .header__nav-link:after{background:#fff}[data-theme=dark] .header__icon-btn{color:#fff}.header__chevron{height:16px;transition:transform .3s ease;width:16px}.header__chevron--open{transform:rotate(180deg)}.header__mobile-categories-list{margin-left:1rem;max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);transition:all .5s cubic-bezier(.4,0,.2,1)}.header__mobile-categories-list--open{max-height:250px;opacity:1;transform:translateY(0)}.header__mobile-categories-list .header__dropdown-link{opacity:0;transform:translateX(-20px);transition:all .3s cubic-bezier(.4,0,.2,1);transition-delay:0s}.header__mobile-categories-list--open .header__dropdown-link{opacity:1;transform:translateX(0)}.header__mobile-categories-list--open .header__dropdown-link:first-child{transition-delay:.1s}.header__mobile-categories-list--open .header__dropdown-link:nth-child(2){transition-delay:.15s}.header__mobile-categories-list--open .header__dropdown-link:nth-child(3){transition-delay:.2s}.header__mobile-categories-list--open .header__dropdown-link:nth-child(4){transition-delay:.25s}.header__dropdown-link--sub{font-size:14px;padding-left:1.5rem}.header__dropdown-link-link{color:#842a3b;font-size:16px;font-weight:500;position:relative;text-decoration:none;transition:all .2s ease-in-out}.header__dropdown-link-link:hover{color:#a3485a}.header__dropdown-link-link:after{background:#842a3b;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:all .2s ease-in-out;width:0}.header__dropdown-link-link:hover:after{width:100%}.header__actions{align-items:center;display:flex;gap:1rem}.header__user-menu{position:relative}@media(max-width:768px){.header__user-menu--desktop{display:none}}.header__user-dropdown{background:#fff;border-radius:5px;box-shadow:0 8px 25px #00000026;min-width:120px;opacity:0;padding:.5rem;position:absolute;right:0;top:calc(100% + 8px);transform:translateY(-15px) scale(.95);transition:all .4s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:999}.header__user-dropdown--open{opacity:1;transform:translateY(0) scale(1);visibility:visible}@media(max-width:768px){.header__user-dropdown{display:none}}.header__user-link{align-items:center;background:none;border:none;border-radius:5px;color:#842a3b;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:.5rem;padding:.5rem;transition:all .2s ease-in-out;width:100%}.header__user-link:hover{background:#dbeafe;color:#842a3b}.header__icon-btn{align-items:center;background:none;border:none;border-radius:5px;color:#842a3b;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:.5rem;padding:.5rem;transition:all .2s ease-in-out}.header__icon-btn:hover{background:#dbeafe;color:#842a3b}@media(max-width:768px){.header__icon-btn--desktop{display:none}}.header__icon-btn span{display:none}@media(min-width:768px){.header__icon-btn span{display:inline}}.header__cart-btn,.header__wallet-btn{overflow:visible;position:relative;z-index:10}.header__cart-badge,.header__wallet-badge{align-items:center;background:#842a3b;border-radius:10px;box-shadow:0 2px 4px #0003;color:#fff;display:flex!important;font-size:11px;font-weight:700;height:20px;justify-content:center;line-height:20px;min-width:20px;padding:0 4px;pointer-events:none;position:absolute;right:-4px;top:-4px;z-index:10000}.header__cart-badge--blink,.header__wallet-badge--blink{animation:cartBlink 1.5s ease-in-out infinite}.header__cart-badge{background:#842a3b;border-radius:50%;padding:0;width:20px}.header__wallet-badge{background:#10b981}.header__icon--blink{animation:cartBlink 1.5s ease-in-out infinite}@keyframes cartBlink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.1)}}.header__icon{flex-shrink:0;height:20px;width:20px}.header__dropdown{background:#fff;border-radius:5px;box-shadow:0 8px 25px #00000026;display:flex;flex-direction:column;gap:.5rem;opacity:0;padding:1rem;position:absolute;right:0;top:calc(100% + 8px);transform:translateY(-15px) scale(.95);transition:all .4s cubic-bezier(.4,0,.2,1);visibility:hidden;width:250px;z-index:999}.header__dropdown--open{opacity:1;transform:translateY(0) scale(1);visibility:visible}.header__dropdown-link{align-items:center;background:none;border:none;border-radius:5px;color:#842a3b;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:.5rem;padding:.5rem;text-decoration:none;transition:all .2s ease-in-out}.header__dropdown-link:hover{background:#dbeafe;color:#842a3b}.header__dropdown-link.header__cart-btn{position:relative}@media(max-width:768px){.header__actions{gap:.5rem}.header__icon-btn{padding:.5rem}}.header__bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-top:1px solid #0000000d;bottom:0;box-shadow:0 -4px 20px #00000014;display:none;left:0;padding:.5rem 1.5rem;position:fixed;right:0;z-index:1000}@media(max-width:768px){.header__bottom-nav{align-items:center;display:flex;gap:.25rem;justify-content:space-between}}.header__bottom-nav-item{align-items:center;background:none;border:none;border-radius:12px;color:#842a3b99;cursor:pointer;display:flex;flex:1 1;height:48px;justify-content:center;padding:.5rem;position:relative;transition:all .3s ease}.header__bottom-nav-item:active{transform:scale(.95)}.header__bottom-nav-item:hover{background:#842a3b14;color:#842a3b}.header__bottom-nav-icon{height:24px;transition:all .3s ease;width:24px}.header__bottom-nav-icon--active{color:#842a3b;transform:scale(1.25)}.header__bottom-nav-toggle{align-items:center;background:linear-gradient(135deg,#842a3b,#5d1e2a);border:none;border-radius:12px;box-shadow:0 4px 12px #842a3b4d;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;padding:.5rem;transition:all .3s ease;width:48px}.header__bottom-nav-toggle:active{transform:scale(.95)}.header__bottom-nav-toggle:hover{box-shadow:0 6px 16px #842a3b66}.header__bottom-nav .header__cart-badge,.header__bottom-nav .header__wallet-badge{border:2px solid #fffffff2;font-size:10px;height:18px;line-height:18px;min-width:18px;right:6px;top:6px}[data-theme=dark] .header__bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a202cf2!important;border-top:1px solid #ffffff0d;box-shadow:0 -4px 20px #0000004d}[data-theme=dark] .header__bottom-nav .header__bottom-nav-item{color:#fff9}[data-theme=dark] .header__bottom-nav .header__bottom-nav-item:hover{background:#ffffff14;color:#fff}[data-theme=dark] .header__bottom-nav .header__bottom-nav-icon--active{color:#fff}[data-theme=dark] .header__bottom-nav .header__bottom-nav-toggle{background:linear-gradient(135deg,#fff,#e0e0e0);box-shadow:0 4px 12px #fff3;color:#0f0f0f}[data-theme=dark] .header__bottom-nav .header__bottom-nav-toggle:hover{box-shadow:0 6px 16px #ffffff4d}[data-theme=dark] .header__bottom-nav .header__cart-badge,[data-theme=dark] .header__bottom-nav .header__wallet-badge{border:2px solid #1a202cf2}.hero-carousel{border-radius:1rem;box-shadow:0 8px 32px #0000001a;height:80vh;margin:1rem auto;overflow:hidden;position:relative;width:90%}.hero-carousel .carousel-slide{height:100%;position:absolute;width:100%}.hero-carousel .carousel-slide img{border-radius:1rem;height:100%;width:100%}.hero-carousel .carousel-dots{bottom:1rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%)}.hero-carousel .carousel-dots .dot{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:1rem;transition:all .2s ease-in-out;width:1rem}.hero-carousel .carousel-dots .dot.active{background:#fff;transform:scale(1.2)}.hero-carousel .carousel-dots .dot:hover{background:#fffc}@media(max-width:768px){.hero-carousel{border-radius:.5rem;height:40vh}.hero-carousel .carousel-slide img{object-fit:cover}}.description-section{margin:3rem auto;max-width:900px;padding:0 1rem;text-align:center}.description-section p{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#842a3b,#a3485a);-webkit-background-clip:text;background-clip:text;color:#616666;font-size:22px;font-weight:400;letter-spacing:.3px;line-height:1.8;min-height:80px;position:relative}.description-section p:before{background:linear-gradient(90deg,#842a3b,#a3485a);border-radius:5px;bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.description-section p .cursor{animation:blink .7s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:768px){.description-section{margin:1.5rem auto}.description-section p{font-size:18px;line-height:1.6}.description-section{margin:30px auto}.description-section p{font-size:1.1rem;line-height:1.6}}.category-tabs,.tabs-container{margin:0 auto;max-width:1200px;padding:0 20px}.tabs-desktop{background:#f8f9fa;border-radius:12px;display:flex;gap:4px;margin-bottom:24px;padding:4px;position:relative}.tabs-desktop .tab-indicator{background:#842a3b;border-radius:14px;box-shadow:0 2px 8px #842a3b4d;height:calc(100% - 8px);left:4px;position:absolute;top:4px;transition:transform .7s ease,width .3s ease;z-index:1}.tabs-desktop .tab-btn{background:#0000;border:none;border-radius:8px;color:#343a40;cursor:pointer;flex:1 1;font-weight:600;padding:12px 20px;position:relative;text-transform:capitalize;transition:color .9s ease;white-space:nowrap;z-index:2}.tabs-desktop .tab-btn:hover{color:#842a3b}.tabs-desktop .tab-btn.active{color:#fff}:root[data-theme=dark] .tabs-desktop{background:#1a1a1a}:root[data-theme=dark] .tabs-desktop .tab-btn{color:#b0b0b0}:root[data-theme=dark] .tabs-desktop .tab-btn:hover{color:#a3485a}:root[data-theme=dark] .tabs-desktop .tab-btn.active{color:#fff}@media(max-width:768px){.tabs-desktop{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;white-space:nowrap}.tabs-desktop::-webkit-scrollbar{display:none}.tab-btn{flex:0 0 auto;font-size:14px;padding:10px 16px}.category-tabs,.tabs-container{padding:0 12px}}@media(max-width:480px){.tab-btn{font-size:13px;padding:8px 14px}}.tab-container .tab-nav{background:#fff;display:flex;gap:2px;margin:0 auto;max-width:100%;overflow-x:auto;width:-webkit-fit-content;width:fit-content}@media(max-width:1024px){.tab-container .tab-nav{justify-content:center;width:100%}}@media(max-width:768px){.tab-container .tab-nav{justify-content:flex-start}}.tab-container .tab-nav .btn{background:#0000;border:none;border-bottom:1px solid #d9dbd9;border-radius:5px;cursor:pointer;flex-shrink:0;font-weight:500;min-width:-webkit-fit-content;min-width:fit-content;padding:12px 24px;transition:all .2s ease;white-space:nowrap}@media(max-width:1024px){.tab-container .tab-nav .btn{font-size:15px;padding:11px 22px}}@media(max-width:768px){.tab-container .tab-nav .btn{font-size:14px;padding:10px 20px}}@media(max-width:480px){.tab-container .tab-nav .btn{font-size:13px;padding:8px 16px}}.tab-container .tab-nav .btn:hover{color:#000}.tab-container .tab-nav button.active,.tab-container .tab-nav button[aria-selected=true]{background:#842a3b;color:#fff}.tab-container .tab-nav button.active:hover,.tab-container .tab-nav button[aria-selected=true]:hover{color:#fff}.tab-container .tab-panel{padding:2rem 0}@media(max-width:768px){.tab-container .tab-panel{padding:1.5rem 0}}@media(max-width:480px){.tab-container .tab-panel{padding:1rem 0}}.toast-container{display:flex;flex-direction:column;gap:1rem;position:fixed;right:3rem;top:3rem;z-index:9999}.toast{align-items:center;background:#842a3b;border-left:4px solid;border-radius:5px;box-shadow:0 4px 12px #0000001a;display:flex;gap:1rem;max-width:400px;min-width:300px;padding:14px 18px}.toast--success{border-left-color:#059669}.toast--success .toast__icon{color:#059669}.toast--error{border-left-color:#d31b46}.toast--error .toast__icon{color:#d31b46}.toast--info{border-left-color:#17a2b8}.toast--info .toast__icon{color:#17a2b8}.toast--warning{border-left-color:#ffc107}.toast--warning .toast__icon{color:#ffc107}.toast__icon{flex-shrink:0;height:20px;width:20px}.toast__message{color:#fff;flex:1 1;font-size:14px}.toast__close{align-items:center;background:none;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.25rem;transition:all .2s ease-in-out}.toast__close:hover{background:#a3485a;color:#fff}@media(max-width:768px){.toast-container{left:.5rem;right:.5rem;top:.5rem}.toast{max-width:none;min-width:auto}}.product-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;max-width:280px;overflow:hidden;position:relative;transition:all .2s ease-in-out}.product-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.product-badge{background:#842a3b;border-radius:20px;color:#fff;font-size:12px;font-weight:600;left:12px;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.cart-icon,.product-badge{position:absolute;top:12px;z-index:2}.cart-icon{align-items:center;animation:bounceIn .5s ease;background:#059669;border-radius:50%;display:flex;height:32px;justify-content:center;right:12px;width:32px}.cart-icon svg{color:#fff;height:18px;width:18px}@keyframes bounceIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.product-image{height:200px;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;transition:all .2s ease-in-out;width:100%}.product-image:hover img{transform:scale(1.05)}.image-overlay{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s ease-in-out}.product-image:hover .image-overlay{opacity:1}.overlay-btn{align-items:center;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .2s ease-in-out;width:48px}.overlay-btn:hover{background:#842a3b;color:#fff;transform:scale(1.1)}.overlay-btn svg{height:24px;width:24px}.product-info{padding:15px}.product-name{color:#343a40;font-size:16px;font-weight:600;line-height:1.3;margin:0 0 4px}.price-quantity-row{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.price-section{align-items:flex-end;display:flex;flex:1 1;gap:12px}.price-details{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.original-price{font-size:14px;line-height:1;text-decoration:line-through}.product-price{color:#842a3b;font-size:20px;font-weight:700}.discount-badge{background:#059669;border-radius:4px;color:#fff;font-size:10px;font-weight:600;line-height:1;padding:2px 4px;text-transform:uppercase}.add-to-cart-btn,.call-now-btn,.go-to-cart-btn{border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:10px;font-weight:600;height:36px;min-width:50px;padding:8px;transition:all .2s ease-in-out}.add-to-cart-btn{background:#842a3b}.add-to-cart-btn:hover{background:#a3485a}.go-to-cart-btn{background:#059669}.go-to-cart-btn:hover{background:#43ac8c}.call-now-btn{background:#25d366}.call-now-btn:hover{background:#1da851}.details-btn-overlay{background:#842a3b;border:none;border-radius:6px;bottom:12px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;position:absolute;right:12px;transition:all .2s ease-in-out}.details-btn-overlay:hover{background:#a3485a;transform:translateY(-1px)}@media(max-width:768px){.product-card{max-width:100%}.product-image{height:180px}.product-info{padding:16px}.product-name{font-size:10px}.product-price{font-size:16px}.price-quantity-row{flex-wrap:wrap}.price-section{flex-wrap:nowrap;width:100%}.discount-badge{font-size:10px}.add-to-cart-btn,.call-now-btn,.go-to-cart-btn{width:100%}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;max-width:280px;overflow:hidden}.skeleton-card .skeleton-image{animation:shimmer 2s infinite;background:linear-gradient(90deg,#f8f9fa 25%,#dee2e6 50%,#f8f9fa 75%);background-size:2000px 100%;height:200px}.skeleton-card .skeleton-content{padding:1.5rem}.skeleton-card .skeleton-title{animation:shimmer 2s infinite;background:linear-gradient(90deg,#f8f9fa 25%,#dee2e6 50%,#f8f9fa 75%);background-size:2000px 100%;border-radius:5px;height:20px;margin-bottom:1rem}.skeleton-card .skeleton-price-row{align-items:center;display:flex;gap:1rem;justify-content:space-between}.skeleton-card .skeleton-price{border-radius:5px;height:24px;width:80px}.skeleton-card .skeleton-button,.skeleton-card .skeleton-price{animation:shimmer 2s infinite;background:linear-gradient(90deg,#f8f9fa 25%,#dee2e6 50%,#f8f9fa 75%);background-size:2000px 100%}.skeleton-card .skeleton-button{border-radius:8px;height:36px;width:100px}.skeleton-input-group{margin-bottom:1rem}.skeleton-input-group .skeleton-label{animation:shimmer 2s infinite;background:linear-gradient(90deg,#f8f9fa 25%,#dee2e6 50%,#f8f9fa 75%);background-size:2000px 100%;border-radius:5px;height:16px;margin-bottom:.5rem;width:120px}.skeleton-input-group .skeleton-input{height:48px}.skeleton-input-group .skeleton-input,.skeleton-text{animation:shimmer 2s infinite;background:linear-gradient(90deg,#f8f9fa 25%,#dee2e6 50%,#f8f9fa 75%);background-size:2000px 100%;border-radius:5px;width:100%}.skeleton-text{height:16px;margin-bottom:.5rem}.skeleton-avatar{border-radius:50%;height:120px;width:120px}.skeleton-avatar,.skeleton-box{animation:shimmer 2s infinite;background:linear-gradient(90deg,#f8f9fa 25%,#dee2e6 50%,#f8f9fa 75%);background-size:2000px 100%}.skeleton-box{border-radius:8px;height:100px;width:100%}@media(max-width:768px){.skeleton-card{max-width:100%}.skeleton-card .skeleton-image{height:180px}}.product-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:10px}.modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.image-modal{max-height:90vh;max-width:90vw;position:relative}.image-modal img{border-radius:8px;height:100%;object-fit:contain;width:100%}.details-modal{background:#fff;border-radius:16px;max-width:500px;padding:24px;position:relative;width:100%}.details-modal img{border-radius:8px;height:200px;margin-bottom:16px;object-fit:cover;width:100%}.details-modal h2{color:#343a40;font-size:16px;margin:0 0 8px}.details-modal .price{color:#842a3b;font-size:20px;font-weight:700;margin:8px 0}.details-modal .category{color:#9b9999;margin:8px 0;text-transform:capitalize}.close-btn{align-items:center;background:#00000080;border-radius:50%;color:#fff;display:flex;font-size:18px;height:32px;justify-content:center;right:12px;top:12px;transition:all .2s ease-in-out;width:32px}.close-btn:hover{background:#000000b3}@media(max-width:768px){.product-grid{gap:16px;grid-template-columns:repeat(2,1fr);padding:16px}.details-modal{margin:20px;padding:20px}}.filter-sort{align-items:center;display:flex;gap:1rem;justify-content:flex-end;margin:0 auto;max-width:1200px;padding:1rem 1.5rem}.filter-sort__group{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease-in-out}.filter-sort__group:hover{box-shadow:0 4px 12px #0000001f}.filter-sort__group svg{color:#842a3b;flex-shrink:0}.filter-sort__group select{background:#0000;border:none;color:#343a40;cursor:pointer;font-size:14px;font-weight:500;min-width:140px;outline:none;padding:0}.filter-sort__group select:focus{outline:none}@media(max-width:768px){.filter-sort{gap:.5rem;padding:.5rem 1rem}.filter-sort__group select{font-size:12px;min-width:110px}}[data-theme=dark] .filter-sort__group{background:#1d2124}[data-theme=dark] .filter-sort__group select{color:#f8f9fa}.chapter-transition{background:linear-gradient(135deg,#842a3b,#a3485a);margin:40px 0;padding:20px;text-align:center}.chapter-transition__label{color:#fff;font-size:12px;letter-spacing:2px;margin-bottom:10px}.chapter-transition__divider{background:#ffffff80;height:1px;margin:0 auto 10px;width:50px}.chapter-transition__title{color:#fff;font-size:20px;font-weight:500;margin:0}.loading-m-container{align-items:center;display:flex;justify-content:center;min-height:200px;padding:50px}.loading-m{font-family:Georgia,Playfair Display,serif;font-size:80px;font-style:italic;font-weight:700;position:relative;width:-webkit-fit-content;width:fit-content}.loading-m .m-outline{color:#0000}.loading-m .m-fill,.loading-m .m-outline{-webkit-text-stroke:2px #842a3b;text-stroke:2px #842a3b}.loading-m .m-fill{animation:fillM 1s ease-in-out infinite;background:linear-gradient(90deg,#842a3b,#842a3b);-webkit-background-clip:text;background-clip:text;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);color:#842a3b;left:0;position:absolute;top:0}@keyframes fillM{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}.dev-notice{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:5px;color:#856404;margin:1rem;padding:1rem;position:relative;text-align:center}.dev-notice p{font-weight:500;margin:0}.close-btn{background:none;border:none;color:#856404;cursor:pointer;font-size:24px;height:24px;line-height:1;padding:0;position:absolute;right:.5rem;top:.5rem;width:24px}.close-btn:hover{color:#533f03}.countdown{font-size:18px;font-weight:700;margin-top:.5rem}
/*# sourceMappingURL=main.201daa1a.css.map*/