@keyframes storefront-fade-in-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes storefront-fade-in{0%{opacity:0}to{opacity:1}}@keyframes storefront-fade-in-right{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes storefront-fade-in-left{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes storefront-section-in{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}.storefront-landing{min-height:100vh;display:flex;flex-direction:column}@media(prefers-reduced-motion:reduce){.storefront-landing-hero-badge,.storefront-landing-headline,.storefront-landing-subheadline,.storefront-landing-hero-ctas,.storefront-landing-hero-visual-img-wrap,.storefront-landing-hero-visual-img,.storefront-landing-hero-visual-orb,.storefront-landing-animate-in .storefront-landing-about-inner,.storefront-landing-animate-in .storefront-landing-features-title,.storefront-landing-animate-in .storefront-landing-feature-card,.storefront-landing-animate-in .storefront-landing-packages-title,.storefront-landing-animate-in .storefront-landing-package-card,.storefront-landing-animate-in .storefront-landing-cta-section-inner{animation:none!important;opacity:1;transform:none}}@media(prefers-reduced-motion:no-preference){.storefront-landing-about .storefront-landing-about-inner,.storefront-landing-features .storefront-landing-features-title,.storefront-landing-features .storefront-landing-feature-card,.storefront-landing-packages .storefront-landing-packages-title,.storefront-landing-packages .storefront-landing-package-card,.storefront-landing-cta-section .storefront-landing-cta-section-inner{opacity:0;transform:translateY(36px)}}.storefront-landing-light{background:#f8fafc;color:#0f172a}.storefront-landing-tajra{background:#0b1c3a;color:#fff}.storefront-landing-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}.storefront-landing-header-solid{background:#0b1c3a;border-bottom:1px solid rgba(199,204,214,.15);box-shadow:none;backdrop-filter:none}.storefront-landing-tajra .storefront-landing-logo{color:#fff}.storefront-landing-header-inner{width:100%;max-width:100%;margin:0 auto;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-sizing:border-box}.storefront-landing-nav{display:flex;align-items:center;gap:1.75rem}.storefront-landing-nav-link{color:#ffffffe6;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.storefront-landing-header-solid .storefront-landing-nav-link-active{font-weight:600;color:#fff;position:relative}.storefront-landing-header-solid .storefront-landing-nav-link-active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--landing-accent, #4F7CFF);border-radius:1px}.storefront-landing-nav-link:hover{color:#fff}.storefront-landing-dropdown{position:relative}.storefront-landing-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;color:inherit;font:inherit;cursor:pointer;padding:0}.storefront-landing-chevron-open{transform:rotate(180deg)}.storefront-landing-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:200px;background:#0f2847;border:1px solid rgba(199,204,214,.2);border-radius:10px;box-shadow:0 8px 24px #00000059;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s,visibility .2s,transform .2s;z-index:200}.storefront-landing-tajra[dir=rtl] .storefront-landing-dropdown-menu{left:auto;right:0}.storefront-landing-dropdown-menu-open{opacity:1;visibility:visible;transform:translateY(0)}.storefront-landing-dropdown-item{display:block;padding:.6rem 1rem;color:#ffffffe6;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .2s,color .2s}.storefront-landing-dropdown-item:hover{background:#4f7cff33;color:#fff}.storefront-landing-header-actions{display:flex;align-items:center;gap:.6rem}.storefront-landing-btn-outline{padding:.5rem 1.1rem;font-size:.95rem;font-weight:600;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:10px;text-decoration:none;transition:background .2s,border-color .2s,color .2s}.storefront-landing-btn-outline:hover{background:#ffffff1a;border-color:#ffffffb3;color:#fff}.storefront-landing-cta-header{padding:.65rem 1.35rem;font-size:.95rem;font-weight:600;background:linear-gradient(180deg,#5b8def 0%,var(--landing-accent, #4F7CFF) 100%);color:#fff;border-radius:12px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #4f7cff59;border:1px solid rgba(255,255,255,.08)}.storefront-landing-cta-header:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f7cff73;color:#fff}.storefront-landing-logo-wrap{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.storefront-landing-logo-img{max-height:56px;width:auto;max-width:200px;object-fit:contain}.storefront-landing-logo{font-size:1.85rem;font-weight:700;color:var(--landing-accent, #2563eb);letter-spacing:-.02em}.storefront-landing-lang{background:transparent;border:none;color:#ffffffe6;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:500;transition:background .2s,color .2s}.storefront-landing-tajra .storefront-landing-lang:hover{background:#ffffff1a;color:#fff}.storefront-landing-light .storefront-landing-lang{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.storefront-landing-light .storefront-landing-lang:hover{background:#e2e8f0;color:#0f172a}.storefront-landing-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#f8fafc;color:#475569}.storefront-landing-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:var(--landing-accent, #2563eb);border-radius:50%;animation:storefront-landing-spin .8s linear infinite}@keyframes storefront-landing-spin{to{transform:rotate(360deg)}}.storefront-landing-loading-text{margin:0;font-size:.95rem}.storefront-landing-tajra.storefront-landing-loading{background:#0b1c3a;color:#ffffffe6}.storefront-landing-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 4rem;overflow:hidden}.storefront-landing-hero-tajra{min-height:82vh;padding:3.5rem 1.5rem 2.5rem}.storefront-landing-hero-bg-tajra{background:linear-gradient(152deg,#0b1c3a,#0f2847 45%,#122a52)}.storefront-landing-hero-bg-tajra:before{content:"";position:absolute;top:-40%;right:-25%;width:80%;height:140%;background:radial-gradient(ellipse,rgba(79,124,255,.2) 0%,transparent 60%);pointer-events:none}.storefront-landing-hero-tajra .storefront-landing-hero-bg-img{opacity:.35}.storefront-landing-hero-two-col{position:relative;z-index:1;width:100%;max-width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1.15fr;gap:0;align-items:center;min-height:min(72vh,620px)}.storefront-landing-hero-two-col>.storefront-landing-hero-content{max-width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding:1.5rem 1.5rem 1.5rem 1.25rem}.storefront-landing-hero-badge{animation:storefront-fade-in-up .6s ease-out both;animation-delay:.1s}.storefront-landing-hero-two-col .storefront-landing-headline{animation:storefront-fade-in-up .6s ease-out both;animation-delay:.2s}.storefront-landing-hero-two-col .storefront-landing-subheadline{animation:storefront-fade-in-up .6s ease-out both;animation-delay:.35s}.storefront-landing-hero-two-col>.storefront-landing-hero-content .storefront-landing-hero-ctas{animation:storefront-fade-in-up .6s ease-out both;animation-delay:.5s}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col{direction:rtl}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col>.storefront-landing-hero-content{align-items:flex-start;text-align:right;direction:rtl}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col>.storefront-landing-hero-content .storefront-landing-hero-ctas{justify-content:flex-start}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col>.storefront-landing-hero-visual{direction:ltr}.storefront-landing-hero-content{max-width:540px}.storefront-landing-hero-badge{display:inline-block;padding:.4rem 1rem;font-size:.85rem;font-weight:600;color:#fff;border:1px solid rgba(79,124,255,.6);border-radius:999px;margin-bottom:1.25rem;background:#4f7cff1f}.storefront-landing-headline-accent{display:block;color:var(--landing-accent, #4F7CFF);margin-top:.15em}.storefront-landing-hero-tajra .storefront-landing-headline-accent{color:#dbeafe;text-shadow:0 1px 3px rgba(0,0,0,.85)}.storefront-landing-hero-two-col>.storefront-landing-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:340px;padding:.75rem 1rem .75rem 1.25rem}.storefront-landing-hero-visual-img-wrap{width:100%;max-width:min(100%,960px);overflow:visible;border:none;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center;animation:storefront-fade-in-right .75s ease-out .2s both}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-visual-img-wrap{animation:storefront-fade-in-left .75s ease-out .2s both}.storefront-landing-hero-visual-img{width:100%;max-width:100%;height:auto;max-height:min(88vh,720px);display:block;object-fit:contain;object-position:center;vertical-align:top}.storefront-landing-hero-visual-orb{width:420px;height:420px;max-width:95%;border-radius:50%;background:radial-gradient(circle at 35% 35%,#4f7cff59,#4f7cff14);border:1px solid rgba(79,124,255,.2);box-shadow:0 0 80px #4f7cff26;animation:storefront-fade-in-right .75s ease-out .2s both}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-visual-orb{animation:storefront-fade-in-left .75s ease-out .2s both}.storefront-landing-hero-light .storefront-landing-headline,.storefront-landing-hero-light .storefront-landing-subheadline{color:#0f172a;text-shadow:0 0 20px rgba(255,255,255,.8)}.storefront-landing-hero-bg,.storefront-landing-hero-bg-img{position:absolute;inset:0;background:linear-gradient(135deg,#e0e7ff,#f0f4ff,#e8ecff)}.storefront-landing-hero-bg-img{background-size:cover;background-position:center;opacity:.35}.storefront-landing-hero-light .storefront-landing-hero-bg-img{opacity:.25}.storefront-landing-hero-dark .storefront-landing-hero-bg{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}.storefront-landing-hero-dark .storefront-landing-hero-bg-img{opacity:.5}.storefront-landing-hero-dark .storefront-landing-headline,.storefront-landing-hero-dark .storefront-landing-subheadline{color:#f8fafc;text-shadow:0 1px 4px rgba(0,0,0,.4)}.storefront-landing-hero-dark .storefront-landing-cta-secondary{border-color:#ffffffb3;color:#f8fafc}.storefront-landing-hero-dark .storefront-landing-cta-secondary:hover{background:#ffffff26;border-color:#fff;color:#fff}.storefront-landing-hero-tajra .storefront-landing-headline{color:#fff;font-size:clamp(2.6rem,6vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.25rem}.storefront-landing-hero-tajra .storefront-landing-subheadline{color:#fff;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.65;margin-bottom:2rem;max-width:520px;margin-left:0;margin-right:auto}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col .storefront-landing-subheadline{margin-left:auto;margin-right:0}.storefront-landing-hero-tajra .storefront-landing-cta-secondary{border-color:#ffffff80;color:#fff}.storefront-landing-hero-tajra .storefront-landing-cta-secondary:hover{background:#ffffff1a;border-color:#ffffffb3;color:#fff}.storefront-landing-hero-inner{position:relative;z-index:1;max-width:720px;text-align:center}.storefront-landing-hero-inner.storefront-landing-hero-two-col{max-width:100%;width:100%;text-align:left;padding:0 1.5rem;box-sizing:border-box}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-inner.storefront-landing-hero-two-col{text-align:right}.storefront-landing-hero .storefront-landing-headline{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2;color:#0f172a}.storefront-landing-hero .storefront-landing-subheadline{font-size:1.15rem;color:#334155;margin:0 0 2rem;line-height:1.6}.storefront-landing-hero.storefront-landing-hero-tajra .storefront-landing-headline,.storefront-landing-hero.storefront-landing-hero-tajra .storefront-landing-subheadline{color:#fff}.storefront-landing-hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.storefront-landing-hero-two-col>.storefront-landing-hero-content .storefront-landing-hero-ctas{justify-content:flex-start}.storefront-landing-cta{display:inline-block;padding:.9rem 1.85rem;border-radius:12px;font-weight:600;font-size:1.05rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.storefront-landing-cta-primary{background:linear-gradient(180deg,#5b8def 0%,var(--landing-accent, #2563eb) 100%);color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 14px #4f7cff4d}.storefront-landing-cta-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #4f7cff66;background:linear-gradient(180deg,#6b9df5,#3b73e8)}.storefront-landing-cta-secondary{background:transparent;border:2px solid var(--landing-accent, #2563eb);color:var(--landing-accent, #2563eb);box-shadow:none}.storefront-landing-cta-secondary:hover{background:#2563eb14;border-color:var(--landing-accent, #2563eb);color:var(--landing-accent, #2563eb);transform:translateY(-2px)}.storefront-landing-about{padding:4rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0}.storefront-landing-about-inner{max-width:720px;margin:0 auto;text-align:center}.storefront-landing-about-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 1rem;color:#0f172a;letter-spacing:-.02em}.storefront-landing-about-body{font-size:1.05rem;line-height:1.7;color:#475569;margin:0}.storefront-landing-about.storefront-landing-inview .storefront-landing-about-inner{animation:storefront-section-in .65s ease-out both}.storefront-landing-features{padding:clamp(3rem,6vw,4.5rem) 1.5rem;background:#f1f5f9}.storefront-landing-features-inner{max-width:1200px;margin:0 auto}.storefront-landing-features-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 clamp(1.75rem,4vw,2.5rem);text-align:center;color:#0f172a;letter-spacing:-.02em}.storefront-landing-features-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.storefront-landing-features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1.25rem}}@media(min-width:1024px){.storefront-landing-features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.storefront-landing-features.storefront-landing-inview .storefront-landing-features-title{animation:storefront-section-in .6s ease-out both}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card{animation:storefront-section-in .55s ease-out both}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(1){animation-delay:.08s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(2){animation-delay:.16s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(3){animation-delay:.24s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(4){animation-delay:.32s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(5){animation-delay:.4s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(6){animation-delay:.48s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(7){animation-delay:.56s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(8){animation-delay:.64s}.storefront-landing-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.35rem 1.25rem;text-align:start;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:none}a.storefront-landing-feature-card{display:flex;flex-direction:column;align-items:start;text-decoration:none;color:inherit}.storefront-landing-feature-card:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0f}.storefront-landing-feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;margin:0 0 1rem;border-radius:10px;background:#2563eb1a;color:var(--landing-accent, #2563eb)}.storefront-landing-feature-card[data-feature-accent="0"] .storefront-landing-feature-icon{background:#dc26261f;color:#dc2626}.storefront-landing-feature-card[data-feature-accent="1"] .storefront-landing-feature-icon{background:#2563eb1f;color:#2563eb}.storefront-landing-feature-card[data-feature-accent="2"] .storefront-landing-feature-icon{background:#16a34a1f;color:#16a34a}.storefront-landing-feature-card[data-feature-accent="3"] .storefront-landing-feature-icon{background:#ca8a0424;color:#a16207}.storefront-landing-feature-card[data-feature-accent="4"] .storefront-landing-feature-icon{background:#9333ea1f;color:#9333ea}.storefront-landing-feature-card[data-feature-accent="5"] .storefront-landing-feature-icon{background:#0d94881f;color:#0d9488}.storefront-landing-feature-card[data-feature-accent="6"] .storefront-landing-feature-icon{background:#ea580c1f;color:#ea580c}.storefront-landing-feature-card[data-feature-accent="7"] .storefront-landing-feature-icon{background:#db27771f;color:#db2777}.storefront-landing-feature-icon-img{width:26px;height:26px;object-fit:contain}.storefront-landing-feature-title{font-size:1.0625rem;font-weight:700;margin:0 0 .4rem;color:#0f172a;line-height:1.3}.storefront-landing-feature-desc{font-size:.875rem;color:#64748b;margin:0;line-height:1.55}.storefront-landing-product-types-widget{padding:4rem 1.5rem;background:linear-gradient(180deg,#eef2f7,#e2e8f0);border-top:1px solid #cbd5e1}.storefront-landing-product-types-widget-inner{max-width:1100px;margin:0 auto}.storefront-landing-product-types-widget-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 .5rem;text-align:center;color:#0f172a;letter-spacing:-.02em}.storefront-landing-product-types-widget-subtitle{text-align:center;color:#475569;font-size:1rem;margin:0 0 2.5rem;max-width:520px;margin-left:auto;margin-right:auto}.storefront-landing-product-types-widget-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem}.storefront-landing-product-types-widget-card{background:#fff;border-radius:14px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s,transform .2s,border-color .2s;position:relative;overflow:hidden}.storefront-landing-product-types-widget-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--landing-accent, #2563eb);border-radius:4px 0 0 4px}.storefront-landing-product-types-widget-card:hover{box-shadow:0 8px 24px #00000014;border-color:#cbd5e1;transform:translateY(-2px)}.storefront-landing-product-types-widget-card-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:1rem;background:#2563eb1a;color:var(--landing-accent, #2563eb);border-radius:12px}.storefront-landing-product-types-widget-card-title{font-size:1.1rem;font-weight:600;margin:0 0 .6rem;color:#0f172a;line-height:1.3}.storefront-landing-product-types-widget-card-desc{font-size:.9rem;color:#64748b;margin:0;line-height:1.55}.storefront-landing-product-types-widget-cta{text-align:center}.storefront-landing-product-types-widget-btn{display:inline-block;padding:.75rem 1.75rem;background:var(--landing-accent, #2563eb);color:#fff;font-weight:600;font-size:.95rem;border-radius:10px;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s}.storefront-landing-product-types-widget-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 4px 14px #2563eb59}.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-title,.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-subtitle,.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-grid,.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-cta{animation:storefront-fade-in .5s ease-out both}.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-grid{animation-delay:.08s}.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-cta{animation-delay:.16s}.storefront-landing-packages{padding:4rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0}.storefront-landing-packages-inner{max-width:1100px;margin:0 auto}.storefront-landing-packages-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 1.5rem;text-align:center;color:#0f172a;letter-spacing:-.02em}.storefront-landing-packages-toggle-wrap{display:flex;justify-content:center;margin-bottom:2rem}.storefront-landing-packages-toggle{display:inline-flex;align-items:center;gap:0;background:#e2e8f0;border-radius:999px;padding:4px}.storefront-landing-packages-toggle-btn{padding:.6rem 1.25rem;border:none;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;background:transparent;color:#64748b;transition:background .2s,color .2s;display:inline-flex;align-items:center;gap:.5rem}.storefront-landing-packages-toggle-btn:hover{color:#0f172a}.storefront-landing-packages-toggle-btn.storefront-landing-packages-toggle-active{background:#0f2847;color:#fff}.storefront-landing-packages-save-badge{background:#15803d;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;white-space:nowrap}.storefront-landing-packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;justify-items:center}.storefront-landing-packages.storefront-landing-inview .storefront-landing-packages-title{animation:storefront-section-in .6s ease-out both}.storefront-landing-packages.storefront-landing-inview .storefront-landing-package-card{animation:storefront-section-in .55s ease-out both}.storefront-landing-packages.storefront-landing-inview .storefront-landing-package-card:nth-child(1){animation-delay:.1s}.storefront-landing-packages.storefront-landing-inview .storefront-landing-package-card:nth-child(2){animation-delay:.2s}.storefront-landing-packages.storefront-landing-inview .storefront-landing-package-card:nth-child(3){animation-delay:.3s}.storefront-landing-packages.storefront-landing-inview .storefront-landing-package-card:nth-child(4){animation-delay:.4s}.storefront-landing-package-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;padding:1.75rem;max-width:320px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;transition:border-color .2s,box-shadow .2s}.storefront-landing-package-card:hover{border-color:var(--landing-accent, #2563eb);box-shadow:0 8px 24px #2563eb1f}.storefront-landing-package-card-popular{position:relative;padding-top:2rem;background:linear-gradient(180deg,#0f2847,#0b1c3a);border:2px solid #ea580c;border-top:4px solid #ea580c;color:#fff}.storefront-landing-package-card-popular .storefront-landing-package-name,.storefront-landing-package-card-popular .storefront-landing-package-amount{color:#fff}.storefront-landing-package-card-popular .storefront-landing-package-audience,.storefront-landing-package-card-popular .storefront-landing-package-currency,.storefront-landing-package-card-popular .storefront-landing-package-cycle{color:#ffffffbf}.storefront-landing-package-card-popular .storefront-landing-package-features li{color:#ffffffe6}.storefront-landing-package-card-popular .storefront-landing-package-features li svg{color:#fff}.storefront-landing-package-card-popular .storefront-landing-cta-primary{background:#fff;color:#0f2847;border-color:#fff}.storefront-landing-package-card-popular .storefront-landing-cta-primary:hover{background:#ffffffe6;color:#0f2847}.storefront-landing-package-popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.35rem;background:#ea580c;color:#fff;font-size:.75rem;font-weight:700;padding:.35rem .75rem;border-radius:999px;white-space:nowrap}.storefront-landing-package-name{font-size:1.25rem;font-weight:700;margin:0 0 .35rem;color:#0f172a}.storefront-landing-package-audience{font-size:.875rem;color:#64748b;margin:0 0 .75rem;font-weight:500}.storefront-landing-package-price{margin-bottom:1.25rem}.storefront-landing-package-amount{font-size:1.75rem;font-weight:800;color:var(--landing-accent, #2563eb)}.storefront-landing-package-currency{font-size:1rem;font-weight:600;color:#64748b;margin-inline-start:.5rem}.storefront-landing-package-cycle{font-size:.9rem;color:#64748b;font-weight:500}.storefront-landing-package-features{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left;width:100%}.storefront-landing-package-features li{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;font-size:.95rem;color:#475569}.storefront-landing-package-features li svg{flex-shrink:0;color:var(--landing-accent, #2563eb)}.storefront-landing-package-cta{margin-top:auto;width:100%;text-align:center}.storefront-landing-package-cta-only{justify-content:center}.storefront-landing-package-cta-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem}.storefront-landing-package-cta-placeholder p{margin:0;color:#64748b;font-size:1rem;line-height:1.5}.storefront-landing-package-cta-placeholder svg{color:var(--landing-accent, #2563eb);opacity:.8}.storefront-landing-cta-section{padding:4rem 1.5rem;text-align:center;background:linear-gradient(135deg,#e0e7ff,#f0f4ff);border-top:1px solid #e2e8f0}.storefront-landing-cta-section-inner{max-width:560px;margin:0 auto}.storefront-landing-cta-section.storefront-landing-inview .storefront-landing-cta-section-inner{animation:storefront-section-in .65s ease-out both}.storefront-landing-cta-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 .75rem;color:#0f172a;letter-spacing:-.02em}.storefront-landing-cta-section-sub{font-size:1.05rem;color:#475569;margin:0 0 1.5rem;line-height:1.5}.storefront-landing-footer{padding:2.5rem 1.5rem 1.5rem;font-size:.9rem;color:#64748b;border-top:1px solid #e2e8f0;background:#fff}.storefront-landing-footer-columns{display:grid;grid-template-columns:1.4fr 1fr 1fr minmax(140px,1fr);gap:2rem 2.5rem;max-width:1200px;margin:0 auto 2rem;text-align:left}.storefront-landing[dir=rtl] .storefront-landing-footer-columns{direction:rtl;text-align:right}.storefront-landing[dir=rtl] .storefront-landing-footer-links{padding-right:0}.storefront-landing-footer-col{min-width:0}.storefront-landing-footer-col-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#475569;margin:0 0 1rem}.storefront-landing-footer-brand .storefront-landing-footer-col-title{font-size:1.1rem;text-transform:none;letter-spacing:0;color:#1e293b}.storefront-landing-footer-tagline{font-size:.9rem;line-height:1.5;color:#64748b;margin:0;max-width:280px}.storefront-landing-footer-links{list-style:none;margin:0;padding:0}.storefront-landing-footer-links li{margin-bottom:.5rem}.storefront-landing-footer-link{color:#4f7cff;text-decoration:none;font-size:.9rem;transition:color .2s}.storefront-landing-footer-link:hover{color:#2563eb;text-decoration:underline}.storefront-landing-footer-bottom{padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center;display:flex;flex-direction:column;gap:.35rem}.storefront-landing-footer-copy{font-size:.85rem;font-weight:500;color:#475569}.storefront-landing-footer-cr{font-size:.8rem;color:#64748b;font-weight:500}.storefront-landing-footer-geo{font-size:.8rem;color:#94a3b8}.storefront-landing-footer-social-col .storefront-landing-footer-social{display:flex;flex-wrap:wrap;gap:.5rem}.storefront-landing-footer-contact-list{list-style:none;margin:0 0 .85rem;padding:0;display:flex;flex-direction:column;gap:.45rem}.storefront-landing-footer-contact-link{display:inline-flex;align-items:center;gap:.5rem;color:#475569;text-decoration:none;font-size:.9rem;line-height:1.35}.storefront-landing-footer-contact-link:hover{color:#2563eb;text-decoration:underline}.storefront-landing-footer-contact-icon{flex-shrink:0}.storefront-landing-footer-social-link{color:inherit;text-decoration:none;opacity:.85}.storefront-landing-footer-social-link:hover{opacity:1;text-decoration:none}.storefront-landing-footer-social-link.storefront-landing-footer-social-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#0000000f;transition:background .2s,opacity .2s}.storefront-landing-footer-social-link.storefront-landing-footer-social-icon:hover{background:#0000001f}.storefront-landing-footer-social-icon-svg{flex-shrink:0}.storefront-landing-footer-columns:not(:has(.storefront-landing-footer-social-col)){grid-template-columns:1.4fr 1fr 1fr}@media(max-width:768px){.storefront-landing-footer{padding:1.75rem 1rem 1rem}.storefront-landing-footer-columns{grid-template-columns:1fr 1fr;gap:1.5rem 1.25rem;margin-bottom:1.5rem}.storefront-landing-footer-columns:not(:has(.storefront-landing-footer-social-col)){grid-template-columns:1fr 1fr}.storefront-landing-footer-brand{grid-column:1 / -1}.storefront-landing-footer-tagline{max-width:none}.storefront-landing-footer-bottom{padding-top:1rem}}@media(max-width:480px){.storefront-landing-footer-columns{grid-template-columns:1fr;gap:1.25rem}.storefront-landing-footer-columns:not(:has(.storefront-landing-footer-social-col)){grid-template-columns:1fr}}.storefront-landing-tajra .storefront-landing-about{background:#0f284799;border-top-color:#c7ccd61a}.storefront-landing-tajra .storefront-landing-about-title{color:#fff}.storefront-landing-tajra .storefront-landing-about-body{color:#ffffffd9}.storefront-landing-tajra .storefront-landing-features{background:#f1f5f9}.storefront-landing-tajra .storefront-landing-features-title{color:#0f172a}.storefront-landing-tajra .storefront-landing-feature-card{background:#fff;border-color:#e2e8f0}.storefront-landing-tajra .storefront-landing-feature-card:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0f}.storefront-landing-tajra .storefront-landing-feature-title{color:#0f172a}.storefront-landing-tajra .storefront-landing-feature-desc{color:#64748b}.storefront-landing-tajra .storefront-landing-feature-card[data-feature-accent="1"] .storefront-landing-feature-icon{background:#4f7cff24;color:var(--landing-accent, #4f7cff)}.storefront-landing-tajra .storefront-landing-packages{background:#0b1c3af2;border-top-color:#c7ccd614}.storefront-landing-tajra .storefront-landing-packages-title{color:#fff}.storefront-landing-tajra .storefront-landing-package-card{background:#ffffff0d;border-color:#c7ccd626}.storefront-landing-tajra .storefront-landing-package-card:hover{border-color:var(--landing-accent, #4F7CFF);box-shadow:0 8px 24px #4f7cff33}.storefront-landing-tajra .storefront-landing-package-name{color:#fff}.storefront-landing-tajra .storefront-landing-package-amount{color:var(--landing-accent, #4F7CFF)}.storefront-landing-tajra .storefront-landing-package-currency,.storefront-landing-tajra .storefront-landing-package-cycle{color:#ffffffb3}.storefront-landing-tajra .storefront-landing-package-features li{color:#ffffffd9}.storefront-landing-tajra .storefront-landing-cta-section{background:linear-gradient(145deg,rgba(79,124,255,.12) 0%,transparent 50%);border-top-color:#c7ccd614}.storefront-landing-tajra .storefront-landing-cta-section-title{color:#fff}.storefront-landing-tajra .storefront-landing-cta-section-sub{color:#fffc}.storefront-landing-tajra .storefront-landing-footer{background:#00000040;border-top-color:#c7ccd614;color:#ffffffeb}.storefront-landing-tajra .storefront-landing-footer-bottom{border-top-color:#c7ccd61f}.storefront-landing-tajra .storefront-landing-footer-col-title{color:#ffffffbf}.storefront-landing-tajra .storefront-landing-footer-brand .storefront-landing-footer-col-title{color:#fffffff2}.storefront-landing-tajra .storefront-landing-footer-tagline{color:#ffffffe0}.storefront-landing-tajra .storefront-landing-footer-geo{color:#ffffff8c}.storefront-landing-tajra .storefront-landing-footer-copy{color:#ffffffeb}.storefront-landing-tajra .storefront-landing-footer-cr{color:#ffffffe0}.storefront-landing-tajra .storefront-landing-footer-link{color:#93c5fd}.storefront-landing-tajra .storefront-landing-footer-link:hover{color:#bfdbfe}.storefront-landing-tajra .storefront-landing-footer-social-link{color:#ffffffd9}.storefront-landing-tajra .storefront-landing-footer-social-link.storefront-landing-footer-social-icon{background:#ffffff1a}.storefront-landing-tajra .storefront-landing-footer-social-link.storefront-landing-footer-social-icon:hover{background:#fff3}@media(max-width:900px){.storefront-landing-hero-two-col{grid-template-columns:1fr;gap:2rem}.storefront-landing-hero-two-col>.storefront-landing-hero-content{justify-content:center;align-items:center;text-align:center}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col>.storefront-landing-hero-content{justify-content:center;align-items:center;text-align:center}.storefront-landing-hero-two-col>.storefront-landing-hero-content .storefront-landing-hero-ctas{justify-content:center}.storefront-landing-hero-content{max-width:100%}.storefront-landing-hero-tajra .storefront-landing-hero-two-col .storefront-landing-subheadline{margin-left:auto;margin-right:auto}.storefront-landing-hero-visual{order:-1;min-height:280px}.storefront-landing-hero-visual-img{max-height:min(50vh,360px)}.storefront-landing-hero-visual-orb{width:240px;height:240px}}.storefront-landing-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;color:#fff;cursor:pointer;border-radius:8px;transition:background .2s}.storefront-landing-menu-toggle:hover{background:#ffffff1a}.storefront-landing-nav-wrap{display:flex;align-items:center;gap:.75rem}@media(min-width:769px){.storefront-landing-header-inner{position:relative}.storefront-landing-nav-wrap .storefront-landing-nav{position:absolute;left:50%;transform:translate(-50%)}.storefront-landing-nav-wrap{flex:1;justify-content:flex-end}}.storefront-landing-mobile-menu-header{display:none}@media(max-width:768px){.storefront-landing-mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0 1rem;margin-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.storefront-landing-menu-toggle{display:flex;position:relative;z-index:100}.storefront-landing-header.storefront-landing-menu-open .storefront-landing-menu-toggle{visibility:hidden;pointer-events:none}.storefront-landing-mobile-menu-title{font-size:1rem;font-weight:600;color:#ffffffe6}.storefront-landing-mobile-menu-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:#ffffff1a;color:#fff;cursor:pointer;border-radius:8px;transition:background .2s}.storefront-landing-mobile-menu-close:hover{background:#fff3}.storefront-landing-nav-wrap{position:fixed;inset:0;z-index:99;background:#0b1c3a;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:72px 1rem 1.5rem;overflow-y:auto;transform:translate(100%);visibility:hidden;transition:transform .25s ease,visibility .25s}.storefront-landing-header.storefront-landing-menu-open .storefront-landing-nav-wrap{transform:translate(0);visibility:visible}[dir=rtl] .storefront-landing-nav-wrap{transform:translate(-100%)}[dir=rtl] .storefront-landing-header.storefront-landing-menu-open .storefront-landing-nav-wrap{transform:translate(0)}.storefront-landing-nav-wrap .storefront-landing-nav{flex-direction:column;align-items:stretch;gap:0;padding:0;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1rem;margin-bottom:1rem}.storefront-landing-nav-wrap .storefront-landing-nav .storefront-landing-dropdown{width:100%;display:block}.storefront-landing-nav-wrap .storefront-landing-nav .storefront-landing-dropdown-trigger{display:flex;width:100%;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;text-align:start;border:none;border-bottom:1px solid rgba(255,255,255,.08);background:none;color:inherit}.storefront-landing-nav-wrap .storefront-landing-nav .storefront-landing-nav-link{display:block;padding:.75rem 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.storefront-landing-nav-wrap .storefront-landing-nav .storefront-landing-dropdown-menu{position:static;margin-top:.25rem;margin-bottom:.5rem;transform:none;max-height:0;opacity:0;visibility:hidden;overflow:hidden;box-shadow:none;border:none;background:#ffffff0d;border-radius:8px;padding:0 .5rem;transition:max-height .2s ease,opacity .2s,visibility .2s}.storefront-landing-nav-wrap .storefront-landing-nav .storefront-landing-dropdown-menu-open{max-height:400px;opacity:1;visibility:visible;padding:.5rem}.storefront-landing-nav-wrap .storefront-landing-header-actions{flex-direction:column;align-items:stretch;gap:.5rem}.storefront-landing-nav-wrap .storefront-landing-btn-outline,.storefront-landing-nav-wrap .storefront-landing-cta-header{display:block;text-align:center;padding:.75rem 1rem}.storefront-landing-nav-wrap .storefront-landing-lang{width:100%;padding:.75rem 1rem;justify-content:center}}@media(max-width:640px){.storefront-landing-logo-img{max-height:48px}.storefront-landing-logo{font-size:1.5rem}}.product-types-page .product-types-main{max-width:1000px;margin:0 auto;padding:2.5rem 1.5rem;padding-top:calc(80px + 2.5rem);min-height:60vh}.product-types-main-inner{width:100%}.product-types-page-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 .5rem;text-align:center;color:#fff;letter-spacing:-.02em}.product-types-page-lead{text-align:center;color:#fffc;font-size:1.05rem;margin:0 0 2.5rem;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.5}.product-types-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.product-type-card{position:relative;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1.75rem;overflow:hidden;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}.product-type-card:hover{background:#ffffff17;border-color:#fff3;transform:translateY(-4px);box-shadow:0 12px 32px #0003}.product-type-card-accent{position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,var(--landing-accent, #4F7CFF) 0%,rgba(79,124,255,.5) 100%);border-radius:5px 0 0 5px}.product-type-card-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1rem;background:#4f7cff2e;color:var(--landing-accent, #4F7CFF);border-radius:14px;flex-shrink:0}.product-type-card-title{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:#fff;line-height:1.3}.product-type-card-detail{font-size:.95rem;color:#ffffffd9;line-height:1.65;margin:0}.product-types-comparison{margin-bottom:2.5rem}.product-types-comparison-title{font-size:1.35rem;font-weight:600;text-align:center;color:#fff;margin:0 0 1.25rem}.product-types-comparison-wrap{overflow-x:auto;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:#ffffff0a;box-shadow:0 4px 20px #00000026}.product-types-comparison-table{width:100%;border-collapse:collapse;min-width:580px}.product-types-comparison-table thead{background:#ffffff14}.product-types-th-feature{padding:1rem 1.25rem;text-align:left;font-weight:600;color:#fffffff2;font-size:.95rem;border-bottom:2px solid rgba(255,255,255,.2)}[dir=rtl] .product-types-th-feature{text-align:right}.product-types-th-type{padding:.85rem .75rem;text-align:center;font-weight:600;font-size:.85rem;color:#ffffffe6;border-bottom:2px solid rgba(255,255,255,.2)}.product-types-tr{transition:background .15s}.product-types-tr:hover{background:#ffffff0d}.product-types-tr:nth-child(2n){background:#ffffff05}.product-types-tr:nth-child(2n):hover{background:#ffffff12}.product-types-td-feature{padding:.85rem 1.25rem;text-align:left;color:#ffffffe6;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.08)}[dir=rtl] .product-types-td-feature{text-align:right}.product-types-td-value{padding:.85rem .75rem;text-align:center;color:#ffffffd9;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.08)}.product-types-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.product-types-btn{display:inline-block;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;border-radius:10px;text-decoration:none;transition:background .2s,color .2s,transform .15s,box-shadow .2s}.product-types-btn-primary{background:var(--landing-accent, #4F7CFF);color:#fff}.product-types-btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #4f7cff66}.product-types-btn-secondary{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.25)}.product-types-btn-secondary:hover{background:#ffffff2e;border-color:#ffffff59;transform:translateY(-2px)}.language-switcher{display:inline-flex}.language-switcher-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.45rem .6rem;background:transparent;border:none;border-radius:.5rem;cursor:pointer;color:var(--color-text-secondary, #6b7280);transition:color .2s,background .2s;outline:none}.language-switcher-btn:hover{background:#0000000d;color:var(--color-text, #1f2937)}.language-switcher-btn:focus-visible{box-shadow:0 0 0 2px #0000001a}.language-switcher-icon{width:1.125rem;height:1.125rem;flex-shrink:0;opacity:.9}.language-switcher-label{font-size:.8125rem;font-weight:500;letter-spacing:.02em}.footer{background:var(--theme-bottombar-color, var(--color-surface, #f9fafb));border-top:1px solid var(--color-border, #e5e7eb);padding:3rem var(--spacing, 1rem) 1.5rem;margin-top:auto;contain:layout style}.footer-container{max-width:var(--max-width, 1400px);margin:0 auto}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-logo-section{margin-bottom:1rem;min-height:80px}.footer-logo{display:block;max-width:150px;max-height:80px;width:auto;height:auto;object-fit:contain}.footer-description{color:var(--color-text-secondary, #6b7280);font-size:.9rem;line-height:1.6;margin:0;text-align:justify;text-justify:inter-word;text-align-last:start;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer-column-title{font-size:1.125rem;font-weight:700;line-height:1.35;color:var(--color-text, #111827);margin:0 0 1rem;font-family:var(--font-heading)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:var(--color-primary, var(--theme-primary, #3b82f6));text-decoration:underline;text-underline-offset:2px;font-size:.95rem;transition:color .2s}.footer-link:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb));text-decoration:underline}.footer-link-button{background:none;border:none;padding:0;cursor:pointer;font:inherit;text-align:inherit}.footer-contact-wrap{display:flex;flex-direction:column;gap:.75rem}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-social-icons{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem}.footer-social-icon-link{display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;color:var(--color-primary, var(--theme-primary, #3b82f6));text-decoration:none;border-radius:8px;transition:color .2s,background .2s;box-sizing:border-box}.footer-social-icon-link:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb));background:#3b82f61f}.footer-social-icon-link svg{width:1.3rem;height:1.3rem;flex-shrink:0}.footer-contact-item{display:flex;align-items:center;gap:.75rem;color:var(--color-primary, var(--theme-primary, #3b82f6));text-decoration:none;font-size:.95rem;line-height:1.45;min-height:1.5rem;transition:color .2s}.footer-contact-item:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb));text-decoration:underline}.footer-contact-icon{display:flex;align-items:center;justify-content:center;font-size:1.25rem;width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;text-align:center;flex-shrink:0}.footer-contact-icon svg{fill:currentColor;color:currentColor}.footer-no-contact{color:var(--color-text-secondary, #6b7280);font-size:.9rem;margin:0;text-align:justify;text-justify:inter-word;text-align-last:start;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer-column-location{min-width:0}.footer-address-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-address-line{color:var(--color-text-secondary, #6b7280);font-size:.95rem;line-height:1.5;display:block;text-align:justify;text-justify:inter-word;text-align-last:start}.footer-address-name{font-weight:600;color:var(--color-text, #1f2937)}.footer-address-text{color:var(--color-text-secondary, #6b7280)}.footer-directions-link{color:var(--color-primary, var(--theme-primary, #3b82f6));text-decoration:underline;text-underline-offset:2px;font-weight:500;white-space:nowrap}.footer-directions-link:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb));text-decoration:underline}.footer-column-hours{min-width:0}.footer-working-hours{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.footer-working-hours-item{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem;color:var(--color-text-secondary, #6b7280)}.footer-working-hours-day{font-weight:500;color:var(--color-text, #1f2937)}.footer-working-hours-time{white-space:nowrap}.footer-copyright{text-align:justify;text-justify:inter-word;text-align-last:center;padding-top:2rem;border-top:1px solid var(--color-border, #e5e7eb);color:var(--color-text-secondary, #6b7280);font-size:.9rem}.footer-copyright p{margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer-powered-by{margin-top:.5rem!important;font-size:.85rem;color:var(--theme-text-secondary, var(--color-text-secondary, #6b7280))}.footer-powered-by-link{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:.15em;text-decoration-thickness:1px;text-shadow:0 0 1px rgba(255,255,255,.45),0 1px 2px rgba(0,0,0,.35)}.footer-powered-by-link:hover{text-decoration-thickness:2px;opacity:.92}@media(max-width:1024px){.footer-columns{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-column:first-child{grid-column:1 / -1}}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-columns{grid-template-columns:1fr;gap:2rem}.footer-column:first-child{grid-column:1}}.price-with-currency{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.35em;unicode-bidi:isolate;--price-currency-amount-color: currentColor;--price-currency-symbol-color: var(--price-currency-amount-color)}.price-with-currency__leading-minus{margin-inline-end:.1em;color:var(--price-currency-symbol-color)}.price-with-currency__sar{height:1.05em;width:auto;max-height:1.2em;flex-shrink:0;display:block;color:var(--price-currency-symbol-color)}.price-with-currency__prefix{color:var(--price-currency-symbol-color)}.price-with-currency__amount{direction:ltr;unicode-bidi:isolate;color:var(--price-currency-amount-color)}.price-with-currency__unit{color:var(--price-currency-symbol-color)}.price-with-currency__prefix,.price-with-currency__amount,.price-with-currency__unit{white-space:nowrap}.cart-item{display:flex;gap:1rem;padding:1rem;background:var(--color-surface, white);border-radius:var(--border-radius, .5rem);border:1px solid var(--color-border, #e5e7eb);margin-bottom:1rem}.cart-item-image{width:100px;height:100px;flex-shrink:0;border-radius:var(--border-radius, .5rem);overflow:hidden;background:#f3f4f6}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-content{flex:1;display:flex;flex-direction:column}.cart-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.cart-item-name{margin:0;font-size:1.125rem;font-weight:600;color:var(--color-text, #1f2937);font-family:var(--font-heading)}.cart-item-remove{background:none;border:none;color:var(--color-error, #ef4444);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:transform .2s}.cart-item-remove:hover{transform:scale(1.1)}.cart-item-variant{display:flex;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.variant-attribute{padding:.25rem .5rem;background:var(--color-surface, #f9fafb);border-radius:.25rem;font-size:.875rem;color:var(--color-text-secondary, #6b7280)}.cart-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-item-price{font-size:1.125rem;font-weight:600;color:var(--color-primary, #10b981)}.price-with-discount{display:flex;flex-direction:column;gap:.25rem}.original-price-strikethrough{font-size:.875rem;font-weight:400;color:var(--color-text-secondary, #6b7280);text-decoration:line-through;text-decoration-thickness:1.5px}.original-price-strikethrough .price-with-currency,.original-price-strikethrough .price-with-currency__leading-minus,.original-price-strikethrough .price-with-currency__sar,.original-price-strikethrough .price-with-currency__prefix,.original-price-strikethrough .price-with-currency__amount,.original-price-strikethrough .price-with-currency__unit{text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:currentColor}.offer-price{font-size:1.125rem;font-weight:600;color:var(--color-primary, #10b981)}.weight-info{font-size:.875rem;font-weight:400;color:var(--color-text-secondary, #6b7280)}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius, .5rem);padding:.25rem}.quantity-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--color-surface, #f9fafb);border:none;border-radius:.25rem;cursor:pointer;color:var(--color-text, #1f2937);transition:background .2s}.quantity-btn:hover{background:var(--color-border, #e5e7eb)}.quantity-value{min-width:2rem;text-align:center;font-weight:600}.weight-input-group{display:flex;align-items:center;gap:.5rem}.weight-input-group label{font-size:.875rem;color:var(--color-text-secondary, #6b7280)}.weight-input{width:80px;padding:.5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius, .5rem);font-size:.9rem}.cart-item-total{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--color-border, #e5e7eb);font-size:1rem;color:var(--color-text, #1f2937)}.cart-item-extras{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border, #e5e7eb)}.cart-item-file,.cart-item-notes{margin-top:.5rem;font-size:.875rem}.cart-item-file strong,.cart-item-notes strong{display:block;margin-bottom:.25rem;color:var(--color-text, #1f2937)}.cart-item-file .file-link{color:#3b82f6;text-decoration:underline;margin-left:.5rem}.cart-item-file .file-link:hover{color:#1e40af}.cart-item-notes p{margin:.25rem 0 0;padding:.5rem;background:#fef3c7;border-left:3px solid #f59e0b;border-radius:4px;color:#78350f}@media(max-width:768px){.cart-item{flex-direction:column}.cart-item-image{width:100%;height:200px}}.floating-cart-snackbar{position:fixed;bottom:calc(5.25rem + env(safe-area-inset-bottom,0px));left:1rem;right:1rem;max-width:28rem;margin:0 auto;z-index:1100;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fff;color:var(--color-text, #1f2937);border-radius:.75rem;box-shadow:0 10px 40px #00000026;border:1px solid rgba(0,0,0,.06);animation:floatingCartSnackbarIn .28s ease-out}.floating-cart-snackbar svg.snackbar-icon{color:#10b981;flex-shrink:0}.floating-cart-snackbar-message{flex:1;font-size:.9rem;font-weight:500}.floating-cart-snackbar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.floating-cart-snackbar-btn{font-size:.8125rem;font-weight:600;padding:.375rem .75rem;border-radius:.5rem;border:none;cursor:pointer;white-space:nowrap}.floating-cart-snackbar-btn-primary{background:var(--color-primary, var(--theme-primary, #3b82f6));color:#fff}.floating-cart-snackbar-btn-ghost{background:transparent;color:var(--color-text-secondary, #6b7280)}@keyframes floatingCartSnackbarIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.floating-cart-bar{position:fixed;bottom:0;left:0;right:0;z-index:1050;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));background:var(--theme-bottombar-color, #fff);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -4px 24px #00000014;animation:floatingCartBarIn .25s ease-out}.floating-cart-bar-summary{flex:1;min-width:0;display:flex;align-items:center;gap:.625rem;background:none;border:none;padding:0;cursor:pointer;text-align:start;color:inherit;font:inherit}.floating-cart-bar-icon-wrap{position:relative;flex-shrink:0;color:var(--color-primary, var(--theme-primary, #3b82f6))}.floating-cart-bar-badge{position:absolute;top:-6px;inset-inline-end:-8px;min-width:1.125rem;height:1.125rem;padding:0 .25rem;font-size:.65rem;font-weight:700;line-height:1.125rem;text-align:center;background:var(--color-primary, var(--theme-primary, #3b82f6));color:#fff;border-radius:999px}.floating-cart-bar-text{min-width:0;display:flex;flex-direction:column;gap:.125rem}.floating-cart-bar-count{font-size:.8125rem;font-weight:600;color:var(--color-text, #1f2937)}.floating-cart-bar-total{font-size:.9375rem;font-weight:700;color:var(--color-text, #111827)}.floating-cart-bar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.floating-cart-bar-btn{font-size:.8125rem;font-weight:600;padding:.625rem .875rem;border-radius:.5rem;border:none;cursor:pointer;white-space:nowrap}.floating-cart-bar-btn-primary{background:var(--color-primary, var(--theme-primary, #3b82f6));color:#fff}.floating-cart-bar-btn-secondary{background:transparent;color:var(--color-primary, var(--theme-primary, #3b82f6));border:1.5px solid var(--color-primary, var(--theme-primary, #3b82f6))}@keyframes floatingCartBarIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.floating-cart-drawer-backdrop{position:fixed;inset:0;z-index:1200;background:#00000073;animation:floatingCartFadeIn .2s ease-out}.floating-cart-drawer{position:fixed;z-index:1210;display:flex;flex-direction:column;background:var(--color-background, #fff);color:var(--color-text, #1f2937);box-shadow:0 -8px 40px #0000001f}.floating-cart-drawer--mobile{left:0;right:0;bottom:0;max-height:min(88vh,640px);border-radius:1rem 1rem 0 0;animation:floatingCartDrawerUp .3s ease-out;padding-bottom:env(safe-area-inset-bottom,0px)}.floating-cart-drawer--desktop{top:0;bottom:0;width:min(420px,100vw);inset-inline-end:0;animation:floatingCartDrawerSide .3s ease-out}[dir=rtl] .floating-cart-drawer--desktop{animation-name:floatingCartDrawerSideRtl}@keyframes floatingCartFadeIn{0%{opacity:0}to{opacity:1}}@keyframes floatingCartDrawerUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes floatingCartDrawerSide{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes floatingCartDrawerSideRtl{0%{transform:translate(-100%)}to{transform:translate(0)}}.floating-cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.floating-cart-drawer-header h2{margin:0;font-size:1.125rem;font-weight:700}.floating-cart-drawer-close{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;background:#f3f4f6;border-radius:999px;cursor:pointer;color:#374151}.floating-cart-drawer-body{flex:1;overflow-y:auto;padding:1rem 1.25rem;-webkit-overflow-scrolling:touch}.floating-cart-drawer-empty{text-align:center;padding:2rem 1rem;color:#6b7280}.floating-cart-drawer-footer{flex-shrink:0;padding:1rem 1.25rem;border-top:1px solid #e5e7eb;background:var(--color-background, #fff)}.floating-cart-drawer-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9375rem}.floating-cart-drawer-summary-row.total{font-weight:700;font-size:1.0625rem;margin-bottom:1rem}.floating-cart-drawer-actions{display:flex;flex-direction:column;gap:.5rem}.floating-cart-drawer-btn{display:block;width:100%;text-align:center;padding:.875rem 1rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;box-sizing:border-box}.floating-cart-drawer-btn-primary{background:var(--color-primary, var(--theme-primary, #3b82f6));color:#fff}.floating-cart-drawer-btn-secondary{background:transparent;color:var(--color-primary, var(--theme-primary, #3b82f6));border:1.5px solid var(--color-primary, var(--theme-primary, #3b82f6))}.floating-cart-drawer .cart-item{margin-bottom:1rem}@media(min-width:768px){.floating-cart-snackbar{left:auto;right:1.5rem;bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}[dir=rtl] .floating-cart-snackbar{right:auto;left:1.5rem}.floating-cart-bar{left:1rem;right:1rem;width:auto;max-width:640px;margin-left:auto;margin-right:auto;border-radius:.75rem .75rem 0 0;bottom:env(safe-area-inset-bottom,0px)}}.layout{min-height:100vh;display:flex;flex-direction:column;background:var(--color-background, #ffffff);color:var(--color-text, #1f2937);font-family:var(--font-body)}.header{background:var(--theme-topbar-color, rgba(255, 255, 255, .95));backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.8);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000f;transition:all .3s}.header.transparent{background:transparent;border-bottom:none}.header.topbar-design2 .header-container{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-rows:auto;align-items:center;align-content:center;padding:.5rem var(--spacing, 1rem);min-height:4.5rem;position:relative;column-gap:.75rem}.header.topbar-design2 .logo{grid-column:2;grid-row:1;justify-self:center;align-self:center;position:relative}.header.topbar-design2 .categories-nav{grid-column:1;grid-row:1;margin:0;min-width:0;align-self:center;justify-self:start;justify-content:start}.header.topbar-design2 .header-actions{grid-column:3;grid-row:1;margin:0;flex-shrink:0;align-self:center;justify-self:end}.header.topbar-design3{padding:.5rem 0}.header.topbar-design3 .header-container{padding:.5rem var(--spacing, 1rem)}.header.topbar-design3 .categories-nav{display:none}.header.topbar-design4{background:transparent!important;border-bottom:none!important;box-shadow:none!important;position:fixed;top:0;left:0;right:0;z-index:1000}.header.topbar-design4.sticky{background:transparent!important;backdrop-filter:none!important;border-bottom:none!important;box-shadow:none!important;transition:background .3s ease,backdrop-filter .3s ease,border-bottom .3s ease,box-shadow .3s ease}.header.topbar-design4.sticky.scrolled,.header.topbar-design4.transparent.sticky.scrolled,.header.topbar-design4.sticky.transparent.scrolled,.header.topbar-design4.sticky.scrolled.transparent{background:var(--theme-topbar-color, rgba(255, 255, 255, .95))!important;backdrop-filter:blur(10px)!important;border-bottom:1px solid rgba(229,231,235,.8)!important;box-shadow:0 2px 8px #0000000f!important}.layout:has(.header.topbar-design4.transparent:not(.scrolled)){padding:0!important;margin:0!important;width:100vw!important;max-width:100vw!important;overflow-x:hidden}.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .main-content{margin:0!important;padding:0!important;max-width:100vw!important;width:100vw!important;overflow-x:hidden}.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-section{margin:0!important;padding:0!important;position:relative;z-index:1;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}.layout:has(.header.topbar-design4.scrolled) .main-content{padding-top:80px}.layout:has(.header.topbar-design4.scrolled) .hero-section{padding-top:0!important;margin-top:0!important}.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-section,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-slider-container,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-image-container,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-image-container img,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-slide,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-slide img{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-content,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-cta,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-title,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-subtitle{margin-left:auto!important;margin-right:auto!important;max-width:var(--max-width, 1400px)!important}.header.topbar-design5{border-bottom:2px solid var(--theme-primary, #3B82F6)}.header-container{max-width:var(--max-width, 1400px);margin:0 auto;padding:.25rem var(--spacing, 1rem);display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}.header.topbar-design4 .header-container{max-width:100%;padding-left:var(--spacing, 1rem);padding-right:var(--spacing, 1rem)}.logo{display:flex;align-items:center;text-decoration:none;font-family:var(--font-heading);outline:none;border-radius:.25rem}.logo:focus{outline:none}.logo:focus-visible{outline:none;box-shadow:0 0 0 2px #0000001f}.logo-image{max-height:100px;max-width:400px;object-fit:contain;margin-right:.5rem}[dir=rtl] .logo-image{margin-right:0;margin-left:.5rem}.logo-text,.logo-text-fallback{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.logo-text-fallback{display:none}.categories-nav{flex:1;display:flex;justify-content:center;align-items:center;margin:0 2rem;min-width:0}.categories-list{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0;flex-wrap:wrap;justify-content:center}.categories-list li{margin:0}.category-nav-item{position:relative;display:flex;align-items:stretch}.category-nav-item--has-children{align-items:stretch}.category-nav-trigger{display:inline-flex;align-items:center;gap:.2rem}.category-nav-item--has-children .category-link{padding-inline-end:.15rem}.category-dropdown-icon{display:inline-flex;color:var(--color-primary, var(--theme-primary, #3b82f6));opacity:.85;pointer-events:none}.category-dropdown{display:none;position:absolute;top:100%;inset-inline-start:0;margin:0;padding:.4rem 0;min-width:min(240px,85vw);list-style:none;background:var(--color-background, #fff);border:1px solid var(--color-border, #e5e7eb);border-radius:10px;box-shadow:0 10px 25px -5px #0000001f,0 8px 10px -6px #00000014;z-index:250}.category-nav-item--has-children:hover .category-dropdown,.category-nav-item--has-children:focus-within .category-dropdown{display:block}.category-dropdown-link{display:block;padding:.55rem 1rem;color:var(--color-text, #374151);text-decoration:none;font-size:.9375rem;font-weight:500;white-space:nowrap;transition:background .15s,color .15s}.category-dropdown-link:hover{background:#3b82f614;color:var(--color-primary, var(--theme-primary, #2563eb))}.category-link{color:var(--color-primary, var(--theme-primary, #3B82F6));text-decoration:none;font-weight:700;font-size:1.125rem;padding:.5rem 0;transition:color .2s;white-space:nowrap;letter-spacing:.01em}.category-link:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb))}.categories-loading,.categories-empty{color:var(--color-text-secondary, #6b7280);font-size:.875rem;padding:.5rem}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.search-wrapper{position:relative}.search-icon-button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-primary, var(--theme-primary, #3B82F6));transition:color .2s;border-radius:4px}.search-icon-button svg{color:var(--color-primary, var(--theme-primary, #3B82F6));stroke:var(--color-primary, var(--theme-primary, #3B82F6))}.search-icon-button:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb));background:#3b82f61a}.search-icon-button:hover svg{color:var(--color-primary-dark, var(--theme-primary, #2563eb));stroke:var(--color-primary-dark, var(--theme-primary, #2563eb))}.search-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid rgba(229,231,235,.8);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:300px;padding:1rem}[dir=rtl] .search-dropdown{right:auto;left:0}.search-form{display:flex;align-items:center;gap:.5rem}.search-input{flex:1;padding:.75rem 1rem;border:1px solid rgba(229,231,235,.8);border-radius:6px;font-size:.95rem;outline:none;transition:border-color .2s}.search-input:focus{border-color:var(--theme-primary, #3B82F6)}.search-submit,.search-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-text, #1f2937);transition:color .2s;border-radius:4px}.search-submit:hover{color:var(--theme-primary, #3B82F6);background:#3b82f61a}.search-close:hover{color:var(--color-error, #ef4444);background:#ef44441a}.nav-desktop{display:none}.cart-link{position:relative;display:flex;align-items:center;gap:.5rem;color:var(--color-primary, var(--theme-primary, #3B82F6));transition:color .2s}.cart-link svg{color:var(--color-primary, var(--theme-primary, #3B82F6));stroke:var(--color-primary, var(--theme-primary, #3B82F6))}.cart-link:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb))}.cart-link:hover svg{color:var(--color-primary-dark, var(--theme-primary, #2563eb));stroke:var(--color-primary-dark, var(--theme-primary, #2563eb))}.cart-badge{position:absolute;top:-8px;right:-8px;background:var(--color-error, #ef4444);color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}[dir=rtl] .cart-badge{right:auto;left:-8px}.rtl-toggle{padding:.5rem 1rem;background:var(--color-surface, #f9fafb);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius, .5rem);cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s}.rtl-toggle:hover{background:var(--color-border, #e5e7eb)}.account-menu{position:relative}.account-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-surface, #f9fafb);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius, .5rem);cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s,color .2s;color:var(--color-primary, var(--theme-primary, #3B82F6))}.account-button svg{color:var(--color-primary, var(--theme-primary, #3B82F6));stroke:var(--color-primary, var(--theme-primary, #3B82F6))}.account-button:hover{background:var(--color-border, #e5e7eb);color:var(--color-primary-dark, var(--theme-primary, #2563eb))}.account-button:hover svg{color:var(--color-primary-dark, var(--theme-primary, #2563eb));stroke:var(--color-primary-dark, var(--theme-primary, #2563eb))}.account-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius, .5rem);box-shadow:0 4px 12px #0000001a;min-width:200px;z-index:1000}[dir=rtl] .account-dropdown{right:auto;left:0}.account-info{padding:1rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.account-name{margin:0 0 .25rem;font-weight:600;color:var(--color-text, #1f2937)}.account-email{margin:0;font-size:.85rem;color:var(--color-text-secondary, #6b7280)}.account-link{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--color-text, #1f2937);text-decoration:none;transition:background .2s;border-top:1px solid var(--color-border, #e5e7eb)}.account-link:hover{background:var(--color-surface, #f9fafb)}.account-profile{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--color-text, #1f2937);text-decoration:none;transition:background .2s;border-top:1px solid var(--color-border, #e5e7eb)}.account-profile:hover{background:var(--color-surface, #f9fafb)}.account-logout{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--color-error, #ef4444);transition:background .2s;border-top:1px solid var(--color-border, #e5e7eb)}.account-logout:hover{background:var(--color-surface, #f9fafb)}.login-link{padding:.5rem 1rem;background:var(--color-secondary, var(--theme-secondary, #10b981));color:var(--theme-on-secondary, #ffffff);border-radius:var(--border-radius, .5rem);text-decoration:none;font-weight:500;transition:background .2s}.login-link:hover{background:color-mix(in srgb,var(--color-secondary, var(--theme-secondary, #10b981)) 88%,#000000)}.mobile-account-link{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--color-text, #1f2937);text-decoration:none;text-align:left;transition:background .2s}[dir=rtl] .mobile-account-link{text-align:right}.mobile-account-link:hover{background:var(--color-surface, #f9fafb)}.mobile-logout{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--color-error, #ef4444);text-align:left}[dir=rtl] .mobile-logout{text-align:right}.mobile-logout:hover{background:var(--color-surface, #f9fafb)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--color-text, #1f2937);padding:.5rem;border-radius:4px;transition:background .2s}.mobile-menu-toggle:hover{background:#0000000d}.nav-mobile{display:none;flex-direction:column;gap:0;padding:0;background:var(--color-surface, white);border-top:1px solid var(--color-border, #e5e7eb);max-height:calc(100vh - 80px);overflow-y:auto;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-header{display:flex;justify-content:flex-end;align-items:center;padding:1rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.mobile-menu-close{background:none;border:none;cursor:pointer;color:var(--color-text, #1f2937);padding:.5rem;border-radius:4px;transition:background .2s}.mobile-menu-close:hover{background:#0000000d}.nav-mobile a,.mobile-menu-link{color:var(--color-text, #1f2937);text-decoration:none;font-weight:500;padding:1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--color-border, #e5e7eb);transition:background .2s}.nav-mobile a:hover,.mobile-menu-link:hover{background:var(--color-surface, #f9fafb)}.mobile-menu-actions{display:flex;flex-direction:column;gap:0;border-bottom:2px solid var(--color-border, #e5e7eb);background:var(--color-surface, #f9fafb)}.mobile-action-link{color:var(--color-text, #1f2937);text-decoration:none;font-weight:600;padding:1.25rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--color-border, #e5e7eb);transition:background .2s;background:#fff;cursor:pointer;border:none;width:100%;text-align:left;font-size:1rem}[dir=rtl] .mobile-action-link{text-align:right}.mobile-action-link:hover{background:var(--color-surface, #f9fafb)}.mobile-action-link:last-child{border-bottom:none}.mobile-menu-language{padding:.75rem 1rem;border-bottom:1px solid var(--color-border, #e5e7eb);background:#fff}.mobile-menu-language .language-switcher{display:flex;width:100%}.mobile-menu-language .language-switcher-btn{width:100%;justify-content:center;padding:.875rem 1rem;border:1px solid var(--color-border, #e5e7eb);border-radius:10px;background:var(--color-surface, #f9fafb);font-size:.9375rem}.mobile-cart-link{position:relative;color:var(--color-primary, var(--theme-primary, #3B82F6));transition:color .2s}.mobile-cart-link:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb))}.mobile-cart-link .cart-badge{margin-left:auto}.mobile-categories{display:flex;flex-direction:column;gap:0;padding:0;border-top:1px solid var(--color-border, #e5e7eb);border-bottom:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, #f9fafb)}.mobile-category-link{padding:.75rem 1.5rem!important;color:var(--color-text, #1f2937)!important;text-decoration:none!important;border-bottom:1px solid var(--color-border, #e5e7eb)!important;transition:background .2s;display:flex!important;align-items:center}.mobile-category-link:hover{background:#00000005!important}.mobile-category-group{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.75rem}.mobile-category-group:last-child{margin-bottom:0}.mobile-category-sublink{padding-inline-start:1.25rem!important;font-size:.95rem!important;font-weight:500!important;color:var(--color-text-secondary, #6b7280)!important}.mobile-category-sublink:hover{color:var(--color-primary, var(--theme-primary, #3b82f6))!important}.mobile-category-group:last-child>:last-child{border-bottom:none!important}.main-content{flex:1;padding:2rem 0}.main-content.main-content--floating-cart{padding-bottom:calc(6.75rem + env(safe-area-inset-bottom,0px))}.layout:not(:has(.header.topbar-design4)) .main-content{padding-top:0}.layout:not(:has(.header.topbar-design4)) .main-content>*:first-child.hero-section,.layout:not(:has(.header.topbar-design4)) .main-content>*:first-child:has(.hero-section){margin-top:0!important;padding-top:0!important}.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .main-content>*:first-child.hero-section,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .main-content>*:first-child:has(.hero-section){margin-top:0;padding-top:0}.loading-container,.error-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem}.loading{font-size:1.25rem;color:#6b7280;text-align:center}.error-message{text-align:center;max-width:600px;padding:2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.error-message h2{color:#dc2626;margin:0 0 1rem;font-size:1.5rem}.error-message p{color:#6b7280;margin:.5rem 0;font-size:1rem}.error-hint{margin-top:1rem;font-size:.875rem;color:#9ca3af}.footer{background:var(--theme-bottombar-color, var(--color-surface, #f9fafb));border-top:1px solid var(--color-border, #e5e7eb);padding:2rem var(--spacing, 1rem);margin-top:auto}.footer-container{max-width:var(--max-width, 1400px);margin:0 auto;text-align:center;color:var(--color-text-secondary, #6b7280)}.footer-info{margin-top:1rem;font-size:.9rem}.footer-info p{margin:.25rem 0}@media(max-width:1024px){.header-container{padding:.5rem 1rem}.header .categories-nav{display:none}.header .mobile-menu-toggle{display:block}.header.topbar-design2 .header-container{align-items:center;align-content:center}.header.topbar-design2 .logo,.header.topbar-design2 .header-actions{grid-row:1;align-self:center}.header.topbar-design2 .mobile-menu-toggle{grid-column:1;grid-row:1;align-self:center;justify-self:start}.header.topbar-design2 .header-actions{grid-column:3;justify-self:end}}@media(max-width:768px){.header-container{flex-wrap:nowrap;padding:.5rem 1rem;gap:.5rem}.header .categories-nav{display:none}.header .mobile-menu-toggle{display:flex;align-items:center;justify-content:center;order:1}[dir=rtl] .header .mobile-menu-toggle{order:3}.header .logo{order:2;flex:1;justify-content:center;max-width:150px}.header .logo-image{max-height:50px}.header .header-actions{order:3;gap:.5rem;flex-shrink:0}.header .header-actions .search-wrapper,.header .header-actions .account-menu,.header .header-actions .login-link{display:none}.header .header-actions .cart-link{display:flex;align-items:center;justify-content:center;padding:.5rem}.header .header-actions .language-switcher{display:none}[dir=rtl] .header .header-actions{order:1}.header.storefront-display-only .header-actions{display:flex;gap:.25rem}.header.storefront-display-only .header-actions .search-wrapper,.header.storefront-display-only .header-actions .cart-link,.header.storefront-display-only .header-actions .account-menu,.header.storefront-display-only .header-actions .login-link{display:none}.header.storefront-display-only .header-actions .language-switcher{display:flex!important}[dir=rtl] .header.storefront-display-only .header-container{display:flex;justify-content:space-between;align-items:center}[dir=rtl] .header.storefront-display-only .mobile-menu-toggle{order:1}[dir=rtl] .header.storefront-display-only .logo{order:2;flex:0 1 auto;max-width:170px;margin-inline-start:auto;margin-inline-end:0;justify-content:flex-end}.layout .header.topbar-design2 .header-container{grid-template-columns:auto 1fr auto;grid-template-rows:auto;align-items:center;min-height:70px;padding:.5rem 1rem}.header.topbar-design2 .logo{grid-column:2;grid-row:1;justify-self:center;align-self:center}.header.topbar-design2 .categories-nav{display:none}.header.topbar-design2 .header-actions{grid-column:3;grid-row:1;justify-self:end;align-self:center}.header.topbar-design2 .mobile-menu-toggle{grid-column:1;grid-row:1;justify-self:start;align-self:center}.header.topbar-design2 .logo,.header.topbar-design2 .header-actions,.header.topbar-design2 .mobile-menu-toggle{order:0}[dir=rtl] .layout .header.topbar-design2.storefront-display-only .header-container{display:flex;justify-content:space-between;align-items:center}[dir=rtl] .layout .header.topbar-design2.storefront-display-only .mobile-menu-toggle{order:1;justify-self:auto}[dir=rtl] .layout .header.topbar-design2.storefront-display-only .logo{order:2;grid-column:auto;justify-self:auto;margin-inline-start:auto;margin-inline-end:0;justify-content:flex-end}[dir=rtl] .layout .header.topbar-design2.storefront-display-only .header-actions{display:flex;grid-column:auto;justify-self:auto;order:1}.header .nav-mobile{display:flex}.search-dropdown{min-width:calc(100vw - 2rem);right:0;left:0;margin:0 1rem}[dir=rtl] .search-dropdown{right:0;left:0}.account-dropdown{right:0;left:auto;min-width:200px}[dir=rtl] .account-dropdown{right:auto;left:0}.main-content{padding:1rem 0}}@media(max-width:480px){.header-container{padding:.5rem}.header .logo-image{max-height:40px}.header .header-actions{gap:.25rem}.header-actions button,.header-actions a{padding:.5rem}.nav-mobile{max-height:calc(100vh - 60px)}.mobile-menu-link{padding:.875rem 1rem;font-size:.95rem}}.storefront-unavailable{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--theme-background, #f9fafb);color:var(--theme-text, #1f2937);padding:2rem 1.25rem}.storefront-unavailable-main{max-width:28rem;text-align:center}.storefront-unavailable-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.storefront-unavailable-text{margin:0;font-size:1rem;line-height:1.6;color:var(--theme-text-secondary, #6b7280)}:root{--theme-primary: var(--brand-accent);--theme-secondary: var(--brand-primary);--theme-accent: var(--brand-accent);--theme-background: var(--brand-white);--theme-text: var(--brand-text);--theme-text-secondary: var(--brand-text-secondary);--theme-card-color: var(--brand-white);--theme-topbar-color: var(--brand-white);--theme-bottombar-color: var(--brand-surface);--theme-on-secondary: #ffffff;--theme-heading-font: "Inter", sans-serif;--theme-body-font: "Inter", sans-serif;--color-primary: var(--theme-primary);--color-secondary: var(--theme-secondary);--color-accent: var(--theme-accent);--color-background: var(--theme-background);--color-surface: var(--brand-surface);--color-text: var(--theme-text);--color-text-secondary: var(--theme-text-secondary);--color-border: var(--brand-border);--color-error: var(--brand-error);--color-success: var(--brand-success);--font-heading: var(--theme-heading-font);--font-body: var(--theme-body-font);--max-width: 1400px;--border-radius: .5rem;--spacing: 1rem;--text-shadow-default: 0 1px 2px rgba(0, 0, 0, .1);--text-shadow-heading: var(--text-shadow-default);--body-text-shadow: var(--text-shadow-default)}@keyframes spin{to{transform:rotate(360deg)}}[dir=rtl]{direction:rtl;text-align:right}[dir=ltr]{direction:ltr;text-align:left}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;width:100%;overflow-x:hidden}body{font-family:var(--font-body),system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--color-text);background:var(--color-background);line-height:1.6;margin:0;padding:0;width:100%;overflow-x:hidden;text-shadow:var(--body-text-shadow)}select{color:var(--color-text, #1f2937);background-color:var(--color-surface, #ffffff)}select option{color:var(--color-text, #111827);background-color:var(--color-surface, #ffffff)}#root{margin:0;padding:0;width:100%;overflow-x:hidden}.storefront-seo-h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-text);text-shadow:var(--text-shadow-heading)}p{margin:0;color:var(--color-text)}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-secondary)}input,select,textarea{text-shadow:none}svg,img,canvas,video,iframe{text-shadow:none}button{font-family:var(--font-body);cursor:pointer}input,select,textarea{font-family:var(--font-body)}.loading{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--color-text-secondary);font-size:1.125rem}.error{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--color-error);font-size:1.125rem}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media print{.header,.footer,.mobile-menu-toggle{display:none}}
