:root{color-scheme:light;--green:#1f7a4c;--green-dark:#165c39;--green-soft:#e8f4ee;--lime:#6fbf73;--white:#fff;--gray-50:#f4f6f5;--gray-100:#ecefee;--gray-200:#d7ddd9;--gray-500:#4a5550;--gray-800:#1c2621;--bg:var(--gray-50);--fg:var(--gray-800);--muted:var(--gray-500);--accent:var(--green);--card:var(--white);--border:var(--gray-200);--focus:var(--green-dark);--danger:#b42318;--radius:0.9rem;--shadow:0 10px 28px rgba(28,38,33,.07);--header-h:4.5rem;--font-persian:"Vazirmatn","Tahoma","Segoe UI",sans-serif;--content:72rem}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:400;font-display:swap;src:local("Vazirmatn Regular"),local("Vazirmatn"),url(/fonts/Vazirmatn-Regular.woff2) format("woff2")}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:500;font-display:swap;src:local("Vazirmatn Medium"),local("Vazirmatn"),url(/fonts/Vazirmatn-Medium.woff2) format("woff2")}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:700;font-display:swap;src:local("Vazirmatn Bold"),local("Vazirmatn"),url(/fonts/Vazirmatn-Bold.woff2) format("woff2")}*{box-sizing:border-box}html{direction:rtl}body,html{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--fg);font-family:var(--font-persian);line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{display:flex;flex-direction:column;min-height:100vh}img{max-width:100%;height:auto}a{color:var(--green-dark)}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.skip-link{position:absolute;inset-inline-start:.75rem;top:-3rem;z-index:80;background:var(--green-dark);color:var(--white);padding:.4rem .8rem;border-radius:.5rem}.skip-link:focus{top:.5rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--white) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);min-height:var(--header-h);box-shadow:0 1px 16px rgba(28,38,33,.04)}.site-header-inner{max-width:var(--content);margin:0 auto;padding:.55rem 1.1rem;display:grid;grid-template-columns:auto 1fr auto;grid-gap:.75rem 1rem;gap:.75rem 1rem;align-items:center}.brand-link{display:flex;align-items:center}.brand-logo{width:auto;object-fit:contain;background:var(--white)}.brand-logo--header{height:3.2rem;width:auto}.brand-logo--hero{height:8.5rem;width:auto}.brand-logo--footer{height:5rem;width:auto}.site-nav{min-width:0}.nav-list{display:flex;flex-wrap:nowrap;gap:.25rem;list-style:none;margin:0;padding:0;overflow-x:auto}.nav-link{display:inline-block;padding:.45rem .75rem;color:var(--fg);text-decoration:none;border-radius:.65rem;white-space:nowrap;font-weight:500}.nav-link.is-active,.nav-link:hover{background:var(--green-soft);color:var(--green-dark)}.header-actions{display:flex;align-items:center;gap:.45rem}.icon-btn{display:inline-flex;align-items:center;gap:.3rem;color:var(--fg);text-decoration:none;padding:.4rem .55rem;border-radius:.7rem}.icon-btn:hover{background:var(--green-soft);color:var(--green-dark)}.icon-btn-label{font-size:.85rem;font-weight:500}.header-login{padding:.4rem .85rem;font-size:.9rem}.site-main{flex:1 1;width:100%;max-width:var(--content);margin:0 auto;padding:1.5rem 1.1rem 3.5rem}.site-footer{background:var(--white);border-top:1px solid var(--border);padding:1.75rem 1.1rem 2.2rem}.site-footer-inner{max-width:var(--content);margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:space-between;align-items:center}.footer-brand p{margin:.35rem 0 0;color:var(--muted)}.footer-health{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin:0;color:var(--muted);font-size:.9rem}h1,h2,h3{color:var(--fg);line-height:1.35}h1{font-size:clamp(1.55rem,3.4vw,2.15rem);margin:0 0 .6rem}h2{font-size:1.25rem;margin:0 0 .5rem}h3{font-size:1.02rem;margin:0;font-weight:600}p{margin:0 0 1rem;color:var(--muted)}.page-intro{margin-bottom:1.4rem}.page-intro p{margin:0;max-width:40rem}.panel{margin-top:0;padding:1.25rem 1.3rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.status-ok{color:var(--green-dark)}.status-bad{color:var(--danger)}.muted{color:var(--muted)}.cta-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.btn,.btn-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font:inherit;font-weight:600;min-height:2.6rem;padding:.55rem 1.15rem;border-radius:.7rem;cursor:pointer;text-decoration:none;border:1px solid var(--border);background:var(--white);color:var(--fg)}.btn-link.secondary:hover,.btn:hover{border-color:var(--accent);color:var(--green-dark)}.btn-link{background:var(--accent);border-color:var(--accent);color:var(--white)}.btn-link:hover{background:var(--green-dark);border-color:var(--green-dark);color:var(--white)}.btn-link.secondary{background:transparent;color:var(--green-dark);border-color:var(--green)}.auth-form button:disabled,.btn-link:disabled,.btn:disabled{opacity:.6;cursor:not-allowed}.hero{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:1.5rem 1.25rem;background:linear-gradient(165deg,var(--green-soft),var(--white) 55%);border:1px solid var(--border);border-radius:1.2rem;margin-bottom:1.75rem;align-items:center}.hero-copy h1{margin-bottom:.45rem}.hero-copy .lead{font-size:1.05rem;color:var(--fg)}.hero-visual{display:grid;place-items:center}.value-grid{list-style:none;margin:0 0 2rem;padding:0;display:grid;grid-gap:.9rem;gap:.9rem;grid-template-columns:1fr}.value-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:var(--shadow)}.value-card h3{color:var(--green-dark);margin-bottom:.3rem}.value-card p{margin:0}.section-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;align-items:baseline;margin-bottom:1rem}.product-grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:1.1rem;gap:1.1rem;grid-template-columns:1fr}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.product-card:focus-within,.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(28,38,33,.1)}.product-card--paused{opacity:.88}.product-card--completed{filter:grayscale(1);opacity:.85;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-card--completed:focus-within,.product-card--completed:hover{transform:none;box-shadow:var(--shadow)}.product-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.product-card-link--static{cursor:default}.product-card-cta--static{color:var(--muted);font-weight:600}.product-card-media{position:relative;aspect-ratio:1/1;background:var(--gray-100);overflow:hidden}.product-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .22s ease}.product-card:hover .product-card-media img{transform:scale(1.05)}.product-card--completed:hover .product-card-media img{transform:none}.thumb-placeholder{display:grid;place-items:center;height:100%;color:var(--muted);font-size:.9rem}.stock-badge{position:absolute;inset-inline-start:.6rem;top:.6rem;background:var(--white);color:var(--green-dark);font-size:.75rem;font-weight:700;padding:.22rem .55rem;border-radius:999px;box-shadow:0 2px 8px rgba(28,38,33,.12)}.stock-badge--completed,.stock-badge--paused{color:var(--gray-800)}.product-card-body{padding:.9rem 1rem 1.05rem;display:flex;flex-direction:column;gap:.35rem;flex:1 1}.price-row{display:flex;gap:.55rem;align-items:baseline;margin:0}.price-now,.price-was{display:inline-flex;flex-direction:row;align-items:baseline;gap:.3rem;direction:ltr}.price-now{color:var(--green-dark);font-size:1.15rem;font-weight:700}.price-now small{font-size:.75rem;font-weight:600}.price-was{color:var(--muted);text-decoration:line-through;font-size:.88rem}.price-save{margin:0;font-size:.85rem}.product-card-body h3{min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-cta{margin-top:auto;padding-top:.45rem;color:var(--green-dark);font-weight:700;font-size:.9rem;background:none;border:0;align-self:start}.product-card-link:hover .product-card-cta{text-decoration:underline}.product-status--active{color:var(--green-dark);font-weight:600}.product-status--paused{color:#8a5a12;font-weight:600}.product-status--completed{color:var(--muted);font-weight:600}.progress-bar{height:.45rem;background:var(--gray-100);border-radius:999px;overflow:hidden}.progress-bar--lg{height:.7rem}.progress-bar>span{display:block;height:100%;background:linear-gradient(90deg,var(--green-dark),var(--lime))}.product-layout{display:grid;grid-gap:1.4rem;gap:1.4rem}.product-layout--completed{filter:grayscale(1)}.gallery{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;box-shadow:var(--shadow)}.gallery-main{aspect-ratio:1/1;background:var(--gray-50);border-radius:.7rem;overflow:hidden}.gallery-main img,.product-hero-img{width:100%;height:100%;object-fit:cover;display:block}.gallery-thumbs{display:flex;gap:.45rem;margin-top:.65rem;overflow-x:auto}.gallery-thumbs button{flex:0 0 4.2rem;height:4.2rem;padding:0;border:2px solid transparent;border-radius:.55rem;overflow:hidden;background:var(--gray-100);cursor:pointer}.gallery-thumbs button.is-active{border-color:var(--accent)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.buy-panel{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem 1.35rem 1.4rem;box-shadow:var(--shadow);min-width:0;overflow-wrap:anywhere}.product-description{margin:.35rem 0 .75rem;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;max-width:100%}.buy-panel .auth-dl dd{text-align:left}.qty-label{display:block;margin:.35rem 0 .7rem}.btn-block{width:100%}.buy-panel h1{font-size:1.45rem}.stock-meter{display:flex;justify-content:space-between;font-size:.9rem;margin:.35rem 0 .7rem}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:.7rem;overflow:hidden;background:var(--white)}.qty-btn{width:2.4rem;height:2.4rem;border:0;background:var(--green-soft);color:var(--green-dark);font:inherit;font-size:1.2rem;cursor:pointer}.qty-stepper input{width:auto;min-width:5.5rem;height:2.4rem;border:0;text-align:center;font:inherit;padding:0 .45rem}.cart-layout,.checkout-layout{display:grid;grid-gap:1.2rem;gap:1.2rem}.cart-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.9rem;gap:.9rem}.cart-item{display:grid;grid-gap:.4rem;gap:.4rem}.cart-item h2{margin:0;font-size:1.05rem;color:var(--fg)}.cart-item-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cart-item-head .price-now{margin:0;flex-shrink:0}.cart-item-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.35rem}.cart-summary{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem;box-shadow:var(--shadow)}.summary-total{font-size:1.2rem;color:var(--fg);font-weight:700}.empty-state{text-align:center;padding:2.2rem 1.2rem}.empty-art{width:7rem;height:7rem;margin:0 auto 1rem;border-radius:50%;background:var(--green-soft);color:var(--green-dark);display:grid;place-items:center}.empty-art svg{width:3.2rem;height:3.2rem}.qty-btn:hover:not(:disabled){background:var(--green);color:var(--white)}.qty-btn:disabled{opacity:.45;cursor:not-allowed}.checkout-steps{list-style:none;margin:0 0 1.4rem;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.checkout-steps li{flex:1 1;display:flex;align-items:center;gap:.4rem;font-size:.88rem;color:var(--muted);font-weight:600}.step-index{width:1.55rem;height:1.55rem;border-radius:50%;display:grid;place-items:center;background:var(--gray-100);color:var(--muted);font-size:.8rem}.checkout-steps .is-current,.checkout-steps .is-done{color:var(--green-dark)}.checkout-steps .is-current .step-index,.checkout-steps .is-done .step-index{background:var(--accent);color:var(--white)}.auth-panel{max-width:28rem;margin:1.5rem auto 0}.auth-brand{display:grid;place-items:center;margin-bottom:1rem}.auth-form{display:flex;flex-direction:column;gap:.4rem}.auth-form label{color:var(--fg);font-weight:600;font-size:.92rem;margin-top:.45rem}.auth-form label:first-of-type{margin-top:0}.auth-form input,.auth-form textarea,.cart-item input[type=number]{font:inherit;padding:.65rem .75rem;border:1px solid var(--border);background:var(--white);color:var(--fg);border-radius:.7rem}.auth-form input:focus-visible,.auth-form textarea:focus-visible{border-color:var(--focus)}.auth-form input:-moz-read-only{background:var(--gray-100);color:var(--muted);cursor:default}.auth-form input:disabled,.auth-form input:read-only{background:var(--gray-100);color:var(--muted);cursor:default}.auth-feedback{margin-top:.85rem;padding:.7rem .85rem;border-radius:.7rem;font-weight:600;line-height:1.6}.auth-feedback--ok{background:var(--green-soft);color:var(--green-dark)}.auth-feedback--bad{background:#fdecea;color:var(--danger)}.auth-form button,.auth-panel>button{margin-top:.85rem;font:inherit;font-weight:700;min-height:2.7rem;padding:.7rem 1rem;border:none;background:var(--accent);color:var(--white);cursor:pointer;border-radius:.7rem}.auth-panel .auth-logout{width:100%;background:transparent;color:var(--green-dark);border:1px solid var(--green)}.auth-dl{display:grid;grid-template-columns:auto 1fr;grid-gap:.4rem 1rem;gap:.4rem 1rem;margin:1rem 0}.auth-dl dt{color:var(--muted)}.auth-dl dd{margin:0;color:var(--fg)}.confirm-card{text-align:center;padding:2rem 1.2rem}.confirm-mark{width:4.2rem;height:4.2rem;margin:0 auto 1rem;border-radius:50%;display:grid;place-items:center;font-size:1.8rem;background:var(--green-soft);color:var(--green-dark)}.confirm-card--bad .confirm-mark{background:#fde8e6;color:var(--danger)}.health-strip{margin-top:2.4rem;padding:.7rem 1rem;border-radius:var(--radius);background:var(--white);border:1px solid var(--border);font-size:.85rem;color:var(--muted)}.health-strip strong{display:block;margin-bottom:.2rem;color:var(--fg);font-size:.82rem}@media (min-width:640px){.product-grid,.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1.2fr .8fr;padding:2rem}}@media (min-width:960px){.product-grid,.value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-layout,.checkout-layout,.product-layout{grid-template-columns:minmax(0,1.4fr) minmax(16rem,.7fr);align-items:start}.buy-panel,.cart-summary{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + .75rem)}.icon-btn-label{display:inline}}@media (min-width:1100px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:639px){.site-header-inner{grid-template-columns:auto 1fr}.site-nav{grid-column:1/-1}.icon-btn-label{display:none}.brand-logo--header{height:2.7rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-loading{display:grid;grid-gap:.85rem;gap:.85rem;padding:.5rem 0 2rem}.skeleton{background:linear-gradient(90deg,var(--gray-100) 0,var(--white) 50%,var(--gray-100) 100%);background-size:200% 100%;animation:skeleton-shine 1.4s ease-in-out infinite;border-radius:.7rem}.skeleton-line{height:.9rem;width:70%}.skeleton-line--lg{height:1.6rem;width:42%}.skeleton-card{height:11rem}.skeleton-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}.footer-nav{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.footer-nav a{color:var(--muted);text-decoration:none;font-weight:500}.footer-nav a:hover{color:var(--green-dark)}.order-card{display:grid;grid-gap:.35rem;gap:.35rem}.order-card .btn-link{justify-self:start;margin-top:.35rem}.pager{margin-top:1.25rem;justify-content:center}.checkout-steps li:not(:last-child):after{content:"";flex:1 1;height:2px;background:var(--gray-200);-webkit-margin-start:.4rem;margin-inline-start:.4rem}.checkout-steps li.is-done:not(:last-child):after{background:var(--accent)}.status-pill{display:inline-block;padding:.12rem .55rem;border-radius:999px;font-size:.82rem;font-weight:600;background:var(--gray-100);color:var(--gray-800)}@media (min-width:640px){.skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.product-card,.product-card-media img,.skeleton{transition:none;animation:none}.product-card:hover{transform:none}}@keyframes skeleton-shine{0%{background-position:100% 0}to{background-position:-100% 0}}.global-error-body{font-family:var(--font-persian);padding:2rem;direction:rtl;background:var(--bg)}