@charset "UTF-8";:root{--bg-main: #040404;--bg-section: #070707;--bg-soft: #090909;--surface-1: #0d0d0d;--surface-2: #121212;--surface-3: #171717;--white: #f4f4f4;--silver-light: #dddddd;--silver: #b8b8b8;--silver-muted: #8c8c8c;--border-soft: rgba(255, 255, 255, .1);--border-silver: rgba(210, 210, 210, .22);--glow-soft: 0 0 18px rgba(220, 220, 220, .045);--glow-medium: 0 0 22px rgba(220, 220, 220, .08);--shadow-card: 0 10px 28px rgba(0, 0, 0, .4);--shadow-deep: 0 16px 38px rgba(0, 0, 0, .46);--container: 1440px;--page-pad: clamp(1rem, 3.4vw, 4rem);--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px}*{box-sizing:border-box}html,body{direction:rtl}body{margin:0;background:var(--bg-main);color:var(--white);font-family:B Nazanin,Nazanin,Tahoma,Arial,sans-serif}a,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button,select,a{cursor:pointer}:focus-visible{outline:2px solid rgba(220,220,220,.6);outline-offset:2px}.storefront{min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.025),transparent 45%),radial-gradient(circle at 85% 18%,rgba(255,255,255,.018),transparent 34%),linear-gradient(180deg,#030303,#050505 38%,#040404);color:var(--white)}.utility-bar,.main-header,.desktop-nav,.hero,.benefits,.categories,.products,.editorial,.promo-strip,.page-shell{width:min(var(--container),100% - var(--page-pad) * 2);margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.08);background:#050505f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.utility-bar{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#d5d5d5;font-size:.78rem;border-bottom:1px solid rgba(255,255,255,.08)}.utility-bar p{margin:0;display:inline-flex;align-items:center;gap:.45rem}.utility-bar p span{color:var(--silver-light)}.utility-bar nav,.header-actions{display:flex;align-items:center;gap:.75rem;white-space:nowrap}.utility-bar a{color:#bcbcbc;transition:color .18s ease}.utility-bar a:hover{color:#fff}.main-header{min-height:86px;display:grid;grid-template-columns:340px 1fr 340px;align-items:center;gap:1.25rem}.brand{justify-self:center;display:grid;gap:.35rem;text-align:center;direction:ltr;font-family:Georgia,Times New Roman,serif}.brand strong{color:#f2f2f2;font-size:clamp(1.9rem,2.6vw,2.75rem);font-weight:500;letter-spacing:.13em;text-transform:uppercase;text-shadow:0 2px 16px rgba(255,255,255,.07)}.brand small{color:#999;font-family:Arial,sans-serif;font-size:.68rem;letter-spacing:.46em}.search-box{width:min(100%,340px);height:42px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-md);background:#ffffff05;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.search-box:hover{border-color:#ffffff4d}.search-box:focus-within{border-color:#c8c8c8;background:#ffffff07;box-shadow:0 0 0 3px #ffffff09,0 0 18px #d2d2d20b}.search-box button{width:42px;height:40px;border:0;background:transparent;color:#eee;font-size:1.2rem}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--white);padding-inline:.4rem 1rem}.search-box input::placeholder{color:#7f7f7f}.header-actions{justify-content:flex-end}.header-actions a,.header-actions button{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:#ddd;padding:.45rem .65rem;transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.header-actions a:hover,.header-actions button:hover{color:#fff;border-color:#ffffff1f;background:#ffffff0a;box-shadow:var(--glow-soft)}.icon-action{font-size:1.25rem}.cart-action span{min-width:20px;height:20px;display:inline-grid;place-items:center;border-radius:50%;background:linear-gradient(180deg,#f5f5f5,#d8d8d8);color:#111;font-size:.72rem;line-height:1}.desktop-nav{min-height:48px;display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2.3vw,2.5rem);overflow-x:auto;border-top:1px solid rgba(255,255,255,.06)}.desktop-nav a{position:relative;color:#bdbdbd;font-size:.92rem;padding-block:.8rem;transition:color .18s ease}.desktop-nav a:after{content:"";position:absolute;inset-inline:0;bottom:.48rem;height:1px;background:#dcdcdcb8;box-shadow:0 3px 10px #dcdcdc1f;opacity:0;transform:scaleX(.45);transition:opacity .18s ease,transform .18s ease}.desktop-nav a:hover{color:#fff}.desktop-nav a:hover:after{opacity:1;transform:scaleX(1)}.hero{position:relative;min-height:clamp(520px,38vw,590px);margin-top:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-top:0;border-radius:0 0 16px 16px;background:#050505;box-shadow:0 22px 52px #0000007a,var(--glow-soft)}.hero-media{position:absolute;inset:0;background-position:right center;background-size:auto 108%;background-repeat:no-repeat;opacity:.98}.hero-copy{position:relative;z-index:1;width:min(44%,38rem);min-height:inherit;margin-inline-start:auto;margin-inline-end:0;display:grid;align-content:center;padding:3.5rem clamp(1.4rem,4vw,4.8rem);text-align:right}.hero-copy p,.section-title p{margin:0 0 .8rem;color:#b0b0b0;font-size:.88rem;letter-spacing:.04em}.hero h1{margin:0 0 1.1rem;color:#f0f0f0;white-space:pre-line;font-size:clamp(3.25rem,4.6vw,4.25rem);font-weight:700;line-height:1.24;letter-spacing:0;text-shadow:0 2px 14px rgba(255,255,255,.08)}.hero-copy span{display:block;max-width:34rem;margin-bottom:1.7rem;color:#d0d0d0;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.9}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.hero-actions a,.section-title a,.empty-state a,.empty-state button,.product-actions button,.summary-panel a,.auth-panel button,.account-shell>.section-title button,.address-card button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-sm);background:linear-gradient(180deg,#f5f5f5,#cfcfcf);color:#111;padding:.55rem 1.25rem;box-shadow:0 8px 22px #dcdcdc24,0 0 18px #dcdcdc0f;transition:transform .18s ease,filter .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.hero-actions a:first-child{width:150px}.hero-actions a:hover,.section-title a:hover,.empty-state a:hover,.empty-state button:hover,.product-actions button:hover,.summary-panel a:hover,.auth-panel button:hover,.account-shell>.section-title button:hover,.address-card button:hover{transform:translateY(-1px);filter:brightness(1.04)}.hero-actions .ghost,.product-actions .ghost,.address-card .ghost,.section-title a{border-color:#dcdcdc59;background:#ffffff04;color:#f2f2f2;box-shadow:0 4px 16px #00000059}.hero-actions .ghost:hover,.product-actions .ghost:hover,.address-card .ghost:hover,.section-title a:hover{border-color:#ffffff8c;background:#ffffff0d}.hero-arrow{position:absolute;top:50%;z-index:2;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:#00000059;color:#fff;font-size:1.8rem;line-height:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transform:translateY(-50%);transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.hero-arrow:hover{border-color:#dcdcdc8c;background:#ffffff0f;box-shadow:var(--glow-medium)}.hero-arrow-prev{left:1.4rem}.hero-arrow-next{right:1.4rem}.hero-dots{position:absolute;left:50%;bottom:1.35rem;z-index:2;display:flex;gap:.55rem;transform:translate(-50%)}.hero-dots span{width:7px;height:7px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:transparent}.hero-dots .active{background:#fff}.benefits{min-height:104px;margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(220,220,220,.25);border-radius:16px;background:linear-gradient(180deg,#ffffff06,#ffffff02);box-shadow:0 12px 30px #00000059,inset 0 1px #ffffff0a}.benefits article{display:grid;grid-template-columns:54px 1fr;align-content:center;align-items:center;column-gap:.9rem;padding:1.15rem 1.25rem;border-inline-start:1px solid rgba(255,255,255,.12)}.benefits article:last-child{border-inline-start:0}.benefits article div{grid-row:span 2;width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:#ffffff06;color:#fff;box-shadow:0 0 16px #dcdcdc14}.benefits h2{margin:0 0 .28rem;color:#f0f0f0;font-size:1rem}.benefits p{margin:0;color:#999;font-size:.8rem}.categories,.products,.editorial,.promo-strip,.page-shell{padding-top:54px}.section-title,.listing-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.05rem}.section-title h2,.listing-head h1{margin:0;color:#f2f2f2;font-size:clamp(1.45rem,1.9vw,1.65rem);font-weight:600}.section-title a{min-height:36px;padding:.45rem .9rem;color:#bdbdbd;font-size:.82rem;box-shadow:none}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-card{position:relative;min-height:174px;aspect-ratio:2.1/1;display:grid;align-content:end;overflow:hidden;border:1px solid rgba(220,220,220,.2);border-radius:12px;background-color:#0c0c0c;background-position:center;background-size:cover;padding:1.25rem;box-shadow:var(--shadow-card);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,filter .18s ease}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(to left,#00000026,#000000b3)}.category-card:after{content:"\2190";position:absolute;left:1rem;bottom:1rem;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#00000059;color:var(--silver-light);transition:border-color .18s ease}.category-card:hover{transform:translateY(-2px) scale(1.006);border-color:#dcdcdc59;box-shadow:0 12px 30px #0006,0 0 18px #dcdcdc0d;filter:saturate(1.04)}.category-card:hover:after{border-color:#ffffff52}.category-card strong,.category-card span{position:relative;z-index:1}.category-card strong{margin-bottom:.35rem;color:#fff;font-size:1.08rem;font-weight:600}.category-card span{color:#ccc;font-size:.82rem}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.product-card{position:relative;min-height:318px;display:grid;grid-template-rows:auto min-content min-content min-content;gap:.45rem;overflow:hidden;border:1px solid rgba(220,220,220,.2);border-radius:12px;background:linear-gradient(180deg,#151515,#0d0d0d);box-shadow:0 8px 22px #00000061;padding-bottom:.85rem;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px);border-color:#dcdcdc59;box-shadow:0 14px 34px #00000073,0 0 18px #c8c8c80b}.product-image{display:block;height:218px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08);background:#121212}.product-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .24s ease}.product-card:hover .product-image img{transform:scale(1.02)}.wishlist{position:absolute;top:.7rem;right:.7rem;z-index:2;width:36px;height:36px;border:1px solid rgba(255,255,255,.1);border-radius:50%;background:#0003;color:#ddd;font-size:1.1rem;transition:color .18s ease,background .18s ease,border-color .18s ease}.wishlist:hover{color:#fff;border-color:#ffffff38;background:#ffffff0f}.badge{position:absolute;top:.75rem;left:.75rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff1a;color:#eee;padding:4px 9px;font-size:.68rem;line-height:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.badge.static{position:static;width:fit-content}.product-card h3,.product-card p,.product-card small{margin:0;padding-inline:12px}.product-card h3{color:#eee;font-size:.92rem;font-weight:500;line-height:1.55}.product-card h3 a:hover{color:#fff}.product-card p{margin-top:4px;color:#d5d5d5;font-size:.88rem;font-weight:700}.product-card small{color:#777;font-size:.8rem;text-decoration:line-through}.editorial{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.editorial-panel{position:relative;min-height:260px;display:grid;align-content:end;overflow:hidden;border:1px solid rgba(220,220,220,.2);border-radius:14px;background-position:center;background-size:cover;padding:1.5rem;box-shadow:var(--shadow-card);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.editorial-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000c7,#00000014 58%)}.editorial-panel:hover{transform:translateY(-2px);border-color:#dcdcdc57;box-shadow:var(--shadow-deep),var(--glow-soft)}.editorial-panel span,.editorial-panel strong{position:relative;z-index:1}.editorial-panel span{margin-bottom:.4rem;color:#bdbdbd;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.editorial-panel strong{color:#fff;font-size:1.35rem;text-shadow:0 2px 14px rgba(0,0,0,.55)}.promo-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:14px;padding:0;overflow:hidden;border:1px solid rgba(220,220,220,.22);border-radius:14px;background:linear-gradient(90deg,#0c0c0c,#121212,#0c0c0c);box-shadow:0 12px 30px #00000059}.promo-strip article{min-height:112px;display:grid;align-content:center;gap:.35rem;padding:22px 28px;background:#ffffff04}.promo-strip span{color:var(--silver-muted);font-size:.78rem;letter-spacing:.08em}.promo-strip strong{color:#f2f2f2;font-size:1.05rem;font-weight:600}.footer{width:100%;margin-top:58px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem;padding:48px max(var(--page-pad),(100% - var(--container)) / 2 + var(--page-pad)) 42px;border-top:1px solid rgba(255,255,255,.1);background:#070707}.footer section{display:grid;align-content:start;gap:.55rem}.footer-brand strong{direction:ltr;color:#f2f2f2;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;letter-spacing:.14em}.footer-brand small{direction:ltr;color:#999;font-size:.68rem;letter-spacing:.42em}.footer-brand p{max-width:22rem;margin:.4rem 0 0;color:#999;line-height:1.8}.footer h2{margin:0 0 .35rem;color:#eee;font-size:.95rem}.footer a{color:#999;font-size:.84rem;transition:color .18s ease}.footer a:hover{color:#fff}.breadcrumb{display:flex;gap:.6rem;color:#aaa;margin-bottom:1rem}.listing-layout{display:grid;grid-template-columns:220px 1fr;gap:1rem}.filters,.summary-panel,.empty-state,.auth-panel,.address-card,.admin-stats article,.admin-panel{border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface-1);box-shadow:var(--shadow-card)}.filters{align-self:start;display:flex;flex-wrap:wrap;gap:.6rem;padding:1rem}.filters h2{flex-basis:100%;margin:0;font-size:1rem}.filters button,.listing-head select,.size-row button,.qty button,.admin-tabs button,.admin-panel button,.admin-panel input,.admin-panel select{min-height:40px;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--white);padding:.5rem .75rem}.filters .selected,.size-row .selected,.admin-tabs .selected,.admin-panel button{background:linear-gradient(180deg,#f5f5f5,#cfcfcf);color:#111}.filters .clear{flex-basis:100%}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem}.product-detail .breadcrumb{grid-column:1/-1}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.main-image{grid-column:1/-1;aspect-ratio:4/3;border:1px solid var(--border-soft);border-radius:var(--radius-md);background-position:center;background-size:cover}.gallery button{aspect-ratio:1;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-sm);background-position:center;background-size:cover}.product-info{display:grid;align-content:start;gap:1rem}.product-info h1{margin:0;font-size:clamp(2rem,4vw,3.6rem)}.price{color:var(--silver-light);font-size:1.5rem}.stock{color:#9fd8ad}.size-row,.product-actions{display:flex;flex-wrap:wrap;gap:.7rem}.size-row button:disabled,.qty button:disabled{opacity:.45;cursor:default}.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:1rem;align-items:start}.cart-items{display:grid;gap:.8rem}.cart-item{display:grid;grid-template-columns:96px 1fr auto auto auto;gap:1rem;align-items:center;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface-1);padding:.8rem}.cart-item .thumb{aspect-ratio:1;border-radius:var(--radius-sm);background-position:center;background-size:cover}.cart-item h2,.cart-item p,.summary-panel h2,.summary-panel p,.auth-panel h1,.auth-panel h2,.auth-panel p,.address-card h3,.address-card p{margin:0}.qty{display:inline-flex;align-items:center;gap:.5rem}.summary-panel{display:grid;gap:1rem;padding:1rem}.summary-panel p{display:flex;justify-content:space-between}.empty-state{display:grid;place-items:start;gap:1rem;min-height:230px;padding:2rem}.auth-shell{display:grid;place-items:center;min-height:560px}.auth-panel{display:grid;gap:.85rem;width:min(100%,460px);padding:1.5rem}.auth-panel p{color:#aaa}.auth-panel input{min-height:44px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--white);padding:0 .9rem}.auth-panel input:disabled{color:#999}.auth-panel button:disabled{opacity:.55;cursor:default}.form-error{border:1px solid rgba(255,120,120,.35);border-radius:var(--radius-sm);background:#7814143d;color:#ffd7d7;padding:.75rem .9rem}.account-grid,.address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.address-card{display:grid;gap:.6rem;padding:1rem}.address-card span{width:fit-content;border-radius:999px;background:linear-gradient(180deg,#f5f5f5,#cfcfcf);color:#111;padding:.15rem .55rem;font-size:.75rem}.address-card div{display:flex;gap:.6rem}.check-row{display:flex;align-items:center;gap:.5rem;color:#ddd}.orders-empty{margin-inline:0}.toast.inline{border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface-2);padding:.8rem 1rem;color:var(--silver-light)}.admin-shell{display:grid;gap:1rem}.admin-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem}.admin-stats article{display:grid;gap:.35rem;padding:1rem}.admin-stats span{color:#aaa}.admin-stats strong{font-size:1.45rem}.admin-tabs{display:flex;gap:.6rem;overflow-x:auto}.admin-grid{display:grid;grid-template-columns:360px 1fr;gap:1rem;align-items:start}.admin-panel{display:grid;gap:.75rem;overflow:auto;padding:1rem}.admin-panel h2{margin:0;font-size:1.1rem}.admin-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(180px,2fr) auto auto;gap:.7rem;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);padding-block:.65rem}.admin-row span{color:#bbb;overflow-wrap:anywhere}@media(max-width:1180px){.main-header{grid-template-columns:300px 1fr 300px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:860px){:root{--page-pad: 1rem}.utility-bar{display:none}.main-header{min-height:auto;grid-template-columns:1fr;gap:.75rem;padding-block:.9rem}.brand{order:-1}.search-box{width:100%}.header-actions{justify-content:center;flex-wrap:wrap}.desktop-nav{justify-content:flex-start;gap:1.2rem}.hero{min-height:620px;border-radius:0 0 14px 14px}.hero-media{inset:0 0 35%;background-position:right top;background-size:auto 105%;opacity:.72}.hero-copy{width:100%;min-height:360px;padding:18rem 1.25rem 4.5rem;align-content:end}.hero h1{font-size:clamp(2.45rem,12vw,3.25rem)}.hero-actions a{flex:1 1 140px}.hero-arrow{display:none}.benefits{min-height:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.benefits article{grid-template-columns:44px 1fr;padding:1rem}.benefits article div{width:44px;height:44px}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{min-height:282px}.product-image{height:176px}.editorial,.promo-strip,.footer,.listing-layout,.product-detail,.account-grid,.address-grid,.cart-layout,.cart-item,.admin-stats,.admin-grid,.admin-row{grid-template-columns:1fr}.promo-strip article{min-height:96px}.footer{padding:36px var(--page-pad)}}
