@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#1a1a2e;--accent:#e63946;--gold:#f4a261;--bg:#f9f7f4;--white:#fff;--text-muted:#6b7280;--font-heading:"Playfair Display", serif;--font-body:"DM Sans", sans-serif}body,html{background-color:var(--bg);color:var(--primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;cursor:default;-ms-overflow-style:none;scrollbar-width:none;max-width:100%;margin:0;padding:0;font-family:DM Sans,sans-serif;overflow-x:hidden}img{max-width:100%;height:auto}::-webkit-scrollbar{display:none}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,html,section,div,header,nav,footer,main,p,span,h1,h2,h3,h4,h5,h6,li,label,strong,b,small,hr{-webkit-user-select:none;user-select:none;cursor:default!important}a,button,[role=button],.promo-btn,.view-more-btn,.add-cart-btn,.qty-btn,.dropdown-option,.custom-dropdown,.qs-chip,.qs-add-btn,.card-view-details-btn{cursor:pointer!important}input[type=text],input[type=search],input[type=email],input[type=tel],textarea{-webkit-user-select:text;user-select:text;cursor:text!important}a{color:inherit;text-decoration:none}.bo-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.bo-modal{background:#fff;border-radius:20px;width:90%;max-width:500px;max-height:90vh;animation:.4s cubic-bezier(.165,.84,.44,1) slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.bo-modal::-webkit-scrollbar{display:none}.bo-modal{-ms-overflow-style:none;scrollbar-width:none}.bo-close{cursor:pointer;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.bo-close:hover{background:#e2e8f0;transform:rotate(90deg)}.bo-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1.5rem 1.5rem 1rem}.bo-header h2{color:#1a1a2e;font-size:1.2rem;font-family:var(--font-heading);margin:0 0 .25rem}.bo-header p{color:#64748b;margin:0;font-size:.85rem}.bo-body{flex-direction:column;gap:1.2rem;padding:1.5rem;display:flex}.bo-form-group{flex-direction:column;gap:.4rem;display:flex}.bo-form-row{gap:1rem;display:flex}.bo-form-row .bo-form-group{flex:1}.bo-form-group label{color:#334155;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:700}.bo-form-group input[type=text],.bo-form-group input[type=tel]{border:1px solid #cbd5e1;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s;cursor:text!important}.bo-form-group input[type=text]:focus,.bo-form-group input[type=tel]:focus{border-color:#1a6aff;outline:none}.bo-options-grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.bo-radio-label,.bo-check-label{color:#475569;align-items:center;gap:.5rem;font-size:.9rem;display:flex;cursor:pointer!important}.bo-radio-label input,.bo-check-label input{accent-color:#e63946;width:16px;height:16px;cursor:pointer!important}.bo-submit-btn{color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.bo-submit-btn:hover{background:#e63946}@media (width<=540px){.bo-modal{border-radius:14px;width:95%;max-height:95vh}.bo-form-row{flex-direction:column;gap:1rem}.bo-body{padding:1.25rem}.bo-options-grid{grid-template-columns:1fr}}.navbar{z-index:1000;background-color:#0000;width:100%;padding:1.5rem 0;transition:all .3s ease-in-out;position:sticky;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;padding:1rem 0;box-shadow:0 4px 20px #0000000d}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.navbar-right{align-items:center;gap:3rem;display:flex}.navbar-logo{align-items:center;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:150px;max-width:100%;height:auto;transition:all .3s}.navbar.scrolled .logo-img{width:120px}.navbar-links{gap:2.5rem;height:100%;margin:0;padding:0;list-style:none;display:flex}.navbar-links li{align-items:center;display:flex;position:relative}.navbar-links a{color:var(--primary);padding:1.5rem 0;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;transition:color .2s;position:relative}.navbar-links>li>a:after{content:"";background-color:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:1rem;left:0}.navbar-links>li:hover>a:after{width:100%}.navbar-links a:hover{color:var(--accent)}.dropdown-menu{background-color:var(--white);opacity:0;visibility:hidden;z-index:1100;border-top:2px solid var(--accent);border-radius:4px;min-width:260px;margin:0;padding:1rem 0;list-style:none;transition:all .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:100%;left:0;transform:translateY(15px);box-shadow:0 10px 40px #00000014}.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{width:100%;display:block}.dropdown-menu a{color:var(--primary);letter-spacing:.5px;text-transform:uppercase;padding:.8rem 2rem;font-size:.9rem;font-weight:700;transition:all .2s;display:block}.dropdown-menu a:after{display:none}.dropdown-menu a:hover{background-color:var(--bg);color:var(--accent);padding-left:2.5rem}.navbar-actions{align-items:center;gap:1.5rem;display:flex}.icon-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:relative}.icon-btn:hover{color:var(--accent);transform:translateY(-2px)}.cart-badge{background-color:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.cta-btn{background-color:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.cta-btn:hover{background-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 10px #00000026}.login-icon-btn{border:1.5px solid var(--accent);color:var(--primary);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;transition:all .25s;display:flex}.login-icon-btn:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}.user-menu-wrap{position:relative}.user-avatar-btn{cursor:pointer;color:var(--primary);background:0 0;border:1.5px solid #c8a96e66;border-radius:50px;align-items:center;gap:.5rem;padding:.3rem .75rem .3rem .35rem;transition:all .2s;display:flex}.user-avatar-btn:hover{border-color:var(--accent);background:#c8a96e1a}.user-avatar{color:#1a1a2e;background:linear-gradient(135deg,#c8a96e,#e8c98d);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.user-name-short{font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600}.chevron{transition:transform .2s}.chevron.open{transform:rotate(180deg)}.user-dropdown{z-index:2000;background:#fff;border:1px solid #0000000f;border-radius:14px;min-width:220px;max-width:calc(100vw - 2rem);animation:.2s dropIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 40px #00000021}@keyframes dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-header{background:linear-gradient(135deg,#1a1a2e,#0f3460);align-items:center;gap:.75rem;padding:1rem 1.1rem;display:flex}.udh-avatar{color:#1a1a2e;background:linear-gradient(135deg,#c8a96e,#e8c98d);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:800;display:flex}.udh-name{color:#fff;margin:0;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:700}.udh-email{color:#fff9;margin:0;font-family:DM Sans,sans-serif;font-size:.75rem}.user-dropdown-divider{background:#f0ece6;height:1px;margin:.25rem 0}.user-dd-item{color:#333;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.65rem;width:100%;padding:.7rem 1.1rem;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:500;transition:background .15s;display:flex}.user-dd-item:hover{color:#1a1a2e;background:#f7f4ef}.admin-item{font-weight:700;color:#7c3aed!important}.admin-item:hover{background:#f5f3ff!important}.logout-item{color:#dc2626!important}.logout-item:hover{background:#fef2f2!important}.mobile-menu-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-left:1rem;padding:.5rem;display:none}@media (width<=1024px){.navbar-links{display:none}.mobile-menu-btn{justify-content:center;align-items:center;display:flex}.cta-btn{display:none}}@media (width<=768px){.navbar.scrolled .logo-img{width:100px}}@media (width<=600px){.navbar-container{padding:0 1rem}.logo-img{width:100px}.navbar-actions{gap:.75rem}.icon-btn svg{width:18px;height:18px}}@media (width<=480px){.navbar-right,.navbar-actions{gap:.5rem}.user-name-short,.login-icon-btn span{display:none}.login-icon-btn{justify-content:center;min-width:34px;padding:.45rem .5rem}}.mobile-menu{z-index:999;background-color:#fff;border-top:1px solid #0000000d;width:100%;max-height:80vh;padding:1.5rem 2rem;animation:.3s forwards slideDown;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 30px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-links{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.mobile-nav-links li{width:100%}.mobile-nav-links a,.mobile-nav-group-title{color:var(--primary);border-bottom:1px solid #0000000d;padding:.75rem 0;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600;text-decoration:none;display:block}.mobile-nav-group-title{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:.95rem}.mobile-sub-links{flex-direction:column;gap:.5rem;margin:.5rem 0;padding:0 0 0 1rem;list-style:none;display:flex}.mobile-sub-links a{color:#555;border-bottom:none;padding:.5rem 0;font-size:1rem;font-weight:500;position:relative}.mobile-sub-links a:before{content:"›";color:var(--accent);position:absolute;left:-1rem}.mobile-nav-links a.active{color:var(--accent)}.mobile-bulk-order-btn{background:linear-gradient(135deg, var(--accent) 0%, #c0303c 100%);color:#fff;letter-spacing:.3px;text-transform:uppercase;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:.75rem;padding:.9rem 1.5rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;transition:all .25s;box-shadow:0 4px 15px #e639464d}.mobile-bulk-order-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e6394666}.mobile-menu-backdrop{z-index:998;background:#00000059;animation:.2s fadeIn;position:fixed;inset:0}.site-footer{color:#c9d1d9;background-color:#0d1117;border-top:1px solid #ffffff0f;padding:4rem 0 0;font-family:DM Sans,sans-serif}.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6{font-family:DM Sans,sans-serif}.footer-container{max-width:1400px;margin:0 auto;padding:0 2.5rem}.footer-grid{grid-template-columns:1.8fr 1fr 1fr 1.3fr;gap:3.5rem;padding-bottom:3rem;display:grid}.footer-brand-header{align-items:center;gap:.9rem;margin-bottom:1.2rem;display:flex}.footer-logo-box{background:#f80404;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.footer-logo-box span{color:#fff;letter-spacing:.8px;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:800}.footer-brand-name{color:#fff;letter-spacing:-.1px;margin:0;font-family:DM Sans,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.2}.footer-brand-sub{color:#8b949e;letter-spacing:.1px;margin:2px 0 0;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:400}.footer-tagline{color:#8b949e;margin-bottom:1.4rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:400;line-height:1.6}.footer-offer-box{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:1.6rem;padding:.9rem 1.1rem}.footer-offer-header{align-items:center;gap:.6rem;margin-bottom:.4rem;display:flex}.offer-label{color:#8b949e;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:400}.offer-badge{color:#fff;letter-spacing:.8px;text-transform:uppercase;background:#ff1a1a;border-radius:4px;padding:2px 9px;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:700}.offer-desc{color:#c9d1d9;margin:0;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:400}.social-links{gap:.7rem;display:flex}.social-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .25s,opacity .25s;display:flex}.social-icon:hover{opacity:.85;transform:translateY(-3px)}.social-facebook{background:#1877f2}.social-whatsapp{background:#25d366}.social-linkedin{background:#0a66c2}.social-instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.footer-col-heading{color:#1a6aff;letter-spacing:.2px;text-transform:none;margin:0 0 1.4rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:700}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#c9d1d9;font-family:DM Sans,sans-serif;font-size:.87rem;font-weight:400;text-decoration:none;transition:color .2s}.footer-links a:hover,.footer-links a.active{color:#1a6aff}.footer-contact-strip{border-top:1px solid #ffffff12;padding:1.8rem 0}.footer-contact-heading{color:#1a6aff;letter-spacing:.2px;margin:0 0 .6rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:700}.footer-contact-details{flex-direction:column;gap:.6rem;display:flex}.footer-contact-addr{color:#8b949e;align-items:flex-start;gap:.45rem;max-width:380px;margin:0;font-family:DM Sans,sans-serif;font-size:.84rem;font-weight:400;line-height:1.55;display:flex}.footer-contact-addr svg{color:#8b949e;flex-shrink:0;margin-top:2px}.footer-bottom{text-align:center;border-top:1px solid #ffffff12;padding:1.2rem 0}.footer-bottom p{color:#484f58;letter-spacing:.1px;margin:0;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:400}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=640px){.site-footer{text-align:center;padding:3rem 0 0}.footer-container{padding:0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem;padding-bottom:2rem}.footer-brand-header{justify-content:center}.footer-offer-box{text-align:left;max-width:320px;margin:0 auto 1.6rem}.social-links{justify-content:center}.footer-links{flex-direction:column;align-items:center;display:flex}.footer-contact-heading{text-align:center}.footer-contact-details{align-items:center}.footer-contact-addr{text-align:center;justify-content:center;max-width:280px;margin:0 auto}.footer-bottom{padding:1.5rem 0}.footer-contact-strip{text-align:center}}.main-layout{flex-direction:column;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.page-content{flex:1}.announcement-bar{background-color:var(--primary);color:var(--white);white-space:nowrap;padding:.5rem;font-size:.85rem;overflow:hidden}.ticker-wrap{width:100%;overflow:hidden}.ticker-move{white-space:nowrap;animation:25s linear infinite ticker;display:inline-block}.ticker-move span{padding:0 2rem}@keyframes ticker{0%{transform:translate(100%)}to{transform:translate(-100%)}}.floating-whatsapp{z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #25d36666}.floating-whatsapp:hover{transform:scale(1.1)}.floating-whatsapp img{width:35px;height:35px}@media (width<=768px){.floating-whatsapp{width:52px;height:52px;bottom:1.25rem;right:1.25rem}.floating-whatsapp img{width:28px;height:28px}}@media (width<=480px){.floating-whatsapp{width:46px;height:46px;bottom:1rem;right:1rem;box-shadow:0 3px 10px #25d36666}.floating-whatsapp img{width:24px;height:24px}.announcement-bar{padding:.4rem;font-size:.78rem}}.home-hero{background-color:var(--bg);align-items:center;min-height:86vh;padding:.5rem 0;display:flex;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;background:radial-gradient(55% 70% at 20%,#e639460d 0%,#0000 70%),radial-gradient(40% 50% at 80% 80%,#1a1a2e0a 0%,#0000 70%);position:absolute;inset:0}.hero-container{z-index:1;grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;max-width:1320px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.hero-visuals{align-self:start;height:440px;margin-top:-3.9rem;animation:1s ease-out .15s both heroFadeUp;position:relative}.hero-card{border-radius:18px;transition:transform .35s;position:absolute;overflow:hidden;box-shadow:0 20px 50px #00000021}.hero-card img{object-fit:cover;width:100%;height:100%;display:block}.hero-card--back{z-index:1;background:#e8e2d9;width:210px;height:300px;top:20px;left:0;transform:rotate(-4deg)}.hero-card--back:hover{transform:rotate(-2deg)scale(1.02)}.hero-card--front{z-index:2;background:#f0ebe3;width:230px;height:330px;bottom:10px;right:20px;transform:rotate(3deg)}.hero-card--front:hover{transform:rotate(1deg)scale(1.02)}.hero-card__tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border-radius:10px;padding:8px 12px;position:absolute;bottom:12px;left:12px;right:12px}.hero-card__tag-label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:2px;font-size:.65rem;font-weight:700;display:block}.hero-card__tag-name{color:var(--primary);font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;display:block}.hero-float-badge{z-index:3;background:var(--primary);color:var(--white);text-align:center;border-radius:14px;padding:12px 16px;animation:3s ease-in-out infinite floatBadge;position:absolute;bottom:60px;left:-10px;box-shadow:0 8px 24px #1a1a2e40}.hero-float-badge__num{margin-bottom:2px;font-family:DM Sans,sans-serif;font-size:1.3rem;font-weight:800;line-height:1}.hero-float-badge__txt{opacity:.72;letter-spacing:.04em;font-size:.65rem;font-weight:600;line-height:1.3}.hero-content{align-self:start;margin-top:-3rem;animation:.9s ease-out both heroFadeUp}.hero-badge{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;background:#e6394614;border:1px solid #e6394633;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.4rem;padding:5px 13px;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:700;display:inline-flex}.hero-badge__dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.hero-title{color:var(--primary);letter-spacing:-.02em;margin-bottom:1.2rem;font-family:DM Sans,sans-serif;font-size:clamp(2.4rem,4.2vw,3.6rem);font-weight:800;line-height:1.1}.hero-title__accent{color:var(--accent);font-style:italic}.hero-description{color:var(--text-muted);max-width:440px;margin-bottom:1.4rem;font-family:DM Sans,sans-serif;font-size:1.05rem;line-height:1.7}.hero-trust{flex-wrap:wrap;gap:8px;margin-bottom:2rem;display:flex}.hero-trust span{color:var(--primary);background:var(--white);border:1px solid #1a1a2e1f;border-radius:100px;padding:4px 12px;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;box-shadow:0 1px 4px #0000000a}.hero-btns{flex-wrap:wrap;gap:.9rem;display:flex}.hero-btn{letter-spacing:.02em;cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:.75rem 1.8rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .22s;display:inline-flex}.hero-btn--primary{background-color:var(--accent);color:var(--white);box-shadow:0 4px 16px #e6394647}.hero-btn--primary:hover{background-color:#c0303c;transform:translateY(-2px);box-shadow:0 8px 24px #e6394661}.hero-btn--outline{color:var(--primary);background:0 0;border:2px solid #1a1a2e33}.hero-btn--outline:hover{border-color:var(--primary);background:var(--primary);color:var(--white);transform:translateY(-2px)}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.1;transform:scale(1.2)}}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (width<=1024px){.hero-container{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero-visuals{order:2;max-width:380px;height:380px;margin:0 auto}.hero-content{order:1}.hero-badge{margin:0 auto 1.2rem}.hero-description{margin:0 auto 1.4rem}.hero-trust,.hero-btns{justify-content:center}.hero-card--back{width:185px;height:265px}.hero-card--front{width:200px;height:285px}}@media (width<=600px){.home-hero{min-height:auto;padding:1.5rem 0}.hero-container{gap:1.5rem;padding:0 1.25rem}.hero-title{margin-bottom:.8rem;font-size:2.1rem}.hero-description{margin-bottom:1.2rem;font-size:.95rem;line-height:1.5}.hero-btns{flex-direction:column;gap:.75rem}.hero-btn{justify-content:center;width:100%;padding:.85rem}.hero-visuals{width:100%;height:300px;margin-top:1rem}.hero-card--back{width:140px;height:200px;left:10%}.hero-card--front{width:160px;height:230px;right:10%}}.trust-bar{background-color:var(--white);border-bottom:1px solid #0000000d;padding:2.5rem 0}.trust-container{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.trust-item{justify-content:center;align-items:center;gap:1rem;display:flex}.trust-text{color:var(--primary);font-size:.95rem;font-weight:600}@media (width<=768px){.trust-bar{padding:1.5rem 0}.trust-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.trust-item{text-align:center;flex-direction:column;gap:.5rem}.trust-text{font-size:.8rem}}@media (width<=480px){.trust-container{gap:1rem}}.category-section{background-color:var(--white);padding:4rem 0}.section-container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;color:var(--primary);letter-spacing:1px;margin-top:-1rem;margin-bottom:2.5rem;font-family:DM Sans,sans-serif;font-size:2.2rem;font-weight:800;position:relative}.section-title:after{content:"";background-color:var(--accent);width:60px;height:3px;position:absolute;bottom:-1rem;left:50%;transform:translate(-50%)}.category-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:6.5rem;display:grid}@media (width>=1101px){.category-grid{grid-template-columns:repeat(5,1fr);justify-content:center;gap:1rem}}.category-card{border:1px solid #0000000f;border-radius:8px;height:200px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden}.category-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #0000001a}.category-image{width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.category-info{width:100%;color:var(--white);background:linear-gradient(#0000,#000000b8);padding:1rem 1.2rem;transition:all .3s;position:absolute;bottom:0;left:0}.category-info h3{letter-spacing:.05em;color:var(--white);margin-bottom:.2rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:800}.view-link{letter-spacing:.1em;opacity:.8;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:600;transition:opacity .3s}.category-placeholder-icon{opacity:.4;font-size:2.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.category-card:hover .category-image{transform:scale(1.1)}.category-card:hover .category-info{padding-bottom:3.5rem}@media (width<=1100px){.category-grid{grid-template-columns:repeat(3,1fr);margin-top:4rem}}@media (width<=768px){.category-section{padding:2.5rem 0}.section-title{margin-bottom:2rem;font-size:1.8rem}.category-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;margin-top:2.5rem;padding-bottom:1.5rem;display:flex;overflow-x:auto}.category-grid::-webkit-scrollbar{display:none}.category-card{scroll-snap-align:start;flex:none;min-width:160px;height:180px}.category-info h3{font-size:.95rem}}@media (width<=480px){.section-container{padding:0 1.25rem}.category-grid{gap:.75rem;margin-top:1.5rem;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem}.category-card{min-width:130px;height:140px}.category-info{padding:.75rem}.category-info h3{font-size:.85rem}.view-link{font-size:.65rem}.category-card:hover .category-info{padding-bottom:.75rem}.category-card:active{transform:scale(.98)}}.product-section{background-color:var(--bg);padding:6rem 2rem;overflow:hidden}.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;display:grid}.view-more-container{text-align:center;margin-top:4rem}.view-more-btn{background-color:var(--primary);color:var(--white);text-transform:uppercase;letter-spacing:.12em;border:none;border-radius:8px;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);display:inline-block;box-shadow:0 4px 15px #1a1a2e33}.view-more-btn:hover{color:var(--white);background-color:#2a2a4e;transform:translateY(-5px);box-shadow:0 12px 25px #1a1a2e4d}@media (width<=1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.promo-banner{background:radial-gradient(circle at 30%,#1a1a2e 0%,#0a0a14 100%);border-radius:12px;justify-content:space-between;align-items:center;margin-top:0;padding:1rem 4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0003}.promo-banner--dhoties{background:radial-gradient(circle at 70%,#1c1c1c 0%,#000 100%);border-top:2px solid #d4af37;margin-top:6rem}.promo-banner--dhoties .promo-eyebrow,.promo-banner--dhoties .fc-main{color:#d4af37}.promo-content{z-index:2;text-align:left;flex:1;padding-top:1.5rem}.promo-eyebrow{color:#438fff;letter-spacing:.2em;margin-bottom:.5rem;font-size:.85rem;font-weight:800;display:block}.promo-title{color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:2.8rem;font-weight:800;line-height:1.1}.promo-subtitle{color:#ffffffb3;margin-bottom:1.5rem;font-size:1.1rem;font-weight:400}.promo-btn{color:#1a1a2e;background-color:#fff;border-radius:4px;padding:.9rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.promo-btn:hover{background-color:#f8f9fa;transform:scale(1.05);box-shadow:0 10px 25px #fff3}.promo-image-container{flex:1;justify-content:flex-end;height:320px;display:flex;position:relative}.promo-stack{width:100%;height:100%;position:relative}.promo-stack-item{background:#fff;border-radius:8px;width:170px;height:auto;padding:5px;transition:transform .3s,z-index;animation:4s ease-in-out infinite floatStack;position:absolute;overflow:visible;box-shadow:0 10px 30px #0000004d}.promo-stack-item img{border-radius:4px;width:100%;height:auto;display:block}@keyframes floatStack{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.item-0{z-index:5;animation-delay:0s;top:10px;right:20px}.item-1{z-index:4;width:160px;animation-delay:.5s;top:90px;right:110px}.item-2{z-index:3;width:150px;animation-delay:1.2s;top:30px;right:210px}.item-3{z-index:2;width:140px;animation-delay:.8s;top:110px;right:310px}.item-4{z-index:1;width:130px;animation-delay:1.5s;top:50px;right:410px}.promo-stack-item:hover{z-index:100;animation-play-state:paused;transform:scale(1.1)rotate(2deg)}.promo-price-tag{color:#1a1a2e;background:linear-gradient(135deg,#d4af37 0%,#f9d976 100%);border:1px solid #ffffff4d;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:800;position:absolute;bottom:-10px;right:-10px;box-shadow:0 4px 10px #0003}.fabric-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#fffffff2;border:1px solid #ffffff80;border-radius:16px;flex-direction:column;min-width:140px;padding:1rem 1.25rem;animation:5s ease-in-out infinite floatCard;display:flex;position:absolute;box-shadow:0 10px 30px #00000026}.fc-main{color:#7c4dff;font-size:1.5rem;font-weight:800;line-height:1.1}.fc-sub{color:#6b7280;letter-spacing:.05em;text-transform:uppercase;margin-top:4px;font-size:.65rem;font-weight:700}.fc-top-left{animation-delay:0s;top:-20px;left:-20px}.fc-top-right{animation-delay:1.5s;top:30px;right:-40px}.fc-bottom-left{animation-delay:.8s;bottom:20px;left:0}.fc-bottom-right{animation-delay:2.2s;bottom:-20px;right:20px}.promo-fabric-row{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.promo-fabric-row .fabric-card{border-radius:12px;flex:1;min-width:100px;max-width:130px;padding:.75rem 1rem;animation:none;position:relative!important;inset:auto!important}.promo-fabric-row .fc-main{color:#438fff;font-size:1.1rem}.promo-fabric-row .fc-sub{white-space:nowrap;font-size:.6rem}@keyframes floatCard{0%,to{transform:translateY(0)translate(0)}33%{transform:translateY(-8px)translate(4px)}66%{transform:translateY(4px)translate(-4px)}}.promo-banner:hover .fabric-card{animation-play-state:paused}@media (width<=1024px){.promo-banner{padding:2rem 3rem}.promo-title{font-size:1.8rem}}@media (width<=768px){.promo-banner{text-align:center;flex-direction:column;padding:2.5rem 1.5rem}.promo-content{text-align:center;margin-bottom:1.5rem}.promo-image-container{justify-content:center;height:220px}.product-section{padding:3rem 1.25rem}.promo-title{font-size:2rem}}@media (width<=480px){.promo-banner{padding:2rem 1.25rem}.promo-title{font-size:1.6rem}.promo-subtitle{font-size:.95rem}.promo-btn{text-align:center;width:100%}.promo-image-container{display:none}.promo-fabric-row{justify-content:center}}.offer-banner{background-color:var(--accent);color:var(--white);text-align:center;padding:4rem 0}.offer-container{flex-direction:column;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.offer-banner h2{margin:0;font-size:2rem}.offer-banner .code{background-color:#fff3;border-radius:4px;padding:.2rem 1rem;font-family:DM Sans,sans-serif}.btn{text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.btn-white{background-color:var(--white);color:var(--accent);box-shadow:0 4px 15px #0000001a}.btn-white:hover{background-color:var(--white);color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 25px #0003}@media (width<=768px){.offer-banner{padding:3rem 1.5rem}.offer-banner h2{font-size:1.6rem}.btn{text-align:center;width:100%}}@media (width<=480px){.offer-banner{padding:2.5rem 1.25rem}.offer-banner h2{font-size:1.35rem;line-height:1.4}}.home-about{background-color:var(--white);padding:8rem 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.section-title.left{text-align:left;margin-bottom:2rem}.section-title.left:after{left:0;transform:none}.about-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.know-more{color:var(--accent);margin-top:1rem;font-size:1.1rem;font-weight:700;transition:padding-left .3s;display:inline-block}.know-more:hover{padding-left:10px}.about-image{border-radius:8px;height:500px;overflow:hidden;box-shadow:0 30px 60px #0000001a}.image-placeholder{background:linear-gradient(45deg, var(--primary), #16213e);width:100%;height:100%;color:var(--white);justify-content:center;align-items:center;font-family:DM Sans,sans-serif;font-size:1.5rem;display:flex}@media (width<=968px){.home-about{padding:4rem 1.5rem}.about-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.section-title.left{text-align:center}.section-title.left:after{left:50%;transform:translate(-50%)}.about-image{order:-1;height:350px}}@media (width<=480px){.home-about{padding:3rem 1.25rem}.about-image{height:260px}.about-text p{font-size:1rem;line-height:1.7}.know-more{font-size:1rem}}.testimonials-section{background-color:var(--bg);padding:2rem 0 6rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.testimonial-card{background-color:var(--white);border-radius:8px;padding:3rem;transition:transform .3s;box-shadow:0 10px 30px #0000000d}.testimonial-card:hover{transform:translateY(-5px)}.stars{color:var(--gold);margin-bottom:1.5rem;font-size:1.25rem}.quote{color:var(--primary);margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.6}.client-info strong{color:var(--primary);font-size:1rem;display:block}.client-info span{color:var(--text-muted);font-size:.85rem}@media (width<=968px){.testimonials-section{padding:3rem 1.5rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{text-align:center;padding:2rem}}.blog-preview{background-color:var(--white);padding:2rem 0 8rem}.blog-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:7rem;display:grid}.blog-card{background-color:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.blog-image{background:linear-gradient(45deg, var(--gold), #e9c46a);height:200px}.blog-info{padding:2rem}.blog-info h3{color:var(--primary);margin-bottom:1rem;font-size:1.25rem;line-height:1.4}.blog-info p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.read-more{color:var(--primary);font-size:.95rem;font-weight:700;transition:color .2s}.read-more:hover{color:var(--accent)}@media (width<=968px){.blog-grid{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:10px;flex-direction:column;height:100%;transition:all .35s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden;box-shadow:0 1px 4px #0000000f}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000017}.product-image{aspect-ratio:1;background-color:#f3f4f6;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative;overflow:hidden}.product-image img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .55s}.product-card:hover .product-image img{transform:scale(1.07)}.wholesale-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:2;background-color:#e63946;border-radius:4px;padding:.25rem .55rem;font-size:.65rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.product-info{flex-direction:column;flex:1;padding:1.25rem 1.25rem 1.5rem;display:flex}.product-cat-label{color:#e63946;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.67rem;font-weight:700;display:block}.product-info h3{color:#1a1a2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6rem;margin:0 0 1rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-meta{justify-content:space-between;align-items:baseline;margin-top:auto;margin-bottom:1.25rem;display:flex}.product-price{color:#1a1a2e;font-size:1.15rem;font-weight:700}.product-price small{color:#9ca3af;font-size:.72rem;font-weight:400}.min-qty{color:#9ca3af;font-size:.75rem}.add-cart-btn{color:#1a1a2e;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background-color:#0000;border:1.5px solid #1a1a2e;border-radius:8px;width:100%;padding:.8rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:700;transition:all .25s}.add-cart-btn:hover{color:#fff;background-color:#1a1a2e}.product-hover-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;color:#1a1a2e;text-align:left;background:#fffffffa;border:1px solid #0000000d;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;animation:.3s fadeIn;display:flex;position:absolute;top:0;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hover-loading{flex-direction:column;align-items:center;gap:1rem;display:flex}.hover-loading p{letter-spacing:.5px;color:#64748b;font-size:.8rem;font-weight:600}.loading-dot{background:#e63946;border-radius:50%;width:8px;height:8px;animation:1s infinite alternate pulse}.hover-details{flex-direction:column;width:100%;height:100%;display:flex}.hover-details h4{text-transform:uppercase;letter-spacing:1.5px;color:#e63946;border-bottom:2px solid #f1f5f9;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.65rem;font-weight:800}.hover-features{flex:1;margin:0 0 1rem;padding:0;list-style:none}.hover-features li{color:#334155;margin-bottom:.5rem;padding-left:1.25rem;font-size:.82rem;line-height:1.5;position:relative}.hover-features li:before{content:"•";color:#e63946;font-weight:700;position:absolute;left:0}.card-view-details-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background-color:#1a1a2e;border:none;border-radius:6px;width:100%;padding:.65rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;transition:all .2s}.card-view-details-btn:hover{background-color:#e63946;transform:translateY(-2px);box-shadow:0 4px 12px #e6394633}.price-row-main{flex-direction:column;display:flex}.product-mrp{color:#94a3b8;font-size:.8rem;font-weight:500;text-decoration:line-through}.card-discount-badge{color:#fff;z-index:2;background-color:#059669;border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:800;position:absolute;top:.75rem;left:.75rem;box-shadow:0 4px 10px #05966933}@media (width<=768px){.product-image,.product-info{padding:.75rem}.product-cat-label{color:#565959;margin-bottom:.25rem;font-size:.65rem;font-weight:600}.product-info h3{color:#0f1111;height:2.4rem;margin:0 0 .5rem;font-size:.85rem}.product-meta{flex-direction:column;align-items:flex-start;gap:.2rem;margin-bottom:.75rem}.price-row-main{flex-flow:wrap;align-items:baseline;gap:.4rem}.product-price{color:#b12704;font-size:1.1rem}.product-price small{display:none}.product-mrp{color:#565959;font-size:.7rem}.min-qty{color:#0f1111;font-size:.7rem;font-weight:500}.add-cart-btn{color:#0f1111;text-transform:none;background-color:#ffd814;border:1px solid #fcd200;border-radius:20px;padding:.6rem;font-size:.8rem;box-shadow:0 2px 5px #d5d9d980}.add-cart-btn:hover{color:#0f1111;background-color:#f7ca00}.product-hover-overlay{display:none!important}.wholesale-badge,.card-discount-badge{padding:.2rem .4rem;font-size:.6rem}}.qs-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.qs-modal{background:#fff;border-radius:20px;width:90%;max-width:440px;animation:.4s cubic-bezier(.165,.84,.44,1) slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.qs-close{cursor:pointer;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.qs-close:hover{background:#e2e8f0;transform:rotate(90deg)}.qs-product-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:1.25rem;padding:1.5rem;display:flex}.qs-thumb{object-fit:cover;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:80px;height:80px}.qs-header-info{flex-direction:column;justify-content:center;display:flex}.qs-title{color:#1a1a2e;margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.qs-price{color:#e63946;margin:0;font-size:1.25rem;font-weight:800}.qs-body{padding:1.5rem}.qs-section{margin-bottom:1.5rem}.qs-label{text-transform:uppercase;letter-spacing:1px;color:#64748b;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.qs-chips{flex-wrap:wrap;gap:.5rem;display:flex}.qs-chip{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.qs-chip:hover{background:#f1f5f9;border-color:#cbd5e1}.qs-chip.active{color:#fff;background:#1a1a2e;border-color:#1a1a2e}.qs-qty-row{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1.5rem;display:flex}.qs-qty-selector{background:#f1f5f9;border-radius:8px;align-items:center;padding:.25rem;display:flex}.qs-qty-selector button{cursor:pointer;background:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.qs-qty-selector button:hover{background:#f8fafc}.qs-qty-selector span{padding:0 1rem;font-size:1rem;font-weight:700}.qs-qty-label{color:#94a3b8;margin:0;font-size:.75rem;font-weight:500}.qs-add-btn{color:#fff;cursor:pointer;background:#1a1a2e;border:none;width:100%;padding:1.25rem;font-size:1rem;font-weight:700;transition:all .3s}.qs-add-btn:hover{background:#e63946}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.qs-overlay{align-items:flex-end;padding:0}.qs-modal{border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:90vh;overflow-y:auto}.qs-title{padding-right:2rem;font-size:.95rem}.qs-body{padding:1.25rem}.qs-chip{padding:.5rem .75rem;font-size:.8rem}.qs-add-btn{padding:1rem;font-size:.95rem}}.shop-page{background-color:#f5f6f8;padding-bottom:5rem;font-family:DM Sans,sans-serif}.shop-hero{text-align:left;background:linear-gradient(135deg,#0a1628 0%,#cf0505 55%,#fa4b4b 100%);padding:5.5rem 2rem 4.5rem;position:relative;overflow:hidden}.shop-hero-content{max-width:1280px;margin:0 auto;padding-bottom:1.5rem}.shop-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 .75rem;font-family:DM Sans,sans-serif;font-size:clamp(2rem,4vw,2.9rem);font-weight:800;line-height:1.15}.shop-hero-sub{color:#ffffffb3;letter-spacing:.1px;margin:0;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:400}.shop-filter-wrapper{z-index:10;max-width:1280px;margin:-2.6rem auto 0;padding:0 2rem;transition:top .2s;position:sticky;top:72px}.shop-filter-wrapper.is-sticky .shop-filter-card{box-shadow:0 4px 24px #00000024}@media (width<=768px){.shop-filter-wrapper{z-index:1;margin:-1.2rem auto 0;padding:0 1rem;position:static}}.shop-filter-card{background:#fff;border-radius:12px;align-items:center;gap:0;min-height:82px;padding:.4rem 1.25rem;display:flex;overflow:visible;box-shadow:0 8px 40px #0000002e}.filter-field{flex-direction:column;flex:1;gap:.3rem;padding:.75rem 1.25rem;display:flex;position:relative}.filter-field-label{letter-spacing:.08em;color:#6b7280;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:700}.filter-input{color:#1a1a2e;background:0 0;border:none;outline:none;width:100%;padding:0;font-family:DM Sans,sans-serif;font-size:.9rem}.filter-input::placeholder{color:#b0b7c3;font-weight:400}.filter-search-row{align-items:center;gap:.4rem;display:flex}.filter-search-row svg{flex-shrink:0}.custom-dropdown{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.5rem;min-width:0;display:flex}.dropdown-value{color:#1a1a2e;white-space:nowrap;text-overflow:ellipsis;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;overflow:hidden}.dropdown-chevron{color:#9ca3af;flex-shrink:0;transition:transform .22s}.dropdown-chevron.rotated{color:#1a1a2e;transform:rotate(180deg)}.filter-dropdown-menu{background:#fff;border:1px solid #e8eaed;border-radius:10px;animation:.18s dropDown;overflow:hidden;box-shadow:0 16px 48px #00000029,0 2px 8px #00000014;z-index:999999!important;visibility:visible!important;opacity:1!important}@keyframes dropDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-option{color:#374151;cursor:pointer;border-bottom:1px solid #f9fafb;justify-content:space-between;align-items:center;padding:.7rem 1rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:400;transition:background .15s,color .15s;display:flex}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{color:#1a1a2e;background:#f5f7ff}.dropdown-option.selected{color:#1a1a2e;background:#eef2ff;font-weight:600}.dropdown-option.selected svg{color:#e63946}.option-text{flex:1}.filter-divider{background:#e5e7eb;flex-shrink:0;width:1px;height:40px}.filter-clear-btn{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #d1d5db;border-radius:8px;flex-shrink:0;margin-left:.75rem;padding:.55rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;transition:all .2s}.filter-clear-btn:hover,.filter-clear-btn.active{color:#e63946;border-color:#e63946}.shop-main-container{padding-top:3rem}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.shop-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.results-count{color:#6b7280;font-family:DM Sans,sans-serif;font-size:.9rem}.results-count strong{color:#1a1a2e}.sort-select{cursor:pointer;color:#1a1a2e;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:.55rem 1rem;font-family:DM Sans,sans-serif;font-size:.88rem}.shop-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.no-results{text-align:center;grid-column:1/-1;padding:6rem 0}.no-results p{color:#9ca3af;margin-bottom:1.5rem;font-size:1rem}.reset-btn{color:#fff;cursor:pointer;background-color:#1a1a2e;border:none;border-radius:8px;padding:.8rem 2.5rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:opacity .2s}.reset-btn:hover{opacity:.85}@media (width<=1200px){.shop-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.shop-filter-card{-webkit-overflow-scrolling:touch;background:#fff;border-radius:14px;flex-wrap:nowrap;align-items:stretch;gap:0;min-height:70px;padding:0;overflow-x:auto;box-shadow:0 10px 25px #0000001a}.shop-filter-card::-webkit-scrollbar{display:none}.shop-filter-card{-ms-overflow-style:none;scrollbar-width:none}.filter-divider{background:#eaeaea;flex-shrink:0;align-self:stretch;width:1px;min-width:1px;height:auto;margin:8px 0;display:flex}.filter-divider--hide-mobile{display:none!important}.filter-field{border-bottom:none;flex-direction:column;flex:none;justify-content:center;gap:2px;min-width:0;padding:.75rem 1rem;display:flex}.filter-field--search{flex:auto;min-width:100px;max-width:150px}.filter-cat,.filter-price{min-width:88px;max-width:120px}.filter-sleeve,.filter-sort{display:none!important}.filter-field-label{letter-spacing:.05em;color:#a0a0a0;text-transform:uppercase;white-space:nowrap;margin-bottom:0;font-size:.55rem;font-weight:800}.filter-input,.dropdown-value{font-size:.83rem}.filter-clear-btn{white-space:nowrap;color:#bbb;background:#fafafa;border:none;border-left:1px solid #eaeaea;border-radius:0 14px 14px 0;flex:none;justify-content:center;align-self:stretch;align-items:center;height:auto;margin:0;padding:0 1.1rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.filter-clear-btn.active{color:#e63946;background:#fff5f5}.shop-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.shop-hero{padding:3.5rem 1.25rem 2.5rem}.shop-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem}.sort-select{width:100%}.container{padding:0 1rem}.shop-main-container{padding-top:1.5rem}}.about-page{background-color:var(--white)}.about-hero{min-height:380px;color:var(--white);text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;display:flex;position:relative}.about-hero-overlay{background:linear-gradient(#0a0a19b8 0%,#0a0a1999 60%,#0a0a19cc 100%);position:absolute;inset:0}.about-hero-content{z-index:1;padding:5rem 1.5rem;position:relative}.about-hero-label{letter-spacing:2px;text-transform:uppercase;color:var(--gold);opacity:.9;margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:700;display:inline-block}.about-hero h1{text-shadow:0 3px 14px #00000073;margin-bottom:1rem;font-size:3.2rem}.about-hero p{opacity:.88;text-shadow:0 1px 6px #0000004d;max-width:520px;margin:0 auto;font-size:1.15rem}.about-story{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;padding:7rem 0;display:grid}.story-content p{color:var(--text-muted);margin-bottom:1.25rem;font-family:DM Sans,sans-serif;font-size:1.05rem;line-height:1.85}.story-image{border-radius:10px;height:420px;overflow:hidden;box-shadow:0 20px 50px #0000001f}.story-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.story-image:hover img{transform:scale(1.04)}.about-stats{background-color:var(--primary);color:var(--white);padding:4.5rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item h3{color:var(--gold);margin-bottom:.4rem;font-size:2.75rem}.stat-item span{opacity:.8;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500}.why-us{padding:3rem 0 7rem}.why-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3.5rem;display:grid}.why-card{background-color:var(--bg);text-align:center;border:1px solid #0000;border-radius:10px;padding:2.5rem 1.75rem;transition:transform .3s,box-shadow .3s,border-color .3s}.why-card:hover{border-color:#e2e8f0;transform:translateY(-8px);box-shadow:0 18px 40px #00000014}.icon-wrap{background-color:var(--primary);width:56px;height:56px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.why-card h3{color:var(--primary);margin-bottom:.75rem;font-size:1.1rem}.why-card p{color:var(--text-muted);font-family:DM Sans,sans-serif;font-size:.9rem;line-height:1.65}.process-section{background-color:#f9f7f4;padding:7rem 0}.process-timeline{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;display:grid}.process-step{background:var(--white);border:1px solid #eef0f3;border-radius:10px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 16px #0000000d}.process-step:hover{transform:translateY(-6px);box-shadow:0 14px 32px #0000001a}.process-img-wrap{height:160px;position:relative;overflow:hidden}.process-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.process-step:hover .process-img{transform:scale(1.07)}.step-num{background-color:var(--accent);width:36px;height:36px;color:var(--white);border:3px solid var(--white);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex;position:absolute;top:.75rem;left:.75rem}.process-body{padding:1.25rem 1.5rem 1.5rem}.process-body h3{color:var(--primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.process-body p{color:var(--text-muted);font-family:DM Sans,sans-serif;font-size:.87rem;line-height:1.6}.location-section{padding-bottom:7rem}.map-wrapper{border-radius:10px;height:420px;position:relative;overflow:hidden;box-shadow:0 12px 36px #0000001a}.map-wrapper iframe{width:100%;height:100%;position:absolute;inset:0}.address-overlay{background-color:var(--white);z-index:10;border-radius:10px;max-width:320px;padding:2rem 2.25rem;position:absolute;top:50%;left:2.5rem;transform:translateY(-50%);box-shadow:0 16px 40px #00000024}.address-overlay h3{color:var(--primary);margin-bottom:.85rem;font-size:1.15rem;font-weight:800}.address-overlay p{color:var(--text-muted);margin-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:.88rem;line-height:1.7}.directions-btn{background-color:var(--primary);color:var(--white);border-radius:5px;margin-top:.85rem;padding:.5rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.directions-btn:hover{background-color:var(--accent);transform:translateY(-2px)}.about-cta{text-align:center;background-color:#070b14;padding:6rem 1.5rem}.cta-container{margin:0 auto;max-width:860px!important}.cta-title{color:#fff;letter-spacing:-.5px;margin-bottom:1.1rem;font-family:DM Sans,sans-serif;font-size:2.6rem;font-weight:800}.cta-subtitle{color:#ffffffad;max-width:640px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-family:DM Sans,sans-serif;font-size:1.05rem;line-height:1.65}.cta-actions{justify-content:center;gap:1.1rem;display:flex}.cta-primary-btn{color:#fff;cursor:pointer;background-color:#438fff;border:none;border-radius:99px;padding:1rem 2.5rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;transition:all .3s;box-shadow:0 4px 20px #438fff4d}.cta-primary-btn:hover{background-color:#5aa1ff;transform:translateY(-3px);box-shadow:0 8px 28px #438fff73}.cta-secondary-btn{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #fff3;border-radius:99px;padding:1rem 2.5rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;transition:all .3s}.cta-secondary-btn:hover{background-color:#ffffff0f;border-color:#ffffff73;transform:translateY(-3px)}@media (width<=1200px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=968px){.about-story{text-align:center;grid-template-columns:1fr;gap:3rem;padding:4rem 1.5rem}.story-image{height:320px}.process-timeline{grid-template-columns:1fr;padding:0 1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;padding:0 1.5rem}}@media (width<=640px){.about-hero h1{font-size:2.1rem}.about-hero p{font-size:1rem}.why-us{padding:3rem 0 5rem}.why-grid{grid-template-columns:1fr;padding:0 1.5rem}.stats-grid{grid-template-columns:1fr}.map-wrapper{height:280px}.address-overlay{border-radius:0;max-width:100%;margin-top:0;padding:2.5rem 1.5rem;position:static;transform:none}.cta-title{font-size:1.8rem}.cta-actions{flex-direction:column;padding:0 1.5rem}.cta-primary-btn,.cta-secondary-btn{text-align:center;width:100%}.process-section{padding:4rem 0}.about-story{padding:3rem 1.25rem}.location-section{padding-bottom:4rem}.about-cta{padding:4rem 1.25rem}}.blog-page{background-color:var(--white);padding-bottom:8rem}.blog-hero{color:var(--white);text-align:center;background:linear-gradient(#0f0f1ead,#0f0f1eb8),url(/blog/blog3.png) 50%/cover no-repeat;padding:7rem 0;position:relative;overflow:hidden}.blog-hero:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#0006);position:absolute;inset:0}.blog-hero .container{z-index:1;position:relative}.blog-hero h1{text-shadow:0 2px 12px #0006;margin-bottom:1rem;font-size:3rem}.blog-hero p{opacity:.9;text-shadow:0 1px 6px #00000059;max-width:560px;margin:0 auto;font-size:1.1rem}.blog-grid-section{padding-top:5rem}.blog-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.blog-card{background-color:var(--white);border:1px solid #eee;border-radius:8px;transition:all .3s;overflow:hidden}.blog-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.blog-image{background-color:#f0f0f0;height:240px;position:relative;overflow:hidden}.blog-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.blog-card:hover .blog-img{transform:scale(1.06)}.blog-cat{background-color:var(--white);color:var(--primary);text-transform:uppercase;letter-spacing:1px;z-index:1;border-radius:4px;padding:.3rem .85rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 6px #0000001f}.blog-content{padding:2.5rem}.blog-date{color:var(--accent);margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.blog-content h2{color:var(--primary);margin-bottom:1rem;font-size:1.5rem;line-height:1.4;transition:color .2s}.blog-card:hover h2{color:var(--accent)}.blog-content p{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.6}.read-more{color:var(--primary);font-size:1rem;font-weight:700;transition:padding-left .3s;display:inline-block}.read-more:hover{padding-left:10px}@media (width<=1024px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=640px){.blog-page{padding-bottom:4rem}.blog-hero{padding:4rem 1.25rem}.blog-hero h1{font-size:2.2rem}.blog-hero p{font-size:1rem}.blog-grid-section{padding-top:3rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-content{padding:1.5rem}.blog-content h2{font-size:1.25rem}}.contact-page{background-color:var(--white);padding-bottom:8rem}.contact-hero{background-color:var(--primary);color:var(--white);text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:380px;padding:8rem 0;display:flex;position:relative}.contact-hero-overlay{background:linear-gradient(#0a0a19b8 0%,#0a0a1999 60%,#0a0a19cc 100%);position:absolute;inset:0}.contact-hero-content{z-index:1;position:relative}.contact-hero h1{text-shadow:0 3px 14px #00000073;margin-bottom:1rem;font-size:3.2rem}.contact-hero p{opacity:.88;text-shadow:0 1px 6px #0000004d;max-width:520px;margin:0 auto;font-size:1.15rem}.contact-container{padding-top:5rem}.contact-grid{grid-template-columns:1.5fr 1fr;gap:6rem;display:grid}.contact-form{background-color:var(--bg);border-radius:8px;margin-top:2rem;padding:3rem}.form-group{margin-bottom:1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group label{color:var(--primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;width:100%;padding:.8rem 1rem;font-family:DM Sans,sans-serif;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);outline:none}.submit-btn{background-color:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.submit-btn:hover{background-color:var(--primary);transform:translateY(-2px)}.info-list{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.info-item{gap:1.5rem;display:flex}.icon-box{background-color:var(--bg);width:50px;height:50px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-item h3{color:var(--primary);margin-bottom:.25rem;font-size:1.1rem}.info-item p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.whatsapp-card{background-color:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;margin-top:3rem;padding:2.5rem}.whatsapp-card h3{color:#2e7d32;margin-bottom:.5rem}.whatsapp-card p{color:#555;margin-bottom:1.5rem;font-size:.95rem}.whatsapp-btn{color:#fff;background-color:#25d366;border-radius:4px;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.whatsapp-btn:hover{background-color:#128c7e}.working-hours{border-top:1px solid #eee;margin-top:3rem;padding-top:2rem}.working-hours h3{margin-bottom:1rem;font-size:1.1rem}.working-hours p{color:var(--text-muted);margin-bottom:.5rem;font-size:.95rem}.map-section{padding-top:2rem}.map-container{border-radius:8px;height:400px;overflow:hidden}.map-container img{object-fit:cover;width:100%;height:100%}@media (width<=1024px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-hero{padding:5rem 1.5rem}.contact-hero h1{font-size:2.5rem}}@media (width<=640px){.contact-page{padding-bottom:4rem}.contact-container{padding-top:2rem}.contact-hero{min-height:280px;padding:4rem 1.25rem}.contact-hero h1{font-size:2rem}.contact-hero p{font-size:.95rem}.contact-form{margin-top:0;padding:2rem 1.25rem}.form-row{grid-template-columns:1fr;gap:0}.info-list{gap:1.5rem;padding:0 1.25rem}.whatsapp-card{margin:2rem 1.25rem 0;padding:1.75rem 1.25rem}.info-item{gap:1rem}.icon-box{flex-shrink:0;width:42px;height:42px}.submit-btn{justify-content:center;width:100%}.map-container{border-radius:0;height:280px}}.size-chart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background-color:#00000080;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.size-chart-modal{background:#fff;border-radius:12px;width:100%;max-width:650px;margin-left:100px;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.size-chart-header{background:#fdfdfd;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.size-chart-header h3{color:#111827;margin:0;font-size:1.1rem;font-weight:700}.close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.close-btn:hover{color:#111827;background:#f3f4f6}.size-chart-body{padding:15px 20px}.size-chart-subtitle{color:#374151;margin-bottom:10px;font-size:.9rem;font-weight:700}.table-responsive{border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto}.size-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.size-table th{color:#4b5563;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:8px 12px;font-weight:600}.size-table td{color:#374151;border-bottom:1px solid #f3f4f6;padding:8px 12px}.size-table tr:last-child td{border-bottom:none}.size-table td strong{color:#000}.size-chart-note{color:#6b7280;margin-top:20px;font-size:.75rem;font-style:italic}@media (width<=768px){.size-chart-modal{max-height:92vh;margin-left:0;overflow-y:auto}.size-chart-overlay{align-items:flex-end;padding:0}.size-chart-modal{border-radius:16px 16px 0 0;width:100%;max-width:100%}}@media (width<=640px){.size-chart-body{padding:12px 15px}.size-table th,.size-table td{padding:6px 8px;font-size:.78rem}}.ai-size-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10001;background-color:#0006;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.ai-size-modal{background:#fff;border-radius:20px;width:100%;max-width:440px;animation:.4s cubic-bezier(.16,1,.3,1) scaleUp;overflow:hidden;box-shadow:0 30px 60px -12px #0000004d}.ai-size-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ai-title-wrap{color:#1d4ed8;align-items:center;gap:10px;display:flex}.ai-title-wrap h3{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:800}.ai-size-body{padding:30px}.ai-hint{color:#6b7280;margin-bottom:24px;font-size:.9rem;line-height:1.5}.ai-input-group{margin-bottom:18px}.ai-input-group label{color:#374151;margin-bottom:6px;font-size:.85rem;font-weight:700;display:block}.ai-input-group input{border:2px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:1rem;transition:all .2s}.ai-input-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.ai-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%);border:none;border-radius:14px;width:100%;margin-top:10px;padding:14px;font-size:1rem;font-weight:700;transition:all .2s}.ai-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #1d4ed833}.ai-loading-state{text-align:center;padding:40px 0}.sparkle-container{margin-bottom:24px;display:inline-block;position:relative}.sparkle-anim-main{color:#3b82f6;animation:2s linear infinite rotateSparkle}.sparkle-dot{opacity:0;background:#3b82f6;border-radius:50%;width:6px;height:6px;position:absolute}.s1{animation:1.2s .2s infinite floatSparkle;top:-10px;left:50%}.s2{background:#93c5fd;animation:1.5s .5s infinite floatSparkle;bottom:-5px;right:-10px}.s3{background:#60a5fa;animation:1s .8s infinite floatSparkle;top:20px;left:-15px}@keyframes rotateSparkle{0%{transform:scale(1)rotate(0)}50%{transform:scale(1.2)rotate(180deg)}to{transform:scale(1)rotate(360deg)}}@keyframes floatSparkle{0%{opacity:0;transform:scale(0)translateY(0)}50%{opacity:1;transform:scale(1.5)translateY(-15px)}to{opacity:0;transform:scale(0)translateY(-30px)}}.ai-loading-state h4{color:#111827;margin:0 0 8px;font-size:1.1rem}.ai-loading-state p{color:#6b7280;font-size:.9rem}.ai-result-state{text-align:center}.result-circle{flex-direction:column;align-items:center;gap:12px;margin-bottom:20px;display:flex}.result-size{color:#111827;font-size:3.5rem;font-weight:900;line-height:1;display:block}.ai-result-state h4{color:#22c55e;margin:0 0 10px;font-size:1.5rem}.result-desc{color:#4b5563;margin-bottom:30px;font-size:.95rem}.result-actions{flex-direction:column;gap:10px;display:flex}.ai-apply-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:14px;width:100%;padding:14px;font-weight:700;transition:all .2s}.ai-apply-btn:hover{background:#374151;transform:translateY(-2px)}.ai-retry-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:600;text-decoration:underline}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=480px){.ai-size-overlay{align-items:flex-end;padding:12px}.ai-size-modal{border-radius:20px 20px 0 0;max-height:92vh;overflow-y:auto}.ai-size-body{padding:20px}.result-size{font-size:2.8rem}}.product-detail-page{color:#0f1111;background-color:#fff;padding:2rem 0 5rem;font-family:DM Sans,sans-serif}.breadcrumb{color:#565959;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;display:flex}.breadcrumb a{color:#565959;text-decoration:none}.breadcrumb a:hover{color:#c7511f;text-decoration:underline}.breadcrumb .separator{color:#888}.breadcrumb .current{color:#888;font-weight:500}.product-detail-grid{grid-template-columns:1fr 1fr 280px;align-items:start;gap:2.5rem;display:grid}.product-gallery{gap:1.5rem;display:flex;position:sticky;top:100px}.thumbnail-list{flex-direction:column;gap:.75rem;display:flex}.thumbnail-item{cursor:pointer;border:1px solid #ddd;border-radius:4px;width:44px;height:44px;transition:all .2s;overflow:hidden}.thumbnail-item:hover,.thumbnail-item.active{border-color:#e77600;box-shadow:0 0 3px 2px #e4791180}.thumbnail-item img{object-fit:contain;width:100%;height:100%;padding:2px}.main-image-container{background:#fff;border:1px solid #f1f1f1;border-radius:4px;flex:1;min-width:0;padding:1rem;position:relative}.main-product-image{object-fit:contain;width:100%;height:auto;max-height:550px}.share-btn{cursor:pointer;color:#565959;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.share-btn:hover{background:#f7fafa;border-color:#adb1b8}.product-info-column .store-link{color:#007185;font-size:.82rem;font-weight:500}.product-info-column .store-link:hover{color:#c7511f;text-decoration:underline}.product-full-title{color:#0f1111;overflow-wrap:break-word;word-break:break-word;margin:.25rem 0 .5rem;font-size:1.5rem;font-weight:500;line-height:1.3}.ratings-price-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:.5rem 0 1rem;display:flex}.ratings-mini .stars{background:linear-gradient(135deg,#e63946 0%,#cc0c39 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:700;display:inline-block}.ratings-mini .rating-count{margin-left:.5rem}.price-highlight{align-items:baseline;display:flex}.price-highlight .discount-pct{color:#cc0c39;margin-right:.5rem;font-size:1.5rem;font-weight:300}.price-highlight .curr{font-size:.8rem;font-weight:500;transform:translateY(-5px)}.price-highlight .price-val{font-size:1.5rem;font-weight:600}.deal-badge-row{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.deal-badge{color:#fff;background-color:#cc0c39;border-radius:2px;padding:4px 8px;font-size:.75rem;font-weight:700}.product-selection-area{flex-direction:column;gap:1.25rem;margin:1.5rem 0;display:flex}.selection-label-row{align-items:center;gap:10px;margin-bottom:.5rem;display:flex}.selection-label{color:#0f1111;font-size:.85rem}.size-assist-links{align-items:center;gap:12px;display:flex}.link-divider{color:#e5e7eb;font-size:.8rem}.size-chart-link,.ai-size-link{color:#007185;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:500;text-decoration:underline;transition:color .2s}.ai-size-link{color:#2563eb;font-weight:600}.size-chart-link:hover,.ai-size-link:hover{color:#c7511f}.size-chips,.sleeve-toggle{flex-wrap:wrap;gap:.5rem;display:flex}.size-chip,.sleeve-chip{cursor:pointer;background:#fff;border:1px solid #d5d9d9;border-radius:4px;justify-content:center;align-items:center;min-width:48px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s;display:flex}.size-chip:hover,.sleeve-chip:hover{background:#f7fafa}.size-chip.active,.sleeve-chip.active{background:#f0f7ff;border-color:#1a1a2e;font-weight:700;box-shadow:0 0 0 1px #1a1a2e}.mrp-line{color:#565959;font-size:.85rem}.old-price{text-decoration:line-through}.info-divider{border:0;border-top:1px solid #e7e7e7;margin:1rem 0}.tax-notice{margin-bottom:.5rem;font-size:.85rem}.emi-notice{font-size:.85rem}.blue-link{color:#007185;cursor:pointer}.blue-link:hover{color:#c7511f;text-decoration:underline}.offers-grid{gap:1rem;margin:1.5rem 0;display:flex}.offer-card{border:1px solid #ddd;border-radius:8px;flex:1;padding:1rem;box-shadow:0 4px 10px #00000008}.offer-card h5{margin:0 0 .5rem;font-size:.85rem;font-weight:700}.offer-card p{color:#565959;margin-bottom:.5rem;font-size:.75rem;line-height:1.4}.offer-link{color:#007185;cursor:pointer;font-size:.75rem;font-weight:700}.product-features-box h3{margin:1.5rem 0 1rem;font-size:1rem;font-weight:700}.feature-list{padding-left:1.25rem}.feature-list li{color:#0f1111;margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.product-actions-sidebar{position:sticky;top:100px}.sticky-action-card{border:1px solid #ddd;border-radius:8px;padding:1.25rem}.card-price{margin-bottom:.75rem;font-size:1.75rem;font-weight:500}.delivery-info p{margin-bottom:.75rem;font-size:.85rem;line-height:1.4}.green-text{color:#007600}.location-info{color:#007185;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.75rem;display:flex}.stock-status{color:#007600;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.seller-meta{margin-bottom:1.25rem;font-size:.75rem}.meta-row{justify-content:space-between;margin-bottom:.25rem;display:flex}.meta-row span{color:#565959}.qty-selector{align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.qty-selector label{font-size:.85rem}.qty-selector select{cursor:pointer;background-color:#f0f2f2;border-color:#ddd;border-radius:6px;padding:.25rem .5rem;box-shadow:0 2px 5px #0f111126}.action-buttons{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.btn-add-to-cart{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#1a1a2e;border:none;border-radius:8px;padding:.8rem;font-weight:700;transition:all .3s}.btn-buy-now{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#e63946;border:none;border-radius:8px;padding:.8rem;font-weight:700;transition:all .3s}.btn-add-to-cart:hover{background:#2a2a4e;transform:translateY(-2px);box-shadow:0 4px 12px #1a1a2e33}.btn-buy-now:hover{background:#f44336;transform:translateY(-2px);box-shadow:0 4px 12px #e6394633}.wishlist-btn{cursor:pointer;background:#fff;border:1px solid #d5d9d9;border-radius:8px;width:100%;margin-top:.5rem;padding:.5rem;font-size:.85rem;box-shadow:0 2px 5px #d5d9d980}.wishlist-btn:hover{background:#f7fafa}@media (width<=1024px){.product-detail-grid{grid-template-columns:1fr;gap:1.5rem}.product-actions-sidebar{position:static}}@media (width<=768px){.product-detail-page{padding:1rem 0 3rem}.breadcrumb{margin-bottom:1rem;padding:0 1rem;font-size:.7rem}.product-gallery{flex-direction:column;gap:1rem;position:static}.main-image-container{padding:.5rem}.main-product-image{max-height:400px}.thumbnail-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;justify-content:center;padding:.5rem 0;overflow-x:auto}.thumbnail-list::-webkit-scrollbar{display:none}.product-info-column{padding:0 1.25rem}.product-full-title{font-size:1.3rem}.selection-label-row{flex-direction:column;align-items:flex-start;gap:4px}.size-assist-links{margin-bottom:.5rem}.size-chips,.sleeve-toggle{gap:.4rem}.size-chip,.sleeve-chip{min-width:44px;padding:.45rem .75rem;font-size:.8rem}.offers-grid{flex-direction:column;gap:.75rem}.sticky-action-card{background:#f8fafc;border:none;border-radius:0;margin:1.5rem -1.25rem 0;padding:1.5rem 1.25rem}}.product-not-found{text-align:center;padding:100px 0}.product-not-found h2{margin-bottom:1rem}.back-btn{color:#fff;background:#1a1a2e;border-radius:8px;margin-top:1.5rem;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;display:inline-block}.related-products-section{border-top:1px solid #eee;grid-column:1/-1;margin-top:4rem;padding-top:3rem}.related-products-section .section-title{color:#0f1111;text-align:left;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.related-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=1024px){.related-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.related-grid{grid-template-columns:repeat(2,1fr)}.related-products-section{margin-top:2rem;padding-top:2rem}.related-products-section .section-title{font-size:1.25rem}}@media (width<=480px){.related-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-info-column{padding:0 1rem}.product-full-title{font-size:1.15rem}.ratings-price-row{flex-direction:column;align-items:flex-start;gap:.5rem}.offers-grid{flex-direction:column}.size-chips,.sleeve-toggle{gap:.3rem}.size-chip,.sleeve-chip{min-width:40px;padding:.4rem .6rem;font-size:.78rem}.product-detail-page{padding:.5rem 0 2rem}.sticky-action-card{margin:1rem -1rem 0;padding:1.25rem 1rem}}.video-thumb{cursor:pointer;background:#000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.video-icon-mini{color:#fff;opacity:.8;justify-content:center;align-items:center;display:flex}.video-thumb:hover .video-icon-mini{opacity:1;transform:scale(1.1)}.video-player-frame{aspect-ratio:4/5;background:#000;border-radius:8px;width:100%;overflow:hidden}.video-player-frame iframe{width:100%;height:100%}.cart-page{background-color:#f3f3f3;min-height:100vh;padding:2rem 0 5rem}.cart-container{background:#fff;border-radius:4px;padding:1.5rem}.cart-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.cart-header h1{color:#0f1111;font-size:1.75rem;font-weight:500}.price-label{color:#565959;font-size:.85rem}.empty-cart-message{text-align:center;padding:3rem 0}.empty-cart-message h3{margin-bottom:1rem}.cart-items-list{flex-direction:column;display:flex}.cart-item{border-bottom:1px solid #e7e7e7;gap:1.5rem;padding:1.5rem 0;display:flex}.cart-item-image{flex-shrink:0;width:180px}.cart-item-image img{object-fit:contain;width:100%;height:auto}.cart-item-content{flex:1;justify-content:space-between;min-width:0;display:flex}.item-details{flex:1;min-width:0;max-width:600px}.item-name{color:#007185;cursor:pointer;overflow-wrap:break-word;word-break:break-word;margin-bottom:.25rem;font-size:1.15rem;font-weight:500;line-height:1.3}.item-name:hover{color:#c7511f;text-decoration:underline}.item-stock{color:#007600;margin-bottom:.25rem;font-size:.75rem}.item-delivery{color:#565959;margin-bottom:.5rem;font-size:.75rem}.item-badges{margin-bottom:.5rem}.fulfilled-badge{color:#fff;text-transform:italic;background:#232f3e;border-radius:2px;padding:2px 6px;font-size:.65rem;font-weight:700}.gift-checkbox{cursor:pointer;align-items:center;gap:.35rem;margin-bottom:.75rem;font-size:.75rem;display:flex}.blue-link{color:#007185}.blue-link:hover{color:#c7511f}.item-specs{flex-direction:column;gap:.15rem;margin-bottom:1rem;font-size:.75rem;display:flex}.item-actions-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.quantity-control{background:#f0f2f2;border:1px solid #d5d9d9;border-radius:8px;align-items:center;display:flex;overflow:hidden;box-shadow:0 2px 5px #0f111126}.qty-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem .75rem;font-size:1rem;display:flex}.qty-btn:hover{background:#e7e9ec}.qty-val{text-align:center;border-left:1px solid #d5d9d9;border-right:1px solid #d5d9d9;min-width:30px;padding:0 .5rem;font-size:.85rem;font-weight:500}.action-links{align-items:center;gap:.6rem;font-size:.75rem;display:flex}.text-action-btn{color:#007185;cursor:pointer;background:0 0;border:none;padding:0}.text-action-btn:hover{color:#c7511f;text-decoration:underline}.divider{color:#ddd}.item-price-section{text-align:right;min-width:120px}.discount-tag{color:#fff;background:#cc0c39;border-radius:2px;padding:2px 4px;font-size:.65rem;font-weight:700}.deal-label{color:#cc0c39;margin:.25rem 0;font-size:.75rem;font-weight:700}.current-price{font-size:1.15rem;font-weight:700}.mrp-price{color:#565959;font-size:.75rem}.old-val{text-decoration:line-through}.cart-footer{border-top:1px solid #ddd;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:2rem;display:flex}.btn-buy-now-cart{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#e63946;border:none;border-radius:8px;padding:.8rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 10px #e6394633}.btn-buy-now-cart:hover{background:#f44336;transform:translateY(-2px);box-shadow:0 6px 15px #e639464d}.cart-subtotal{color:#0f1111;font-size:1.15rem}.cart-subtotal strong{font-size:1.25rem}@media (width<=768px){.cart-page{padding:1rem 0 3rem}.cart-container{border-radius:0;padding:1rem}.cart-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.cart-header h1{font-size:1.4rem}.cart-item{align-items:flex-start;gap:1rem;padding:1.25rem 0}.cart-item-image{width:100px}.cart-item-content{flex-direction:column;gap:.75rem}.item-name{margin-bottom:.5rem;font-size:.95rem}.item-actions-row{flex-direction:column;align-items:flex-start;gap:.5rem}.action-links{flex-wrap:wrap;gap:.5rem;width:100%}.quantity-control{transform-origin:0;transform:scale(.9)}.item-price-section{text-align:left;min-width:auto;margin-top:.5rem}.cart-footer{text-align:center;flex-direction:column;align-items:stretch;gap:1.5rem}.btn-buy-now-cart{order:1;width:100%}.cart-subtotal{order:-1}}@media (width<=480px){.cart-item{gap:.75rem}.cart-item-image{flex-shrink:0;width:80px}.item-name{font-size:.88rem}.item-delivery,.item-stock{font-size:.72rem}.action-links{flex-wrap:wrap;gap:.8rem}.action-links .divider{display:none}.current-price,.cart-subtotal{font-size:1rem}.cart-subtotal strong{font-size:1.1rem}}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.share-modal{background:#fff;border-radius:8px;width:100%;max-width:500px;animation:.3s ease-out slideUp;position:relative;box-shadow:0 4px 20px #00000026}.modal-header{justify-content:flex-end;padding:1rem;display:flex}.close-btn{cursor:pointer;color:#565959;background:0 0;border:none;border-radius:50%;padding:5px;transition:background .2s;display:flex}.close-btn:hover{background:#f0f0f0}.modal-body{padding:0 2.5rem 2.5rem}.modal-body h3{color:#0f1111;margin-bottom:2rem;font-size:1.25rem;font-weight:700}.social-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.social-item{color:#0f1111;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;text-decoration:none;transition:transform .2s;display:flex}.social-item:hover{transform:translateY(-3px)}.social-icon-wrapper{border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex}.social-item:hover .social-icon-wrapper{border-color:#adb1b8;box-shadow:0 2px 5px #0000001a}.copy-url-section{background:#fff;border:1px solid #ddd;border-radius:8px;padding:.5rem}.url-input-container{align-items:center;gap:.5rem;display:flex}.url-input-container input{color:#565959;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;outline:none;flex:1;padding:.5rem;font-size:.85rem;overflow:hidden}.copy-btn{cursor:pointer;background:#fff;border:1px solid #d5d9d9;border-radius:20px;min-width:100px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:background .2s;box-shadow:0 2px 5px #d5d9d980}.copy-btn:hover{background:#f7fafa}@media (width<=768px){.share-modal{width:90%}.social-grid{gap:1rem}.social-icon-wrapper{width:44px;height:44px}}.checkout-page{background-color:var(--bg);min-height:84vh;padding:.75rem 0 2rem}.checkout-header-row{justify-content:space-between;align-items:baseline;margin-bottom:1rem;padding:0 .25rem;display:flex}.checkout-page-title{color:var(--primary);margin:0;font-size:1.25rem;font-weight:800}.checkout-type-label{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;opacity:.65;font-size:.72rem;font-weight:700}.checkout-layout{grid-template-columns:1.22fr .78fr;align-items:start;gap:1.5rem;display:grid}.checkout-left{border-right:1px solid #eef0f3;padding-right:1rem}.checkout-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.85rem 1rem}.panel-title{color:var(--primary);letter-spacing:-.2px;align-items:center;gap:.4rem;margin:0 0 .85rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:800;display:flex}.panel-title:after{content:"";background:linear-gradient(90deg,#e2e8f0,#0000);flex:1;height:1px}.streamlined-form{flex-direction:column;gap:.5rem;display:flex}.form-row{flex-direction:column;gap:.25rem;width:100%;display:flex}.form-row.dual{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.form-row.tripartite{grid-template-columns:1fr 1fr 1fr;gap:.5rem;display:grid}.form-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:700}.form-group input,.form-group select{color:var(--primary);background:#fafbfc;border:1px solid #e2e8f0;border-radius:4px;outline:none;height:34px;padding:.36rem .5rem;font-family:DM Sans,sans-serif;font-size:.88rem;transition:border-color .18s,box-shadow .18s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 2px #1a1a2e0f}.form-group textarea{color:var(--primary);resize:none;background:#fafbfc;border:1px solid #e2e8f0;border-radius:4px;outline:none;width:100%;padding:.42rem .5rem;font-family:DM Sans,sans-serif;font-size:.88rem;line-height:1.5;transition:border-color .18s,box-shadow .18s}.phone-group{gap:.4rem;display:flex}.phone-group select{background-color:#f1f3f5;flex-shrink:0;width:76px}.phone-group input{flex:1}.form-terms{margin-top:.4rem;padding:.2rem 0}.checkbox-container{cursor:pointer;color:var(--text-muted);-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;font-family:DM Sans,sans-serif;font-size:.84rem;display:flex}.checkbox-container input[type=checkbox]{cursor:pointer;width:14px;height:14px;accent-color:var(--primary)}.checkbox-locked{opacity:.45;cursor:not-allowed;pointer-events:none}.terms-hint{color:#b45309;background:#fef3c7;border:1px solid #fde68a;border-radius:4px;margin:.3rem 0 0;padding:.25rem .55rem;font-family:DM Sans,sans-serif;font-size:.7rem;display:inline-block}.payment-mode-section{border-top:1px solid #eef0f3;margin-top:.75rem;padding-top:.75rem}.pm-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .6rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:700}.pm-options{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.pm-option{cursor:pointer;background:#fafbfc;border:2px solid #e5e7eb;border-radius:6px;align-items:center;padding:.6rem .75rem;transition:all .2s;display:flex}.pm-option input[type=radio]{display:none}.pm-option.selected{border-color:var(--primary);background:#1a1a2e0a;box-shadow:0 0 0 2px #1a1a2e14}.pm-content{align-items:center;gap:.55rem;width:100%;display:flex}.pm-icon{flex-shrink:0;font-size:1.3rem}.pm-content strong{color:var(--primary);font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:700;display:block}.pm-content small{color:#888;font-family:DM Sans,sans-serif;font-size:.68rem;line-height:1.3;display:block}@media (width<=480px){.pm-options{grid-template-columns:1fr}}.checkout-right{position:sticky;top:1.25rem}.invoice-container{color:#fff;background:#1a1a2e;border-radius:8px;padding:.85rem 1rem;font-family:DM Sans,sans-serif;box-shadow:0 8px 24px #00000024}.invoice-header{text-align:center;letter-spacing:.4px;text-transform:uppercase;border-bottom:1px solid #ffffff1a;margin:0 0 .6rem;padding-bottom:.45rem;font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:800}.invoice-items{max-height:160px;margin-bottom:.6rem;padding-right:.3rem;overflow-y:auto}.invoice-items::-webkit-scrollbar{width:3px}.invoice-items::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:2px}.invoice-item{border-bottom:1px solid #ffffff0f;align-items:center;gap:.55rem;padding:.38rem 0;display:flex}.invoice-item:last-child{border-bottom:none}.item-thumb{background:#ffffff14;border:1px solid #ffffff1f;border-radius:5px;flex-shrink:0;width:40px;height:40px;overflow:hidden}.item-thumb img{object-fit:cover;width:100%;height:100%;display:block}.item-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.item-name{white-space:nowrap;text-overflow:ellipsis;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:700;line-height:1.3;overflow:hidden}.item-variants{color:#ffffff8c;flex-wrap:wrap;gap:.25rem;font-family:DM Sans,sans-serif;font-size:.66rem;display:flex}.item-qty{color:var(--gold);font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:700}.item-price-total{white-space:nowrap;margin-left:auto;padding-left:.4rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:700}.invoice-divider{background:#ffffff1a;height:1px;margin:.4rem 0}.coupon-section{gap:.4rem;margin-bottom:.5rem;display:flex}.coupon-section input{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;border-radius:5px;outline:none;flex:1;height:30px;padding:.32rem .55rem;font-size:.74rem}.coupon-section input::placeholder{color:#ffffff59;font-size:.75rem}.coupon-section button{background:var(--gold);cursor:pointer;white-space:nowrap;border:none;border-radius:5px;padding:0 .85rem;font-size:.75rem;font-weight:700;transition:filter .2s}.coupon-section button:hover{filter:brightness(1.12)}.invoice-totals{flex-direction:column;gap:.32rem;margin-bottom:.65rem;display:flex}.total-row{color:#fffc;justify-content:space-between;font-family:DM Sans,sans-serif;font-size:.8rem;display:flex}.total-row.discount{color:#4ade80}.grand-total{border-top:1px dashed #fff3;margin-top:.4rem;padding-top:.4rem;font-family:DM Sans,sans-serif;font-weight:800;color:#fff!important;font-size:.95rem!important}.btn-direct-merchant{color:#fff;text-transform:uppercase;letter-spacing:.6px;cursor:pointer;background-color:#22c55e;border:none;border-radius:5px;width:100%;padding:.52rem;font-family:DM Sans,sans-serif;font-size:.76rem;font-weight:800;transition:background-color .25s,transform .2s,box-shadow .2s;box-shadow:0 3px 10px #22c55e33}.btn-direct-merchant:hover:not(:disabled){background-color:#16a34a;transform:translateY(-1px);box-shadow:0 6px 16px #22c55e47}.btn-direct-merchant:disabled{box-shadow:none;cursor:not-allowed;opacity:.55;background-color:#4b5563;transform:none}.merchant-note{text-align:center;color:#ffffff59;margin-top:.35rem;font-size:.58rem;line-height:1.4}.checkout-empty{text-align:center;padding:8rem 0}.checkout-empty h2{color:var(--primary);margin-bottom:1.5rem;font-size:1.1rem}.back-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:5px;padding:.6rem 1.5rem;font-size:.82rem;font-weight:600;transition:opacity .2s}.back-btn:hover{opacity:.85}@media (width<=900px){.checkout-layout{flex-direction:column-reverse;gap:1.25rem;display:flex}.checkout-left{border-bottom:1px solid #eef0f3;border-right:none;padding-bottom:1.25rem;padding-right:0}.checkout-right{margin-bottom:.5rem;position:static}.invoice-container{position:static;box-shadow:0 4px 12px #00000014}.form-row.dual,.form-row.tripartite{grid-template-columns:1fr;gap:.75rem}.phone-group{flex-direction:row}}.custom-popup-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out fadeInOverlay;display:flex;position:fixed;inset:0}.custom-popup{text-align:center;background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) popIn;box-shadow:0 10px 40px #0003}.order-confirmed-page{z-index:10000;background:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.confirmed-content{text-align:center;width:100%;max-width:400px;padding:20px}.circle-container{width:120px;height:120px;margin:0 auto 30px;position:relative}.circle-svg{width:100%;height:100%;transform:rotate(-90deg)}.bg-circle{fill:none;stroke:#f3f4f6;stroke-width:8px}.run-circle{fill:none;stroke:#111;stroke-width:8px;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:283px;transition:opacity .3s}.state-loading .run-circle{animation:1.5s linear infinite runCircle}@keyframes runCircle{0%{stroke-dashoffset:283px}50%{stroke-dashoffset:70px;transform:rotate(0)}to{stroke-dashoffset:283px;transform:rotate(360deg)}}.state-success .run-circle{opacity:0}.checkmark-icon{opacity:0;justify-content:center;align-items:center;width:100%;height:100%;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:0;left:0;transform:scale(.5)}.state-success .checkmark-icon{opacity:1;transform:scale(1)}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:2px;stroke-miterlimit:10;stroke:#22c55e;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards stroke}.checkmark-check{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;stroke-width:3px;stroke:#22c55e;stroke-linecap:round;animation:.3s cubic-bezier(.65,0,.45,1) .6s forwards stroke}@keyframes stroke{to{stroke-dashoffset:0}}.status-text-area{transition:all .5s}.status-text-area.hidden{opacity:0;transform:translateY(10px)}.status-text-area.fade-in{opacity:1;transform:translateY(0)}.success-title{color:#111;margin-bottom:10px;font-size:2rem;font-weight:800}.order-ref-text{color:#4b5563;margin-bottom:5px;font-size:1.1rem}.order-ref-text strong{color:#111;background:#f3f4f6;border-radius:4px;padding:2px 8px}.sms-hint{color:#22c55e;margin-bottom:30px;font-size:.95rem;font-weight:600}.success-actions{margin-top:20px}.btn-home{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;padding:14px 40px;font-weight:700;transition:all .2s}.btn-home:hover{background:#333;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.guest-warning-banner{background:#fff9f0;border-left:4px solid #f59e0b;border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 1.5rem;animation:.4s ease-out slideDown;display:flex;box-shadow:0 2px 10px #0000000d}.warning-content{align-items:flex-start;gap:1rem;display:flex}.warning-icon{margin-top:.1rem;font-size:1.5rem}.warning-text strong{color:#92400e;margin-bottom:.2rem;font-family:DM Sans,sans-serif;font-size:1rem;display:block}.warning-text p{color:#b45309;margin:0;font-family:DM Sans,sans-serif;font-size:.88rem;line-height:1.4}.banner-signin-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#f59e0b;border:none;border-radius:6px;padding:.65rem 1.4rem;font-size:.88rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #f59e0b33}.banner-signin-btn:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 6px 16px #f59e0b4d}.saved-address-chips-section{background:#f0f7ff;border:1px solid #dbeafe;border-radius:8px;margin-bottom:1.25rem;padding:.75rem 1rem}.addr-chips-label{color:#64748b;margin:0 0 .6rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:600}.saved-address-chips{flex-wrap:wrap;gap:.5rem;display:flex}.addr-chip{color:#334155;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:20px;align-items:center;gap:.3rem;padding:.35rem .85rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.addr-chip:hover{border-color:var(--primary);color:var(--primary);background:#f8fafc}.addr-chip.chip-selected{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 2px 8px #00000026}.chip-check{font-size:.75rem;font-weight:900}.addr-chip.chip-new{color:#3b82f6;background:0 0;border-style:dashed;border-color:#3b82f6}.addr-chip.chip-new:hover{background:#3b82f60d}.saved-addresses-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.saved-address-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;justify-content:space-between;padding:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.saved-address-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.saved-address-card.selected{border:2px solid var(--primary);background:#1a1a2e05;box-shadow:0 0 0 4px #1a1a2e0d}.saved-address-content strong{color:var(--primary);margin-bottom:.4rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:800;display:block}.saved-address-content p{color:#64748b;margin:.2rem 0;font-family:DM Sans,sans-serif;font-size:.82rem;line-height:1.4}.saved-badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:2px 10px;font-size:.65rem;font-weight:800;position:absolute;top:-10px;left:1rem}.btn-edit-address{color:#3b82f6;cursor:pointer;opacity:.85;background:0 0;border:none;width:fit-content;margin-top:.75rem;padding:0;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700;text-decoration:none;transition:all .2s}.btn-edit-address:hover{opacity:1;text-decoration:underline}.btn-add-new-address{color:#3b82f6;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;width:fit-content;padding:.5rem 0;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-add-new-address:hover{text-decoration:underline}.btn-back-to-saved{color:#3b82f6;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:.5rem 0;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:700;display:flex}.btn-back-to-saved:hover{text-decoration:underline}.plus-icon{margin-top:-1px;font-size:1.2rem}.animate-fade-in{animation:.3s ease-out forwards fadeIn}@media (width<=600px){.saved-addresses-list{grid-template-columns:1fr}}@media (width<=900px){.checkout-page{padding:.5rem .5rem 2rem}.checkout-header-row{flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:1rem}.checkout-page-title{font-size:1.4rem}.guest-warning-banner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.banner-signin-btn{text-align:center;width:100%}.panel-title{font-size:1.1rem}.form-group label{font-size:.75rem}.form-group input,.form-group select{height:44px;font-size:.95rem}.invoice-items{max-height:240px}.pm-options{grid-template-columns:1fr}.btn-direct-merchant{padding:.85rem;font-size:.85rem}.success-title{font-size:1.6rem}.order-ref-text{font-size:.95rem}.btn-home{width:100%;padding:12px 20px}}.terms-page{background-color:#fafafa;min-height:100vh;padding-bottom:5rem}.terms-header{background-color:var(--primary);color:var(--white);text-align:center;margin-bottom:3rem;padding:5rem 0}.terms-header h1{margin-bottom:1rem;font-size:3rem}.terms-header p{opacity:.8;font-size:1.1rem}.terms-content-wrapper{grid-template-columns:250px 1fr;align-items:start;gap:3rem;display:grid}.terms-sidebar{background-color:var(--white);border-radius:8px;padding:1.5rem;position:sticky;top:100px;box-shadow:0 4px 12px #0000000d}.terms-sidebar ul{margin:0;padding:0;list-style:none}.terms-sidebar li{margin-bottom:1rem}.terms-sidebar li:last-child{margin-bottom:0}.terms-sidebar a{color:var(--text-muted);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.terms-sidebar a:hover{color:var(--primary)}.terms-content{background-color:var(--white);border-radius:8px;padding:3rem;font-family:DM Sans,sans-serif;box-shadow:0 4px 12px #0000000d}.terms-content section{margin-bottom:3rem}.terms-content h2{color:var(--primary);margin-bottom:.5rem;font-size:2rem}.updated-date{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem;font-size:.85rem;font-weight:600}.terms-content h3{color:var(--primary);margin-top:2rem;margin-bottom:1rem;font-size:1.25rem}.terms-content p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}.terms-content ul{color:var(--text-muted);margin-bottom:1.5rem;padding-left:1.5rem}.terms-content li{margin-bottom:.5rem;line-height:1.6}.policy-divider{background-color:#eee;border:0;height:1px;margin:3rem 0}@media (width<=968px){.terms-content-wrapper{grid-template-columns:1fr}.terms-sidebar{position:relative;top:0}.terms-header h1{font-size:2.5rem}}@media (width<=640px){.terms-header{padding:3.5rem 1.25rem}.terms-header h1{font-size:2rem}.terms-header p{font-size:1rem}.terms-content{padding:1.5rem 1.25rem}.terms-content h2{font-size:1.6rem}.terms-content h3{font-size:1.1rem}.terms-sidebar{display:none}}.login-page{background-color:#f0f2f5;background-image:radial-gradient(at 0 0,#c7a97026 0,#0000 50%),radial-gradient(at 50% 0,#2f3e6a0d 0,#0000 50%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,sans-serif;display:flex}.login-container{background:#fff;border-radius:28px;width:100%;max-width:1000px;min-height:640px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.login-left{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);flex-direction:column;flex:1.1;justify-content:center;padding:4rem 3.5rem;display:flex;position:relative;overflow:hidden}.login-brand{z-index:2;position:relative}.login-brand-logo{color:#1a1a2e;background:linear-gradient(135deg,#c8a96e,#e8c98d);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:2rem;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 8px 25px #c8a96e4d}.login-brand h1{letter-spacing:-.5px;margin:0 0 .75rem;font-size:2.2rem;font-weight:800}.login-brand p{color:#fff9;margin:0 0 3rem;font-size:1rem;line-height:1.6}.login-perks{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.login-perks li{color:#ffffffe6;align-items:center;gap:1rem;font-size:.95rem;display:flex}.perk-icon{text-align:center;width:24px;font-size:1.2rem}.login-decorative{z-index:1;position:absolute;inset:0}.deco-circle{opacity:.1;background:radial-gradient(circle,#c8a96e,#0000);border-radius:50%;position:absolute}.c3{width:250px;height:250px;top:40%;right:10%}.login-right{background:#fff;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex}.login-card{width:100%;max-width:420px}.login-tabs{background:#f1f3f5;border-radius:14px;margin-bottom:2.5rem;padding:5px;display:flex;position:relative}.login-tabs button{color:#6c757d;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:10px;flex:1;padding:.75rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .3s;position:relative}.login-tabs button.active{color:#1a1a2e}.tab-indicator{background:#fff;border-radius:10px;width:calc(50% - 5px);height:calc(100% - 10px);transition:left .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:5px;box-shadow:0 4px 12px #0000000f}.login-error{color:#e03131;background:#fff5f5;border:1px solid #ffe3e3;border-radius:12px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.85rem 1rem;font-size:.85rem;display:flex}.login-form{flex-direction:column;gap:1.4rem;display:flex}.lf-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.lf-group{flex-direction:column;gap:.5rem;display:flex}.lf-group label{color:#495057;letter-spacing:.2px;font-size:.82rem;font-weight:700}.lf-input-wrap{align-items:center;display:flex;position:relative}.lf-icon{color:#adb5bd;transition:color .2s;position:absolute;left:14px}.lf-input-wrap input{color:#212529;background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;outline:none;width:100%;padding:.85rem 1rem .85rem 2.75rem;font-family:inherit;font-size:.95rem;transition:all .25s}.lf-input-wrap input:focus{background:#fff;border-color:#c8a96e;box-shadow:0 0 0 4px #c8a96e1a}.lf-input-wrap input:focus+.lf-icon{color:#c8a96e}.eye-btn{cursor:pointer;color:#adb5bd;background:0 0;border:none;align-items:center;padding:4px;display:flex;position:absolute;right:12px}.login-submit-btn{color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.login-submit-btn:hover:not(:disabled){background:#0f3460;transform:translateY(-2px);box-shadow:0 10px 20px #1a1a2e33}.login-submit-btn:disabled{opacity:.6}@media (width<=992px){.login-container{max-width:800px}.login-left{padding:3rem 2.5rem}}@media (width<=768px){.login-page{padding:1rem}.login-container{border-radius:20px;flex-direction:column;min-height:auto}.login-left{text-align:center;padding:3rem 1.5rem}.login-brand{flex-direction:column;align-items:center;display:flex}.login-brand-logo{margin-bottom:1.5rem}.login-brand h1{font-size:1.8rem}.login-brand p{margin-bottom:0}.login-perks{display:none}.login-right{padding:2.5rem 1.5rem}.lf-row{grid-template-columns:1fr;gap:1rem}.login-tabs{margin-bottom:1.5rem}}.oh-loading{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.oh-spinner{border:3px solid #f0ede8;border-top-color:#c8a96e;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.oh-error{color:#888;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;padding:2rem;display:flex}.oh-error h2{color:#333;margin:0;font-size:1.3rem}.oh-error p{margin:0;font-size:.9rem}.order-history-page{background:#f8f7f4;min-height:80vh;padding:2.5rem 0 4rem}.oh-container{max-width:860px;margin:0 auto;padding:0 1.5rem}.oh-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.oh-title-wrap{align-items:center;gap:1rem;display:flex}.oh-title-icon{color:#c8a96e}.oh-title-wrap h1{color:#1a1a2e;margin:0;font-size:1.6rem;font-weight:700}.oh-title-wrap p{color:#888;margin:0;font-size:.88rem}.oh-track-btn{color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.oh-track-btn:hover{background:#c8a96e;transform:translateY(-1px)}.oh-empty{text-align:center;background:#fff;border-radius:20px;padding:5rem 2rem}.oh-empty-icon{margin-bottom:1rem;font-size:4rem}.oh-empty h2{color:#1a1a2e;margin:0 0 .5rem}.oh-empty p{color:#888;margin:0 0 1.5rem}.oh-shop-btn{color:#1a1a2e;cursor:pointer;background:linear-gradient(135deg,#c8a96e,#e8c98d);border:none;border-radius:8px;padding:.75rem 2rem;font-family:inherit;font-weight:700;transition:all .2s}.oh-shop-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c8a96e66}.oh-orders-list{flex-direction:column;gap:1rem;display:flex}.oh-order-card{background:#fff;border:1.5px solid #e8e4dc;border-radius:16px;transition:box-shadow .2s;overflow:hidden}.oh-order-card.expanded{border-color:#c8a96e;box-shadow:0 4px 24px #00000014}.oh-order-header{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.3rem;display:flex}.oh-order-header:hover{background:#faf9f7}.oh-order-meta{flex-direction:column;gap:.25rem;display:flex}.oh-order-ref{color:#1a1a2e;font-family:monospace;font-size:.95rem;font-weight:700}.oh-order-date{color:#999;align-items:center;gap:.3rem;font-size:.8rem;display:flex}.oh-order-badges{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.oh-badge{border-radius:50px;align-items:center;gap:.3rem;padding:.3rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.oh-pay-badge{font-size:.78rem;font-weight:600}.oh-amount{color:#1a1a2e;font-size:1rem;font-weight:700}.oh-expand-btn{cursor:pointer;color:#999;background:0 0;border:none;padding:4px;display:flex}.oh-order-body{border-top:1px solid #f0ece6;padding:0 1.3rem 1.3rem}.oh-awb-row{color:#444;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:.5rem;margin:.9rem 0;padding:.6rem 1rem;font-size:.85rem;display:flex}.oh-track-awb{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;margin-left:auto;padding:.3rem .75rem;font-family:inherit;font-size:.78rem;font-weight:600}.oh-items-list{margin-top:1rem}.oh-items-list h4{color:#888;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.82rem;font-weight:700}.oh-item-row{border-bottom:1px solid #f5f3ef;align-items:center;gap:1rem;padding:.6rem 0;display:flex}.oh-item-row:last-child{border-bottom:none}.oh-item-info{flex:1}.oh-item-name{color:#1a1a2e;font-size:.88rem;font-weight:600;display:block}.oh-item-opts{color:#999;margin-top:2px;font-size:.78rem;display:block}.oh-item-qty{color:#888;text-align:center;min-width:30px;font-size:.85rem}.oh-item-price{color:#1a1a2e;text-align:right;min-width:80px;font-size:.9rem;font-weight:700}.oh-order-total-row{color:#fff;background:#1a1a2e;border-radius:10px;justify-content:space-between;align-items:center;margin-top:.75rem;padding:.8rem 1rem;font-size:.9rem;font-weight:600;display:flex}.oh-total-val{color:#c8a96e;font-size:1.1rem;font-weight:800}.oh-order-actions{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.oh-action-btn{color:#444;cursor:pointer;background:#f7f4ef;border:1.5px solid #e5e0d8;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.oh-action-btn:hover{color:#fff;background:#1a1a2e;border-color:#1a1a2e}@media (width<=600px){.order-history-page{padding:1.5rem 0 3rem}.oh-container{padding:0 1rem}.oh-header{flex-direction:column;align-items:flex-start;gap:1rem}.oh-track-btn{justify-content:center;width:100%}.oh-title-wrap h1{font-size:1.4rem}.oh-order-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem 1rem;position:relative}.oh-order-badges{justify-content:space-between;gap:.5rem;width:100%}.oh-amount{text-align:right;width:100%;margin-top:.25rem;font-size:1.15rem}.oh-expand-btn{position:absolute;top:1.25rem;right:1rem}.oh-item-row{flex-direction:column;align-items:flex-start;gap:.75rem}.oh-item-price{text-align:left;width:auto}.oh-awb-row{flex-direction:column;align-items:flex-start;gap:.75rem}.oh-track-awb{text-align:center;width:100%;margin-left:0}.oh-order-actions{flex-direction:column}.oh-action-btn{justify-content:center;width:100%}.oh-item-row img{object-fit:cover;border-radius:6px;flex-shrink:0;max-width:56px;height:56px}}.track-page{background:#f8f7f4;min-height:100vh}.track-hero{text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);padding:4rem 1.5rem 5.5rem;position:relative;overflow:hidden}.track-hero-content{z-index:2;max-width:640px;margin:0 auto;position:relative}.track-hero-icon{color:#1a1a2e;background:linear-gradient(135deg,#c8a96e,#e8c98d);border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex;box-shadow:0 8px 32px #c8a96e59}.track-hero h1{color:#fff;margin:0 0 .6rem;font-size:2.2rem;font-weight:800}.track-hero p{color:#fff9;margin:0 0 2rem;font-size:1rem}.track-search-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;gap:.85rem;padding:1.25rem;display:flex}.track-type-tabs{gap:.5rem;display:flex}.track-type-tabs button{color:#fff9;cursor:pointer;background:0 0;border:1.5px solid #fff3;border-radius:8px;flex:1;padding:.5rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.track-type-tabs button.active{color:#1a1a2e;background:#c8a96e;border-color:#c8a96e}.track-input-row{gap:.75rem;display:flex}.track-input-wrap{flex:1;position:relative}.track-search-icon{color:#aaa;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.track-input-wrap input{color:#fff;background:#ffffff1a;border:1.5px solid #ffffff26;border-radius:10px;outline:none;width:100%;padding:.85rem 1rem .85rem 2.5rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.track-input-wrap input::placeholder{color:#ffffff59}.track-input-wrap input:focus{border-color:#c8a96e}.track-btn{color:#1a1a2e;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#c8a96e,#e8c98d);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:800;transition:all .2s;display:flex}.track-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #c8a96e66}.track-btn:disabled{opacity:.6;cursor:not-allowed}.track-spin{border:2px solid #1a1a2e40;border-top-color:#1a1a2e;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}.track-hero-deco{z-index:1;position:absolute;inset:0}.th-circle{background:radial-gradient(circle,#c8a96e26,#0000);border-radius:50%;position:absolute}.c1{width:500px;height:500px;top:-150px;right:-100px}.c2{width:300px;height:300px;bottom:-100px;left:-50px}.track-body{z-index:3;max-width:800px;margin:-2.5rem auto 4rem;padding:0 1.5rem;position:relative}.track-error{color:#c33;background:#fff0f0;border:1.5px solid #ffc5c5;border-radius:14px;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.track-error strong{margin-bottom:.2rem;font-size:.95rem;display:block}.track-error p{margin:0;font-size:.85rem}.track-result{flex-direction:column;gap:1.25rem;display:flex}.track-summary-card{background:#fff;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 4px 24px #00000014}.tsc-row{flex-wrap:wrap;gap:1.5rem;display:flex}.tsc-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .25rem;font-size:.75rem;font-weight:600}.tsc-val{color:#1a1a2e;margin:0;font-size:.95rem;font-weight:700}.mono{font-family:Courier New,monospace}.tsc-refresh{color:#555;cursor:pointer;white-space:nowrap;background:#f7f4ef;border:1.5px solid #e5e0d8;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.tsc-refresh:hover{color:#fff;background:#1a1a2e;border-color:#1a1a2e}.track-stepper-wrap{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 4px 24px #00000012}.track-stepper-wrap h3{color:#1a1a2e;margin:0 0 2rem;font-size:1rem;font-weight:700}.track-stepper{justify-content:space-between;align-items:flex-start;gap:0;display:flex}.step-node{text-align:center;flex-direction:column;flex:none;align-items:center;gap:.5rem;width:80px;display:flex}.step-circle{background:#f0ede8;border:2.5px solid #e0dbd3;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .4s;display:flex;position:relative}.step-node.done .step-circle{background:#ecfdf5;border-color:#34d399}.step-node.active .step-circle{background:linear-gradient(135deg,#c8a96e20,#e8c98d30);border-color:#c8a96e;box-shadow:0 0 0 6px #c8a96e26}.step-icon{font-size:1.3rem}.step-label{color:#aaa;font-size:.72rem;font-weight:600;line-height:1.2}.step-node.done .step-label{color:#10b981}.step-node.active .step-label{color:#c8a96e}.step-pulse{opacity:.5;border:2px solid #c8a96e;border-radius:50%;animation:1.5s ease-in-out infinite pulse;position:absolute;inset:-4px}.step-line{background:#e0dbd3;flex:1;height:2.5px;margin-top:24px;transition:background .4s}.step-line.done{background:linear-gradient(90deg,#34d399,#10b981)}.track-timeline{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 4px 24px #00000012}.track-timeline h3{color:#1a1a2e;margin:0 0 1.5rem;font-size:1rem;font-weight:700}.timeline{flex-direction:column;gap:0;display:flex}.tl-item{gap:1rem;padding-bottom:1.25rem;display:flex;position:relative}.tl-item:before{content:"";background:#f0ece6;width:2px;position:absolute;top:18px;bottom:0;left:7px}.tl-item:last-child{padding-bottom:0}.tl-item:last-child:before{display:none}.tl-dot{background:#e0dbd3;border:2px solid #c8c4bc;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:2px}.tl-item.latest .tl-dot{background:#c8a96e;border-color:#c8a96e;box-shadow:0 0 0 4px #c8a96e33}.tl-content{flex:1}.tl-event{color:#1a1a2e;margin:0 0 .25rem;font-size:.9rem;font-weight:600}.tl-loc,.tl-time{color:#999;align-items:center;gap:.3rem;margin:0 0 .15rem;font-size:.78rem;display:flex}.track-live-card{background:#fff;border:2px solid #fca5a5;border-radius:18px;padding:1.5rem;box-shadow:0 4px 24px #0000000f}.tlc-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.tlc-live-badge{color:#dc2626;letter-spacing:.5px;background:#fee2e2;border-radius:50px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.tlc-header h3{color:#1a1a2e;margin:0;font-size:.95rem;font-weight:700}.tlc-body{flex-direction:column;gap:.6rem;display:flex}.tlc-body>div,.tlc-scans{gap:.75rem;font-size:.88rem;display:flex}.tlc-body span{color:#999;min-width:70px;font-weight:500}.tlc-body strong{color:#1a1a2e;font-weight:700}.track-cancelled,.track-placeholder{text-align:center;background:#fff;border-radius:20px;padding:4rem 2rem;box-shadow:0 4px 24px #00000012}.track-cancelled span{font-size:3.5rem}.track-cancelled h2,.track-placeholder h2{color:#1a1a2e;margin:.75rem 0 .5rem}.track-cancelled p,.track-placeholder p{color:#888;margin:0;font-size:.9rem}.tp-icon{color:#c8a96e;opacity:.5;justify-content:center;margin-bottom:1rem;display:flex}@media (width<=600px){.track-hero h1{font-size:1.8rem}.track-hero p{font-size:.9rem}.track-search-bar{padding:1rem}.track-input-row{flex-direction:column}.track-btn{justify-content:center;width:100%}.track-body{margin-top:-1.5rem;padding:0 1rem}.track-summary-card{padding:1.25rem}.tsc-row{gap:1rem}.tsc-label{font-size:.7rem}.tsc-val{font-size:.88rem}.tsc-refresh{justify-content:center;width:100%}.track-stepper-wrap{padding:1.5rem 1rem}.track-stepper{flex-direction:column;align-items:flex-start;gap:1.5rem;padding-left:1rem;position:relative}.step-node{text-align:left;flex-direction:row;gap:1.25rem;width:100%}.step-circle{flex-shrink:0;width:36px;height:36px}.step-icon{font-size:1rem}.step-label{font-size:.85rem}.step-line{z-index:0;background:#e0dbd3;width:2px;height:calc(100% - 36px);margin-top:36px;position:absolute;left:17px}.step-node{z-index:1;position:relative}.track-type-tabs button{padding:.45rem .25rem;font-size:.78rem}.track-hero{padding:3rem 1.25rem 4.5rem}}@media (width<=380px){.tsc-row{flex-direction:column;gap:.75rem}.track-summary-card{flex-direction:column}.tsc-refresh{justify-content:center;width:100%}}.category-page{background-color:#f8f9fa;min-height:100vh;font-family:DM Sans,sans-serif}.category-hero{color:#fff;padding:6rem 2rem 5rem;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:1280px;margin:0 auto;position:relative}.category-breadcrumb{opacity:.8;align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.category-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .2s}.category-breadcrumb a:hover{opacity:1;text-decoration:underline}.category-breadcrumb .sep{opacity:.5}.category-title{letter-spacing:-1px;align-items:center;gap:1.5rem;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:800;display:flex}.item-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:0;background:#ffffff26;border:1px solid #fff3;border-radius:100px;padding:.4rem 1rem;font-size:.9rem;font-weight:600}.category-description{opacity:.9;max-width:600px;font-size:1.1rem;font-weight:400;line-height:1.6}.hero-decoration{aspect-ratio:1;z-index:1;opacity:.15;width:40%;position:absolute;top:-10%;right:-5%}.hero-decoration .circle{filter:blur(80px);border-radius:50%;width:100%;height:100%}.category-products-section{z-index:5;margin-top:-2rem;padding:4rem 2rem;position:relative}.category-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.empty-category{text-align:center;background:#fff;border-radius:24px;padding:8rem 0;box-shadow:0 4px 20px #00000008}.empty-illustration{color:#d1d5db;margin-bottom:1.5rem}.empty-category h3{color:#1a1a2e;margin-bottom:.75rem;font-size:1.8rem}.empty-category p{color:#6b7280;margin-bottom:2rem;font-size:1.05rem}.explore-all-btn{color:#fff;background-color:#1a1a2e;border-radius:12px;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.explore-all-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1a1a2e33}.category-trust-bar{background:#fff;border-top:1px solid #edf2f7;padding:4rem 2rem}.trust-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1280px;margin:0 auto;display:grid}.trust-item{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.trust-icon{font-size:2rem}.trust-item p{color:#1a1a2e;text-transform:uppercase;letter-spacing:.5px;font-size:.95rem;font-weight:700}.category-error-state{text-align:center;padding:10rem 2rem}.back-btn{color:#e63946;border-bottom:2px solid #0000;margin-top:2rem;font-weight:700;text-decoration:none;display:inline-block}.back-btn:hover{border-bottom-color:#e63946}@media (width<=1200px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.category-hero{padding:3.5rem 1.25rem 2.5rem}.category-title{flex-direction:column;align-items:flex-start;gap:.5rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.trust-grid{grid-template-columns:repeat(2,1fr)}.category-products-section{padding:2rem 1.25rem}.category-trust-bar{padding:2.5rem 1.25rem}}@media (width<=480px){.category-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.category-title{font-size:2rem}.trust-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.trust-item p{font-size:.82rem}.category-hero{padding:3rem 1.25rem 2rem}}.admin-layout{background:#f0ede8;min-height:100vh;font-family:Inter,DM Sans,sans-serif;display:flex}.admin-sidebar{z-index:500;background:linear-gradient(#1a1a2e 0%,#16213e 60%,#0f3460 100%);flex-direction:column;width:240px;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.admin-layout.sidebar-closed .admin-sidebar{width:64px}.sidebar-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;min-height:64px;padding:1.25rem 1rem;display:flex}.sidebar-brand{white-space:nowrap;align-items:center;gap:.75rem;display:flex;overflow:hidden}.sidebar-brand span{color:#ffffffe6;font-size:.9rem;font-weight:700}.sidebar-logo{color:#1a1a2e;background:linear-gradient(135deg,#c8a96e,#e8c98d);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:900;display:flex}.sidebar-toggle{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:none;border-radius:6px;flex-shrink:0;align-items:center;padding:6px;transition:background .2s;display:flex}.sidebar-toggle:hover{background:#ffffff26}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .5rem;display:flex;overflow-y:auto}.sidebar-item{color:#ffffff8c;white-space:nowrap;border-radius:10px;align-items:center;gap:.75rem;padding:.7rem .85rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.sidebar-item:hover{color:#ffffffe6;background:#ffffff14}.sidebar-item.active{color:#c8a96e;background:linear-gradient(135deg,#c8a96e33,#c8a96e1a);border:1px solid #c8a96e40}.si-arrow{opacity:.4;margin-left:auto}.sidebar-item.active .si-arrow{opacity:1}.sidebar-footer{border-top:1px solid #ffffff14;flex-direction:column;gap:.5rem;padding:.75rem .5rem;display:flex}.sidebar-user{align-items:center;gap:.65rem;padding:.5rem .85rem;display:flex;overflow:hidden}.su-avatar{color:#1a1a2e;background:linear-gradient(135deg,#c8a96e,#e8c98d);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;display:flex}.su-name{color:#fff;white-space:nowrap;margin:0;font-size:.82rem;font-weight:700}.su-role{color:#fff6;margin:0;font-size:.72rem}.sidebar-logout{color:#f87171;cursor:pointer;white-space:nowrap;background:#ef44441a;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.65rem .85rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;overflow:hidden}.sidebar-logout:hover{color:#ff6b6b;background:#ef444433}.admin-main{flex-direction:column;flex:1;min-height:100vh;margin-left:240px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex}.admin-layout.sidebar-closed .admin-main{margin-left:64px}.admin-topbar{z-index:400;background:#fff;border-bottom:1px solid #e8e4dc;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #0000000a}.topbar-right{align-items:center;gap:.5rem;display:flex}.topbar-icon-btn{cursor:pointer;color:#555;background:#f7f4ef;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:flex;position:relative}.topbar-icon-btn:hover{background:#ede9e0}.mobile-menu-btn{cursor:pointer;color:#444;background:0 0;border:none;display:none}.notif-wrap{position:relative}.notif-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.notif-dropdown{z-index:600;background:#fff;border:1px solid #0000000f;border-radius:14px;width:320px;animation:.2s dropIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 40px #00000021}.nd-header{border-bottom:1px solid #f0ece6;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.nd-header p{color:#1a1a2e;margin:0;font-size:.9rem;font-weight:700}.nd-header span{color:#f59e0b;font-size:.75rem;font-weight:600}.nd-empty{text-align:center;color:#aaa;margin:0;padding:1.5rem;font-size:.85rem}.nd-item{border-bottom:1px solid #f5f3ef;align-items:flex-start;gap:.75rem;padding:.8rem 1rem;transition:background .15s;display:flex}.nd-item:hover{background:#faf9f7}.nd-item.unread{background:#fffbeb}.nd-icon{flex-shrink:0;margin-top:2px;font-size:1.2rem}.nd-msg{color:#1a1a2e;margin:0 0 2px;font-size:.82rem;font-weight:600;line-height:1.4}.nd-time{color:#aaa;margin:0;font-size:.72rem}.admin-content{flex:1;padding:2rem;overflow-x:hidden}.admin-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.aph-title h1{color:#1a1a2e;margin:0;font-size:1.5rem;font-weight:800}.aph-title p{color:#888;margin:.2rem 0 0;font-size:.85rem}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.stat-card{background:#fff;border:1px solid #0000000a;border-radius:16px;padding:1.4rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000d}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000014}.stat-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.85rem;font-size:1.3rem;display:flex}.stat-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .3rem;font-size:.78rem;font-weight:600}.stat-value{color:#1a1a2e;margin:0;font-size:1.8rem;font-weight:800}.stat-sub{color:#10b981;margin-top:.3rem;font-size:.78rem;font-weight:600}.admin-table-card{background:#fff;border:1px solid #0000000a;border-radius:18px;overflow:hidden;box-shadow:0 2px 16px #0000000d}.atc-header{border-bottom:1px solid #f0ece6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.atc-title{color:#1a1a2e;margin:0;font-size:1rem;font-weight:700}.atc-controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.admin-search-input{border:1.5px solid #e8e4dc;border-radius:8px;outline:none;min-width:200px;padding:.55rem .9rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.admin-search-input:focus{border-color:#c8a96e}.admin-select{cursor:pointer;background:#fff;border:1.5px solid #e8e4dc;border-radius:8px;outline:none;padding:.55rem .8rem;font-family:inherit;font-size:.85rem}.admin-table{border-collapse:collapse;width:100%}.admin-table th{color:#888;text-transform:uppercase;letter-spacing:.5px;text-align:left;background:#faf9f7;border-bottom:1px solid #f0ece6;padding:.85rem 1.25rem;font-size:.75rem;font-weight:700}.admin-table td{color:#333;vertical-align:middle;border-bottom:1px solid #f7f4ef;padding:.95rem 1.25rem;font-size:.87rem}.admin-table tr:hover td{background:#faf9f7}.admin-table tr:last-child td{border-bottom:none}.status-badge{white-space:nowrap;border-radius:50px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.admin-btn{cursor:pointer;border:1.5px solid;border-radius:7px;padding:.45rem .9rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.admin-btn-primary{color:#fff;background:#1a1a2e;border-color:#1a1a2e}.admin-btn-primary:hover{background:#0f3460}.admin-btn-ghost{color:#555;background:0 0;border-color:#e5e0d8}.admin-btn-ghost:hover{color:#1a1a2e;background:#f7f4ef}@media (width<=768px){.admin-sidebar{width:280px;transform:translate(-100%)}.admin-layout.sidebar-open .admin-sidebar{transform:translate(0)}.admin-main{margin-left:0!important}.mobile-menu-btn{display:flex}.admin-content{padding:1.25rem}.admin-topbar{justify-content:space-between;padding:0 1rem}.aph-title h1{font-size:1.25rem}.admin-stats-grid{grid-template-columns:1fr}.atc-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-search-input{width:100%}.admin-table-card{overflow-x:auto}.admin-table{min-width:600px}.admin-table-card{border-radius:0;width:calc(100% + 2.5rem);margin:0 -1.25rem}.atc-header{padding:1.25rem}.admin-table thead{display:none}.admin-table,.admin-table tbody,.admin-table tr,.admin-table td{display:block;width:100%!important}.admin-table tr{background:#fff;border:1.5px solid #e8e4dc;border-radius:12px;margin-bottom:1.25rem;padding:.5rem 0;box-shadow:0 4px 12px #00000008}.admin-table td{text-align:right;font-size:.88rem;border:none!important;justify-content:space-between!important;align-items:center!important;padding:.85rem 1.25rem!important;display:flex!important}.admin-table td:before{content:attr(data-label);color:#888;text-transform:uppercase;text-align:left;flex:1;margin-right:1rem;font-size:.7rem;font-weight:700}.admin-table td[data-label=Actions],.admin-table td[data-label=Action]{margin-top:.5rem;border-top:1.5px solid #f0ece6!important;justify-content:center!important;padding-top:1.25rem!important}.detail-row td{padding:0!important}.detail-row td:before{display:none!important}.admin-sidebar-backdrop{z-index:499;background:#00000073;animation:.2s fadeIn;position:fixed;inset:0}}@media (width<=480px){.admin-content{padding:1rem}.stat-value{font-size:1.5rem}.aph-title h1{font-size:1.1rem}.admin-stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.notif-dropdown{width:calc(100vw - 2rem);right:-1rem}}.admin-loading{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;display:flex}.al-spinner{border:3px solid #f0ede8;border-top-color:#c8a96e;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.spin-icon{animation:.8s linear infinite spin}.pending-val{font-size:1.8rem;font-weight:800}.order-ref-code{color:#1a1a2e;background:#f7f4ef;border-radius:5px;padding:2px 8px;font-family:Courier New,monospace;font-size:.82rem;font-weight:700}.week-chart{align-items:flex-end;gap:.75rem;height:160px;padding:0 .5rem;display:flex}.wc-col{flex-direction:column;flex:1;align-items:center;gap:.3rem;height:100%;display:flex}.wc-val{color:#888;text-align:center;white-space:nowrap;font-size:.68rem;font-weight:600}.wc-bar-wrap{background:#f7f4ef;border-radius:6px;flex:1;align-items:flex-end;width:100%;display:flex;overflow:hidden}.wc-bar{background:linear-gradient(#c8a96e,#e8c98d);border-radius:6px;width:100%;min-height:4px;transition:height .5s;position:relative}.wc-bar:after{content:"";background:#ffffff40;border-radius:6px 6px 0 0;height:40%;position:absolute;top:0;left:0;right:0}.wc-orders{color:#aaa;font-size:.7rem}.wc-date{color:#555;font-size:.72rem;font-weight:600}.today-card{position:relative}.today-card:after{content:"LIVE";color:#10b981;letter-spacing:.5px;background:#ecfdf5;border-radius:50px;padding:2px 6px;font-size:.6rem;font-weight:800;position:absolute;top:1rem;right:1rem}.admin-reports-card{background:#fff;border:1px solid #eef0f3;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 4px 15px #00000005}.reports-header{border-bottom:1px dashed #e2e8f0;margin-bottom:1.2rem;padding-bottom:1rem}.reports-title-wrap{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.reports-title-wrap h3{color:#1a1a2e;margin:0;font-size:1.05rem;font-weight:800}.reports-header p{color:#64748b;margin:0;font-size:.8rem}.reports-toolbar{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.rt-group{flex-direction:column;gap:.35rem;display:flex}.rt-group label{color:#475569;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.rt-select,.rt-input{background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;outline:none;min-width:150px;height:38px;padding:.5rem .75rem;font-family:inherit;font-size:.85rem}.rt-select:focus,.rt-input:focus{border-color:#c8a96e;box-shadow:0 0 0 2px #c8a96e26}.rt-action{margin-left:auto}.rt-download-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;align-items:center;gap:.5rem;height:38px;padding:0 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}@media (width<=768px){.week-chart{gap:.4rem;height:120px}.wc-date{font-size:.6rem}.reports-toolbar{flex-direction:column;align-items:stretch}.rt-action{margin-top:1rem;margin-left:0}.rt-download-btn{justify-content:center;width:100%}}.expanded-row td{background:#faf9f7}.detail-row td{background:#f8f7f4;padding:0!important}.order-detail-panel{border-top:2px solid #c8a96e40;padding:1.5rem;animation:.2s slideDown}.odp-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.odp-section h4{color:#888;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.8rem;font-weight:700}.odp-section p{color:#444;margin:0 0 .2rem;font-size:.85rem}.odp-item{border-bottom:1px solid #f0ece6;align-items:center;gap:.75rem;padding:.4rem 0;font-size:.83rem;display:flex}.odp-item span:first-child{color:#333;flex:1}.odp-item span:nth-child(2){color:#999}.odp-item strong{color:#1a1a2e;text-align:right;min-width:70px;font-weight:700}.odp-actions{flex-direction:column;gap:.75rem;display:flex}.odp-action-row{flex-direction:column;gap:.35rem;display:flex}.odp-action-row label{color:#888;align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;display:flex}.awb-input-row{align-items:center;gap:.5rem;display:flex}.item-count-badge{color:#555;background:#f0ede8;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.78rem;font-weight:700;display:inline-flex}.admin-pagination{color:#888;border-top:1px solid #f0ece6;justify-content:center;align-items:center;gap:1rem;padding:1rem;font-size:.85rem;display:flex}@media (width<=768px){.order-detail-panel{padding:1rem}.odp-grid{grid-template-columns:1fr;gap:1rem}.awb-input-row{flex-direction:column}.awb-input-row input,.awb-input-row button{width:100%}.admin-pagination{flex-wrap:wrap;gap:.5rem;padding:.75rem}}.odp-items-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.odp-items-list{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.odp-item-rich{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:12px;padding-bottom:.75rem;display:flex}.odp-item-rich:last-child{border-bottom:none;padding-bottom:0}.odp-item-thumb{object-fit:cover;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;width:48px;height:48px}.odp-item-thumb-ph{color:#9ca3af;background:#f3f4f6;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:10px;display:flex}.odp-item-info{flex-direction:column;flex:1;gap:4px;display:flex}.odp-item-name{color:#111827;font-size:.85rem;font-weight:600;line-height:1.2}.odp-variant-chips{flex-wrap:wrap;gap:4px;display:flex}.odp-variant-chip{text-transform:capitalize;border-radius:12px;padding:2px 8px;font-size:.68rem}.odp-variant-chip strong{font-weight:700}.odp-no-variants{color:#9ca3af;font-size:.7rem;font-style:italic}.odp-item-qty{color:#6b7280;margin-top:2px;font-size:.75rem}.odp-item-price{color:#111827;white-space:nowrap;font-size:.9rem}.odp-totals{border-top:1px dashed #d1d5db;flex-direction:column;gap:6px;padding-top:.75rem;display:flex}.odp-total-row{color:#4b5563;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.odp-total-row strong{color:#111827}.odp-grand-total{color:#111827;border-top:1px solid #e5e7eb;margin-top:4px;padding-top:6px;font-size:.95rem;font-weight:700}.cust-avatar{color:#1a1a2e;background:linear-gradient(135deg,#e8e4dc,#d4cfc6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.95rem;font-weight:800;display:flex}.customer-detail-panel{border-top:2px solid #c8a96e40;padding:1.5rem;animation:.2s slideDown}.cdp-header{background:linear-gradient(135deg,#1a1a2e,#0f3460);border-radius:12px;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem;display:flex}.cdp-avatar{color:#1a1a2e;background:linear-gradient(135deg,#c8a96e,#e8c98d);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.3rem;font-weight:900;display:flex}.cdp-name{color:#fff;margin:0 0 .2rem;font-size:1rem;font-weight:700}.cdp-meta{color:#ffffff80;margin:0;font-size:.8rem}.cdp-orders-title{color:#888;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.82rem;font-weight:700}.shipment-card{border-bottom:1px solid #f0ece6;transition:background .15s}.shipment-card:hover{background:#faf9f7}.shipment-card:last-child{border-bottom:none}.sc-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;display:flex}.sc-meta{align-items:center;gap:1rem;display:flex}.sc-icon{font-size:1.8rem}.sc-right{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.sc-awb{text-align:right}.sc-live-data{background:#fafaf8;border-top:1px solid #f0ece6;padding:.75rem 1.5rem 1.25rem 4.5rem}.sld-content{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.sld-item{flex-direction:column;gap:.15rem;display:flex}.sld-item span{color:#999;text-transform:uppercase;letter-spacing:.3px;font-size:.72rem;font-weight:600}.sld-item strong{color:#1a1a2e;font-size:.88rem;font-weight:700}@media (width<=768px){.sc-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.sc-right{justify-content:space-between;width:100%}.sc-awb{text-align:left}.sc-live-data{padding:.75rem 1rem 1.25rem}.customer-detail-panel{padding:1rem}.cdp-header{gap:.75rem}}.shipment-live-dot{background:#10b981;border-radius:50%;width:8px;height:8px;margin-right:5px;animation:1.5s ease-in-out infinite livePulse;display:inline-block}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.tracking-empty{text-align:center;color:#aaa;padding:4rem 2rem}.tracking-empty h3{color:#555;margin:1rem 0 .5rem;font-size:1.1rem}.tracking-empty p{margin:0;font-size:.88rem}.admin-products{padding:0}.ap-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.ap-header h2{color:#111827;font-size:1.5rem}.ap-add-btn{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-weight:500;transition:all .2s;display:flex}.ap-add-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.ap-toolbar{margin-bottom:20px}.ap-search{max-width:400px;position:relative}.ap-search svg{color:#9ca3af;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.ap-search input{border:1px solid #e5e7eb;border-radius:6px;width:100%;padding:10px 12px 10px 38px;font-size:.95rem}.ap-table-container{background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 1px 3px #0000001a}.ap-table{border-collapse:collapse;width:100%}.ap-table th,.ap-table td{text-align:left;border-bottom:1px solid #f3f4f6;padding:14px 20px}.ap-table th{text-transform:uppercase;color:#6b7280;background-color:#f9fafb;font-size:.85rem;font-weight:600}.ap-table td{color:#4b5563;vertical-align:middle;font-size:.95rem}.ap-thumb{object-fit:cover;border-radius:6px;width:40px;height:40px}.ap-thumb-ph{color:#9ca3af;background:#f3f4f6;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ap-actions{gap:10px;display:flex}.ap-btn{cursor:pointer;border:1px solid #0000;border-radius:4px;align-items:center;gap:4px;padding:6px 10px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.ap-btn-edit{color:#3b82f6;background:#eff6ff}.ap-btn-edit:hover{background:#dbeafe}.ap-btn-delete{color:#ef4444;background:#fef2f2}.ap-btn-delete:hover{background:#fee2e2}.ap-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ap-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:650px;max-height:90vh;display:flex;box-shadow:0 20px 25px -5px #0000001a}.ap-modal-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ap-modal-header h3{color:#111827;margin:0;font-size:1.25rem}.ap-modal-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;font-size:1.2rem}.ap-form{padding:24px;overflow-y:auto}.ap-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ap-form-pricing-row{grid-template-columns:1fr 1fr 1fr;gap:16px;margin-top:10px;display:grid}.ap-form-group{margin-bottom:20px}.ap-form-group label{color:#374151;margin-bottom:6px;font-size:.9rem;font-weight:500;display:block}.ap-form-group input,.ap-form-group select,.ap-form-group textarea{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px;font-family:inherit}.ap-form-group input:focus,.ap-form-group select:focus,.ap-form-group textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px #6366f133}.ap-options-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-top:20px;padding:16px}.ap-options-box h4{color:#374151;margin:0 0 12px;font-size:.95rem}.ap-opt-group{margin-bottom:12px}.ap-opt-group>label{color:#6b7280;margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.ap-checkbox-row{flex-wrap:wrap;gap:12px;display:flex}.ap-checkbox{color:#4b5563;cursor:pointer;align-items:center;gap:6px;font-size:.9rem;display:flex}.ap-modal-footer{background:#f9fafb;border-top:1px solid #f3f4f6;border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.ap-btn-cancel{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:10px 16px;font-weight:500;transition:all .2s}.ap-btn-cancel:hover{background:#dc2626}.ap-btn-save{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:6px;padding:10px 20px;font-weight:500;transition:all .2s}.ap-btn-save:hover{background:#16a34a}.ap-btn-save:disabled{opacity:.7;cursor:not-allowed}.ap-opt-add-new{color:#c8a96e;border-top:1px solid #eee;font-weight:700}.ap-new-cat-input-wrap{align-items:center;gap:8px;display:flex}.ap-new-cat-input-wrap input{flex:1}.ap-add-cat-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1a1a2e;border:none;border-radius:6px;height:38px;padding:0 12px;font-size:.8rem;font-weight:700}.ap-add-cat-btn:hover{background:#333}.ap-add-cat-btn:disabled{opacity:.5}.ap-options-header{border-bottom:1px solid #e1e4e8;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.ap-add-feature-btn{color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:6px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .2s}.ap-add-feature-btn:hover{background:#2a2a4e;transform:translateY(-1px)}.ap-feature-group-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:1.25rem;padding:1.25rem;transition:all .2s;position:relative}.ap-feature-group-card:hover{border-color:#cbd5e1}.ap-feature-group-head{gap:1rem;margin-bottom:1rem;display:flex}.ap-feature-group-head input{border:1px solid #cbd5e1;border-radius:6px;flex:1;padding:8px 12px;font-size:.95rem;font-weight:700}.ap-remove-group{color:#dc2626;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .2s;display:flex}.ap-remove-group:hover{background:#fecaca}.ap-feature-group-card textarea{resize:vertical;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:10px;font-family:inherit;font-size:.9rem;line-height:1.5}.ap-options-empty{text-align:center;color:#64748b;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:8px;margin:0;padding:2rem;font-size:.9rem}.ap-custom-select-container{width:100%;position:relative}.ap-custom-select{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;min-height:44px;padding:10px 14px;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 2px #0000000d}.ap-custom-select:hover{background:#f8fafc;border-color:#cbd5e1}.ap-custom-select.active{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.ap-select-trigger-text{color:#1e293b;font-weight:500}.ap-chevron{color:#94a3b8;transition:transform .3s}.ap-chevron.rotated{color:#ef4444;transform:rotate(180deg)}.ap-dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;transform-origin:top;background:#fffffff2;border:1px solid #e2e8f0cc;border-radius:12px;animation:.2s cubic-bezier(0,0,.2,1) ap-dropdown-slide;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d}@keyframes ap-dropdown-slide{0%{opacity:0;transform:translateY(-10px)scaleY(.95)}to{opacity:1;transform:translateY(0)scaleY(1)}}.ap-dropdown-search{background:#f8fafc;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:12px;display:flex}.ap-dropdown-search svg{color:#94a3b8}.ap-dropdown-search input{color:#1e293b;flex:1;font-size:.9rem;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.ap-dropdown-search input::placeholder{color:#94a3b8}.ap-dropdown-list{max-height:220px;padding:6px;overflow-y:auto}.ap-dropdown-list::-webkit-scrollbar{width:5px}.ap-dropdown-list::-webkit-scrollbar-track{background:0 0}.ap-dropdown-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.ap-dropdown-list::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.ap-dropdown-item{cursor:pointer;color:#475569;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:2px;padding:10px 12px;font-size:.9rem;transition:all .2s;display:flex}.ap-dropdown-item:last-child{margin-bottom:0}.ap-dropdown-item:hover{color:#1e293b;background:#f1f5f9}.ap-dropdown-item.selected{color:#ef4444;background:#fef2f2;font-weight:600}.ap-item-main{flex:1;align-items:center;gap:8px;display:flex}.ap-item-check{color:#ef4444;animation:.2s ease-out ap-check-pop}@keyframes ap-check-pop{0%{transform:scale(0)}to{transform:scale(1)}}.ap-item-delete{color:#94a3b8;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex;transform:translate(5px)}.ap-dropdown-item:hover .ap-item-delete{opacity:1;transform:translate(0)}.ap-item-delete:hover{color:#ef4444;background:#fee2e2}.ap-dropdown-empty{text-align:center;color:#94a3b8;padding:20px;font-size:.85rem;font-style:italic}.ap-opt-add-new{background:#fff1f2;margin:4px;padding:12px;color:#ef4444!important;border-top:1px solid #f1f5f9!important;align-items:center!important;gap:8px!important;font-weight:700!important;display:flex!important}.ap-opt-add-new:hover{transform:translateY(-1px);background:#ffe4e6!important}.ap-dropdown-backdrop{z-index:1000;position:fixed;inset:0}@media (width<=768px){.ap-header{flex-direction:column;align-items:flex-start;gap:1rem}.ap-add-btn{justify-content:center;width:100%}.ap-search{width:100%;max-width:100%}.ap-modal{border-radius:16px 16px 0 0;max-width:100%;max-height:95vh}.ap-modal-overlay{align-items:flex-end;padding:0}.ap-form-row,.ap-form-pricing-row{grid-template-columns:1fr}.ap-modal-footer{flex-direction:column-reverse;gap:.75rem}.ap-btn-cancel,.ap-btn-save{text-align:center;width:100%}}.ap-variant-groups{flex-direction:column;gap:4px;display:flex}.ap-variant-row{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.ap-variant-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;margin-right:2px;font-size:.72rem;font-weight:700}.ap-variant-tag{letter-spacing:.02em;border-radius:20px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-block}.ap-no-variants{color:#9ca3af;font-size:.78rem;font-style:italic}.ap-options-hint{color:#6b7280;margin:4px 0 0;font-size:.78rem;font-weight:400;line-height:1.4}.ap-preset-row{background:#f0fdf4;border:1px dashed #86efac;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:1.25rem;padding:10px 12px;display:flex}.ap-preset-label{color:#16a34a;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700}.ap-preset-chip{color:#16a34a;cursor:pointer;background:#fff;border:1px solid #86efac;border-radius:20px;padding:5px 12px;font-size:.8rem;font-weight:600;transition:all .2s}.ap-preset-chip:hover:not(:disabled){color:#fff;background:#16a34a;border-color:#16a34a;transform:translateY(-1px)}.ap-preset-chip.added,.ap-preset-chip:disabled{color:#15803d;cursor:not-allowed;opacity:.75;background:#dcfce7;border-color:#86efac}.ap-live-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;padding:8px 10px;display:flex}.ap-preview-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-right:4px;font-size:.72rem;font-weight:700}.ap-preview-chip{color:#fff;letter-spacing:.03em;background:#1a1a2e;border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:600;animation:.15s ease-out ap-chip-pop;display:inline-block}@keyframes ap-chip-pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.ap-options-header{border-bottom:1px solid #e1e4e8;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.ap-options-header h4{color:#1a1a2e;margin:0;font-size:1rem;font-weight:700}.ap-table--rich{min-width:960px}.ap-col-sizes{min-width:150px}.ap-col-sleeves{min-width:160px}.ap-col-others{min-width:140px}.ap-product-row{transition:background .15s}.ap-product-row:hover{background:#f9fafb}.ap-name-cell{flex-direction:column;gap:4px;display:flex}.ap-product-name{color:#111827;font-size:.92rem;font-weight:600}.ap-variant-count-badge{color:#475569;letter-spacing:.04em;background:#f1f5f9;border-radius:20px;width:fit-content;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.ap-cat-badge{color:#92400e;white-space:nowrap;background:#fef3c7;border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.ap-chip-row{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.ap-chip{letter-spacing:.03em;white-space:nowrap;border-radius:20px;padding:2px 9px;font-size:.72rem;font-weight:700;display:inline-block}.ap-other-groups{flex-direction:column;gap:4px;display:flex}.ap-other-group-row{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.ap-other-group-label{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.7rem;font-weight:700}.ap-cell-empty{color:#d1d5db;font-size:1rem;font-weight:700}.ap-price-cell{flex-direction:column;gap:2px;display:flex}.ap-selling-price{color:#111827;font-size:.9rem;font-weight:700}.ap-mrp-price{color:#9ca3af;font-size:.75rem;text-decoration:line-through}.ap-stock-badge{border-radius:20px;padding:3px 10px;font-size:.8rem;font-weight:700;display:inline-block}.ap-stock-badge.good{color:#166534;background:#dcfce7}.ap-stock-badge.medium{color:#854d0e;background:#fef9c3}.ap-stock-badge.low{color:#991b1b;background:#fee2e2}@media (width<=900px){.ap-table--rich{min-width:unset}.ap-table--rich thead{display:none}.ap-table--rich tr{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:12px;padding:12px;display:block}.ap-table--rich td{border:none;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;gap:12px;padding:6px 0;font-size:.85rem;display:flex}.ap-table--rich td:last-child{border-bottom:none}.ap-table--rich td:before{content:attr(data-label);color:#6b7280;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;min-width:110px;padding-top:2px;font-size:.72rem;font-weight:700}}.admin-banner-content{flex-direction:column;gap:2rem;max-width:900px;display:flex}.admin-form-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f0fb3;border:1px solid #c8a96e33;border-radius:12px;padding:2rem}.form-section-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.form-section-header h3{color:#c8a96e;margin:0;font-size:1.2rem}.form-hint{color:#aaa;margin-bottom:1.5rem;font-size:.9rem}.banner-fields{border-top:1px solid #c8a96e1a;flex-direction:column;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#e0e0e0;font-size:.95rem;font-weight:500}.toggle-switch{cursor:pointer;background-color:#ffffff1a;border-radius:15px;width:50px;height:26px;transition:background-color .3s;position:relative}.toggle-switch.on{background-color:#c8a96e}.toggle-switch .toggle-thumb{background-color:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:3px;left:3px}.toggle-switch.on .toggle-thumb{transform:translate(24px)}.preview-card h3{color:#c8a96e;margin-top:0;margin-bottom:1rem}.preview-container{background:#0a0a0a;border:1px solid #ffffff1a;border-radius:8px;overflow:hidden}.preview-scrolling{color:#111;white-space:nowrap;background:#c8a96e;padding:.5rem;font-size:.9rem;font-weight:500;overflow:hidden}.preview-banner{text-align:center;background:linear-gradient(135deg,#c8a96e1a,#000c);border-bottom:1px solid #c8a96e4d;padding:2rem}.preview-banner h2{color:#fff;margin:0;font-size:1.2rem}.preview-banner .code{color:#c8a96e;background:#c8a96e33;border-radius:4px;padding:.2rem .5rem;font-weight:700}
