@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&display=swap");:root{--primary-color:#d4af37;--primary-gradient:linear-gradient(135deg,#d4af37,#b58500);--primary-gradient-light:linear-gradient(135deg,#fdfbf7,#f0e6d2);--secondary-color:#997a00;--secondary-gradient:linear-gradient(135deg,#b58500,#997a00);--text-dark:#111111;--text-muted:#555555;--bg-light:#ffffff;--bg-card:rgba(255,255,255,0.8);--white:#ffffff;--shadow-sm:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);--shadow-md:0 10px 15px -3px rgba(212,175,55,0.08),0 4px 6px -2px rgba(212,175,55,0.04);--shadow-lg:0 20px 25px -5px rgba(212,175,55,0.12),0 10px 10px -5px rgba(212,175,55,0.06);--shadow-glow:0 0 30px rgba(212,175,55,0.35)}.admin-multi-category-picker,.admin-permissions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.75rem;gap:.75rem}.admin-multi-category-option,.admin-permission-chip{display:flex;align-items:center;gap:.55rem;min-height:46px;padding:.75rem .9rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#334155;font-weight:800;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.admin-multi-category-option input,.admin-permission-chip input{accent-color:var(--primary-color)}.admin-multi-category-option.selected,.admin-permission-chip.selected{border-color:var(--primary-color);background:#fffbeb;color:#92400e}.admin-product-category-list,.admin-user-permissions-cell{display:flex;flex-wrap:wrap;gap:.35rem}.admin-user-permissions-cell span{padding:.25rem .55rem;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.78rem;font-weight:800}.admin-primary-image-btn{width:100%;border:0;border-top:1px solid #e2e8f0;background:#f8fafc;color:#475569;padding:.45rem;font-size:.78rem;font-weight:900;cursor:pointer}.admin-primary-image-btn.active{background:var(--primary-color);color:#fff}.admin-categories-page{display:flex;flex-direction:column;gap:1.5rem}.admin-categories-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;border-radius:18px;background:linear-gradient(135deg,#111827,#334155);color:#fff;box-shadow:0 18px 45px rgba(15,23,42,.15)}.admin-categories-hero span{display:block;margin-bottom:.35rem;color:#facc15;font-weight:900;font-size:.85rem}.admin-categories-hero h3,.admin-categories-hero strong{margin:0;font-weight:950}.admin-categories-hero h3{font-size:1.45rem}.admin-categories-hero strong{min-width:64px;height:64px;display:grid;place-items:center;border-radius:18px;background:rgba(255,255,255,.12);font-size:1.6rem}.admin-categories-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem;gap:1rem}.admin-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.admin-category-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 30px rgba(15,23,42,.04)}.admin-category-card-main{display:flex;align-items:center;gap:.8rem;min-width:0}.admin-category-card-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#f8fafc;color:var(--primary-color);flex:0 0 auto}.admin-category-card small,.admin-category-card strong{display:block}.admin-category-card strong{color:var(--text-dark);font-size:1.05rem}.admin-category-card small{color:#94a3b8;font-weight:800;margin-top:.15rem}@media (max-width:760px){.admin-categories-form{grid-template-columns:1fr}.luxury-testimonials-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:0 .25rem 1rem;-webkit-overflow-scrolling:touch}.luxury-testimonial-card{flex:0 0 82%;max-width:360px;scroll-snap-align:center}}*{box-sizing:border-box;font-family:Tajawal,sans-serif}*,body,html{margin:0;padding:0}body,html{background-color:var(--bg-light);color:var(--text-dark);direction:rtl;overflow-x:hidden!important;width:100%;max-width:100%;position:relative;background-image:radial-gradient(circle at 15% 50%,rgba(212,175,55,.06),transparent 25%),radial-gradient(circle at 85% 30%,rgba(181,133,0,.06),transparent 25%)}html{background:#0B0E14}#root{overflow-x:hidden;width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1250px;margin:0 auto;padding:0 1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 rgba(212,175,55,.4)}70%{box-shadow:0 0 0 20px rgba(212,175,55,0)}to{box-shadow:0 0 0 0 rgba(212,175,55,0)}}.animate-up{animation:fadeInUp .8s ease-out forwards}.text-gradient{background:var(--primary-gradient)}.section-title{text-align:center;font-size:3.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:900;letter-spacing:-1px}.section-subtitle{text-align:center;font-size:1.25rem;color:var(--text-muted);margin-bottom:4rem;font-weight:500}.btn-primary{background:var(--primary-gradient);color:var(--white);padding:.75rem 2rem;border-radius:50px;border:none;cursor:pointer;font-weight:800;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm);display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{transform:translateY(-4px) scale(1.03);box-shadow:var(--shadow-glow)}.btn-outline{background:transparent;color:var(--secondary-color);padding:.75rem 2rem;border-radius:50px;border:2px solid var(--secondary-color);cursor:pointer;font-weight:800;font-size:1.1rem;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.btn-outline:hover{background:rgba(181,133,0,.1);transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(181,133,0,.2)}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-4{gap:2rem}.nav-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.8rem 1.5rem .2rem;pointer-events:none}.navbar{background:rgba(255,255,255,.4);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);padding:.3rem 2.5rem;border-radius:100px;box-shadow:0 10px 30px rgba(0,0,0,.03);border:1px solid rgba(255,255,255,.4);transition:all .6s cubic-bezier(.16,1,.3,1);max-width:1200px;margin:0 auto;pointer-events:auto}.navbar:hover{background:rgba(255,255,255,.95);box-shadow:0 20px 50px rgba(212,175,55,.1);border:1px solid rgba(212,175,55,.3);transform:translateY(-2px)}.nav-links li{margin:0 1.5rem;font-weight:600;font-size:1rem;cursor:pointer;position:relative;transition:all .4s ease;color:#111111}.nav-links li:after{content:"";position:absolute;width:0;height:2px;bottom:-6px;left:50%;transform:translateX(-50%);background:var(--primary-gradient);border-radius:2px;transition:width .4s cubic-bezier(.16,1,.3,1)}.nav-links li:hover:after{width:100%}.nav-links li:hover{color:var(--primary-color)}.nav-icons{display:flex;gap:.8rem}.nav-icon{font-size:1.2rem;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:rgba(255,255,255,.5);border-radius:50%;border:1px solid rgba(0,0,0,.05);color:#111111}.nav-icon:hover{background:var(--primary-gradient);color:white;border-color:transparent;transform:translateY(-3px) scale(1.05);box-shadow:0 10px 20px rgba(212,175,55,.2)}.hero-wrapper{padding:4rem 0}.hero-modern{display:flex;align-items:center;gap:4rem;min-height:70vh}.hero-text-side{flex:1 1;padding-right:2rem;display:flex;flex-direction:column;justify-content:center;position:relative}.ultra-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.2rem;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-dark);border-radius:100px;font-weight:800;font-size:.95rem;margin-bottom:2rem;align-self:flex-start;box-shadow:0 4px 15px rgba(0,0,0,.05),inset 0 0 0 1px rgba(181,133,0,.3);position:relative;overflow:hidden}.ultra-badge:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(181,133,0,.25),transparent);animation:badge-shimmer 3s infinite}@keyframes badge-shimmer{to{left:200%}}.badge-icon-ultra{color:var(--primary-color);display:flex;align-items:center}.hero-title.ultra-title{font-size:4.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:var(--text-dark);letter-spacing:-1.5px}.text-gradient{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-desc.ultra-desc{font-size:1.25rem;color:var(--text-muted);margin-bottom:3rem;line-height:1.8;max-width:90%;font-weight:500}.ultra-buttons{display:flex;align-items:center;gap:2rem;margin-bottom:4rem}.btn-ultra-primary{position:relative;background:var(--text-dark);color:#fff;border:none;padding:1.1rem 2.5rem;border-radius:100px;font-weight:800;font-size:1.15rem;display:flex;align-items:center;gap:.8rem;cursor:pointer;box-shadow:0 20px 40px rgba(0,0,0,.2);transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.btn-ultra-primary:after{content:"";position:absolute;inset:0;border-radius:100px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.2)}.btn-ultra-primary:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 25px 50px rgba(181,133,0,.3);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%)}.btn-ultra-link{background:transparent;color:var(--text-dark);border:none;font-weight:800;font-size:1.15rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;padding:0}.btn-ultra-link:hover{color:var(--primary-color);gap:.8rem}.ultra-stats{display:flex;align-items:center;gap:3rem}.u-stat{display:flex;flex-direction:column;gap:.4rem}.luxury-stats-row{gap:2rem;margin-top:2rem;padding:1.5rem 0;border-top:1px solid rgba(0,0,0,.05)}.luxury-stat{align-items:center;gap:1rem}.stat-icon-wrapper{width:40px;height:40px;background:#fdfbf7;border:1px solid rgba(212,175,55,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d4af37;box-shadow:0 4px 10px rgba(212,175,55,.1)}.stat-text-group{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.stat-number{font-size:1.4rem}.stat-label{font-weight:600;color:#666}.stat-divider{height:35px;background:rgba(0,0,0,.08)}.u-stat h3{font-size:2.4rem;font-weight:900;color:var(--text-dark);margin-bottom:.5rem;line-height:1;letter-spacing:-1px}.u-stat p{color:var(--text-muted);font-weight:700;font-size:.85rem;margin:0;text-transform:uppercase;letter-spacing:1px}.u-divider{width:1px;height:50px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.1),transparent)}.hero-image-side{flex:1 1}.boom-showcase,.hero-image-side{position:relative;display:flex;justify-content:center;align-items:center}.boom-showcase{width:550px;height:550px}.boom-ring{position:absolute;border-radius:50%;border:2px dashed rgba(212,175,55,.5);top:50%;left:50%;transform:translate(-50%,-50%);animation:spin-ring linear infinite;pointer-events:none}.ring-1{width:480px;height:480px;border-top-color:var(--primary-color);animation-duration:20s}.ring-2{width:530px;height:530px;border:1px solid rgba(181,133,0,.3);border-right:3px solid var(--secondary-color);animation-duration:15s;animation-direction:reverse}.ring-3{width:580px;height:580px;border:2px dotted rgba(212,175,55,.2);animation-duration:30s}@keyframes spin-ring{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.boom-core{position:relative;z-index:10;width:420px;height:420px;border-radius:40px;padding:0;background:transparent;animation:hero-float 6s ease-in-out infinite}.boom-core:hover{animation-play-state:paused}.core-glow{position:absolute;top:-30px;left:-30px;right:-30px;bottom:-30px;border-radius:50px;background:radial-gradient(circle,rgba(212,175,55,.5) 0,transparent 70%);filter:blur(30px);z-index:-1;opacity:.6;transition:transform .5s ease,opacity .5s ease,filter .5s ease;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.boom-core:hover .core-glow{opacity:1;filter:blur(40px);transform:scale(1.15) translateZ(0)}.boom-img{width:100%;height:100%;object-fit:cover;border-radius:40px;border:2px solid rgba(255,255,255,.8);transition:transform .6s cubic-bezier(.175,.885,.32,1.275),box-shadow .6s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 20px 40px rgba(0,0,0,.2);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.boom-core:hover .boom-img{transform:scale(1.08) translateY(-10px) rotate(4deg) translateZ(0);box-shadow:0 40px 80px rgba(0,0,0,.4),0 0 0 4px rgba(255,255,255,1)}@keyframes hero-float{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-25px) rotate(1.5deg)}to{transform:translateY(0) rotate(0deg)}}.boom-badge{position:absolute;z-index:20;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:15px 25px;border-radius:20px;display:flex;align-items:center;gap:15px;box-shadow:0 20px 50px rgba(0,0,0,.2),inset 0 0 0 2px rgba(255,255,255,.8);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.boom-badge:hover{transform:scale(1.1) translateY(-10px)!important;box-shadow:0 30px 60px rgba(212,175,55,.3),inset 0 0 0 2px #fff}.boom-icon-glow{width:50px;height:50px;background:linear-gradient(135deg,#fcf8f0,#fefce8);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 10px 20px rgba(212,175,55,.2)}.boom-text{display:flex;flex-direction:column}.boom-text span{font-size:.85rem;color:var(--primary-color);font-weight:800;text-transform:uppercase;letter-spacing:1px}.boom-text strong{font-size:1.3rem;color:var(--text-dark);font-weight:900}.boom-top{top:5%;right:-15%;animation:float-boom 4s ease-in-out infinite alternate}.boom-bottom{bottom:5%;left:-15%;animation:float-boom 5s ease-in-out infinite alternate-reverse}@keyframes float-boom{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@media (max-width:991px){.boom-showcase{width:100%;max-width:400px;height:400px;margin:2rem auto}.boom-core{width:250px;height:250px}.boom-core,.boom-img{border-radius:25px}.ring-1{width:300px;height:300px}.ring-2{width:340px;height:340px}.ring-3{width:380px;height:380px}.boom-badge{padding:8px 12px;gap:8px;border-radius:14px}.boom-icon-glow{width:35px;height:35px}.boom-icon-glow svg{width:18px;height:18px}.boom-text strong{font-size:1rem}.boom-text span{font-size:.75rem}.boom-top{right:0;top:5%}.boom-bottom{left:0;bottom:5%}}@media (max-width:480px){.boom-showcase{width:100%;max-width:340px;height:340px;margin:2rem auto}.boom-core{width:210px;height:210px}.boom-core,.boom-img{border-radius:24px}.ring-1{width:250px;height:250px}.ring-2{width:280px;height:280px}.ring-3{width:310px;height:310px}.boom-badge{padding:8px 12px;border-radius:14px;gap:8px;background:rgba(255,255,255,.95)}.boom-icon-glow{width:32px;height:32px;border-radius:10px}.boom-icon-glow svg{width:16px;height:16px}.boom-text strong{font-size:.95rem}.boom-text span{font-size:.7rem}.boom-top{right:0;top:0}.boom-bottom{left:0;bottom:0}.hero-title.ultra-title{font-size:2.6rem;letter-spacing:-.5px;line-height:1.15}.hero-desc.ultra-desc{font-size:1.05rem;line-height:1.6;margin-bottom:2rem}.ultra-buttons{gap:1rem;margin-bottom:2.5rem}.btn-ultra-primary{padding:.9rem 1.5rem;font-size:1rem}.btn-ultra-link{font-size:1.05rem;justify-content:center}.ultra-stats{gap:1.2rem}.u-stat h3{font-size:1.6rem}.u-stat p{font-size:.7rem}.u-divider{display:none}}.marquee-container{width:100%;overflow:hidden;background:linear-gradient(90deg,#b58500,#d4af37,#b58500);padding:1.2rem 0;margin:3rem 0 4rem;transform:rotate(-2deg) scale(1.05);box-shadow:0 15px 35px rgba(212,175,55,.4),inset 0 2px 15px rgba(255,255,255,.1);border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);position:relative;z-index:10}.marquee{display:flex;white-space:nowrap;width:-moz-fit-content;width:fit-content;animation:scroll 30s linear infinite}.marquee-content{gap:4rem;padding-right:4rem}.marquee span,.marquee-content{display:flex;align-items:center}.marquee span{font-size:1.4rem;font-weight:900;color:#ffffff;letter-spacing:1px;text-shadow:0 2px 10px rgba(0,0,0,.3)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(50%)}}@media (max-width:768px){.marquee-container{transform:rotate(-3deg) scale(1.1);padding:1rem 0;margin:1.5rem 0 2rem}.marquee{animation-duration:20s}.marquee-content{gap:2rem;padding-right:2rem}.marquee span{font-size:1.1rem}}.glass-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);border-radius:30px}.features{padding:4rem 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;position:relative;z-index:20}.feature-box{padding:3rem 2rem;text-align:center;box-shadow:var(--shadow-md);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-gradient);transform:scaleX(0);transition:transform .4s ease}.feature-box:hover:before{transform:scaleX(1)}.feature-box:hover{transform:translateY(-15px);box-shadow:var(--shadow-lg)}.feature-icon-wrapper{width:90px;height:90px;border-radius:25px;margin:0 auto 1.5rem;transition:all .3s ease}.feature-box:hover .feature-icon-wrapper{transform:scale(1.1) rotate(5deg)}.orange-icon{background:rgba(212,175,55,.1);color:var(--primary-color);box-shadow:0 10px 20px -5px rgba(212,175,55,.2)}.green-icon{background:rgba(181,133,0,.1);color:var(--secondary-color);box-shadow:0 10px 20px -5px rgba(181,133,0,.2)}.feature-box:hover .orange-icon{background:var(--primary-gradient);color:var(--white)}.feature-box:hover .green-icon{background:var(--secondary-gradient);color:var(--white)}.feature-img-animated{filter:drop-shadow(0 10px 15px rgba(0,0,0,.15));transition:all .6s cubic-bezier(.34,1.56,.64,1)}.feature-box:hover .feature-img-animated{transform:scale(1.15) rotate(8deg) translateY(-12px);filter:drop-shadow(0 20px 25px rgba(212,175,55,.4))}.about-card{padding:5rem;gap:5rem;border-radius:50px}.about-card:after{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(234,88,12,.1) 0,transparent 70%);z-index:0}.testimonials{padding:8rem 0;position:relative}.test-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;margin-top:4rem}.test-card{background:var(--white);padding:3rem;border-radius:40px;box-shadow:var(--shadow-md);position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(212,175,55,.1);z-index:2}.test-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px -12px rgba(212,175,55,.15);border-color:rgba(212,175,55,.3)}.quote-icon{color:var(--primary-color);position:absolute;top:-20px;right:40px;background:var(--bg-light);padding:10px;border-radius:50%;box-shadow:var(--shadow-sm)}.test-text{font-size:1.5rem;margin:1.5rem 0 2.5rem;line-height:1.8;color:var(--text-dark);font-weight:700;font-style:italic}.test-author{display:flex;align-items:center;gap:1.5rem;border-top:2px solid var(--bg-light);padding-top:1.5rem}.test-author img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid var(--secondary-color)}.test-author-name{font-weight:900;font-size:1.3rem;display:block}.test-author-title{color:var(--primary-color);font-size:1rem;font-weight:700}.chic-footer-wrapper{position:relative;background:#0B0E14;overflow:hidden;border-top:1px solid rgba(212,175,55,.15)}.chic-footer-wrapper:before{top:-50%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(212,175,55,.1) 0,transparent 70%)}.chic-footer-wrapper:after,.chic-footer-wrapper:before{content:"";position:absolute;border-radius:50%;z-index:0}.chic-footer-wrapper:after{bottom:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(181,133,0,.1) 0,transparent 70%)}.chic-footer-glass{position:relative;z-index:1;background:rgba(11,14,20,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.chic-footer-main{padding:5rem 1.5rem 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:4rem;gap:4rem}.chic-brand-col{padding-left:2rem}.chic-logo-container{display:inline-block;cursor:pointer;margin-bottom:1.5rem;background:rgba(255,255,255,.02);padding:1rem;border-radius:20px;border:1px solid rgba(255,255,255,.05)}.chic-logo{height:90px;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 0 15px rgba(212,175,55,.3))}.chic-logo-container:hover .chic-logo{transform:scale(1.05)}.chic-desc{color:#94a3b8;font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.chic-socials{display:flex;gap:1rem}.chic-social-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:rgba(212,175,55,.1);color:var(--primary-color);transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(212,175,55,.2)}.chic-social-link:hover{background:var(--primary-gradient);color:#fff;transform:translateY(-5px) scale(1.1);box-shadow:0 10px 20px rgba(212,175,55,.3)}.chic-title{font-size:1.25rem;font-weight:800;color:#f8fafc;margin-bottom:2rem;position:relative}.chic-title:after{content:"";position:absolute;bottom:-10px;right:0;width:30px;height:3px;background:var(--primary-gradient);border-radius:3px}.chic-links{display:flex;flex-direction:column;gap:1rem}.chic-links li{display:flex;align-items:center;gap:.5rem;color:#cbd5e1;font-weight:600;cursor:pointer;transition:all .3s ease}.chic-link-icon{color:var(--primary-color);transition:transform .3s ease}.chic-links li:hover{color:#f8fafc;transform:translateX(-5px)}.chic-links li:hover .chic-link-icon{transform:translateX(-3px)}.chic-contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.chic-contact-icon-wrapper{width:40px;height:40px;border-radius:12px;background:rgba(212,175,55,.1);display:flex;align-items:center;justify-content:center;color:var(--primary-color);flex-shrink:0;transition:all .3s ease;border:1px solid rgba(212,175,55,.15)}.chic-contact-item:hover .chic-contact-icon-wrapper{background:var(--primary-color);color:#fff;transform:scale(1.05);box-shadow:0 5px 15px rgba(212,175,55,.3)}.chic-contact-text{display:flex;flex-direction:column;gap:.2rem}.chic-contact-value{font-weight:700;color:#e2e8f0;font-size:1.05rem}.chic-contact-label{font-size:.85rem;color:#94a3b8}.chic-footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding:1.5rem 0;background:rgba(0,0,0,.2)}.chic-bottom-inner{display:flex;justify-content:space-between;align-items:center}.chic-copyright{color:#94a3b8;font-weight:600;font-size:.95rem}.chic-brand-highlight{color:var(--primary-color);font-weight:800}@media (max-width:1200px){.chic-footer-main{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:2rem}}@media (max-width:992px){.chic-footer-main{grid-template-columns:1fr 1fr;gap:3rem}.chic-brand-col{padding-left:0}.chic-newsletter{flex-direction:column;text-align:center;padding:2rem}.chic-newsletter-form{width:100%;max-width:100%}}@media (max-width:768px){.chic-footer-main{padding:2.5rem 1rem 1.5rem!important;grid-template-columns:1fr 1fr!important;text-align:center;gap:1.5rem!important}.chic-brand-col,.chic-contact-col{grid-column:span 2!important}.chic-logo{height:65px!important}.chic-logo-container{padding:.8rem!important;margin-bottom:1rem!important}.chic-desc{font-size:.95rem!important;line-height:1.6!important;max-width:450px!important;margin-left:auto!important;margin-right:auto!important}.chic-desc,.chic-title{margin-bottom:1.5rem!important}.chic-title{font-size:1.15rem!important}.chic-title:after{right:50%!important;transform:translateX(50%)!important}.chic-socials{justify-content:center}.chic-contact-item{justify-content:center!important;align-items:center!important;margin-bottom:1rem!important}.chic-contact-icon-wrapper{width:36px!important;height:36px!important;border-radius:10px!important}.chic-contact-value{font-size:.95rem!important}.chic-contact-label{font-size:.8rem!important}.chic-bottom-inner{flex-direction:column!important;gap:.8rem!important;text-align:center!important}.chic-copyright{font-size:.85rem!important;text-align:center!important}.chic-links{gap:.75rem!important}.chic-links li{font-size:.95rem!important;justify-content:center}}@media (max-width:1024px){.hero-modern{flex-direction:column;text-align:center}.hero-text-side{padding-right:0;align-items:center}.ultra-badge{align-self:center}.hero-title.ultra-title{font-size:3.5rem;letter-spacing:-1px}.hero-desc.ultra-desc{max-width:100%}.ultra-buttons{flex-direction:column;width:100%;max-width:300px;gap:1.5rem}.ultra-buttons button,.ultra-stats{width:100%;justify-content:center}.ultra-stats{flex-direction:row;gap:1.5rem;max-width:450px}.u-stat h3{font-size:1.8rem}.u-stat p{font-size:.75rem}.about-card{flex-direction:column;text-align:center;padding:3rem}}.search-bar-container{display:flex;align-items:center;background:rgba(0,0,0,.05);border-radius:30px;padding:.5rem 1rem}.search-input{width:100%;padding:.5rem;font-size:1.1rem;color:var(--text-dark);outline:none}.close-search-btn,.search-input{border:none;background:transparent}.close-search-btn{font-size:1.2rem;cursor:pointer;color:var(--text-muted)}.animate-fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cart-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;will-change:opacity;transform:translateZ(0)}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer.premium-drawer{position:fixed;top:0;left:0;width:440px;max-width:100vw;height:100vh;background:rgba(15,23,42,.85);backdrop-filter:blur(25px) saturate(150%);-webkit-backdrop-filter:blur(25px) saturate(150%);border-right:1px solid rgba(255,255,255,.05);z-index:1001;box-shadow:20px 0 80px rgba(0,0,0,.5);transform:translateX(-100%);transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;color:white;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.cart-drawer.premium-drawer.open{transform:translateX(0)}.cart-header{padding:1.5rem 2rem;justify-content:space-between;background:transparent;border-bottom:1px solid rgba(255,255,255,.05);z-index:10}.cart-header,.cart-title{display:flex;align-items:center}.cart-title{font-size:1.4rem;font-weight:900;color:white;gap:.8rem;text-shadow:0 2px 10px rgba(255,255,255,.1)}.cart-item-count-badge{background:var(--primary-gradient);color:white;font-size:.85rem;padding:.2rem .6rem;border-radius:20px;font-weight:700;box-shadow:0 4px 15px rgba(181,133,0,.4)}.close-cart-btn{background:transparent;color:rgba(255,255,255,.5);border:none;font-size:1.5rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%}.close-cart-btn:hover{background:rgba(255,255,255,.1);color:white;transform:rotate(90deg)}.cart-body{flex:1 1;overflow-y:auto;padding:0;display:flex;flex-direction:column;position:relative;background:transparent}.cart-body::-webkit-scrollbar{width:6px}.cart-body::-webkit-scrollbar-track{background:transparent}.cart-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:10px}.cart-body::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.2)}.cart-items-wrapper{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 280px}.cart-item-card{display:flex;gap:1.2rem;padding:1rem;border-radius:24px;align-items:center;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px rgba(0,0,0,.2);transition:all .4s cubic-bezier(.16,1,.3,1)}.cart-item-card:hover{background:rgba(255,255,255,.06);border-color:rgba(181,133,0,.3);box-shadow:0 15px 40px rgba(181,133,0,.15);transform:translateY(-4px)}.cart-item-img-wrap{width:90px;height:90px;border-radius:16px;background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.cart-item-img-wrap img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1 1;flex-direction:column;height:90px}.cart-item-details,.cart-item-title-row{display:flex;justify-content:space-between}.cart-item-title-row{align-items:flex-start}.cart-item-title-row h4{font-size:1.1rem;font-weight:800;color:white;line-height:1.4;max-width:75%}.cart-item-remove-text{color:rgba(255,255,255,.3);font-size:.85rem;font-weight:700;cursor:pointer;border:none;background:none;transition:all .2s;padding:0}.cart-item-remove-text:hover{color:#ef4444;text-shadow:0 0 10px rgba(239,68,68,.5)}.cart-item-variant{font-size:.75rem;color:#94a3b8;font-weight:600;margin-top:.1rem}.cart-item-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cart-item-price{font-weight:900;color:var(--primary-color);font-size:1.2rem;text-shadow:0 0 15px rgba(181,133,0,.2)}.cart-item-price span{font-size:.85rem;color:rgba(255,255,255,.4)}.cart-item-quantity{display:inline-flex;align-items:center;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.2rem}.cart-item-quantity button{width:28px;height:28px;border:none;background:transparent;cursor:pointer;font-weight:700;color:white;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.cart-item-quantity button:hover{background:rgba(255,255,255,.15)}.cart-item-quantity span{width:30px;text-align:center;font-weight:800;font-size:1rem;color:white}.cart-footer{position:absolute;bottom:0;left:0;width:100%;background:rgba(15,23,42,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.05);padding:2rem;box-shadow:0 -20px 40px rgba(0,0,0,.3);z-index:100}.cart-summary-line{font-size:1rem;color:rgba(255,255,255,.5);margin-bottom:.8rem;font-weight:600}.cart-summary-line,.cart-total-row{display:flex;justify-content:space-between}.cart-total-row{align-items:center;padding-top:1rem;margin-top:.5rem;margin-bottom:1.5rem;font-size:1.3rem;font-weight:900;color:white;border-top:1px dashed rgba(255,255,255,.1)}.cart-total-row .total-price{color:var(--primary-color);font-size:1.6rem;text-shadow:0 0 20px rgba(181,133,0,.4)}.cart-checkout-btn{width:100%;padding:1.2rem;font-size:1.15rem;border-radius:16px;background:var(--primary-gradient);color:white;border:none;font-weight:900;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 25px rgba(181,133,0,.3)}.cart-checkout-btn:hover{transform:translateY(-4px);box-shadow:0 15px 40px rgba(181,133,0,.5)}.empty-cart-state{margin:auto;text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center}.empty-cart-icon{color:rgba(255,255,255,.1);margin-bottom:1.5rem;display:flex;justify-content:center}.empty-cart-state h3{font-size:1.6rem;font-weight:900;color:white;margin-bottom:.5rem}.empty-cart-state p{color:rgba(255,255,255,.5);font-size:1.05rem}@media (max-width:600px){.cart-drawer.premium-drawer{width:100vw}.cart-header{padding:1rem 1.2rem}.cart-title{font-size:1.15rem;gap:.5rem}.cart-item-count-badge{font-size:.75rem;padding:.15rem .5rem}.close-cart-btn{width:32px;height:32px;font-size:1.2rem}.cart-items-wrapper{padding:1rem 1rem 240px;gap:.8rem}.cart-item-card{padding:.8rem;gap:.8rem;border-radius:16px}.cart-item-img-wrap{width:75px;height:75px;border-radius:12px}.cart-item-details{height:75px}.cart-item-title-row h4{font-size:.95rem;max-width:70%;line-height:1.2}.cart-item-remove-text{font-size:.75rem}.cart-item-variant{font-size:.7rem}.cart-item-price{font-size:1.05rem}.cart-item-price span{font-size:.75rem}.cart-item-quantity{padding:.15rem;border-radius:8px}.cart-item-quantity button{width:24px;height:24px;font-size:.9rem;border-radius:6px}.cart-item-quantity span{width:24px;font-size:.9rem}.cart-footer{padding:1.2rem}.cart-summary-line{font-size:.85rem;margin-bottom:.6rem}.cart-total-row{font-size:1.1rem;padding-top:.8rem;margin-bottom:1rem}.cart-total-row .total-price{font-size:1.3rem}.cart-checkout-btn{padding:1rem;font-size:1rem;border-radius:12px}.empty-cart-state{padding:2.5rem 1.5rem}.empty-cart-icon svg{width:60px;height:60px}.empty-cart-state h3{font-size:1.3rem}.empty-cart-state p{font-size:.9rem}}@media (max-width:900px){.features,.footer-content,.test-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:3.5rem}}@media (max-width:600px){.features,.footer-content,.test-grid{grid-template-columns:1fr}.nav-links{display:none}.image-blob-container{width:90%;height:auto;aspect-ratio:1/1;margin:0 auto}.float-badge{padding:.6rem 1rem;font-size:.9rem;border-radius:15px}.badge-1{right:-5px;top:5%}.badge-2{left:-5px;bottom:5%}}.product-grid{grid-template-columns:repeat(5,1fr);grid-gap:1.5rem;gap:1.5rem}.admin-layout{display:flex;min-height:100vh;background:#f1f5f9;direction:rtl;font-family:Tajawal,sans-serif;overflow:hidden}.admin-sidebar{width:320px;background:#9d027c;height:100vh;position:fixed;right:0;top:0;box-shadow:-4px 0 20px rgba(0,0,0,.1);z-index:100;display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.1)}.admin-sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem}.admin-sidebar-header h3{color:white!important}.admin-sidebar-header p{color:rgba(255,255,255,.8)!important}.admin-logo-icon{width:45px;height:45px;background:#ffbc01;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#9d027c;box-shadow:0 8px 15px -3px rgba(255,188,1,.4)}.admin-sidebar-nav{padding:1.5rem;flex:1 1;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.admin-sidebar-btn{width:100%;padding:.8rem 1rem;border-radius:14px;border:none;background:transparent;color:rgba(255,255,255,.85);font-weight:700;cursor:pointer;text-align:right;display:flex;align-items:center;gap:.8rem;transition:all .3s ease;font-size:.95rem}.admin-sidebar-btn svg{width:18px;height:18px;opacity:.85;transition:all .3s ease}.admin-sidebar-btn:hover{background:rgba(255,188,1,.15);color:#ffbc01;transform:translateX(-4px)}.admin-sidebar-btn:hover svg{opacity:1;transform:scale(1.1);color:#ffbc01}.admin-sidebar-btn.active{background:#ffbc01;color:#9d027c;box-shadow:0 8px 20px -5px rgba(255,188,1,.4)}.admin-sidebar-btn.active svg{opacity:1;color:#9d027c}.admin-main{flex:1 1;margin-right:320px;height:100vh;overflow-y:auto;display:flex;flex-direction:column}.admin-topbar{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:1rem 2.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.04);position:-webkit-sticky;position:sticky;top:0;z-index:90}.admin-user-profile{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:var(--white);border-radius:50px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 10px rgba(0,0,0,.02)}.admin-content-area{padding:2.5rem;flex:1 1;max-width:100%;margin:0 auto;width:100%}.admin-stat-card{padding:2rem;border-radius:20px;background:var(--white);box-shadow:0 4px 20px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.03);display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.admin-stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.06)}.admin-stat-icon{width:65px;height:65px;border-radius:18px;display:flex;align-items:center;justify-content:center}.admin-stat-card.orange .admin-stat-icon{background:#ffffff;color:#b58500}.admin-stat-card.blue .admin-stat-icon{background:#eff6ff;color:#3b82f6}.admin-stat-card.green .admin-stat-icon{background:#ecfdf5;color:#10b981}.admin-panel{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.03)}.admin-table{width:100%;border-collapse:separate;border-spacing:0}.admin-table th{padding:1.2rem 1.5rem;text-align:right;color:var(--text-muted);font-weight:700;font-size:.9rem;border-bottom:2px solid #f1f5f9}.admin-table td{padding:1.2rem 1.5rem;border-bottom:1px solid #f1f5f9;color:var(--text-dark);font-weight:600;font-size:1rem}.admin-table tr:hover td{background:#f8fafc}.status-badge{padding:.4rem 1rem;border-radius:30px;font-size:.85rem;font-weight:800;display:inline-block}.status-badge.pending{background:#fffbeb;color:#d97706}.status-badge.completed{background:#ecfdf5;color:#059669}.status-badge.shipped{background:#eff6ff;color:#2563eb}.admin-input{width:100%;padding:1rem 1.2rem;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;transition:all .3s ease;font-size:1.05rem;font-weight:500;color:var(--text-dark)}.admin-input:focus{outline:none;border-color:var(--primary-color);background:var(--white);box-shadow:0 0 0 4px rgba(212,175,55,.1)}.admin-upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:20px;padding:3rem;text-align:center;cursor:pointer;transition:all .3s ease}.admin-upload-box:hover{border-color:var(--primary-color);background:#ffffff}.btn-admin{background:var(--primary-gradient);color:var(--white);padding:1rem 2rem;border-radius:14px;border:none;cursor:pointer;font-weight:800;font-size:1.1rem;transition:all .3s ease;box-shadow:0 8px 15px -3px rgba(212,175,55,.3);display:inline-flex;align-items:center;justify-content:center;gap:.6rem}.btn-admin:hover{transform:translateY(-2px);box-shadow:0 12px 20px -3px rgba(212,175,55,.4)}.admin-grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.admin-product-card{display:flex;align-items:center;justify-content:space-between;padding:1.2rem;background:var(--white);border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 2px 10px rgba(0,0,0,.02);transition:all .3s ease}.admin-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.05);border-color:#fcf8f0}.admin-orders-page{display:flex;flex-direction:column;gap:1.5rem}.admin-orders-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.admin-orders-header h3{margin:0 0 .35rem;color:var(--text-dark);font-size:1.5rem;font-weight:900}.admin-orders-header p{margin:0;color:#64748b;font-size:.95rem;font-weight:700}.admin-orders-results{min-width:140px;display:flex;align-items:baseline;justify-content:center;gap:.4rem;padding:.75rem 1rem;color:#64748b;background:#fff;border:1px solid #edf2f7;border-radius:14px;box-shadow:0 6px 18px rgba(15,23,42,.03);font-size:.82rem;font-weight:800;white-space:nowrap}.admin-orders-results strong{color:var(--primary-color);font-size:1.2rem;font-weight:900}.admin-orders-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));grid-gap:.9rem;gap:.9rem}.admin-orders-summary-card{min-width:0;display:flex;align-items:center;gap:.8rem;padding:.95rem 1rem;background:#fff;border:1px solid #edf2f7;border-radius:17px;box-shadow:0 6px 20px rgba(15,23,42,.035)}.admin-orders-summary-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:12px}.admin-orders-summary-card span{display:block;margin-bottom:.15rem;overflow:hidden;color:#64748b;font-size:.76rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.admin-orders-summary-card strong{display:block;color:#0f172a;font-size:1.3rem;font-weight:900;line-height:1;white-space:nowrap}.admin-orders-summary-card strong small{color:#94a3b8;font-size:.7rem;font-weight:800}.admin-orders-summary-card.total .admin-orders-summary-icon{color:#2563eb;background:#eff6ff}.admin-orders-summary-card.pending .admin-orders-summary-icon{color:#c2410c;background:#fff7ed}.admin-orders-summary-card.reviewing .admin-orders-summary-icon{color:#a16207;background:#fefce8}.admin-orders-summary-card.shipped .admin-orders-summary-icon{color:#1d4ed8;background:#dbeafe}.admin-orders-summary-card.delivered .admin-orders-summary-icon{color:#047857;background:#ecfdf5}.admin-orders-summary-card.sales .admin-orders-summary-icon{color:#7c3aed;background:#f5f3ff}.admin-orders-filters{display:grid;grid-template-columns:minmax(280px,1fr) minmax(175px,.35fr) minmax(175px,.35fr) auto;grid-gap:.85rem;gap:.85rem;padding:1rem;background:#fff;border:1px solid #edf2f7;border-radius:18px;box-shadow:0 6px 20px rgba(15,23,42,.03)}.admin-orders-search,.admin-orders-select{min-width:0;height:46px;display:flex;align-items:center;gap:.7rem;padding:0 .95rem;color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease}.admin-orders-search:focus-within,.admin-orders-select:focus-within{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(212,175,55,.1)}.admin-orders-search input,.admin-orders-select select{width:100%;min-width:0;height:100%;padding:0;color:#334155;background:transparent;border:none;outline:none;font-family:inherit;font-size:.9rem;font-weight:700}.admin-orders-select select{cursor:pointer}.admin-orders-clear{height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:0 .9rem;color:#b91c1c;background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:900;white-space:nowrap;transition:all .2s ease}.admin-orders-clear:hover{color:#fff;background:#dc2626;border-color:#dc2626}.admin-orders-table-wrapper{background:transparent;border:none;box-shadow:none;overflow:visible}.admin-orders-table{min-width:0;display:block;width:100%}.admin-orders-table thead{display:none}.admin-orders-table tbody{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));grid-gap:1.5rem;gap:1.5rem;width:100%}.admin-orders-table tbody tr{display:flex;flex-direction:column;background:#fff;border:1px solid #edf2f7;border-radius:20px;box-shadow:0 8px 25px rgba(15,23,42,.04);padding:1.5rem;transition:all .3s ease}.admin-orders-table tbody tr:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(15,23,42,.08);border-color:rgba(212,175,55,.2)}.admin-orders-table td{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;font-size:.95rem;vertical-align:middle}.admin-orders-table tbody tr:last-child td,.admin-orders-table td{border-bottom:1px dashed #f1f5f9}.admin-orders-table td:last-child{border-bottom:none;padding-bottom:0;padding-top:1.2rem;margin-top:.5rem;justify-content:center}.admin-table.admin-orders-table tr:hover td{background:transparent}.admin-orders-table td:before{content:attr(data-label);font-weight:800;color:#64748b;font-size:.85rem;margin-left:1rem;flex-shrink:0}.admin-orders-table td>div{text-align:left;align-items:flex-end}.admin-order-reference{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.28rem}.admin-order-reference span{display:inline-block;padding:.35rem .65rem;color:#334155;background:#f1f5f9;border-radius:8px;font-size:.84rem;font-weight:900;white-space:nowrap}.admin-order-reference small{color:#94a3b8;font-size:.7rem;font-weight:800}.admin-order-customer{min-width:0;max-width:70%;display:flex;align-items:center;justify-content:flex-end;gap:.7rem}.admin-order-customer-avatar{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#92400e;background:#fffbeb;border:1px solid #fef3c7;border-radius:12px}.admin-order-customer-copy{min-width:0;text-align:left}.admin-order-customer-copy small,.admin-order-customer-copy span,.admin-order-customer-copy strong{max-width:100%;margin-top:.2rem;color:#94a3b8;font-size:.7rem;font-weight:700;white-space:normal;line-height:1.4;text-align:left;display:block}.admin-order-customer-copy strong{color:#0f172a;font-size:.92rem;font-weight:900}.admin-order-customer-copy span{margin-top:.25rem;color:#64748b;font-size:.76rem;font-weight:700}.admin-order-customer-copy small{margin-top:.2rem;color:#94a3b8;font-size:.7rem;font-weight:700}.admin-order-total{display:flex;flex-direction:column;align-items:flex-end}.admin-order-total strong{display:block;color:var(--primary-color);font-size:.95rem;font-weight:900;white-space:nowrap}.admin-order-total strong span{color:#94a3b8;font-size:.72rem;font-weight:800}.admin-order-total small{display:inline-block;margin-top:.35rem;padding:.18rem .42rem;color:#b45309;background:#fffbeb;border-radius:6px;font-size:.68rem;font-weight:900;white-space:nowrap}.admin-order-date{display:flex;flex-direction:column;align-items:flex-end}.admin-order-date span{display:flex;align-items:center;gap:.35rem;color:#475569;font-size:.82rem;font-weight:800;white-space:nowrap}.admin-order-date small{display:block;margin-top:.25rem;color:#94a3b8;font-size:.72rem;font-weight:700}.admin-order-invoice-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem .85rem;color:var(--primary-color);background:#fffdf7;border:1px solid #f5e6b8;border-radius:12px;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:900;transition:all .2s ease}.admin-order-invoice-button:hover{color:#fff;background:var(--primary-color);border-color:var(--primary-color);transform:translateY(-1px)}.admin-orders-empty{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:2rem;color:#cbd5e1;background:#fff;border:1px dashed #e2e8f0;border-radius:20px;text-align:center}.admin-orders-empty p{margin:0;color:#64748b;font-size:1rem;font-weight:800}.admin-products-page{display:flex;flex-direction:column;gap:1.5rem}.admin-products-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.admin-products-header h3{margin:0 0 .35rem;color:var(--text-dark);font-size:1.5rem;font-weight:900}.admin-products-header p{margin:0;color:#64748b;font-size:.95rem;font-weight:700}.admin-products-add-btn{padding:.75rem 1.25rem;font-size:.95rem;white-space:nowrap}.admin-products-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.admin-products-summary-card{display:flex;align-items:center;gap:.9rem;min-width:0;padding:1rem 1.1rem;background:#fff;border:1px solid #edf2f7;border-radius:18px;box-shadow:0 6px 20px rgba(15,23,42,.035)}.admin-products-summary-card .admin-products-summary-icon{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-products-summary-card span{display:block;margin-bottom:.15rem;color:#64748b;font-size:.82rem;font-weight:800}.admin-products-summary-card strong{display:block;color:#0f172a;font-size:1.45rem;font-weight:900;line-height:1}.admin-products-summary-card.total .admin-products-summary-icon{color:#2563eb;background:#eff6ff}.admin-products-summary-card.active .admin-products-summary-icon{color:#059669;background:#ecfdf5}.admin-products-summary-card.hidden .admin-products-summary-icon{color:#64748b;background:#f1f5f9}.admin-products-summary-card.low-stock .admin-products-summary-icon{color:#d97706;background:#fffbeb}.admin-products-filters{display:grid;grid-template-columns:minmax(280px,1fr) minmax(190px,.35fr) minmax(180px,.3fr);grid-gap:.9rem;gap:.9rem;padding:1rem;background:#fff;border:1px solid #edf2f7;border-radius:18px;box-shadow:0 6px 20px rgba(15,23,42,.03)}.admin-products-search,.admin-products-select{min-width:0;height:46px;display:flex;align-items:center;gap:.7rem;padding:0 .95rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#94a3b8;transition:all .2s ease}.admin-products-search:focus-within,.admin-products-select:focus-within{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(212,175,55,.1)}.admin-products-search input,.admin-products-select select{width:100%;min-width:0;height:100%;padding:0;background:transparent;border:none;outline:none;color:#334155;font-family:inherit;font-size:.92rem;font-weight:700}.admin-products-select select{cursor:pointer}.admin-products-table-wrapper{overflow-x:auto;background:#fff;border:1px solid #edf2f7;border-radius:20px;box-shadow:0 8px 25px rgba(15,23,42,.04)}.admin-products-table{min-width:1050px}.admin-products-table th{padding:1rem 1.1rem;background:#f8fafc;color:#64748b;font-size:.82rem;font-weight:900;white-space:nowrap}.admin-products-table td{padding:.9rem 1.1rem;font-size:.9rem;vertical-align:middle}.admin-products-table tbody tr:last-child td{border-bottom:none}.admin-product-table-info{display:flex;align-items:center;gap:.8rem;min-width:245px}.admin-product-table-thumb{width:54px;height:54px;position:relative;overflow:hidden;flex-shrink:0;background:#f8fafc;border:1px solid #edf2f7;border-radius:13px;color:#cbd5e1}.admin-product-table-thumb,.admin-product-table-thumb span{display:flex;align-items:center;justify-content:center}.admin-product-table-thumb span svg{width:22px;height:22px}.admin-product-table-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.admin-product-table-name{min-width:0}.admin-product-table-name strong{max-width:240px;display:block;overflow:hidden;color:#0f172a;font-size:.95rem;font-weight:900;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.admin-product-table-name>div{display:flex;align-items:center;gap:.35rem;margin-top:.3rem}.admin-product-id,.admin-product-offer{padding:.15rem .45rem;border-radius:6px;font-size:.72rem;font-weight:900}.admin-product-id{color:#64748b;background:#f1f5f9}.admin-product-offer{color:#c2410c;background:#fff7ed}.admin-product-category-badge{display:inline-block;padding:.32rem .65rem;color:#475569;background:#f1f5f9;border-radius:8px;font-size:.8rem;font-weight:800;white-space:nowrap}.admin-product-price-cell span,.admin-product-price-cell strong{display:block;white-space:nowrap}.admin-product-price-cell strong{color:var(--primary-color);font-size:.92rem;font-weight:900}.admin-product-price-cell span{margin-top:.2rem;color:#94a3b8;font-size:.75rem;font-weight:700;text-decoration:line-through}.admin-product-stock-badge{min-width:42px;padding:.32rem .6rem;border:none;border-radius:9px;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:900;transition:transform .2s ease}.admin-product-stock-badge:hover{transform:translateY(-1px)}.admin-product-stock-badge.available{color:#047857;background:#ecfdf5}.admin-product-stock-badge.low{color:#b45309;background:#fffbeb}.admin-product-stock-badge.out{color:#b91c1c;background:#fef2f2}.admin-product-metric{display:inline-flex;align-items:center;gap:.35rem;color:#64748b;font-size:.82rem;font-weight:800;white-space:nowrap}.admin-product-metric.sales{color:#059669}.admin-product-status{display:inline-flex;align-items:center;gap:.35rem;padding:.32rem .7rem;border-radius:999px;font-size:.78rem;font-weight:900;white-space:nowrap}.admin-product-status:before{width:6px;height:6px;content:"";border-radius:50%;background:currentColor}.admin-product-status.active{color:#047857;background:#ecfdf5}.admin-product-status.hidden{color:#64748b;background:#f1f5f9}.admin-product-actions{display:flex;align-items:center;justify-content:center;gap:.4rem}.admin-product-action{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease}.admin-product-action:hover{transform:translateY(-2px)}.admin-product-action.edit{color:#0369a1;background:#e0f2fe}.admin-product-action.stock{color:#7c3aed;background:#f5f3ff}.admin-product-action.delete{color:#dc2626;background:#fef2f2}.admin-products-empty{padding:3rem!important;color:#94a3b8!important;text-align:center!important;font-weight:800!important}.action-btn-danger{background:#fef2f2;color:#ef4444;border:none;width:40px;height:40px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.action-btn-danger:hover{background:#fee2e2;transform:scale(1.05)}.product-details-content{padding:3rem}.about-card{padding:4rem;display:flex;align-items:center;gap:4rem;border-radius:40px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.5));border:1px solid rgba(255,255,255,.8);box-shadow:0 30px 60px -15px rgba(0,0,0,.05);position:relative;overflow:hidden}.about-features-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.about-image{width:100%;height:400px;object-fit:cover;border-radius:30px;position:relative;z-index:2;border:4px solid white;box-shadow:var(--shadow-md)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--text-dark);padding:.5rem}.mobile-nav-menu{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border-bottom-left-radius:20px;border-bottom-right-radius:20px;z-index:1000;text-align:center;gap:1.5rem}.mobile-nav-menu.open{display:flex}.mobile-nav-menu li{font-weight:800;font-size:1.1rem;color:var(--text-dark);padding:.5rem}.product-card-container{padding:1rem;border-radius:35px;box-shadow:0 10px 30px -10px rgba(0,0,0,.05)}.product-image-container{width:100%;height:240px;border-radius:25px;overflow:hidden;margin-bottom:1.2rem;background:radial-gradient(circle,#f8fafc 0,#e2e8f0 100%);position:relative;display:flex;align-items:center;justify-content:center}.product-title{font-size:1.3rem;font-weight:900;margin-bottom:.5rem;color:var(--text-dark);line-height:1.4}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr}.admin-options-row{display:flex;gap:1rem;align-items:center}@media (max-width:900px){.about-card{flex-direction:column;text-align:center;padding:3rem}.admin-layout{display:flex;flex-direction:column;height:auto;min-height:100vh}.admin-main{display:contents}.admin-topbar{order:1;padding:1rem;flex-direction:column;gap:1rem}.admin-topbar>h2{font-size:1rem!important;width:100%;order:2;margin-top:.5rem;margin-bottom:0!important;color:var(--text-dark)}.admin-topbar>div{order:1;width:100%;justify-content:space-between}.admin-sidebar{order:2;position:relative;width:100%;height:auto;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 4px 10px rgba(0,0,0,.02);z-index:100}.admin-content-area{order:3;padding:1rem}.admin-sidebar-header{padding:1rem;justify-content:center}.admin-sidebar-header h3{font-size:1rem!important}.admin-sidebar-header p{font-size:.75rem!important}.admin-logo-icon{width:35px;height:35px}.admin-sidebar-nav{flex-direction:row;overflow-x:auto;white-space:nowrap;padding:.8rem 1rem;gap:.8rem;-webkit-overflow-scrolling:touch}.admin-sidebar-nav::-webkit-scrollbar{display:none}.admin-sidebar-btn{width:auto;padding:.6rem 1rem;font-size:.95rem;border-radius:20px;background:#f8fafc;border:1px solid #f1f5f9;flex-shrink:0}.admin-sidebar-btn svg{width:18px;height:18px;margin-left:.4rem}.admin-panel{padding:1.2rem;border-radius:16px}.admin-panel h2,.admin-panel h3{font-size:1.05rem!important;margin-bottom:1rem!important}.admin-grid-cards{grid-template-columns:1fr;gap:1rem}.admin-stat-card{padding:1.2rem;flex-direction:column;text-align:center;gap:1rem}.admin-stat-card h3{font-size:1.5rem!important}.admin-stat-card p{font-size:.85rem!important}.admin-form-grid{grid-template-columns:1fr;gap:1rem}.admin-options-row{flex-direction:column;align-items:stretch}.admin-product-card{flex-direction:column;gap:1rem;text-align:center}.admin-product-card>div{justify-content:center;width:100%}.admin-table{display:block;overflow-x:auto;white-space:nowrap;border:1px solid #f1f5f9;border-radius:12px}.admin-table td,.admin-table th{padding:.8rem 1rem;font-size:.85rem}.admin-products-header{align-items:stretch;flex-direction:column}.admin-products-header h3{font-size:1.2rem}.admin-products-add-btn{width:100%}.admin-products-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-products-summary-card{padding:.85rem}.admin-products-summary-card .admin-products-summary-icon{width:38px;height:38px}.admin-products-summary-card span{font-size:.72rem}.admin-products-summary-card strong{font-size:1.2rem}.admin-products-filters{grid-template-columns:1fr;padding:.8rem}.admin-products-table-wrapper{overflow:visible;background:transparent;border:none;border-radius:0;box-shadow:none}.admin-products-table,.admin-products-table tbody,.admin-products-table td,.admin-products-table tr{display:block;width:100%;min-width:0}.admin-products-table{overflow:visible;white-space:normal;border:none}.admin-products-table thead{display:none}.admin-products-table tr{margin-bottom:1rem;padding:.9rem;background:#fff;border:1px solid #edf2f7;border-radius:16px;box-shadow:0 6px 18px rgba(15,23,42,.04)}.admin-products-table td{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 0!important;text-align:left!important;border-bottom:1px dashed #edf2f7!important}.admin-products-table td:before{content:attr(data-label);color:#64748b;font-size:.78rem;font-weight:900;white-space:nowrap}.admin-products-table td:first-child{display:block;padding-bottom:.9rem!important}.admin-products-table td:first-child:before{display:none}.admin-products-table td:last-child{border-bottom:none!important}.admin-product-table-info{width:100%;min-width:0}.admin-product-table-name strong{max-width:calc(100vw - 145px)}.admin-product-actions{justify-content:flex-end}.admin-orders-header{align-items:stretch;flex-direction:column}.admin-orders-header h3{font-size:1.2rem}.admin-orders-results{width:100%;justify-content:space-between}.admin-orders-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-orders-summary-card{padding:.8rem}.admin-orders-summary-icon{width:36px;height:36px}.admin-orders-summary-card span{font-size:.68rem}.admin-orders-summary-card strong{font-size:1.05rem}.admin-orders-filters{grid-template-columns:1fr;padding:.8rem}.admin-orders-clear{width:100%}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important}}@media (max-width:600px){.hero-title{font-size:2.5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important;gap:1rem!important}.product-card-container{padding:.5rem!important;border-radius:15px!important}.product-image-container{height:100px!important;border-radius:10px!important;margin-bottom:.5rem!important}.product-title{font-size:.9rem!important;margin-bottom:.2rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-container .add-cart-btn{width:30px!important;height:40px!important;border-radius:8px!important}.product-card-container .add-cart-btn svg{width:14px!important;height:14px!important}.product-card-container .product-price{font-size:.95rem!important}.product-card-container select{padding:.2rem .4rem!important;font-size:.75rem!important;border-radius:6px!important;margin-bottom:.3rem!important;height:26px!important}.product-card-container button{font-size:.75rem!important;padding:.3rem!important}.hero-buttons{flex-direction:column}.hero-stats{flex-wrap:wrap;gap:1.5rem}.admin-content-area{padding:1rem}.admin-panel{padding:1.5rem}.admin-form-grid{grid-template-columns:1fr!important}.admin-options-row{flex-direction:column!important;align-items:stretch!important}.admin-sidebar-header{padding:1.5rem 1rem!important}.product-details-content{padding:1.5rem!important}.about-card{padding:1.5rem}.about-features-grid{grid-template-columns:1fr}.about-image{height:300px}.mobile-menu-btn{display:block}.nav-links{display:none}}@media print{@page{size:A4;margin:1cm}body{margin:0;padding:0;background:white}body *{visibility:hidden}.print-area,.print-area *{visibility:visible}.print-area{position:absolute;left:0;top:0;width:100%;margin:0;padding:0;box-shadow:none;border:none;max-height:none!important;overflow:visible!important}#root,.admin-container,.admin-content-area,.admin-panel,.orders-table-wrapper{height:0!important;min-height:0!important;overflow:hidden!important;padding:0!important;margin:0!important;border:none!important}.no-print{display:none!important}}.modal-inner-layout{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:0;gap:0;min-height:500px}@media (max-width:768px){.modal-inner-layout{grid-template-columns:1fr}.checkout-card{padding:1.5rem!important;border-radius:20px!important}.checkout-phone-grid{grid-template-columns:1fr!important;gap:1rem!important}}.checkout-phone-grid{display:grid;grid-template-columns:1fr 1fr}@keyframes spin{to{transform:rotate(1turn)}}.spin{animation:spin 1s linear infinite}@media (max-width:768px){*{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.about-card,.float-badge,.glass-card,.navbar{background:rgba(255,255,255,.98)!important}.blob-bg{filter:none!important;opacity:.05!important}.blob-bg,.float-badge,.floating-img{animation:none!important}.marquee{will-change:transform}.animate-up{animation-duration:.4s!important}.image-blob-container{width:300px!important;height:300px!important}.blob-bg{width:280px!important;height:280px!important}}.sc-marketing-link{gap:.3rem}.sc-marketing-img{height:45px}@media (max-width:768px){.sc-marketing-link{gap:.2rem;justify-content:center}.sc-marketing-text{font-size:.8rem}.sc-marketing-brand{font-size:.95rem;padding:0 .1rem}.sc-marketing-img{height:28px}.lfb-inner p{font-size:.8rem!important}}.sc-marketing-img{margin-right:-8px!important}@media (max-width:768px){.sc-marketing-img{margin-right:-6px!important}}.sc-marketing-img{margin-right:-2px!important}@media (max-width:768px){.sc-marketing-img{margin-right:0!important}}.sc-marketing-img{height:24px!important;margin-right:0!important}@media (max-width:768px){.sc-marketing-img{height:25px!important;margin-right:0!important;height:22px!important;margin-right:-2px!important;top:-1px!important;margin-right:-3px!important;position:relative!important}.sc-marketing-brand{font-size:.9rem!important}.sc-marketing-img{top:-3px!important}.mobile-justify-start{justify-content:flex-start!important;padding:.5rem 1rem!important}}.hero-btn{padding:1rem 2.5rem;font-size:1.2rem}@media (max-width:768px){.hero-buttons{flex-direction:row!important;gap:.8rem!important;width:100%;justify-content:center}.hero-btn{flex:1 1;padding:1rem .5rem!important;font-size:1rem!important;display:flex;justify-content:center;align-items:center;white-space:nowrap}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2.5rem;gap:2.5rem}.product-card-body{padding:1rem;display:flex;flex-direction:column;flex:1 1}.product-card-title{font-size:1.1rem;font-weight:800;color:var(--text-dark);margin-bottom:.4rem;line-height:1.3}.product-card-options{margin:.3rem 0 .8rem;display:flex;gap:.5rem}.product-card-option{padding:.35rem .75rem;border-radius:8px;border:1.5px solid #f1f5f9;background:#f8fafc;color:#64748b;transition:all .2s;font-size:.8rem}.product-card-option:hover{border-color:#e2e8f0;color:#334155}.product-card-option.selected{border-color:var(--primary-color);background:rgba(181,133,0,.1);color:var(--primary-color);box-shadow:0 4px 10px rgba(181,133,0,.1)}.product-card-price-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem}.product-card-price-row .current-price{font-size:1.25rem;font-weight:900;color:var(--primary-color)}.product-card-price-row .current-price .currency{font-size:.85rem;font-weight:700;color:var(--text-dark);margin-right:.2rem}.product-card-price-row .old-price{text-decoration:line-through;color:#94a3b8;font-size:.9rem;font-weight:700}.product-card-add-btn{margin-top:auto;width:100%;background:var(--primary-gradient);border:none;padding:.75rem;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);color:white;font-weight:900;font-size:.95rem;box-shadow:0 6px 18px rgba(101,163,13,.2)}.product-card-add-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(101,163,13,.4)}.added-toast{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(16,185,129,.95);color:white;padding:.8rem 1.5rem;border-radius:16px;font-weight:900;z-index:20;display:flex;align-items:center;gap:.5rem;box-shadow:0 15px 30px rgba(16,185,129,.4);pointer-events:none;font-size:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fade-in .3s cubic-bezier(.16,1,.3,1)}@media (max-width:600px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.product-card-body{padding:.8rem}.product-card-title{font-size:1rem;margin-bottom:.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-options{margin:.3rem 0 .6rem;gap:.3rem}.product-card-option{padding:.3rem .5rem;border-radius:8px;font-size:.75rem;border-width:1px}.product-card-price-row{margin-bottom:.8rem;padding-top:0;gap:.4rem;flex-wrap:wrap}.product-card-price-row .current-price{font-size:1.1rem}.product-card-price-row .current-price .currency{font-size:.7rem}.product-card-price-row .old-price{font-size:.85rem}.product-card-add-btn{padding:.6rem;font-size:.95rem;border-radius:12px;gap:.4rem}.product-card-add-btn .cart-icon{width:16px;height:16px}}.feature-section{margin:5rem auto;padding:0 1rem}.feature-cards-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto}.feature-card{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(212,175,55,.15);border-radius:24px;padding:2.5rem 2rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.03);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-gradient);transform:scaleX(0);transition:transform .4s ease;transform-origin:right}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(212,175,55,.1);border-color:rgba(212,175,55,.3)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,rgba(212,175,55,.1),rgba(181,133,0,.05));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);transition:all .4s ease;box-shadow:inset 0 0 0 2px rgba(212,175,55,.1)}.feature-card:hover .feature-icon-wrapper{background:var(--primary-gradient);color:#fff;transform:scale(1.1) rotate(-5deg);box-shadow:0 10px 20px rgba(212,175,55,.2)}.feature-content{display:flex;flex-direction:column;gap:.8rem}.feature-title{font-size:1.4rem;font-weight:900;color:var(--text-dark);margin:0;letter-spacing:-.5px}.feature-desc{font-size:1.05rem;color:var(--text-muted);line-height:1.6;margin:0}.product-badge-discount{top:15px;background:var(--secondary-color);color:white;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;box-shadow:0 4px 10px rgba(212,175,55,.4)}.product-badge-category,.product-badge-discount{position:absolute;right:15px;font-weight:900;z-index:10}.product-badge-category{bottom:15px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.4rem .8rem;border-radius:12px;color:var(--secondary-color);font-size:.85rem;box-shadow:0 4px 10px rgba(0,0,0,.05)}.product-badge-hot{position:absolute;top:15px;left:15px;background:linear-gradient(135deg,#ef4444,#b91c1c);color:white;padding:.3rem .8rem;border-radius:20px;font-weight:900;font-size:.8rem;z-index:10;box-shadow:0 4px 10px rgba(239,68,68,.4);display:flex;align-items:center;gap:.3rem}@media (max-width:600px){.product-badge-discount{top:10px;right:10px;padding:.2rem .6rem;font-size:.65rem;border-radius:12px}.product-badge-category{bottom:10px;right:10px;padding:.3rem .6rem;font-size:.65rem;border-radius:8px}.product-badge-hot{top:10px;left:10px;padding:.2rem .6rem;font-size:.65rem;border-radius:12px}}.store-premium-header{padding:5rem 3rem;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,250,252,.8));border-radius:40px;margin:3rem 0 6rem;text-align:center;box-shadow:0 30px 60px -15px rgba(0,0,0,.06);border:1px solid rgba(255,255,255,.9);position:relative;overflow:hidden;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);z-index:1}.store-premium-header:before{top:-50%;left:-20%;background:radial-gradient(circle,rgba(212,175,55,.1) 0,transparent 70%);animation:float 10s ease-in-out infinite}.store-premium-header:after,.store-premium-header:before{content:"";position:absolute;width:500px;height:500px;z-index:-1}.store-premium-header:after{bottom:-50%;right:-20%;background:radial-gradient(circle,rgba(181,133,0,.1) 0,transparent 70%);animation:float 12s ease-in-out infinite reverse}.store-header-title{font-size:4.5rem;font-weight:900;color:var(--text-dark);margin-bottom:1.5rem;letter-spacing:-2px;text-shadow:0 4px 15px rgba(0,0,0,.02)}.store-header-desc{font-size:1.35rem;color:var(--text-muted);max-width:650px;margin:0 auto;line-height:1.8;font-weight:500}.premium-card-container{display:flex;flex-direction:column;background:var(--white);border-radius:20px;padding:0;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.02);transition:all .5s cubic-bezier(.25,.8,.25,1);cursor:pointer;position:relative;height:100%}.premium-card-container:hover{transform:translateY(-12px);box-shadow:0 35px 70px rgba(181,133,0,.15);border-color:rgba(181,133,0,.2)}.premium-card-image-wrap{width:100%;background:#f8fafc;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:0;overflow:hidden}.floating-product-img{width:100%;height:100%;object-fit:cover;transition:all .8s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.premium-card-container:hover .floating-product-img{transform:scale(1.1)}@media (max-width:600px){.premium-card-container{border-radius:20px;padding:0}.premium-card-image-wrap{margin-bottom:0;aspect-ratio:4/3}}.premium-category-header{margin-bottom:5rem;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.premium-category-title{font-size:5rem;font-weight:900;color:var(--text-dark);letter-spacing:-2px;position:relative;z-index:2}.premium-category-subtitle{font-size:1.2rem;color:var(--text-muted);font-weight:700;margin-top:.5rem;z-index:2}.premium-category-title:before{content:attr(data-title);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10rem;font-weight:900;color:rgba(0,0,0,.03);white-space:nowrap;z-index:-1;pointer-events:none}@media (max-width:768px){.store-premium-header{padding:3rem 1.5rem;border-radius:25px;margin-bottom:3rem}.store-header-title{font-size:clamp(2rem,8vw,2.8rem);letter-spacing:-1px}.store-header-desc{font-size:1.1rem}.premium-category-title{font-size:clamp(2.2rem,10vw,3rem);letter-spacing:-1px}.premium-category-title:before{font-size:clamp(3rem,16vw,4.5rem)}.premium-category-subtitle{font-size:1rem}}.premium-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(15,23,42,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.premium-modal-content{background:var(--white);width:100%;maxWidth:1100px;border-radius:40px;overflow:hidden;position:relative;display:flex;flex-direction:column;max-height:90vh;box-shadow:0 40px 80px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.5)}.premium-modal-close-btn{position:absolute;top:1.5rem;left:1.5rem;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.05);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;font-size:1.3rem;color:var(--text-dark);box-shadow:0 4px 10px rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.premium-modal-close-btn:hover{transform:rotate(90deg) scale(1.1);background:var(--primary-gradient);color:white}.checkout-layout{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.checkout-card{padding:3rem}.checkout-card,.checkout-summary-box{background:white;border-radius:30px;box-shadow:0 20px 40px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.03)}.checkout-summary-box{padding:2.5rem;position:-webkit-sticky;position:sticky;top:130px}.checkout-input{width:100%;padding:1.2rem;border-radius:16px;border:2px solid #f1f5f9;background:#f8fafc;font-family:inherit;outline:none;transition:all .3s;font-size:1.05rem;font-weight:600;color:var(--text-dark)}.checkout-input:focus{border-color:var(--primary-color);background:white;box-shadow:0 0 0 4px rgba(181,133,0,.1)}.checkout-input::placeholder{color:#94a3b8;font-weight:500}.checkout-input-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.checkout-input-group label{font-weight:800;color:var(--text-dark);font-size:1rem;margin-right:.5rem}.checkout-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media (max-width:992px){.checkout-layout{display:flex;flex-direction:column;gap:1.5rem}.checkout-card,.checkout-summary-box{padding:1.5rem;border-radius:24px}.checkout-summary-box{position:static}.checkout-grid-2{grid-template-columns:1fr;gap:1rem}}@media (max-width:600px){.checkout-layout{gap:1.2rem}.checkout-card,.checkout-summary-box{padding:1.2rem;border-radius:20px}.checkout-input{padding:1rem;font-size:1rem}.checkout-input-group label{font-size:.95rem}}.luxury-hero-container{position:relative;min-height:auto;display:flex;align-items:flex-start;overflow:hidden;padding:0 0 30px;background:linear-gradient(135deg,#ffffff,#fdfbf7 50%,#ffffff);direction:rtl}.luxury-hero-background{position:absolute;inset:0;background-image:radial-gradient(circle at 10% 20%,rgba(212,175,55,.05) 0,transparent 40%),radial-gradient(circle at 90% 80%,rgba(212,175,55,.05) 0,transparent 40%);pointer-events:none;z-index:0}.luxury-hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;width:100%}.luxury-hero-text{display:flex;flex-direction:column;align-items:flex-start;text-align:right;gap:1rem}.luxury-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.2rem;background:rgba(255,255,255,.8);border:1px solid rgba(212,175,55,.3);border-radius:100px;font-weight:800;font-size:.95rem;color:var(--text-dark);box-shadow:0 4px 15px rgba(212,175,55,.08)}.luxury-icon-gold{color:var(--primary-color)}.luxury-title{font-size:2.7rem;font-weight:800;line-height:1.4;color:var(--text-dark);letter-spacing:0}.luxury-desc{font-size:1rem;color:#666666;line-height:1.8;max-width:95%;font-weight:500}.luxury-actions{display:flex;align-items:center;gap:1.5rem;margin-top:.5rem}.btn-luxury-solid{background:var(--primary-gradient);color:#111111;border:none;padding:.9rem 2.2rem;border-radius:100px;font-weight:700;font-size:1.05rem;display:flex;align-items:center;gap:.8rem;cursor:pointer;box-shadow:0 10px 20px rgba(212,175,55,.15);transition:all .4s cubic-bezier(.16,1,.3,1)}.btn-luxury-solid:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 15px 30px rgba(212,175,55,.25)}.btn-luxury-outline{background:transparent;color:var(--text-dark);border:1.5px solid rgba(212,175,55,.4);padding:.9rem 2.2rem;border-radius:100px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:all .3s ease}.btn-luxury-outline:hover{border-color:var(--primary-color);color:var(--primary-color);background:rgba(212,175,55,.05)}.luxury-stats-row{display:flex;align-items:center;gap:2.5rem;margin-top:1.5rem}.luxury-stat{display:flex;flex-direction:column;gap:.4rem}.stat-number{font-size:2.4rem;font-weight:900;color:var(--text-dark);line-height:1}.stat-label{font-size:.85rem;color:#555555;font-weight:700}.stat-divider{width:1px;height:45px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.1),transparent)}.luxury-hero-visual,.luxury-image-wrapper{display:flex;justify-content:center;align-items:center;position:relative}.luxury-image-wrapper{width:440px;height:440px}.luxury-hero-img{width:100%;height:100%;object-fit:cover;border-radius:40px;border:8px solid white;box-shadow:0 25px 55px rgba(212,175,55,.15);animation:float 6s ease-in-out infinite}.luxury-floating-card{position:absolute;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.2rem 1.5rem;border-radius:20px;display:flex;align-items:center;gap:1rem;box-shadow:0 15px 35px rgba(0,0,0,.05),inset 0 0 0 1px rgba(212,175,55,.2);z-index:10;transition:all .4s ease;animation:float-card 5s ease-in-out infinite}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.luxury-floating-card:hover{animation-play-state:paused;transform:translateY(-15px) scale(1.05);box-shadow:0 20px 40px rgba(0,0,0,.1),inset 0 0 0 1px rgba(212,175,55,.4)}.luxury-floating-card .card-text{display:flex;flex-direction:column;gap:.2rem;text-align:right}.luxury-floating-card .card-text strong{font-size:.95rem;color:var(--text-dark);font-weight:800}.luxury-floating-card .card-text span{font-size:.75rem;color:#555555;font-weight:700}.top-card{top:10%;right:-60px}.bottom-card{bottom:10%;left:-60px}@media (max-width:991px){.luxury-hero-container{padding:80px 0 40px;min-height:70vh}.luxury-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.luxury-hero-text{align-items:center;text-align:center}.luxury-title{font-size:2.5rem}.luxury-desc{font-size:1rem}.luxury-hero-visual{margin-top:2rem}.luxury-hero-img,.luxury-image-wrapper{width:300px;height:300px}.luxury-floating-card{padding:.8rem 1rem}}@media (max-width:480px){.luxury-title{font-size:2rem}.luxury-desc{font-size:.95rem}.luxury-hero-img,.luxury-image-wrapper{width:250px;height:250px}.luxury-floating-card{padding:.6rem .8rem}.luxury-features-bar{gap:.5rem}}.luxury-features-bar{width:100%;max-width:1200px;margin:2.5rem auto 1rem;position:relative;z-index:20;padding:0 1rem}.features-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.feature-item{background:#ffffff;padding:.8rem .6rem;border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,.05),0 5px 15px rgba(212,175,55,.05);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;border:1px solid rgba(212,175,55,.1);position:relative;overflow:hidden;transition:all .4s cubic-bezier(.165,.84,.44,1);cursor:pointer}.feature-item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#d4af37,#f3e5ab,#d4af37);transform:scaleX(0);transform-origin:center;transition:transform .4s cubic-bezier(.165,.84,.44,1)}.feature-item:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.1),0 15px 30px rgba(212,175,55,.15);border-color:rgba(212,175,55,.3)}.feature-item:hover:after{transform:scaleX(1)}.feature-icon{width:40px;height:40px;background:#fdfbf7;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d4af37;border:1px solid rgba(212,175,55,.2);transition:all .4s cubic-bezier(.165,.84,.44,1);animation:icon-breathe 4s ease-in-out infinite}@keyframes icon-breathe{0%,to{box-shadow:0 0 0 0 rgba(212,175,55,.2)}50%{box-shadow:0 0 0 10px rgba(212,175,55,0)}}.feature-icon svg{width:18px;height:18px;stroke-width:1.5px;transition:all .4s cubic-bezier(.165,.84,.44,1)}.feature-item:hover .feature-icon{animation-play-state:paused;background:#d4af37;color:#ffffff;box-shadow:0 10px 20px rgba(212,175,55,.3)}.feature-item:hover .feature-icon svg{transform:scale(1.15)}.feature-item span{font-size:.75rem;font-weight:700;color:var(--text-dark);line-height:1.2}@media (max-width:992px){.features-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.features-container{grid-template-columns:1fr}.luxury-features-bar{margin-top:-40px}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:1024px){.luxury-hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}.luxury-hero-text{align-items:center;text-align:center}.luxury-desc{max-width:100%}.luxury-actions{justify-content:center}.luxury-image-wrapper{width:380px;height:380px;margin:0 auto}.top-card{right:-20px}.bottom-card{left:-20px}}@media (max-width:640px){.luxury-title{font-size:2.8rem}.luxury-desc{font-size:1.1rem}.luxury-actions{flex-direction:column;width:100%;gap:1rem}.btn-luxury-outline,.btn-luxury-solid{width:100%;justify-content:center}.luxury-stats-row{flex-wrap:wrap;justify-content:center;gap:1.5rem}.luxury-image-wrapper{width:300px;height:300px}.bottom-card,.top-card{position:static;margin:1rem auto;width:100%;max-width:280px;justify-content:center}}.luxury-about-page{padding:0 0 3rem;background:#ffffff}.luxury-about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.luxury-about-text{text-align:right}.luxury-subtitle{font-size:1rem;font-weight:800;color:var(--primary-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;display:block}.luxury-section-title{font-size:3rem;font-weight:900;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.3}.text-gold{color:var(--primary-color)}.luxury-features-container{padding:80px 0;background:#fdfbf7}.luxury-features-grid{width:100%}.luxury-feature-card{background:white;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.03);border:1px solid rgba(212,175,55,.1);transition:all .3s ease}.luxury-feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(212,175,55,.1);border-color:var(--primary-color)}.luxury-feature-icon{background:rgba(212,175,55,.1);color:var(--primary-color)}.luxury-testimonials-container{padding:80px 0;background:#ffffff}.luxury-testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;width:100%}.luxury-testimonial-card{background:#fdfbf7;padding:2.5rem;border-radius:24px;border:1px solid rgba(212,175,55,.1)}.luxury-quote-icon{position:absolute;top:1.5rem;left:1.5rem;color:rgba(212,175,55,.15)}.luxury-stars{display:flex;gap:.2rem;color:var(--primary-color);margin-bottom:1rem}.luxury-test-text{font-size:1.1rem;color:#111111;line-height:1.8;font-style:italic;margin-bottom:1.5rem}.luxury-test-author{display:flex;align-items:center;gap:1rem}.luxury-author-avatar{width:50px;height:50px;background:var(--primary-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#111111;font-weight:800;font-size:1.2rem}.luxury-author-info strong{display:block;color:var(--text-dark);font-size:1.05rem}.luxury-author-info span{color:#555555;font-size:.85rem}@media (max-width:1024px){.luxury-features-grid{grid-template-columns:repeat(2,1fr)}.luxury-about-grid{grid-template-columns:1fr;text-align:center}.luxury-about-text{text-align:center}}@media (max-width:640px){.luxury-features-grid,.luxury-testimonials-grid{grid-template-columns:1fr}}.carousel-wrapper{position:relative;width:100%;max-width:500px;height:500px;display:flex;justify-content:center;align-items:center;perspective:1200px}.carousel-track{position:relative;width:320px;height:420px;transform-style:preserve-3d}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1),opacity .8s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:40px;overflow:hidden;border:none}.carousel-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 1.5px #000000);transform:translateZ(0);-webkit-transform:translateZ(0)}@media (max-width:768px){.carousel-img{filter:none!important}}.carousel-slide.active{transform:translateX(0) scale(1) translateZ(100px);opacity:1;z-index:3}.carousel-slide.prev{transform:translateX(65%) scale(.65) translateZ(-150px);opacity:.5;z-index:1}.carousel-slide.next{transform:translateX(-65%) scale(.65) translateZ(-150px);opacity:.5;z-index:2}.z-front{z-index:10!important}@media (max-width:640px){.carousel-wrapper{height:380px}.carousel-track{width:240px;height:320px}.carousel-slide.prev{transform:translateX(55%) scale(.65) translateZ(-120px)}.carousel-slide.next{transform:translateX(-55%) scale(.65) translateZ(-120px)}}img{max-width:100%;height:auto}@media (max-width:1024px){.nav-links{display:none!important}.navbar{padding:.4rem 1rem!important}.navbar>div.flex{min-height:55px!important;position:relative!important;width:100%!important;display:flex!important;justify-content:center!important}.logo{left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;z-index:10!important;align-items:center!important}.logo,.nav-icons{position:absolute!important;top:50%!important;display:flex!important}.nav-icons{left:.5rem!important;gap:.6rem!important}.mobile-menu-btn,.nav-icons{transform:translateY(-50%)!important;z-index:5!important}.mobile-menu-btn{position:absolute!important;right:.5rem!important;top:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;background:rgba(255,255,255,.5)!important;border-radius:50%!important;border:1px solid rgba(0,0,0,.05)!important;color:#111111!important;cursor:pointer!important;padding:0!important;transition:all .4s cubic-bezier(.16,1,.3,1)!important}.hide-on-mobile{display:none!important}.show-on-mobile-only{display:flex!important;position:absolute!important;right:3.5rem!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important}.mobile-menu-btn:hover{background:var(--primary-gradient)!important;color:white!important;border-color:transparent!important;transform:translateY(-50%) scale(1.05)!important;box-shadow:0 10px 20px rgba(212,175,55,.2)!important}.mobile-nav-menu{top:calc(100% + 12px);background:rgba(255,255,255,.98);border:1px solid rgba(212,175,55,.2);box-shadow:0 15px 35px rgba(0,0,0,.1);border-radius:24px}}@media (max-width:768px){.nav-wrapper{padding:.75rem!important}.navbar>div.flex{min-height:95px!important}.logo img,.navbar img[src*="logo.png"]{height:95px!important}.mobile-menu-btn,.nav-icon{width:40px!important;height:40px!important}.nav-icons{left:0!important;gap:.5rem!important}.mobile-menu-btn{right:0!important}.mobile-justify-start{justify-content:flex-start!important;padding:.5rem .8rem!important}.mobile-justify-start span{padding:.4rem .8rem!important;font-size:.85rem!important}.luxury-hero-container{display:block!important;min-height:0!important;padding-top:15px!important;padding-bottom:1.5rem!important}.luxury-hero-content{display:flex!important;flex-direction:column!important;gap:1.2rem!important}.luxury-hero-text{display:contents!important}.luxury-title{order:1!important}.luxury-desc,.luxury-title{text-align:center!important;width:100%!important}.luxury-desc{order:2!important;margin:0 auto!important}.luxury-hero-visual{order:3!important;margin-top:.5rem!important;margin-bottom:.5rem!important;width:100%!important}.luxury-stats-row{order:5!important;flex-direction:row!important;justify-content:space-between!important;width:100%!important;max-width:340px!important;margin:.5rem auto!important;gap:.4rem!important}.luxury-stat,.luxury-stats-row{display:flex!important;align-items:center!important}.luxury-stat{flex-direction:column!important;text-align:center!important;gap:.25rem!important;flex:1 1!important}.stat-text-group{display:flex!important;flex-direction:column!important;align-items:center!important}.stat-icon-wrapper{width:24px!important;height:24px!important}.stat-icon-wrapper svg{width:12px!important;height:12px!important}.stat-number{font-size:1rem!important}.stat-label{font-size:.65rem!important;white-space:nowrap!important}.stat-divider{display:block!important;height:40px!important;width:1px!important;background:rgba(212,175,55,.15)!important;margin:0!important}.luxury-actions{order:4!important;display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-top:.5rem!important;gap:.75rem!important}.btn-luxury-outline,.btn-luxury-solid{flex:1 1!important;max-width:150px!important;padding:.65rem 1rem!important;font-size:.82rem!important;min-height:40px!important;white-space:nowrap!important;justify-content:center!important}.btn-luxury-outline svg,.btn-luxury-solid svg{width:14px!important;height:14px!important}.carousel-wrapper{flex-direction:column!important;height:auto!important;max-width:100%!important;gap:1rem!important;perspective:none!important}.carousel-track{width:240px!important;height:320px!important;margin:1.5rem auto!important}.bottom-card,.top-card{display:none!important}.luxury-icon-gold{width:28px!important;height:28px!important;min-width:28px!important}.luxury-icon-gold svg{width:14px!important;height:14px!important}.card-text strong{font-size:.82rem!important}.card-text span{font-size:.72rem!important}.features-container{grid-template-columns:repeat(3,1fr)!important;gap:.4rem!important;padding:0 .5rem!important}.feature-item{padding:1rem .5rem!important;border-radius:12px!important;gap:.5rem!important;box-shadow:0 8px 20px rgba(0,0,0,.03)!important}.feature-icon{width:36px!important;height:36px!important;border-width:1px!important;animation:none!important}.feature-icon svg{width:16px!important;height:16px!important}.feature-item span{font-size:.72rem!important;line-height:1.3!important}.luxury-features-bar{margin-top:.8rem!important;margin-bottom:0!important}.feature-section,.luxury-about-page,.luxury-features-container,.luxury-testimonials-container,.products,.testimonials{padding:2.5rem 0!important;margin:1.5rem auto!important}.luxury-about-page{margin-top:0!important;padding-top:.2rem!important}.store-premium-header{padding:2rem 1rem!important;margin:1.5rem 0 3rem!important}.luxury-section-title,.section-title,.store-header-title{font-size:1.8rem!important;line-height:1.3!important}.luxury-title{font-size:1.65rem!important;line-height:1.4!important}.luxury-desc{font-size:.76rem!important;line-height:1.5!important}.luxury-subtitle,.section-subtitle{font-size:.95rem!important}.about-subtitle{margin-top:1.5rem!important;display:inline-block!important}.about-section-title{font-size:1.3rem!important;margin-top:.4rem!important;margin-bottom:.6rem!important}.about-desc{font-size:.72rem!important;line-height:1.5!important;text-align:center!important;max-width:320px!important;margin:0 auto!important}.luxury-about-grid{grid-template-columns:1fr!important;gap:2rem!important}.luxury-features-grid{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:.8rem!important;padding:.5rem 1rem!important;margin-top:1.5rem!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;width:100%!important}}@media (max-width:768px){.luxury-features-grid::-webkit-scrollbar{display:none!important}.luxury-feature-card{flex:0 0 240px!important;scroll-snap-align:start!important;padding:1.5rem 1rem!important;border-radius:20px!important}.luxury-feature-icon{width:50px!important;height:50px!important;margin-bottom:1rem!important}.luxury-feature-icon svg{width:22px!important;height:22px!important}.luxury-feature-card h3{font-size:1rem!important;margin-bottom:.5rem!important}.luxury-feature-card p{font-size:.75rem!important;line-height:1.4!important}}@media (max-width:480px){.luxury-title{font-size:1.35rem!important;line-height:1.4!important}.luxury-desc{font-size:.7rem!important;line-height:1.5!important}}@media (max-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr))!important;gap:1rem!important}.product-card-option{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem!important}.premium-modal-overlay{padding:.75rem!important}.premium-modal-content{border-radius:24px!important;max-height:95vh!important}.premium-modal-close-btn{top:1rem!important;left:auto!important;right:1rem!important;width:40px!important;height:40px!important;font-size:1.5rem!important}.modal-inner-layout{display:flex!important;flex-direction:column!important;scrollbar-width:none!important}}@media (max-width:768px){.modal-inner-layout::-webkit-scrollbar{display:none!important}.modal-image-side{min-height:auto!important;height:auto!important;flex:none!important;padding:.25rem .25rem 0!important;background:#ffffff!important;flex-shrink:0!important}.modal-image-side img{max-height:420px!important;border-radius:12px!important;width:100%!important;object-fit:contain!important}.modal-thumbnails-container{padding:.4rem .5rem!important;gap:.5rem!important;background:#ffffff!important}.modal-thumbnails-container img{width:46px!important;height:46px!important;border-radius:8px!important;border-width:1.5px!important}.modal-content-side{padding:.85rem 1rem!important}.modal-header-section{gap:.3rem!important;margin-bottom:.5rem!important}.modal-badge-row{gap:.4rem!important;margin-bottom:.15rem!important}.modal-badge-row span{font-size:.75rem!important;padding:.15rem .5rem!important;border-radius:10px!important}.modal-product-title{font-size:1.15rem!important;margin-bottom:0!important}.modal-product-description{font-size:.8rem!important;line-height:1.35!important;margin-top:.2rem!important;margin-bottom:0!important}.modal-price-box{padding:.4rem .8rem!important;border-radius:12px!important;margin-bottom:.6rem!important}.modal-price-value{font-size:1.4rem!important}.modal-old-price{font-size:.95rem!important}.modal-options-wrapper{gap:.6rem!important}.modal-section-label{margin-bottom:.25rem!important;font-size:.85rem!important}.modal-option-pill{padding:.35rem .8rem!important;font-size:.8rem!important;border-radius:8px!important;min-height:auto!important}.modal-quantity-selector{gap:.8rem!important;padding:.2rem!important;border-radius:12px!important}.modal-quantity-btn{width:32px!important;height:32px!important;border-radius:10px!important;font-size:1.1rem!important}.modal-quantity-value{font-size:1rem!important;width:20px!important}.modal-action-button-wrap{position:-webkit-sticky;position:sticky;bottom:-.85rem;margin:1rem -1rem -.85rem;background:#ffffff;padding:.6rem 1rem;border-top:1px solid #f1f5f9;z-index:20;box-shadow:0 -10px 30px rgba(0,0,0,.05)}.modal-action-button-wrap button{padding:.75rem!important;font-size:1rem!important;border-radius:14px!important}}.modal-thumbnails-container::-webkit-scrollbar{display:none!important}@media (max-width:768px){.cart-drawer.premium-drawer{width:100%!important;max-width:100%!important}.cart-header{padding:1rem 1.25rem!important}.cart-items-wrapper{padding:1rem!important}.cart-footer{padding:1.25rem!important}.cart-item-quantity button{width:38px!important;height:38px!important;font-size:1.2rem!important}.checkout-title{font-size:1.8rem!important}.checkout-card,.checkout-summary-box{padding:1.25rem!important;border-radius:20px!important}.checkout-input{min-height:48px;padding:.9rem!important;font-size:.95rem!important}.checkout-summary-box p{font-size:1rem!important}.policy-page-wrapper{padding-top:80px!important;padding-bottom:2rem!important}.policy-title{font-size:1.8rem!important;margin-bottom:.75rem!important}.policy-card{padding:1.5rem 1.25rem!important;border-radius:20px!important}.policy-section-title{font-size:1.15rem!important}.luxury-about-page .luxury-floating-card{left:10px!important;bottom:10px!important;transform:none!important;font-size:.9rem!important}}@media (min-width:769px){.premium-modal-content{max-height:90vh!important;border-radius:30px!important}.modal-inner-layout{display:grid!important;grid-template-columns:1.15fr .85fr!important;height:100%!important;overflow:hidden!important}.modal-image-side{height:100%!important;min-height:auto!important;padding:1.5rem!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;background:#ffffff!important;border-left:1px solid #f1f5f9!important}.modal-image-side img{max-height:550px!important;object-fit:contain!important}.modal-thumbnails-container{padding:.5rem 0!important;gap:.6rem!important}.modal-thumbnails-container img{width:48px!important;height:48px!important;border-radius:8px!important}.modal-content-side{height:100%!important;overflow-y:auto!important;scrollbar-width:none!important;padding:1.25rem 2rem!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.modal-content-side::-webkit-scrollbar{display:none!important}.modal-header-section{margin-bottom:.5rem!important;gap:.3rem!important}.modal-product-title{font-size:1.45rem!important;margin-bottom:.15rem!important;line-height:1.25!important}.modal-product-description{font-size:.85rem!important;line-height:1.45!important;margin-bottom:.5rem!important;color:#475569!important}.modal-price-box{padding:.4rem .8rem!important;margin-bottom:.5rem!important;border-radius:12px!important}.modal-price-value{font-size:1.45rem!important}.modal-old-price{font-size:.95rem!important}.modal-options-wrapper{gap:.5rem!important;margin-bottom:.5rem!important}.modal-section-label{font-size:.85rem!important;margin-bottom:.2rem!important}.modal-option-pill{padding:.35rem .8rem!important;font-size:.8rem!important;border-radius:8px!important;min-height:auto!important}.modal-quantity-selector{gap:.6rem!important;padding:.2rem!important;border-radius:10px!important}.modal-quantity-btn{width:32px!important;height:32px!important;border-radius:8px!important;font-size:1.1rem!important}.modal-quantity-value{font-size:.95rem!important;width:20px!important}.modal-action-button-wrap{position:static!important;margin:.5rem 0 0!important;padding:.5rem 0 0!important;border-top:1px solid #f1f5f9!important;box-shadow:none!important;background:transparent!important}.modal-action-button-wrap button{padding:.75rem!important;font-size:1rem!important;border-radius:12px!important}.modal-share-row{margin-top:.5rem!important;padding-top:.5rem!important}}@media (max-width:768px){.product-grid{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:1.25rem!important;padding:.5rem 1.5rem 1.5rem!important;margin:0 -1.5rem!important;scrollbar-width:none!important}.product-grid::-webkit-scrollbar{display:none!important}.product-grid>.premium-card-container{flex:0 0 165px!important;scroll-snap-align:start!important;margin-bottom:0!important}.product-grid>.premium-card-container .premium-card-image-wrap{aspect-ratio:1/1!important}.product-grid>.premium-card-container .product-card-title{font-size:.9rem!important;margin-bottom:.3rem!important}.product-grid>.premium-card-container .product-card-options{gap:.25rem!important;margin-bottom:.4rem!important}.product-grid>.premium-card-container .product-card-options>div{font-size:.7rem!important;padding:.15rem .4rem!important;border-radius:10px!important}.product-grid>.premium-card-container .product-card-price-row{font-size:1rem!important;margin-bottom:.5rem!important}.product-grid>.premium-card-container .product-card-add-btn{padding:.5rem!important;font-size:.85rem!important;border-radius:10px!important}.store-page-wrapper{padding-top:0!important}.products{padding-top:.1rem!important;padding-bottom:0!important;margin-bottom:0!important}.luxury-about-page{padding-top:0!important;margin-top:0!important}.luxury-about-card{padding:2rem 1.5rem!important;border-radius:20px!important;margin-top:1.5rem!important}}.store-page-wrapper{padding-top:0!important}.products{padding-top:.8rem!important;padding-bottom:0!important}.luxury-about-card{width:100%;max-width:900px;background:linear-gradient(135deg,#ffffff,#fdfbf7);border:1px solid rgba(212,175,55,.12);border-radius:30px;padding:3.5rem 2.5rem;text-align:center;box-shadow:0 15px 45px rgba(212,175,55,.03);position:relative;overflow:hidden;margin-top:2.5rem!important}.luxury-about-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-gradient)}.luxury-features-container .luxury-subtitle{text-align:center!important;display:block!important;font-size:.85rem!important;margin:0 auto .25rem!important}.luxury-features-container .luxury-section-title{text-align:center!important;font-size:1.85rem!important;margin-bottom:1rem!important}@media (max-width:768px){.luxury-features-container .luxury-section-title{text-align:center!important;font-size:1.35rem!important}.luxury-features-container .luxury-subtitle{text-align:center!important;display:block!important;margin:0 auto!important;font-size:.75rem!important}}.luxury-testimonials-container .luxury-subtitle{font-size:.85rem!important;text-align:center!important;display:block!important;margin:0 auto!important}.luxury-testimonials-container .luxury-section-title{font-size:1.85rem!important;margin-bottom:.5rem!important;text-align:center!important}.luxury-testimonials-container .luxury-desc{font-size:.95rem!important;text-align:center!important;max-width:600px!important;margin:0 auto!important}@media (max-width:768px){.luxury-testimonials-container .luxury-section-title{font-size:1.35rem!important;text-align:center!important}.luxury-testimonials-container .luxury-subtitle{font-size:.75rem!important;text-align:center!important;display:block!important;margin:0 auto!important}.luxury-testimonials-container .luxury-desc{font-size:.75rem!important;max-width:320px!important}}.luxury-category-header{margin:0 0 1.8rem!important;text-align:right!important;padding:0 .5rem!important}.luxury-category-title{font-size:1.65rem!important;font-weight:900!important;color:#0f172a!important;margin:0!important;display:inline-block!important;position:relative!important;padding-bottom:.5rem!important}.luxury-category-title:after{content:""!important;position:absolute!important;bottom:0!important;right:0!important;width:40px!important;height:3px!important;background:var(--primary-gradient)!important;border-radius:2px!important}.luxury-category-section{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.luxury-category-section.first-category{margin-top:2.5rem!important}.luxury-offers-header .luxury-desc{font-size:1.05rem!important;line-height:1.7!important}.luxury-offers-header .luxury-desc,.luxury-store-header .luxury-store-desc{color:var(--text-muted)!important;max-width:600px!important;margin:0 auto!important;font-weight:500!important}.luxury-store-header .luxury-store-desc{font-size:.95rem!important;line-height:1.6!important}.whatsapp-floating-button{width:50px!important;height:50px!important}.whatsapp-icon-svg{width:28px!important;height:28px!important}.whatsapp-close-svg{width:20px!important;height:20px!important}@media (min-width:769px){.whatsapp-floating-button{width:42px!important;height:42px!important}.whatsapp-icon-svg{width:22px!important;height:22px!important}.whatsapp-close-svg{width:16px!important;height:16px!important}.feature-item{padding:1.25rem 1.5rem!important;gap:.8rem!important;border-radius:18px!important}.feature-icon{width:55px!important;height:55px!important}.feature-icon svg{width:24px!important;height:24px!important}.feature-item span{font-size:.95rem!important}}.luxury-offers-header,.luxury-store-header{position:relative;padding:0;margin-top:.2rem!important;margin-bottom:0!important;background:transparent;border:none;box-shadow:none;text-align:center;direction:rtl}.luxury-offers-header:before,.luxury-store-header:before{display:none}.luxury-offers-header .luxury-subtitle,.luxury-store-header .luxury-subtitle{font-size:.95rem!important;font-weight:800!important;color:var(--primary-color)!important;letter-spacing:2px!important;margin:0 auto .6rem!important;display:inline-flex!important;align-items:center!important;gap:.5rem!important;justify-content:center!important;text-transform:uppercase}.luxury-offers-header .luxury-section-title{font-size:2.8rem!important;font-weight:900!important;color:var(--text-dark)!important;margin:0 auto .6rem!important;line-height:1.2!important}.luxury-store-header{margin-top:.5rem!important}.luxury-store-header .luxury-store-title{font-size:2.1rem!important;font-weight:900!important;color:var(--text-dark)!important;margin:0 auto .6rem!important;line-height:1.2!important}@media (max-width:768px){.luxury-offers-header{margin-top:.1rem!important;margin-bottom:-.2rem!important}.luxury-store-header{margin-top:-2.2rem!important;margin-bottom:0!important}.luxury-store-header .luxury-store-title{font-size:1.45rem!important}.luxury-store-header .luxury-store-desc{font-size:.78rem!important;line-height:1.4!important;max-width:300px!important;margin:0 auto!important}.luxury-category-header{margin-bottom:1.2rem!important;padding:0 1rem!important}.luxury-category-title{font-size:1.35rem!important}.luxury-category-section{margin-bottom:3rem!important;margin-top:2.5rem!important}.luxury-category-section.first-category{margin-top:2rem!important}}@media print{@page{margin:.5cm}#root,.admin-content-area,.admin-dashboard-container,.admin-layout,.admin-main,body,html{overflow:visible!important;height:auto!important;min-height:0!important;background:white!important;color:black!important;position:static!important;display:block!important;margin:0!important;padding:0!important;transform:none!important}body *{visibility:hidden}.print-area,.print-area *{visibility:visible}.print-modal-overlay{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:auto!important;display:block!important;align-items:unset!important;justify-content:unset!important;padding:0!important;margin:0!important;background:white!important;transform:none!important}.print-modal-overlay,.print-modal-overlay *{visibility:visible}.print-area{position:relative!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-shadow:none!important;border:none!important;background:white!important;max-height:none!important;overflow:visible!important}.no-print,.no-print *{display:none!important}.print-logo{filter:brightness(0)!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.show-on-mobile-only{display:none!important}.floating-actions-dock{position:fixed;bottom:2rem;right:1.5rem;z-index:9998;display:flex;flex-direction:column;gap:.6rem;align-items:center}.floating-action-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;border:none;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.15);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.floating-action-btn svg{width:18px!important;height:25px!important}.floating-action-btn span{width:16px!important;height:16px!important;font-size:9px!important;top:-3px!important;right:-3px!important}.floating-action-btn:hover{transform:scale(1.15) translateY(-2px) rotate(-5deg);box-shadow:0 10px 25px rgba(0,0,0,.25)}@media (max-width:768px){.show-on-mobile-only{display:flex!important}.floating-actions-dock{bottom:1rem;right:1rem;gap:.5rem}.floating-action-btn{width:36px;height:36px}.floating-action-btn svg{width:16px!important;height:16px!important}.floating-action-btn span{width:14px!important;height:14px!important;font-size:8px!important;top:-2px!important;right:-2px!important}}.scroll-to-top-btn{position:fixed;bottom:2rem;left:1.5rem;width:40px;height:40px;border-radius:50%;background:var(--text-dark,#111111);color:white;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.15);z-index:9997;transition:all .3s cubic-bezier(.175,.885,.32,1.275),opacity .3s ease,visibility .3s ease;opacity:0;visibility:hidden}.scroll-to-top-btn.visible{opacity:1;visibility:visible}.scroll-to-top-btn:hover{transform:scale(1.15) translateY(-2px);background:var(--primary-color);color:white;box-shadow:0 10px 25px rgba(212,175,55,.3)}@media (max-width:768px){.scroll-to-top-btn{bottom:1rem;left:1rem;width:36px;height:36px}.scroll-to-top-btn svg{width:18px!important;height:25px!important}}.sc-marketing-img{height:40px!important}@media (max-width:768px){.sc-marketing-link{justify-content:center}.sc-marketing-text{font-size:.8rem}.sc-marketing-brand{font-size:.9rem!important;padding:0 .1rem}.sc-marketing-img{height:25px!important;margin-right:-3px!important;position:relative!important;top:-3px!important}}@media (min-width:1024px){.product-grid.most-demanded-grid{display:flex!important;justify-content:center!important;flex-wrap:wrap;gap:1.5rem}.product-grid.most-demanded-grid>div{flex:0 1 23%!important;max-width:260px;min-width:220px}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.25rem;align-items:stretch}.product-grid>.premium-card-container{min-width:0}.premium-card-container{border-radius:16px;border-color:#edf2f7;box-shadow:0 8px 24px rgba(15,23,42,.045)}.premium-card-container:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(181,133,0,.12)}.premium-card-image-wrap{aspect-ratio:1/1}.product-card-body{gap:.45rem;padding:.75rem .8rem .85rem}.product-card-title{min-height:2.75em;margin:0;overflow:visible;color:#0f172a;font-size:.95rem;font-weight:900;line-height:1.4;white-space:normal}.product-card-option-group{display:flex;flex-direction:column;gap:.25rem}.product-card-option-label{color:#94a3b8;font-size:.68rem;font-weight:900}.product-card-options{display:flex!important;align-items:center;justify-content:flex-start!important;gap:.3rem!important;margin:0!important;flex-wrap:wrap}.product-card-option{min-height:26px;display:inline-flex;align-items:center;justify-content:center;padding:.2rem .5rem;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:7px;cursor:pointer;font-family:inherit;font-size:.7rem;font-weight:800;line-height:1.2;transition:all .2s ease}.product-card-option.color-option{border-radius:999px}.product-card-option.selected,.product-card-option:hover:not(:disabled){color:var(--primary-color);background:#fffdf7;border-color:var(--primary-color);box-shadow:0 3px 8px rgba(181,133,0,.1)}.product-card-option.disabled,.product-card-option:disabled{color:#cbd5e1;background:#f8fafc;cursor:not-allowed;opacity:.7;text-decoration:line-through}.product-card-price-row{gap:.4rem;margin-top:auto;margin-bottom:.45rem;padding-top:.2rem;flex-wrap:wrap}.product-card-price-row .current-price{font-size:1.05rem}.product-card-price-row .current-price .currency{font-size:.7rem}.product-card-price-row .old-price{font-size:.75rem}.product-card-add-btn{padding:.58rem .7rem;border-radius:10px;font-size:.82rem;box-shadow:0 5px 14px rgba(101,163,13,.16)}.product-detail-modal{width:min(1080px,100%);max-width:1080px!important;max-height:94vh!important;overflow:hidden!important;border-radius:26px!important;box-shadow:0 24px 70px rgba(15,23,42,.28)!important}.modal-inner-layout.product-detail-layout{display:block!important;width:100%;height:auto!important;min-height:0!important;max-height:94vh;overflow-y:auto!important;scrollbar-gutter:stable}.product-detail-main{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;background:#fff}.product-detail-main .modal-image-side{min-height:560px!important;max-height:94vh!important;position:sticky!important;position:-webkit-sticky!important;top:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;padding:1.5rem!important;background:#fdfbf7!important;border-bottom:none!important;border-left:1px solid #f1e8d9!important;z-index:10!important}.modal-image-zoom-wrapper{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:zoom-in;border-radius:18px}.modal-main-product-image{width:100%;height:auto;max-height:500px;display:block;margin:0 auto;object-fit:contain;border-radius:16px;transition:transform .1s ease-out,transform-origin .05s ease-out}.modal-thumbnails-container{width:100%;display:flex;justify-content:center;gap:.6rem;padding:.75rem 0 0;overflow-x:auto;background:transparent;scrollbar-width:none}.modal-thumbnails-container.align-start{justify-content:flex-start}.modal-thumbnail{width:52px;height:52px;flex-shrink:0;object-fit:cover;border:1.5px solid #e2e8f0;border-radius:9px;cursor:pointer;opacity:.65;transition:all .2s ease}.modal-thumbnail.active{border-color:var(--primary-color);box-shadow:0 4px 10px rgba(212,175,55,.15);opacity:1}.product-detail-main .modal-content-side{height:auto!important;min-height:560px;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;overflow:visible!important;padding:1.75rem 2rem!important;background:linear-gradient(180deg,#fdfbf7,#fff)!important}.modal-product-description-container{padding:.85rem 1rem;background:rgba(255,255,255,.72);border:1px solid #f1e8d9;border-radius:14px}.modal-product-description{color:#475569!important;font-size:.92rem!important;line-height:1.7!important}.description-image-wrapper{width:100%!important;margin:0!important}.description-image{width:100%;height:auto;max-height:300px;display:block;object-fit:contain;border-radius:8px}.modal-price-box{margin-bottom:1rem!important;padding:1rem 1.1rem!important;border-radius:16px!important}.modal-options-wrapper{gap:1rem!important;margin-top:0!important}.modal-option-list{display:flex;gap:.55rem;flex-wrap:wrap}.modal-option-pill{min-height:36px;display:inline-flex;align-items:center;justify-content:center}.modal-action-button-wrap{margin-top:.25rem}.modal-add-cart-button{width:100%;display:flex;align-items:center;justify-content:center;gap:1rem;padding:.9rem;color:#fff;background:var(--primary-gradient);border:none;border-radius:14px;box-shadow:0 6px 20px rgba(181,133,0,.25);cursor:pointer;font-family:inherit;font-size:1rem;font-weight:900;transition:all .25s ease}.modal-add-cart-button:hover{transform:translateY(-2px);box-shadow:0 9px 25px rgba(181,133,0,.32)}.modal-add-cart-button.disabled{color:#94a3b8;background:#e2e8f0;box-shadow:none;cursor:not-allowed}.modal-add-cart-total{padding:.3rem .7rem;background:rgba(255,255,255,.2);border-radius:9px;font-size:.85rem}.modal-share-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem;padding-top:1rem;border-top:1px dashed #e2e8f0}.modal-share-label{color:#64748b;font-size:.85rem;font-weight:900;white-space:nowrap}.modal-share-buttons{display:flex;align-items:center;gap:.45rem}.modal-share-button{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:0 .65rem;color:#64748b;background:#f8fafc;border:1px solid #edf2f7;border-radius:11px;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:900;transition:all .2s ease}.modal-share-button:hover{color:#fff;transform:translateY(-2px)}.modal-share-button.whatsapp:hover{background:#25d366;border-color:#25d366}.modal-share-button.facebook:hover{background:#1877f2;border-color:#1877f2}.modal-share-button.twitter:hover{background:#000;border-color:#000}.modal-share-button.copy:hover{background:#475569;border-color:#475569}.related-products-section{width:100%;padding:1.75rem 2rem 2rem;background:#fdfbf7;border-top:1px solid #f1e8d9}.related-products-title{margin:0 0 1.25rem;color:#0f172a;font-size:1.25rem;font-weight:900;text-align:center}.related-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.related-product-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #f1e8d9;border-radius:12px;cursor:pointer;transition:all .25s ease}.related-product-card:hover{transform:translateY(-3px);box-shadow:0 8px 18px rgba(15,23,42,.08)}.related-product-image{width:100%;aspect-ratio:1/1;display:block;object-fit:cover;background:#f8fafc}.related-product-copy{padding:.65rem;text-align:center}.related-product-copy h4{margin:0 0 .35rem;color:#334155;font-size:.78rem;font-weight:900;line-height:1.4;white-space:normal}.related-product-copy p{margin:0;color:var(--primary-color);font-size:.85rem;font-weight:900}@media (min-width:1024px){.product-grid.most-demanded-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,240px))!important;justify-content:center!important;grid-gap:1.25rem!important;gap:1.25rem!important}.product-grid.most-demanded-grid>div{min-width:0!important;max-width:none!important}}@media (max-width:768px){.product-grid,.product-grid.most-demanded-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:.75rem!important;gap:.75rem!important;margin:0!important;padding:0!important;overflow:visible!important}.product-grid.most-demanded-grid>.premium-card-container,.product-grid>.premium-card-container{width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;flex:none!important}.premium-card-container{border-radius:13px!important}.premium-card-image-wrap,.product-grid>.premium-card-container .premium-card-image-wrap{aspect-ratio:1/1!important}.product-badge-discount{top:7px;right:7px;padding:.16rem .42rem;font-size:.56rem}.product-badge-category{right:7px;bottom:7px;max-width:calc(100% - 14px);padding:.2rem .42rem;overflow:hidden;border-radius:6px;font-size:.56rem;text-overflow:ellipsis;white-space:nowrap}.product-card-body{gap:.32rem;padding:.55rem .55rem .6rem}.product-card-title,.product-grid>.premium-card-container .product-card-title{min-height:2.7em;margin:0!important;overflow:visible;font-size:.78rem!important;line-height:1.35;text-overflow:clip;white-space:normal}.product-card-option-group{display:none}.product-card-option-label{font-size:.58rem}.product-card-options,.product-grid>.premium-card-container .product-card-options{gap:.2rem!important;margin:0!important}.product-card-option,.product-grid>.premium-card-container .product-card-options>.product-card-option{min-height:24px!important;padding:.14rem .34rem!important;border-radius:5px!important;font-size:.6rem!important}.product-card-option.color-option,.product-grid>.premium-card-container .product-card-options>.color-option{border-radius:999px!important}.product-card-price-row,.product-grid>.premium-card-container .product-card-price-row{gap:.25rem!important;margin-bottom:.3rem!important;padding-top:.1rem}.product-card-price-row .current-price{font-size:.9rem}.product-card-price-row .current-price .currency{font-size:.58rem}.product-card-price-row .old-price{font-size:.62rem}.product-card-add-btn,.product-grid>.premium-card-container .product-card-add-btn{min-height:32px;padding:.38rem .45rem!important;border-radius:8px!important;font-size:.68rem!important}.product-card-add-btn .cart-icon{width:14px;height:14px}.premium-modal-overlay{align-items:stretch!important;padding:0!important}.product-detail-modal{width:100%!important;height:100dvh;max-height:100dvh!important;border-radius:0!important}.modal-inner-layout.product-detail-layout{height:100%!important;max-height:100dvh!important;padding-bottom:1rem}.product-detail-main{display:block}.product-detail-main .modal-image-side{min-height:0!important;position:static!important;padding:.65rem!important;background:#fff!important;border-left:none!important;border-bottom:1px solid #f1e8d9!important}.modal-image-zoom-wrapper{border-radius:12px}.modal-image-side img,.modal-main-product-image{width:100%!important;max-height:330px!important;object-fit:contain!important;border-radius:10px!important}.modal-thumbnails-container{gap:.4rem!important;padding:.45rem 0 0!important}.modal-thumbnail,.modal-thumbnails-container img{width:44px!important;height:44px!important;border-radius:7px!important}.product-detail-main .modal-content-side{min-height:0;padding:1rem!important}.modal-header-section{gap:.45rem!important;margin-bottom:.8rem!important}.modal-product-title{font-size:1.2rem!important;line-height:1.35!important}.modal-product-description-container{gap:.7rem!important;margin-top:.25rem!important;padding:.75rem}.modal-product-description{font-size:.85rem!important;line-height:1.65!important}.description-image{max-height:none}.modal-price-box{margin-bottom:.8rem!important;padding:.75rem .85rem!important}.modal-options-wrapper{gap:.8rem!important;margin-bottom:0!important}.modal-option-list{gap:.4rem}.modal-option-pill{min-height:34px!important;padding:.35rem .7rem!important;font-size:.75rem!important}.modal-action-button-wrap{position:static!important;margin:.25rem 0 0!important;padding:0!important;background:transparent!important;border-top:none!important;box-shadow:none!important}.modal-action-button-wrap .modal-add-cart-button,.modal-add-cart-button{min-height:44px;padding:.7rem!important;border-radius:11px!important;font-size:.85rem!important}.modal-add-cart-total{padding:.22rem .5rem;font-size:.7rem}.modal-share-row{align-items:stretch;flex-direction:column;gap:.55rem;margin-top:.35rem!important;padding-top:.8rem!important}.modal-share-label{font-size:.75rem}.modal-share-buttons{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,40px);grid-gap:.4rem;gap:.4rem}.modal-share-button{min-width:0;width:40px;height:40px;padding:0;border-radius:9px}.modal-share-button.whatsapp{width:100%;padding:0 .55rem;color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.related-products-section{padding:1.25rem 1rem 1.5rem}.related-products-title{margin-bottom:.9rem;font-size:1rem}.related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.related-product-copy{padding:.55rem}.related-product-copy h4{font-size:.7rem}.related-product-copy p{font-size:.75rem}}@media (max-width:380px){.product-grid,.product-grid.most-demanded-grid{gap:.55rem!important}.product-card-body{padding:.48rem}.product-card-option,.product-grid>.premium-card-container .product-card-options>.product-card-option{padding:.12rem .28rem!important;font-size:.56rem!important}}:root,body,html{color-scheme:light}.cart-body{min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cart-items-wrapper{padding-bottom:1.5rem!important}.cart-footer{position:-webkit-sticky!important;position:sticky!important;bottom:0!important;left:auto!important;width:auto!important;margin:0 -1.5rem -1.5rem!important;flex-shrink:0}.checkout-confirm-overlay{isolation:isolate}.checkout-confirm-dialog{overscroll-behavior:contain}@media (min-width:769px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.premium-card-image-wrap{aspect-ratio:1/1}}@media (max-width:768px){.floating-cart-btn{order:20}.cart-items-wrapper{padding:.75rem!important;gap:.65rem!important}.cart-item-card{padding:.65rem!important;gap:.65rem!important}.cart-item-img-wrap{width:64px!important;height:64px!important}.cart-item-details{height:auto!important;min-height:64px;gap:.35rem}.cart-item-title-row h4{display:-webkit-box;max-width:72%!important;overflow:hidden;font-size:.86rem!important;line-height:1.25!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-item-price-row{gap:.5rem}.cart-footer{margin:0 -.75rem -.75rem!important;padding:.9rem 1rem!important}.checkout-confirm-overlay{align-items:flex-start!important;padding:1rem!important}.checkout-confirm-dialog{margin:auto 0;padding:1.5rem!important;border-radius:22px!important}.product-grid,.product-grid.most-demanded-grid{gap:.6rem!important}.product-card-body{gap:.24rem!important;padding:.42rem .45rem .5rem!important}.product-card-title,.product-grid>.premium-card-container .product-card-title{min-height:2.35em!important;font-size:.74rem!important;line-height:1.2!important}.product-card-price-row,.product-grid>.premium-card-container .product-card-price-row{margin-bottom:.2rem!important}.product-card-add-btn,.product-grid>.premium-card-container .product-card-add-btn{min-height:40px!important;padding:.32rem .4rem!important;font-size:.64rem!important}}.checkout-page{min-height:100vh;padding:118px 1rem 4rem;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(248,250,252,.98)),radial-gradient(circle at 15% 10%,rgba(212,175,55,.12),transparent 34%)}.checkout-shell{width:min(1180px,100%);margin:0 auto}.checkout-heading{margin-bottom:1.4rem}.checkout-heading>span{display:inline-flex;align-items:center;gap:.45rem;padding:.42rem .75rem;color:#7c5d00;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;font-size:.82rem;font-weight:900}.checkout-heading h1{margin:.8rem 0 .4rem;color:#0f172a;font-size:clamp(2rem,4vw,3.2rem);font-weight:950;line-height:1.1}.checkout-heading p{max-width:680px;margin:0;color:#64748b;font-size:1rem;font-weight:700;line-height:1.7}.checkout-error{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.9rem 1rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;font-weight:900}.checkout-modern-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);grid-gap:1rem;gap:1rem;align-items:start}.checkout-details-panel,.checkout-order-panel,.checkout-success-card{background:rgba(255,255,255,.92);border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.07)}.checkout-details-panel{padding:1.2rem}.checkout-order-panel{position:-webkit-sticky;position:sticky;top:110px;padding:1rem}.checkout-panel-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#0f172a}.checkout-panel-title.spacing{margin-top:1.35rem}.checkout-panel-title>svg{flex-shrink:0;width:42px;height:42px;padding:.65rem;color:#8a6800;background:#fffbeb;border:1px solid #fde68a;border-radius:13px}.checkout-panel-title h2{margin:0;font-size:1.05rem;font-weight:950}.checkout-panel-title p{margin:.18rem 0 0;color:#64748b;font-size:.82rem;font-weight:700;line-height:1.45}.checkout-form{display:flex;flex-direction:column}.checkout-two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.checkout-field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.85rem}.checkout-field.full{grid-column:1/-1}.checkout-field>span{color:#334155;font-size:.86rem;font-weight:900}.checkout-field>div{display:flex;align-items:center;gap:.65rem;min-height:52px;padding:0 .85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.checkout-field>div:focus-within{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 4px rgba(212,175,55,.12)}.checkout-field svg{flex-shrink:0;color:#94a3b8}.checkout-field input,.checkout-field select{width:100%;min-width:0;color:#0f172a;background:transparent;border:none;outline:none;font-family:inherit;font-size:.95rem;font-weight:800}.checkout-field input[dir=ltr]{text-align:right}.checkout-terms{display:flex;align-items:flex-start;gap:.65rem;margin-top:.4rem;color:#475569;font-size:.9rem;font-weight:800;line-height:1.55}.checkout-terms input{width:20px;height:20px;margin-top:.1rem;accent-color:var(--primary-color)}.checkout-terms button{color:#8a6800;background:transparent;border:none;cursor:pointer;font-family:inherit;font-weight:950;text-decoration:underline}.checkout-products-box{display:flex;flex-direction:column;gap:.7rem;padding:.65rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px}.checkout-order-item{display:grid;grid-template-columns:66px minmax(0,1fr) auto;grid-gap:.7rem;gap:.7rem;align-items:center;padding:.65rem;background:#fff;border:1px solid #edf2f7;border-radius:13px}.checkout-order-item.compact{grid-template-columns:52px minmax(0,1fr) auto;padding:.5rem}.checkout-order-image{width:66px;height:66px;overflow:hidden;background:#f1f5f9;border-radius:12px}.checkout-order-item.compact .checkout-order-image{width:52px;height:52px}.checkout-order-image img{width:100%;height:100%;object-fit:cover}.checkout-order-copy{min-width:0}.checkout-order-copy strong{display:-webkit-box;overflow:hidden;color:#0f172a;font-size:.92rem;font-weight:950;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical}.checkout-order-copy span{display:block;margin-top:.15rem;color:#64748b;font-size:.76rem;font-weight:800}.checkout-order-side{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem}.checkout-order-side b{color:#8a6800;font-size:.88rem;font-weight:950;white-space:nowrap}.checkout-qty-control{display:inline-flex;align-items:center;gap:.15rem;margin-top:.55rem;padding:.16rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.checkout-qty-control button,.checkout-remove-item{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background .2s ease,color .2s ease}.checkout-qty-control button{width:28px;height:28px;color:#334155;background:#fff;border-radius:8px}.checkout-qty-control span{min-width:28px;margin:0;color:#0f172a;text-align:center;font-size:.85rem;font-weight:950}.checkout-remove-item{width:30px;height:30px;color:#ef4444;background:#fef2f2;border-radius:9px}.checkout-coupon-box,.checkout-payment-note,.checkout-totals-box{margin-top:.9rem;padding:.85rem;background:#fff;border:1px solid #edf2f7;border-radius:14px}.checkout-coupon-box label{display:flex;align-items:center;gap:.4rem;margin-bottom:.6rem;color:#334155;font-size:.84rem;font-weight:950}.checkout-coupon-row{display:flex;gap:.45rem}.checkout-coupon-row input{flex:1 1;min-width:0;padding:.75rem;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;outline:none;font-family:inherit;font-weight:900;text-transform:uppercase}.checkout-coupon-row button{padding:0 .85rem;color:#fff;background:var(--primary-gradient);border:none;border-radius:11px;cursor:pointer;font-family:inherit;font-weight:950}.checkout-coupon-row button:disabled{opacity:.55;cursor:not-allowed}.checkout-coupon-box p{margin:.55rem 0 0;font-size:.8rem;font-weight:900}.checkout-coupon-box p.success{color:#059669}.checkout-coupon-box p.error{color:#ef4444}.checkout-totals-box{display:flex;flex-direction:column;gap:.72rem}.checkout-totals-box>div{display:flex;justify-content:space-between;gap:1rem;color:#64748b;font-size:.92rem;font-weight:850}.checkout-totals-box b{color:#0f172a;white-space:nowrap}.checkout-totals-box .discount,.checkout-totals-box .discount b{color:#059669}.checkout-totals-box .grand{margin-top:.35rem;padding-top:.85rem;color:#0f172a;border-top:1px dashed #cbd5e1;font-size:1.05rem;font-weight:950}.checkout-totals-box .grand b{color:#8a6800;font-size:1.22rem}.checkout-payment-note{display:flex;align-items:center;gap:.55rem;color:#166534;background:#f0fdf4;border-color:#bbf7d0;font-size:.88rem;font-weight:950}.checkout-primary-action,.checkout-secondary-action{width:100%;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;margin-top:.9rem;border:none;border-radius:14px;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:950}.checkout-primary-action{color:#fff;background:#111827;box-shadow:0 14px 28px rgba(17,24,39,.2)}.checkout-secondary-action{color:#475569;background:#f1f5f9}.checkout-confirm-overlay{position:fixed;inset:0;z-index:30000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;background:rgba(15,23,42,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.checkout-confirm-dialog{width:min(520px,100%);max-height:calc(100dvh - 2rem);overflow-y:auto;position:relative;padding:1.4rem;color:#0f172a;background:#fff;border:1px solid rgba(255,255,255,.8);border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.28)}.checkout-confirm-close{position:absolute;top:.85rem;left:.85rem;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;cursor:pointer}.checkout-confirm-icon,.checkout-success-icon{width:82px;height:82px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;background:var(--primary-gradient);border-radius:24px;box-shadow:0 18px 34px rgba(181,133,0,.22)}.checkout-confirm-dialog h2,.checkout-success-card h1{margin:0;text-align:center;font-size:1.6rem;font-weight:950}.checkout-confirm-dialog>p,.checkout-success-card p{margin:.5rem auto 1rem;max-width:430px;color:#64748b;text-align:center;font-weight:750;line-height:1.65}.checkout-confirm-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.6rem;gap:.6rem;margin:1rem 0}.checkout-confirm-summary div{padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.checkout-confirm-summary span{display:block;margin-bottom:.2rem;color:#94a3b8;font-size:.72rem;font-weight:900}.checkout-confirm-summary b{display:block;overflow:hidden;color:#0f172a;font-size:.9rem;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.checkout-confirm-products{max-height:220px;display:flex;flex-direction:column;gap:.55rem;margin-top:.8rem;overflow-y:auto}.checkout-success-page{display:flex;align-items:center;justify-content:center}.checkout-success-card{width:min(620px,100%);padding:3rem 2rem;text-align:center}.checkout-success-card .checkout-primary-action{max-width:260px;margin-inline:auto}@media (max-width:960px){.checkout-modern-layout{grid-template-columns:1fr}.checkout-order-panel{position:static}}@media (max-width:640px){.checkout-page{padding:92px .75rem 2rem}.checkout-heading h1{font-size:1.85rem}.checkout-details-panel,.checkout-order-panel{border-radius:16px}.checkout-two-cols{grid-template-columns:1fr;gap:0}.checkout-field>div{min-height:48px}.checkout-order-item{grid-template-columns:56px minmax(0,1fr)}.checkout-order-side{grid-column:2;flex-direction:row;align-items:center;justify-content:space-between}.checkout-order-image{width:56px;height:56px}.checkout-products-box{padding:.5rem}.checkout-coupon-row{flex-direction:column}.checkout-coupon-row button{min-height:44px}.checkout-confirm-summary{grid-template-columns:1fr}.checkout-confirm-dialog{padding:1rem;border-radius:18px}}.tracking-page{min-height:100vh;padding:118px 1rem 4rem;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.98)),radial-gradient(circle at 80% 8%,rgba(16,185,129,.12),transparent 32%)}.tracking-empty,.tracking-hero,.tracking-results,.tracking-search-panel{width:min(980px,100%);margin-inline:auto}.tracking-hero{margin-bottom:1.2rem;text-align:center}.tracking-eyebrow{display:inline-flex;align-items:center;gap:.45rem;padding:.42rem .8rem;color:#047857;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;font-size:.82rem;font-weight:950}.tracking-hero h1{margin:.85rem 0 .5rem;color:#0f172a;font-size:clamp(2rem,4vw,3.2rem);font-weight:950}.tracking-hero p{max-width:640px;margin:0 auto;color:#64748b;font-size:1rem;font-weight:750;line-height:1.75}.tracking-search-panel{margin-bottom:1.4rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.07)}.tracking-search-form{display:grid;grid-template-columns:minmax(0,1fr) 170px;grid-gap:.8rem;gap:.8rem;align-items:end}.tracking-search-form label{display:flex;flex-direction:column;gap:.45rem}.tracking-search-form label>span{color:#334155;font-size:.85rem;font-weight:950}.tracking-search-form label>div{min-height:54px;display:flex;align-items:center;gap:.65rem;padding:0 .95rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px}.tracking-search-form input{width:100%;color:#0f172a;background:transparent;border:none;outline:none;font-family:inherit;font-size:1rem;font-weight:850}.tracking-search-form button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:#fff;background:#111827;border:none;border-radius:14px;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:950;box-shadow:0 12px 24px rgba(17,24,39,.18)}.tracking-search-form button:disabled{opacity:.7;cursor:wait}.tracking-spinner{width:19px;height:19px;border:3px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.tracking-empty{padding:2.5rem 1rem;color:#64748b;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 14px 34px rgba(15,23,42,.06)}.tracking-empty h2{margin:.8rem 0 .35rem;color:#0f172a;font-size:1.35rem;font-weight:950}.tracking-empty p{margin:0;font-weight:750}.tracking-results{display:flex;flex-direction:column;gap:1rem}.tracking-results-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 .15rem}.tracking-results-title h2{margin:0;color:#0f172a;font-size:1.15rem;font-weight:950}.tracking-results-title span{min-width:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;color:#047857;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:50%;font-weight:950}.tracking-order-card{padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 16px 42px rgba(15,23,42,.07);animation:fadeInUp .45s ease both}.tracking-order-header{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.tracking-status-pill{display:inline-flex;align-items:center;gap:.38rem;padding:.34rem .68rem;color:#047857;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;font-size:.75rem;font-weight:950}.tracking-order-header h3{margin:.65rem 0 .18rem;color:#0f172a;font-size:1.25rem;font-weight:950}.tracking-order-header p{margin:0;color:#64748b;font-size:.86rem;font-weight:800}.tracking-total-card{min-width:170px;display:grid;align-content:center;grid-gap:.18rem;gap:.18rem;padding:.85rem;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;font-size:.78rem;font-weight:900}.tracking-total-card b{color:#8a6800;font-size:1.05rem;font-weight:950}.tracking-progress{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;margin:1.4rem 0}.tracking-progress-line{position:absolute;top:27px;left:12%;right:12%;height:4px;overflow:hidden;background:#e2e8f0;border-radius:999px}.tracking-progress-line span{display:block;height:100%;background:var(--primary-gradient);border-radius:inherit;transition:width .5s ease}.tracking-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#94a3b8;text-align:center}.tracking-step>span{width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;background:#f8fafc;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #e2e8f0}.tracking-step.done>span{color:#fff;background:var(--primary-color);box-shadow:0 0 0 5px #fef3c7}.tracking-step.active>span{transform:scale(1.08)}.tracking-step b{color:inherit;font-size:.84rem;font-weight:950}.tracking-step.done b{color:#0f172a}.tracking-cancelled-note{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;padding:.8rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:13px;font-weight:950}.tracking-products{padding:.8rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px}.tracking-products-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.65rem}.tracking-products-head h4{margin:0;color:#0f172a;font-size:.98rem;font-weight:950}.tracking-products-head span{color:#64748b;font-size:.78rem;font-weight:900}.tracking-product-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;grid-gap:.7rem;gap:.7rem;align-items:center;padding:.65rem 0;border-top:1px solid #e2e8f0}.tracking-product-qty{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#8a6800;background:#fff;border:1px solid #fde68a;border-radius:11px;font-weight:950}.tracking-product-copy{min-width:0}.tracking-product-copy strong{display:block;overflow:hidden;color:#0f172a;font-size:.9rem;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.tracking-product-copy span{display:flex;align-items:center;gap:.25rem;margin-top:.2rem;color:#64748b;font-size:.76rem;font-weight:800}.tracking-product-row>b{color:#0f172a;font-size:.9rem;font-weight:950;white-space:nowrap}@media (max-width:640px){.tracking-page{padding:92px .75rem 2rem}.tracking-search-form{grid-template-columns:1fr}.tracking-order-header{flex-direction:column}.tracking-total-card{min-width:0}.tracking-progress-line{left:16%;right:16%}.tracking-step>span{width:44px;height:44px;border-width:3px}.tracking-step b{font-size:.72rem}.tracking-product-row{grid-template-columns:38px minmax(0,1fr)}.tracking-product-row>b{grid-column:2}.tracking-product-qty{width:34px;height:34px;font-size:.8rem}}.luxury-testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.luxury-testimonial-card{position:relative;aspect-ratio:4/5;border-radius:18px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 40px rgba(15,23,42,.08);padding:0}.luxury-testimonial-image{width:100%;height:100%;display:block;object-fit:contain;background:#f8fafc}@media (max-width:760px){.luxury-testimonials-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:0 .25rem 1rem;-webkit-overflow-scrolling:touch}.luxury-testimonial-card{flex:0 0 82%;max-width:360px;scroll-snap-align:center}}.premium-filters-wrapper{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(15,23,42,.05);border:1px solid #f1f5f9;align-items:flex-end}.premium-filter-group{flex:1 1;min-width:200px;display:flex;flex-direction:column;gap:.6rem}.premium-filter-group label{font-size:.9rem;font-weight:700;color:var(--text-dark)}.premium-filter-group .select-wrapper{position:relative}.premium-filter-group select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 1.2rem;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;color:var(--text-dark);font-weight:600;font-size:.95rem;font-family:inherit;transition:all .2s ease;cursor:pointer}.premium-filter-group select:focus{border-color:var(--gold);outline:none;background:#fff;box-shadow:0 0 0 3px rgba(184,134,11,.1)}.premium-filter-group .select-wrapper:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:10px;height:6px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%;pointer-events:none;transition:transform .2s}.premium-filter-group select:focus+.select-wrapper:after{transform:translateY(-50%) rotate(180deg)}@media (max-width:1024px){.premium-filters-wrapper{gap:1rem;padding:1.2rem}.premium-filter-group select{font-size:.85rem;padding:.8rem 1rem}}@media (max-width:768px){.premium-filters-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem;gap:.8rem;padding:1rem;border-radius:12px;margin-bottom:1.5rem}.premium-filter-group{min-width:0}.premium-filter-group:last-child{grid-column:1/-1}.premium-filter-group label{font-size:.8rem}.premium-filter-group select{padding:.75rem .9rem;font-size:.8rem;border-radius:8px}}.luxury-about-page{padding:4rem 0 2rem;background:linear-gradient(180deg,#fafafa,#ffffff)}.luxury-about-split{display:grid;grid-template-columns:1fr 1.2fr;align-items:stretch;background:#ffffff;border-radius:32px;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.05);border:1px solid rgba(226,232,240,.8)}.luxury-about-image-wrapper{position:relative;width:100%;height:100%;min-height:500px;background:#f8fafc}.luxury-about-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.luxury-about-content{padding:4rem 4rem 4rem 3rem;display:flex;flex-direction:column;justify-content:center}.about-subtitle{color:var(--gold);font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;display:block}.about-section-title{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.luxury-features-container{padding:3rem 0 5rem;background:#ffffff}.luxury-features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.luxury-feature-card{background:#fafafa;padding:2.5rem 1.5rem;border-radius:16px;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid transparent}.luxury-feature-card:hover{transform:translateY(-5px);background:#ffffff;box-shadow:0 15px 30px rgba(15,23,42,.08);border-color:#f1f5f9}.luxury-feature-icon{width:70px;height:70px;background:rgba(184,134,11,.1);color:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}@media (max-width:1024px){.luxury-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.luxury-about-page{padding:2rem 0}.luxury-about-split{grid-template-columns:1fr;border-radius:24px}.luxury-about-image-wrapper{min-height:300px}.luxury-about-content{padding:2.5rem 1.5rem;text-align:center}.luxury-about-content .about-desc,.luxury-about-content .about-section-title{text-align:center!important}.luxury-about-content .luxury-divider{margin:0 auto 1.5rem!important}.about-section-title{font-size:1.8rem}.luxury-features-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.luxury-feature-card{flex:0 0 85%;scroll-snap-align:center;padding:2rem 1.5rem}}.product-carousel-container::-webkit-scrollbar{display:none}.carousel-wrapper,.luxury-offers-wrapper{width:100%!important;max-width:100%!important}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.animate-slide-right{animation:slideInRight .3s cubic-bezier(.25,1,.5,1) forwards}.animate-slide-left{animation:slideInLeft .3s cubic-bezier(.25,1,.5,1) forwards}.lightbox-image-enter-right{animation:slideInRight .35s cubic-bezier(.25,1,.5,1) forwards}.lightbox-image-enter-left{animation:slideInLeft .35s cubic-bezier(.25,1,.5,1) forwards}.premium-about-section{padding:2rem 0;background:var(--bg-light);position:relative;overflow:hidden}.premium-about-intro{text-align:center;max-width:800px;margin:0 auto 2rem;position:relative;z-index:2}.premium-about-intro h2{font-size:3rem;font-weight:900;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.3}.premium-about-intro p{font-size:1.2rem;color:var(--text-muted);line-height:1.8}.premium-about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:5rem}.premium-about-card{background:var(--white);border-radius:24px;padding:3rem;box-shadow:0 15px 35px rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.premium-about-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(212,175,55,.15)}.premium-about-card:before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:var(--primary-gradient);opacity:.05;border-radius:0 0 0 100%;z-index:0}.premium-about-card-icon{width:60px;height:60px;background:var(--primary-gradient-light);color:var(--primary-color);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:1}.premium-about-card h3{font-size:1.8rem;font-weight:900;color:var(--text-dark);margin-bottom:1rem;position:relative;z-index:1}.premium-about-card p{font-size:1.1rem;color:var(--text-muted);line-height:1.7;position:relative;z-index:1}.premium-about-values{background:#111;border-radius:30px;padding:4rem;color:white;margin-bottom:5rem;position:relative;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.2)}.premium-about-values:after{content:"";position:absolute;bottom:-50%;left:-10%;width:50%;height:150%;background:radial-gradient(circle,rgba(212,175,55,.15) 0,transparent 70%);pointer-events:none}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.value-item{display:flex;flex-direction:column;gap:1rem}.value-item-header{display:flex;align-items:center;gap:.8rem}.value-icon{color:var(--primary-color)}.value-item h4{font-size:1.2rem;font-weight:800;color:white;margin:0}.value-item p{color:#a1a1aa;font-size:.95rem;line-height:1.6}.why-choose-us-section{text-align:center}.why-choose-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.why-card{background:white;padding:2.5rem 1.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(212,175,55,.1);border-color:rgba(212,175,55,.3)}.why-icon-wrap{width:70px;height:70px;margin:0 auto 1.5rem;background:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);box-shadow:0 5px 15px rgba(212,175,55,.15)}.why-card h4{font-size:1.3rem;font-weight:800;margin-bottom:.8rem;color:var(--text-dark)}.why-card p{font-size:1rem;color:var(--text-muted);line-height:1.6}.about-closing{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(212,175,55,.2)}.about-closing h2{font-size:2.5rem;font-weight:900;color:var(--primary-color);margin-bottom:1rem}.about-closing p{font-size:1.3rem;color:var(--text-dark);font-weight:700}@media (max-width:768px){.premium-about-grid{grid-template-columns:1fr}.premium-about-intro h2{font-size:2.2rem}.premium-about-values{padding:2.5rem}.why-choose-us-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:1.5rem;padding-bottom:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.why-choose-us-grid::-webkit-scrollbar{display:none}.why-card{flex:0 0 80%;scroll-snap-align:center}}.sc-marketing-link{display:flex;align-items:center;gap:0!important;text-decoration:none;cursor:pointer;transition:transform .3s}.sc-marketing-text{font-size:1rem;color:#a8a29e;font-weight:700}.sc-marketing-brand{background:linear-gradient(90deg,#9d027c,#ffbc01);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:900;font-size:1.2rem;padding:0 .2rem}.sc-marketing-img{height:30px!important;object-fit:contain;margin-right:-4px!important;position:relative!important;top:-2px!important}@media (max-width:768px){.sc-marketing-link{justify-content:center}.sc-marketing-text{font-size:.8rem}.sc-marketing-brand{font-size:.9rem!important;padding:0 .1rem}.sc-marketing-img{height:18px!important;margin-right:-3px!important;position:relative!important;top:-3px!important}}.contact-submit-btn{padding:1.2rem 4rem;font-size:1.2rem;width:100%;max-width:300px;margin:0 auto}@media (max-width:768px){.contact-submit-btn{padding:.8rem 2rem!important;font-size:.95rem!important;max-width:200px!important}}