:root{--color-surface:#fcf8ff;--color-surface-low:#f5f2ff;--color-surface-container:#efecff;--color-surface-lowest:#fff;--color-surface-dark:#131833;--color-surface-dark-soft:#1a1f3f;--color-on-surface:#1a1a2e;--color-on-surface-soft:#696c7f;--color-outline-ghost:#c8c5cd26;--color-outline-light:#ffffff1a;--color-primary:#eb4762;--color-primary-text:#fff;--color-secondary:#e2e0fc;--color-highlight:#ffddb4;--color-highlight-text:#291800;--color-error:#ba1a1a;--color-error-bg:#ffdad6;--radius-sm:4px;--radius-lg:8px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--space-10:40px;--space-12:48px;--font-display:"Plus Jakarta Sans", "IBM Plex Sans Arabic", system-ui, sans-serif;--font-body:Inter, "IBM Plex Sans Arabic", system-ui, sans-serif;--fs-h1:1.4rem;--fs-h2:1.2rem;--fs-h3:1.05rem;--fs-body:.95rem;--fs-caption:.82rem;--lh-heading:1.35;--lh-body:1.7}@media (width>=360px){:root{--fs-h1:1.5rem;--fs-h2:1.25rem;--fs-h3:1.1rem;--fs-body:1rem;--fs-caption:.85rem}}@media (width>=390px){:root{--fs-h1:1.6rem;--fs-h2:1.3rem;--fs-h3:1.15rem;--fs-body:1rem;--fs-caption:.88rem}}@media (width>=430px){:root{--fs-h1:1.7rem;--fs-h2:1.35rem;--fs-h3:1.2rem;--fs-body:1.05rem;--fs-caption:.9rem}}@media (width>=768px){:root{--fs-h1:2rem;--fs-h2:1.6rem;--fs-h3:1.3rem;--fs-body:1.05rem;--fs-caption:.92rem}}@media (width>=1024px){:root{--fs-h1:2.3rem;--fs-h2:1.8rem;--fs-h3:1.45rem;--fs-body:1.1rem;--fs-caption:.95rem}}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{direction:rtl}body{background:var(--color-surface);color:var(--color-on-surface);font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-body)}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);line-height:var(--lh-heading);letter-spacing:-.02em;margin:0}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p{margin:0}.container{width:min(100% - 2rem,1200px);margin-inline:auto}.section{padding-block:var(--space-6)}.card{background:var(--color-surface-lowest);border-radius:var(--radius-lg);box-shadow:0 16px 32px #1a1a2e0f}.ghost-border{border:1px solid var(--color-outline-ghost)}.text-caption{font-size:var(--fs-caption)}.storefront-main{min-height:70vh}.news-bar{background:var(--color-primary);color:var(--color-primary-text);text-align:center;font-size:var(--fs-caption);padding:6px 14px;font-weight:700}.store-header{z-index:25;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--color-outline-ghost);position:sticky;top:0}.store-header-mobile{color:#fff;border-bottom-color:var(--color-outline-light);background:#131833eb}.store-header-desktop{background:#ffffffdb;display:none}.store-header-inner{justify-content:space-between;align-items:center;gap:var(--space-2);min-height:62px;display:flex}.store-brand{font-weight:800;font-family:var(--font-display);color:inherit;letter-spacing:-.01em}.store-icon-btn{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:relative}.store-icon-badge{background:var(--color-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:10px;font-weight:700;display:inline-flex;position:absolute;top:-4px;left:-4px}.store-search{border:1px solid var(--color-outline-ghost);min-width:210px;color:var(--color-on-surface);background:#f5f5f9;border-radius:999px;padding:8px 14px}.store-nav{align-items:center;gap:var(--space-4);display:flex}.store-nav-link{color:var(--color-on-surface-soft);border-bottom:2px solid #0000;padding-bottom:4px;font-size:.95rem;font-weight:600}.nav-button{cursor:pointer;background:0 0;border:none;font-family:inherit}.store-nav-link.active{color:var(--color-on-surface);border-bottom-color:var(--color-on-surface)}.store-footer{background:linear-gradient(180deg, var(--color-surface-dark-soft), var(--color-surface-dark));color:#e8e9f4;margin-top:var(--space-12);padding-top:var(--space-10);border-top:1px solid #ffffff0d}.store-footer-grid{gap:var(--space-6);grid-template-columns:1.2fr 1fr 1fr;display:grid}.store-footer h3,.store-footer h4{margin-bottom:var(--space-2);color:#fff}.store-footer-list{color:#c8cce3;gap:8px;font-size:.93rem;display:grid}.store-footer-bottom{margin-top:var(--space-8);padding:var(--space-3) 0 var(--space-4);color:#b4b8cf;border-top:1px solid #ffffff14;font-size:.85rem}.store-page{padding-top:var(--space-6)}.store-shell-toast{background:var(--color-surface-dark);color:#fff;z-index:60;border-radius:999px;padding:10px 14px;position:fixed;bottom:16px;right:16px;box-shadow:0 12px 24px #10142e47}.toast-enter{animation:.22s ease-out toastIn}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.search-suggestions{z-index:50;background:#fff;border:1px solid #e2e5f2;border-radius:12px;width:100%;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 10px 22px #1a1e3a1f}.search-suggestions.dark{background:#20274c;border-color:#ffffff29}.search-suggestion-item{text-align:right;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;grid-template-columns:44px 1fr;align-items:center;gap:10px;padding:9px 12px;display:grid}.search-suggestion-thumb{object-fit:cover;border-radius:8px;width:44px;height:44px}.search-suggestion-title{color:inherit;font-size:.9rem;line-height:1.3;display:block}.search-suggestion-desc{color:#7c829a;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.78rem;line-height:1.35;display:block;overflow:hidden}.search-suggestions.dark .search-suggestion-desc{color:#b7bfdc}.search-suggestion-item:hover{background:#747db01c}.menu-drawer{z-index:70;width:min(90vw,320px);height:100vh;padding:var(--space-4);background:#fff;border-left:1px solid #e2e5f2;position:fixed;top:0;right:0;box-shadow:-14px 0 30px #11142d26}.menu-close{cursor:pointer;margin-bottom:var(--space-3);background:0 0;border:none;font-size:1.9rem;line-height:1}.menu-list{gap:4px;display:grid}.menu-list a,.menu-list button{text-align:right;color:#30354f;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:11px 10px;font-weight:600}.menu-list a:hover,.menu-list button:hover{background:#f2f4fd}.menu-list .active{color:#283267;background:#ecefff}.hero{min-height:420px;padding:var(--space-6);color:#fff;background-position:50%;background-size:cover;border-radius:18px;align-items:flex-end;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(110deg,#070a1aa8,#070a1a2e);position:absolute;inset:0}.hero-content{gap:var(--space-3);max-width:520px;display:grid;position:relative}.hero-kicker{font-size:var(--fs-caption);color:#ffffffe0}.hero-title{font-size:clamp(1.8rem,3.3vw,3.2rem);line-height:1.15}.hero-cta{background:linear-gradient(135deg, #2a2f4c, var(--color-primary));color:#fff;border:none;border-radius:10px;width:fit-content;padding:11px 18px;font-weight:700}.category-tile-grid{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}.category-tile{color:#fff;min-height:190px;padding:var(--space-3);background-position:50%;background-size:cover;border-radius:14px;align-items:flex-end;display:flex;position:relative;overflow:hidden}.category-tile:before{content:"";background:linear-gradient(#1418300f,#141830bd);position:absolute;inset:0}.hero,.category-tile,.product-card-media{transition:transform .2s,filter .2s}.hero:hover,.category-tile:hover{transform:translateY(-2px)}.product-card:hover .product-card-media{transform:scale(1.03)}.product-card:active .product-card-media{transform:scale(.995)}.category-tile-content{gap:2px;display:grid;position:relative}.breadcrumbs{color:#7b8096;font-size:var(--fs-caption);flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sort-chip-wrap{flex-wrap:wrap;gap:8px;display:flex}.sort-chip{color:#4a4f67;cursor:pointer;background:#fff;border:1px solid #d5d8e6;border-radius:999px;padding:7px 14px;font-weight:600}.sort-chip.active{color:#fff;background:#434968;border-color:#434968}.product-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.product-card{background:#fff;border:1px solid #eceef8;border-radius:14px;display:grid;overflow:hidden}.product-card-media{aspect-ratio:1;object-fit:cover;width:100%}.product-card-body{padding:var(--space-3);gap:7px;display:grid}.product-card-title{font-size:.98rem;font-weight:700;line-height:1.45}.product-card-subtitle{color:#72778f;font-size:var(--fs-caption)}.product-card-bottom{justify-content:space-between;align-items:center;gap:10px;margin-top:4px;display:flex}.product-card-price{color:#2a2f48;font-size:1.05rem;font-weight:800}.add-cart-btn{color:#383f63;cursor:pointer;background:#ecebff;border:none;border-radius:8px;min-width:36px;height:36px;font-weight:800}.add-cart-btn.primary{background:var(--color-primary);color:#fff}.skeleton-box{background:linear-gradient(120deg,#eceff8 30%,#f6f8fd 48%,#eceff8 66%) 0 0/200% 100%;animation:1.1s linear infinite skeletonShift;position:relative;overflow:hidden}@keyframes skeletonShift{0%{background-position:100% 0}to{background-position:-100% 0}}.cart-line-item{gap:var(--space-3);padding:var(--space-3);background:#fff;border:1px solid #eceef8;border-radius:12px;grid-template-columns:84px 1fr auto;display:grid}.cart-line-thumb{object-fit:cover;border-radius:10px;width:84px;height:84px}.qty-stepper{border:1px solid #e1e4f1;border-radius:8px;align-items:center;gap:12px;padding:4px 8px;display:inline-flex}.qty-stepper button{cursor:pointer;background:0 0;border:none;font-size:1rem}.cart-page-grid{gap:var(--space-5);grid-template-columns:minmax(0,2fr) minmax(260px,1fr);display:grid}.about-split{gap:var(--space-4);grid-template-columns:1.6fr 1fr;display:grid}.about-list{color:#575c74;gap:8px;margin:0;padding:0 18px 0 0;display:grid}.about-stats h3{margin-bottom:14px}.about-stat-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.about-stat-grid>div{border:1px solid #e8ebf8;border-radius:10px;gap:3px;padding:12px;display:grid}.about-stat-grid strong{color:#2e3560;font-size:1.2rem}.about-stat-grid span{color:#707792;font-size:.83rem}@media (width>=900px){.store-header-mobile{display:none}.store-header-desktop{display:block}.store-page{padding-top:var(--space-8)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-tile-grid{grid-template-columns:1fr 1fr 1fr}}@media (width<=899px){.store-footer-grid{grid-template-columns:1fr}.hero{border-radius:14px;min-height:300px}.cart-page-grid,.about-split{grid-template-columns:1fr}}
