:root{--bg: #fafaf9;--bg-muted: #f5f5f4;--card: #ffffff;--text: #1c1917;--muted: #78716c;--border: #e7e5e4;--primary: #1c1917;--primary-hover: #292524;--accent: #2563eb;--radius: 14px;--shadow: 0 4px 24px rgba(28, 25, 23, .08);--font: "IBM Plex Sans Arabic", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit}.ltr{direction:ltr;text-align:left;unicode-bidi:plaintext}.muted{color:var(--muted)}.center{text-align:center}.pad{padding:2rem 1rem}.store{min-height:100vh;display:flex;flex-direction:column}.store-main{flex:1}.store-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.store-header__inner{max-width:1200px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;gap:1rem}.store-brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.15rem}.store-brand__mark{width:36px;height:36px;border-radius:10px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:1rem}.store-nav{display:none;gap:.25rem;margin-inline:auto}.store-nav__link{padding:.45rem .85rem;border-radius:999px;font-weight:600;font-size:.9rem;color:var(--muted)}.store-nav__link.active{background:var(--bg-muted);color:var(--text)}.store-header__actions{display:flex;gap:.45rem;margin-inline-start:auto}.store-header__menu-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:10px;background:#fff;cursor:pointer}.store-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:#fff}.store-badge{position:absolute;top:4px;inset-inline-end:4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#dc2626;color:#fff;font-size:.65rem;font-weight:800;line-height:18px;text-align:center}.store-drawer{pointer-events:none}.store-drawer--open{pointer-events:auto}.store-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;opacity:0;transition:opacity .25s;z-index:80}.store-drawer--open .store-drawer__overlay{opacity:1}.store-drawer__panel{position:fixed;top:0;right:0;width:min(300px,88vw);height:100vh;background:#fff;z-index:90;transform:translate(100%);transition:transform .28s ease;padding:1rem;box-shadow:-8px 0 32px #0000001f}.store-drawer--open .store-drawer__panel{transform:translate(0)}.store-drawer__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.store-drawer__nav{display:flex;flex-direction:column;gap:.35rem}.store-drawer__nav a{padding:.75rem 1rem;border-radius:10px;font-weight:700}.store-drawer__nav a:hover{background:var(--bg-muted)}@media (min-width: 900px){.store-header__menu-btn{display:none}.store-nav{display:flex}.store-header__actions{margin-inline-start:0}}.store-footer{margin-top:3rem;padding:2.5rem 1.25rem 1.5rem;background:var(--primary);color:#fafaf9}.store-footer__grid{max-width:1200px;margin:0 auto 1.5rem;display:grid;gap:1.5rem}.store-footer__brand{font-size:1.2rem;display:block;margin-bottom:.35rem}.store-footer__text{color:#a8a29e;margin:0;font-size:.9rem}.store-footer__label{font-weight:700;margin:0 0 .5rem;font-size:.85rem}.store-footer a{display:block;color:#d6d3d1;margin-bottom:.35rem;font-size:.9rem}.store-footer__copy{max-width:1200px;margin:0 auto;padding-top:1rem;border-top:1px solid #44403c;color:#78716c;font-size:.8rem;text-align:center}@media (min-width: 768px){.store-footer__grid{grid-template-columns:2fr 1fr 1fr}}.hero{max-width:1200px;margin:0 auto;padding:2rem 1.25rem 3rem;display:grid;gap:2rem;align-items:center}.hero__eyebrow{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.82rem;font-weight:700}.hero__title{font-size:clamp(1.75rem,5vw,2.75rem);line-height:1.2;margin:.75rem 0;font-weight:800}.hero__title span{color:var(--muted);font-weight:700;font-size:.85em}.hero__lead{color:var(--muted);max-width:34rem;margin-bottom:1.25rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem}.hero__badges{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--muted);font-weight:600}.hero__badges span{display:inline-flex;align-items:center;gap:.35rem}.hero__visual img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-height:420px;object-fit:cover}.hero__mock{aspect-ratio:4/3;border-radius:var(--radius);background:linear-gradient(135deg,#f5f5f4,#e7e5e4);position:relative;overflow:hidden}.hero__mock-shirt{position:absolute;width:55%;height:70%;left:10%;top:15%;background:#fff;border-radius:12px;box-shadow:var(--shadow)}.hero__mock-mug{position:absolute;width:28%;height:45%;right:12%;bottom:12%;background:#fff;border-radius:50% 50% 8px 8px;box-shadow:var(--shadow)}@media (min-width: 900px){.hero{grid-template-columns:1.1fr .9fr;padding-top:3rem}}.section{max-width:1200px;margin:0 auto;padding:0 1.25rem 2.5rem}.section--muted{background:var(--bg-muted);padding-block:2.5rem;max-width:none}.section--muted>*{max-width:1200px;margin-inline:auto}.section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.section__head h2{margin:0;font-size:1.35rem}.section__link{display:inline-flex;align-items:center;gap:.3rem;color:var(--accent);font-weight:700;font-size:.9rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.85rem}.category-grid--compact{margin-bottom:1.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.category-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.85rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow .2s,transform .2s}.category-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.category-card__media{width:64px;height:64px;border-radius:12px;overflow:hidden;background:var(--bg-muted);display:grid;place-items:center}.category-card__media img{width:100%;height:100%;object-fit:cover}.category-card__letter{font-size:1.5rem;font-weight:800;color:var(--muted)}.category-card__name{font-size:.82rem;font-weight:700;text-align:center}.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.product-card__media{aspect-ratio:1;background:var(--bg-muted);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#f5f5f4,#e7e5e4);font-size:2.5rem;font-weight:800;color:var(--muted)}.product-card__placeholder--lg{min-height:360px;border-radius:var(--radius)}.product-card__body{padding:.85rem 1rem 1rem}.product-card__cat{font-size:.72rem;font-weight:700;color:var(--accent)}.product-card__title{margin:.25rem 0;font-size:.95rem;font-weight:800;line-height:1.35}.product-card__price{margin:0;font-weight:800;color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.65rem 1.15rem;border-radius:10px;border:none;font-weight:700;font-size:.92rem;cursor:pointer;transition:background .15s}.btn--primary{background:var(--primary);color:#fff}.btn--primary:hover{background:var(--primary-hover)}.btn--ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.btn--outline{background:#fff;border:1px solid var(--border);color:var(--text)}.btn--lg{padding:.75rem 1.35rem}.btn--block{width:100%}.btn:disabled{opacity:.55;cursor:not-allowed}.page{max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.page__head{margin-bottom:1.5rem}.page__head h1{margin:0 0 .35rem;font-size:1.75rem}.shop-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.shop-search{position:relative;flex:1;min-width:200px}.shop-search__icon{position:absolute;inset-inline-start:.75rem;top:50%;transform:translateY(-50%);color:var(--muted)}.shop-search input{width:100%;padding:.65rem .85rem .65rem 2.35rem;border:1px solid var(--border);border-radius:10px;background:#fff}.shop-select{padding:.65rem .85rem;border:1px solid var(--border);border-radius:10px;background:#fff;min-width:160px}.product-page__grid{display:grid;gap:2rem}.product-page__gallery img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow)}.product-page__price{font-size:1.5rem;font-weight:800;margin:.5rem 0 1rem}.product-page__desc{color:var(--muted);margin-bottom:1.25rem}.product-option{margin-bottom:1.25rem}.product-option label{display:block;font-weight:700;margin-bottom:.5rem;font-size:.88rem}.chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.chip{padding:.4rem .75rem;border-radius:999px;border:1px solid var(--border);background:#fff;font-weight:600;font-size:.82rem;cursor:pointer}.chip--active{background:var(--primary);color:#fff;border-color:var(--primary)}.chip:disabled{opacity:.4;cursor:not-allowed}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fff}.qty-control button{width:40px;height:40px;border:none;background:transparent;cursor:pointer;font-size:1.1rem}.qty-control span{min-width:40px;text-align:center;font-weight:700}.design-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.5rem}.design-picker__item{position:relative;aspect-ratio:1;padding:0;border:2px solid var(--border);border-radius:10px;overflow:hidden;cursor:pointer;background:#fff}.design-picker__item img{width:100%;height:100%;object-fit:cover}.design-picker__item--active{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb33}.design-picker__check{position:absolute;top:0;right:0;bottom:0;left:0;background:#2563eb59;display:grid;place-items:center;color:#fff}.product-page__note{font-size:.82rem;margin-top:1rem}@media (min-width: 900px){.product-page__grid{grid-template-columns:1fr 1fr}}.cart-layout{display:grid;gap:1.5rem}.cart-list{display:flex;flex-direction:column;gap:.75rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:.85rem;padding:.85rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.cart-item__media img,.cart-item__media .product-card__placeholder{width:80px;height:80px;border-radius:10px;object-fit:cover}.cart-item__body{display:flex;flex-direction:column;gap:.25rem}.cart-item__design{font-size:.78rem;color:var(--accent)}.cart-item__qty{display:inline-flex;align-items:center;gap:.35rem;margin-top:.35rem}.cart-item__qty button{width:28px;height:28px;border:1px solid var(--border);border-radius:6px;background:#fff;cursor:pointer;display:grid;place-items:center}.cart-item__remove{border:none;background:transparent;color:#b91c1c;cursor:pointer;align-self:start}.cart-summary{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;height:fit-content}.cart-summary h2{margin:0 0 1rem;font-size:1.1rem}.cart-summary__row{display:flex;justify-content:space-between;margin:.5rem 0}.cart-summary__row--discount{color:#059669}.cart-summary__total{display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--border);font-size:1.05rem}@media (min-width: 900px){.cart-layout{grid-template-columns:1fr 340px;align-items:start}}.checkout-grid{display:grid;gap:1.5rem}.checkout-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem}.checkout-section h2{margin:0 0 1rem;font-size:1.05rem}.checkout-section label{display:block;margin-bottom:.85rem;font-weight:600;font-size:.88rem}.checkout-section input,.checkout-section textarea,.checkout-section select{display:block;width:100%;margin-top:.35rem;padding:.6rem .75rem;border:1px solid var(--border);border-radius:10px;background:#fff}@media (min-width: 900px){.checkout-grid{grid-template-columns:1fr 360px;align-items:start}}.auth-page{display:grid;place-items:center;min-height:50vh}.auth-card{width:100%;max-width:420px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;box-shadow:var(--shadow)}.auth-card h1{margin:0 0 .35rem}.auth-card label{display:block;margin-bottom:1rem;font-weight:600;font-size:.88rem}.auth-card input{display:block;width:100%;margin-top:.35rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:10px}.auth-card__foot{text-align:center;margin-top:1rem;font-size:.9rem}.auth-card__foot a{color:var(--accent);font-weight:700}.account-nav{display:flex;gap:.5rem;margin:1rem 0 1.5rem;flex-wrap:wrap}.account-nav__link{padding:.45rem .9rem;border-radius:999px;font-weight:700;font-size:.88rem;border:1px solid var(--border);background:#fff}.account-nav__link.active{background:var(--primary);color:#fff;border-color:var(--primary)}.account-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.account-dl{display:grid;grid-template-columns:100px 1fr;gap:.65rem;margin:0 0 1.25rem}.account-dl dt{color:var(--muted);font-weight:600}.orders-list{display:flex;flex-direction:column;gap:.65rem}.order-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.order-row:hover{box-shadow:var(--shadow)}.order-row__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.status-pill{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:800}.status-pill--pending{background:#fef3c7;color:#92400e}.status-pill--confirmed{background:#dbeafe;color:#1e40af}.status-pill--printing{background:#ede9fe;color:#5b21b6}.status-pill--out_for_delivery{background:#ffedd5;color:#c2410c}.status-pill--delivered{background:#d1fae5;color:#065f46}.status-pill--cancelled{background:#f1f5f9;color:#64748b}.order-detail__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.order-detail__grid{display:grid;gap:1.5rem}.order-items{list-style:none;margin:0;padding:0}.order-items li{display:grid;grid-template-columns:56px 1fr auto;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border);align-items:center}.order-items__thumb img{width:56px;height:56px;border-radius:8px;object-fit:cover}.timeline ol{list-style:none;margin:0;padding:0}.timeline li{padding:.65rem 0 .65rem 1rem;border-inline-start:2px solid var(--border);margin-inline-start:.5rem}@media (min-width: 900px){.order-detail__grid{grid-template-columns:1fr 320px;align-items:start}}.alert,.notice{padding:.75rem 1rem;border-radius:10px;margin-bottom:1rem;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-weight:600}.notice{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.empty-state{text-align:center;padding:3rem 1rem}.empty-state h1{margin-bottom:.5rem}.promo-banner{min-width:280px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--card)}.promo-banner img{width:100%;height:140px;object-fit:cover}.promo-banner__text{padding:.75rem 1rem}.banner-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}
