@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap');
:root{--red:#ef233c;--red2:#d90429;--ink:#202124;--muted:#6b7280;--line:#e5e7eb;--bg:#f7f8fa;--card:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Vazirmatn,Tahoma,sans-serif;font-weight:500}.wrap{width:min(1440px,94%);margin:auto}
.topbar{height:38px;background:#fff;border-bottom:1px solid var(--line);color:#6b7280;font-size:11px}.topbar-in{min-height:38px;display:flex;align-items:center;gap:34px}.top-phone{margin-right:auto;color:#3f4650;font-weight:800}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;box-shadow:0 2px 10px rgba(0,0,0,.035)}.header-main{display:grid;grid-template-columns:auto minmax(360px,1fr) auto;gap:24px;align-items:center;min-height:96px}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none;order:3}.brand-mark{width:58px;height:58px;border-radius:50%;background:var(--red);display:grid;place-items:center;color:#fff;font-size:29px;box-shadow:0 5px 16px #ef233c33}.brand b{display:block;font-size:21px;font-weight:900}.brand small{display:block;color:#8a8f98;font-size:10px;margin-top:4px}.searchbox{height:50px;border:1px solid #dfe2e6;border-radius:9px;overflow:hidden;display:flex;background:#f5f6f8;order:2}.searchbox select,.searchbox input,.searchbox button{border:0;background:transparent;font-family:inherit}.searchbox select{width:160px;padding:0 12px;border-right:1px solid #e1e3e6;color:#555b64;font-weight:700}.searchbox input{flex:1;outline:0;padding:0 18px;color:#30343a}.searchbox button{width:58px;background:var(--red);color:#fff;font-size:27px;cursor:pointer}.cart-btn{order:1;min-width:150px;height:50px;border:1px solid #dfe2e6;background:#fff;border-radius:9px;padding:5px 13px;color:#252a31;font-family:inherit;font-weight:800}.cart-btn b{background:var(--red);color:#fff;border-radius:50px;padding:1px 7px;margin:0 3px}.cart-btn small{display:block;color:#777f88;font-size:10px;margin-top:2px}
.nav{height:52px;display:flex;align-items:center;gap:34px;white-space:nowrap;overflow:auto}.nav a{text-decoration:none;color:#4b5159;font-size:13px;font-weight:800;height:52px;display:flex;align-items:center;border-bottom:2px solid transparent}.nav a:hover,.nav a.active{color:var(--red);border-color:var(--red)}
.hero{background:#fff;border-bottom:1px solid #ddd;overflow:hidden}.hero-shell{display:grid;grid-template-columns:255px 1fr;min-height:355px}.hero-side{background:#fff;border-left:1px solid var(--line);border-right:1px solid var(--line);display:flex;flex-direction:column;padding-bottom:8px}.side-title{height:52px;background:var(--red);color:#fff;padding:0 18px;display:flex;align-items:center;justify-content:space-between;font-weight:900;font-size:14px}.side-title span{font-size:20px}.hero-side>a{height:37px;padding:0 17px;border-bottom:1px solid #f0f1f2;display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#4f555d;font-size:11px}.hero-side>a:hover{background:#fff4f5;color:var(--red)}.hero-side>a b{font-size:19px;color:#9aa0a7;font-weight:400}.hero-side .all-cats{color:var(--red);font-weight:800;border-bottom:0;margin-top:auto}.hero-main{position:relative;min-width:0;display:grid;grid-template-columns:48% 52%;align-items:stretch;background:linear-gradient(100deg,#fff 0%,#fff 48%,#f2f4f7 48%,#f8f9fb 100%);overflow:hidden}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:30px 42px 50px 70px;z-index:2}.eyebrow{color:var(--red);font-weight:900;margin:0 0 7px;font-size:13px}.hero h1{font-size:clamp(38px,4.2vw,64px);line-height:1.15;margin:0 0 14px;font-weight:900;color:#15171a;max-width:650px}.hero-desc{font-size:15px;color:#666d76;font-weight:600;line-height:2;margin:0 0 22px;max-width:520px}.gold-btn{align-self:flex-start;border:0;background:var(--red);color:#fff;border-radius:8px;padding:13px 30px;font-family:inherit;font-weight:900;cursor:pointer;box-shadow:0 7px 18px #ef233c28}.gold-btn:hover{background:var(--red2)}.hero-image-wrap{position:relative;overflow:hidden;display:flex;align-items:stretch;justify-content:flex-end}.hero-mayler{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:50%;background:#fff;box-shadow:0 3px 10px #0002;color:#444;font-size:25px;z-index:4;cursor:pointer}.hero-arrow-right{right:18px}.hero-arrow-left{left:18px}.hero-dots{position:absolute;bottom:16px;left:48%;display:flex;gap:8px;z-index:5}.hero-dots span{width:9px;height:9px;border-radius:50%;background:#fff;border:1px solid #bbb}.hero-dots span.active{background:var(--red);border-color:var(--red)}
.quick-strip{background:#fff;border-bottom:1px solid var(--line)}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:18px 0}.quick-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;border-left:1px solid var(--line)}.quick-grid>div:last-child{border:0}.quick-grid i{font-style:normal;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff0f2;color:var(--red);font-size:19px}.quick-grid b{display:block;font-size:13px;font-weight:900}.quick-grid small{display:block;font-size:10px;color:#858b93;margin-top:3px}
.section{padding:42px 0}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.section-heading span{display:none}.section-heading h2{margin:0;color:#25282c;font-size:24px;font-weight:900}.section-heading h2:before{content:"";display:inline-block;width:4px;height:24px;background:var(--red);border-radius:4px;margin-left:10px;vertical-align:-4px}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.cat-card{height:142px;padding:10px 8px;border:1px solid #e7e9ec;border-radius:9px;background:#fff;position:relative;font-family:inherit;cursor:pointer;text-align:center;transition:.2s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.cat-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #20212412;border-color:#ddd}.cat-card img{width:86px;height:86px;object-fit:contain;display:block}.cat-card strong{color:#34383e;font-size:11px;font-weight:800}.cat-card small{display:none}.cat-placeholder{width:86px;height:86px;display:grid;place-items:center;background:#f4f5f6;border-radius:50%;font-size:40px;color:#9aa0a7}
.products-band{background:linear-gradient(180deg,#fff 0,#fff7f8 100%);border-top:1px solid #f0dfe2;border-bottom:1px solid #eee}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.product{background:#fff;border:1px solid #e5e7eb;border-radius:9px;overflow:hidden;position:relative;transition:.2s;box-shadow:0 2px 8px #2021240a}.product:hover{transform:translateY(-3px);box-shadow:0 12px 25px #20212415}.pimg{height:205px;background:#fff;display:grid;place-items:center;border-bottom:1px solid #f0f1f2}.pimg img{width:100%;height:100%;object-fit:contain}.pimg span{font-size:65px;color:#a0a5ac}.product-info{padding:12px}.product h3{font-size:13px;margin:0 0 5px;font-weight:900;line-height:1.7;min-height:42px}.product-info small{color:#81878f;font-size:10px}.price{margin:10px 0;color:#24272b;font-weight:900;font-size:14px}.price em{font-style:normal;color:#777f87;font-size:9px}.product button{width:100%;border:1px solid var(--red);background:#fff;color:var(--red);border-radius:7px;padding:9px;font-family:inherit;font-weight:900;cursor:pointer}.product button:hover{background:var(--red);color:#fff}.tag{position:absolute;z-index:3;top:9px;right:9px;background:var(--red);color:#fff;border-radius:5px;padding:4px 8px;font-size:10px;font-weight:900}.tag.hot{background:#222;color:#fff}
.catalog{background:#f7f8fa}.section-top{display:flex;align-items:center;justify-content:space-between}.section-heading.left{justify-content:flex-start;margin-bottom:18px}.section-top select{font-family:inherit;font-weight:700;border:1px solid #dfe2e6;border-radius:7px;background:#fff;padding:9px 14px}.product-layout{display:grid;grid-template-columns:235px 1fr;gap:16px}.about-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:22px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 3px 12px #20212408}.about-icon{width:48px;height:48px;border-radius:50%;background:#fff0f2;color:var(--red);display:grid;place-items:center;font-size:27px}.about-card h3{color:#22272d;font-size:18px;margin:12px 0 8px;font-weight:900}.about-card p{font-size:12px;line-height:2;color:#707780}.outline-btn{border:1px solid var(--red);background:#fff;color:var(--red);padding:10px;font-family:inherit;font-weight:800;border-radius:7px}.empty{grid-column:1/-1;text-align:center;padding:45px;background:#fff;border:1px dashed #cfd4da;color:#707780;border-radius:8px}
.trust-row{background:#fff;border-top:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 0}.trust-grid>div{display:flex;align-items:center;justify-content:center;gap:10px;border-left:1px solid var(--line)}.trust-grid>div:last-child{border:0}.trust-grid i{font-style:normal;font-size:27px;color:var(--red)}.trust-grid b{font-size:12px;font-weight:900}
footer{background:#fff;color:#444;border-top:1px solid var(--line)}.footer-main{display:grid;grid-template-columns:1.3fr 1fr 1.5fr;gap:35px;align-items:center;padding:38px 0}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand .brand-mark{width:48px;height:48px}.footer-brand h3{margin:0;color:#222;font-weight:900}.footer-brand p{font-size:11px;color:#777}.footer-contact{border-right:1px solid #e3e5e8;padding-right:24px;line-height:2.2}.footer-address{line-height:2;color:#656b73}.copy{text-align:center;border-top:1px solid var(--line);padding:12px;color:#888e96;font-size:10px}
.modal{display:none;position:fixed;inset:0;z-index:100;background:#0008;place-items:center}.modalbox{width:min(470px,92%);background:#fff;color:#1b2533;border-radius:10px;padding:25px;position:relative}.modalbox h2{margin-top:0;color:#222;font-weight:900}.x{position:absolute;left:12px;top:7px;border:0;background:transparent;font-size:28px;cursor:pointer}.cartitem{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #eceef0}.sum{padding:18px 0;font-size:17px;font-weight:700}.full{width:100%}
@media(max-width:1100px){.header-main{grid-template-columns:auto 1fr auto}.hero-shell{grid-template-columns:210px 1fr}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.hero-main{grid-template-columns:50% 50%}.hero-copy{padding-left:35px;padding-right:25px}.hero h1{font-size:42px}}
@media(max-width:800px){.header-main{grid-template-columns:1fr auto}.searchbox{grid-column:1/-1;grid-row:2}.site-header{position:relative}.hero-shell{display:block}.hero-side{display:none}.hero-main{min-height:430px;grid-template-columns:1fr}.hero-image-wrap{position:absolute;inset:0;opacity:.16}.hero-copy{position:relative;z-index:3;align-items:center;text-align:center;padding:60px 25px 70px}.hero-desc{max-width:90%}.gold-btn{align-self:center}.hero-dots{left:50%;transform:translateX(-50%)}.quick-grid{grid-template-columns:repeat(2,1fr);gap:12px}.quick-grid>div{border:0}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr}.footer-contact{border:0;border-top:1px solid var(--line);padding:12px 0}.trust-grid{grid-template-columns:repeat(2,1fr);gap:16px}.trust-grid>div:nth-child(2){border-left:0}}
@media(max-width:520px){.wrap{width:94%}.topbar-in{justify-content:center}.topbar-in span:not(:first-child){display:none}.header-main{min-height:78px;gap:10px}.brand-mark{width:45px;height:45px}.brand b{font-size:15px}.brand small{display:none}.cart-btn{min-width:48px;width:48px;padding:0}.cart-btn span,.cart-btn small{display:none}.searchbox{height:46px}.nav{gap:18px;height:46px}.nav a{height:46px;font-size:11px}.hero-main{min-height:390px}.hero h1{font-size:35px}.hero-desc{font-size:13px}.section{padding:30px 0}.section-heading h2{font-size:20px}.category-grid{grid-template-columns:repeat(3,1fr);gap:7px}.cat-card{height:125px}.cat-card img,.cat-placeholder{width:68px;height:68px}.cat-card strong{font-size:10px}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.pimg{height:155px}.product-info{padding:9px}.product h3{font-size:11px;min-height:38px}.price{font-size:12px}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border:0!important}.section-top{align-items:flex-end}.section-top .section-heading{margin-bottom:15px}.footer-main{padding:28px 0}}

.customer-box{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:11px}.customer-box a{color:#d8233b;text-decoration:none;font-weight:900}.customer-pill{background:#fff0f2;color:#b61e33;padding:9px 11px;border-radius:8px;font-weight:900;max-width:150px;overflow:hidden;text-overflow:ellipsis}.partner-label{display:inline-block;background:#eef8f0;color:#26733a;border-radius:5px;padding:3px 7px;font-size:9px;font-weight:900;margin-top:6px}.price del{display:block;color:#999;font-size:9px;font-weight:500;margin-top:4px}
@media(max-width:800px){.customer-box{grid-column:1/-1;justify-content:flex-start}.customer-pill{max-width:210px}}
