@charset "UTF-8";.shop-shell .auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:authFadeIn .25s ease}.shop-shell .auth-panel{position:fixed;top:0;bottom:0;left:0;width:min(340px,92vw);background:var(--surface);box-shadow:24px 0 60px -24px #0f172a59;padding:1.5rem;overflow-y:auto;animation:authSlideIn .3s cubic-bezier(.2,.8,.2,1);font-family:Zain,IBM Plex Sans Arabic,sans-serif}.shop-shell .auth-panel input{width:100%;background:var(--bg);border:1px solid var(--border-subtle);color:var(--ink);font-family:inherit;font-size:1rem;padding:.75rem .9rem;border-radius:8px;outline:none;transition:border-color .3s ease,background .3s ease}.shop-shell .auth-panel input::placeholder{color:var(--ink-dim-2)}.shop-shell .auth-panel input:focus{border-color:var(--accent-gold-border);background:var(--accent-gold-light)}.shop-shell .close-btn{position:absolute;top:1.1rem;left:1.1rem;width:30px;height:30px;border:none;background:transparent;color:var(--ink-dim);cursor:pointer;display:grid;place-items:center}.shop-shell .close-btn svg{width:18px;height:18px}.shop-shell .close-btn:hover{color:var(--ink)}.shop-shell .panel-head{display:flex;flex-direction:column;gap:.2rem;margin:.3rem 0 1.5rem;padding-inline-end:1.8rem}.shop-shell .panel-head h2{font-size:1.15rem;font-weight:700;color:var(--ink)}.shop-shell .panel-head p{font-size:.82rem;color:var(--ink-dim)}.shop-shell .panel-kicker{font-size:.7rem;font-weight:700;letter-spacing:.08em;color:var(--gold);text-transform:uppercase}.shop-shell .steps{list-style:none;display:flex;align-items:flex-start;margin:0 0 2rem;padding:0}.shop-shell .step{flex:none;display:flex;flex-direction:column;align-items:center;gap:.4rem;width:64px}.shop-shell .step-circle{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:.78rem;font-weight:700;color:var(--ink-dim-2);background:var(--bg-alt);border:1.5px solid var(--line);transition:background .25s ease,border-color .25s ease,color .25s ease}.shop-shell .step-label{font-size:.68rem;font-weight:600;color:var(--ink-dim-2)}.shop-shell .step.active .step-circle{background:var(--gold);border-color:var(--gold);color:var(--cream)}.shop-shell .step.active .step-label{color:var(--ink)}.shop-shell .step.done .step-circle{background:var(--surface);border-color:var(--gold);color:var(--gold)}.shop-shell .step.done .step-label{color:var(--ink-dim)}.shop-shell .step-line{flex:1;height:1.5px;margin-top:13px;background:var(--line);transition:background .25s ease}.shop-shell .step-line.done{background:var(--gold)}.shop-shell .panel-body form{display:flex;flex-direction:column;gap:.9rem}.shop-shell .field-label{font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--ink-dim-2);text-transform:uppercase}.shop-shell .phone-field{display:flex;align-items:stretch;border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;background:var(--bg)}.shop-shell .phone-field:focus-within{border-color:var(--accent-gold-border)}.shop-shell .phone-field input{border:none;background:transparent;border-radius:0}.shop-shell .phone-field input:focus{background:var(--accent-gold-light)}.shop-shell .country-badge{flex:none;display:flex;align-items:center;gap:.35rem;padding:0 .85rem;font-size:.9rem;font-weight:600;color:var(--ink-dim);border-inline-end:1px solid var(--border-subtle);white-space:nowrap}.shop-shell .otp-boxes{display:flex;gap:.7rem;justify-content:center}.shop-shell .otp-boxes input{width:52px;height:56px;text-align:center;font-size:1.3rem;font-weight:700;padding:0}.shop-shell .mock-otp-hint{text-align:center;font-size:.82rem;color:var(--ink-dim);background:var(--accent-gold-light);border:1px solid var(--accent-gold-border);border-radius:8px;padding:.6rem}.shop-shell .mock-otp-hint strong{color:var(--ink);letter-spacing:.15em}.shop-shell .countdown{text-align:center;font-size:.82rem;color:var(--ink-dim-2)}.shop-shell .resend-link{align-self:center;background:none;border:none;color:var(--gold);font-weight:700;font-size:.85rem;cursor:pointer;padding:.2rem}.shop-shell .resend-link:hover{text-decoration:underline}.shop-shell .verified-phone{display:flex;align-items:center;justify-content:space-between;background:var(--bg-alt);border:1px solid var(--line);border-radius:8px;padding:.7rem .9rem;font-size:.9rem;color:var(--ink-dim)}.shop-shell .verified-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:700;color:#1a7a4c}.shop-shell .form-note{font-size:.82rem;margin:0;color:var(--ink-dim)}.shop-shell .auth-panel .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:inherit;font-weight:600;font-size:clamp(.86rem,1.3vw,1rem);padding:.85em 1.7em;border-radius:2px;border:1px solid var(--gold);cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .3s ease,color .3s ease,transform .2s ease,box-shadow .3s ease,border-color .3s ease}.shop-shell .auth-panel .btn svg{width:16px;height:16px;flex:none;transform:scaleX(-1)}.shop-shell .auth-panel .btn{justify-content:center;border:none}.shop-shell .auth-panel .btn-dark{background:var(--ink-band);color:var(--cream)}.shop-shell .auth-panel .btn-dark:hover{opacity:.92}.shop-shell .auth-panel .btn-dark:disabled{opacity:.6;cursor:not-allowed}.shop-shell .auth-panel .btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:inherit;font-weight:600;font-size:clamp(.86rem,1.3vw,1rem);padding:.85em 1.7em;border-radius:2px;border:1px solid var(--gold);cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .3s ease,color .3s ease,transform .2s ease,box-shadow .3s ease,border-color .3s ease}.shop-shell .auth-panel .btn-gold svg{width:16px;height:16px;flex:none;transform:scaleX(-1)}.shop-shell .auth-panel .btn-gold{background:var(--gold);color:var(--cream)}.shop-shell .auth-panel .btn-gold:hover{background:var(--gold-bronze);border-color:var(--gold-bronze);box-shadow:0 10px 28px -8px #c49a478c;transform:translateY(-2px)}.shop-shell .auth-panel .btn-gold:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.shop-shell .auth-panel .btn-gold{border:none}@keyframes authFadeIn{0%{opacity:0}to{opacity:1}}@keyframes authSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.shop-shell{--logo-bg: #000000;--gold: #c5a059;--gold-hover: #b08c46;--gold-bronze: #b08c46;--gold-soft: color-mix(in srgb, #c5a059 55%, white);--ink: #0f172a;--ink-dim: #475569;--ink-dim-2: color-mix(in srgb, #475569 70%, transparent);--ink-band: #0f172a;--cream: #fafafa;--cream-dim: color-mix(in srgb, #fafafa 66%, transparent);--bg: #fafafa;--surface: #ffffff;--line: color-mix(in srgb, #c5a059 32%, transparent);--shadow: color-mix(in srgb, #0f172a 12%, transparent);--bg-alt: color-mix(in srgb, #fafafa 90%, #0f172a 10%);--border-subtle: #e2e8f0;--accent-gold-light: #fefce8;--accent-gold-border: #fde047;position:relative;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;font-family:Zain,IBM Plex Sans Arabic,sans-serif;background:var(--cream);color:var(--ink)}.shop-shell .shop-header{position:sticky;top:0;z-index:50;padding:.1rem 5vw;background:color-mix(in srgb,var(--bg) 78%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:background .35s ease,box-shadow .35s ease,padding .35s ease,border-color .35s ease}.shop-shell .shop-header.scrolled{background:color-mix(in srgb,var(--bg) 92%,transparent);border-bottom-color:var(--line);box-shadow:0 12px 30px -20px var(--shadow);padding:.6rem 5vw;z-index:9999}.shop-shell .header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.shop-shell .brand{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-decoration:none;line-height:1;flex-shrink:0}.shop-shell .brand .brand-img{height:60px;width:auto;display:block;filter:invert(1);mix-blend-mode:multiply}.shop-shell .brand .brand-tag{font-size:.9rem;font-weight:700;letter-spacing:.03em;color:#000;white-space:nowrap}.shop-shell .desktop-tabs{display:flex;align-items:center;gap:1.8rem}.shop-shell .desktop-tabs a{position:relative;color:var(--ink-dim);text-decoration:none;font-size:.94rem;font-weight:500;padding:.4em 0;transition:color .25s ease}.shop-shell .desktop-tabs a.active{color:var(--ink);font-weight:700}.shop-shell .desktop-tabs a.active:after{content:"";position:absolute;bottom:-2px;inset-inline:0;height:2px;border-radius:2px;background:var(--gold)}.shop-shell .desktop-tabs a:hover{color:var(--ink)}.shop-shell .header-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.shop-shell .lang-toggle{height:32px;padding:0 10px;border-radius:8px;border:1.5px solid var(--line);background:var(--surface);font-size:11px;font-weight:700;color:var(--ink-dim);cursor:pointer;font-family:inherit;letter-spacing:.04em;transition:border-color .25s ease,color .25s ease}.shop-shell .lang-toggle:hover{border-color:var(--gold);color:var(--gold)}.shop-shell .icon-btn{position:relative;width:36px;height:36px;border:1.5px solid var(--line);background:var(--surface);border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--ink-dim);text-decoration:none;transition:border-color .25s ease,color .25s ease}.shop-shell .icon-btn svg{width:18px;height:18px}.shop-shell .icon-btn:hover,.shop-shell .icon-btn.active{border-color:var(--gold);color:var(--gold)}.shop-shell .icon-btn .badge{position:absolute;top:-5px;inset-inline-start:-5px;background:var(--gold);color:var(--cream);font-size:9px;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 2px}.shop-shell .btn-login{height:36px;padding:0 1.1rem;border-radius:8px;border:none;background:var(--gold);color:var(--cream);font-family:inherit;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .25s ease,transform .2s ease}.shop-shell .btn-login:hover{background:var(--gold-bronze);transform:translateY(-1px)}.shop-shell .user-pill{display:flex;align-items:stretch;height:36px;border-radius:999px;border:1.5px solid var(--line);background:var(--surface);overflow:hidden}.shop-shell .user-identity{display:flex;align-items:center;align-self:stretch;text-decoration:none;cursor:pointer;transition:background .2s ease;padding:0 .75rem}.shop-shell .user-identity:hover{background:var(--accent-gold-light)}.shop-shell .user-avatar{width:24px;height:24px;align-self:center;margin-inline-start:.5rem;border-radius:50%;background:var(--ink-band);color:var(--cream);font-size:.75rem;font-weight:700;display:grid;place-items:center;flex:none;direction:ltr}.shop-shell .user-name{align-self:center;margin-inline-start:.5rem;font-size:.85rem;font-weight:600;color:var(--ink);max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-shell .logout-btn{flex:none;display:flex;align-items:center;gap:.35rem;padding:0 .75rem;border:none;border-radius:0;border-inline-start:1px solid var(--line);background:transparent;color:var(--ink-dim);font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:color .2s ease,background .2s ease}.shop-shell .logout-btn svg{width:15px;height:15px;transform:scaleX(-1)}.shop-shell .logout-btn:hover{color:#b3492a;background:#b3492a0f}@media (max-width: 480px){.shop-shell .hide-sm{display:none}}@media (max-width: 720px){.shop-shell .desktop-tabs{display:none}}.shop-shell .shop-main{flex:1}.shop-shell .mobile-tabbar{display:none}@media (max-width: 720px){.shop-shell .mobile-tabbar{position:fixed;bottom:0;inset-inline:0;z-index:60;display:flex;height:60px;padding-bottom:env(safe-area-inset-bottom,0px);background:color-mix(in srgb,var(--bg) 96%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line)}.shop-shell .mobile-tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:var(--ink-dim-2);position:relative;padding:6px 2px 2px}.shop-shell .mobile-tabbar a svg{width:21px;height:21px}.shop-shell .mobile-tabbar a span{font-size:9.5px;font-weight:600;letter-spacing:.01em}.shop-shell .mobile-tabbar a.active{color:var(--gold)}.shop-shell .mobile-tabbar a.active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:22px;height:3px;background:var(--gold);border-radius:0 0 3px 3px}.shop-shell .cart-icon-wrap{position:relative;display:inline-flex}.shop-shell .tab-badge{position:absolute;top:-4px;inset-inline-end:-6px;background:var(--gold);color:var(--cream);font-size:8px;font-weight:800;min-width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 2px}}.shop-shell .shop-footer{background:var(--ink-band);color:var(--cream);padding:clamp(2rem,4.5vh,2.5rem) 5vw 1.5rem}.shop-shell .footer-inner{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.3rem;text-align:center}.shop-shell .footer-brand{display:flex;flex-direction:column;align-items:center;gap:.25rem}.shop-shell .footer-brand .brand-ar{font-size:1.4rem;font-weight:700;color:var(--gold-soft)}.shop-shell .footer-brand .brand-en{font-size:.55rem;letter-spacing:.28em;color:var(--cream-dim);text-transform:uppercase}.shop-shell .footer-brand .brand-tag{margin-top:.15rem;font-size:.8rem;font-weight:600;color:var(--gold-soft)}.shop-shell .footer-brand p{margin-top:.35rem;font-size:.85rem;color:var(--cream-dim);font-weight:300}.shop-shell .footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1.3rem}.shop-shell .footer-nav a{color:var(--cream-dim);text-decoration:none;font-size:.86rem;transition:color .25s ease}.shop-shell .footer-nav a:hover{color:var(--gold-soft)}.shop-shell .footer-policies{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:1.1rem;font-size:.78rem;color:#fbf9f466}.shop-shell .footer-policies a{color:#fbf9f48c;text-decoration:none;transition:color .25s ease}.shop-shell .footer-policies a:hover{color:var(--gold-soft)}.shop-shell .contact-line{direction:ltr;unicode-bidi:isolate;font-size:.8rem}.shop-shell .contact-line a{color:#fbf9f48c;text-decoration:none}.shop-shell .contact-line a:hover{color:var(--gold-soft)}.shop-shell .contact-line .sep{margin:0 .6em;opacity:.5}.shop-shell .copyright{font-size:.72rem;color:#fbf9f457;font-weight:300}.shop-shell .whatsapp-widget{position:fixed;bottom:1.5rem;left:1.5rem;width:3.5rem;height:3.5rem;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;color:#fff;text-decoration:none;z-index:40;transition:all .3s ease;cursor:pointer}.shop-shell .whatsapp-widget svg{width:1.8rem;height:1.8rem}.shop-shell .whatsapp-widget:hover{transform:scale(1.1);box-shadow:0 6px 16px #25d36680}.shop-shell .whatsapp-widget:active{transform:scale(.95)}@media (max-width: 640px){.shop-shell .whatsapp-widget{bottom:4.5rem;right:1rem;left:auto;width:3rem;height:3rem}.shop-shell .whatsapp-widget svg{width:1.6rem;height:1.6rem}}.shop-shell .shop-home{display:flex;flex-direction:column}.shop-shell .section{padding:clamp(2.5rem,6vh,3.5rem) 5vw}.shop-shell .kicker.light{color:var(--gold-soft)}.shop-shell .section-title.light{color:var(--cream)}.shop-shell .hero{position:relative;background:var(--ink-band);border-radius:0 0 22px 22px;overflow:hidden;min-height:62vh;display:flex;align-items:flex-end}.shop-shell .hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.shop-shell .hero-media img{width:100%;height:100%;object-fit:cover;object-position:50% 30%;opacity:.55}.shop-shell .hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(15,23,42,.35) 0%,rgba(15,23,42,.55) 45%,var(--ink-band) 100%)}.shop-shell .hero-content{position:relative;z-index:1;width:100%;padding:clamp(2.5rem,8vh,4rem) 6vw clamp(2.25rem,6vh,3rem);display:flex;flex-direction:column;align-items:flex-start;gap:1rem;max-width:740px}.shop-shell .eyebrow{display:inline-flex;align-items:center;gap:.7em;font-size:.8rem;font-weight:700;color:var(--gold-soft);padding:.5em 1.3em;border:1px solid rgba(226,201,138,.35);border-radius:999px;background:#ffffff0f}.shop-shell .eyebrow .dot{width:5px;height:5px;border-radius:50%;background:var(--gold-soft)}.shop-shell .hero-title{font-size:clamp(1.9rem,4vh + 2vw,3.1rem);font-weight:700;color:var(--cream);line-height:1.2}.shop-shell .hero-desc{font-size:clamp(.94rem,1vh + .5vw,1.05rem);line-height:1.75;font-weight:300;color:var(--cream-dim);max-width:460px}.shop-shell .hero-cta{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:.4rem}.shop-shell .btn-ghost{color:var(--gold-soft);border-color:#e2c98a66}.shop-shell .btn-ghost:hover{background:#ffffff12}@media (max-width: 720px){.shop-shell .hero{min-height:56vh;border-radius:0 0 16px 16px}.shop-shell .hero-cta{justify-content:flex-start}}.shop-shell .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.1rem}.shop-shell .service-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .service-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .service-card{padding:1.6rem 1.4rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem}.shop-shell .service-card h3{font-size:1.05rem;font-weight:700;color:var(--ink)}.shop-shell .service-card p{font-size:.88rem;line-height:1.65;font-weight:300;color:var(--ink-dim)}.shop-shell .branches-section{background:var(--bg-alt)}.shop-shell .branches-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.1rem}.shop-shell .branches-tag{font-size:.82rem;font-weight:600;color:var(--gold)}.shop-shell .branches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.shop-shell .branch-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .branch-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .branch-card{padding:1.1rem;display:flex;align-items:center;gap:.9rem}.shop-shell .branch-icon{width:48px;height:48px;flex:none;border-radius:12px;background:#c49a471a;color:var(--gold);display:grid;place-items:center}.shop-shell .branch-icon svg{width:22px;height:22px}.shop-shell .branch-info{flex:1}.shop-shell .branch-name{font-size:.98rem;font-weight:700;color:var(--ink)}.shop-shell .branch-district{font-size:.78rem;color:var(--ink-dim-2);margin-top:2px}.shop-shell .branch-actions{display:flex;gap:.5rem;flex:none}.shop-shell .branch-btn{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;text-decoration:none}.shop-shell .branch-btn svg{width:16px;height:16px}.shop-shell .branch-btn.solid{background:var(--ink-band);color:var(--cream)}.shop-shell .branch-btn.outline{border:1.5px solid var(--line);background:var(--surface);color:var(--ink-dim)}.shop-shell .branch-btn.outline:hover{border-color:var(--gold);color:var(--gold)}.shop-shell .why-section{padding:clamp(2.5rem,6vh,3.5rem) 5vw;background:var(--bg-alt)}.shop-shell .why-desc{font-size:1rem;font-weight:300;color:var(--ink-dim);max-width:480px;text-align:center}.shop-shell .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.1rem;margin-bottom:clamp(1.75rem,4vh,2.5rem)}.shop-shell .why-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .why-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .why-card{padding:1.6rem 1.2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem}.shop-shell .why-card h3{font-size:.98rem;font-weight:700;color:var(--ink)}.shop-shell .why-card p{font-size:.82rem;line-height:1.6;font-weight:300;color:var(--ink-dim)}.shop-shell .why-icon{width:52px;height:52px;flex:none;border-radius:50%;background:var(--ink-band);color:var(--gold-soft);display:grid;place-items:center}.shop-shell .why-icon svg{width:22px;height:22px}.shop-shell .trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding-top:clamp(1.5rem,4vh,2rem);border-top:1px solid var(--line)}.shop-shell .trust-item{display:flex;align-items:center;justify-content:center;gap:.8rem}@media (max-width: 640px){.shop-shell .trust-strip{grid-template-columns:1fr;gap:0;border-top:none}.shop-shell .trust-item{justify-content:flex-start;padding:.85rem 0}.shop-shell .trust-item:not(:last-child){border-bottom:1px solid var(--line)}}.shop-shell .trust-icon{width:38px;height:38px;flex:none;color:var(--gold);display:grid;place-items:center}.shop-shell .trust-icon svg{width:22px;height:22px}.shop-shell .trust-title{font-size:.9rem;font-weight:700;color:var(--ink)}.shop-shell .trust-desc{font-size:.76rem;color:var(--ink-dim-2);margin-top:2px}.shop-shell .story-section{display:flex;flex-wrap:wrap;gap:clamp(2rem,5vw,3.5rem);align-items:center}.shop-shell .story-text{flex:1 1 300px;display:flex;flex-direction:column;align-items:flex-start;gap:.9rem}.shop-shell .story-text p{font-size:.95rem;line-height:1.8;font-weight:300;color:var(--ink-dim)}.shop-shell .story-media{flex:1 1 260px;position:relative;max-width:420px}.shop-shell .story-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;box-shadow:0 24px 50px -24px var(--shadow)}.shop-shell .story-card{position:absolute;bottom:-1rem;inset-inline-start:-1rem;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:.7rem 1.1rem;box-shadow:0 14px 30px -16px var(--shadow)}.shop-shell .story-card-title{font-size:.9rem;font-weight:700;color:var(--ink)}.shop-shell .story-card-loc{font-size:.7rem;color:var(--ink-dim-2);margin-top:2px}.shop-shell .state-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:clamp(2.75rem,7vw,4.5rem) 1.5rem;border:1.5px dashed var(--line);border-radius:16px;background:var(--surface)}.shop-shell .state-empty svg{width:44px;height:44px;color:var(--gold);stroke-width:1.4}.shop-shell .state-empty h2{font-size:1.2rem;font-weight:700;color:var(--ink)}.shop-shell .state-empty p{font-size:.95rem;font-weight:300;line-height:1.7;color:var(--ink-dim);max-width:420px}.shop-shell .state-loading{display:flex;flex-direction:column;align-items:center;gap:.9rem;padding:clamp(2.5rem,6vw,4rem) 1.5rem;color:var(--ink-dim);font-size:.92rem}.shop-shell .spinner{width:26px;height:26px;border-radius:50%;border:2.5px solid var(--line);border-top-color:var(--gold);animation:shopSpin .8s linear infinite}@keyframes shopSpin{to{transform:rotate(360deg)}}.shop-shell .catalog-page{padding:clamp(2.25rem,1.5vh,3.25rem) 1vw;max-width:1200px;margin:0 auto;position:relative}.shop-shell .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.75rem}.shop-shell .product-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .product-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .product-card{display:flex;flex-direction:column;overflow:hidden}.shop-shell .product-image{position:relative;aspect-ratio:4/5;background:linear-gradient(160deg,rgba(196,154,71,.14),var(--bg-alt))}.shop-shell .product-image img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.shop-shell .product-image:after{content:"";position:absolute;inset:auto 0 0 0;height:40%;background:linear-gradient(180deg,transparent,rgba(20,19,15,.42))}.shop-shell .product-image--small{aspect-ratio:1/1}.shop-shell .price-chip{position:absolute;bottom:1rem;inset-inline-start:1rem;z-index:1;display:inline-flex;align-items:center;gap:.35em;background:var(--cream);color:var(--ink);font-size:.8rem;font-weight:600;padding:.5rem .9rem;border-radius:999px;box-shadow:0 10px 26px -12px #14130f73}.shop-shell .price-chip .riyal-icon{height:.9em}.shop-shell .price-chip strong{font-size:1.05rem;font-weight:800;color:var(--gold-bronze)}.shop-shell .fabric-chip{position:absolute;top:.75rem;inset-inline-end:.75rem;z-index:1;background:var(--gold);color:var(--ink);font-size:.7rem;font-weight:700;padding:.35rem .7rem;border-radius:999px}.shop-shell .product-body{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;padding:clamp(1rem,4vw,1.5rem)}.shop-shell .product-kicker{font-family:IBM Plex Mono,monospace;font-size:.7rem;letter-spacing:.12em;color:var(--gold);text-transform:uppercase}.shop-shell .product-body h3{font-size:clamp(1.2rem,2.4vw,1.5rem);font-weight:700;color:var(--ink)}.shop-shell .product-slug{font-family:IBM Plex Mono,monospace;font-size:.72rem;color:var(--ink-dim-2)}.shop-shell .product-fabric{display:flex;align-items:center;gap:.4rem;background:var(--bg-alt);padding:.4rem .7rem;border-radius:6px;font-size:.78rem}.shop-shell .product-fabric .fabric-label{color:var(--ink-dim);font-weight:600}.shop-shell .product-fabric .fabric-name{color:var(--gold-bronze);font-weight:700}.shop-shell .btn-add{display:inline-flex;align-items:center;gap:.5rem;border:none;background:var(--ink-band);color:var(--cream);font-family:inherit;font-size:.9rem;font-weight:700;padding:.75rem 1.3rem;border-radius:10px;cursor:pointer;margin-top:auto;transition:background .25s ease,transform .2s ease}.shop-shell .btn-add svg{width:15px;height:15px}.shop-shell .btn-add:hover{background:var(--gold);transform:translateY(-1px)}.shop-shell .btn-add.loading{opacity:.7;pointer-events:none}.shop-shell .btn-add:disabled{cursor:not-allowed}.shop-shell .catalog-toast{position:fixed;bottom:84px;left:50%;transform:translate(-50%);background:var(--ink-band);color:var(--cream);padding:.75rem 1.4rem;border-radius:999px;font-size:.88rem;font-weight:600;box-shadow:0 16px 40px -16px var(--shadow);z-index:300;animation:toast-in .3s ease}.shop-shell .catalog-toast.success{background:#067647}.shop-shell .catalog-toast.error{background:#b91c1c}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media (min-width: 721px){.shop-shell .catalog-toast{bottom:32px}}.product-image{position:relative}.card-share{position:absolute;top:10px;inset-inline-end:10px;width:36px;height:36px;display:grid;place-items:center;background:#ffffffeb;color:var(--ink);border:none;border-radius:999px;cursor:pointer;box-shadow:0 6px 16px -6px #00000059;transition:background .15s,transform .15s}.card-share svg{width:17px;height:17px}.card-share:hover{background:var(--gold);transform:translateY(-1px)}.product-title-link{color:inherit;text-decoration:none}.product-title-link:hover{color:var(--gold-bronze)}.product-desc{color:var(--ink-dim);font-size:.85rem;line-height:1.55;margin:2px 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-page{max-width:1100px;margin:0 auto;padding:18px 16px 60px}.pd-back{background:none;border:none;color:var(--ink-dim);font-size:.95rem;cursor:pointer;padding:6px 2px;margin-bottom:8px}.pd-back:hover{color:var(--gold-bronze)}.pd-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:32px;align-items:start}@media (max-width: 860px){.pd-grid{grid-template-columns:1fr;gap:20px}}.pd-gallery{position:sticky;top:84px}@media (max-width: 860px){.pd-gallery{position:static}}.pd-main{position:relative;aspect-ratio:4/5;border-radius:18px;overflow:hidden;background:var(--bg-alt);border:1px solid var(--line, rgba(0, 0, 0, .08))}.pd-main img{width:100%;height:100%;object-fit:cover;display:block}.pd-noimg{width:100%;height:100%;display:grid;place-items:center;color:var(--ink-dim-2);font-size:.9rem}.pd-chip{position:absolute;top:12px;inset-inline-start:12px;background:var(--ink-band);color:var(--cream);font-size:.72rem;font-weight:700;padding:5px 10px;border-radius:999px}.pd-thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.pd-thumb{width:62px;height:76px;border-radius:12px;overflow:hidden;border:2px solid transparent;background:var(--bg-alt);cursor:pointer;padding:0}.pd-thumb img{width:100%;height:100%;object-fit:cover}.pd-thumb.is-active{border-color:var(--gold)}.pd-info{display:flex;flex-direction:column;gap:14px}.pd-title{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--ink);line-height:1.25;margin:0}.pd-price{display:flex;align-items:center;gap:6px}.pd-price .riyal-icon{width:20px;height:20px;object-fit:contain}.pd-price strong{font-size:1.5rem;font-weight:800;color:var(--gold-bronze)}.pd-old{text-decoration:line-through;color:var(--ink-dim-2);font-size:1rem;font-weight:600;margin-inline-start:6px}.pd-price-req{font-size:1.15rem;font-weight:800;color:var(--gold-bronze)}.pd-short{color:var(--ink-dim);line-height:1.7;font-size:.98rem;margin:0}.pd-fabric{display:flex;gap:8px;align-items:baseline;padding:10px 12px;background:var(--bg-alt);border-radius:12px}.pd-fabric .pd-fabric-label{font-size:.8rem;color:var(--ink-dim-2);font-weight:700}.pd-fabric .pd-fabric-name{font-weight:700;color:var(--ink)}.pd-addon-pkg{display:flex;flex-direction:column;gap:14px;margin-bottom:4px}.pd-addon-pkg-title{font-weight:700;font-size:.9rem;color:var(--gold-dark, #b8862a);padding-bottom:6px;border-bottom:2px solid var(--gold, #c5a059);margin-bottom:2px}.pd-addon-group{display:flex;flex-direction:column;gap:8px}.pd-addon-head{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--ink);font-size:.98rem}.pd-addon-req{font-style:normal;font-size:.72rem;font-weight:700;color:var(--gold-bronze);background:#c49a471f;padding:2px 8px;border-radius:999px}.pd-addon-opts{display:flex;flex-wrap:wrap;gap:10px}.pd-addon-opt{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:92px;padding:10px 12px;border:1.5px solid var(--line, rgba(0, 0, 0, .12));border-radius:14px;background:var(--cream);cursor:pointer;transition:border-color .15s,background .15s,transform .15s;font-family:inherit}.pd-addon-opt img{width:56px;height:56px;object-fit:cover;border-radius:10px}.pd-addon-opt:hover{transform:translateY(-1px);border-color:var(--gold)}.pd-addon-opt.is-on{border-color:var(--gold-bronze);background:#c49a4714;box-shadow:0 0 0 1px var(--gold-bronze) inset}.pd-addon-name{font-weight:700;color:var(--ink);font-size:.9rem}.pd-addon-price{font-size:.8rem;font-weight:700;color:var(--gold-bronze)}.pd-notes{display:flex;flex-direction:column;gap:6px}.pd-notes label{font-weight:700;color:var(--ink);font-size:.9rem}.pd-notes textarea{width:100%;resize:vertical;font-family:inherit;font-size:.95rem;color:var(--ink);padding:10px 12px;border:1px solid var(--line, rgba(0, 0, 0, .12));border-radius:12px;background:var(--cream)}.pd-notes textarea:focus{outline:none;border-color:var(--gold)}.pd-addon-total{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--bg-alt);border-radius:12px;font-weight:700;color:var(--ink)}.pd-addon-total strong{display:inline-flex;align-items:center;gap:4px;font-size:1.2rem;color:var(--gold-bronze)}.pd-qty{display:flex;align-items:center;gap:14px;font-weight:700;color:var(--ink)}.pd-stepper{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line, rgba(0, 0, 0, .12));border-radius:999px;padding:4px}.pd-stepper button{width:34px;height:34px;border:none;background:var(--bg-alt);border-radius:999px;font-size:1.2rem;cursor:pointer;color:var(--ink)}.pd-stepper button:hover{background:var(--gold)}.pd-stepper b{min-width:34px;text-align:center;font-size:1.05rem}.pd-actions{display:flex;gap:10px;margin-top:4px}.pd-add{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ink-band);color:var(--cream);border:none;border-radius:14px;padding:15px 18px;font-size:1.02rem;font-weight:800;cursor:pointer;transition:background .15s,transform .15s}.pd-add:hover:not(:disabled){background:var(--gold);transform:translateY(-1px)}.pd-add.loading,.pd-add:disabled{opacity:.7;cursor:default}.pd-share{display:inline-flex;align-items:center;gap:7px;background:var(--cream);color:var(--ink);border:1.5px solid var(--gold);border-radius:14px;padding:15px 18px;font-size:1rem;font-weight:800;cursor:pointer;transition:background .15s,transform .15s}.pd-share svg{width:18px;height:18px}.pd-share:hover{background:var(--gold);transform:translateY(-1px)}.pd-copy{align-self:flex-start;background:none;border:none;color:var(--ink-dim);font-size:.85rem;cursor:pointer;padding:2px;text-decoration:underline}.pd-copy:hover{color:var(--gold-bronze)}.pd-desc{margin-top:8px;padding-top:14px;border-top:1px solid var(--line, rgba(0, 0, 0, .08))}.pd-desc h3{font-size:1.05rem;font-weight:800;color:var(--ink);margin:0 0 8px}.pd-desc p{color:var(--ink-dim);line-height:1.85;white-space:pre-wrap;margin:0}.pd-brand{display:flex;align-items:center;gap:14px;margin-top:10px;padding:14px 16px;border-radius:16px;text-decoration:none;background:linear-gradient(120deg,rgba(196,154,71,.16),var(--bg-alt));border:1px solid var(--gold);transition:transform .15s,box-shadow .15s}.pd-brand:hover{transform:translateY(-1px);box-shadow:0 14px 34px -18px var(--shadow, rgba(0, 0, 0, .4))}.pd-brand-mark{flex:none;display:grid;place-items:center;width:54px;height:54px;border-radius:14px;background:var(--ink-band);color:var(--cream);font-weight:900;font-size:1.05rem;letter-spacing:.5px}.pd-brand-txt{display:flex;flex-direction:column;gap:2px;flex:1}.pd-brand-txt b{color:var(--ink);font-size:1rem;font-weight:800}.pd-brand-txt small{color:var(--ink-dim);font-size:.82rem}.pd-brand-go{color:var(--gold-bronze);font-size:1.5rem;font-weight:800}.pd-video{margin-top:12px;padding-top:14px;border-top:1px solid var(--line, rgba(0, 0, 0, .08))}.pd-video h3{font-size:1.05rem;font-weight:800;color:var(--ink);margin:0 0 10px}.pd-video iframe,.pd-video video{width:100%;aspect-ratio:16/9;border:none;border-radius:14px;background:#000;display:block}.pd-video iframe.pd-video-vertical{max-width:340px;margin-inline:auto;aspect-ratio:9/16}.pd-video-link{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:800;background:var(--ink-band);color:var(--cream)}.pd-video-link:hover{background:var(--gold)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.shop-shell .cart-page{padding:clamp(2.25rem,1.5vh,3.25rem) 1vw;margin:0 1rem}.shop-shell .section-head{text-align:center;margin-bottom:1.75rem}.shop-shell .empty-state{max-width:480px;margin:1rem auto 0}.shop-shell .btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:inherit;font-weight:600;font-size:clamp(.86rem,1.3vw,1rem);padding:.85em 1.7em;border-radius:2px;border:1px solid var(--gold);cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .3s ease,color .3s ease,transform .2s ease,box-shadow .3s ease,border-color .3s ease}.shop-shell .btn-ghost svg{width:16px;height:16px;flex:none;transform:scaleX(-1)}.shop-shell .btn-ghost{background:transparent;color:var(--gold)}.shop-shell .btn-ghost:hover{background:#c49a471a;transform:translateY(-2px)}.shop-shell .order-success{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .order-success:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .order-success{max-width:480px;margin:clamp(1.5rem,6vh,3rem) auto 0;padding:clamp(2.25rem,6vw,3rem) clamp(1.75rem,5vw,2.5rem);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.7rem;overflow:hidden;animation:success-pop .5s cubic-bezier(.2,.9,.3,1.3)}.shop-shell .order-success:hover{transform:none}.shop-shell .order-success h1{font-size:1.35rem;font-weight:700;color:var(--ink)}.shop-shell .order-success p{font-size:.92rem;color:var(--ink-dim);max-width:340px;line-height:1.7}.shop-shell .success-badge{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--gold) 14%,transparent);color:var(--gold);margin-bottom:.3rem;animation:success-ring .6s ease-out .1s both}.shop-shell .success-badge svg{width:36px;height:36px}.shop-shell .success-badge .check-path{stroke-dasharray:24;stroke-dashoffset:24;animation:success-check .4s ease-out .35s forwards}.shop-shell .success-meta{display:flex;align-items:center;gap:.7rem;margin-top:.4rem;padding:.7rem 1.1rem;background:var(--bg-alt);border-radius:10px;font-size:.8rem;color:var(--ink-dim)}.shop-shell .success-meta strong{color:var(--ink);font-weight:700}.shop-shell .success-meta .divider{width:1px;height:14px;background:var(--line)}.shop-shell .success-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:.6rem;width:100%}.shop-shell .success-actions .btn{flex:1 1 auto}.shop-shell .cart-layout{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start;max-width:1100px;margin:0 auto}@media (max-width: 860px){.shop-shell .cart-layout{grid-template-columns:1fr}}.shop-shell .cart-main,.shop-shell .cart-items{display:flex;flex-direction:column;gap:1rem}.shop-shell .cart-item{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .cart-item:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .cart-item{display:flex;gap:1rem;padding:1.1rem}.shop-shell .cart-item:hover{transform:none}.shop-shell .delete-btn{position:absolute;top:.7rem;inset-inline-start:.7rem;width:30px;height:30px;border-radius:8px;border:none;background:#b3492a1a;color:#b3492a;display:grid;place-items:center;cursor:pointer;transition:background .2s ease}.shop-shell .delete-btn svg{width:15px;height:15px}.shop-shell .delete-btn:hover{background:#b3492a2e}.shop-shell .item-image{flex:0 0 100px;width:100px;height:120px;border-radius:8px;overflow:hidden;background:var(--bg-alt)}.shop-shell .item-image img{width:100%;height:100%;object-fit:cover}.shop-shell .item-body{flex:1;display:flex;flex-direction:column;gap:.5rem;padding-inline-start:.5rem}.shop-shell .item-body h3{font-size:1rem;font-weight:700;color:var(--ink)}.shop-shell .item-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;font-size:.85rem}.shop-shell .price{color:var(--ink-dim)}.shop-shell .price strong{color:var(--ink);font-size:1.1rem;font-weight:800}.shop-shell .price .qty{color:var(--ink-dim);font-size:.85rem;margin-inline-start:.3rem}.shop-shell .delivery-date{font-size:.78rem;color:var(--gold-dark);background:var(--accent-gold-light);padding:.2rem .5rem;border-radius:4px}.shop-shell .fabric-info{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.8rem}.shop-shell .fabric-info .fabric-label{color:var(--ink-dim)}.shop-shell .fabric-info .fabric-name{color:var(--ink);font-weight:600}.shop-shell .fabric-included-tag{display:inline-block;background:var(--gold);color:var(--ink);font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:999px}.shop-shell .measurement-ok{color:#067647;font-weight:600;font-size:.85rem}.shop-shell .measurement-block{margin-top:.3rem}.shop-shell .measurement-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.04em;color:var(--ink-dim-2);text-transform:uppercase;margin-bottom:.4rem}.shop-shell .measurement-select{width:100%;max-width:280px;background:var(--bg);border:1px solid var(--border-subtle);color:var(--ink);font-family:inherit;font-size:.92rem;padding:.55rem .8rem;border-radius:6px;outline:none}.shop-shell .measurement-select:focus{border-color:var(--accent-gold-border)}.shop-shell .no-measurement-banner{display:flex;align-items:flex-start;gap:.6rem;background:var(--accent-gold-light);border:1px solid var(--accent-gold-border);border-radius:8px;padding:.7rem .85rem}.shop-shell .no-measurement-banner svg{width:18px;height:18px;flex:none;color:var(--gold);margin-top:2px}.shop-shell .no-measurement-banner strong{display:block;font-size:.85rem;color:var(--ink)}.shop-shell .no-measurement-banner p{font-size:.78rem;color:var(--ink-dim);margin-top:.15rem;line-height:1.5}.shop-shell .info-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .info-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .info-card{padding:1.1rem 1.2rem;display:flex;flex-direction:column;gap:.6rem}.shop-shell .info-card:hover{transform:none}.shop-shell .info-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;color:var(--ink-dim-2);text-transform:uppercase}.shop-shell .placeholder-text{font-size:.9rem;color:var(--ink-dim)}.shop-shell .radio-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.7rem .9rem;border:1.5px solid var(--line);border-radius:8px;font-size:.9rem;font-weight:600;color:var(--ink-dim);cursor:pointer;transition:border-color .2s ease}.shop-shell .radio-row input{accent-color:var(--gold)}.shop-shell .radio-row.selected{border-color:var(--gold);color:var(--ink)}.shop-shell .payment-title{display:flex;align-items:center;justify-content:space-between}.shop-shell .payment-title svg{width:15px;height:15px;color:var(--gold)}.shop-shell .payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.shop-shell .payment-card{position:relative;display:flex;align-items:center;justify-content:center;padding:.9rem 2.2rem;border:1.5px solid var(--line);border-radius:8px;cursor:pointer;transition:border-color .2s ease;min-height:52px}.shop-shell .payment-card input{position:absolute;inset-inline-start:.9rem;top:50%;transform:translateY(-50%);accent-color:var(--gold)}.shop-shell .payment-card.selected{border-color:var(--gold)}.shop-shell .payment-brand{display:flex;align-items:center;gap:.4rem;font-weight:700;color:var(--ink)}.shop-shell .brand-mada{flex-direction:column;gap:.1rem;align-items:center}.shop-shell .brand-mada-ar{font-size:.95rem}.shop-shell .brand-mada-en{font-size:.7rem;font-weight:600;color:var(--ink-dim-2);letter-spacing:.02em}.shop-shell .brand-visa{gap:.5rem}.shop-shell .brand-visa-dots{display:inline-flex}.shop-shell .brand-visa-dots span{width:16px;height:16px;border-radius:50%}.shop-shell .brand-visa-dots span:first-child{background:#eb001b;margin-inline-end:-6px}.shop-shell .brand-visa-dots span:last-child{background:#f79e1b;mix-blend-mode:multiply}.shop-shell .brand-visa-text{font-style:italic;font-size:1.1rem;letter-spacing:.02em}.shop-shell .brand-tabby{background:#3dd598;color:#fff;font-size:.95rem;font-weight:800;padding:.3em .9em;border-radius:999px}.shop-shell .brand-apple-pay svg{width:17px;height:17px}.shop-shell .brand-apple-pay span{font-size:1rem;font-weight:700}.shop-shell .brand-amkan{font-size:.95rem}.shop-shell .brand-tamara{color:#eb2f96;font-style:italic;font-size:1rem}.shop-shell .brand-cod{font-size:.85rem}.shop-shell .policy-check{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.5;color:var(--ink);cursor:pointer;margin-top:.75rem;padding:.7rem .85rem;border:1.5px solid var(--line, rgba(0, 0, 0, .12));border-radius:12px;background:var(--bg-alt, #faf7ef);transition:border-color .15s,background .15s}.shop-shell .policy-check input{accent-color:var(--gold);flex:none;width:20px;height:20px;margin-top:1px;cursor:pointer}.shop-shell .policy-check a{color:var(--gold-bronze, #8a6d1f);font-weight:700;text-decoration:underline}.shop-shell .policy-check-required{border-color:var(--gold, #c8a24a);background:#c49a4714}.shop-shell .free-tag{margin-inline-end:auto;font-size:.75rem;font-weight:700;color:var(--gold)}.shop-shell .add-measurement-link{font-size:.85rem;font-weight:600;color:var(--gold);text-decoration:none;align-self:flex-start;background:none;border:none;cursor:pointer;padding:0}.shop-shell .add-measurement-link:hover{text-decoration:underline}.shop-shell .location-list{display:flex;flex-direction:column;gap:.6rem}.shop-shell .location-row{align-items:center}.shop-shell .location-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.shop-shell .location-info strong{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.shop-shell .location-info span{font-size:.78rem;color:var(--ink-dim-2);font-weight:400}.shop-shell .summary-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .summary-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .summary-card{padding:1.4rem;display:flex;flex-direction:column;gap:.7rem;position:sticky;top:5.5rem}.shop-shell .summary-card:hover{transform:none}.shop-shell .summary-card h2{font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:.3rem}.shop-shell .summary-total{display:flex;align-items:center;justify-content:space-between;padding-top:.7rem;margin-top:.3rem;border-top:1px dashed var(--line);font-size:.95rem;font-weight:700;color:var(--ink)}.shop-shell .summary-total strong{font-size:1.15rem}.shop-shell .summary-count{font-size:.78rem;color:var(--ink-dim-2);margin-bottom:.5rem}.shop-shell .summary-rows{display:flex;flex-direction:column;gap:.4rem;padding:.6rem 0;border-top:1px solid var(--line)}.shop-shell .summary-row{display:flex;justify-content:space-between;font-size:.85rem;color:var(--ink-dim)}.shop-shell .summary-row.discount{color:#067647}.shop-shell .gate-banner{font-size:.8rem;color:#9a5b1f;background:var(--accent-gold-light);border:1px solid var(--accent-gold-border);border-radius:8px;padding:.6rem .8rem;text-align:center}.shop-shell .btn-checkout{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:inherit;font-weight:600;font-size:clamp(.86rem,1.3vw,1rem);padding:.85em 1.7em;border-radius:2px;border:1px solid var(--gold);cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .3s ease,color .3s ease,transform .2s ease,box-shadow .3s ease,border-color .3s ease}.shop-shell .btn-checkout svg{width:16px;height:16px;flex:none;transform:scaleX(-1)}.shop-shell .btn-checkout{background:var(--gold);color:var(--cream)}.shop-shell .btn-checkout:hover{background:var(--gold-bronze);border-color:var(--gold-bronze);box-shadow:0 10px 28px -8px #c49a478c;transform:translateY(-2px)}.shop-shell .btn-checkout:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.shop-shell .btn-checkout{justify-content:center;border:none;width:100%;margin-top:.3rem}.shop-shell .secure-note{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.75rem;color:var(--ink-dim-2)}.shop-shell .secure-note svg{width:13px;height:13px}@keyframes success-pop{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes success-ring{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}@keyframes success-check{to{stroke-dashoffset:0}}.shop-shell .reorder-page{padding:clamp(2.25rem,1.5vh,3.25rem) 1vw;max-width:720px;margin:0 auto}.shop-shell .riyal-icon{height:.82em;width:auto;display:inline-block;vertical-align:-.06em;margin-inline-end:.2em}.shop-shell .empty-state{margin-top:2rem}.shop-shell .btn-primary{margin-top:.5rem}.shop-shell .orders-err{margin-top:1rem;text-align:center;color:#b3492a;font-size:.88rem}.shop-shell .orders-list{display:flex;flex-direction:column;gap:1.1rem;margin-top:2rem}.shop-shell .order-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .order-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .order-card{padding:1.2rem 1.3rem}.shop-shell .order-card:hover{transform:none}.shop-shell .order-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:.8rem;margin-bottom:.8rem;border-bottom:1px solid var(--line)}.shop-shell .order-date{font-size:.85rem;color:var(--ink-dim)}.shop-shell .order-total{font-size:.95rem;font-weight:700;color:var(--ink)}.shop-shell .order-items{display:flex;flex-direction:column;gap:.6rem}.shop-shell .order-item-row{display:flex;align-items:center;gap:.7rem}.shop-shell .item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.shop-shell .item-name{font-size:.88rem;font-weight:600;color:var(--ink)}.shop-shell .item-measurement{font-size:.74rem;color:var(--ink-dim-2)}.shop-shell .item-qty{flex:none;font-size:.8rem;color:var(--ink-dim-2)}.shop-shell .item-status{flex:none;font-size:.72rem;font-weight:700;padding:.3em .75em;border-radius:999px}.shop-shell .item-status.done{color:#1a7a4c;background:#1a7a4c1a}.shop-shell .item-status.progress{color:var(--gold-bronze);background:#c49a471f}.shop-shell .btn-reorder{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:1rem;padding:.7rem;border:1.5px solid var(--gold);border-radius:8px;background:transparent;color:var(--gold);font-family:inherit;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s ease}.shop-shell .btn-reorder svg{width:15px;height:15px}.shop-shell .btn-reorder:hover{background:#c49a4714}.shop-shell .btn-reorder:disabled{opacity:.6;cursor:not-allowed}.order-item-clickable{width:100%;text-align:inherit;background:none;border:none;cursor:pointer;padding:8px;margin:-8px 0;border-radius:10px;transition:background .15s;font:inherit;color:inherit;display:flex;align-items:center;gap:10px}.order-item-clickable:hover:not(:disabled){background:var(--bg-alt, #faf7ef)}.order-item-clickable:disabled{opacity:.6;cursor:default}.shop-shell .rep-page{padding:clamp(2.25rem,1.5vh,3.25rem) 1vw;max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:1.1rem}.shop-shell .rep-page input{width:100%;background:var(--bg);border:1px solid var(--border-subtle);color:var(--ink);font-family:inherit;font-size:.95rem;padding:.7rem .9rem;border-radius:8px;outline:none;transition:border-color .3s ease}.shop-shell .rep-page input::placeholder{color:var(--ink-dim-2)}.shop-shell .rep-page input:focus{border-color:var(--accent-gold-border)}.shop-shell .section-head{text-align:center;max-width:640px;margin:0 auto clamp(.6rem,1.4vh,.9rem);display:flex;flex-direction:column;align-items:center;gap:.7rem;margin-inline:auto;margin-bottom:.6rem}.shop-shell .section-sub{font-size:1rem;font-weight:300;color:var(--ink-dim);max-width:480px;margin-inline:auto}.shop-shell .booking-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .booking-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .booking-card{padding:clamp(1.2rem,3vw,1.6rem);display:flex;flex-direction:column;gap:.7rem}.shop-shell .booking-card:hover{transform:none}.shop-shell .card-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;color:var(--gold);text-transform:uppercase}.shop-shell .search-row{position:relative}.shop-shell .search-row .search-icon{position:absolute;top:50%;inset-inline-start:.8rem;transform:translateY(-50%);width:16px;height:16px;color:var(--ink-dim-2)}.shop-shell .search-row input{padding-inline-start:2.4rem}.shop-shell .search-results{list-style:none;margin:-.3rem 0 0;padding:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;max-height:200px;overflow-y:auto}.shop-shell .search-results li{padding:.65rem .9rem;font-size:.85rem;color:var(--ink-dim);cursor:pointer;border-bottom:1px solid var(--line)}.shop-shell .search-results li:last-child{border-bottom:none}.shop-shell .search-results li:hover{background:var(--accent-gold-light);color:var(--ink)}.shop-shell .use-location-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;color:var(--gold);font-family:inherit;font-size:.85rem;font-weight:700;cursor:pointer;padding:.2rem 0}.shop-shell .use-location-btn svg{width:15px;height:15px}.shop-shell .use-location-btn:hover{text-decoration:underline}.shop-shell .use-location-btn:disabled{opacity:.6;cursor:not-allowed}.shop-shell .map-host{height:260px;border-radius:10px;overflow:hidden;border:1px solid var(--line)}.shop-shell .surbah-map-pin{background:transparent!important;border:none!important}.shop-shell .leaflet-container{font-family:inherit}.shop-shell .map-hint{font-size:.76rem;color:var(--ink-dim-2);text-align:center}.shop-shell .form-note{font-size:.85rem;margin:0;color:var(--ink-dim)}.shop-shell .form-note.err{color:#b3492a}.shop-shell .expect-card{display:flex;gap:.8rem;background:var(--accent-gold-light);border:1px solid var(--accent-gold-border);border-radius:10px;padding:1.1rem 1.2rem}.shop-shell .expect-card svg{width:22px;height:22px;flex:none;color:var(--gold);margin-top:2px}.shop-shell .expect-card strong{display:block;font-size:.92rem;color:var(--ink);margin-bottom:.4rem}.shop-shell .expect-card ul{list-style:disc;padding-inline-start:1.1rem;display:flex;flex-direction:column;gap:.25rem}.shop-shell .expect-card li{font-size:.83rem;color:var(--ink-dim);line-height:1.5}.shop-shell .btn-block{width:100%;justify-content:center}.shop-shell .delegates-list{display:flex;flex-direction:column;gap:.8rem}.shop-shell .delegate-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .delegate-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .delegate-card{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem}.shop-shell .delegate-card:hover{transform:none}.shop-shell .delegate-avatar{width:42px;height:42px;flex:none;border-radius:50%;background:var(--ink-band);color:var(--cream);display:grid;place-items:center}.shop-shell .delegate-avatar svg{width:20px;height:20px}.shop-shell .delegate-info{flex:1;display:flex;flex-direction:column;gap:.15rem}.shop-shell .delegate-info strong{font-size:.94rem;color:var(--ink)}.shop-shell .delegate-info span{font-size:.78rem;color:var(--ink-dim-2)}.shop-shell .delegate-call{flex:none;width:38px;height:38px;border-radius:9px;border:1.5px solid var(--line);background:var(--surface);color:var(--gold);display:grid;place-items:center;text-decoration:none}.shop-shell .delegate-call svg{width:16px;height:16px}.shop-shell .delegate-call:hover{border-color:var(--gold)}.shop-shell .mm-notes{width:100%;resize:vertical;font-family:inherit;font-size:.95rem;color:var(--ink);padding:.7rem .9rem;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.shop-shell .mm-notes:focus{outline:none;border-color:var(--gold)}.shop-shell .mm-track{align-items:stretch;text-align:start}.shop-shell .mm-track-status{font-size:1.15rem;font-weight:800;color:var(--gold-bronze, #b08c46);text-align:center;padding:.6rem 0;border-bottom:1px solid var(--line);margin-bottom:.4rem}.shop-shell .mm-track-status.done{color:#1a7a4c}.shop-shell .mm-track-status.warn{color:#b3492a}.shop-shell .mm-track-master{font-size:.95rem;font-weight:700;color:var(--ink);margin:.3rem 0}.shop-shell .mm-steps{list-style:none;margin:.6rem 0;padding:0;display:flex;flex-direction:column;gap:0}.shop-shell .mm-steps li{display:flex;align-items:center;gap:.7rem;font-size:.9rem;color:var(--ink-dim);padding:.32rem 0;position:relative}.shop-shell .mm-steps li .mm-dot{width:12px;height:12px;border-radius:50%;background:var(--line);border:2px solid var(--line);flex:none}.shop-shell .mm-steps li.past{color:var(--ink)}.shop-shell .mm-steps li.past .mm-dot{background:var(--gold);border-color:var(--gold)}.shop-shell .mm-steps li.current{color:var(--ink);font-weight:800}.shop-shell .mm-steps li.current .mm-dot{background:var(--gold-bronze, #b08c46);border-color:var(--gold-bronze, #b08c46);box-shadow:0 0 0 4px #c49a472e}.shop-shell .mm-steps li:not(:last-child) .mm-dot:after{content:"";position:absolute;inline-size:2px;block-size:.9rem;background:var(--line);inset-block-start:1.35rem;inset-inline-start:5px}.shop-shell .mm-track-log{margin-top:.6rem;border-top:1px solid var(--line);padding-top:.5rem}.shop-shell .mm-log-row{display:flex;justify-content:space-between;font-size:.78rem;color:var(--ink-dim);padding:.2rem 0}.shop-shell .mm-log-time{color:var(--ink-dim-2, #999)}.shop-shell .mm-track-actions{max-width:720px;margin:1rem auto 0}.shop-shell .profile-page{padding:clamp(2.25rem,1.5vh,3.25rem) 1vw;max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:1.3rem}.shop-shell .profile-back{align-self:flex-start;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .9rem .5rem .7rem;border:1px solid var(--hairline, rgba(0, 0, 0, .1));border-radius:999px;background:var(--surface);color:var(--ink-dim);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:color .2s ease,border-color .2s ease}.shop-shell .profile-back .back-chevron{width:16px;height:16px;transform:scaleX(-1)}.shop-shell .profile-back:hover{color:var(--ink)}.shop-shell .section-head{text-align:center;max-width:640px;margin:0 auto clamp(.6rem,1.4vh,.9rem);display:flex;flex-direction:column;align-items:center;gap:.7rem;margin-inline:auto}.shop-shell .kicker{font-size:.85rem;font-weight:700;letter-spacing:.15em;color:var(--gold);text-transform:uppercase}.shop-shell .section-title{font-size:clamp(1.4rem,2vh + 1vw,2rem);font-weight:700;color:var(--ink)}.shop-shell .empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:clamp(2.75rem,7vw,4.5rem) 1.5rem;border:1.5px dashed var(--line);border-radius:16px;background:var(--surface)}.shop-shell .empty-state svg{width:44px;height:44px;color:var(--gold);stroke-width:1.4}.shop-shell .empty-state h2{font-size:1.2rem;font-weight:700;color:var(--ink)}.shop-shell .empty-state p{font-size:.95rem;font-weight:300;line-height:1.7;color:var(--ink-dim);max-width:420px}.shop-shell .empty-state.small{padding:clamp(1.6rem,4vw,2.2rem)}.shop-shell .empty-state.small svg{width:34px;height:34px}.shop-shell .empty-state.small h2{font-size:1rem}.shop-shell .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:inherit;font-weight:600;font-size:clamp(.86rem,1.3vw,1rem);padding:.85em 1.7em;border-radius:2px;border:1px solid var(--gold);cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .3s ease,color .3s ease,transform .2s ease,box-shadow .3s ease,border-color .3s ease}.shop-shell .btn-primary svg{width:16px;height:16px;flex:none;transform:scaleX(-1)}.shop-shell .btn-primary{background:var(--gold);color:var(--cream)}.shop-shell .btn-primary:hover{background:var(--gold-bronze);border-color:var(--gold-bronze);box-shadow:0 10px 28px -8px #c49a478c;transform:translateY(-2px)}.shop-shell .btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.shop-shell .btn-primary{margin-top:.3rem}.shop-shell .profile-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .profile-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .profile-card{display:flex;align-items:center;gap:1rem;padding:1.3rem}.shop-shell .profile-card:hover{transform:none}.shop-shell .avatar{flex:none;width:56px;height:56px;border-radius:50%;background:var(--ink-band);color:var(--cream);font-size:1.4rem;font-weight:700;display:grid;place-items:center;direction:ltr}.shop-shell .profile-info h2{font-size:1.1rem;font-weight:700;color:var(--ink)}.shop-shell .phone{font-size:.85rem;color:var(--ink-dim)}.shop-shell .profile-tabs{display:flex;gap:.4rem;background:var(--surface);border:1px solid var(--hairline, rgba(0, 0, 0, .08));border-radius:14px;padding:.35rem}.shop-shell .profile-tab{flex:1;padding:.72rem .6rem;border:none;border-radius:10px;background:transparent;font-family:inherit;font-size:.92rem;font-weight:600;color:var(--ink-dim);cursor:pointer;transition:background .2s ease,color .2s ease}.shop-shell .profile-tab:hover{color:var(--ink)}.shop-shell .profile-tab.active{background:var(--ink-band);color:var(--cream)}.shop-shell .section-block{display:flex;flex-direction:column;gap:.7rem}.shop-shell .block-head h3{font-size:.95rem;font-weight:700;color:var(--ink)}.shop-shell .measurements-list{display:flex;flex-direction:column;gap:.6rem}.shop-shell .measurement-row{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .measurement-row:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .measurement-row{padding:.9rem 1.1rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.shop-shell .measurement-row:hover{transform:none}.shop-shell .measurement-row strong{display:flex;align-items:center;gap:.5rem;font-size:.92rem;color:var(--ink)}.shop-shell .row-main{min-width:0;display:flex;flex-direction:column;gap:.2rem}.shop-shell .default-badge{font-size:.66rem;font-weight:700;color:var(--gold);background:#c49a471f;border-radius:999px;padding:.2em .7em}.shop-shell .measurement-meta{font-size:.76rem;color:var(--ink-dim-2)}.shop-shell .reorder-btn{flex:none;display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .95rem;border:1px solid var(--ink-band);border-radius:10px;background:var(--ink-band);color:var(--cream);font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.shop-shell .reorder-btn svg{width:15px;height:15px}.shop-shell .reorder-btn:hover{opacity:.88}.shop-shell .reorder-btn:disabled{opacity:.55;cursor:default}.shop-shell .profile-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:9999;background:var(--ink-band);color:var(--cream);padding:.85rem 1.4rem;border-radius:12px;font-size:.85rem;font-weight:600;box-shadow:0 10px 30px #00000040}.shop-shell .quick-links{display:flex;flex-direction:column;gap:.5rem}.shop-shell .quick-links a{background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 36px -22px var(--shadow);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.shop-shell .quick-links a:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 22px 44px -20px var(--shadow)}.shop-shell .quick-links a{padding:.85rem 1.1rem;font-size:.9rem;font-weight:600;color:var(--ink);text-decoration:none}.shop-shell .quick-links a:hover{transform:none}.shop-shell .logout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem;background:var(--surface);color:var(--ink-dim);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:color .2s ease,border-color .2s ease}.shop-shell .logout-btn svg{width:16px;height:16px;transform:scaleX(-1)}.shop-shell .logout-btn:hover{color:#b3492a}:root{--bg: #ffffff;--bg-cream: #fbf9f4;--bg-alt: #f5f4f1;--ink: #0f0f0f;--ink-soft: #1a1a1a;--ink-dim: #6b6b6b;--line: #e6e4df;--surface: #ffffff;--gold: #c5a059;--gold-dark: #b08c46;--gold-light: #fefce8;--gold-hair: color-mix(in srgb, var(--gold) 40%, transparent);--shadow-sm: 0 1px 2px rgba(15, 15, 15, .04);--shadow-md: 0 8px 30px rgba(15, 15, 15, .08);--shadow-lg: 0 20px 60px rgba(15, 15, 15, .12);--radius: 2px;--radius-lg: 4px;--container: 1240px;--header-h: 72px;--ease: cubic-bezier(.22, 1, .36, 1);--font: "IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: "Tajawal", var(--font)}.hero-title,.section-head h2,.account-title,.cta-band h2,.login-head h1{font-family:var(--font-display);font-weight:800;letter-spacing:0}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 30px;font-size:15px;font-weight:600;border-radius:var(--radius);transition:all .25s var(--ease);white-space:nowrap;border:1px solid transparent}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{background:#000;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-outline:hover{background:var(--ink);color:#fff}.btn-ghost{padding:10px 18px;color:var(--ink)}.btn-ghost:hover{color:var(--gold-dark)}.header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}.header-inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand-logo{width:auto;border-radius:var(--radius);display:block}.hero-logo{mix-blend-mode:lighten;filter:drop-shadow(0 2px 10px rgba(0,0,0,.4))}.brand-mark{width:40px;height:40px;background:#000;color:#fff;display:grid;place-items:center;font-weight:700;font-size:20px;border-radius:var(--radius)}.brand-name{display:flex;flex-direction:column;line-height:1.1}.brand-name b{font-size:19px;font-weight:700;letter-spacing:.02em}.brand-name span{font-size:10px;letter-spacing:.28em;color:var(--ink-dim)}.nav{display:flex;align-items:center;gap:30px}.nav a{font-size:15px;font-weight:500;color:var(--ink-soft);position:relative;padding:6px 0;transition:color .2s}.nav a:after{content:"";position:absolute;bottom:0;right:0;left:0;height:1.5px;background:var(--gold);transform:scaleX(0);transform-origin:right;transition:transform .3s var(--ease)}.nav a:hover{color:var(--ink)}.nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:8px}.lang-btn{min-width:38px;height:42px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius);font-size:13px;font-weight:700;color:var(--ink);letter-spacing:.03em;transition:background .2s,border-color .2s}.lang-btn:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.icon-btn{width:42px;height:42px;display:grid;place-items:center;border-radius:var(--radius);color:var(--ink);transition:background .2s}.icon-btn:hover{background:var(--bg-alt)}.cart-badge{position:relative}.cart-badge span{position:absolute;top:4px;left:4px;min-width:16px;height:16px;padding:0 4px;background:var(--gold-dark);color:#fff;font-size:10px;font-weight:700;border-radius:999px;display:grid;place-items:center}.hero{background:var(--bg-cream);border-bottom:1px solid var(--line);overflow:hidden}.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;min-height:560px;padding:64px 0}.hero-copy{min-width:0}.hero-copy .eyebrow{margin-bottom:20px;display:inline-block}.hero-title{font-size:clamp(34px,5vw,60px);font-weight:700;line-height:1.14;letter-spacing:-.01em;color:var(--ink)}.hero-title .gold{color:var(--gold-dark)}.hero-sub{margin-top:22px;font-size:18px;color:var(--ink-dim);max-width:46ch}.hero-cta{margin-top:36px;display:flex;gap:14px;flex-wrap:wrap}.hero-cta .btn{padding:.6em 1em;border-radius:var(--radius)}.hero-stats{margin-top:46px;display:flex;gap:40px;border-top:1px solid var(--line);padding-top:26px}.hero-stats div b{display:block;font-size:26px;font-weight:700}.hero-stats div span{font-size:13px;color:var(--ink-dim)}.hero-visual{position:relative;aspect-ratio:4 / 5;border-radius:var(--radius-lg);background:linear-gradient(160deg,#1a1a1a,#0f0f0f);color:#fff;overflow:hidden;box-shadow:var(--shadow-lg);display:grid;place-items:center}.hero-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(197,160,89,.28),transparent 55%)}.hero-visual-mark{position:relative;text-align:center}.hero-visual-mark .sig{font-size:120px;font-weight:700;line-height:1;color:#fff;opacity:.96}.hero-visual-mark .cap{margin-top:14px;letter-spacing:.4em;font-size:13px;color:var(--gold)}.hero-badge{position:absolute;bottom:22px;right:22px;left:22px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);padding:14px 18px;display:flex;justify-content:space-between;align-items:center;font-size:14px}.hero-badge b{color:var(--gold)}.features{border-bottom:1px solid var(--line);background:var(--bg)}.features-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.feature{background:var(--bg);padding:28px 24px;display:flex;gap:14px;align-items:flex-start}.feature .ic{color:var(--gold-dark);flex-shrink:0}.feature b{display:block;font-size:15px;font-weight:600}.feature span{font-size:13px;color:var(--ink-dim)}.section{padding:72px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:40px}.section-head h2{font-size:clamp(26px,3.4vw,38px);font-weight:700;letter-spacing:-.01em}.section-head p{color:var(--ink-dim);margin-top:8px;font-size:16px}.section-head .line{flex:1;height:1px;background:var(--line);margin:0 4px 12px}.strengths{background:var(--bg-cream);border-block:1px solid var(--line)}.strengths-head{text-align:center;max-width:640px;margin:0 auto 46px}.strengths-head{max-width:760px}.strengths-head .eyebrow{display:inline-block;margin-bottom:18px;font-size:20px;font-weight:700;letter-spacing:.14em}.strengths-head h2{font-size:clamp(40px,6vw,62px);font-weight:800;line-height:1.15;font-family:var(--font-display);letter-spacing:-.015em}.strengths-head p{color:var(--ink-dim);font-size:20px;margin-top:18px}.strengths-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.strength{text-align:center;padding:30px 18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;gap:10px;transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s}.strength:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:var(--gold-hair)}.strength-ic{width:68px;height:68px;border-radius:999px;background:linear-gradient(160deg,#1a1a1a,#0f0f0f);color:var(--gold);display:grid;place-items:center;margin-bottom:6px;box-shadow:0 8px 20px #0f0f0f24}.strength b{font-size:18px;font-weight:700}.strength span{font-size:14.5px;color:var(--ink-dim);line-height:1.7}@media (max-width: 1024px){.strengths-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 620px){.strengths-grid{grid-template-columns:repeat(2,1fr)}}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cat-card{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-alt);border:1px solid var(--line);display:flex;align-items:flex-end;padding:22px;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.cat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0f0f0fb8,#0f0f0f0d 60%);z-index:1}.cat-card .cat-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .6s var(--ease)}.cat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.cat-card:hover .cat-bg{transform:scale(1.06)}.cat-soon{position:absolute;top:44%;left:50%;transform:translate(-50%,-50%);z-index:3;background:var(--gold);color:#0f0f0f;font-size:19px;font-weight:800;padding:10px 30px;border-radius:999px;letter-spacing:.02em;box-shadow:0 6px 18px #00000059}.cat-info{position:relative;z-index:2;color:#fff}.cat-info b{font-size:20px;font-weight:700}.cat-info span{display:block;font-size:13px;opacity:.85;margin-top:2px}.cat-info .arrow{margin-top:12px;display:inline-flex;width:34px;height:34px;border:1px solid rgba(255,255,255,.4);border-radius:999px;align-items:center;justify-content:center;transition:background .25s,border-color .25s}.cat-card:hover .arrow{background:var(--gold);border-color:var(--gold)}.products{background:var(--bg-alt)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--gold-hair)}.product-media{position:relative;aspect-ratio:4 / 5;background:var(--bg-cream);overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.product-card:hover .product-media img{transform:scale(1.05)}.product-media .ph{width:100%;height:100%;display:grid;place-items:center;color:var(--ink-dim);background:repeating-linear-gradient(45deg,var(--bg-cream),var(--bg-cream) 12px,#f2efe8 12px,#f2efe8 24px)}.product-tags{position:absolute;top:12px;right:12px;z-index:2;display:flex;flex-direction:column;gap:6px;align-items:flex-end}.product-tag{background:var(--ink);color:#fff;font-size:11px;font-weight:600;padding:5px 10px;border-radius:var(--radius);letter-spacing:.04em}.product-tag.sale{background:var(--gold-dark)}.quick-add{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#0f0f0feb;color:#fff;font-size:14px;font-weight:600;border-radius:var(--radius);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transform:translateY(calc(100% + 14px));opacity:0;transition:transform .35s var(--ease),opacity .3s var(--ease),background .2s}.product-card:hover .quick-add{transform:translateY(0);opacity:1}.quick-add:hover{background:var(--gold-dark)}@media (hover: none){.quick-add{display:none}}.product-fav{position:absolute;top:12px;left:12px;width:34px;height:34px;background:#ffffffe6;border-radius:999px;display:grid;place-items:center;color:var(--ink);opacity:0;transform:translateY(-6px);transition:all .25s var(--ease)}.product-card:hover .product-fav{opacity:1;transform:translateY(0)}.product-fav:hover{color:var(--gold-dark)}.product-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1}.product-cat{font-size:12px;color:var(--gold-dark);font-weight:600;letter-spacing:.04em}.product-name{font-size:16px;font-weight:600;color:var(--ink);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-foot{margin-top:auto;padding-top:12px;display:flex;align-items:center;justify-content:space-between}.product-price{display:flex;align-items:baseline;gap:6px}.product-price b{font-size:19px;font-weight:700}.product-price .cur{font-size:13px;color:var(--ink-dim)}.product-price .old{font-size:13px;color:var(--ink-dim);text-decoration:line-through}.product-add{width:40px;height:40px;background:var(--ink);color:#fff;border-radius:var(--radius);display:grid;place-items:center;transition:background .2s,transform .2s}.product-add:hover{background:var(--gold-dark);transform:scale(1.06)}.skeleton{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface)}.skeleton .sk-media{aspect-ratio:3 / 4}.skeleton .sk-line{height:12px;margin:14px 16px 0;border-radius:4px}.shimmer{background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.state{grid-column:1 / -1;text-align:center;padding:60px 20px;color:var(--ink-dim)}.state b{display:block;color:var(--ink);font-size:18px;margin-bottom:6px}.state .btn{margin-top:18px}.cta-band{background:#0f0f0f;color:#fff;text-align:center;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(197,160,89,.25),transparent 60%)}.cta-band-inner{position:relative;padding:84px 24px}.cta-band h2{font-size:clamp(28px,4vw,44px);font-weight:700;max-width:20ch;margin:0 auto}.cta-band p{color:#ffffffa8;margin:16px auto 0;max-width:44ch;font-size:17px}.cta-band .btn-primary{background:#fff;color:#0f0f0f;margin-top:30px}.cta-soon{margin-top:20px;display:inline-block;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:15px;font-weight:600;padding:12px 24px;border-radius:var(--radius)}.account-state .cta-soon{background:var(--gold-light);border-color:var(--gold-hair);color:var(--gold-dark)}.cta-band .btn-primary:hover{background:var(--gold);color:#0f0f0f}.icon-btn.is-auth{position:relative}.auth-dot{position:absolute;top:8px;left:8px;width:8px;height:8px;border-radius:999px;background:var(--gold);box-shadow:0 0 0 2px var(--bg)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0f0f0f8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:20px;animation:fade .2s ease}@keyframes fade{0%{opacity:0}to{opacity:1}}.login-modal{position:relative;width:100%;max-width:420px;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:36px 32px 28px;animation:pop .25s var(--ease)}@keyframes pop{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:16px;left:16px;width:34px;height:34px;border-radius:var(--radius);color:var(--ink-dim);font-size:15px;transition:background .2s,color .2s}.modal-close:hover{background:var(--bg-alt);color:var(--ink)}.login-head{text-align:center;margin-bottom:26px}.login-head .brand-logo{margin:0 auto 18px}.login-head h2{font-size:23px;font-weight:700}.login-head p{color:var(--ink-dim);font-size:14px;margin-top:8px}.login-form{display:flex;flex-direction:column;gap:14px}.field-label{font-size:13px;font-weight:600;color:var(--ink-soft)}.field{width:100%;height:52px;padding:0 16px;font-size:16px;font-family:inherit;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);transition:border-color .2s,box-shadow .2s}.field:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-light)}.phone-row{display:flex;align-items:stretch;gap:8px}.phone-row .cc{display:grid;place-items:center;padding:0 14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-alt);font-weight:600;font-size:15px;color:var(--ink);direction:ltr}.otp-reveal{background:var(--gold-light);border:1px dashed var(--gold);border-radius:var(--radius);padding:12px 14px;text-align:center;font-size:15px;color:var(--ink)}.otp-reveal b{font-size:22px;font-weight:700;letter-spacing:.2em;color:var(--gold-dark);margin:0 6px}.otp-reveal span{display:block;font-size:11px;color:var(--ink-dim);margin-top:4px}.otp-field{text-align:center;letter-spacing:.5em;font-size:22px;font-weight:600}.otp-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.otp-actions .btn-link{font-size:13px}.field-error{color:#b42318;font-size:13px;background:#fef3f2;border:1px solid #fecdca;border-radius:var(--radius);padding:8px 12px}.btn-block{width:100%;height:52px;margin-top:4px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-link{background:none;color:var(--ink-dim);font-size:14px;font-weight:500;padding:6px;transition:color .2s}.btn-link:hover{color:var(--gold-dark)}.login-terms{text-align:center;font-size:12px;color:var(--ink-dim);margin-top:20px;line-height:1.6}.account-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--bg);overflow-y:auto;animation:fade .2s ease}.account-bar{position:sticky;top:0;z-index:5;background:color-mix(in srgb,var(--bg) 90%,transparent);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}.account-bar-inner{height:var(--header-h);display:flex;align-items:center;gap:12px}.account-bar-inner .brand{margin-inline:auto}.account-bar-actions{display:flex;align-items:center;gap:14px;min-width:0}.btn-back{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;font-size:14px;font-weight:600;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius);transition:background .2s,border-color .2s}.btn-back:hover{background:var(--bg-alt);border-color:var(--ink)}.btn-back svg{transform:scaleX(-1)}.pick-hint{font-size:15px;font-weight:600;color:var(--ink);margin-bottom:14px}.mcard.pick{width:100%;cursor:pointer;text-align:right;font-family:inherit;background:var(--surface)}.mcard.pick.selected{border-color:var(--gold);box-shadow:0 0 0 2px var(--gold-light)}.mcard-radio{width:24px;height:24px;flex-shrink:0;border-radius:999px;border:2px solid var(--line);display:grid;place-items:center;color:#fff;transition:background .2s,border-color .2s}.mcard.pick.selected .mcard-radio{background:var(--gold);border-color:var(--gold)}.pick-bar{position:sticky;bottom:0;margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;background:var(--bg-cream);border:1px solid var(--gold-hair);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.pick-bar span{font-size:14px;color:var(--ink-dim)}.pick-bar b{color:var(--ink)}.account-who{font-size:14px;color:var(--ink-dim);font-weight:500}.account-content{padding-top:40px;padding-bottom:80px;max-width:780px}.account-title{font-size:clamp(26px,4vw,34px);font-weight:700;margin-bottom:6px}.account-sub{color:var(--ink-dim);font-size:15px;margin-bottom:26px}.login-panel{max-width:420px;margin:40px auto}.login-panel .login-head{text-align:center;margin-bottom:26px}.login-panel .login-head h1{font-size:26px;font-weight:700}.login-panel .login-head p{color:var(--ink-dim);font-size:15px;margin-top:8px}.account-modal{position:relative;width:100%;max-width:560px;max-height:88vh;display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:pop .25s var(--ease);overflow:hidden}.account-head{display:flex;align-items:center;gap:14px;padding:24px 28px;border-bottom:1px solid var(--line);background:var(--bg-cream)}.account-avatar{width:46px;height:46px;border-radius:999px;background:var(--ink);color:#fff;display:grid;place-items:center}.account-head>div{display:flex;flex-direction:column;line-height:1.3}.account-head b{font-size:17px;font-weight:700}.account-head span{font-size:13px;color:var(--ink-dim)}.account-head .logout{margin-inline-start:auto;align-self:center}.tabs{display:flex;gap:4px;padding:8px 20px 0;border-bottom:1px solid var(--line)}.tab{display:inline-flex;align-items:center;gap:8px;padding:14px 18px;font-size:15px;font-weight:600;color:var(--ink-dim);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}.tab svg{width:18px;height:18px}.tab.active{color:var(--ink);border-color:var(--gold)}.account-body{padding:22px 28px;overflow-y:auto}.cards{display:flex;flex-direction:column;gap:14px}.mcard{display:flex;align-items:center;gap:16px;padding:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);transition:border-color .25s,box-shadow .25s}.mcard:hover{border-color:var(--gold-hair);box-shadow:var(--shadow-sm)}.mcard-ic{width:46px;height:46px;flex-shrink:0;border-radius:var(--radius);background:var(--bg-cream);color:var(--gold-dark);display:grid;place-items:center}.mcard-main{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.mcard-main b{font-size:16px;font-weight:600}.mcard-main span{font-size:13px;color:var(--ink-dim)}.mcard-main em{font-size:12px;color:var(--ink-dim);font-style:normal}.ocard{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden;transition:border-color .25s,box-shadow .25s}.ocard:hover{border-color:var(--gold-hair);box-shadow:var(--shadow-md)}.ocard-top{padding:16px 18px;background:var(--bg-cream);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.ocard-title{display:flex;align-items:center;gap:12px;min-width:0}.ostatus{flex-shrink:0;font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px;white-space:nowrap}.ostatus.done{background:#ecfdf3;color:#067647;border:1px solid #abefc6}.ostatus.progress{background:#fff7e6;color:#a15c07;border:1px solid #f5d9a8}.ocard-ic{width:42px;height:42px;flex-shrink:0;border-radius:var(--radius);background:var(--ink);color:#fff;display:grid;place-items:center}.ocard-title b{font-size:17px;font-weight:700}.ocard-date{display:block;font-size:12px;color:var(--ink-dim);margin-top:2px}.ocard-specs{display:flex;flex-wrap:wrap;gap:10px;padding:16px 18px}.ocard-specs .spec{flex:1;min-width:120px;background:var(--bg-alt);border:1px solid var(--line);border-radius:var(--radius);padding:10px 14px;display:flex;flex-direction:column;gap:4px}.ocard-specs .spec span{font-size:12px;color:var(--ink-dim)}.ocard-specs .spec b{font-size:15px;font-weight:600}.ocard-bottom{display:flex;align-items:center;justify-content:flex-end;padding:14px 18px;border-top:1px solid var(--line)}.btn-reorder{padding:11px 26px;font-size:14px}.badge{font-size:12px;font-weight:600;padding:5px 12px;border-radius:999px;white-space:nowrap}.badge.ok{background:#ecfdf3;color:#067647;border:1px solid #abefc6}.badge.warn{background:var(--gold-light);color:var(--gold-dark);border:1px solid var(--gold-hair)}.badge.bad{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.account-state{text-align:center;padding:48px 20px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--ink-dim)}.account-state b{color:var(--ink);font-size:17px}.account-state .btn{margin-top:12px}.empty-ic{width:60px;height:60px;border-radius:999px;background:var(--bg-cream);color:var(--gold-dark);display:grid;place-items:center;margin-bottom:6px}.empty-ic svg{width:26px;height:26px}.spinner{width:34px;height:34px;border:3px solid var(--line);border-top-color:var(--gold);border-radius:999px;animation:spin .8s linear infinite;margin-bottom:6px}@keyframes spin{to{transform:rotate(360deg)}}.account-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:120;background:var(--ink);color:#fff;font-size:14px;font-weight:500;padding:12px 22px;border-radius:var(--radius);box-shadow:var(--shadow-md);animation:pop .25s var(--ease)}.co-head{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:700;margin:26px 0 14px}.co-head svg{width:20px;height:20px;color:var(--gold-dark)}.co-head:first-child{margin-top:0}.co-err{margin-top:16px}.pay-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.pay-card{position:relative;display:flex;align-items:center;justify-content:center;min-height:70px;padding:14px;background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .2s,box-shadow .2s}.pay-card:hover{border-color:var(--ink-dim)}.pay-card.selected{border-color:var(--ink);box-shadow:0 0 0 2px var(--ink)}.pay-card .mcard-radio{position:absolute;inset-inline-start:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:999px;border:2px solid var(--line);display:grid;place-items:center;color:#fff}.pay-card.selected .mcard-radio{background:var(--ink);border-color:var(--ink)}.pay{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:17px}.pb-visa{color:#1a1f71;font-style:italic;font-size:20px;letter-spacing:-.5px}.pb-mc{position:relative;display:inline-flex}.pb-mc i{width:18px;height:18px;border-radius:999px;display:block}.pb-mc i:first-child{background:#eb001b}.pb-mc i:last-child{background:#f79e1b;margin-inline-start:-8px;mix-blend-mode:multiply}.pb-mada{color:#0f0f0f}.pb-mada-bars{display:inline-flex;flex-direction:column;gap:2px}.pb-mada-bars i{width:22px;height:5px;border-radius:2px;display:block}.pb-mada-bars i:first-child{background:#2ba9e0}.pb-mada-bars i:last-child{background:#78be20}.pb-mada small{font-size:11px;color:var(--ink-dim);font-weight:600}.pb-apple{color:#0f0f0f;font-size:18px}.pb-stc{color:#4f008c;font-size:18px}.pb-tabby{background:#3fe9b0;color:#0f0f0f;padding:5px 16px;border-radius:8px;font-size:18px}.pb-tamara{background:linear-gradient(90deg,#ff6d3f,#8b2fd6);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:19px}.pb-emkan{color:#6a1b9a;font-weight:800;font-size:18px}.pb-cod{color:var(--ink);font-size:14px;font-weight:600}.pb-cod em{font-style:normal;color:var(--gold-dark);font-size:12px;margin-inline-start:6px}.pay-terms{display:flex;align-items:flex-start;gap:10px;margin:22px 0 6px;font-size:14px;color:var(--ink-soft);cursor:pointer}.pay-terms input{width:18px;height:18px;margin-top:1px;flex-shrink:0}.pay-btn{height:56px;margin-top:14px;font-size:16px}.addr-add{width:100%;margin-top:12px}.map-modal{position:relative;width:100%;max-width:560px;background:var(--bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;animation:pop .25s var(--ease)}.map-modal h2{font-size:20px;font-weight:800;font-family:var(--font-display);padding:22px 24px 14px}.map-canvas{width:100%;height:340px}.map-info{padding:16px 20px 20px;display:flex;flex-direction:column;gap:12px}.map-fields{display:flex;flex-direction:column;gap:8px}.map-auto{font-size:14px;color:var(--ink-dim);background:var(--bg-alt);border-radius:var(--radius);padding:10px 14px;min-height:20px}.map-pin span{display:block;width:24px;height:24px;border-radius:50% 50% 50% 0;background:var(--gold-dark);transform:rotate(-45deg);border:3px solid #fff;box-shadow:0 3px 8px #0000004d}.leaflet-container{font-family:var(--font)}.pay-toggles{display:flex;flex-wrap:wrap;gap:14px;margin-top:6px}.pay-prov{padding:12px 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.pay-prov:first-child{border-top:0}.cart-price{font-size:16px;font-weight:700;white-space:nowrap}.done-state .empty-ic.done{background:#ecfdf3;color:#067647;width:72px;height:72px}.done-state .empty-ic.done svg{width:34px;height:34px}.page-modal{position:relative;width:100%;max-width:640px;max-height:86vh;overflow-y:auto;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:40px 36px;animation:pop .25s var(--ease)}.page-modal h2{font-size:24px;font-weight:800;font-family:var(--font-display);margin-bottom:18px}.page-body{color:var(--ink-soft);font-size:15px;line-height:1.9;white-space:pre-wrap}.footer{background:var(--bg);border-top:1px solid var(--line);padding:60px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid var(--line)}.footer-brand p{color:var(--ink-dim);font-size:14px;margin-top:16px;max-width:34ch}.footer-col h4{font-size:14px;font-weight:700;margin-bottom:16px;letter-spacing:.02em}.footer-col a{display:block;color:var(--ink-dim);font-size:14px;padding:6px 0;transition:color .2s}.footer-col a:hover{color:var(--gold-dark)}.footer-social{display:flex;gap:10px;margin-top:20px}.footer-social a{width:40px;height:40px;border:1px solid var(--line);border-radius:var(--radius);display:grid;place-items:center;color:var(--ink);transition:all .2s}.footer-social a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.footer-bottom{padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink-dim);font-size:13px}@media (max-width: 1024px){.hero-inner{grid-template-columns:1fr;gap:40px;min-height:0}.hero-visual{max-width:460px}.categories{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.features-inner{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 720px){.nav{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.section{padding:52px 0}.section-head .line{display:none}.hero-inner{text-align:center;padding:44px 0}.hero-copy .eyebrow{display:inline-block}.hero-title{font-size:clamp(28px,8vw,40px);overflow-wrap:break-word}.hero-sub{max-width:100%;margin-inline:auto;font-size:16px}.hero-cta{justify-content:center;flex-wrap:wrap}.hero-cta .btn{flex:1 1 160px}.hero-stats{gap:22px;flex-wrap:wrap;justify-content:center}.hero-visual{margin-inline:auto;max-width:min(420px,100%)}}@media (max-width: 460px){.categories,.product-grid,.footer-grid{grid-template-columns:1fr}}
