@import "https://fonts.googleapis.com/css2?family=Poppins&display=swap";
*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Helvetica Neue,Arial,sans-serif}body{color:#222;scroll-behavior:smooth;background-color:#fff;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6}:root{--luxury-black:#0a0a0a;--luxury-dark:#111;--luxury-gray:#1f1f1f;--luxury-light-gray:#333;--luxury-white:#fff;--luxury-off-white:#f8f8f8;--luxury-border:#ffffff1a;--luxury-border-light:#ffffff0d;--luxury-accent:#fd0;--font-primary:"Inter",sans-serif;--font-secondary:"Playfair Display",serif;--spacing-base:4px;--spacing-xs:calc(var(--spacing-base)*1);--spacing-sm:calc(var(--spacing-base)*2);--spacing-md:calc(var(--spacing-base)*4);--spacing-lg:calc(var(--spacing-base)*6);--spacing-xl:calc(var(--spacing-base)*8);--radius-sm:6px;--radius-md:12px;--radius-lg:30px;--radius-xl:36px;--radius-xxl:50%;--shadow-light:0 4px 15px #0003;--shadow-glow:0 0 25px #ffdd0080;--shadow-heavy:0 8px 20px #0009;--transition-fast:.2s ease;--transition-normal:.35s cubic-bezier(.4,0,.2,1);--z-dropdown:1000;--z-sticky:1100;--header-height-desktop:100px;--header-height-mobile:70px}.hheader-wrapper{background:var(--luxury-black);width:100%;z-index:var(--z-sticky);border-bottom:1px solid var(--luxury-border);box-shadow:var(--shadow-light);border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg);opacity:0;animation:.6s ease-out forwards headerSlideIn;position:sticky;top:0;transform:translateY(-100%)}@keyframes headerSlideIn{to{opacity:1;transform:translateY(0)}}.hheader-wrapper:after{content:"";background:linear-gradient(90deg,transparent,var(--luxury-accent),transparent);border-radius:50px;height:2px;animation:3s ease-in-out infinite glowMove;position:absolute;bottom:0;left:10%;right:10%}@keyframes glowMove{0%,to{opacity:.3;transform:translate(-20px)}50%{opacity:.6;transform:translate(20px)}}.hmarquee-bar{background:linear-gradient(90deg,var(--luxury-gray),var(--luxury-light-gray),var(--luxury-gray));color:var(--luxury-white);text-align:center;border-bottom:1px solid #ffffff0d;padding:clamp(3px,.5vw,6px) 0;font-size:clamp(11px,2vw,13px);overflow:hidden}.hmarquee-content{white-space:nowrap;letter-spacing:.2px;opacity:.9;padding:0 20px;font-weight:500;animation:30s linear infinite marquee;display:inline-block}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.hmarquee-bar:hover .hmarquee-content{animation-play-state:paused}@media (max-width:480px){.hmarquee-bar{padding:clamp(2px,.5vw,4px) 0;font-size:clamp(10px,3vw,12px)}}header{background:var(--luxury-black);height:var(--header-height-desktop);border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg);flex-direction:column;justify-content:center;transition:background .3s;display:flex}.htop-bar{padding:0 clamp(16px,4vw,var(--spacing-xl));justify-content:space-between;align-items:center;gap:var(--spacing-lg);display:flex}.hlogo-wrapper{align-items:center;height:100%;display:flex}.hlogo-img{border-radius:var(--radius-sm);width:auto;max-height:60px;transition:transform .4s,filter .4s}.hlogo-img:hover{filter:drop-shadow(0 0 20px var(--luxury-accent));transform:scale(1.1)rotate(-2deg)}.desktop-search{flex:1;max-width:min(600px,60%);position:relative}.hsearch-input-wrapper{align-items:center;gap:var(--spacing-md);background:var(--luxury-gray);border-radius:var(--radius-xl);padding:12px 20px;transition:all .35s;display:flex;box-shadow:0 0 10px #0003}.hsearch-input-wrapper:focus-within{box-shadow:var(--shadow-glow);background:var(--luxury-light-gray)}.hsearch-input{color:var(--luxury-white);background:0 0;border:none;outline:none;flex:1;font-size:14px}.hsuggestions-dropdown{background:var(--luxury-dark);border-radius:var(--radius-xl);width:100%;max-height:400px;animation:.35s fadeSlide;position:absolute;top:120%;left:0;overflow:hidden;box-shadow:0 8px 20px #00000080}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hsuggestion-item{align-items:center;gap:var(--spacing-md);cursor:pointer;padding:12px 16px;transition:all .3s;display:flex}.hsuggestion-item:hover{background:#ffdd000d}.hsuggestion-image{border-radius:var(--radius-lg);width:50px;height:50px;overflow:hidden}.hsuggestion-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.hsuggestion-item:hover .hsuggestion-image img{transform:scale(1.15)}.hsuggestion-text span:first-child{color:var(--luxury-white);font-weight:500}.hsuggestion-text span:last-child{color:var(--luxury-accent);font-weight:600}.hsearch-toggle{cursor:pointer;background:var(--luxury-gray);border-radius:var(--radius-xxl);justify-content:center;align-items:center;padding:8px;transition:all .35s,transform .3s,filter .3s;display:none}.hsearch-toggle:hover{filter:drop-shadow(0 0 12px var(--luxury-accent));transform:scale(1.1)}.hsearch-toggle svg{color:var(--luxury-accent)}.mobile-search-container{background:var(--luxury-dark);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-heavy);opacity:0;visibility:hidden;transition:all .35s;position:absolute;top:100%;transform:translateY(-20px)}.mobile-search-container.open{opacity:1;visibility:visible;transform:translateY(0)}.hicon-link,.hauth-btn{color:var(--luxury-white);transition:all .3s;position:relative}.hicon-link:hover,.hauth-btn:hover{filter:drop-shadow(0 0 15px var(--luxury-accent));transform:scale(1.05)}.cart-link span{background:var(--luxury-accent);color:var(--luxury-black);min-width:18px;min-height:18px;box-shadow:var(--shadow-light);border-radius:50%;justify-content:center;align-items:center;animation:2s infinite badgePulse;display:flex}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:1024px){.desktop-search{display:none}.hsearch-toggle{display:flex}}@media (max-width:768px){header{height:var(--header-height-mobile);border-bottom-right-radius:24px;border-bottom-left-radius:24px}.htop-bar{gap:10px;padding:0 12px}.hlogo-img{width:auto;max-height:40px}.hsuggestion-image{width:30px;height:30px}.hicon-link,.hauth-btn{font-size:16px}.hmarquee-content{animation:60s linear infinite marquee}}.cart-page{color:#2dab00;background:#0a0a0a;max-width:1000px;min-height:80vh;margin:0 auto;padding:2rem 1rem;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.cart-title{color:#fff;text-align:center;letter-spacing:2px;text-transform:uppercase;margin-bottom:2.5rem;font-size:2.2rem;font-weight:300;position:relative}.cart-title:after{content:"";background:#ff9d00;width:80px;height:2px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.cart-empty{text-align:center;color:#888;margin:2rem 0;padding:3rem 0;font-size:1.1rem}.cart-items{flex-direction:column;gap:1.2rem;margin-bottom:2.5rem;display:flex}.cart-item{background:#1a1a1a;border-left:3px solid #ff9d00;border-radius:8px;grid-template-columns:120px 1fr auto;align-items:center;gap:1.5rem;padding:1.2rem;transition:all .3s;display:grid}.cart-item:hover{background:#222;transform:translate(5px)}.cart-item-image{background:#2a2a2a;border-radius:6px;width:120px;height:120px;position:relative;overflow:hidden;display:block!important;position:relative!important}.cart-item-image .image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important;position:relative!important}.cart-item-image:before{content:"No Image";color:#666;z-index:1;font-size:.8rem;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-item-image:has(img[src=""]):before{display:block}.cart-item-image:has(img:not([src])):before{display:block}.cart-item-details{flex-direction:column;gap:.3rem;min-width:0;display:flex}.item-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1rem;font-weight:500;overflow:hidden}.item-desc{color:#999;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;overflow:hidden}.item-price{color:#fff;margin:.3rem 0;font-size:1rem;font-weight:500}.quantity-control{align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.qty-btn{color:#fff;cursor:pointer;background:#2a2a2a;border:1px solid #444;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;transition:all .2s;display:flex}.qty-btn:hover{background:#000;border-color:#000}.qty-value{text-align:center;color:#fff;min-width:30px;font-size:1rem}.item-total{color:#dedddd;margin-top:.3rem;font-size:1.1rem;font-weight:600}.remove-item-btn{color:#e12d2d;cursor:pointer;background:#2a2a2a;border:1px solid #444;border-radius:4px;justify-content:center;align-items:center;width:35px;height:35px;transition:all .3s;display:flex}.remove-item-btn:hover{color:#fff;background:#ff2e2e;transform:scale(1.05)}.cart-actions{border-top:1px solid #333;justify-content:space-between;margin-bottom:2rem;padding-top:1.5rem;display:flex}.clear-cart-btn{color:#999;cursor:pointer;background:0 0;border:1px solid #444;border-radius:4px;padding:.7rem 1.5rem;font-weight:500;transition:all .3s}.clear-cart-btn:hover{color:#ff2e2e;border-color:#ff2e2e}.proceed-btn{color:#fff;cursor:pointer;background:#1f7a0d;border:none;border-radius:4px;padding:.7rem 2rem;font-weight:600;transition:all .3s}.proceed-btn:hover{background:#145707;transform:translateY(-2px);box-shadow:0 4px 12px #000}.cart-total{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1.5rem}.cart-total p{color:#ccc;justify-content:space-between;margin:.5rem 0;font-size:1rem;display:flex}.total-label{color:#d7d7d7;border-top:1px solid #333;justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:1.5rem;font-weight:700;display:flex}.cart-countinue-shopping-btn{color:#fff;cursor:pointer;text-align:center;letter-spacing:.5px;background:#2f7a00;border:1px solid #fff;border-radius:6px;margin-top:1rem;padding:14px 32px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.cart-countinue-shopping-btn:hover{color:#2f7a00;background:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #2f7a00}.cart-countinue-shopping-btn:active{transform:translateY(0)}.cart-empty+.cart-countinue-shopping-btn{margin:20px auto 0;display:block}@media (max-width:768px){.cart-countinue-shopping-btn{width:100%;max-width:300px;padding:12px 24px}.cart-page{padding:1.5rem 1rem}.cart-title{margin-bottom:2rem;font-size:1.8rem}.cart-item{grid-template-columns:100px 1fr;gap:1rem;padding:1rem}.cart-item-image{width:100px;height:100px}.remove-item-btn{grid-column:2;justify-self:end;margin-top:.5rem}.cart-actions{flex-direction:column;gap:1rem}.clear-cart-btn,.proceed-btn{text-align:center;width:100%}}@media (max-width:480px){.cart-item{text-align:center;grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:1rem}.cart-item-image{width:100%;height:180px;margin:0 auto}.quantity-control{justify-content:center}.item-total{text-align:center}.remove-item-btn{grid-area:3/1;justify-self:center;margin-top:.5rem}}@media (max-width:320px){.cart-item-image{height:150px}.item-title{font-size:1rem}.item-price,.item-total{font-size:.9rem}}.cart-page:empty:before{content:"Loading...";text-align:center;color:#666;padding:3rem;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cart-page{animation:.3s fadeIn}*{box-sizing:border-box;margin:0;padding:0}.luxuryFooter{color:#fff;background:linear-gradient(135deg,#000 0%,#0a0a0a 100%);padding:80px 40px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.luxuryFooter:before{content:"";opacity:.1;background:linear-gradient(90deg,#0000,#fff 20% 80%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.luxuryFooter:after{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#ffffff08 0%,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff05 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.luxuryFooter{z-index:1;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:60px;max-width:1400px;margin:0 auto;display:grid;position:relative}.footerSection{padding:20px;position:relative}.luxuryLogo{flex-direction:column;gap:25px;max-width:400px;display:flex}.logoImage{cursor:pointer;width:180px;height:auto;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.logoImage:hover{transform:scale(1.05)}.aboutText{color:#ffffffb3;letter-spacing:.3px;border-left:2px solid #fff3;padding-left:20px;font-size:16px;font-weight:300;line-height:1.8;position:relative}.footerHeading{color:#fff;text-transform:uppercase;letter-spacing:2px;margin-bottom:30px;padding-bottom:15px;font-family:Playfair Display,serif;font-size:20px;font-weight:700;position:relative}.footerHeading:after{content:"";background:linear-gradient(90deg,#fff,#ffffff80);width:50px;height:2px;position:absolute;bottom:0;left:0}.quickLinks{flex-direction:column;gap:18px;list-style:none;display:flex}.quickLinks li{position:relative;overflow:hidden}.quickLinks li:before{content:"→";color:#ffffff80;opacity:0;transition:all .3s;position:absolute;left:-20px}.quickLinks li:hover:before{opacity:1;left:0}.quickLinks a{color:#ffffffb3;letter-spacing:.5px;padding:5px 0;font-size:16px;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.quickLinks a:after{content:"";background:linear-gradient(90deg,#fff,#0000);width:0;height:1px;transition:width .4s cubic-bezier(.175,.885,.32,1.275);position:absolute;bottom:0;left:0}.quickLinks a:hover{color:#fff;transform:translate(10px)}.quickLinks a:hover:after{width:100%}.socialMediaLinks{gap:25px;margin-top:10px;display:flex}.socialMediaLinks a{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.socialMediaLinks a:before{content:"";background:linear-gradient(135deg,#ffffff1a,#0000);width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0;transform:translateY(100%)}.socialMediaLinks a:hover:before{transform:translateY(0)}.socialMediaLinks a:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-5px)scale(1.1);box-shadow:0 10px 25px #ffffff1a,0 0 30px #ffffff0d}.socialIcon{color:#fffc;z-index:1;font-size:22px;transition:all .3s;position:relative}.socialMediaLinks a:hover .socialIcon{color:#fff;transform:scale(1.2)}.socialMediaLinks a[aria-label=Facebook]:hover{background:#3b599833;border-color:#3b599880}.socialMediaLinks a[aria-label=Instagram]:hover{background:linear-gradient(45deg,#e1306c33,#f5604033);border-color:#e1306c80}.socialMediaLinks a[aria-label=WhatsApp]:hover{background:#25d36633;border-color:#25d36680}.copyrightSection{text-align:center;border-top:1px solid #ffffff1a;grid-column:1/-1;margin-top:60px;padding-top:40px;position:relative}.copyrightSection:before{content:"";background:linear-gradient(90deg,#0000,#fff,#0000);width:100px;height:1px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.copyrightText{color:#ffffff80;letter-spacing:.5px;padding:0 20px;font-size:15px;font-weight:300;display:inline-block;position:relative}.copyrightText:before,.copyrightText:after{content:"•";color:#ffffff4d;font-size:20px;position:absolute;top:50%;transform:translateY(-50%)}.copyrightText:before{left:0}.copyrightText:after{right:0}@media (min-width:1440px){.luxuryFooter{padding:100px 60px 50px}.luxuryLogo{max-width:500px}}@media (max-width:1280px){.luxuryFooter{gap:50px;padding:70px 35px 35px}.logoImage{width:160px}}@media (max-width:1024px){.luxuryFooter{grid-template-columns:repeat(2,1fr);gap:40px;padding:60px 30px 30px}.copyrightSection{grid-column:1/-1}.socialMediaLinks{gap:20px}.socialMediaLinks a{width:50px;height:50px}.socialIcon{font-size:20px}}@media (max-width:768px){.luxuryFooter{text-align:center;grid-template-columns:1fr;gap:40px;padding:50px 25px 25px}.luxuryLogo{text-align:center;align-items:center;margin:0 auto}.aboutText{border-top:2px solid #fff3;border-left:none;max-width:500px;padding-top:15px;padding-left:0}.footerHeading{text-align:center}.footerHeading:after{left:50%;transform:translate(-50%)}.quickLinks li:before{display:none}.quickLinks a:hover{transform:translate(0)}.socialMediaLinks{justify-content:center}}@media (max-width:600px){.luxuryFooter{gap:35px;padding:40px 20px 20px}.logoImage{width:140px}.aboutText{font-size:15px;line-height:1.7}.footerHeading{margin-bottom:25px;font-size:18px}.quickLinks a{font-size:15px}.socialMediaLinks{gap:15px}.socialMediaLinks a{width:45px;height:45px}.socialIcon{font-size:18px}.copyrightText{font-size:14px}}@media (max-width:480px){.luxuryFooter{padding:35px 15px 15px}.logoImage{width:120px}.aboutText{padding-top:12px;font-size:14px}.quickLinks{gap:15px}.socialMediaLinks{gap:12px}.socialMediaLinks a{width:42px;height:42px}.socialIcon{font-size:17px}.copyrightText{padding:0 15px;font-size:13px}.copyrightText:before,.copyrightText:after{font-size:16px}}@media (max-width:320px){.luxuryFooter{padding:25px 12px 12px}.logoImage{width:100px}.aboutText{font-size:13px}.footerHeading{letter-spacing:1px;font-size:16px}.quickLinks a{font-size:14px}.socialMediaLinks{gap:10px}.socialMediaLinks a{width:40px;height:40px}.socialIcon{font-size:16px}.copyrightText{font-size:12px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.logoImage{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){.logoImage,.quickLinks a,.socialMediaLinks a,.socialIcon{transition:none;animation:none}.quickLinks a:hover,.socialMediaLinks a:hover{transform:none}}@media (prefers-color-scheme:dark){.luxuryFooter{background:linear-gradient(135deg,#000 0%,#111 100%)}}@media (prefers-color-scheme:light){.luxuryFooter{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%)}}@media print{.luxuryFooter{color:#fff!important;background:#000!important;padding:20px!important}.socialMediaLinks,.logoImage{display:none!important}}.quickLinks a:focus-visible,.socialMediaLinks a:focus-visible{outline-offset:3px;outline:3px solid #fff;box-shadow:0 0 0 6px #fff3}@media (hover:none) and (pointer:coarse){.quickLinks a:hover,.socialMediaLinks a:hover{transform:none}.socialMediaLinks a:active{transform:scale(.95)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.luxuryFooter.loading *{background:linear-gradient(90deg,#222 25%,#333 50%,#222 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer;color:#0000!important}.luxuryFooter.loading .logoImage{animation:none;background:#222!important}.luxuryFooter{opacity:0;animation:.8s ease-out .3s forwards footerFadeIn;transform:translateY(20px)}@keyframes footerFadeIn{to{opacity:1;transform:translateY(0)}}.luxuryFooter:before{animation:3s ease-in-out infinite separatorGlow}@keyframes separatorGlow{0%,to{opacity:.1}50%{opacity:.2}}.aboutUsOverlay{background:linear-gradient(135deg,var(--luxury-black)0%,var(--luxury-dark)100%);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.aboutUsOverlay:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#ffffff08 0%,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff05 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.aboutUsContainer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--luxury-border);background:#1a1a1ae6;border-radius:24px;width:100%;max-width:900px;padding:60px 50px;animation:.8s ease-out fadeInUp;position:relative;box-shadow:0 25px 50px #00000080,0 1px 3px #0000004d,inset 0 1px #ffffff1a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.closeButton{z-index:10;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;padding:10px;transition:all .3s;display:flex;position:absolute;top:25px;right:25px;box-shadow:0 4px 15px #0000004d;color:#fff!important;background:#0000004d!important;border:2px solid #fff!important}.aboutTitle{text-align:center;color:var(--luxury-white);letter-spacing:-.5px;margin-bottom:50px;padding-bottom:25px;font-family:Playfair Display,serif;font-size:3.2rem;font-weight:700;position:relative}.aboutTitle:after{content:"";background:linear-gradient(90deg,transparent,var(--luxury-accent),transparent);width:100px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.storeName{color:var(--luxury-accent);position:relative}.storeName:after{content:"";opacity:.3;background:currentColor;width:100%;height:1px;position:absolute;bottom:-2px;left:0}.aboutSection{border-left:2px solid var(--luxury-border);transition:var(--transition);margin-bottom:45px;padding-left:25px;position:relative}.aboutSection:hover{border-left-color:var(--luxury-accent);padding-left:30px}.aboutSection h2{color:var(--luxury-white);margin-bottom:20px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;display:inline-block;position:relative}.aboutSection h2:after{content:"";background:linear-gradient(90deg,var(--luxury-accent),transparent);width:40px;height:2px;position:absolute;bottom:-8px;left:0}.aboutSection p{color:#fffc;letter-spacing:.3px;margin-bottom:15px;font-size:1.1rem;font-weight:300;line-height:1.8}.aboutSection ul{margin:20px 0;padding:0;list-style:none}.aboutSection li{color:#fffc;margin-bottom:20px;padding-left:25px;font-size:1.1rem;font-weight:300;line-height:1.8;position:relative}.aboutSection li:before{content:"→";color:var(--luxury-accent);opacity:.7;font-size:1.2rem;position:absolute;left:0}.aboutSection li strong{color:var(--luxury-white);margin-bottom:5px;font-size:1.2rem;font-weight:500;display:block}.aboutFooter{border-top:1px solid var(--luxury-border);text-align:center;margin-top:60px;padding-top:40px;position:relative}.aboutFooter:before{content:"";background:linear-gradient(90deg,transparent,var(--luxury-accent),transparent);width:100px;height:2px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.aboutFooter p{color:#ffffffb3;margin-bottom:15px;font-size:1.1rem;font-style:italic;font-weight:300;line-height:1.8}.aboutFooter strong{color:var(--luxury-white);font-weight:500}.aboutFooter em{color:var(--luxury-accent);font-style:normal;font-weight:400}@media (max-width:1024px){.aboutUsContainer{max-width:800px;padding:50px 40px}.aboutTitle{font-size:2.8rem}.aboutSection h2{font-size:1.6rem}}@media (max-width:768px){.aboutUsContainer{border-radius:20px;padding:40px 30px}.aboutTitle{margin-bottom:40px;font-size:2.4rem}.aboutSection{margin-bottom:35px;padding-left:20px}.aboutSection:hover{padding-left:25px}.aboutSection h2{font-size:1.4rem}.aboutSection p,.aboutSection li{font-size:1rem}}@media (max-width:600px){.aboutUsOverlay{padding:20px 15px}.aboutUsContainer{border-radius:16px;padding:35px 25px}.closeButton{top:15px;right:15px}.aboutTitle{margin-bottom:30px;font-size:2rem}.aboutSection{margin-bottom:30px;padding-left:15px}.aboutSection:hover{padding-left:20px}.aboutSection h2{font-size:1.3rem}.aboutFooter{margin-top:40px;padding-top:30px}}@media (max-width:480px){.aboutUsContainer{padding:30px 20px}.aboutTitle{font-size:1.8rem}.aboutSection{padding-left:12px}.aboutSection:hover{padding-left:17px}.aboutSection h2{font-size:1.2rem}.aboutSection p,.aboutSection li{font-size:.95rem}.aboutFooter p{font-size:1rem}}@media (max-width:320px){.aboutUsContainer{padding:25px 15px}.aboutTitle{font-size:1.6rem}.closeButton{top:10px;right:10px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.aboutUsContainer{border-width:.5px}}@media (prefers-reduced-motion:reduce){.aboutUsContainer,.closeButton,.aboutSection{transition:none;animation:none}}@media (prefers-color-scheme:light){.aboutUsOverlay{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%)}.aboutUsContainer{background:#fffffff2;border-color:#0000001a}.aboutTitle,.aboutSection h2,.aboutSection li strong,.aboutFooter strong{color:#000}.storeName,.aboutSection li:before,.aboutFooter em{color:#333}.aboutSection p,.aboutSection li,.aboutFooter p{color:#000c}.closeButton{color:#000000b3;background:#0000000d;border-color:#0000001a}.closeButton:hover{color:#000;background:#0000001a;border-color:#000}.aboutSection{border-left-color:#0000001a}.aboutSection:hover{border-left-color:#000}}@media print{.aboutUsOverlay{background:#fff;padding:0}.aboutUsContainer{box-shadow:none;border:1px solid #ddd;padding:20px}.closeButton{display:none}.aboutTitle,.aboutSection h2,.aboutSection li strong,.aboutFooter strong{color:#000}.aboutSection p,.aboutSection li,.aboutFooter p{color:#333}}.closeButton:focus-visible{outline:3px solid var(--luxury-accent);outline-offset:2px}@media (hover:none) and (pointer:coarse){.closeButton:hover,.aboutSection:hover{transform:none}.closeButton:active,.aboutSection:active{transform:scale(.95)}}.privacyOverlay{background:linear-gradient(135deg,var(--luxury-black)0%,var(--luxury-dark)100%);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.privacyOverlay:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#ffffff08 0%,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff05 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.privacyContainer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--luxury-border);background:#1a1a1ae6;border-radius:24px;width:100%;max-width:900px;padding:60px 50px;animation:.8s ease-out fadeInUp;position:relative;box-shadow:0 25px 50px #00000080,0 1px 3px #0000004d,inset 0 1px #ffffff1a}.privacyTitle{text-align:center;color:var(--luxury-white);letter-spacing:-.5px;margin-bottom:50px;padding-bottom:25px;font-family:Playfair Display,serif;font-size:3.2rem;font-weight:700;position:relative}.privacyTitle:after{content:"";background:linear-gradient(90deg,transparent,var(--luxury-accent),transparent);width:100px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.privacySection{border-left:2px solid var(--luxury-border);transition:var(--transition);margin-bottom:40px;padding-left:25px;position:relative}.privacySection:hover{border-left-color:var(--luxury-accent);padding-left:30px}.privacySection h2{color:var(--luxury-white);margin-bottom:20px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;display:inline-block;position:relative}.privacySection h2:after{content:"";background:linear-gradient(90deg,var(--luxury-accent),transparent);width:40px;height:2px;position:absolute;bottom:-8px;left:0}.privacySection p{color:#fffc;letter-spacing:.3px;margin-bottom:15px;font-size:1.1rem;font-weight:300;line-height:1.8}.privacySection strong{color:var(--luxury-white);font-weight:500}.privacySection ul{margin:20px 0;padding:0;list-style:none}.privacySection li{color:#fffc;margin-bottom:15px;padding-left:25px;font-size:1.1rem;font-weight:300;line-height:1.8;position:relative}.privacySection li:before{content:"•";color:var(--luxury-accent);font-size:1.5rem;position:absolute;top:-2px;left:0}.privacySection li strong{color:var(--luxury-white);margin-right:5px;font-weight:500}.privacyFooter{border-top:1px solid var(--luxury-border);text-align:center;margin-top:60px;padding-top:40px;position:relative}.privacyFooter:before{content:"";background:linear-gradient(90deg,transparent,var(--luxury-accent),transparent);width:100px;height:2px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.privacyFooter p{color:#ffffffb3;letter-spacing:.5px;font-size:1rem;font-weight:300;line-height:1.8}@media (max-width:1024px){.privacyContainer{max-width:800px;padding:50px 40px}.privacyTitle{font-size:2.8rem}.privacySection h2{font-size:1.6rem}}@media (max-width:768px){.privacyContainer{border-radius:20px;padding:40px 30px}.privacyTitle{margin-bottom:40px;font-size:2.4rem}.privacySection{margin-bottom:35px;padding-left:20px}.privacySection:hover{padding-left:25px}.privacySection h2{font-size:1.4rem}.privacySection p,.privacySection li{font-size:1rem}}@media (max-width:600px){.privacyOverlay{padding:20px 15px}.privacyContainer{border-radius:16px;padding:35px 25px}.closeButton{width:40px;height:40px;padding:8px;top:15px;right:15px}.privacyTitle{margin-bottom:30px;font-size:2rem}.privacySection{margin-bottom:30px;padding-left:15px}.privacySection:hover{padding-left:20px}.privacySection h2{font-size:1.3rem}.privacyFooter{margin-top:40px;padding-top:30px}}@media (max-width:480px){.privacyContainer{padding:30px 20px}.privacyTitle{font-size:1.8rem}.privacySection{padding-left:12px}.privacySection:hover{padding-left:17px}.privacySection h2{font-size:1.2rem}.privacySection p,.privacySection li{font-size:.95rem}.privacyFooter p{font-size:.9rem}}@media (max-width:320px){.privacyContainer{padding:25px 15px}.privacyTitle{font-size:1.6rem}.closeButton{width:35px;height:35px;top:10px;right:10px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.privacyContainer{border-width:.5px}}@media (prefers-reduced-motion:reduce){.privacyContainer,.closeButton,.privacySection{transition:none;animation:none}}@media (prefers-color-scheme:light){.privacyOverlay{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%)}.privacyContainer{background:#fffffff2;border-color:#0000001a}.privacyTitle,.privacySection h2,.privacySection strong{color:#000}.privacySection p,.privacySection li{color:#000c}.closeButton{color:#000!important;background:#0000000d!important;border:2px solid #000!important}.closeButton:hover{background:#0000001a!important}.privacySection{border-left-color:#0000001a}.privacySection:hover{border-left-color:#000}.privacySection li:before{color:#000}.privacyFooter p{color:#000000b3}}@media print{.privacyOverlay{background:#fff;padding:0}.privacyContainer{box-shadow:none;border:1px solid #ddd;padding:20px}.closeButton{display:none}.privacyTitle,.privacySection h2,.privacySection strong{color:#000}.privacySection p,.privacySection li{color:#333}}@media (hover:none) and (pointer:coarse){.closeButton:hover,.privacySection:hover{transform:none}.closeButton:active,.privacySection:active{transform:scale(.95)}}:root{--luxury-black:#000;--luxury-dark:#0a0a0a;--luxury-gray:#1a1a1a;--luxury-light-gray:#333;--luxury-white:#fff;--luxury-off-white:#f8f8f8;--luxury-border:#ffffff1a;--luxury-border-light:#ffffff0d;--luxury-accent:#fff;--transition:all .3s cubic-bezier(.4,0,.2,1)}.termsOverlay{background:linear-gradient(135deg,var(--luxury-black)0%,var(--luxury-dark)100%);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.termsOverlay:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#ffffff08 0%,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff05 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.termsContainer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--luxury-border);background:#1a1a1ae6;border-radius:24px;width:100%;max-width:900px;padding:60px 50px;animation:.8s ease-out fadeInUp;position:relative;box-shadow:0 25px 50px #00000080,0 1px 3px #0000004d,inset 0 1px #ffffff1a}.closeButton{z-index:10;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;padding:10px;text-decoration:none;transition:all .3s;display:flex;position:absolute;top:25px;right:25px;box-shadow:0 4px 15px #0000004d;color:#fff!important;background:#0000004d!important;border:2px solid #fff!important}.closeButton:hover{transform:rotate(90deg)scale(1.1);box-shadow:0 0 25px #ffffff4d;background:#fff3!important}.closeButton svg{width:24px;height:24px}.termsTitle{text-align:center;color:var(--luxury-white);letter-spacing:-.5px;margin-bottom:50px;padding-bottom:25px;font-family:Playfair Display,serif;font-size:3.2rem;font-weight:700;position:relative}.termsTitle:after{content:"";background:linear-gradient(90deg,transparent,var(--luxury-accent),transparent);width:100px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.termsSection{border-left:2px solid var(--luxury-border);transition:var(--transition);margin-bottom:40px;padding-left:25px;position:relative}.termsSection:hover{border-left-color:var(--luxury-accent);padding-left:30px}.termsSection h2{color:var(--luxury-white);counter-increment:section;margin-bottom:20px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;display:inline-block;position:relative}.termsSection h2:before{content:counter(section)". ";color:var(--luxury-accent);opacity:.7;margin-right:8px}.termsSection h2:after{content:"";background:linear-gradient(90deg,var(--luxury-accent),transparent);width:40px;height:2px;position:absolute;bottom:-8px;left:0}.termsSection p{color:#fffc;letter-spacing:.3px;margin-bottom:15px;font-size:1.1rem;font-weight:300;line-height:1.8}.termsSection strong{color:var(--luxury-white);font-weight:500}.termsContainer{counter-reset:section}.termsFooter{border-top:1px solid var(--luxury-border);text-align:center;margin-top:60px;padding-top:40px;position:relative}.termsFooter:before{content:"";background:linear-gradient(90deg,transparent,var(--luxury-accent),transparent);width:100px;height:2px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.termsFooter p{color:#ffffffb3;letter-spacing:.5px;font-size:1rem;font-weight:300;line-height:1.8}@media (max-width:1024px){.termsContainer{max-width:800px;padding:50px 40px}.termsTitle{font-size:2.8rem}.termsSection h2{font-size:1.6rem}}@media (max-width:768px){.termsContainer{border-radius:20px;padding:40px 30px}.termsTitle{margin-bottom:40px;font-size:2.4rem}.termsSection{margin-bottom:35px;padding-left:20px}.termsSection:hover{padding-left:25px}.termsSection h2{font-size:1.4rem}.termsSection p{font-size:1rem}}@media (max-width:600px){.termsOverlay{padding:20px 15px}.termsContainer{border-radius:16px;padding:35px 25px}.closeButton{width:40px;height:40px;padding:8px;top:15px;right:15px}.termsTitle{margin-bottom:30px;font-size:2rem}.termsSection{margin-bottom:30px;padding-left:15px}.termsSection:hover{padding-left:20px}.termsSection h2{font-size:1.3rem}.termsFooter{margin-top:40px;padding-top:30px}}@media (max-width:480px){.termsContainer{padding:30px 20px}.termsTitle{font-size:1.8rem}.termsSection{padding-left:12px}.termsSection:hover{padding-left:17px}.termsSection h2{font-size:1.2rem}.termsSection p{font-size:.95rem}.termsFooter p{font-size:.9rem}}@media (max-width:320px){.termsContainer{padding:25px 15px}.termsTitle{font-size:1.6rem}.closeButton{width:35px;height:35px;top:10px;right:10px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.termsContainer{border-width:.5px}}@media (prefers-reduced-motion:reduce){.termsContainer,.closeButton,.termsSection{transition:none;animation:none}}@media (prefers-color-scheme:light){.termsOverlay{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%)}.termsContainer{background:#fffffff2;border-color:#0000001a}.termsTitle,.termsSection h2,.termsSection strong{color:#000}.termsSection p{color:#000c}.closeButton{color:#000!important;background:#0000000d!important;border:2px solid #000!important}.closeButton:hover{background:#0000001a!important}.termsSection{border-left-color:#0000001a}.termsSection:hover{border-left-color:#000}.termsSection h2:before{color:#000}.termsFooter p{color:#000000b3}}@media print{.termsOverlay{background:#fff;padding:0}.termsContainer{box-shadow:none;border:1px solid #ddd;padding:20px}.closeButton{display:none}.termsTitle,.termsSection h2,.termsSection strong{color:#000}.termsSection p{color:#333}}.closeButton:focus-visible{outline:3px solid var(--luxury-accent);outline-offset:2px;box-shadow:0 0 0 4px #fff3}@media (hover:none) and (pointer:coarse){.closeButton:hover,.termsSection:hover{transform:none}.closeButton:active,.termsSection:active{transform:scale(.95)}}.hero-slider{background:#000;width:100%;position:relative;overflow:hidden}.hero-slider .slides{height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);display:flex}.hero-slider .slide:after{content:"";z-index:1;background:linear-gradient(90deg,#000000b3 0%,#0000004d 50%,#0000001a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-slider .slide.active img{transition:transform 15s ease-out;transform:scale(1.05)}.hero-slider .slide{flex:0 0 100%;position:relative}.slide-content{z-index:2;color:#fff;opacity:0;max-width:600px;transition:all .8s .3s;position:absolute;bottom:15%;left:10%;transform:translateY(30px)}.hero-slider .slide.active .slide-content{opacity:1;transform:translateY(0)}.slide-title{text-shadow:0 2px 10px #0000004d;background:linear-gradient(90deg,#fff 0%,#a5b4fc 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.1}.slide-subtitle{opacity:.9;max-width:80%;margin-bottom:2rem;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:300}.cta-button{color:#fff;letter-spacing:.5px;background:linear-gradient(90deg,#4f46e5 0%,#7c3aed 100%);border-radius:50px;padding:.9rem 2.2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #4f46e54d}.cta-button:hover{background:linear-gradient(90deg,#5b55ea 0%,#8b5cf6 100%);transform:translateY(-3px);box-shadow:0 8px 25px #4f46e566}.hero-slider .slide img{object-fit:contain;width:100%;height:auto;display:block}.slider-navigation{pointer-events:none;justify-content:space-between;align-items:center;padding:0 16px;display:flex;position:absolute;inset:0}.slider-btn{pointer-events:auto;color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:50%;padding:6px}@media (max-width:768px){.slider-navigation{display:none}}.slider-dots{justify-content:center;gap:8px;width:100%;display:flex;position:absolute;bottom:12px}.slider-dots .dot{background:#ffffff80;border-radius:50%;width:7px;height:7px}.slider-dots .dot.active{background:#fff;border-radius:10px;width:20px}.hero-slider.loading,.hero-slider.empty{color:#e5e7eb;background:linear-gradient(135deg,#020617 0%,#0f172a 100%);justify-content:center;align-items:center;height:60vh;max-height:400px;display:flex;position:relative}.hero-slider.loading:after{content:"";border:3px solid #ffffff1a;border-top-color:#4f46e5;border-radius:50%;width:40px;height:40px;animation:1s ease-in-out infinite spin;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ffeatured-section{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(50px)scale(.95)}.ffeatured-section.scroll-animate{opacity:1;transform:translateY(0)scale(1)}.fcategory-card{opacity:0;transform:translateY(30px)scale(.9)}.ffeatured-section.scroll-animate .fcategory-card{animation:.8s forwards fadeSlideUp}.fcategory-card{animation-delay:var(--delay,0s)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)scale(.9)}60%{opacity:1;transform:translateY(-5px)scale(1.05)}to{opacity:1;transform:translateY(0)scale(1)}}.ffeatured-section{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding:1rem 2rem;position:relative;overflow:hidden}.ffeatured-section:before{content:"";background:linear-gradient(90deg,#0000,#ffd70080 20%,#ffd700cc 50%,#ffd70080 80%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.fsection-title{color:#fff;text-align:center;letter-spacing:2px;margin-bottom:4rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.fsection-title:after{content:"";background:linear-gradient(90deg,#0000,#d4af37 50%,#0000);width:50%;height:2px;animation:3s ease-in-out infinite titleUnderline;position:absolute;bottom:-10px;left:25%}@keyframes titleUnderline{0%,to{opacity:.5}50%{opacity:1}}.fscroll-wrapper{max-width:1400px;margin:0 auto;position:relative;overflow:hidden}.fscroll-wrapper:before,.fscroll-wrapper:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.fscroll-wrapper:before{background:linear-gradient(90deg,#0a0a0a 0%,#0000 100%);left:0}.fscroll-wrapper:after{background:linear-gradient(270deg,#0a0a0a 0%,#0000 100%);right:0}.fcategories-container{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;gap:2.5rem;padding:1rem 0;display:flex;overflow-x:auto}.fcategories-container:active{cursor:grabbing}.fcategories-container::-webkit-scrollbar{display:none}.fcategory-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:150px;max-width:150px;animation:6s ease-in-out infinite float;animation-delay:calc(var(--index)*.2s);background:#ffffff0d;border:1px solid #ffd7001a;border-radius:20px;flex-direction:column;align-items:center;padding:1.5rem 1rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.fcategory-card:hover{background:#ffd7001a;border-color:#ffd7004d;transform:translateY(-10px)scale(1.05);box-shadow:0 20px 40px #d4af3733,0 0 0 1px #ffd7001a,inset 0 0 20px #ffffff0d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fimage-circle{background:linear-gradient(45deg,#d4af37,gold,#f5f5f5,#d4af37) 0 0/400% 400%;border:3px solid #0000;border-radius:50%;width:120px;height:120px;margin-bottom:1.5rem;padding:3px;animation:3s infinite gradientBorder;position:relative;overflow:hidden}@keyframes gradientBorder{0%,to{background-position:0%}50%{background-position:100%}}.fimage-circle:before{content:"";background:inherit;border-radius:inherit;-webkit-mask-composite:xor;padding:3px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.category-image{object-fit:cover;z-index:1;border-radius:50%;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.fcategory-card:hover .category-image{transform:scale(1.1)}.fcategory-name{color:#fff;text-align:center;letter-spacing:.5px;margin-top:.5rem;padding-bottom:5px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:500;transition:all .3s;position:relative}.fcategory-name:after{content:"";background:linear-gradient(90deg,#0000,gold,#0000);width:0;height:1px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.fcategory-card:hover .fcategory-name{color:gold}.fcategory-card:hover .fcategory-name:after{width:80%}.loading-categories{justify-content:center;align-items:center;min-height:300px;display:flex}.loading-categories p{color:gold;letter-spacing:1px;font-family:Montserrat,sans-serif;font-size:1.2rem;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%{box-shadow:0 4px 15px #dc262666}50%{box-shadow:0 4px 20px #dc2626b3}to{box-shadow:0 4px 15px #dc262666}}@media (max-width:768px){.ffeatured-section{padding:3rem 1rem}.fsection-title{margin-bottom:3rem}.fcategory-card{min-width:130px;max-width:130px}.fimage-circle{width:100px;height:100px}.fscroll-wrapper:before,.fscroll-wrapper:after{width:50px}}@media (max-width:480px){.ffeatured-section{padding:2rem .5rem}.fcategories-container{gap:1.5rem}.fcategory-card{min-width:110px;max-width:110px;padding:1rem .5rem}.fimage-circle{width:80px;height:80px}.fcategory-name{font-size:.9rem}}@media (min-width:1920px){.ffeatured-section{padding:5rem 4rem}.fcategory-card{min-width:180px;max-width:180px}.fimage-circle{width:150px;height:150px}}@media (hover:none) and (pointer:coarse){.fcategory-card:hover{transform:none}.fcategory-card:active{transform:scale(.98)}.fcategories-container{scroll-snap-type:x mandatory}.fcategory-card{scroll-snap-align:center}}@media (prefers-reduced-motion:reduce){.fcategory-card,.category-image,.fcategory-name,.fsection-title:after{transition:none;animation:none}.fcategory-card:hover{transform:none}}.categories-page-categories{color:#333;background:#f8f9fa;min-height:100vh;padding:2rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.container-of-categories-page{max-width:1400px;margin:0 auto}.Cart-message-of-categories-page{color:#fff;z-index:1000;background:#28a745;border-radius:6px;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:600;animation:.3s slideInRight,.3s 1.7s forwards fadeOut;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 4px 15px #28a7454d}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{to{opacity:0}}.categories-page-header{background:#fff;border:1px solid #e5e5e5;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:3.5rem;padding:2rem;display:flex;position:relative;box-shadow:0 2px 20px #0000000a}.back-btn-of-categories-page{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;align-items:center;gap:10px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.back-btn-of-categories-page:before{content:"";transform-origin:100%;z-index:-1;background:#000;width:100%;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:scaleX(0)}.back-btn-of-categories-page:hover{color:#fff;border-color:#000;transform:translate(-8px)}.back-btn-of-categories-page:hover:before{transform-origin:0;transform:scaleX(1)}.back-btn-of-categories-page:active{transform:translate(-4px)scale(.98)}.back-button-of-categories-page{font-size:1rem;transition:transform .3s}.back-btn-of-categories-page:hover .back-button-of-categories-page{transform:translate(-4px)}.name-of-categories-page{color:#000;text-align:center;letter-spacing:-.5px;margin:0;padding:0 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.4rem;font-weight:700;position:relative}.name-of-categories-page:after{content:"";background:#000;border-radius:2px;width:80px;height:3px;animation:.8s ease-out underlineSlide;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}@keyframes underlineSlide{0%{opacity:0;width:0}to{opacity:1;width:80px}}.category-product-count{color:#fff;background:#000;border-radius:25px;align-items:center;gap:6px;margin-left:1.5rem;padding:8px 20px;font-size:.9rem;font-weight:600;animation:.6s ease-out countAppear;display:flex;box-shadow:0 2px 10px #0000001a}@keyframes countAppear{0%{opacity:0;transform:translateY(-15px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.name-of-categories-page-wrapper{flex-direction:column;flex:1;align-items:center;gap:.75rem;display:flex}@media (max-width:1024px){.categories-page-header{margin-bottom:3rem;padding:1.75rem}.name-of-categories-page{padding:0 1.5rem;font-size:2.2rem}.name-of-categories-page:after{width:70px;bottom:-10px}.back-btn-of-categories-page{padding:11px 22px}}@media (max-width:768px){.categories-page-header{text-align:center;flex-direction:column;gap:1.75rem;margin-bottom:2.5rem;padding:1.5rem}.name-of-categories-page-wrapper{order:-1;width:100%}.name-of-categories-page{padding:0;font-size:2rem}.name-of-categories-page:after{width:60px;bottom:-8px}.back-btn-of-categories-page{align-self:flex-start;margin-right:auto}.category-product-count{margin-top:.5rem;margin-left:0}}@media (max-width:480px){.categories-page-header{border-radius:10px;margin-bottom:2rem;padding:1.25rem}.name-of-categories-page{font-size:1.8rem}.name-of-categories-page:after{width:50px;height:2px;bottom:-6px}.back-btn-of-categories-page{justify-content:center;width:100%;padding:10px 20px;font-size:.9rem}.category-product-count{padding:6px 16px;font-size:.85rem}}.back-btn-of-categories-page:focus{outline:none;box-shadow:0 0 0 3px #0003}.back-btn-of-categories-page:hover .back-button-of-categories-page{animation:.6s arrowBounce}@keyframes arrowBounce{0%,to{transform:translate(0)}50%{transform:translate(-8px)}}.name-of-categories-page.loading{color:#0000;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite loadingShimmer}@keyframes loadingShimmer{0%{left:-100%}to{left:100%}}.categories-page-header-content{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.products-grid-of-categories-page{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 .5rem;display:grid}.product-card-wrapper-of-categories-page{background:#fff;border:1px solid #eee;border-radius:12px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 3px 15px #00000014}.product-card-wrapper-of-categories-page:hover{border-color:#ddd;transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.product-card-of-categories-page{color:inherit;text-decoration:none;display:block}.image-wrapper-of-categories-page{background:#f5f5f5;border-radius:12px 12px 0 0;width:100%;height:180px;position:relative;overflow:hidden}.image-wrapper-of-categories-page img{transition:transform .5s;object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important}.product-card-wrapper-of-categories-page:hover .image-wrapper-of-categories-page img{transform:scale(1.05)}.discount-tag-of-categories-page{color:#fff;z-index:2;background:#dc3545;border-radius:12px;padding:4px 8px;font-size:.75rem;font-weight:600;position:absolute;top:10px;right:10px}.product-info-of-categories-page{padding:1rem}.product-info-of-categories-page h3{color:#222;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:40px;margin:0 0 10px;font-size:.95rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.price-row-of-categories-page{align-items:center;gap:8px;min-height:24px;margin-bottom:12px;display:flex}.current-price-of-categories-page{color:#222;font-size:1.1rem;font-weight:700}.old-price-of-categories-page{color:#999;font-size:.9rem;text-decoration:line-through}.card-actions-of-categories-page{opacity:1;gap:.5rem;padding:0 1rem 1rem;display:flex;transform:translateY(0)}.action-btn-of-categories-page,.action-btn{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.cart-btn-of-categories-page{color:#fff;background:#000;border:1px solid #000}.cart-btn-of-categories-page:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.add-button-of-categories-page{font-size:.85rem}.view-btn-of-categories-page{color:#333;background:#fff;border:1px solid #ddd}.view-btn-of-categories-page:hover{background:#f8f9fa;border-color:#ccc;transform:translateY(-2px);box-shadow:0 4px 8px #0000000d}.no-products-of-categories-page{text-align:center;background:#fff;border:1px solid #eee;border-radius:12px;max-width:500px;margin:2rem auto;padding:4rem 2rem;box-shadow:0 4px 12px #0000000d}.no-products-of-categories-page h3{color:#555;margin-bottom:1.5rem;font-size:1.3rem;font-weight:500}.home-link-of-categories-page{color:#fff;background:#007bff;border-radius:6px;padding:10px 24px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.home-link-of-categories-page:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}.spinner-of-categories-page{border:3px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@media (max-width:375px){.categories-page-categories{padding:1.5rem .75rem}.products-grid-of-categories-page{gap:.75rem;padding:0}.image-wrapper-of-categories-page{height:160px}.product-info-of-categories-page h3{min-height:36px;font-size:.85rem}.current-price-of-categories-page{font-size:1rem}.action-btn-of-categories-page,.action-btn{padding:8px 10px;font-size:.8rem}.categories-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.back-btn-of-categories-page{margin-right:0}}@media (max-width:320px){.products-grid-of-categories-page{grid-template-columns:1fr}.image-wrapper-of-categories-page{height:150px}}@media (min-width:768px){.categories-page-categories{padding:3rem 1.5rem}.name-of-categories-page{font-size:2.2rem}.products-grid-of-categories-page{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:0}.image-wrapper-of-categories-page{height:200px}.product-info-of-categories-page h3{font-size:1rem}.current-price-of-categories-page{font-size:1.2rem}.action-btn-of-categories-page,.action-btn{padding:10px 14px;font-size:.9rem}}@media (min-width:1024px){.categories-page-categories{padding:4rem 2rem}.name-of-categories-page{font-size:2.5rem}.products-grid-of-categories-page{grid-template-columns:repeat(4,1fr);gap:2rem}.image-wrapper-of-categories-page{height:220px}.product-info-of-categories-page h3{font-size:1.05rem}.current-price-of-categories-page{font-size:1.3rem}}@media (min-width:1440px){.products-grid-of-categories-page{grid-template-columns:repeat(5,1fr)}.image-wrapper-of-categories-page{height:240px}}.back-btn-of-categories-page:focus,.cart-btn-of-categories-page:focus,.view-btn-of-categories-page:focus,.home-link-of-categories-page:focus{outline:none;box-shadow:0 0 0 3px #007bff40}.product-card-wrapper-of-categories-page,.back-btn-of-categories-page,.action-btn-of-categories-page,.action-btn,.home-link-of-categories-page{transition:all .2s}.trendingsectionProducts{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding:2rem 1rem;position:relative;overflow:hidden}.trendingsectionProducts:before{content:"";background:linear-gradient(90deg,#0000,#ffd70080 20%,gold 50%,#ffd70080 80%,#0000);height:1px;animation:3s ease-in-out infinite shimmerBorder;position:absolute;top:0;left:0;right:0}@keyframes shimmerBorder{0%,to{opacity:.3}50%{opacity:1}}.trendingsectioncontainer{max-width:1400px;margin:0 auto;position:relative}.trendingsectionProducts h1{color:#fff;text-align:center;letter-spacing:1px;margin-bottom:2rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:300;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.trendingsectionProducts h1:after{content:"HOT 🔥";letter-spacing:.2em;color:gold;text-transform:uppercase;font-size:.8rem;font-weight:600;animation:2s infinite pulseGlow;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}@keyframes pulseGlow{0%,to{opacity:.7;text-shadow:0 0 5px #ffd7004d}50%{opacity:1;text-shadow:0 0 15px #ffd70099}}.trendingsectionProducts .swiper{padding:1rem .5rem 2rem!important;overflow:visible!important}.trendingsectionproductCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:#ffffff0d;border:1px solid #ffd70026;border-radius:16px;flex-direction:column;height:100%;padding:1rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #0000004d,inset 0 1px #ffffff1a}.trendingsectionproductCard:hover{border-color:#ffd70066;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0006,0 0 0 1px #ffd70033,inset 0 0 30px #ffffff0d}.trendingsectionproductCard:before{content:"";opacity:0;z-index:-1;background:linear-gradient(45deg,#0000,#ffd7001a,#0000);border-radius:17px;transition:opacity .5s;position:absolute;inset:-1px}.trendingsectionimageContainer{aspect-ratio:5/4;background:linear-gradient(45deg,#1a1a1a,#2a2a2a);border-radius:12px;margin-bottom:1rem;transition:all .5s;position:relative;overflow:hidden}.trendingsectionimageContainer:before{content:"";opacity:0;z-index:1;pointer-events:none;background:linear-gradient(45deg,#ffd70000 0%,#ffd70014 100%);transition:opacity .5s;position:absolute;inset:0}.trendingsectionimageContainer img{filter:brightness(.95);border-radius:10px;transition:all .8s cubic-bezier(.4,0,.2,1);object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important}.trendingsectionimageContainer:after{content:"QUICK VIEW";color:gold;letter-spacing:.1em;opacity:0;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:1px solid #ffd70033;border-radius:20px;padding:8px 18px;font-size:.8rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:15px;left:50%;transform:translate(-50%)translateY(15px)}.trendingsectionproductCard h2{color:#fff;-webkit-line-clamp:2;text-overflow:ellipsis;letter-spacing:.02em;-webkit-box-orient:vertical;flex-grow:1;margin:0 0 .75rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.trendingsectionprice{color:#fff;flex-wrap:wrap;align-items:center;gap:.5rem;margin:.25rem 0;font-family:Montserrat,sans-serif;font-size:1.1rem;display:flex;position:relative}.trendingsectionprice span[style*=line-through]{opacity:.8;font-size:.9rem;font-weight:400;color:#888!important;text-decoration:line-through!important}.trendingsectionprice span[style*="font-weight: bold"]{background:linear-gradient(45deg,gold,#fff8dc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-right:2px;font-size:1.2rem;position:relative;font-weight:700!important}.trendingsectionproduct-page-discount-tag{color:#fff;letter-spacing:.05em;background:#910000;border-radius:16px;align-items:center;gap:.3rem;margin-left:auto;padding:.4rem .8rem;font-size:.8rem;font-weight:700;animation:2s infinite discountPulse;display:inline-flex;box-shadow:0 4px 15px #ff44444d}.trendingsectionProducts .swiper-button-next,.trendingsectionProducts .swiper-button-prev{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border:2px solid #ffd7004d;border-radius:50%;margin-top:-24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #0000004d;color:gold!important;width:48px!important;height:48px!important;top:50%!important}.trendingsectionProducts .swiper-button-next:after,.trendingsectionProducts .swiper-button-prev:after{font-weight:700;font-size:1rem!important}.trendingsectionProducts .swiper-button-prev{left:-24px!important}.trendingsectionProducts .swiper-button-next{right:-24px!important}.trendingsectionProducts .swiper-pagination{bottom:5px!important}.trendingsectionProducts .swiper-pagination-bullet{transition:all .3s;opacity:.7!important;background:#ffffff4d!important;width:8px!important;height:8px!important}.trendingsectionProducts .swiper-pagination-bullet-active{transform:scale(1.2);box-shadow:0 0 10px #ffd70080;opacity:1!important;background:linear-gradient(45deg,gold,#fff8dc)!important}.trendingsectionProducts .container[style*=text-align\:center]{color:gold;flex-direction:column;justify-content:center;align-items:center;min-height:250px;font-family:Montserrat,sans-serif;font-size:1.1rem;display:flex;position:relative}.trendingsectionProducts .container[style*=text-align\:center]:before{content:"";border:3px solid #ffd7001a;border-top-color:gold;border-radius:50%;width:50px;height:50px;animation:1.5s linear infinite luxurySpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.trendingsectionProducts{padding:1.5rem .75rem}.trendingsectionProducts h1{margin-bottom:1.5rem;font-size:1.75rem}.trendingsectionproductCard{padding:.75rem}.trendingsectionimageContainer{margin-bottom:.75rem}.trendingsectionimageContainer:after{padding:6px 14px;font-size:.7rem}}@media (max-width:480px){.trendingsectionProducts{padding:1rem .5rem}.trendingsectionProducts h1{margin-bottom:1rem;font-size:1.5rem}.trendingsectionproductCard{padding:.5rem}.trendingsectionproductCard h2{margin-bottom:.5rem;font-size:.9rem}.trendingsectionprice{gap:.25rem;font-size:1rem}.trendingsectionprice span[style*="font-weight: bold"]{font-size:1.1rem}.trendingsectionproduct-page-discount-tag{padding:.3rem .6rem;font-size:.75rem}}.trendingsectionproductCard:hover .trendingsectionimageContainer:after{opacity:1;opacity:1;transform:translate(-50%)translateY(0)}.trendingsectionproductCard:hover .trendingsectionimageContainer img{filter:brightness(1.05);transform:scale(1.1)}.trendingsectionproductCard:hover .trendingsectionimageContainer:before,.trendingsectionproductCard:hover:before{opacity:1}.productsListing{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(50px)scale(.95)}.productsListing.scroll-animate{opacity:1;transform:translateY(0)scale(1)}.productsListing .productCard{opacity:0;transform:translateY(30px)scale(.9)}.productsListing.scroll-animate .productCard{animation:.8s forwards fadeSlideUp}.productsListing .productCard{animation-delay:var(--delay,0s)}.productsListing{color:#111;background:#fff;padding:3rem .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.productsListing .container{text-align:center;max-width:1600px;margin:0 auto}.productsListing h1{letter-spacing:-.02em;color:#000;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.productsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;padding:0 .25rem;display:grid}.productsListing .productCard{background:#fff;border:1px solid #b0b0b0;border-radius:10px;flex-direction:column;width:100%;height:auto;min-height:260px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 10px #00000082}.productsListing .imageContainer{background:#f8f8f8;border-radius:8px 8px 0 0;flex-shrink:0;width:100%;height:180px;position:relative;overflow:hidden}.productsListing .imageContainer img{background:0 0;border:none;margin:0;padding:0;transition:transform .6s;display:block;object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important}.productsListing .imageContainer img[style*=padding]{padding:0!important}.productsListing .imageContainer img[style*=margin]{margin:0!important}.productsListing .imageContainer img[style*=object-fit]{object-fit:cover!important}.productsListing .productCard:hover .imageContainer img{transform:scale(1.05)}.productsListing .product-page-discount-tag{color:#fff;z-index:2;background:#910000;border-radius:12px;align-items:center;gap:3px;padding:4px 8px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 9px 10px #00000082}.productsListing .product-page-tag-icon{font-size:.7rem}.productsListing .productCard h2{color:#222;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;min-height:36px;margin:8px 10px 4px;font-size:.85rem;font-weight:5000;line-height:1.3;display:-webkit-box;overflow:hidden}.productsListing .productCard .price{flex-wrap:wrap;align-items:center;gap:4px;min-height:24px;margin:0 10px 6px;font-size:.9rem;font-weight:600;display:flex}.productsListing .addToCartButton{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;height:36px;margin:0 10px 10px;padding:6px 10px;font-size:.8rem;font-weight:600;transition:all .3s}.productsListing .addToCartButton:hover{background:#333}@media (max-width:375px){.productsListing{padding:2.5rem .5rem}.productsGrid{gap:.5rem;padding:0}.productsListing .productCard{min-height:240px}.productsListing .imageContainer{height:160px}.productsListing .productCard h2{min-height:32px;margin:6px 8px 3px;font-size:.8rem}.productsListing .productCard .price{min-height:22px;margin:0 8px 5px;font-size:.85rem}.productsListing .addToCartButton{height:32px;margin:0 8px 8px;padding:5px 8px;font-size:.75rem}}@media (max-width:320px){.productsListing .imageContainer{height:150px}.productsListing .productCard{min-height:220px}}@media (min-width:768px){.productsListing{padding:4rem 1.5rem}.productsListing h1{margin-bottom:3rem;font-size:2.5rem}.productsGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;padding:0 .5rem}.productsListing .productCard{min-height:320px}.productsListing .imageContainer{height:220px}.productsListing .productCard h2{min-height:40px;margin:12px 14px 6px;font-size:1rem}.productsListing .productCard .price{min-height:28px;margin:0 14px 10px;font-size:1.1rem}.productsListing .addToCartButton{height:40px;margin:0 14px 14px;padding:10px 14px;font-size:.95rem}}@media (min-width:1024px){.productsListing{padding:5rem 2rem}.productsListing h1{margin-bottom:4rem;font-size:3rem}.productsGrid{grid-template-columns:repeat(4,1fr);gap:1.75rem;padding:0 1rem}.productsListing .productCard{min-height:350px}.productsListing .imageContainer{height:240px}.productsListing .productCard h2{min-height:44px;margin:12px 16px 8px;font-size:1.05rem}.productsListing .productCard .price{min-height:32px;margin:0 16px 12px;font-size:1.2rem}.productsListing .addToCartButton{height:44px;margin:0 16px 16px;padding:12px 16px;font-size:1rem}}.productsListing .imageContainer:before{content:"";z-index:1;background:linear-gradient(45deg,#f5f5f5,#e0e0e0);width:100%;height:100%;display:none;position:absolute;top:0;left:0}.productsListing .imageContainer img:not([src]),.productsListing .imageContainer img[src=""],.productsListing .imageContainer img[src*=undefined],.productsListing .imageContainer img[src*=null]{opacity:0}.productsListing .imageContainer img:not([src])+.imageFallback,.productsListing .imageContainer img[src=""]+.imageFallback{display:block}.imageFallback{color:#999;z-index:1;background:#f8f8f8;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8rem;display:flex;position:absolute;top:0;left:0}.productsListing .imageContainer *{max-width:none!important;max-height:none!important}.productsListing .imageContainer img{min-width:100%!important;min-height:100%!important}.productsListing .imageContainer.debug-border{border:2px solid red}.productsListing .imageContainer img.debug-border{border:2px solid #00f}body{line-height:1.6}.pproduct-detail{gap:40px;max-width:1200px;min-height:100vh;margin:0 auto;padding:20px;display:flex}.pproduct-images{flex:1;gap:15px;display:flex}.thumbnails{flex-direction:column;gap:10px;display:flex}.thumbnails img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:6px;width:80px;height:80px;transition:all .3s}.thumbnails img:hover{border-color:#000;border-radius:6px}.thumbnails img.selected{border-color:#000;box-shadow:0 0 10px #0000004d}.main-image{flex:1}.main-image img{object-fit:cover;border:1px solid #e0e0e0;border-radius:10px;width:100%;height:500px}.pproduct-info{flex:1;padding:0 20px}.pproduct-info h1{color:#000;margin-bottom:15px;font-size:28px;font-weight:600}.pprice{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:14px;font-size:16px;display:flex}.pprice span{align-items:center;display:inline-flex}.pprice span:first-child{color:#d32f2f;font-size:17px;font-weight:500;text-decoration:line-through}.pprice span:nth-child(2){color:#1a1a1a;font-size:19px;font-weight:700}.final-discount-tag{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#d32f2f,#b71c1c);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;line-height:1;transition:transform .2s;display:inline-flex;box-shadow:0 2px 5px #00000040}.final-discount-tag:hover{transform:scale(1.05)}.discount-tag-icon{color:#fff;flex-shrink:0;font-size:13px;transform:rotate(-20deg)}.discount-tag-text{text-transform:uppercase;letter-spacing:.3px;font-size:11px;line-height:1}.live-viewers{color:#064e3b;background:linear-gradient(135deg,#d8f7e9,#a2ffbd);border-left:5px solid #008d34;border-radius:10px;align-items:center;gap:12px;margin:1rem 0;padding:12px 18px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:600;animation:.5s ease-in fadeIn;display:flex;box-shadow:0 4px 12px #00800026}.live-dot{z-index:1;background-color:#008430;border-radius:50%;width:12px;height:12px;position:relative;box-shadow:0 0 10px #028331b3,0 0 20px #22c55e66}.live-dot:before,.live-dot:after{content:"";z-index:-1;opacity:.5;background-color:#009d39;border-radius:50%;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.live-dot:before{animation:2s ease-in-out infinite pulseDot}.live-dot:after{animation:1.6s ease-in-out .4s infinite pulseDot}@keyframes pulseDot{0%{opacity:.5;transform:translate(-50%,-50%)scale(1)}60%{opacity:0;transform:translate(-50%,-50%)scale(3)}to{opacity:0;transform:translate(-50%,-50%)scale(3)}}.viewer-count{color:#15803d;font-weight:700;animation:.3s ease-out bounce}@keyframes bounce{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media (max-width:480px){.live-viewers{border-radius:8px;padding:10px 14px;font-size:.85rem}.live-dot{width:10px;height:10px}}.pcolor-selection{margin-bottom:25px}.pcolor-selection h3{color:#000;margin-bottom:10px;font-size:18px}.color-btn{cursor:pointer;background-color:#fff;border:2px solid #000;border-radius:6px;margin-right:10px;padding:8px 16px;font-size:14px;transition:all .3s}.color-btn:hover,.color-btn.selected{color:#fff;background-color:#000}.psize-selection{margin-bottom:25px}.psize-selection h3{color:#000;margin-bottom:10px;font-size:18px}.size-btn{cursor:pointer;background-color:#fff;border:2px solid #000;border-radius:6px;min-width:40px;margin-right:10px;padding:8px 16px;font-size:14px;transition:all .3s}.size-btn:hover,.size-btn.selected{color:#fff;background-color:#000}.pquantity-selection{border-radius:6px;margin-bottom:25px}.pquantity-selection h3{color:#000;margin-bottom:10px;font-size:18px}.pquantity-controls{align-items:center;gap:10px;display:flex}.pquantity-controls button{cursor:pointer;background-color:#fff;border:2px solid #000;border-radius:6px;width:35px;height:35px;font-size:18px;transition:all .3s}.pquantity-controls button:hover{color:#fff;background-color:#000}.pquantity-controls input{text-align:center;background-color:#fff;border:2px solid #000;border-radius:6px;width:60px;height:35px;font-size:16px}.notification-wrapper{height:50px;margin-bottom:25px;overflow:hidden}.order-notification-bar{color:#1f2937;background:#f5f7fa;border-left:4px solid #d32f2f;border-radius:8px;align-items:center;gap:10px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .5s;display:flex;position:relative;box-shadow:0 2px 6px #3b82f626}.order-icon{color:#3b82f6;flex-shrink:0;font-size:18px}.order-notification-bar.slide-in{opacity:1;transform:translateY(0)}.order-notification-bar.slide-out{opacity:0;transform:translateY(-100%)}.order-icon{margin-right:8px}.pbuttons-container{gap:15px;margin-bottom:30px;display:flex}.padd-to-cart-btn{color:#000;cursor:pointer;background-color:#fff;border:2px solid #000;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:15px 25px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.padd-to-cart-btn:hover{color:#fff;background-color:#000}.pbuy-now-btn{color:#fff;cursor:pointer;background:linear-gradient(45deg,#dc2626,#ef4444);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:15px 25px;font-size:16px;font-weight:600;transition:all .3s;animation:2s infinite pulse;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #dc262666}.pbuy-now-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.pbuy-now-btn:hover:before{left:100%}.pbuy-now-btn:hover{background:linear-gradient(45deg,#b91c1c,#dc2626);transform:translateY(-2px);box-shadow:0 6px 20px #dc262699}.pbuy-now-btn:active{transform:translateY(0)}.delivery-options-wrapper{color:#f5f5f5;background:#111;border-radius:14px;margin-bottom:30px;padding:35px 20px;box-shadow:0 10px 30px #00000080}.delivery-options-wrapper h3{text-align:center;letter-spacing:1.2px;text-transform:uppercase;color:#fff;margin-bottom:35px;font-size:24px;font-weight:700}.delivery-boxes{flex-wrap:wrap;justify-content:space-between;gap:22px;display:flex}.delivery-box{color:#f5f5f5;text-align:center;background:#1c1c1c;border:1px solid #333;border-radius:14px;flex:30%;min-height:180px;padding:28px 20px;transition:transform .3s,box-shadow .3s}.delivery-box:hover{transform:translateY(-6px);box-shadow:0 12px 30px #ffffff14}.delivery-icon{color:#f5f5f5;margin-bottom:14px;font-size:32px}.delivery-box h4{color:#fff;margin-bottom:8px;font-size:17px;font-weight:600}.delivery-box p{color:#ccc;margin:0;font-size:14px}@media (max-width:768px){.delivery-box{flex:0 0 48%}}@media (max-width:480px){.delivery-box{flex:0 0 100%}}.luxury-reviews{color:#f5f5f5;background:#111;border-radius:14px;padding:40px 25px;box-shadow:0 10px 30px #00000080}.luxury-reviews-count{text-align:center;text-transform:uppercase;letter-spacing:1.2px;color:#fff;margin-bottom:28px;font-size:24px;font-weight:700}.luxury-existing-reviews{flex-direction:column;gap:28px;display:flex}.luxury-review{color:#f5f5f5;background:#1c1c1c;border:1px solid #333;border-radius:14px;padding:25px;transition:all .3s;box-shadow:0 8px 25px #ffffff0d}.luxury-review:hover{transform:translateY(-5px);box-shadow:0 12px 30px #ffffff14}.luxury-review-comment{color:#ccc;margin:12px 0;font-size:15px;line-height:1.6}.luxury-no-reviews{color:#777;text-align:center;font-size:15px;font-style:italic}.review-images{flex-wrap:wrap;gap:12px;margin-top:15px;display:flex}.review-images img{object-fit:cover;border:1px solid #333;border-radius:12px;width:90px;height:90px;transition:transform .3s}.review-images img:hover{transform:scale(1.05)}.stars{gap:5px;margin-bottom:10px;display:flex}.star{color:#444;font-size:22px;transition:color .3s}.star.filled{color:#f4b400}@media (max-width:720px){.luxury-review{padding:20px}.review-images img{width:75px;height:75px}}@media (max-width:768px){.pproduct-detail{flex-direction:column;gap:2rem;margin:1rem;padding:1rem}.pproduct-images{flex-direction:column;align-items:center;position:static}.thumbnails{flex-direction:row;order:2;justify-content:center;width:100%;margin-top:1rem}.main-image{order:1;width:100%;max-width:500px}.main-image img{object-fit:contain;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);height:350px}.pproduct-info{padding:0}.pproduct-info h1{font-size:2rem}.price{font-size:1.5rem}.pbuttons-container{flex-direction:column;gap:1rem}.padd-to-cart-btn,.pbuy-now-btn{padding:1rem;font-size:1rem}.notification-wrapper{height:80px}.order-notification-bar{padding:1rem;font-size:.9rem}}@media (max-width:480px){.pproduct-detail{margin:.5rem;padding:1rem}.main-image img{object-fit:contain;width:100%;height:400px}.thumbnails img{width:60px;height:60px}.pproduct-info h1{font-size:1.5rem}.price{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:1.2rem}.color-btn,.size-btn{padding:.6rem 1rem;font-size:.9rem}.padd-to-cart-btn,.pbuy-now-btn{padding:1rem;font-size:.9rem}.ddelivery-options,.luxury-reviews{padding:1rem}.review-images img{width:60px;height:60px}}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.padd-to-cart-btn:focus,.pbuy-now-btn:focus,.color-btn:focus,.size-btn:focus{outline-offset:2px;outline:3px solid #3498db}html{scroll-behavior:smooth}@media print{.pbuttons-container,.notification-wrapper{display:none!important}.pproduct-detail{box-shadow:none;background:#fff}}.checkout-page-wrapper{background:#0a0a0a;max-width:1200px;min-height:100vh;margin:0 auto;padding:3rem 1.5rem;font-family:Montserrat,Segoe UI,sans-serif;animation:.8s ease-out pageFadeIn}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checkout-form-container{background:#0f0f0ff2;border:1px solid #d4af3733;border-radius:24px;padding:3.5rem;position:relative;overflow:hidden;box-shadow:0 25px 60px #0006}.checkout-form-container:before{content:"";background:linear-gradient(90deg,#0000,#d4af37,#0000);height:4px;animation:3s infinite shimmerGold;position:absolute;top:0;left:0;right:0}@keyframes shimmerGold{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.checkout-main-title{color:#fff;text-align:center;letter-spacing:2px;margin-bottom:1rem;padding-bottom:1.5rem;font-size:3rem;font-weight:300;animation:.6s ease-out titleSlideDown;position:relative}@keyframes titleSlideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.checkout-main-title:after{content:"";background:#d4af37;width:150px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.checkout-subtitle-text{color:#b0b0b0;text-align:center;margin-bottom:3.5rem;font-size:1.2rem;line-height:1.6;animation:.8s ease-out .2s both fadeInDelay}@keyframes fadeInDelay{0%{opacity:0}to{opacity:1}}.checkout-error-alert{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#d4af371a;border:1px solid #d4af374d;border-radius:12px;align-items:center;gap:1rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;animation:.4s cubic-bezier(.68,-.55,.265,1.55) slideInFromLeft;display:flex}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.checkout-error-icon{color:#d4af37;font-size:1.2rem;animation:2s infinite pulseIcon}@keyframes pulseIcon{0%,to{opacity:1}50%{opacity:.7}}.checkout-cart-summary-box{background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:18px;margin-bottom:3rem;padding:2rem;transition:all .4s;animation:.5s ease-out .3s both slideUpBox}@keyframes slideUpBox{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.checkout-cart-summary-box:hover{border-color:#d4af374d;transform:translateY(-5px);box-shadow:0 15px 40px #d4af3726}.checkout-summary-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.checkout-summary-title{color:#fff;align-items:center;gap:.75rem;margin:0;font-size:1.4rem;display:flex}.checkout-cart-icon{color:#d4af37;font-size:1.3rem;animation:2s infinite bounceIcon}@keyframes bounceIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.checkout-view-cart-btn{color:#d4af37;cursor:pointer;background:0 0;border:1px solid #d4af37;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .3s;display:flex}.checkout-view-cart-btn:hover{color:#000;background:#d4af37;transform:translateY(-2px);box-shadow:0 8px 20px #d4af374d}.checkout-summary-items-list{font-size:.95rem}.checkout-summary-item-row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.75rem 0;transition:all .3s;display:flex}.checkout-summary-item-row:hover{background:#ffffff08;border-radius:8px;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.checkout-item-name{color:#e0e0e0;flex:1;font-weight:400}.checkout-item-price{color:#d4af37;white-space:nowrap;margin-left:1rem;font-weight:600}.checkout-summary-totals-section{border-top:2px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem}.checkout-total-row{color:#b0b0b0;justify-content:space-between;margin-bottom:.75rem;font-size:1rem;transition:all .3s;display:flex}.checkout-grand-total-row{color:#fff;border-top:1px solid #fff3;justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:1.4rem;font-weight:600;animation:3s infinite alternate glowGold;display:flex}@keyframes glowGold{0%{text-shadow:0 0 10px #d4af374d}to{text-shadow:0 0 20px #d4af3780}}.checkout-customer-form{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.checkout-input-group{opacity:0;animation:.5s ease-out forwards fadeInInput;position:relative}.checkout-input-group:first-child{animation-delay:.4s}.checkout-input-group:nth-child(2){animation-delay:.5s}.checkout-input-group:nth-child(3){animation-delay:.6s}.checkout-input-group:nth-child(4){animation-delay:.7s}.checkout-input-group:nth-child(5){animation-delay:.8s}.checkout-input-group:nth-child(6){animation-delay:.9s}.checkout-input-group:nth-child(7){animation-delay:1s}.checkout-input-group:nth-child(8){animation-delay:1.1s}@keyframes fadeInInput{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(10px)}}.checkout-input-label{color:#fff;letter-spacing:.5px;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1rem;font-weight:500;display:flex}.checkout-input-icon{color:#d4af37;font-size:1.1rem;transition:transform .3s}.checkout-input-group:hover .checkout-input-icon{transform:scale(1.1)}.checkout-text-input{color:#fff;background:#282828cc;border:1px solid #ffffff26;border-radius:12px;outline:none;width:100%;padding:1.25rem 1.5rem;font-size:1rem;transition:all .3s}.checkout-text-input::placeholder{color:#666;font-style:italic}.checkout-text-input:focus{background:#323232e6;border-color:#d4af37;transform:translateY(-2px);box-shadow:0 0 0 3px #d4af3733}.checkout-text-input:hover:not(:focus){border-color:#d4af374d}.checkout-text-input:disabled{opacity:.5;cursor:not-allowed}.checkout-select-input{color:#fff;appearance:none;cursor:pointer;background:#282828cc;border:1px solid #ffffff26;border-radius:12px;outline:none;width:100%;padding:1.25rem 1.5rem;font-size:1rem;transition:all .3s;position:relative}.checkout-input-group:has(.checkout-select-input){position:relative}.checkout-input-group:has(.checkout-select-input):after{content:"▼";color:#d4af37;pointer-events:none;font-size:.8rem;transition:transform .3s;position:absolute;top:3.2rem;right:1.5rem}.checkout-input-group:has(.checkout-select-input):hover:after{transform:translateY(2px)}.checkout-select-input option{color:#fff;background:#1a1a1a;padding:1rem}.checkout-select-input option:checked{color:#d4af37;background:#d4af3733}.checkout-select-input:focus{background:#323232e6;border-color:#d4af37;transform:translateY(-2px);box-shadow:0 0 0 3px #d4af3733}.checkout-select-input:hover:not(:focus){border-color:#d4af374d}.checkout-proceed-payment-btn{color:#fff;cursor:pointer;letter-spacing:1px;background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);border:1px solid #d4af37;border-radius:14px;grid-column:span 2;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding:1.5rem 2.5rem;font-size:1.2rem;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.checkout-proceed-payment-btn:before{content:"";background:linear-gradient(90deg,#0000,#d4af3733,#0000);width:100%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.checkout-proceed-payment-btn:hover:not(:disabled){color:#000;background:#d4af37;transform:translateY(-4px);box-shadow:0 20px 40px #d4af374d}.checkout-proceed-payment-btn:hover:not(:disabled):before{left:100%}.checkout-proceed-payment-btn:active:not(:disabled){transform:translateY(-2px)}.checkout-proceed-payment-btn:disabled{opacity:.5;cursor:not-allowed;border-color:#666}.checkout-btn-arrow{transition:transform .3s}.checkout-proceed-payment-btn:hover .checkout-btn-arrow{transform:translate(5px)}.checkout-spinner{border:3px solid #ffffff4d;border-top-color:#d4af37;border-radius:50%;width:22px;height:22px;animation:1s linear infinite spinLoading}@keyframes spinLoading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkout-empty-cart-message{text-align:center;background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:18px;margin-top:3rem;padding:3rem 2rem;animation:.6s ease-out fadeInScale}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.checkout-empty-cart-icon{color:#d4af37;opacity:.7;margin-bottom:1.5rem;font-size:4rem;animation:3s ease-in-out infinite floatUpDown}@keyframes floatUpDown{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-10px)rotate(5deg)}66%{transform:translateY(5px)rotate(-5deg)}}.checkout-empty-title{color:#fff;margin:0 0 1rem;font-size:1.8rem;font-weight:400}.checkout-empty-text{color:#b0b0b0;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.checkout-continue-shopping-btn{color:#d4af37;cursor:pointer;background:0 0;border:1px solid #d4af37;border-radius:10px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.checkout-continue-shopping-btn:hover{color:#000;background:#d4af37;transform:translateY(-3px);box-shadow:0 10px 25px #d4af374d}@media (max-width:992px){.checkout-page-wrapper{padding:2rem 1rem}.checkout-form-container{padding:2.5rem}.checkout-main-title{font-size:2.5rem}.checkout-customer-form{grid-template-columns:1fr;gap:1.5rem}.checkout-proceed-payment-btn{grid-column:span 1}}@media (max-width:768px){.checkout-form-container{padding:2rem}.checkout-main-title{font-size:2.2rem}.checkout-subtitle-text{margin-bottom:2.5rem;font-size:1.1rem}.checkout-cart-summary-box{padding:1.5rem}.checkout-summary-header{flex-direction:column;align-items:flex-start;gap:1rem}.checkout-view-cart-btn{justify-content:center;width:100%}.checkout-input-group:has(.checkout-select-input):after{top:3.5rem}}@media (max-width:480px){.checkout-form-container{border-radius:16px;padding:1.5rem}.checkout-main-title{font-size:1.8rem}.checkout-cart-summary-box{padding:1.25rem}.checkout-text-input,.checkout-select-input{padding:1rem}.checkout-proceed-payment-btn{padding:1.25rem;font-size:1.1rem}}.checkout-text-input:focus,.checkout-select-input:focus,.checkout-proceed-payment-btn:focus,.checkout-view-cart-btn:focus,.checkout-continue-shopping-btn:focus{outline:none;box-shadow:0 0 0 3px #d4af3766}.checkout-cart-summary-box:hover .checkout-summary-title{color:#d4af37;transition:color .3s}.checkout-input-group:hover .checkout-input-label{color:#d4af37}.checkout-text-input::placeholder{transition:opacity .3s}.checkout-text-input:focus::placeholder{opacity:.5}.payment-page-main-container{background:#0a0a0a;max-width:1200px;min-height:100vh;margin:0 auto;padding:3rem 1.5rem;font-family:Montserrat,Segoe UI,sans-serif;animation:.8s ease-out paymentPageFadeIn}@keyframes paymentPageFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.payment-content-wrapper{background:#0f0f0ff2;border:1px solid #d4af3733;border-radius:24px;padding:3.5rem;position:relative;overflow:hidden;box-shadow:0 25px 60px #0006}.payment-content-wrapper:before{content:"";background:linear-gradient(90deg,#0000,#d4af37,#0000);height:4px;animation:3s infinite paymentShimmerGold;position:absolute;top:0;left:0;right:0}@keyframes paymentShimmerGold{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.payment-main-title{color:#fff;text-align:center;letter-spacing:2px;margin-bottom:1rem;padding-bottom:1.5rem;font-size:3rem;font-weight:300;animation:.6s ease-out paymentTitleSlideDown;position:relative}@keyframes paymentTitleSlideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.payment-main-title:after{content:"";background:#d4af37;width:200px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.payment-subtitle-text{color:#b0b0b0;text-align:center;margin-bottom:3.5rem;font-size:1.2rem;line-height:1.6;animation:.8s ease-out .2s both paymentSubtitleFadeIn}@keyframes paymentSubtitleFadeIn{0%{opacity:0}to{opacity:1}}.payment-error-message-container{color:#fff;background:#d4af371a;border:1px solid #d4af374d;border-radius:12px;align-items:center;gap:1rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;animation:.4s cubic-bezier(.68,-.55,.265,1.55) paymentErrorSlideIn;display:flex}@keyframes paymentErrorSlideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.payment-error-message-icon{color:#d4af37;font-size:1.2rem;animation:2s infinite paymentErrorPulse}@keyframes paymentErrorPulse{0%,to{opacity:1}50%{opacity:.7}}.payment-error-message-text{font-size:1rem;font-weight:500}.payment-grid-layout{grid-template-columns:1fr 1fr;gap:3rem;animation:.8s ease-out .4s both paymentGridFadeIn;display:grid}@keyframes paymentGridFadeIn{0%{opacity:0}to{opacity:1}}.payment-order-summary-card,.payment-customer-details-card,.payment-method-main-card{opacity:0;background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:18px;padding:2rem;transition:all .4s;animation:.6s ease-out forwards paymentCardSlideUp}.payment-order-summary-card{animation-delay:.5s}.payment-customer-details-card{animation-delay:.7s}.payment-method-main-card{animation-delay:.9s}@keyframes paymentCardSlideUp{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(20px)}}.payment-order-summary-card:hover,.payment-customer-details-card:hover,.payment-method-main-card:hover{border-color:#d4af374d;transform:translateY(-5px);box-shadow:0 15px 40px #d4af3726}.payment-order-summary-title,.payment-customer-details-title,.payment-confirm-order-title{color:#fff;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.4rem;font-weight:500;display:flex}.payment-order-summary-icon,.payment-customer-details-icon{color:#d4af37;font-size:1.3rem;animation:2s infinite paymentIconBounce}@keyframes paymentIconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.payment-order-items-container{max-height:350px;margin-bottom:1.5rem;padding-right:1rem;overflow-y:auto}.payment-order-items-container::-webkit-scrollbar{width:6px}.payment-order-items-container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.payment-order-items-container::-webkit-scrollbar-thumb{background:#d4af37;border-radius:3px}.payment-order-item-card{border-bottom:1px solid #ffffff14;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;transition:all .3s;display:flex}.payment-order-item-card:hover{background:#ffffff08;border-radius:8px;margin:0 -.5rem 1.5rem;padding:1rem}.payment-order-item-image{object-fit:cover;border:1px solid #d4af3733;border-radius:10px;width:80px;height:80px}.payment-order-item-details{flex:1}.payment-order-item-name{color:#fff;margin:0 0 .5rem;font-size:1rem;font-weight:500}.payment-order-item-attributes{color:#b0b0b0;margin-bottom:.5rem;font-size:.85rem}.payment-order-item-quantity-price{color:#d4af37;justify-content:space-between;align-items:center;font-weight:600;display:flex}.payment-order-item-quantity{font-size:.9rem}.payment-order-item-total-price{font-size:1rem}.payment-order-total-section{border-top:2px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem}.payment-order-subtotal-row,.payment-order-shipping-row{color:#b0b0b0;justify-content:space-between;margin-bottom:.75rem;font-size:1rem;display:flex}.payment-order-grand-total-row{color:#fff;border-top:2px solid #d4af374d;justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:1.4rem;font-weight:600;animation:3s infinite alternate paymentTotalPulse;display:flex}@keyframes paymentTotalPulse{0%{text-shadow:0 0 10px #d4af374d}to{text-shadow:0 0 20px #d4af3780}}.payment-customer-details-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.payment-edit-details-btn{color:#d4af37;cursor:pointer;background:0 0;border:1px solid #d4af37;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.payment-edit-details-btn:hover{color:#000;background:#d4af37;transform:translateY(-2px);box-shadow:0 5px 15px #d4af3733}.payment-customer-details-content{line-height:1.8}.payment-customer-detail-row{color:#e0e0e0;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.payment-customer-detail-icon{color:#d4af37;font-size:.9rem}.payment-customer-detail-text{flex:1}.payment-customer-address-row{border-top:1px solid #ffffff1a;align-items:flex-start;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.payment-customer-address-icon{color:#d4af37;margin-top:.25rem;font-size:.9rem}.payment-customer-address-details{color:#b0b0b0;flex:1;line-height:1.6}.payment-method-icon-section{text-align:center;margin-bottom:2rem}.payment-method-main-icon{color:#d4af37;margin-bottom:1rem;font-size:4rem;animation:3s ease-in-out infinite paymentMethodFloat}@keyframes paymentMethodFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.payment-method-name{color:#fff;margin-bottom:1rem;font-size:1.8rem}.payment-method-description{color:#b0b0b0;max-width:300px;margin:0 auto;line-height:1.6}.payment-summary-card{background:#141414e6;border:1px solid #d4af374d;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.payment-summary-title{color:#fff;margin-bottom:1rem;font-size:1.1rem}.payment-summary-content{line-height:1.8}.payment-summary-row{color:#b0b0b0;justify-content:space-between;margin-bottom:.5rem;font-size:1rem;display:flex}.payment-amount-to-pay-row{color:#fff;border-top:2px solid #ffffff1a;justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:1.2rem;font-weight:600;display:flex}.payment-action-buttons{margin-top:auto}.payment-confirm-order-btn{color:#fff;cursor:pointer;letter-spacing:1px;background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);border:1px solid #d4af37;border-radius:12px;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1.5rem;font-size:1.2rem;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.payment-confirm-order-btn:before{content:"";background:linear-gradient(90deg,#0000,#d4af3733,#0000);width:100%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.payment-confirm-order-btn:hover:not(:disabled){color:#000;background:#d4af37;transform:translateY(-4px);box-shadow:0 20px 40px #d4af374d}.payment-confirm-order-btn:hover:not(:disabled):before{left:100%}.payment-confirm-order-btn:disabled{opacity:.5;cursor:not-allowed;border-color:#666}.payment-confirm-order-icon{font-size:1.2rem}.payment-back-to-cart-btn{color:#d4af37;cursor:pointer;background:0 0;border:2px solid #d4af37;border-radius:12px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;transition:all .3s}.payment-back-to-cart-btn:hover{background:#d4af371a;transform:translateY(-2px)}.payment-loading-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:1s linear infinite paymentSpinLoading}@keyframes paymentSpinLoading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-confirmation-page{text-align:center;padding:2rem;animation:.8s ease-out paymentConfirmationFadeIn}@keyframes paymentConfirmationFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.payment-confirmation-icon{color:#37cd00;margin-bottom:2rem;font-size:5rem;animation:2s infinite paymentConfirmationPulse}@keyframes paymentConfirmationPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.payment-confirmation-message{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:300;animation:.6s ease-out paymentConfirmationSlideDown}@keyframes paymentConfirmationSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.payment-confirmation-text{color:#b0b0b0;max-width:600px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.6}.payment-order-bill-section{background:#1e1e1ee6;border:1px solid #d4af374d;border-radius:18px;max-width:600px;margin:0 auto 3rem;padding:2.5rem;animation:.8s ease-out paymentBillSlideUp}@keyframes paymentBillSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.payment-order-details-title{color:#fff;text-align:center;margin-bottom:2rem;padding-bottom:1rem;font-size:1.8rem;position:relative}.payment-order-details-title:after{content:"";background:#d4af37;width:100px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.payment-order-info-section{margin-bottom:2rem}.payment-order-detail-row{color:#e0e0e0;justify-content:space-between;margin-bottom:1rem;font-size:1rem;display:flex}.payment-order-detail-label{color:#fff;font-weight:600}.payment-order-detail-value{color:#d4af37;font-family:Courier New,monospace}.payment-amount-on-delivery-section{border-top:2px solid #ffffff1a;margin-bottom:2rem;padding-top:2rem}.payment-amount-title{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.3rem}.payment-amount-display{color:#d4af37;text-align:center;background:#141414e6;border:2px dashed #d4af3780;border-radius:12px;padding:1.5rem;font-size:2.5rem;font-weight:700;animation:3s infinite alternate paymentAmountGlow}@keyframes paymentAmountGlow{0%{box-shadow:0 0 20px #d4af3733}to{box-shadow:0 0 40px #d4af3766}}.payment-delivery-address-section{border-top:2px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.payment-address-title{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.3rem}.payment-address-details{color:#b0b0b0;text-align:left;background:#14141480;border-radius:10px;padding:1.5rem;line-height:1.6}.payment-confirmation-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem;display:flex}.payment-continue-shopping-btn{color:#000;cursor:pointer;background:#d4af37;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.payment-continue-shopping-btn:hover{background:#c19b2e;transform:translateY(-3px);box-shadow:0 10px 25px #d4af374d}.payment-view-orders-btn{color:#d4af37;cursor:pointer;background:0 0;border:2px solid #d4af37;border-radius:12px;padding:1.2rem 2.5rem;font-size:1.1rem;transition:all .3s}.payment-view-orders-btn:hover{background:#d4af371a;transform:translateY(-3px)}.payment-empty-cart-container{text-align:center;max-width:800px;min-height:70vh;margin:0 auto;padding:5rem 2rem;animation:.8s ease-out paymentEmptyFadeIn}@keyframes paymentEmptyFadeIn{0%{opacity:0}to{opacity:1}}.payment-empty-cart-icon{color:#d4af37;opacity:.5;margin-bottom:2rem;font-size:5rem;animation:4s ease-in-out infinite paymentEmptyFloat}@keyframes paymentEmptyFloat{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-15px)rotate(10deg)}66%{transform:translateY(5px)rotate(-5deg)}}.payment-empty-cart-title{color:#fff;margin-bottom:1rem;font-size:2.2rem;font-weight:300}.payment-empty-cart-text{color:#b0b0b0;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.payment-continue-shopping-btn-empty{color:#000;cursor:pointer;background:#d4af37;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.payment-continue-shopping-btn-empty:hover{background:#c19b2e;transform:translateY(-3px);box-shadow:0 10px 25px #d4af374d}@media (max-width:992px){.payment-page-main-container{padding:2rem 1rem}.payment-content-wrapper{padding:2.5rem}.payment-main-title{font-size:2.5rem}.payment-grid-layout{grid-template-columns:1fr;gap:2rem}.payment-confirmation-message{font-size:2.5rem}}@media (max-width:768px){.payment-content-wrapper{border-radius:20px;padding:2rem}.payment-main-title{font-size:2.2rem}.payment-subtitle-text{margin-bottom:2.5rem;font-size:1.1rem}.payment-order-summary-card,.payment-customer-details-card,.payment-method-main-card{padding:1.5rem}.payment-confirmation-message{font-size:2rem}.payment-confirmation-actions{flex-direction:column;gap:1rem}.payment-continue-shopping-btn,.payment-view-orders-btn{justify-content:center;width:100%}}@media (max-width:480px){.payment-page-main-container{padding:1.5rem 1rem}.payment-content-wrapper{border-radius:16px;padding:1.5rem}.payment-main-title{font-size:1.8rem}.payment-method-main-icon{font-size:3rem}.payment-amount-display,.payment-order-grand-total-row{font-size:1.8rem}.payment-order-item-card{text-align:center;flex-direction:column}.payment-order-item-image{margin:0 auto}}::selection{color:#fff;background:#d4af374d}button:focus,input:focus,select:focus{outline:none;box-shadow:0 0 0 3px #d4af3766}*{transition:background-color .3s,border-color .3s,transform .3s,box-shadow .3s}.admin-login-container{background:#202020;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.admin-login-card{background:#111;border-radius:16px;width:100%;max-width:900px;min-height:500px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 25px #ffffff26}.admin-login-left{color:#f5f5f5;z-index:2;background:#111;flex-direction:column;flex:1;justify-content:center;padding:40px;display:flex;position:relative}.admin-login-left h2{color:#fff;margin-bottom:20px;font-size:26px;font-weight:600}.admin-login-left label{color:#bbb;margin-bottom:6px;font-size:14px;display:block}.admin-login-left input{color:#fff;background:#1a1a1a;border:1px solid #333;border-radius:8px;outline:none;width:100%;margin-bottom:20px;padding:12px 14px;font-size:14px;transition:border .2s,box-shadow .2s}.admin-login-left input:focus{border-color:#fff;box-shadow:0 0 10px #fff3}.admin-login-left button{cursor:pointer;color:#000;background:#fff;border:1px solid #fff;border-radius:8px;width:100%;padding:12px;font-size:16px;font-weight:600;transition:all .3s}.admin-login-left button:hover{color:#fff;background:0 0;border-color:#fff}.admin-login-right{color:#fff;text-align:center;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);background:linear-gradient(135deg,#000 0%,#222 100%);flex-direction:column;flex:1;justify-content:center;padding:40px;display:flex}.admin-login-right h1{text-transform:uppercase;letter-spacing:2px;margin-bottom:15px;font-size:32px}.admin-login-right .quote{opacity:.8;font-size:16px;font-style:italic}.error{color:#ff4d4d;margin-bottom:10px;font-size:14px}@media (max-width:768px){.admin-login-card{flex-direction:column;min-height:auto}.admin-login-right{clip-path:none;border-bottom-right-radius:40px;border-bottom-left-radius:40px;order:-1;padding:30px}.admin-login-left{padding:30px}}div[class*=apx-website-ecom-loader-overlay]{-webkit-backdrop-filter:blur(10px)!important;z-index:99999!important;width:100%!important;height:100%!important;box-shadow:none!important;background:#000000f2!important;border:none!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;top:0!important;left:0!important}div[class*=apx-website-ecom-loader-overlay] .ecom-loader{-webkit-backdrop-filter:blur(15px)!important;background:#ffffff14!important;border:1px solid #ffffff26!important;border-radius:20px!important;margin:0!important;padding:50px 40px!important;position:relative!important;box-shadow:0 15px 35px #00000080,inset 0 1px #ffffff1a!important}div[class*=apx-website-ecom-loader-overlay] .ecom-loader:before{content:"✓ Trusted Shopping"!important;color:#000!important;letter-spacing:1px!important;z-index:10!important;white-space:nowrap!important;background:linear-gradient(135deg,#fff,#f0f0f0)!important;border-radius:20px!important;padding:6px 18px!important;font-size:11px!important;font-weight:700!important;position:absolute!important;top:-12px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 4px 12px #ffffff4d!important}div[class*=apx-website-ecom-loader-overlay] .loader-circle{justify-content:center!important;align-items:center!important;width:130px!important;height:130px!important;margin:0 auto 25px!important;display:flex!important;position:relative!important}div[class*=apx-website-ecom-loader-overlay] .loader-circle:before{content:""!important;border:2px solid #ffffff26!important;border-radius:50%!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;animation:6s linear infinite rotateLoader!important;position:absolute!important}@keyframes rotateLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}div[class*=apx-website-ecom-loader-overlay] .loader-icon{color:#fff!important;border:none!important;margin:0!important;padding:0!important;font-size:26px!important;animation-duration:3s!important;animation-timing-function:ease-in-out!important;animation-iteration-count:infinite!important;position:absolute!important}div[class*=apx-website-ecom-loader-overlay] .loader-icon-1{animation:4s linear infinite orbit1!important}@keyframes orbit1{0%{transform:rotate(0)translate(50px)rotate(0)}to{transform:rotate(360deg)translate(50px)rotate(-360deg)}}div[class*=apx-website-ecom-loader-overlay] .loader-icon-2{font-size:32px!important;animation:4s linear infinite reverse orbit2!important}@keyframes orbit2{0%{transform:rotate(0)translate(50px)rotate(0)}to{transform:rotate(360deg)translate(50px)rotate(-360deg)}}div[class*=apx-website-ecom-loader-overlay] .loader-icon-3{animation:2s ease-in-out infinite pulseLoader!important}@keyframes pulseLoader{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}div[class*=apx-website-ecom-loader-overlay] .loader-text{color:#fff!important;text-align:center!important;letter-spacing:2px!important;text-transform:uppercase!important;background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:10px!important;margin:0!important;padding:12px 20px!important;font-size:20px!important;font-weight:600!important;animation:3s ease-in-out infinite textPulseLoader!important;position:relative!important}@keyframes textPulseLoader{0%,to{opacity:.8;text-shadow:0 0 5px #fff3}50%{opacity:1;text-shadow:0 0 10px #ffffff4d}}div[class*=apx-website-ecom-loader-overlay] .loader-text:after{content:"..."!important;animation:1.5s steps(4,end) infinite dotsLoader!important}@keyframes dotsLoader{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}@media (max-width:768px){div[class*=apx-website-ecom-loader-overlay] .ecom-loader{padding:40px 30px!important;transform:scale(.9)!important}div[class*=apx-website-ecom-loader-overlay] .loader-circle{width:110px!important;height:110px!important}div[class*=apx-website-ecom-loader-overlay] .loader-icon{font-size:22px!important}div[class*=apx-website-ecom-loader-overlay] .loader-icon-2{font-size:28px!important}div[class*=apx-website-ecom-loader-overlay] .loader-text{padding:10px 15px!important;font-size:18px!important}}@media (max-width:480px){div[class*=apx-website-ecom-loader-overlay] .ecom-loader{padding:30px 25px!important;transform:scale(.8)!important}div[class*=apx-website-ecom-loader-overlay] .loader-circle{width:90px!important;height:90px!important}div[class*=apx-website-ecom-loader-overlay] .loader-icon{font-size:20px!important}div[class*=apx-website-ecom-loader-overlay] .loader-icon-2{font-size:24px!important}div[class*=apx-website-ecom-loader-overlay] .loader-text{letter-spacing:1.5px!important;font-size:16px!important}div[class*=apx-website-ecom-loader-overlay] .ecom-loader:before{padding:5px 12px!important;font-size:10px!important}}div[class*=apx-website-ecom-loader-overlay].fade-out{animation:.6s forwards fadeOutLoader!important}@keyframes fadeOutLoader{to{opacity:0!important;visibility:hidden!important;-webkit-backdrop-filter:blur()!important;backdrop-filter:blur()!important}}.shazie-dashboard{color:#fff;background:#000;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.shazie-menu-items{background:#000;border-right:1px solid #222;width:250px;height:100vh;padding:20px 0;transition:transform .3s;position:sticky;top:0;overflow-y:auto}.shazie-menu-items::-webkit-scrollbar{width:4px}.shazie-menu-items::-webkit-scrollbar-track{background:#1a1a1a}.shazie-menu-items::-webkit-scrollbar-thumb{background:#444}.shazie-menu-items li{color:#aaa;cursor:pointer;border-left:3px solid #0000;align-items:center;gap:12px;padding:14px 25px;font-size:.9rem;transition:all .2s;display:flex}.shazie-menu-items li:hover,.shazie-menu-items li.active{color:#fff;background:#1a1a1a;border-left-color:#fff}.shazie-menu-items li svg{width:20px;font-size:1rem}.shazie-main-content{background:#000;flex:1;min-height:100vh;padding:25px}.shazie-top-bar{border-bottom:1px solid #222;margin-bottom:25px;padding-bottom:15px}.shazie-top-bar h2{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.shazie-menu-toggle{z-index:1000;color:#fff;cursor:pointer;background:#000;border:1px solid #fff;border-radius:8px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:all .2s;display:none;position:fixed;top:15px;left:15px}.shazie-menu-toggle:hover{color:#000;background:#fff}.shazie-content{gap:25px;display:grid}.shazie-card{background:#000;border:1px solid #222;border-radius:12px;padding:25px}.shazie-home-card{text-align:center}.shazie-home-card h3{color:#fff;margin-bottom:12px;font-size:1.4rem;font-weight:600}.shazie-home-card p{color:#888;max-width:600px;margin-bottom:25px;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.5}.shazie-order-summary{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:25px;display:grid}.shazie-order-stat{text-align:center;background:#0a0a0a;border:1px solid #222;border-radius:10px;padding:20px;transition:all .2s}.shazie-order-stat:hover{border-color:#fff;transform:translateY(-2px)}.shazie-order-stat h3{color:#fff;margin-bottom:8px;font-size:1.8rem;font-weight:700;line-height:1}.shazie-order-stat p{color:#888;margin:0;font-size:.85rem;font-weight:500}@media (max-width:1024px){.shazie-order-summary{grid-template-columns:repeat(2,1fr)}.shazie-main-content{padding:20px}.shazie-menu-items{width:220px}}@media (max-width:768px){.shazie-dashboard{position:relative}.shazie-menu-toggle{display:flex}.shazie-menu-items{z-index:999;background:#000;height:100vh;position:fixed;top:0;left:-250px;box-shadow:5px 0 15px #0000004d}.shazie-menu-items.active{left:0}.shazie-main-content{width:100%;margin-left:0;padding-top:70px}.shazie-order-summary{grid-template-columns:1fr;gap:15px}.shazie-card{padding:20px}.shazie-home-card h3{font-size:1.3rem}.shazie-home-card p{margin-bottom:20px;font-size:.9rem}.shazie-top-bar{margin-top:20px}.shazie-top-bar h2{font-size:1.3rem}}@media (max-width:480px){.shazie-main-content{padding:70px 15px 15px}.shazie-menu-toggle{width:40px;height:40px;font-size:1rem;top:10px;left:10px}.shazie-card,.shazie-order-stat{padding:15px}.shazie-order-stat h3{font-size:1.5rem}.shazie-order-stat p{font-size:.8rem}.shazie-menu-items{width:100%;max-width:280px;left:-100%}.shazie-home-card h3{font-size:1.2rem}.shazie-home-card p{font-size:.85rem}}@media (min-width:1200px){.shazie-main-content{padding:30px}.shazie-order-summary{gap:25px}.shazie-order-stat{padding:25px}.shazie-order-stat h3{font-size:2rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}button:focus,input:focus,select:focus{outline-offset:2px;outline:2px solid #fff}.shazie-card,.shazie-order-stat,.shazie-menu-items li{transition:all .2s}.mobile-menu-overlay{z-index:998;background:#000000b3;display:none;position:fixed;inset:0}.mobile-menu-overlay.active{display:block}.apx-add-product-scope{color:#f0f0f0;background:linear-gradient(135deg,#0a0a0a 0%,#151515 100%);min-height:100vh;padding:30px 20px;font-family:Inter,Helvetica Neue,Arial,sans-serif;position:relative;overflow-x:hidden}.apx-add-product-scope:before{content:"";z-index:0;background-color:#0000;background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:30px 30px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:60s linear infinite apx-patternMove;position:absolute;inset:0}@keyframes apx-patternMove{0%{background-position:0 0}to{background-position:30px 30px}}.apx-add-product-scope>*{z-index:1;position:relative}.apx-add-product-scope .add-product-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1ae6;border:1px solid #ffffff14;border-radius:20px;max-width:1200px;margin:0 auto;overflow:hidden;box-shadow:0 15px 50px #0006,inset 0 1px #ffffff0d}.apx-add-product-scope .add-product-header{background:linear-gradient(90deg,#1a1a1a,#222);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:25px 30px;display:flex;position:relative;overflow:hidden}.apx-add-product-scope .add-product-header:before{content:"";background:linear-gradient(90deg,#0000,#fff,#0000);height:1px;position:absolute;top:0;left:0;right:0}.apx-add-product-scope .add-product-header h2{letter-spacing:1px;background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:12px;font-size:1.8rem;font-weight:400;display:flex}.apx-add-product-scope .add-product-header h2 svg{color:#fff;filter:drop-shadow(0 0 8px #ffffff4d)}.apx-add-product-scope .header-actions{gap:15px;display:flex}.apx-add-product-scope .preview-btn{color:#fff;letter-spacing:.5px;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:1px solid #fff3;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.apx-add-product-scope .preview-btn:hover{background:#ffffff0d;border-color:#fff6;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.apx-add-product-scope .add-product-form{padding:30px}.apx-add-product-scope .form-section{background:#141414b3;border:1px solid #ffffff0d;border-radius:15px;margin-bottom:25px;padding:25px;transition:all .3s}.apx-add-product-scope .form-section:hover{border-color:#ffffff1a;box-shadow:0 8px 25px #0000004d}.apx-add-product-scope .form-section h3{color:#fff;letter-spacing:.5px;border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:10px;font-size:1.3rem;font-weight:500;display:flex}.apx-add-product-scope .media-upload-area{text-align:center;cursor:pointer;background:#1e1e1e80;border:2px dashed #fff3;border-radius:12px;padding:50px 20px;transition:all .3s}.apx-add-product-scope .media-upload-area:hover{background:#28282880;border-color:#fff6}.apx-add-product-scope .upload-label{cursor:pointer;color:#aaa;flex-direction:column;align-items:center;gap:15px;transition:all .3s;display:flex}.apx-add-product-scope .upload-label svg{color:#888;font-size:2.5rem;transition:all .3s}.apx-add-product-scope .media-upload-area:hover .upload-label svg{color:#fff;transform:translateY(-5px)}.apx-add-product-scope .upload-label span{color:#ddd;font-size:1.1rem;font-weight:500}.apx-add-product-scope .upload-label small{color:#777;font-size:.85rem}.apx-add-product-scope .add-product-hidden-input{display:none}.apx-add-product-scope .media-preview-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;margin-top:20px;display:grid}.apx-add-product-scope .media-item{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:10px;transition:all .3s;position:relative;overflow:hidden}.apx-add-product-scope .media-item:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 10px 20px #0000004d}.apx-add-product-scope .media-item img,.apx-add-product-scope .media-item video{object-fit:cover;width:100%;height:120px;display:block}.apx-add-product-scope .remove-media{color:#fff;cursor:pointer;opacity:0;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s;display:flex;position:absolute;top:8px;right:8px;transform:scale(.8)}.apx-add-product-scope .media-item:hover .remove-media{opacity:1;transform:scale(1)}.apx-add-product-scope .remove-media:hover{background:#f00c;transform:scale(1.1)}.apx-add-product-scope .media-name{color:#aaa;text-align:center;white-space:nowrap;text-overflow:ellipsis;background:#00000080;padding:8px;font-size:.8rem;display:block;overflow:hidden}.apx-add-product-scope .form-row{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.apx-add-product-scope .form-group{margin-bottom:20px}.apx-add-product-scope .form-group.full-width{grid-column:1/-1}.apx-add-product-scope .form-group label{color:#ccc;letter-spacing:.5px;margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.apx-add-product-scope .add-product-bar,.apx-add-product-scope .add-product-bar2,.apx-add-product-scope .add-product-bar3,.apx-add-product-scope .add-product-bar4,.apx-add-product-scope .add-product-bar5,.apx-add-product-scope .add-product-bar6,.apx-add-product-scope .add-product-bar7,.apx-add-product-scope .add-product-bar8,.apx-add-product-scope .add-product-bar9,.apx-add-product-scope input[type=text],.apx-add-product-scope input[type=number],.apx-add-product-scope textarea,.apx-add-product-scope select{color:#fff;background:#282828b3;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:14px 16px;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s}.apx-add-product-scope .add-product-bar:focus,.apx-add-product-scope .add-product-bar2:focus,.apx-add-product-scope .add-product-bar3:focus,.apx-add-product-scope .add-product-bar4:focus,.apx-add-product-scope .add-product-bar5:focus,.apx-add-product-scope .add-product-bar6:focus,.apx-add-product-scope .add-product-bar7:focus,.apx-add-product-scope .add-product-bar8:focus,.apx-add-product-scope .add-product-bar9:focus,.apx-add-product-scope input[type=text]:focus,.apx-add-product-scope input[type=number]:focus,.apx-add-product-scope textarea:focus,.apx-add-product-scope select:focus{background:#323232b3;border-color:#ffffff4d;outline:none;box-shadow:0 0 0 2px #ffffff1a}.apx-add-product-scope .add-product-bar::placeholder,.apx-add-product-scope .add-product-bar2::placeholder,.apx-add-product-scope .add-product-bar3::placeholder,.apx-add-product-scope .add-product-bar4::placeholder,.apx-add-product-scope .add-product-bar5::placeholder,.apx-add-product-scope .add-product-bar6::placeholder,.apx-add-product-scope .add-product-bar7::placeholder,.apx-add-product-scope .add-product-bar8::placeholder,.apx-add-product-scope .add-product-bar9::placeholder,.apx-add-product-scope input[type=text]::placeholder,.apx-add-product-scope input[type=number]::placeholder,.apx-add-product-scope textarea::placeholder{color:#666}.apx-add-product-scope textarea{resize:vertical;min-height:120px;line-height:1.5}.apx-add-product-scope select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.apx-add-product-scope .add-product-bar8color-picker{cursor:pointer;background:0 0;border:2px solid #fff3;border-radius:10px;width:50px;height:50px;padding:5px}.apx-add-product-scope .add-product-bar8color-picker::-webkit-color-swatch-wrapper{padding:0}.apx-add-product-scope .add-product-bar8color-picker::-webkit-color-swatch{border:none;border-radius:6px}.apx-add-product-scope .dynamic-list{flex-direction:column;gap:15px;display:flex}.apx-add-product-scope .dynamic-item{align-items:center;gap:15px;display:flex}.apx-add-product-scope .add-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;margin-top:10px;padding:10px 20px;font-size:.9rem;transition:all .3s;display:flex}.apx-add-product-scope .add-btn:hover{background:#ffffff0d;border-color:#fff6;transform:translateY(-2px)}.apx-add-product-scope .remove-btn{color:#ff6b6b;cursor:pointer;background:#ff00001a;border:1px solid #ff00004d;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.apx-add-product-scope .remove-btn:hover{background:#f003;border-color:#ff000080;transform:scale(1.1)}.apx-add-product-scope .tag-input-container{gap:10px;margin-bottom:15px;display:flex}.apx-add-product-scope .add-tag-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;width:48px;transition:all .3s;display:flex}.apx-add-product-scope .add-tag-btn:hover{background:#fff3;transform:scale(1.05)}.apx-add-product-scope .tags-display{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.apx-add-product-scope .tag-item{color:#ddd;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;transition:all .3s;display:flex}.apx-add-product-scope .tag-item:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.apx-add-product-scope .remove-tag{color:#ff6b6b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;font-size:.8rem;transition:all .3s;display:flex}.apx-add-product-scope .remove-tag:hover{color:#ff4757;transform:scale(1.2)}.apx-add-product-scope .form-actions{border-top:1px solid #ffffff1a;justify-content:flex-end;margin-top:40px;padding-top:25px;display:flex}.apx-add-product-scope .submit-btn{color:#000;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#fff,#aaa);border:none;border-radius:12px;align-items:center;gap:10px;padding:15px 35px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.apx-add-product-scope .submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#fff,#ccc);transform:translateY(-3px);box-shadow:0 10px 25px #ffffff1a}.apx-add-product-scope .submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.apx-add-product-scope .product-preview-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;background:#0a0a0af2;justify-content:center;align-items:center;padding:20px;animation:.3s apx-modalFade;display:flex;position:fixed;inset:0}@keyframes apx-modalFade{0%{opacity:0}to{opacity:1}}.apx-add-product-scope .preview-content{background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:900px;max-height:90vh;animation:.4s cubic-bezier(.4,0,.2,1) apx-modalSlide;position:relative;overflow-y:auto;box-shadow:0 25px 75px #00000080}@keyframes apx-modalSlide{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.apx-add-product-scope .close-preview{color:#fff;cursor:pointer;z-index:2;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.apx-add-product-scope .close-preview:hover{background:#ffffff1a;border-color:#fff6;transform:rotate(90deg)}.apx-add-product-scope .shopify-product-preview{grid-template-columns:1fr 1fr;gap:40px;padding:40px;display:grid}.apx-add-product-scope .preview-image{border:1px solid #ffffff1a;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.apx-add-product-scope .preview-image img,.apx-add-product-scope .preview-image video{border-radius:15px;width:100%;height:auto;display:block}.apx-add-product-scope .preview-details h2{color:#fff;margin-bottom:15px;font-size:2rem;font-weight:400;line-height:1.3}.apx-add-product-scope .preview-price{color:#fff;align-items:center;gap:15px;margin-bottom:20px;font-size:1.8rem;font-weight:600;display:flex}.apx-add-product-scope .original-price{color:#888;font-size:1.2rem;font-weight:400;text-decoration:line-through}.apx-add-product-scope .preview-description{color:#ccc;margin-bottom:25px;font-size:.95rem;line-height:1.6}.apx-add-product-scope .preview-colors,.apx-add-product-scope .preview-sizes{margin-bottom:25px}.apx-add-product-scope .preview-colors p,.apx-add-product-scope .preview-sizes p{color:#aaa;margin-bottom:10px;font-size:.9rem;font-weight:500}.apx-add-product-scope .color-dots{flex-wrap:wrap;gap:12px;display:flex}.apx-add-product-scope .color-dot{cursor:pointer;border:2px solid #fff3;border-radius:50%;width:30px;height:30px;transition:all .3s}.apx-add-product-scope .color-dot:hover{border-color:#ffffff80;transform:scale(1.2)}.apx-add-product-scope .size-options{flex-wrap:wrap;gap:10px;display:flex}.apx-add-product-scope .size-badge{color:#ddd;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:8px 16px;font-size:.9rem;transition:all .3s}.apx-add-product-scope .size-badge:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.apx-add-product-scope .preview-section-cart-btn,.apx-add-product-scope .preview-section-buy-btn{cursor:pointer;border:none;border-radius:10px;width:100%;margin-bottom:15px;padding:14px;font-size:1rem;font-weight:600;transition:all .3s}.apx-add-product-scope .preview-section-cart-btn{color:#fff;background:#ffffff1a;border:1px solid #fff3}.apx-add-product-scope .preview-section-cart-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.apx-add-product-scope .preview-section-buy-btn{color:#000;background:linear-gradient(135deg,#fff,#aaa)}.apx-add-product-scope .preview-section-buy-btn:hover{background:linear-gradient(135deg,#fff,#ccc);transform:translateY(-2px);box-shadow:0 5px 15px #ffffff1a}@media (max-width:992px){.apx-add-product-scope .shopify-product-preview{grid-template-columns:1fr;gap:30px}}@media (max-width:768px){.apx-add-product-scope .add-product-container{border-radius:15px}.apx-add-product-scope .add-product-header{flex-direction:column;align-items:flex-start;gap:15px;padding:20px}.apx-add-product-scope .form-row{grid-template-columns:1fr;gap:0}.apx-add-product-scope .add-product-form,.apx-add-product-scope .form-section{padding:20px}.apx-add-product-scope .shopify-product-preview{padding:30px 20px}}@media (max-width:576px){.apx-add-product-scope{padding:15px 10px}.apx-add-product-scope .add-product-header h2{font-size:1.5rem}.apx-add-product-scope .media-preview-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.apx-add-product-scope .dynamic-item{flex-direction:column;align-items:stretch;gap:10px}.apx-add-product-scope .tag-input-container{flex-direction:column}.apx-add-product-scope .add-tag-btn{width:100%;height:48px}}.apx-all-product-section-scope{color:#f0f0f0;background:linear-gradient(135deg,#0a0a0a 0%,#151515 100%);min-height:100vh;padding:30px 20px;font-family:Inter,Helvetica Neue,Arial,sans-serif;position:relative;overflow-x:hidden}.apx-all-product-section-scope::-webkit-scrollbar{display:none}.apx-all-product-section-scope{-ms-overflow-style:none;scrollbar-width:none}.apx-all-product-section-scope:before{content:"";z-index:0;background:radial-gradient(circle at 20%,#ffffff05 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff03 0%,#0000 50%);animation:20s ease-in-out infinite alternate apx-bgFloat;position:absolute;inset:0}@keyframes apx-bgFloat{0%{transform:translate(0)}to{transform:translate(20px,20px)}}.apx-all-product-section-scope>*{z-index:1;position:relative}.apx-all-product-section-scope .zproducts-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1ae6;border:1px solid #ffffff14;border-radius:20px;max-width:1400px;margin:0 auto;padding:30px;overflow:hidden;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d}.apx-all-product-section-scope .zpage-title{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;letter-spacing:2px;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;margin-bottom:30px;padding-bottom:15px;font-size:2.2rem;font-weight:300;position:relative}.apx-all-product-section-scope .zpage-title:after{content:"";background:linear-gradient(90deg,#fff,#0000);width:100px;height:2px;position:absolute;bottom:0;left:0}.apx-all-product-section-scope .zsearch-bar{margin-bottom:25px;position:relative}.apx-all-product-section-scope .zsearch-bar input{color:#fff;background:#282828cc;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:16px 20px 16px 50px;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.apx-all-product-section-scope .zsearch-bar input:focus{background:#323232cc;border-color:#ffffff4d;outline:none;box-shadow:0 0 0 2px #ffffff1a,0 10px 25px #0000004d}.apx-all-product-section-scope .zsearch-bar input::placeholder{color:#777}.apx-all-product-section-scope .zsearch-bar:before{content:"🔍";color:#888;z-index:1;font-size:1.1rem;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.apx-all-product-section-scope .zfilter-stock{background:#232323b3;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:15px;margin-bottom:30px;padding:20px;display:flex}.apx-all-product-section-scope .zfilter-stock label{color:#ccc;letter-spacing:.5px;font-size:.95rem;font-weight:500}.apx-all-product-section-scope .zfilter-stock select{color:#fff;cursor:pointer;appearance:none;background:#323232cc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") right 15px center no-repeat;border:1px solid #ffffff1a;border-radius:8px;min-width:150px;padding:10px 40px 10px 20px;font-size:.9rem;transition:all .3s}.apx-all-product-section-scope .zfilter-stock select:focus{border-color:#ffffff4d;outline:none;box-shadow:0 0 0 2px #ffffff1a}.apx-all-product-section-scope .zbulk-actions{border-bottom:1px solid #ffffff1a;gap:15px;margin-bottom:30px;padding-bottom:20px;display:flex}.apx-all-product-section-scope .zbulk-actions button{letter-spacing:.5px;cursor:pointer;border:1px solid #fff3;border-radius:10px;align-items:center;gap:8px;padding:12px 25px;font-size:.9rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.apx-all-product-section-scope .zbulk-actions button:first-child{color:#fff;background:#ffffff1a}.apx-all-product-section-scope .zbulk-actions button:first-child:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.apx-all-product-section-scope .zbulk-actions button:last-child{color:#ff6b6b;background:#ff45451a;border-color:#ff45454d}.apx-all-product-section-scope .zbulk-actions button:last-child:hover:not(:disabled){background:#ff454533;border-color:#ff454580;transform:translateY(-2px);box-shadow:0 8px 20px #ff45451a}.apx-all-product-section-scope .zbulk-actions button:disabled{opacity:.3;cursor:not-allowed;transform:none!important}.apx-all-product-section-scope .zproducts-list{flex-direction:column;gap:20px;display:flex}.apx-all-product-section-scope .zproducts-list::-webkit-scrollbar{display:none}.apx-all-product-section-scope .zproducts-list{-ms-overflow-style:none;scrollbar-width:none}.apx-all-product-section-scope .zproduct-item{background:#1e1e1eb3;border:1px solid #ffffff0d;border-radius:15px;grid-template-columns:120px 1fr auto;gap:25px;padding:20px;transition:all .4s cubic-bezier(.4,0,.2,1);display:grid;position:relative;overflow:hidden}.apx-all-product-section-scope .zproduct-item:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:0;right:0}.apx-all-product-section-scope .zproduct-item:hover{background:#232323cc;border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 15px 35px #0006,0 0 50px #ffffff05}.apx-all-product-section-scope .zproduct-image{object-fit:cover;background:linear-gradient(135deg,#222,#333);border:1px solid #ffffff1a;border-radius:12px;width:120px;height:120px;transition:all .4s}.apx-all-product-section-scope .zproduct-item:hover .zproduct-image{border-color:#fff3;transform:scale(1.05)rotate(2deg)}.apx-all-product-section-scope .zproduct-info{flex-direction:column;gap:8px;display:flex}.apx-all-product-section-scope .zproduct-info p{color:#ccc;margin:0;font-size:.9rem;line-height:1.4}.apx-all-product-section-scope .zproduct-info strong{color:#fff;min-width:100px;font-weight:500;display:inline-block}.apx-all-product-section-scope .zproduct-info p:first-child strong{color:#fff}.apx-all-product-section-scope .zproduct-info p:nth-child(2) strong{color:#aaa}.apx-all-product-section-scope .zproduct-info p:nth-child(3) strong{color:#4caf50}.apx-all-product-section-scope .zproduct-info p:nth-child(4) strong{color:#ff9800}.apx-all-product-section-scope .zproduct-info p:nth-child(5) strong{color:#2196f3}.apx-all-product-section-scope .zproduct-info p:nth-child(6) strong{color:#9c27b0}.apx-all-product-section-scope .zproduct-info p:nth-child(7) strong{color:#ff9800;font-weight:600}.apx-all-product-section-scope .zproduct-actions{flex-direction:column;align-items:center;gap:15px;min-width:150px;display:flex}.apx-all-product-section-scope .zproduct-actions input[type=checkbox]{cursor:pointer;accent-color:#fff;width:22px;height:22px;position:relative}.apx-all-product-section-scope .zproduct-actions input[type=checkbox]:before{content:"";background:#ffffff1a;border:1px solid #fff3;border-radius:5px;width:100%;height:100%;position:absolute}.apx-all-product-section-scope .zproduct-actions button{letter-spacing:.5px;cursor:pointer;border:1px solid #fff3;border-radius:8px;width:100%;padding:10px 0;font-size:.85rem;font-weight:500;transition:all .3s}.apx-all-product-section-scope .zproduct-actions button:first-of-type{color:#fff;background:#ffffff1a}.apx-all-product-section-scope .zproduct-actions button:first-of-type:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.apx-all-product-section-scope .zproduct-actions button:last-of-type{color:#ff6b6b;background:#ff45451a;border-color:#ff45454d}.apx-all-product-section-scope .zproduct-actions button:last-of-type:hover{background:#ff454533;border-color:#ff454580;transform:translateY(-2px)}.apx-all-product-section-scope .zproducts-list>p{text-align:center;color:#888;background:#1e1e1e80;border:1px dashed #ffffff1a;border-radius:12px;padding:50px 20px;font-size:1.1rem}.apx-all-product-section-scope .zmodal-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;background:#0a0a0af2;justify-content:center;align-items:center;padding:20px;animation:.3s apx-modalFadeIn;display:flex;position:fixed;inset:0}@keyframes apx-modalFadeIn{0%{opacity:0}to{opacity:1}}.apx-all-product-section-scope .zmodal{background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:600px;max-height:85vh;padding:40px;animation:.4s cubic-bezier(.4,0,.2,1) apx-modalSlideUp;overflow-y:auto;box-shadow:0 25px 75px #00000080,0 0 100px #ffffff08}.apx-all-product-section-scope .zmodal::-webkit-scrollbar{display:none}.apx-all-product-section-scope .zmodal{-ms-overflow-style:none;scrollbar-width:none}@keyframes apx-modalSlideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.apx-all-product-section-scope .zmodal h2,.apx-all-product-section-scope .zmodal h3{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;background-clip:text;margin-bottom:25px;font-size:1.8rem;font-weight:300}.apx-all-product-section-scope .zmodal h3{text-align:center;margin-bottom:20px;font-size:1.4rem}.apx-all-product-section-scope .zmodal input[type=text],.apx-all-product-section-scope .zmodal input[type=number],.apx-all-product-section-scope .zmodal textarea{color:#fff;background:#282828b3;border:1px solid #ffffff1a;border-radius:10px;width:100%;margin-bottom:15px;padding:14px 16px;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s}.apx-all-product-section-scope .zmodal input:focus,.apx-all-product-section-scope .zmodal textarea:focus{background:#323232b3;border-color:#ffffff4d;outline:none;box-shadow:0 0 0 2px #ffffff1a}.apx-all-product-section-scope .zmodal textarea{resize:vertical;min-height:100px;line-height:1.5}.apx-all-product-section-scope .zmodal-buttons{justify-content:flex-end;gap:15px;margin-top:30px;display:flex}.apx-all-product-section-scope .zmodal-buttons button{letter-spacing:.5px;cursor:pointer;border:1px solid #fff3;border-radius:10px;min-width:120px;padding:12px 30px;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.apx-all-product-section-scope .zmodal-buttons button:first-child{color:#fff;background:0 0}.apx-all-product-section-scope .zmodal-buttons button:first-child:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-2px)}.apx-all-product-section-scope .zmodal-buttons button:last-child{color:#000;background:linear-gradient(135deg,#fff,#aaa);border:none}.apx-all-product-section-scope .zmodal-buttons button:last-child:hover{background:linear-gradient(135deg,#fff,#ccc);transform:translateY(-2px);box-shadow:0 8px 20px #ffffff1a}@media (max-width:1200px){.apx-all-product-section-scope .zproduct-item{grid-template-columns:100px 1fr auto;gap:20px;padding:18px}.apx-all-product-section-scope .zproduct-image{width:100px;height:100px}}@media (max-width:992px){.apx-all-product-section-scope .zproducts-container{padding:25px}.apx-all-product-section-scope .zpage-title{font-size:1.8rem}}@media (max-width:768px){.apx-all-product-section-scope{padding:20px 15px}.apx-all-product-section-scope .zproducts-container{border-radius:15px;padding:20px}.apx-all-product-section-scope .zproduct-item{grid-template-columns:1fr;gap:15px}.apx-all-product-section-scope .zproduct-image{object-fit:cover;width:100%;height:200px}.apx-all-product-section-scope .zproduct-actions{flex-direction:row;justify-content:space-between}.apx-all-product-section-scope .zbulk-actions{flex-wrap:wrap}.apx-all-product-section-scope .zmodal{padding:30px 25px}}@media (max-width:576px){.apx-all-product-section-scope{padding:15px 10px}.apx-all-product-section-scope .zproducts-container{padding:15px}.apx-all-product-section-scope .zpage-title{font-size:1.5rem}.apx-all-product-section-scope .zfilter-stock{flex-direction:column;align-items:flex-start}.apx-all-product-section-scope .zbulk-actions button{flex:1;justify-content:center;min-width:0}.apx-all-product-section-scope .zmodal{padding:25px 20px}.apx-all-product-section-scope .zmodal-buttons{flex-direction:column}.apx-all-product-section-scope .zmodal-buttons button{width:100%}}.apx-all-product-section-scope .zproduct-info p:nth-child(7){padding-left:20px;position:relative}.apx-all-product-section-scope .zproduct-info p:nth-child(7):before{content:"";background:#4caf50;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.apx-all-product-section-scope .zproduct-info p:nth-child(7)[data-stock=low]:before{background:#ff9800}.apx-all-product-section-scope .zproduct-info p:nth-child(7)[data-stock=out]:before{background:#f44336}.apx-all-product-section-scope ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}.apx-orders-section-scope{color:#f0f0f0;background:linear-gradient(135deg,#0a0a0a,#151515);min-height:100vh;padding:20px;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.apx-orders-section-scope:before{content:"";z-index:0;background-color:#0000;background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:40s linear infinite apx-gridMove;position:absolute;inset:0}@keyframes apx-gridMove{0%{background-position:0 0}to{background-position:40px 40px}}.apx-orders-section-scope>*{z-index:1;position:relative}.apx-orders-section-scope .orders-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1ae6;border:1px solid #ffffff14;border-radius:16px;max-width:1200px;margin:0 auto;padding:24px;box-shadow:0 15px 40px #0006}.apx-orders-section-scope .orders-title{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;letter-spacing:1px;text-transform:uppercase;-webkit-background-clip:text;margin-bottom:24px;padding-bottom:12px;font-size:1.8rem;font-weight:300;position:relative}.apx-orders-section-scope .orders-title:after{content:"";background:linear-gradient(90deg,#fff,#0000);width:100px;height:2px;position:absolute;bottom:0;left:0}.apx-orders-section-scope .orders-filter{background:#232323b3;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:12px;margin-bottom:24px;padding:16px;display:flex}.apx-orders-section-scope .orders-filter label{color:#ccc;font-size:.9rem;font-weight:500}.apx-orders-section-scope .orders-filter select{color:#fff;cursor:pointer;appearance:none;background:#323232cc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #ffffff1a;border-radius:8px;min-width:160px;padding:10px 35px 10px 16px;font-size:.85rem}.apx-orders-section-scope .orders-list{flex-direction:column;gap:20px;display:flex}.apx-orders-section-scope .orders-list>p{text-align:center;color:#888;background:#1e1e1e80;border:2px dashed #ffffff1a;border-radius:12px;padding:40px}.apx-orders-section-scope .order-card{background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff14;border-radius:14px;grid-template-columns:1fr 1fr auto;gap:20px;padding:20px;transition:all .3s;display:grid}.apx-orders-section-scope .order-card:hover{border-color:#ffffff26;transform:translateY(-3px);box-shadow:0 10px 25px #00000080}.apx-orders-section-scope .customer-info,.apx-orders-section-scope .product-info{border-right:1px solid #ffffff1a;padding-right:20px}.apx-orders-section-scope .customer-info h3,.apx-orders-section-scope .product-info h3{color:#fff;background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;border-bottom:1px solid #ffffff1a;margin-bottom:16px;padding-bottom:8px;font-size:1.1rem;font-weight:500}.apx-orders-section-scope .customer-info p,.apx-orders-section-scope .product-info p{color:#ccc;margin:8px 0;font-size:.85rem}.apx-orders-section-scope .customer-info strong,.apx-orders-section-scope .product-info strong{color:#fff;min-width:100px;display:inline-block}.apx-orders-section-scope .product-image{object-fit:cover;background:linear-gradient(135deg,#222,#333);border:1px solid #ffffff1a;border-radius:10px;width:140px;height:140px;margin:12px 0}.apx-orders-section-scope .order-actions-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-width:160px;display:flex}.apx-orders-section-scope .confirm-order-button,.apx-orders-section-scope .delete-order-button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:10px;width:100%;padding:12px 20px;font-size:.85rem;font-weight:600;transition:all .3s}.apx-orders-section-scope .confirm-order-button{background:linear-gradient(135deg,#4caf50,#2e7d32)}.apx-orders-section-scope .delete-order-button{background:linear-gradient(135deg,#f44336,#c62828)}.apx-orders-section-scope .confirm-order-button:hover,.apx-orders-section-scope .delete-order-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.apx-orders-section-scope .order-confirmed-state{text-align:center;background:#4caf501a;border:1px solid #4caf504d;border-radius:8px;width:100%;padding:12px}.apx-orders-section-scope .confirmed-text{color:#4caf50;justify-content:center;align-items:center;gap:8px;font-weight:600;display:flex}.apx-orders-section-scope .modal-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;background:#0a0a0af2;justify-content:center;align-items:center;padding:20px;animation:.3s apx-modalFade;display:flex;position:fixed;inset:0}.apx-orders-section-scope .modal-card{text-align:center;background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:450px;padding:30px}.apx-orders-section-scope .modal-card h2{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-size:1.5rem;font-weight:300}.apx-orders-section-scope .modal-card p{color:#aaa;margin-bottom:24px;line-height:1.5}.apx-orders-section-scope .modal-actions{justify-content:center;gap:16px;display:flex}.apx-orders-section-scope .confirm-btn,.apx-orders-section-scope .cancel-btn{cursor:pointer;text-transform:uppercase;border-radius:10px;min-width:140px;padding:12px 30px;font-size:.9rem;font-weight:600;transition:all .3s}.apx-orders-section-scope .confirm-btn{color:#fff;background:linear-gradient(135deg,#f44336,#c62828);border:none}.apx-orders-section-scope .cancel-btn{color:#fff;background:0 0;border:1px solid #fff3}.apx-orders-section-scope .confirm-btn:hover,.apx-orders-section-scope .cancel-btn:hover{transform:translateY(-2px)}@media (max-width:992px){.apx-orders-section-scope .order-card{grid-template-columns:1fr 1fr}.apx-orders-section-scope .customer-info,.apx-orders-section-scope .product-info{border-right:none}.apx-orders-section-scope .order-actions-container{border-top:1px solid #ffffff1a;flex-direction:row;grid-column:1/-1;margin-top:16px;padding-top:16px}}@media (max-width:768px){.apx-orders-section-scope{padding:16px}.apx-orders-section-scope .orders-container{padding:20px}.apx-orders-section-scope .orders-title{font-size:1.5rem}.apx-orders-section-scope .order-card{grid-template-columns:1fr}.apx-orders-section-scope .product-image{width:120px;height:120px}}@media (max-width:576px){.apx-orders-section-scope .orders-filter{flex-direction:column;align-items:flex-start}.apx-orders-section-scope .modal-actions{flex-direction:column}.apx-orders-section-scope .confirm-btn,.apx-orders-section-scope .cancel-btn{width:100%}}.apx-orders-section-scope,.apx-orders-section-scope .orders-list,.apx-orders-section-scope .modal-card{-ms-overflow-style:none;scrollbar-width:none}.apx-orders-section-scope::-webkit-scrollbar{display:none}.apx-orders-section-scope .orders-list::-webkit-scrollbar{display:none}.apx-orders-section-scope .modal-card::-webkit-scrollbar{display:none}.apx-Banner-manage-section-scope{color:#f0f0f0;background:linear-gradient(135deg,#0a0a0a 0%,#151515 100%);min-height:100vh;padding:30px 20px;font-family:Inter,Helvetica Neue,Arial,sans-serif;position:relative;overflow-x:hidden}.apx-Banner-manage-section-scope:before{content:"";z-index:0;background:radial-gradient(circle at 10% 20%,#ffffff08 0%,#0000 50%),radial-gradient(circle at 90% 80%,#ffffff05 0%,#0000 50%);animation:10s ease-in-out infinite alternate apx-bgPulse;position:absolute;inset:0}@keyframes apx-bgPulse{0%{opacity:.3}to{opacity:.5}}.apx-Banner-manage-section-scope>*{z-index:1;position:relative}.apx-Banner-manage-section-scope .upload-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1ae6;border:1px solid #ffffff14;border-radius:20px;max-width:1200px;margin:0 auto;padding:40px;overflow:hidden;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d}.apx-Banner-manage-section-scope .preview-container{background:#1e1e1eb3;border:1px solid #ffffff0d;border-radius:15px;margin-bottom:25px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.apx-Banner-manage-section-scope .preview-container:hover{border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 15px 35px #00000080,0 0 50px #ffffff05}.apx-Banner-manage-section-scope .preview-container img{object-fit:cover;background:linear-gradient(135deg,#222,#333);width:100%;height:300px;transition:all .4s;display:block}.apx-Banner-manage-section-scope .preview-container:hover img{transform:scale(1.02)}.apx-Banner-manage-section-scope .preview-container button{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;opacity:0;background:#f44336e6;border:none;border-radius:25px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:15px;right:15px;transform:translateY(10px)}.apx-Banner-manage-section-scope .preview-container:hover button{opacity:1;transform:translateY(0)}.apx-Banner-manage-section-scope .preview-container button:hover{background:#f44336;transform:translateY(-2px);box-shadow:0 8px 20px #f443364d}.apx-Banner-manage-section-scope form{margin-top:40px;position:relative}.apx-Banner-manage-section-scope .file-input{display:none}.apx-Banner-manage-section-scope .upload-label{text-align:center;cursor:pointer;background:#28282880;border:3px dashed #ffffff26;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:40px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.apx-Banner-manage-section-scope .upload-label:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff0d,#0000);transition:opacity .3s;position:absolute;inset:0}.apx-Banner-manage-section-scope .upload-label:hover:before{opacity:1}.apx-Banner-manage-section-scope .upload-label.drag-active{background:#323232b3;border-style:solid;border-color:#ffffff4d;animation:1.5s infinite apx-dragPulse}@keyframes apx-dragPulse{0%,to{border-color:#ffffff4d;box-shadow:0 0 #ffffff1a}50%{border-color:#ffffff80;box-shadow:0 0 0 10px #fff0}}.apx-Banner-manage-section-scope .upload-label p{color:#ccc;letter-spacing:.5px;max-width:600px;margin-bottom:25px;font-size:1.2rem;font-weight:300;line-height:1.6}.apx-Banner-manage-section-scope .upload-btn{color:#000;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#fff,#aaa);border:none;border-radius:12px;min-width:200px;padding:15px 40px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.apx-Banner-manage-section-scope .upload-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.apx-Banner-manage-section-scope .upload-btn:hover:before{left:100%}.apx-Banner-manage-section-scope .upload-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ffffff1a,0 0 30px #ffffff0d}.apx-Banner-manage-section-scope .confirm-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;background:#0a0a0af2;justify-content:center;align-items:center;padding:20px;animation:.3s apx-modalFadeIn;display:flex;position:fixed;inset:0}.apx-Banner-manage-section-scope .confirm-box{text-align:center;background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:500px;padding:50px;animation:.4s cubic-bezier(.4,0,.2,1) apx-modalSlideUp;box-shadow:0 25px 75px #00000080,0 0 100px #ffffff08}.apx-Banner-manage-section-scope .confirm-box p{color:#ccc;letter-spacing:.5px;margin-bottom:40px;font-size:1.3rem;font-weight:300;line-height:1.5}.apx-Banner-manage-section-scope .confirm-buttons{justify-content:center;gap:20px;display:flex}.apx-Banner-manage-section-scope .confirm-yes{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#f44336,#c62828);border:none;border-radius:12px;min-width:150px;padding:15px 40px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.apx-Banner-manage-section-scope .confirm-yes:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.apx-Banner-manage-section-scope .confirm-yes:hover:before{left:100%}.apx-Banner-manage-section-scope .confirm-yes:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f443364d,0 0 30px #f443361a}.apx-Banner-manage-section-scope .confirm-no{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #fff3;border-radius:12px;min-width:150px;padding:15px 40px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.apx-Banner-manage-section-scope .confirm-no:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-3px)}@media (max-width:992px){.apx-Banner-manage-section-scope .upload-wrapper{padding:30px}.apx-Banner-manage-section-scope .preview-container img{height:250px}.apx-Banner-manage-section-scope .upload-label{min-height:250px;padding:30px}}@media (max-width:768px){.apx-Banner-manage-section-scope{padding:20px 15px}.apx-Banner-manage-section-scope .upload-wrapper{border-radius:15px;padding:25px}.apx-Banner-manage-section-scope .preview-container img{height:200px}.apx-Banner-manage-section-scope .upload-label p{padding:0 15px;font-size:1.1rem}.apx-Banner-manage-section-scope .upload-btn{padding:12px 30px;font-size:.95rem}.apx-Banner-manage-section-scope .confirm-box{padding:40px 30px}.apx-Banner-manage-section-scope .confirm-buttons{flex-direction:column;align-items:center}.apx-Banner-manage-section-scope .confirm-yes,.apx-Banner-manage-section-scope .confirm-no{width:100%;max-width:300px}}@media (max-width:576px){.apx-Banner-manage-section-scope{padding:15px 10px}.apx-Banner-manage-section-scope .upload-wrapper{padding:20px}.apx-Banner-manage-section-scope .preview-container img{height:180px}.apx-Banner-manage-section-scope .upload-label{min-height:200px;padding:20px}.apx-Banner-manage-section-scope .upload-label p{margin-bottom:20px;font-size:1rem}.apx-Banner-manage-section-scope .upload-btn{min-width:180px;padding:12px 25px}.apx-Banner-manage-section-scope .confirm-box{padding:30px 20px}}.apx-Banner-manage-section-scope::-webkit-scrollbar{display:none}.apx-Banner-manage-section-scope{-ms-overflow-style:none;scrollbar-width:none}.apx-Banner-manage-section-scope .upload-wrapper::-webkit-scrollbar{display:none}.apx-Banner-manage-section-scope .upload-wrapper{-ms-overflow-style:none;scrollbar-width:none}.apx-Banner-manage-section-scope .upload-label:after{content:"📷";opacity:.5;margin-bottom:20px;font-size:4rem;transition:all .3s}.apx-Banner-manage-section-scope .upload-label:hover:after{opacity:.8;transform:scale(1.1)}.apx-Banner-manage-section-scope .upload-label.drag-active:after{content:"⬆️";animation:1s infinite apx-bounce}@keyframes apx-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.apx-Banner-manage-section-scope .upload-wrapper:has(.preview-container:only-child){text-align:center}.apx-Banner-manage-section-scope .upload-wrapper:has(.preview-container:only-child):before{content:"No banners uploaded yet";color:#888;margin-bottom:30px;font-size:1.2rem;font-style:italic;display:block}.apx-customer-rewiews-section-scope{color:#f0f0f0;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);min-height:100vh;padding:80px 20px;font-family:Inter,Helvetica Neue,Arial,sans-serif;position:relative;overflow:hidden}.apx-customer-rewiews-section-scope:before{content:"";z-index:0;background:radial-gradient(circle,#ffffff08 1px,#0000 1px) 0 0/30px 30px;width:200%;height:200%;animation:60s linear infinite apx-floatBackground;position:absolute;top:-50%;left:-50%}@keyframes apx-floatBackground{0%{transform:translate(0)rotate(0)}to{transform:translate(-30px,-30px)rotate(360deg)}}.apx-customer-rewiews-section-scope>*{z-index:1;position:relative}.apx-customer-rewiews-section-scope h2{text-align:center;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(90deg,#fff 0%,#aaa 100%);-webkit-text-fill-color:transparent;opacity:0;-webkit-background-clip:text;background-clip:text;margin-bottom:40px;font-size:2.5rem;font-weight:300;animation:1s .3s forwards apx-fadeInUp;position:relative}.apx-customer-rewiews-section-scope h2:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#fff,#0000);width:100px;height:2px;margin:15px auto;animation:1s .8s forwards apx-fadeIn;display:block}@keyframes apx-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes apx-fadeIn{0%{opacity:0}to{opacity:1}}.apx-customer-rewiews-section-scope>p{text-align:center;color:#888;padding:60px 0;font-size:1.2rem;position:relative}.apx-customer-rewiews-section-scope .reviews-list{perspective:1000px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;max-width:1400px;margin:0 auto;padding:0 20px;display:grid}.apx-customer-rewiews-section-scope .review-item{opacity:0;background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff0d;border-radius:20px;padding:25px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s forwards apx-cardAppear;position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 8px 25px #0000004d,inset 0 1px #ffffff1a}@keyframes apx-cardAppear{to{opacity:1;transform:translateY(0)}}.apx-customer-rewiews-section-scope .review-item:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0006,0 0 80px #ffffff08}.apx-customer-rewiews-section-scope .customer-images-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;min-height:140px;margin:0 0 30px;display:flex;position:relative}.apx-customer-rewiews-section-scope .customer-image{object-fit:cover;cursor:pointer;background:linear-gradient(135deg,#fff,#ccc) border-box;border:3px solid #0000;border-radius:50%;width:140px;height:140px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 8px 25px #0006}.apx-customer-rewiews-section-scope .customer-images-wrapper .customer-image:only-child{border-width:4px;width:160px;height:160px}.apx-customer-rewiews-section-scope .customer-image:first-child:nth-last-child(2),.apx-customer-rewiews-section-scope .customer-image:nth-child(2):last-child{width:130px;height:130px}.apx-customer-rewiews-section-scope .customer-image:first-child:nth-last-child(n+3),.apx-customer-rewiews-section-scope .customer-image:nth-child(2):nth-last-child(n+2),.apx-customer-rewiews-section-scope .customer-image:nth-child(3):nth-last-child(n+1){width:120px;height:120px}.apx-customer-rewiews-section-scope .customer-image:hover{z-index:2;border-color:#fff;transform:scale(1.12)translateY(-4px);box-shadow:0 15px 35px #0009,0 0 25px #ffffff26}.apx-customer-rewiews-section-scope .product-image-wrapper{background:linear-gradient(135deg,#fff,#888);border:2px solid #ffffff1a;border-radius:50%;width:100px;height:100px;margin:15px auto 25px;padding:2px;position:relative}.apx-customer-rewiews-section-scope .product-real-image{object-fit:cover;filter:grayscale()contrast(120%);border:2px solid #0a0a0a;border-radius:50%;width:100%;height:100%}.apx-customer-rewiews-section-scope .product-title-label{color:#0a0a0a;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;z-index:10;background:#fffffff2;border:1px solid #fff3;border-radius:15px;padding:6px 15px;font-size:.8rem;font-weight:600;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.apx-customer-rewiews-section-scope .review-content{text-align:center;padding-top:20px;position:relative}.apx-customer-rewiews-section-scope .review-content:before{content:"❝";color:#ffffff1a;font-size:2.5rem;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.apx-customer-rewiews-section-scope .review-stars{justify-content:center;gap:4px;margin-bottom:15px;display:flex}.apx-customer-rewiews-section-scope .star{color:#444;font-size:1.3rem}.apx-customer-rewiews-section-scope .star.filled{color:#fff;text-shadow:0 0 8px #ffffff80}.apx-customer-rewiews-section-scope .review-text{color:#ddd;min-height:70px;margin-bottom:12px;padding:0 10px;font-size:1rem;font-style:italic;line-height:1.5}.apx-customer-rewiews-section-scope .review-date{color:#888;letter-spacing:1px;margin-bottom:20px;font-size:.85rem;display:block}.apx-customer-rewiews-section-scope .review-delete-btn{color:#fff;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:20px;padding:8px 20px;font-size:.85rem;font-weight:500;transition:all .3s}.apx-customer-rewiews-section-scope .review-delete-btn:hover{background:#ffffff0d;border-color:#fff6;transform:translateY(-2px)}.confirm-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:99999;background:#0a0a0afa;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s confirmOverlayAppear;display:flex;position:fixed;top:0;left:0}@keyframes confirmOverlayAppear{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}}.confirm-box{text-align:center;transform-origin:50%;background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff26;border-radius:25px;width:90%;max-width:450px;padding:40px 35px;animation:.4s cubic-bezier(.4,0,.2,1) confirmBoxAppear;box-shadow:0 20px 60px #0009,0 0 120px #ffffff14,0 0 0 1px #ffffff0d}@keyframes confirmBoxAppear{0%{opacity:0;transform:scale(.8)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.confirm-box h2{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:1.8rem;font-weight:400}.confirm-box p{color:#bbb;margin-bottom:35px;padding:0 15px;font-size:1rem;line-height:1.5}.confirm-buttons{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.confirm-buttons button{letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;border-radius:20px;outline:none;min-width:120px;padding:12px 30px;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.confirm-yes{color:#0a0a0a;background:linear-gradient(135deg,#fff,#ccc);border:1px solid #ffffff4d}.confirm-yes:hover{background:linear-gradient(135deg,#fff,#ddd);transform:translateY(-3px);box-shadow:0 10px 25px #ffffff26,inset 0 1px #fff3}.confirm-no{color:#fff;background:0 0;border:1px solid #ffffff40}.confirm-no:hover{background:#ffffff14;border-color:#fff6;transform:translateY(-3px);box-shadow:0 10px 25px #0000004d}.confirm-buttons button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.confirm-buttons button:hover:before{left:100%}@media (max-width:1200px){.apx-customer-rewiews-section-scope .reviews-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px}.apx-customer-rewiews-section-scope h2{font-size:2.2rem}}@media (max-width:900px){.apx-customer-rewiews-section-scope{padding:50px 15px}.apx-customer-rewiews-section-scope .reviews-list{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.apx-customer-rewiews-section-scope .review-item{padding:20px}.apx-customer-rewiews-section-scope .customer-image{width:120px;height:120px}.apx-customer-rewiews-section-scope .customer-images-wrapper .customer-image:only-child{width:140px;height:140px}.apx-customer-rewiews-section-scope h2{font-size:2rem}.confirm-box{max-width:400px;padding:35px 30px}}@media (max-width:768px){.apx-customer-rewiews-section-scope .reviews-list{grid-template-columns:1fr;gap:20px;max-width:450px}.apx-customer-rewiews-section-scope h2{margin-bottom:30px;font-size:1.8rem}.apx-customer-rewiews-section-scope .customer-image{width:110px;height:110px}.apx-customer-rewiews-section-scope .customer-images-wrapper .customer-image:only-child{width:130px;height:130px}.apx-customer-rewiews-section-scope .product-image-wrapper{width:90px;height:90px}.confirm-box{max-width:350px;padding:30px 25px}.confirm-box h2{font-size:1.6rem}.confirm-box p{padding:0 10px;font-size:.95rem}}@media (max-width:480px){.apx-customer-rewiews-section-scope{padding:30px 10px}.apx-customer-rewiews-section-scope .review-item{border-radius:18px;padding:18px}.apx-customer-rewiews-section-scope .customer-image{width:100px;height:100px}.apx-customer-rewiews-section-scope .customer-images-wrapper .customer-image:only-child{width:120px;height:120px}.apx-customer-rewiews-section-scope .product-image-wrapper{width:80px;height:80px}.apx-customer-rewiews-section-scope .review-stars .star{font-size:1.1rem}.apx-customer-rewiews-section-scope .review-text{min-height:60px;font-size:.95rem}.apx-customer-rewiews-section-scope .review-delete-btn{padding:7px 18px;font-size:.8rem}.apx-customer-rewiews-section-scope h2{font-size:1.6rem}.confirm-box{max-width:300px;padding:25px 20px}.confirm-buttons{flex-direction:column;align-items:center}.confirm-buttons button{width:100%;max-width:250px;padding:10px 25px}}.apx-Analytics-management-section-scope{color:#f0f0f0;background:linear-gradient(135deg,#0a0a0a 0%,#151515 100%);min-height:100vh;padding:30px 20px;font-family:Inter,Helvetica Neue,Arial,sans-serif;position:relative;overflow-x:hidden}.apx-Analytics-management-section-scope:before{content:"";z-index:0;background:radial-gradient(circle at 20%,#ffffff05 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff03 0%,#0000 50%);animation:20s ease-in-out infinite alternate apx-analytics-bgFloat;position:absolute;inset:0}@keyframes apx-analytics-bgFloat{0%{transform:translate(0)}to{transform:translate(20px,20px)}}.apx-Analytics-management-section-scope>*{z-index:1;position:relative}.apx-Analytics-management-section-scope .dashboard-analytics-dashboard{max-width:1600px;margin:0 auto}.apx-Analytics-management-section-scope .dashboard-analytics-header-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1ae6;border:1px solid #ffffff14;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:40px;padding:25px 30px;display:flex;box-shadow:0 10px 30px #0000004d,inset 0 1px #ffffff0d}.apx-Analytics-management-section-scope .dashboard-analytics-main-title{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;letter-spacing:2px;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;padding-bottom:10px;font-size:2.2rem;font-weight:300;position:relative}.apx-Analytics-management-section-scope .dashboard-analytics-main-title:after{content:"";background:linear-gradient(90deg,#fff,#0000);width:100px;height:2px;position:absolute;bottom:0;left:0}.apx-Analytics-management-section-scope .dashboard-analytics-controls{align-items:center;gap:15px;display:flex}.apx-Analytics-management-section-scope .dashboard-time-filter-select{color:#fff;cursor:pointer;appearance:none;background:#323232cc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") right 15px center no-repeat;border:1px solid #ffffff1a;border-radius:10px;min-width:180px;padding:12px 40px 12px 20px;font-size:.95rem;transition:all .3s}.apx-Analytics-management-section-scope{background:linear-gradient(135deg,#0a0a0af2 0%,#141414f2 50%,#0a0a0af2 100%);min-height:100vh;position:relative;overflow:hidden}.apx-Analytics-management-section-scope:before{content:"";pointer-events:none;z-index:1;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-position:50%;background-size:50px 50px;position:absolute;inset:0}.apx-Analytics-management-section-scope .dashboard-analytics-header-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0000004d;border:1px solid #ffffff14;border-radius:24px;margin-bottom:40px;padding:30px 35px;position:relative;overflow:hidden}.apx-Analytics-management-section-scope .dashboard-analytics-header-section:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:1px;animation:8s infinite shimmer;position:absolute;top:0;left:-100%}.apx-Analytics-management-section-scope .dashboard-analytics-main-title{letter-spacing:2px;color:#0000;background:linear-gradient(135deg,#fff 0%,#aaa 100%);text-shadow:0 2px 10px #ffffff1a;-webkit-background-clip:text;background-clip:text;font-size:2.4rem;font-weight:300;display:inline-block;position:relative}.apx-Analytics-management-section-scope .dashboard-analytics-main-title:after{content:"";background:linear-gradient(90deg,#fffc,#fff3);border-radius:2px;width:60px;height:2px;position:absolute;bottom:-10px;left:0}.apx-Analytics-management-section-scope .dashboard-time-filter-select{color:#fff;letter-spacing:1px;appearance:none;background:#0006 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 15px center/12px no-repeat;border:1px solid #ffffff26;border-radius:12px;min-width:180px;padding:12px 30px 12px 20px;font-size:.9rem;transition:all .3s}.apx-Analytics-management-section-scope .dashboard-time-filter-select:hover{background:#0009;border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 5px 20px #0000004d}.apx-Analytics-management-section-scope .dashboard-time-filter-select:focus{border-color:#ffffff80;outline:none;box-shadow:0 0 0 2px #ffffff1a}.apx-Analytics-management-section-scope .dashboard--metrics-summary-grid{cursor:pointer;flex-wrap:wrap;gap:15px;width:100%;margin-bottom:30px;display:flex}.apx-Analytics-management-section-scope .dashboard-metric-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff0d 0%,#ffffff05 100%);border:1px solid #ffffff14;border-radius:12px;flex-direction:column;flex:200px;justify-content:space-between;min-width:180px;max-width:250px;min-height:120px;padding:20px;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.apx-Analytics-management-section-scope .dashboard-metric-card:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#ffffff26,#ffffff0d,#ffffff26);border-radius:12px;padding:1.5px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.apx-Analytics-management-section-scope .dashboard-metric-card:after{content:"";opacity:0;z-index:0;background:radial-gradient(circle,#ffffff14 0%,#0000 70%);width:120%;height:120%;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.apx-Analytics-management-section-scope .dashboard-metric-card:hover{border-color:#ffffff1f;transform:translateY(-5px);box-shadow:0 15px 30px #0000004d,0 0 60px #ffffff08}.apx-Analytics-management-section-scope .dashboard-metric-card:hover:before{opacity:1}.apx-Analytics-management-section-scope .dashboard-metric-card:hover:after{opacity:.2}.apx-Analytics-management-section-scope .dashboard-metric-title{color:#fff9;letter-spacing:1px;text-transform:uppercase;z-index:2;margin-bottom:10px;font-size:.75rem;font-weight:400;line-height:1.3;position:relative}.apx-Analytics-management-section-scope .dashboard-metric-value,.apx-Analytics-management-section-scope .dashboard--metric-value{color:#fff;z-index:2;text-shadow:0 1px 5px #ffffff1a;letter-spacing:.5px;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.8rem;font-weight:300;line-height:1.2;position:relative}.apx-Analytics-management-section-scope .dashboard-metric-value{background:linear-gradient(135deg,#fff 0%,#ffffffe6 100%);color:#0000;-webkit-background-clip:text;background-clip:text;position:relative}.apx-Analytics-management-section-scope .revenue-card{border-left:3px solid #ffffffe6}.apx-Analytics-management-section-scope .orders-card{border-left:3px solid #ffffffb3}.apx-Analytics-management-section-scope .sales-card{border-left:3px solid #fffc}.apx-Analytics-management-section-scope .visits-card{border-left:3px solid #fff9}.apx-Analytics-management-section-scope .conversion-card{border-left:3px solid #ffffff80}@media (max-width:1024px){.apx-Analytics-management-section-scope .dashboard--metrics-summary-grid{gap:12px}.apx-Analytics-management-section-scope .dashboard-metric-card{flex:180px;min-width:160px;min-height:110px;padding:18px}.apx-Analytics-management-section-scope .dashboard-metric-value,.apx-Analytics-management-section-scope .dashboard--metric-value{font-size:1.6rem}.apx-Analytics-management-section-scope .dashboard-metric-title{font-size:.7rem}}@media (max-width:767px){.apx-Analytics-management-section-scope .dashboard--metrics-summary-grid{gap:10px;margin-bottom:20px}.apx-Analytics-management-section-scope .dashboard-metric-card{flex:calc(50% - 10px);min-width:140px;max-width:none;min-height:100px;padding:16px}.apx-Analytics-management-section-scope .dashboard-metric-value,.apx-Analytics-management-section-scope .dashboard--metric-value{font-size:1.4rem}.apx-Analytics-management-section-scope .dashboard-metric-title{letter-spacing:.5px;margin-bottom:8px;font-size:.65rem}.apx-Analytics-management-section-scope .dashboard-metric-card:hover{transform:translateY(-3px)}}@media (max-width:480px){.apx-Analytics-management-section-scope .dashboard--metrics-summary-grid{gap:8px}.apx-Analytics-management-section-scope .dashboard-metric-card{border-radius:10px;flex:100%;min-width:100%;min-height:90px;padding:14px}.apx-Analytics-management-section-scope .dashboard-metric-value,.apx-Analytics-management-section-scope .dashboard--metric-value{font-size:1.3rem}.apx-Analytics-management-section-scope .dashboard-metric-title{margin-bottom:6px;font-size:.6rem}.apx-Analytics-management-section-scope .revenue-card,.apx-Analytics-management-section-scope .orders-card,.apx-Analytics-management-section-scope .sales-card,.apx-Analytics-management-section-scope .visits-card,.apx-Analytics-management-section-scope .conversion-card{border-left-width:2px}}@media (min-width:1400px){.apx-Analytics-management-section-scope .dashboard--metrics-summary-grid{gap:20px}.apx-Analytics-management-section-scope .dashboard-metric-card{flex:220px;min-width:200px;max-width:280px}}.apx-Analytics-management-section-scope .dashboard-metric-card.loading{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200px 100%;animation:1.5s linear infinite shimmer}.apx-Analytics-management-section-scope .dashboard-metric-card.loading .dashboard-metric-title,.apx-Analytics-management-section-scope .dashboard-metric-card.loading .dashboard-metric-value{color:#0000;background:0 0}.apx-Analytics-management-section-scope .dashboard-metric-card:focus-within{outline-offset:2px;outline:2px solid #ffffff4d}@media (prefers-reduced-motion:reduce){.apx-Analytics-management-section-scope .dashboard-metric-card{transition:none}.apx-Analytics-management-section-scope .dashboard-metric-card:hover{transform:none}.apx-Analytics-management-section-scope .dashboard-metric-card:before,.apx-Analytics-management-section-scope .dashboard-metric-card:after{transition:none}}.apx-Analytics-management-section-scope .dashboard--metrics-summary-grid{will-change:transform}.apx-Analytics-management-section-scope .dashboard-metric-card{backface-visibility:hidden;transform:translateZ(0)}.apx-Analytics-management-section-scope .dashboard-charts-grid-layout{grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:30px;margin-top:40px;display:grid}.apx-Analytics-management-section-scope .dashboard-chart-container{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:linear-gradient(145deg,#ffffff0a 0%,#ffffff03 100%);border:1px solid #ffffff14;border-radius:24px;min-height:400px;padding:30px;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.apx-Analytics-management-section-scope .dashboard-chart-container:before{content:"";width:100%;height:1px;animation:6s infinite chartShimmer;animation-delay:calc(var(--chart-index,0)*.5s);background:linear-gradient(90deg,#0000,#ffffff4d,#0000);position:absolute;top:0;left:-100%}@keyframes chartShimmer{0%{left:-100%}to{left:100%}}.apx-Analytics-management-section-scope .dashboard-chart-container:hover{border-color:#ffffff26;transform:translateY(-5px);box-shadow:0 30px 60px #00000080,inset 0 1px #ffffff1a,0 0 0 1px #ffffff0d}.apx-Analytics-management-section-scope .dashboard-chart-title{color:#fff;letter-spacing:1.5px;align-items:center;gap:15px;margin-bottom:30px;padding-bottom:15px;font-size:1.3rem;font-weight:300;display:flex;position:relative}.apx-Analytics-management-section-scope .dashboard-chart-title:before{content:"";background:linear-gradient(#ffffffe6,#fff6);border-radius:2px;width:4px;height:24px}.apx-Analytics-management-section-scope .dashboard-chart-title:after{content:"";background:linear-gradient(90deg,#fff3,#0000);flex:1;height:1px;margin-left:15px}.apx-Analytics-management-section-scope .dashboard-chart-container>div{z-index:2;position:relative}.apx-Analytics-management-section-scope .dashboard-metric-card{animation:6s ease-in-out infinite float}.apx-Analytics-management-section-scope .dashboard-metric-card:nth-child(2){animation-delay:.2s}.apx-Analytics-management-section-scope .dashboard-metric-card:nth-child(3){animation-delay:.4s}.apx-Analytics-management-section-scope .dashboard-metric-card:nth-child(4){animation-delay:.6s}.apx-Analytics-management-section-scope .dashboard-metric-card:nth-child(5){animation-delay:.8s}@media (max-width:1400px){.apx-Analytics-management-section-scope .dashboard-charts-grid-layout{grid-template-columns:repeat(auto-fit,minmax(420px,1fr))}}@media (max-width:1200px){.apx-Analytics-management-section-scope .dashboard-charts-grid-layout{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.apx-Analytics-management-section-scope .dashboard-metric-value{font-size:2.4rem}}@media (max-width:992px){.apx-Analytics-management-section-scope{padding:30px 20px}.apx-Analytics-management-section-scope .dashboard-analytics-header-section{flex-direction:column;align-items:flex-start;gap:25px;padding:25px}.apx-Analytics-management-section-scope .dashboard-analytics-main-title{font-size:2rem}.apx-Analytics-management-section-scope .dashboard-charts-grid-layout{grid-template-columns:1fr}.apx-Analytics-management-section-scope .dashboard--metrics-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.apx-Analytics-management-section-scope{padding:20px 15px}.apx-Analytics-management-section-scope .dashboard--metrics-summary-grid{grid-template-columns:1fr;gap:20px}.apx-Analytics-management-section-scope .dashboard-metric-card{min-height:140px;padding:25px}.apx-Analytics-management-section-scope .dashboard-metric-value{font-size:2.2rem}.apx-Analytics-management-section-scope .dashboard-chart-container{padding:25px}.apx-Analytics-management-section-scope .dashboard-chart-title{font-size:1.2rem}}@media (max-width:576px){.apx-Analytics-management-section-scope{padding:15px 10px}.apx-Analytics-management-section-scope .dashboard-analytics-main-title{letter-spacing:1px;font-size:1.8rem}.apx-Analytics-management-section-scope .dashboard-time-filter-select{width:100%;max-width:100%}.apx-Analytics-management-section-scope .dashboard-metric-value{font-size:2rem}.apx-Analytics-management-section-scope .dashboard-chart-container{padding:20px 15px}.apx-Analytics-management-section-scope .dashboard-chart-title{margin-bottom:25px;font-size:1.1rem}}.apx-Analytics-management-section-scope::-webkit-scrollbar{width:6px}.apx-Analytics-management-section-scope::-webkit-scrollbar-track{background:#0003;border-radius:10px}.apx-Analytics-management-section-scope::-webkit-scrollbar-thumb{background:linear-gradient(#ffffff4d,#ffffff1a);border:1px solid #ffffff0d;border-radius:10px}.apx-Analytics-management-section-scope::-webkit-scrollbar-thumb:hover{background:linear-gradient(#fff6,#fff3)}.apx-Analytics-management-section-scope .loading-chart{background:linear-gradient(145deg,#ffffff05,#ffffff03);border:1px dashed #ffffff14;border-radius:20px;justify-content:center;align-items:center;min-height:350px;display:flex;position:relative;overflow:hidden}.apx-Analytics-management-section-scope .loading-chart:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:100%;height:100%;animation:2s infinite loadingShimmer;position:absolute;top:0;left:-100%}.apx-Analytics-management-section-scope .loading-chart:after{content:"";z-index:2;border:2px solid #ffffff1a;border-top-color:#fffc;border-radius:50%;width:50px;height:50px;animation:1s linear infinite apx-analytics-spin;position:relative}.apx-Analytics-management-section-scope .no-data-chart{color:#fff6;letter-spacing:1px;text-align:center;background:linear-gradient(145deg,#ffffff05,#ffffff03);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:350px;padding:40px;font-size:1.1rem;display:flex}.apx-Analytics-management-section-scope .no-data-chart svg{opacity:.3;width:60px;height:60px}.apx-Analytics-management-section-scope *{transition:background-color .3s,border-color .3s,transform .3s,box-shadow .3s,opacity .3s}.apx-categories-management-section-scope{color:#f0f0f0;background:linear-gradient(135deg,#0a0a0a 0%,#151515 100%);min-height:100vh;padding:30px 20px;font-family:Inter,Helvetica Neue,Arial,sans-serif;position:relative;overflow-x:hidden}.apx-categories-management-section-scope:before{content:"";z-index:0;background-color:#0000;background-image:linear-gradient(45deg,#ffffff05 25%,#0000 25%),linear-gradient(-45deg,#ffffff05 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff05 75%),linear-gradient(-45deg,#0000 75%,#ffffff05 75%);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;animation:40s linear infinite apx-cat-bgMove;position:absolute;inset:0}@keyframes apx-cat-bgMove{0%{background-position:0 0}to{background-position:40px 40px}}.apx-categories-management-section-scope>*{z-index:1;position:relative}.apx-categories-management-section-scope .category-admin-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1ae6;border:1px solid #ffffff14;border-radius:20px;max-width:1200px;margin:0 auto;padding:40px;overflow:hidden;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d}.apx-categories-management-section-scope .category-heading{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;letter-spacing:2px;text-transform:uppercase;text-align:center;-webkit-background-clip:text;background-clip:text;margin-bottom:40px;padding-bottom:15px;font-size:2.2rem;font-weight:300;position:relative}.apx-categories-management-section-scope .category-heading:after{content:"";background:linear-gradient(90deg,#0000,#fff,#0000);width:120px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.apx-categories-management-section-scope .loading-state{text-align:center;background:#1e1e1e80;border:1px dashed #ffffff1a;border-radius:15px;margin-bottom:30px;padding:40px}.apx-categories-management-section-scope .loading-state p{color:#888;justify-content:center;align-items:center;gap:15px;font-size:1.2rem;display:flex}.apx-categories-management-section-scope .loading-state p:after{content:"";border:2px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite apx-cat-spin}@keyframes apx-cat-spin{to{transform:rotate(360deg)}}.apx-categories-management-section-scope .category-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:25px;margin-bottom:40px;display:grid}.apx-categories-management-section-scope .category-card{background:#1e1e1eb3;border:1px solid #ffffff0d;border-radius:15px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.apx-categories-management-section-scope .category-card:hover{border-color:#ffffff1a;transform:translateY(-8px)scale(1.02);box-shadow:0 15px 35px #00000080,0 0 50px #ffffff05}.apx-categories-management-section-scope .category-card img{object-fit:cover;background:linear-gradient(135deg,#222,#333);width:100%;height:150px;transition:all .4s;display:block}.apx-categories-management-section-scope .category-card:hover img{transform:scale(1.05)}.apx-categories-management-section-scope .category-card p{color:#fff;text-align:center;background:#0000004d;border-top:1px solid #ffffff0d;margin:0;padding:15px;font-size:1rem;font-weight:500}.apx-categories-management-section-scope .remove-btn{color:#fff;letter-spacing:.5px;cursor:pointer;text-transform:uppercase;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f44336e6;border:none;border-radius:20px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:10px;right:10px;transform:translateY(-10px)}.apx-categories-management-section-scope .category-card:hover .remove-btn{opacity:1;transform:translateY(0)}.apx-categories-management-section-scope .remove-btn:hover{background:#f44336;box-shadow:0 5px 15px #f443364d;transform:scale(1.1)!important}.apx-categories-management-section-scope .cat-upload-area{text-align:center;cursor:pointer;background:#28282880;border:3px dashed #ffffff26;border-radius:15px;justify-content:center;align-items:center;min-height:200px;margin-bottom:25px;padding:40px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.apx-categories-management-section-scope .cat-upload-area:hover{background:#32323280;border-color:#ffffff40}.apx-categories-management-section-scope .cat-upload-area.drag-active{background:#3c3c3c80;border-style:solid;border-color:#fff6;animation:1.5s infinite apx-cat-dragPulse}@keyframes apx-cat-dragPulse{0%,to{border-color:#fff6;box-shadow:0 0 #ffffff1a}50%{border-color:#fff9;box-shadow:0 0 0 10px #fff0}}.apx-categories-management-section-scope .cat-upload-area p{color:#ccc;letter-spacing:.5px;margin:0;font-size:1.2rem;font-weight:300}.apx-categories-management-section-scope .cat-upload-area.uploading{cursor:not-allowed;opacity:.7}.apx-categories-management-section-scope .uploading-state{justify-content:center;align-items:center;gap:15px;display:flex}.apx-categories-management-section-scope .uploading-state p{color:#aaa;font-size:1.1rem}.apx-categories-management-section-scope .uploading-state:after{content:"";border:2px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite apx-cat-spin}.apx-categories-management-section-scope .cat-preview-img{object-fit:cover;border:2px solid #ffffff1a;border-radius:10px;max-width:200px;max-height:150px;box-shadow:0 5px 15px #0000004d}.apx-categories-management-section-scope .cat-name-input{color:#fff;background:#282828cc;border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-bottom:25px;padding:16px 20px;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s}.apx-categories-management-section-scope .cat-name-input:focus{background:#323232cc;border-color:#ffffff4d;outline:none;box-shadow:0 0 0 2px #ffffff1a,0 10px 25px #0000004d}.apx-categories-management-section-scope .cat-name-input::placeholder{color:#666}.apx-categories-management-section-scope .cat-name-input:disabled{opacity:.5;cursor:not-allowed}.apx-categories-management-section-scope .cat-add-btn{color:#000;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#fff,#aaa);border:none;border-radius:12px;width:100%;padding:16px;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.apx-categories-management-section-scope .cat-add-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.apx-categories-management-section-scope .cat-add-btn:hover:before{left:100%}.apx-categories-management-section-scope .cat-add-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 25px #ffffff1a,0 0 30px #ffffff0d}.apx-categories-management-section-scope .cat-add-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.apx-categories-management-section-scope .confirm-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;background:#0a0a0af2;justify-content:center;align-items:center;padding:20px;animation:.3s apx-cat-modalFade;display:flex;position:fixed;inset:0}@keyframes apx-cat-modalFade{0%{opacity:0}to{opacity:1}}.apx-categories-management-section-scope .confirm-card{text-align:center;background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:450px;padding:40px;animation:.4s cubic-bezier(.4,0,.2,1) apx-cat-modalSlide;box-shadow:0 25px 75px #00000080,0 0 100px #ffffff08}@keyframes apx-cat-modalSlide{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.apx-categories-management-section-scope .confirm-card h3{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:1.8rem;font-weight:300}.apx-categories-management-section-scope .confirm-card p{color:#aaa;margin-bottom:35px;font-size:1.1rem;line-height:1.5}.apx-categories-management-section-scope .confirm-row{justify-content:center;gap:20px;margin-top:30px;display:flex}.apx-categories-management-section-scope .confirm-yes{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;min-width:140px;padding:14px 35px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.apx-categories-management-section-scope .confirm-yes:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-3px)}.apx-categories-management-section-scope .confirm-delete{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#f44336,#c62828);border:none;border-radius:12px;min-width:160px;padding:14px 35px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.apx-categories-management-section-scope .confirm-delete:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f443364d,0 0 30px #f443361a}.apx-categories-management-section-scope .confirm-cancel{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #fff3;border-radius:12px;min-width:140px;padding:14px 35px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.apx-categories-management-section-scope .confirm-cancel:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-3px)}@media (max-width:992px){.apx-categories-management-section-scope .category-admin-wrapper{padding:30px}.apx-categories-management-section-scope .category-heading{font-size:1.8rem}.apx-categories-management-section-scope .category-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}}@media (max-width:768px){.apx-categories-management-section-scope{padding:20px 15px}.apx-categories-management-section-scope .category-admin-wrapper{border-radius:15px;padding:25px}.apx-categories-management-section-scope .category-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}.apx-categories-management-section-scope .cat-upload-area{min-height:180px;padding:30px}.apx-categories-management-section-scope .confirm-card{padding:30px 25px}.apx-categories-management-section-scope .confirm-row{flex-direction:column;align-items:center}.apx-categories-management-section-scope .confirm-yes,.apx-categories-management-section-scope .confirm-delete,.apx-categories-management-section-scope .confirm-cancel{width:100%;max-width:300px}}@media (max-width:576px){.apx-categories-management-section-scope{padding:15px 10px}.apx-categories-management-section-scope .category-admin-wrapper{padding:20px}.apx-categories-management-section-scope .category-heading{font-size:1.5rem}.apx-categories-management-section-scope .category-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.apx-categories-management-section-scope .cat-upload-area{min-height:160px;padding:25px}.apx-categories-management-section-scope .cat-upload-area p{font-size:1rem}.apx-categories-management-section-scope .confirm-card{padding:25px 20px}}.apx-categories-management-section-scope::-webkit-scrollbar{display:none}.apx-categories-management-section-scope{-ms-overflow-style:none;scrollbar-width:none}.apx-categories-management-section-scope .category-admin-wrapper::-webkit-scrollbar{display:none}.apx-categories-management-section-scope .category-admin-wrapper{-ms-overflow-style:none;scrollbar-width:none}.apx-categories-management-section-scope .cat-upload-area:before{content:"📁";opacity:.5;margin-bottom:15px;font-size:3rem;transition:all .3s;display:block}.apx-categories-management-section-scope .cat-upload-area:hover:before{opacity:.8;transform:scale(1.1)}.apx-categories-management-section-scope .cat-upload-area.drag-active:before{content:"⬆️";animation:1s infinite apx-cat-bounce}@keyframes apx-cat-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.apx-trending-product-section-scope{color:#f0f0f0;background:linear-gradient(135deg,#0a0a0a 0%,#151515 100%);min-height:100vh;padding:30px 20px;font-family:Inter,Helvetica Neue,Arial,sans-serif;position:relative;overflow-x:hidden}.apx-trending-product-section-scope:before{content:"";z-index:0;background:radial-gradient(circle at 10% 10%,#ffffff08 0%,#0000 50%),radial-gradient(circle at 90% 90%,#ffffff05 0%,#0000 50%);animation:15s ease-in-out infinite alternate apx-trending-pulse;position:absolute;inset:0}@keyframes apx-trending-pulse{0%{opacity:.3}to{opacity:.5}}.apx-trending-product-section-scope>*{z-index:1;position:relative}.apx-trending-product-section-scope .trending-products-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1ae6;border:1px solid #ffffff14;border-radius:20px;max-width:1400px;margin:0 auto;padding:40px;overflow:hidden;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d}.apx-trending-product-section-scope .trending-products-header{border-bottom:1px solid #ffffff1a;margin-bottom:30px;padding-bottom:15px;position:relative}.apx-trending-product-section-scope .trending-products-header h3{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;letter-spacing:1.5px;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:300;display:inline-block;position:relative}.apx-trending-product-section-scope .trending-products-header h3:after{content:"";background:linear-gradient(90deg,#fff,#0000);width:80px;height:2px;position:absolute;bottom:-15px;left:0}.apx-trending-product-section-scope .trending-products-section>p{text-align:center;color:#888;background:#1e1e1e80;border:1px dashed #ffffff1a;border-radius:15px;justify-content:center;align-items:center;gap:15px;margin-bottom:30px;padding:40px;font-size:1.2rem;display:flex}.apx-trending-product-section-scope .trending-products-section>p:after{content:"";border:2px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite apx-trending-spin}@keyframes apx-trending-spin{to{transform:rotate(360deg)}}.apx-trending-product-section-scope .trending-product-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;margin-bottom:40px;display:grid}.apx-trending-product-section-scope .trending-product-grid>p{text-align:center;color:#888;background:#1e1e1e80;border:1px dashed #ffffff1a;border-radius:15px;grid-column:1/-1;padding:50px 20px;font-size:1.1rem;font-style:italic}.apx-trending-product-section-scope .trending-product-card{background:#1e1e1eb3;border:1px solid #ffffff0d;border-radius:18px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.apx-trending-product-section-scope .trending-product-card:hover{border-color:#ffffff1f;transform:translateY(-8px);box-shadow:0 20px 40px #00000080,0 0 60px #ffffff08}.apx-trending-product-section-scope .trending-product-image{object-fit:cover;background:linear-gradient(135deg,#222,#333);width:100%;height:200px;transition:all .4s}.apx-trending-product-section-scope .trending-product-card:hover .trending-product-image{transform:scale(1.05)}.apx-trending-product-section-scope .trending-product-info{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.apx-trending-product-section-scope .trending-product-info h4{color:#fff;min-height:45px;margin:0 0 5px;font-size:1.2rem;font-weight:500;line-height:1.3}.apx-trending-product-section-scope .truncate-text{color:#aaa;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;margin:0 0 10px;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.apx-trending-product-section-scope .trending-product-info p{color:#ccc;margin:0;font-size:.9rem}.apx-trending-product-section-scope .trending-product-info strong{color:#fff;margin-right:5px;font-weight:500}.apx-trending-product-section-scope .trending-action-button{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#4caf50,#2e7d32);border:none;margin-top:auto;padding:14px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.apx-trending-product-section-scope .trending-action-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.apx-trending-product-section-scope .trending-action-button:hover:before{left:100%}.apx-trending-product-section-scope .trending-action-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #4caf504d,0 0 30px #4caf501a}.apx-trending-product-section-scope .trending-delete-button{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#f44336,#c62828);border:none;margin-top:auto;padding:14px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.apx-trending-product-section-scope .trending-delete-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.apx-trending-product-section-scope .trending-delete-button:hover:before{left:100%}.apx-trending-product-section-scope .trending-delete-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f443364d,0 0 30px #f443361a}.apx-trending-product-section-scope .trending-delete-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;background:#0a0a0af2;justify-content:center;align-items:center;padding:20px;animation:.3s apx-trending-modalFade;display:flex;position:fixed;inset:0}@keyframes apx-trending-modalFade{0%{opacity:0}to{opacity:1}}.apx-trending-product-section-scope .trending-delete-card{text-align:center;background:linear-gradient(145deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:500px;padding:50px;animation:.4s cubic-bezier(.4,0,.2,1) apx-trending-modalSlide;box-shadow:0 25px 75px #00000080,0 0 100px #ffffff08}@keyframes apx-trending-modalSlide{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.apx-trending-product-section-scope .trending-delete-card p{color:#ccc;letter-spacing:.5px;margin-bottom:40px;font-size:1.3rem;font-weight:300;line-height:1.5}.apx-trending-product-section-scope .trending-button-group{justify-content:center;gap:20px;display:flex}.apx-trending-product-section-scope .trending-confirm-button{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#f44336,#c62828);border:none;border-radius:12px;min-width:160px;padding:15px 40px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.apx-trending-product-section-scope .trending-confirm-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.apx-trending-product-section-scope .trending-confirm-button:hover:before{left:100%}.apx-trending-product-section-scope .trending-confirm-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f443364d,0 0 30px #f443361a}.apx-trending-product-section-scope .trending-cancel-button{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #fff3;border-radius:12px;min-width:160px;padding:15px 40px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.apx-trending-product-section-scope .trending-cancel-button:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-3px)}@media (max-width:1200px){.apx-trending-product-section-scope .trending-product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:992px){.apx-trending-product-section-scope .trending-products-section{padding:30px}.apx-trending-product-section-scope .trending-products-header h3{font-size:1.6rem}}@media (max-width:768px){.apx-trending-product-section-scope{padding:20px 15px}.apx-trending-product-section-scope .trending-products-section{border-radius:15px;padding:25px}.apx-trending-product-section-scope .trending-product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.apx-trending-product-section-scope .trending-product-image{height:180px}.apx-trending-product-section-scope .trending-delete-card{padding:40px 30px}.apx-trending-product-section-scope .trending-button-group{flex-direction:column;align-items:center}.apx-trending-product-section-scope .trending-confirm-button,.apx-trending-product-section-scope .trending-cancel-button{width:100%;max-width:300px}}@media (max-width:576px){.apx-trending-product-section-scope{padding:15px 10px}.apx-trending-product-section-scope .trending-products-section{padding:20px}.apx-trending-product-section-scope .trending-products-header h3{font-size:1.4rem}.apx-trending-product-section-scope .trending-product-grid{grid-template-columns:1fr}.apx-trending-product-section-scope .trending-product-image{height:160px}.apx-trending-product-section-scope .trending-delete-card{padding:30px 20px}.apx-trending-product-section-scope .trending-delete-card p{font-size:1.1rem}}.apx-trending-product-section-scope::-webkit-scrollbar{display:none}.apx-trending-product-section-scope{-ms-overflow-style:none;scrollbar-width:none}.apx-trending-product-section-scope .trending-products-section::-webkit-scrollbar{display:none}.apx-trending-product-section-scope .trending-products-section{-ms-overflow-style:none;scrollbar-width:none}.apx-trending-product-section-scope .trending-badge{color:#000;letter-spacing:1px;text-transform:uppercase;z-index:1;background:linear-gradient(135deg,#ff9800,#f57c00);border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:700;position:absolute;top:15px;left:15px;box-shadow:0 4px 12px #ff98004d}.apx-trending-product-section-scope .empty-state{text-align:center;grid-column:1/-1;padding:60px 20px}.apx-trending-product-section-scope .empty-state:before{content:"📈";opacity:.5;margin-bottom:20px;font-size:4rem;display:block}.apx-trending-product-section-scope .empty-state p{color:#888;font-size:1.2rem;font-style:italic}.apx-password-management-page-section-scope{color:#f0f0f0;background:linear-gradient(135deg,#0a0a0a 0%,#151515 100%);justify-content:center;align-items:center;min-height:100vh;padding:30px 20px;font-family:Inter,Helvetica Neue,Arial,sans-serif;display:flex;position:relative;overflow-x:hidden}.apx-password-management-page-section-scope:before{content:"";z-index:0;background-color:#0000;background-image:radial-gradient(circle at 20% 30%,#ffffff08 0%,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff05 0%,#0000 50%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:400px 400px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:20s linear infinite apx-password-shift;position:absolute;inset:0}@keyframes apx-password-shift{0%{background-position:0 0}to{background-position:400px 400px}}.apx-password-management-page-section-scope>*{z-index:1;position:relative}.apx-password-management-page-section-scope .password-page{width:100%;max-width:500px;margin:0 auto}.apx-password-management-page-section-scope .password-page h2{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;letter-spacing:2px;text-transform:uppercase;text-align:center;-webkit-background-clip:text;background-clip:text;margin-bottom:40px;padding-bottom:15px;font-size:2.2rem;font-weight:300;position:relative}.apx-password-management-page-section-scope .password-page h2:after{content:"";background:linear-gradient(90deg,#0000,#fff,#0000);width:100px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.apx-password-management-page-section-scope .card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1ae6;border:1px solid #ffffff14;border-radius:20px;margin-bottom:25px;padding:40px;animation:.5s cubic-bezier(.4,0,.2,1) apx-card-appear;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d}@keyframes apx-card-appear{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.apx-password-management-page-section-scope .card h4{color:#fff;text-align:center;letter-spacing:1px;margin-bottom:30px;padding-bottom:15px;font-size:1.4rem;font-weight:400;position:relative}.apx-password-management-page-section-scope .card h4:after{content:"";background:linear-gradient(90deg,#0000,#fff,#0000);width:60px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.apx-password-management-page-section-scope input{color:#fff;letter-spacing:.5px;background:#282828cc;border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-bottom:20px;padding:16px 20px;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.apx-password-management-page-section-scope input:focus{background:#323232cc;border-color:#ffffff4d;outline:none;box-shadow:0 0 0 2px #ffffff1a,0 10px 25px #0000004d}.apx-password-management-page-section-scope input::placeholder{color:#666;letter-spacing:.5px;font-weight:300}.apx-password-management-page-section-scope input[type=password]{letter-spacing:2px;font-weight:500}.apx-password-management-page-section-scope .card button{color:#000;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#fff,#aaa);border:none;border-radius:12px;width:100%;margin-top:10px;padding:16px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.apx-password-management-page-section-scope .card button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.apx-password-management-page-section-scope .card button:hover:before{left:100%}.apx-password-management-page-section-scope .card button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ffffff1a,0 0 30px #ffffff0d}.apx-password-management-page-section-scope .success-card{background:#2ecc710d;border-left:4px solid #2ecc71}.apx-password-management-page-section-scope .success-card p{color:#2ecc71;text-align:center;letter-spacing:.5px;justify-content:center;align-items:center;gap:12px;font-size:1.1rem;font-weight:500;display:flex}.apx-password-management-page-section-scope .success-card p:before{content:"✓";color:#000;background:#2ecc71;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.3rem;font-weight:700;display:flex}.apx-password-management-page-section-scope .error-card{background:#e74c3c0d;border-left:4px solid #e74c3c}.apx-password-management-page-section-scope .error-card p{color:#e74c3c;text-align:center;letter-spacing:.5px;justify-content:center;align-items:center;gap:12px;font-size:1.1rem;font-weight:500;display:flex}.apx-password-management-page-section-scope .error-card p:before{content:"!";color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.3rem;font-weight:700;display:flex}.apx-password-management-page-section-scope input[type=text]{letter-spacing:8px;text-align:center;font-size:1.2rem;font-weight:600}.apx-password-management-page-section-scope input:focus::placeholder{color:#888}.apx-password-management-page-section-scope .step-indicator{justify-content:center;gap:10px;margin-bottom:30px;display:flex}.apx-password-management-page-section-scope .step-dot{background:#ffffff1a;border-radius:50%;width:12px;height:12px;transition:all .3s}.apx-password-management-page-section-scope .step-dot.active{background:#fff;transform:scale(1.2);box-shadow:0 0 10px #ffffff80}.apx-password-management-page-section-scope .password-strength{background:#ffffff1a;border-radius:2px;height:4px;margin-top:-15px;margin-bottom:25px;overflow:hidden}.apx-password-management-page-section-scope .password-strength-bar{background:linear-gradient(90deg,#e74c3c,#f39c12,#2ecc71);width:0%;height:100%;transition:all .3s}.apx-password-management-page-section-scope .password-toggle{position:relative}.apx-password-management-page-section-scope .password-toggle input{padding-right:50px}.apx-password-management-page-section-scope .toggle-icon{color:#888;cursor:pointer;background:0 0;border:none;padding:5px;font-size:1.2rem;transition:all .3s;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.apx-password-management-page-section-scope .toggle-icon:hover{color:#fff}@media (max-width:768px){.apx-password-management-page-section-scope{padding:20px 15px}.apx-password-management-page-section-scope .password-page h2{font-size:1.8rem}.apx-password-management-page-section-scope .card{border-radius:15px;padding:30px 25px}.apx-password-management-page-section-scope input{padding:14px 18px}}@media (max-width:576px){.apx-password-management-page-section-scope{padding:15px 10px}.apx-password-management-page-section-scope .password-page h2{font-size:1.5rem}.apx-password-management-page-section-scope .card{padding:25px 20px}.apx-password-management-page-section-scope .card h4{font-size:1.2rem}.apx-password-management-page-section-scope input{padding:12px 16px;font-size:.95rem}.apx-password-management-page-section-scope .card button{padding:14px;font-size:.95rem}}.apx-password-management-page-section-scope .card:before{content:"🔐";text-align:center;opacity:.5;margin-bottom:20px;font-size:2.5rem;animation:2s infinite apx-lock-pulse;display:block}@keyframes apx-lock-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.apx-password-management-page-section-scope input:invalid{border-color:#e74c3c4d}.apx-password-management-page-section-scope input:valid{border-color:#2ecc714d}.apx-password-management-page-section-scope .card button.loading{color:#0000;position:relative}.apx-password-management-page-section-scope .card button.loading:after{content:"";border:2px solid #0000004d;border-top-color:#000;border-radius:50%;width:20px;height:20px;margin:-10px 0 0 -10px;animation:1s linear infinite apx-button-spin;position:absolute;top:50%;left:50%}@keyframes apx-button-spin{to{transform:rotate(360deg)}}.apx-password-management-page-section-scope::-webkit-scrollbar{display:none}.apx-password-management-page-section-scope{-ms-overflow-style:none;scrollbar-width:none}.apx-password-management-page-section-scope .password-page::-webkit-scrollbar{display:none}.apx-password-management-page-section-scope .password-page{-ms-overflow-style:none;scrollbar-width:none}.apx-password-management-page-section-scope .instructions{color:#888;text-align:center;letter-spacing:.5px;margin-top:20px;font-size:.9rem;font-style:italic}
