.shop-site{--shop-ink:#22221f;--shop-muted:#6f7069;--shop-line:#dedfd8;--shop-surface:#ffffff;--shop-soft:#f5f5f0;--shop-accent:#2f5d50;min-height:100vh;background:var(--shop-soft);color:var(--shop-ink);font-family:var(--font-vazirmatn),system-ui,sans-serif}.shop-site *,.shop-site :after,.shop-site :before{box-sizing:border-box}.shop-site button,.shop-site input,.shop-site select,.shop-site textarea{font:inherit}.shop-site a{color:inherit;text-decoration:none}.shop-header{position:-webkit-sticky;position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0 5vw;border-bottom:1px solid rgba(222,223,216,.85);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.shop-brand{display:inline-flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:800}.shop-brand img{width:38px;height:38px;border-radius:10px;object-fit:cover}.shop-header nav{display:flex;gap:24px;color:var(--shop-muted);font-size:.9rem}.shop-header nav a:hover{color:var(--shop-ink)}.shop-footer,.shop-hero,.shop-section{width:min(1180px,calc(100% - 40px));margin-inline:auto}.shop-hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:520px;align-items:center;grid-gap:64px;gap:64px;padding:72px 0}.shop-hero h1{max-width:680px;margin:8px 0 18px;font-size:clamp(2.4rem,6vw,5.4rem);line-height:1.08;letter-spacing:-.04em}.shop-hero p:not(.shop-eyebrow){max-width:580px;margin:0 0 30px;color:var(--shop-muted);font-size:1.08rem;line-height:2}.shop-hero-placeholder,.shop-hero>img{width:100%;min-height:390px;border-radius:28px;background:linear-gradient(145deg,rgba(47,93,80,.16),rgba(218,211,191,.75)),var(--shop-surface);object-fit:cover;box-shadow:0 24px 80px rgba(38,40,35,.1)}.shop-eyebrow{margin:0;color:var(--shop-accent);font-size:.78rem;font-weight:800;letter-spacing:.08em}.shop-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid var(--shop-accent);border-radius:11px;background:var(--shop-accent);color:#fff;cursor:pointer;padding:10px 22px;font-weight:700}.shop-button:disabled{cursor:not-allowed;opacity:.5}.shop-button--small{min-height:38px;padding:7px 16px;font-size:.84rem}.shop-section{padding:72px 0}.shop-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.shop-section h2{margin:5px 0 0;font-size:clamp(1.8rem,3vw,2.8rem)}.shop-cart-button{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--shop-line);border-radius:999px;background:var(--shop-surface);color:var(--shop-ink);cursor:pointer;padding:9px 15px}.shop-cart-button span{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:var(--shop-ink);color:#fff;font-size:.78rem}.shop-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.shop-site--catalog .shop-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.shop-product-card{overflow:hidden;border:1px solid var(--shop-line);border-radius:18px;background:var(--shop-surface)}.shop-product-visual{display:grid;width:100%;aspect-ratio:4/3;place-items:center;border:0;background:#ecece6;color:var(--shop-muted);cursor:pointer;padding:0}.shop-product-visual img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.shop-product-card:hover .shop-product-visual img{transform:scale(1.025)}.shop-product-body{padding:18px}.shop-product-title{border:0;background:none;color:var(--shop-ink);cursor:pointer;padding:0;font-size:1.05rem;font-weight:800}.shop-product-body>p{display:-webkit-box;overflow:hidden;min-height:48px;margin:9px 0 18px;color:var(--shop-muted);font-size:.86rem;line-height:1.8;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shop-product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-copy-section,.shop-track{margin-block:34px;border:1px solid var(--shop-line);border-radius:24px;background:var(--shop-surface);padding:46px}.shop-copy-section>p:not(.shop-eyebrow),.shop-track>div>p:not(.shop-eyebrow){max-width:760px;color:var(--shop-muted);line-height:2}.shop-policy{margin-top:28px;border-right:3px solid var(--shop-accent);padding-right:18px}.shop-policy h3,.shop-policy p{margin:0}.shop-contact-list{display:flex;flex-wrap:wrap;gap:16px 28px;margin-top:24px}.shop-contact-list address{color:var(--shop-muted);font-style:normal}.shop-track{display:grid;grid-template-columns:1fr 1.3fr;align-items:center;grid-gap:36px;gap:36px}.shop-form{display:grid;grid-gap:12px;gap:12px}.shop-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.shop-form input,.shop-form select,.shop-form textarea{width:100%;border:1px solid var(--shop-line);border-radius:10px;outline:none;background:#fff;color:var(--shop-ink);padding:12px 14px}.shop-form input:focus,.shop-form select:focus,.shop-form textarea:focus{border-color:var(--shop-accent);box-shadow:0 0 0 3px rgba(47,93,80,.1)}.shop-track-form{grid-template-columns:1fr 1fr auto}.shop-result{grid-column:1/-1;display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;border-radius:12px;background:var(--shop-soft);padding:16px}.shop-error{color:#a33b32;line-height:1.7}.shop-empty{border:1px dashed var(--shop-line);border-radius:16px;background:var(--shop-surface);color:var(--shop-muted);padding:40px;text-align:center}.shop-modal-backdrop{position:fixed;z-index:100;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(26,27,24,.55);padding:20px}.shop-modal{position:relative;overflow:auto;width:min(620px,100%);max-height:calc(100vh - 40px);border-radius:22px;background:#fff;color:var(--shop-ink);box-shadow:0 30px 100px rgba(0,0,0,.22);padding:28px}.shop-modal-close{position:absolute;z-index:2;top:12px;left:12px;display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--shop-line);border-radius:50%;background:#fff;color:var(--shop-ink);cursor:pointer;font-size:1.35rem}.shop-product-modal{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.shop-product-modal>img{width:100%;height:280px;border-radius:14px;object-fit:cover}.shop-product-modal>div{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;gap:16px}.shop-product-modal h2,.shop-product-modal p{margin:0}.shop-product-modal p{color:var(--shop-muted);line-height:1.9}.shop-cart{margin-right:auto;height:calc(100vh - 40px);border-radius:22px}.shop-cart h2,.shop-checkout h2{margin-top:0}.shop-cart-items{display:grid;grid-gap:6px;gap:6px}.shop-cart-item{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--shop-line);padding:16px 0}.shop-cart-item>div:first-child{display:grid;grid-gap:3px;gap:3px}.shop-cart-item small,.shop-cart-item span{color:var(--shop-muted)}.shop-quantity{display:flex;align-items:center;gap:10px}.shop-quantity button{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--shop-line);border-radius:8px;background:#fff;cursor:pointer}.shop-cart-total{display:flex;justify-content:space-between;margin:24px 0;font-size:1.05rem}.shop-toast{position:fixed;z-index:120;right:50%;bottom:24px;display:flex;align-items:center;gap:14px;border:1px solid var(--shop-line);border-radius:12px;background:#fff;color:var(--shop-ink);box-shadow:0 12px 40px rgba(0,0,0,.16);padding:15px 18px;transform:translateX(50%)}.shop-toast button{border:0;background:none;color:var(--shop-accent);cursor:pointer}.shop-footer{display:flex;justify-content:space-between;border-top:1px solid var(--shop-line);color:var(--shop-muted);padding:28px 0 40px;font-size:.86rem}@media (max-width:900px){.shop-header nav{display:none}.shop-hero,.shop-track{grid-template-columns:1fr}.shop-hero{gap:32px;padding-top:50px}.shop-product-grid,.shop-site--catalog .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-track-form{grid-template-columns:1fr}}@media (max-width:560px){.shop-footer,.shop-hero,.shop-section{width:min(100% - 28px,1180px)}.shop-product-grid,.shop-product-modal,.shop-site--catalog .shop-product-grid{grid-template-columns:1fr}.shop-copy-section,.shop-track{padding:28px 20px}.shop-form-row{grid-template-columns:1fr}.shop-footer{flex-direction:column;gap:10px}}