@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Vazirmatn:wght@400;500;600;700&display=swap');
:root{--ink:#32181f;--wine:#681e35;--paper:#fbf8f3;--line:#ddd3cf;--gold:#c79956}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans','Vazirmatn',sans-serif;font-size:16px}html[lang=fa] body{font-family:'Vazirmatn',sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #b77c2d;outline-offset:5px}.preview{text-align:center;background:var(--wine);color:#fff;padding:9px 20px;font-size:13px}header{display:flex;align-items:center;justify-content:space-between;padding:24px 6%;gap:28px;border-bottom:1px solid var(--line)}.brand{font-family:Georgia,serif;font-size:36px;letter-spacing:6px;display:flex;align-items:center;gap:16px}.brand span{font-family:Vazirmatn,sans-serif;letter-spacing:0;font-size:20px;border-inline-start:1px solid var(--line);padding-inline-start:16px}nav,.tools{display:flex;align-items:center;gap:30px}nav a{font-size:15px}.tools button,footer button{background:none;border:0;font-size:14px}#count{border:1px solid var(--line);border-radius:50%;display:inline-grid;place-items:center;min-width:26px;height:26px;margin-inline-start:6px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:540px}.hero-copy{padding:70px 12% 55px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:13px;letter-spacing:2px;text-transform:uppercase;margin:0 0 20px;font-weight:600}html[lang=fa] .eyebrow{letter-spacing:0}h1{font-size:clamp(36px,4.3vw,65px);line-height:1.22;font-family:Georgia,'Vazirmatn',serif;font-weight:400;margin:0 0 24px}html[lang=fa] h1{font-family:Vazirmatn,sans-serif;line-height:1.65;font-weight:500;font-size:clamp(32px,3.6vw,53px)}h1 em{color:var(--wine);font-weight:400}.intro{line-height:1.9;max-width:400px;margin:0 0 32px;color:#66535a}.primary{background:var(--wine);color:#fff;border:1px solid var(--wine);padding:15px 23px;display:inline-flex;gap:32px;justify-content:center;align-items:center}.primary:hover{background:#4d1526}.hero-note{margin-top:30px;font-size:13px;color:#71616a}.hero-art{position:relative;overflow:hidden;background:#4d2530;min-height:460px}.hero-art img{width:100%;height:100%;object-fit:cover;position:absolute}.image-label{position:absolute;bottom:28px;left:28px;color:white;letter-spacing:3px;font-size:12px;border:1px solid #ffffff70;padding:12px 16px;background:#32181f40}.collection{padding:65px 6% 75px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px}.section-head h2{margin:0;font-size:32px;font-weight:500}.section-head .eyebrow{margin-bottom:10px}.section-head>p{font-size:14px;color:#78666c;max-width:370px;line-height:1.8}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0}.filters button{border:1px solid var(--line);background:transparent;padding:9px 22px;border-radius:30px;font-size:14px}.filters .active{background:var(--ink);color:white;border-color:var(--ink)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{min-width:0}.product-art{width:100%;aspect-ratio:1/.95;background:#ede7df;position:relative;overflow:hidden;border:0;display:block;text-align:start}.product-art img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-art:hover img{transform:scale(1.06)}.sample-tag{position:absolute;top:14px;inset-inline-start:14px;background:#fbf8f3ef;font-size:12px;padding:5px 9px}.product h3{font-size:19px;font-weight:500;margin:18px 0 6px}.product p{font-size:14px;line-height:1.8;margin:0;color:#736269}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:15px;border-top:1px solid var(--line);gap:10px}.product-bottom span{font-size:13px;color:#736269}.add{border:1px solid var(--line);background:transparent;width:36px;height:36px;border-radius:50%;font-size:22px}.add:hover{background:var(--wine);color:white}.story{background:var(--wine);color:white;text-align:center;padding:65px 20px}.story h2{font-family:Georgia,Vazirmatn,serif;font-size:clamp(28px,3vw,42px);font-weight:400;margin:0 0 20px}.story>p:not(.eyebrow){max-width:650px;line-height:2;margin:0 auto;color:#f1dce3}.signature{display:block;margin-top:28px;letter-spacing:4px;font-size:18px}footer{padding:35px 6%;display:flex;align-items:center;justify-content:space-between;gap:25px}footer p{font-size:14px;color:#77636a}dialog{border:0;background:var(--paper);color:var(--ink);padding:30px;max-width:540px;width:calc(100% - 32px);max-height:85vh}dialog::backdrop{background:#21121888}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.dialog-head h2{font-size:24px}.close{background:none;border:0;font-size:30px}.cart-row{padding:20px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.qty{display:flex;gap:13px;align-items:center}.qty button{background:transparent;border:1px solid var(--line);width:30px;height:30px}.checkout-note{font-size:14px;line-height:1.9;color:#77636a;margin:24px 0}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:13px 24px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:5;max-width:90%;text-align:center}#toast.show{opacity:1}#detailContent p{line-height:1.9;color:#77636a}#detailContent h2{font-size:28px} @media(max-width:850px){header{padding:20px 5%;gap:12px}nav{gap:18px}.tools{gap:12px}.hero-copy{padding:45px 9%}.hero{min-height:460px}.products{grid-template-columns:repeat(2,1fr)}.hero-art{min-height:440px}}@media(max-width:560px){header{flex-wrap:wrap}.brand{font-size:29px}.brand span{font-size:17px}nav{order:3;flex-basis:100%;justify-content:center;padding-top:10px}.hero{grid-template-columns:1fr}.hero-copy{padding:38px 7%}.hero-art{min-height:320px;order:2}.hero-note{margin-top:20px}h1{font-size:42px}.intro{margin-bottom:22px}.section-head{display:block}.collection{padding:42px 5%}.section-head h2{font-size:27px}.products{gap:24px 14px}.product h3{font-size:17px}.product p{font-size:14px}.sample-tag{font-size:12px;top:8px;inset-inline-start:8px}.product-bottom span{font-size:12px}.filters button{padding:8px 15px}footer{flex-wrap:wrap;padding:28px 5%}footer p{order:3;width:100%;margin:0}.story{padding:48px 7%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* English editorial storefront */
:root{--ink:#20251f;--wine:#283d31;--paper:#fff;--line:#dedfd9;--gold:#d1b67f}body{font-family:'DM Sans',sans-serif;background:#fff}.preview{background:#23372c;font-size:12px;letter-spacing:1.7px;padding:11px 20px}header{padding:26px 6%;position:relative;background:white;min-height:100px}.brand{font-size:42px;letter-spacing:9px}nav a{font-size:14px}.hero{position:relative;display:block;min-height:610px;background:#201b16;color:white;isolation:isolate}.hero-art{position:absolute;inset:0;z-index:-2;min-height:0}.hero-art img{object-position:center 57%}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(12,19,14,.94) 0%,rgba(17,23,18,.76) 35%,rgba(20,20,15,.18) 72%)}.hero-copy{padding:76px 7% 66px;max-width:800px;min-height:610px;justify-content:center}.hero .eyebrow{color:#e2c692;letter-spacing:3px;font-size:12px;margin-bottom:25px}.hero h1{font-family:Georgia,serif;font-size:clamp(52px,6.8vw,94px);line-height:1.06;letter-spacing:-2px;margin-bottom:24px}.hero h1 em{color:#ead8b8}.hero .intro{max-width:360px;color:#eee9e0;font-size:16px;line-height:1.8}.hero .primary{background:#fff;color:#23372c;border-color:#fff;min-width:210px;padding:16px 23px;font-size:14px}.hero .primary:hover{background:#eee8da}.hero-note{color:#d8d6ca;font-size:11px;letter-spacing:1.6px;margin-top:35px}.image-label{left:auto;right:35px;bottom:28px;border:0;writing-mode:vertical-rl;font-size:11px;background:transparent;letter-spacing:3px}.collection{padding:78px 6% 80px}.section-head h2{font-family:Georgia,serif;font-size:42px;letter-spacing:-1px}.section-head .eyebrow{font-size:11px;letter-spacing:2px;color:#526254}.section-head>p{color:#73786f;font-size:14px;max-width:290px}.filters{border-bottom:1px solid var(--line);gap:28px;margin:25px 0 35px}.filters button{border:0;border-radius:0;padding:14px 0;background:none;font-size:14px;color:#6d746a;border-bottom:2px solid transparent}.filters .active{background:none;color:#23372c;border-color:#23372c}.products{gap:28px}.product-art{aspect-ratio:1/1.12;background:#e9e9e3}.product-art img{transform:scale(1.85)}.product-art:hover img{transform:scale(1.95)}.product-art[data-detail=pistachios] img{object-position:0% 65%;transform-origin:0% 65%}.product-art[data-detail=saffron] img{object-position:60% 100%;transform-origin:60% 100%}.product-art[data-detail=tea] img{object-position:78% 0%;transform-origin:78% 0%}.product-art[data-detail=rose] img{object-position:100% 80%;transform-origin:100% 80%}.sample-tag{font-size:11px;letter-spacing:1px;text-transform:uppercase;background:#ffffffed;padding:6px 10px}.product h3{font-family:Georgia,serif;font-size:24px;margin-top:19px}.product p{font-size:14px;color:#73786f}.product-bottom span{color:#73786f}.add{border-radius:0;border:0;background:#f0f2ed}.story{background:#edf0e9;color:#23372c;text-align:left;padding:65px 10%;display:grid;grid-template-columns:1fr 1fr;column-gap:80px}.story .eyebrow{grid-column:1/-1;font-size:11px;letter-spacing:2px;color:#526254}.story h2{font-size:46px;line-height:1.2;max-width:430px}.story>p:not(.eyebrow){color:#64705f;font-size:16px;line-height:1.95}.signature{grid-column:1/-1;font-family:Georgia,serif;font-size:25px;letter-spacing:7px;margin-top:10px}footer{padding:38px 6%}footer .brand{font-size:30px}footer p,footer>a:last-child{font-size:13px;color:#6b7466}.checkout-note,#detailContent p{color:#64705f}#toast{background:#23372c}@media(max-width:850px){.hero-copy{max-width:660px;padding:60px 6%}.hero{min-height:570px}.hero-copy{min-height:570px}.hero h1{font-size:70px}.story{column-gap:35px;padding:55px 6%}.story h2{font-size:37px}.products{gap:25px 20px}}@media(max-width:560px){header{min-height:83px;padding:20px 6%;flex-wrap:nowrap}.brand{font-size:32px;letter-spacing:6px}nav{display:none}.tools button{font-size:13px}.hero{min-height:580px}.hero-copy{min-height:580px;padding:52px 7% 42px}.hero h1{font-size:62px;letter-spacing:-1.8px}.hero .intro{max-width:280px;font-size:15px}.hero-art{min-height:0}.hero-art img{object-position:63% center}.hero:after{background:linear-gradient(90deg,rgba(12,19,14,.88),rgba(12,19,14,.42))}.hero-note{max-width:240px;line-height:1.9;font-size:10px}.image-label{right:9px;bottom:25px;font-size:10px}.collection{padding:44px 6%}.section-head h2{font-size:33px}.section-head>p{max-width:100%;font-size:13px}.filters{gap:19px;margin-top:15px;margin-bottom:25px}.filters button{font-size:12px}.products{gap:30px 16px}.product h3{font-size:21px}.product p{font-size:14px}.sample-tag{font-size:10px;padding:5px 7px}.story{display:block;padding:42px 7%}.story h2{font-size:37px;margin-bottom:23px}.story .signature{margin-top:25px}footer{padding:30px 6%;gap:20px}footer>a:last-child{font-size:12px}footer p{order:3;width:100%}}

/* NOOSHIA brand */
.brand{display:inline-flex;align-items:center;line-height:1}
.brand-logo{display:block;width:190px;height:64px;object-fit:cover;object-position:center 62%;border-radius:0}
.footer-logo{width:150px;height:52px}
@media(max-width:560px){.brand-logo{width:150px;height:50px}.footer-logo{width:130px;height:46px}}
