
:root{
  --primary:#15803d;--primary-2:#22c55e;--secondary:#0284c7;--mint:#ecfdf5;
  --sky:#eff6ff;--bg:#f8fafc;--surface:#fff;--text:#172033;--muted:#64748b;
  --line:#e2e8f0;--danger:#ef4444;--warning:#f59e0b;--shadow:0 14px 45px rgba(15,23,42,.08);
}
*{box-sizing:border-box} body{margin:0;font-family:"Vazirmatn",sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit} button,input{font:inherit} button{cursor:pointer}
.container{width:min(1180px,calc(100% - 32px));margin:auto}
.topbar{background:linear-gradient(90deg,#064e3b,#0f766e,#075985);color:#fff;font-size:12px;overflow:hidden;position:relative}.topbar:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 40%,rgba(255,255,255,.13) 50%,transparent 60% 100%);transform:translateX(120%);animation:noticeShine 7s ease-in-out infinite}.topbar .container{min-height:40px;display:flex;align-items:center;justify-content:center;position:relative}.notice-track{display:grid;place-items:center;width:100%;position:relative;height:24px;overflow:hidden}.notice-message{position:absolute;display:flex;align-items:center;gap:9px;font-weight:700;letter-spacing:-.1px;opacity:0;transform:translateY(18px);animation:noticeRotate 16s infinite}.notice-message:nth-child(2){animation-delay:4s}.notice-message:nth-child(3){animation-delay:8s}.notice-message:nth-child(4){animation-delay:12s}.notice-icon{width:24px;height:24px;border-radius:9px;background:rgba(255,255,255,.14);display:grid;place-items:center}.notice-message a{color:#fff;border-bottom:1px dashed rgba(255,255,255,.6)}@keyframes noticeRotate{0%,4%{opacity:0;transform:translateY(18px)}9%,22%{opacity:1;transform:translateY(0)}27%,100%{opacity:0;transform:translateY(-18px)}}@keyframes noticeShine{0%,65%{transform:translateX(120%)}85%,100%{transform:translateX(-120%)}}
header{background:rgba(255,255,255,.93);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(226,232,240,.8)}
.header-main{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:24px;padding:17px 0}.logo{gap:10px;font-weight:800;font-size:20px}
.search{position:relative}.search input{width:100%;height:48px;border:1px solid var(--line);border-radius:15px;background:#f8fafc;padding:0 48px 0 15px;outline:none;transition:.2s}.search input:focus{border-color:#86efac;box-shadow:0 0 0 4px #dcfce7}.search-icon{position:absolute;right:17px;top:13px;color:var(--muted)}
.header-actions{display:flex;gap:10px}.icon-btn{width:46px;height:46px;border:1px solid var(--line);background:#fff;border-radius:14px;display:grid;place-items:center;position:relative}.badge{position:absolute;top:-5px;left:-5px;background:var(--danger);color:#fff;font-size:10px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;border:2px solid white}
.nav{border-top:1px solid #f1f5f9}
.hero{padding:34px 0 18px}.hero-grid{display:grid;grid-template-columns:1.65fr .78fr;gap:20px}.hero-main{min-height:390px;border-radius:28px;background:linear-gradient(125deg,#ecfdf5 0%,#dbeafe 100%);position:relative;overflow:hidden;padding:54px;display:flex;align-items:center}.hero-main:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:rgba(255,255,255,.55);left:-75px;top:-75px}.eyebrow{display:inline-flex;gap:7px;align-items:center;background:#fff;padding:7px 12px;border-radius:99px;color:var(--primary);font-size:12px;font-weight:700;box-shadow:0 6px 18px rgba(15,23,42,.06)}h1{font-size:44px;line-height:1.45;margin:18px 0 12px;letter-spacing:-1px}.btn{border:0;border-radius:14px;padding:13px 20px;font-weight:700}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 24px rgba(21,128,61,.23)}.btn-soft{background:#fff;color:var(--text);border:1px solid #fff}.label{position:absolute;top:67px;left:13px;right:13px;height:93px;border-radius:12px;background:linear-gradient(135deg,#dcfce7,#dbeafe);display:grid;place-items:center;font-weight:800;color:var(--primary)}
.side-stack{display:grid;gap:20px}.mini-banner{border-radius:24px;padding:27px;min-height:185px;position:relative;overflow:hidden}.mini-banner h3{font-size:20px;margin:0 0 8px}.mini-banner p{font-size:13px;color:#475569;line-height:1.8;margin:0 0 18px}.prescription{background:linear-gradient(135deg,#e0f2fe,#f0f9ff)}.consult{background:linear-gradient(135deg,#dcfce7,#f0fdf4)}.mini-icon{position:absolute;left:18px;bottom:15px;width:74px;height:74px;border-radius:24px;background:#fff;display:grid;place-items:center;font-size:32px;box-shadow:0 12px 30px rgba(15,23,42,.08)}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0 48px}
.section{padding:20px 0 42px}.section-head{margin-bottom:20px}.section-head h2{font-size:27px;margin:0 0 4px}.section-head p{margin:0;color:var(--muted);font-size:13px}.more{font-size:13px;color:var(--primary);font-weight:700}
.categories{display:grid;grid-template-columns:repeat(8,1fr);gap:13px}.category{background:#fff;border:1px solid #edf2f7;border-radius:20px;padding:19px 8px;text-align:center;transition:.2s}.category:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bbf7d0}.category span{font-weight:700}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:#fff;border:1px solid #edf2f7;border-radius:22px;padding:14px;position:relative;transition:.2s}.product:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.discount{position:absolute;right:13px;top:13px;background:#fee2e2;color:#dc2626;padding:5px 9px;border-radius:9px;font-size:10px;font-weight:800}.favorite{position:absolute;left:13px;top:13px;width:34px;height:34px;border-radius:11px;border:1px solid var(--line);background:#fff}.product-img{height:178px;border-radius:16px;background:linear-gradient(145deg,#f8fafc,#eefbf5);display:grid;place-items:center;font-size:67px;margin-bottom:14px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:contain;padding:10px;mix-blend-mode:multiply}.brand{font-size:10px;color:var(--secondary);font-weight:700}.product h3{font-size:13px;line-height:1.8;margin:7px 0;height:47px}.rating{font-size:11px;color:var(--warning)}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.price{font-weight:800;font-size:15px}.old{font-size:10px;color:#94a3b8;text-decoration:line-through;display:block}.cart-btn{width:39px;height:39px;border:0;border-radius:13px;background:var(--primary);color:#fff;font-size:18px}
.condition-wrap{background:#0f5132;border-radius:30px;padding:38px;color:#fff;display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:center}.condition-wrap h2{font-size:29px;margin:0 0 10px}.condition-wrap p{font-size:13px;line-height:1.9;color:#d1fae5}.conditions{display:flex;flex-wrap:wrap;gap:10px}.condition{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);padding:11px 16px;border-radius:99px;font-size:12px}.condition:hover{background:white;color:#0f5132}.progress{height:7px;background:#e2e8f0;border-radius:10px;margin-top:13px;overflow:hidden}.progress span{display:block;height:100%;width:72%;background:var(--primary)}

.blog-shell{position:relative}.blog-shell:before{content:"";position:absolute;inset:6% -5% auto auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.12),transparent 70%);filter:blur(6px);pointer-events:none}.blog-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:18px}.article-card{--mx:50%;--my:50%;position:relative;background:#fff;border:1px solid #e8eef4;border-radius:24px;overflow:hidden;min-height:410px;box-shadow:0 14px 40px rgba(15,23,42,.06);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s,border-color .45s;transform-style:preserve-3d}.article-card:after{content:"";position:absolute;inset:0;background:radial-gradient(320px circle at var(--mx) var(--my),rgba(255,255,255,.32),transparent 44%);opacity:0;transition:.35s;pointer-events:none}.article-card:hover{transform:translateY(-9px);box-shadow:0 24px 70px rgba(15,23,42,.14);border-color:#bbf7d0}.article-card:hover:after{opacity:1}.article-visual{height:205px;position:relative;overflow:hidden;isolation:isolate}.article-visual:before,.article-visual:after{content:"";position:absolute;border-radius:50%;filter:blur(1px)}.article-visual:before{width:180px;height:180px;left:-35px;top:-45px;background:rgba(255,255,255,.35);animation:articleFloat 7s ease-in-out infinite}.article-visual:after{width:120px;height:120px;right:-25px;bottom:-30px;background:rgba(255,255,255,.26);animation:articleFloat 6s ease-in-out infinite reverse}.article-card.featured .article-visual{height:240px}.article-content{padding:20px}.article-meta{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px;margin-bottom:10px}.article-tag{background:var(--mint);color:var(--primary);padding:5px 9px;border-radius:99px;font-weight:700}.article-card h3{font-size:17px;line-height:1.8;margin:0 0 8px}.article-card.featured h3{font-size:21px}.article-card p{font-size:12px;color:var(--muted);line-height:1.9;margin:0 0 16px}.article-link{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-size:12px;font-weight:800}.article-link span{transition:.25s}.article-link:hover span{transform:translateX(-4px)}
@keyframes articleFloat{50%{transform:translate(12px,12px) scale(1.05)}}

footer{position:relative;background:linear-gradient(145deg,#071b16 0%,#0f2d24 48%,#0f172a 100%);color:#cbd5e1;padding:0 0 90px;margin-top:58px;overflow:hidden}footer:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.15),transparent 68%);right:-180px;top:-180px;animation:footerGlow 9s ease-in-out infinite}footer:after{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.12),transparent 68%);left:-130px;bottom:-150px;animation:footerGlow 11s ease-in-out infinite reverse}@keyframes footerGlow{50%{transform:translate(20px,18px) scale(1.1)}}.newsletter{display:flex;position:relative;z-index:2;min-width:360px}.newsletter input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.96);border-radius:0 14px 14px 0;padding:13px 15px;outline:none}.newsletter button{border:0;background:#052e16;padding:0 18px;border-radius:14px 0 0 14px;color:#fff;font-weight:800;transition:.25s}.newsletter button:hover{transform:translateX(-2px);background:#0f172a}@keyframes ctaOrbit{to{transform:rotate(360deg)}}
.footer-body{position:relative;z-index:2}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1.15fr;gap:42px}.footer-brand .logo{color:#fff}.footer-about{font-size:12px;line-height:2.1;max-width:360px;color:#a9bac5}.footer-title{color:#fff;font-weight:800;margin-bottom:17px;position:relative;padding-bottom:10px}.footer-title:after{content:"";position:absolute;right:0;bottom:0;width:28px;height:2px;background:linear-gradient(90deg,var(--primary-2),var(--secondary));border-radius:9px}.footer-links{display:grid;gap:11px;font-size:12px}.footer-links a{transition:.25s;display:flex;gap:7px}.footer-links a:before{content:"";width:5px;height:5px;border-radius:50%;background:#4ade80;opacity:.65;transition:.25s}.footer-links a:hover{color:#fff;transform:translateX(-4px)}.footer-links a:hover:before{box-shadow:0 0 0 5px rgba(74,222,128,.1)}
.contact-list{display:grid;gap:12px}.contact-item{display:grid;grid-template-columns:40px 1fr;gap:11px;align-items:start;padding:11px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:15px;transition:.3s}.contact-item:hover{background:rgba(255,255,255,.07);transform:translateY(-2px);border-color:rgba(74,222,128,.25)}.contact-icon{width:40px;height:40px;border-radius:13px;background:rgba(34,197,94,.12);color:#86efac;display:grid;place-items:center}.contact-item small{display:block;color:#78909c;font-size:9px;margin-bottom:3px}.contact-item strong,.contact-item a{font-size:11px;color:#e2e8f0;line-height:1.7}.demo-note{margin-top:10px;font-size:9px;color:#6f8794}.social-row{display:flex;gap:9px;margin-top:17px;flex-wrap:wrap}.social{width:42px;height:42px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);border-radius:14px;display:grid;place-items:center;color:#fff;transition:.35s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.social:before{content:"";position:absolute;inset:100% 0 0;background:linear-gradient(135deg,#22c55e,#0284c7);transition:.35s}.social svg{width:19px;height:19px;position:relative;z-index:2;fill:currentColor}.social:hover{transform:translateY(-6px) rotate(-4deg);box-shadow:0 14px 28px rgba(0,0,0,.22);border-color:transparent}.social:hover:before{inset:0}.footer-bottom{position:relative;z-index:2;margin-top:35px;padding-top:23px;border-top:1px solid rgba(255,255,255,.08);display:flex;gap:18px;font-size:10px;color:#78909c}
.mobile-nav{display:none}
@media(max-width:980px){.blog-grid{grid-template-columns:1fr 1fr}.article-card.featured{grid-column:1/-1}.newsletter{min-width:0;max-width:520px}.header-main{grid-template-columns:150px 1fr auto}.hero-grid{grid-template-columns:1fr}.side-stack{grid-template-columns:1fr 1fr}.categories{grid-template-columns:repeat(4,1fr)}.products{grid-template-columns:repeat(2,1fr)}.condition-wrap{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.blog-grid{display:flex;padding-bottom:12px;scroll-snap-type:x mandatory}.article-card,.article-card.featured{min-width:84vw;min-height:395px;scroll-snap-align:start}.article-card.featured .article-visual{height:205px}.newsletter{width:100%}.footer-grid{grid-template-columns:1fr!important}.footer-grid>div:first-child{grid-column:auto!important}.footer-bottom{flex-direction:column;align-items:flex-start}.contact-list{grid-template-columns:1fr}.social-row{margin-bottom:7px}body{padding-bottom:70px}.topbar,.nav,.header-actions .icon-btn:first-child{display:none}.container{width:min(100% - 22px,1180px)}.header-main{grid-template-columns:auto 1fr auto;padding:11px 0;gap:10px}.logo span{display:none}.search input{height:42px;font-size:12px}.hero{padding-top:16px}.hero-main{min-height:450px;padding:28px 22px;align-items:flex-start}.hero-main:before{width:280px;height:280px}.eyebrow{font-size:10px}h1{font-size:29px;margin-top:14px}.side-stack{grid-template-columns:1fr}.mini-banner{min-height:155px;padding:22px}.trust{gap:8px;margin-bottom:30px}.section{padding-bottom:30px}.section-head h2{font-size:21px}.categories{overflow:auto;padding-bottom:6px}.category{min-width:102px}.products{display:flex;overflow:auto;padding-bottom:12px}.product{min-width:235px}.condition-wrap{padding:25px 20px;border-radius:22px}.condition-wrap h2,.health-card h2{font-size:23px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:1/-1}.mobile-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;bottom:0;right:0;left:0;height:68px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid var(--line);z-index:30}.mobile-nav a{display:grid;place-items:center;font-size:10px;color:var(--muted);padding:7px 0}.mobile-nav b{font-size:20px;line-height:1}.mobile-nav .active{color:var(--primary)}.mobile-nav .rx{transform:translateY(-14px)}.mobile-nav .rx b{width:52px;height:52px;border-radius:18px;background:var(--primary);color:#fff;display:grid;place-items:center;box-shadow:0 10px 25px rgba(21,128,61,.3)}}

header{transition:box-shadow .25s ease,background .25s ease}header.scrolled{box-shadow:0 14px 40px rgba(15,23,42,.09);background:rgba(255,255,255,.98)}
.icon-btn,.btn,.cart-btn,.favorite{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.icon-btn:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(15,23,42,.1);border-color:#bbf7d0}.btn-primary:hover,.cart-btn:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(21,128,61,.28);background:#166534}.btn-soft:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(15,23,42,.09)}
.hero-main,.mini-banner,.trust-item,.category,.product,.health-card,.condition-wrap{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease,border-color .35s ease}.hero-main:hover{box-shadow:0 28px 70px rgba(2,132,199,.12)}.mini-banner:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(15,23,42,.1)}.mini-banner:hover .mini-icon{transform:rotate(-5deg) scale(1.07)}.mini-icon{transition:.3s ease}.category{overflow:hidden}.category:before{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:rgba(34,197,94,.08);left:-55px;top:-55px;transition:.35s}.category:hover:before{transform:scale(2.2)}.product{overflow:hidden}.product:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.65) 50%,transparent 70%);transform:translateX(120%);transition:.7s;pointer-events:none}.product:hover:after{transform:translateX(-120%)}.product:hover .product-img{transform:scale(1.025)}.product-img{transition:.35s ease}.favorite:hover{transform:scale(1.08);border-color:#fecaca}.condition{transition:.2s ease}.condition:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.12)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
@keyframes floatArt{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatPill{0%,100%{transform:rotate(28deg) translateY(0)}50%{transform:rotate(22deg) translateY(-9px)}}@keyframes sway{0%,100%{transform:rotate(-35deg)}50%{transform:rotate(-28deg)}}
.mobile-menu-toggle{display:none}.mobile-drawer,.drawer-overlay{display:none}
@media(max-width:680px){
 .header-actions{display:flex}.header-actions .icon-btn{display:none}.header-actions .mobile-menu-toggle{display:grid}.mobile-drawer{display:block;position:fixed;top:0;bottom:0;right:0;width:min(88vw,360px);background:#fff;z-index:70;transform:translateX(105%);transition:.3s ease;box-shadow:-20px 0 60px rgba(15,23,42,.18);overflow:auto;padding:20px}.mobile-drawer.open{transform:none}.drawer-overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(3px);z-index:60;opacity:0;visibility:hidden;transition:.3s}.drawer-overlay.open{opacity:1;visibility:visible}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line)}.drawer-close{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:12px}.drawer-menu{display:grid;margin-top:12px}.drawer-item{border-bottom:1px solid #f1f5f9}.drawer-link{width:100%;border:0;background:none;padding:15px 2px;display:flex;justify-content:space-between;align-items:center;font-weight:700;color:var(--text)}.drawer-sub{display:grid;max-height:0;overflow:hidden;transition:max-height .3s ease}.drawer-item.open .drawer-sub{max-height:280px;padding-bottom:10px}.drawer-sub a{padding:8px 14px;font-size:12px;color:var(--muted)}.drawer-item.open .drawer-link span{transform:rotate(180deg)}.drawer-link span{transition:.25s}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

.footer-grid{align-items:start}.footer-grid>div{min-width:0}.footer-title{min-height:42px;display:flex;align-items:flex-start}.footer-links a{min-height:30px;align-items:center}.contact-item{align-items:center;min-height:66px}.contact-item>div:last-child{display:flex;flex-direction:column;justify-content:center;min-width:0}.contact-icon{flex:none}.social-row{align-items:center}.copyright-line{display:flex;align-items:center;gap:12px;max-width:720px}.copyright-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#86efac;font-size:23px;flex:none}.copyright-line strong{display:block;color:#dbe7e2;font-size:10px;line-height:1.8}.copyright-line small{display:block;margin-top:3px;color:#78909c;font-size:9px;line-height:1.8}.ai-avatar{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#dcfce7,#dbeafe);display:grid;place-items:center;font-size:24px}.ai-close{width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:#fff}.ai-question{display:flex;gap:8px}.ai-question input{min-width:0;flex:1;border:1px solid var(--line);border-radius:12px;padding:11px;outline:none}.ai-question button{border:0;border-radius:12px;background:var(--primary);color:#fff;padding:0 14px;font-weight:800}@keyframes aiPulse{50%{transform:translateY(-5px);box-shadow:0 24px 58px rgba(2,132,199,.36)}}
@media(max-width:680px){.ai-fab{left:12px;bottom:82px;padding:8px}.copyright-line{align-items:flex-start}.footer-title{min-height:auto}}

.login-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;height:46px;border:1px solid #bbf7d0;background:#f0fdf4;color:#166534;border-radius:14px;padding:0 16px;font-weight:800;white-space:nowrap;transition:.25s}.login-btn:hover{background:#15803d;color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(21,128,61,.2)}
.discount{font-size:13px!important;padding:7px 11px!important;min-width:48px;text-align:center;border-radius:11px!important;box-shadow:0 7px 16px rgba(220,38,38,.17);letter-spacing:.2px}.product-note{font-size:10px;line-height:1.75;color:#64748b;min-height:36px;margin:2px 0 7px}.ai-glow{height:4px;background:linear-gradient(90deg,#22c55e,#0ea5e9,#8b5cf6);background-size:200% 100%;animation:aiFlow 4s linear infinite}.ai-status{display:block;color:#15803d;font-size:10px;margin-top:3px}.ai-status i{display:inline-block;width:7px;height:7px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 4px rgba(34,197,94,.12);margin-left:4px}.ai-welcome{margin:16px 18px 10px;padding:15px;border-radius:16px;background:linear-gradient(135deg,#ecfdf5,#eff6ff);border:1px solid #dbeafe}.ai-welcome strong{font-size:13px}.ai-welcome p{margin:6px 0 0!important;font-size:11px!important;line-height:1.9!important}.ai-chips{display:flex;gap:7px;flex-wrap:wrap;padding:0 18px 12px}.ai-chips button{border:1px solid #dbeafe;background:#fff;color:#334155;border-radius:999px;padding:7px 10px;font-size:10px;transition:.2s}.ai-chips button:hover{border-color:#22c55e;color:#15803d;transform:translateY(-2px)}.ai-disclaimer{margin:0 18px 12px;padding:10px 12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;color:#9a3412;font-size:9px;line-height:1.8}.ai-question{padding:0 18px 8px;align-items:flex-end}.ai-question textarea{min-width:0;flex:1;resize:none;border:1px solid var(--line);border-radius:14px;padding:11px 12px;outline:none;line-height:1.7}.ai-question textarea:focus{border-color:#7dd3fc;box-shadow:0 0 0 4px #e0f2fe}.ai-question button{width:44px;height:44px;padding:0!important;display:grid;place-items:center;font-size:17px}.ai-privacy{padding:0 18px 14px;color:#94a3b8;font-size:8px;text-align:center}@keyframes aiFlow{to{background-position:200% 0}}
@media(max-width:680px){.login-btn{height:40px;padding:0 10px;font-size:11px}.header-actions{gap:6px}.header-actions .login-btn{display:none}.discount{font-size:12px!important}.product-note{min-height:34px}}

.contact-item.contact-phone{grid-template-columns:52px 1fr;background:linear-gradient(135deg,rgba(34,197,94,.11),rgba(2,132,199,.08));border-color:rgba(134,239,172,.2)}.contact-item.contact-phone .contact-icon{width:52px;height:52px;border-radius:17px;font-size:21px}.contact-item.contact-phone small{color:#9fb0ba;margin-bottom:4px}.contact-item.contact-phone a{font-size:20px;font-weight:800;letter-spacing:.4px;display:inline-block}.contact-item.contact-phone:hover a{color:#86efac}.footer-bottom{margin-top:22px}@media(max-width:680px){.notice-message{font-size:10px;text-align:center}}
.categories{gap:14px}.category{min-height:142px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:18px 8px}.category span{font-size:12px;margin-top:1px}
.footer-brand .official-marks{display:flex;align-items:center;gap:10px;margin-top:18px;padding-top:17px;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.official-mark{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;color:#173a2d;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(0,0,0,.15);transition:.3s;position:relative}.official-mark:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(0,0,0,.22)}.official-mark b{font-size:16px;font-weight:900;color:#15803d}.official-mark small{position:absolute;bottom:5px;font-size:6px;color:#64748b;font-weight:800}.footer-bottom{justify-content:flex-start}
@media(max-width:680px){.categories .category{min-width:118px}.footer-brand .official-marks{justify-content:flex-start}}

.trust{max-width:1080px;margin:20px auto 48px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
@keyframes trustFloat{0%,100%{transform:translateY(2px) rotate(0)}50%{transform:translateY(-5px) rotate(-2deg)}}

.categories{grid-template-columns:repeat(4,1fr);gap:18px}
.category{min-height:210px;padding:18px 12px 17px;border-radius:26px;justify-content:flex-end;position:relative;background:linear-gradient(150deg,#fff,#f8fffb);isolation:isolate}
.category span{font-size:13px;margin:0}.category:after{content:"";position:absolute;inset:12px;border:1px solid transparent;border-radius:20px;pointer-events:none;transition:.35s}.category:hover:after{border-color:rgba(34,197,94,.2)}
.cat-motion{transform-origin:center;animation:catBob 5s ease-in-out infinite}.category:nth-child(2n) .cat-motion{animation-delay:-1.4s}.category:nth-child(3n) .cat-motion{animation-delay:-2.7s}
.cat-pulse{animation:catPulse 3.8s ease-in-out infinite;transform-origin:center}
@keyframes catBob{0%,100%{transform:translateY(2px)}50%{transform:translateY(-5px)}}
@keyframes catPulse{0%,100%{opacity:.55;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}
.loyalty-actions{display:flex;align-items:center;gap:10px;margin-top:22px;flex-wrap:wrap}.contact-list{gap:14px}.contact-item.contact-phone{min-height:82px;padding:15px 16px}.contact-item.contact-phone .contact-icon{width:50px;height:50px;border-radius:16px;font-size:20px}.contact-item.contact-phone a{font-size:19px;font-weight:900;color:#fff;letter-spacing:.5px;direction:ltr;text-align:right}.contact-item.contact-phone small{font-size:10px}
.footer-brand .official-marks{border-top:0;padding-top:0;margin-top:20px;gap:11px}.official-mark{width:72px;height:72px;padding:7px;border-radius:18px;overflow:hidden}.official-mark img{max-width:100%;max-height:100%;object-fit:contain;display:block}.official-mark small,.official-mark b{display:none}
.footer-bottom{justify-content:space-between;align-items:center}.footer-social-bottom{display:flex;align-items:center;gap:9px;direction:rtl}.footer-social-label{font-size:10px;color:#91a5af;margin-left:3px}.footer-bottom .social-row{margin:0;flex-wrap:nowrap}.footer-brand>.social-row{display:none}
@media(max-width:980px){.categories{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.trust{grid-template-columns:1fr 1fr;max-width:none}.categories{display:flex;gap:12px}.category{min-width:210px;min-height:205px}.footer-bottom{align-items:center}.footer-social-bottom{width:100%;justify-content:space-between}.footer-social-label{display:none}.contact-item.contact-phone a{font-size:18px}.official-mark{width:65px;height:65px}}
@media(prefers-reduced-motion:reduce){.cat-motion,.cat-pulse,.trust-icon svg{animation:none!important}}
@media(max-width:980px){}
@media(max-width:680px){}
@media(prefers-reduced-motion:reduce){}@keyframes brandFlow{from{transform:translateX(0)}to{transform:translateX(50%)}}@keyframes brandHalo{to{transform:rotate(360deg)}}
@media(max-width:680px){}
@media(prefers-reduced-motion:reduce){}
.footer-bridge{position:relative;z-index:6;margin-top:24px;padding:0 0 34px}
footer{margin-top:0;padding-top:6px;background:linear-gradient(145deg,#0d2a22 0%,#0f2d24 46%,#0f172a 100%)}
.footer-body{padding-top:24px}.footer-grid{padding:28px;border:1px solid rgba(255,255,255,.07);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
@media(max-width:680px){.footer-bridge{margin-top:14px;padding-bottom:24px}.footer-body{padding-top:12px}.footer-grid{padding:20px 16px;border-radius:22px}}
@keyframes clubGlow{to{background-position:260% 0}}
@keyframes clubPulse{50%{transform:rotate(-8deg) scale(1.1)}}

.hero{padding-bottom:34px}.hero + .section{padding-top:12px}
@media(max-width:980px){}
@media(prefers-reduced-motion:reduce){}
.official-mark{isolation:isolate}
@media(max-width:980px){}
@media(max-width:680px){}.official-mark svg{width:100%;height:100%;display:block;object-fit:contain}.official-mark{height:128px;padding:8px;background:#fff}.official-mark img{display:none!important}@media(max-width:980px){.official-mark{height:116px}}

.category-mega{
  --mh-a:#0f766e;--mh-b:#16a34a;--mh-c:#22c55e;
  --mh-soft:rgba(255,255,255,.16);--mh-glow:rgba(255,255,255,.20);
}
.beauty-mega{--mh-a:#4c1d95;--mh-b:#a21caf;--mh-c:#ec4899;--mh-glow:rgba(251,207,232,.34)}
.supplement-mega{--mh-a:#064e3b;--mh-b:#0f766e;--mh-c:#14b8a6;--mh-glow:rgba(153,246,228,.30)}
.sport-mega{--mh-a:#172554;--mh-b:#0369a1;--mh-c:#0ea5e9;--mh-glow:rgba(186,230,253,.28)}
.family-mega{--mh-a:#7c2d12;--mh-b:#ea580c;--mh-c:#fb7185;--mh-glow:rgba(254,215,170,.32)}
.sexual-mega{--mh-a:#581c87;--mh-b:#9d174d;--mh-c:#e11d48;--mh-glow:rgba(251,207,232,.28)}

.category-mega-head{z-index:4;min-height:104px;padding:18px 26px 18px 28px;gap:24px;border:0;border-bottom:1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 12% 20%,var(--mh-glow) 0 1px,transparent 2px) 0 0/18px 18px,
    radial-gradient(circle at 78% -35%,rgba(255,255,255,.24),transparent 38%),
    linear-gradient(118deg,var(--mh-a) 0%,var(--mh-b) 55%,var(--mh-c) 100%);
  box-shadow:0 12px 30px rgba(15,23,42,.16),inset 0 1px 0 rgba(255,255,255,.18);
}
.category-mega-head:before{
  content:"";position:absolute;inset:auto -70px -105px auto;width:250px;height:250px;
  border:44px solid rgba(255,255,255,.08);border-radius:50%;transform:rotate(-18deg);z-index:-1;
}
.category-mega-head:after{
  content:"";position:absolute;top:-84px;width:190px;height:190px;
  background:linear-gradient(145deg,rgba(255,255,255,.19),rgba(255,255,255,0));
  border-radius:46px;transform:rotate(32deg);filter:blur(.2px);z-index:-1;
}
.category-mega-head>div{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"mark kicker" "mark title" "mark desc";column-gap:15px;align-items:center;min-width:0}
.category-mega-head>div:before{grid-area:mark;width:48px;height:48px;border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.28),rgba(255,255,255,.10));
  border:1px solid rgba(255,255,255,.30);box-shadow:0 12px 28px rgba(15,23,42,.18),inset 0 1px 0 rgba(255,255,255,.34);
  backdrop-filter:blur(10px);
}
.category-mega-head>div:after{
  content:"✦";position:absolute;right:15px;top:50%;transform:translate(50%,-50%);
  width:48px;text-align:center;color:#fff;font-size:20px;text-shadow:0 3px 12px rgba(0,0,0,.18)
}
.category-mega-head .mega-kicker{
  grid-area:kicker;display:flex;align-items:center;gap:8px;margin:0 0 2px;
  color:rgba(255,255,255,.82);font-size:8.5px;font-weight:850;letter-spacing:.20em;line-height:1.2
}
.category-mega-head .mega-kicker:after{content:"";width:38px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.70),transparent)}
.category-mega-head h3{
  grid-area:title;margin:0;font-weight:950;text-shadow:0 3px 14px rgba(15,23,42,.20)
}
.category-mega-head p{
  grid-area:desc;margin:1px 0 0;color:rgba(255,255,255,.88);font-size:11.2px;font-weight:570;line-height:1.85;
  text-shadow:0 2px 8px rgba(15,23,42,.12)
}
.category-mega-head>a{
  position:relative;z-index:1;flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;
  color:#fff!important;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.32);
  padding:11px 15px;border-radius:13px;font-size:10.8px;
  box-shadow:0 10px 24px rgba(15,23,42,.16),inset 0 1px 0 rgba(255,255,255,.24);
  backdrop-filter:blur(12px);transition:.22s ease
}
.category-mega-head>a:after{content:"←";font-size:15px;line-height:1;transition:.2s}
.category-mega-head>a:hover{color:var(--mh-b)!important;box-shadow:0 14px 30px rgba(15,23,42,.22)}
.category-mega-head>a:hover:after{transform:translateX(-3px)}

.category-mega-grid section h4{font-size:13.2px;letter-spacing:-.018em}
.category-mega-grid section a{font-weight:570}

@media(max-width:1100px){
  .category-mega-head{min-height:94px;padding:15px 20px}
  .category-mega-head h3{font-size:18px}.category-mega-head p{font-size:10.3px}
  .category-mega-head>div:before{width:43px;height:43px;border-radius:14px}
  .category-mega-head>div:after{width:43px;font-size:18px}
}

.otc-nav-link{display:flex;align-items:center;gap:8px;padding:8px 11px;border-radius:12px;text-decoration:none;color:#0f766e;background:linear-gradient(135deg,#ecfdf5,#f0fdfa);border:1px solid #bbf7d0;white-space:nowrap;transition:.2s ease}
.otc-nav-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,118,110,.12);border-color:#5eead4}
.otc-nav-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#0f766e;color:#fff;font-size:15px;font-weight:900}
.otc-nav-link span:last-child{display:flex;flex-direction:column;line-height:1.15}.otc-nav-link b{font-size:12px}.otc-nav-link small{font-size:9px;color:#64748b;letter-spacing:.5px}
@media(max-width:1180px){.otc-nav-link{padding:7px 8px}.otc-nav-link b{font-size:11px}}.filter-panel{position:sticky!important;top:88px!important;box-shadow:0 12px 32px rgba(15,23,42,.06)!important}.category-product{border:1px solid #e2e8f0!important;border-radius:22px!important;box-shadow:0 7px 22px rgba(15,23,42,.06)!important}.category-product:hover{transform:translateY(-7px)!important;box-shadow:0 20px 42px rgba(15,118,110,.15)!important;border-color:#99f6e4!important}
.category-product-media{min-height:240px!important;padding:16px!important;background:linear-gradient(180deg,#f8fafc,#fff)!important;display:grid!important;place-items:center!important}.category-product-media svg{width:100%!important;max-width:230px!important;height:auto!important;filter:drop-shadow(0 15px 18px rgba(15,23,42,.10));transition:transform .25s ease}.category-product:hover .category-product-media svg{transform:scale(1.045)}
.category-product-body{padding:16px 17px 18px!important}.category-product-body h3{font-size:15px!important;line-height:1.7!important;min-height:50px!important;margin:7px 0!important;color:#0f172a!important}.category-product-body p{font-size:11px!important;line-height:1.8!important;color:#64748b!important;min-height:40px!important}.product-brand{font-weight:900!important;color:#0f766e!important;background:#ecfdf5!important;border-radius:999px!important;padding:5px 9px!important;display:inline-flex!important}
.product-price-row{margin-top:13px!important;padding-top:13px!important;border-top:1px dashed #cbd5e1!important}.product-price-row strong{font-size:16px!important;color:#0f172a!important}.add-cart{height:44px!important;border-radius:13px!important;font-weight:900!important;box-shadow:0 8px 18px rgba(15,118,110,.16)!important}.stock-badge{top:15px!important;right:15px!important;box-shadow:0 5px 14px rgba(15,23,42,.10)!important}
@media(max-width:900px){}
@media(max-width:640px){.category-product-media{min-height:210px!important}}

.social{color:#86efac!important;border-color:rgba(134,239,172,.24)!important;background:rgba(134,239,172,.08)!important}.social:before{background:#15803d!important}.social svg{fill:currentColor!important}.social:hover{color:#fff!important}.social:hover img{filter:brightness(0) invert(1)!important}.badge{top:-7px!important;left:-7px!important;width:25px!important;height:25px!important;font-size:13px!important;font-weight:900!important;border-width:2px!important;box-shadow:0 5px 12px rgba(220,38,38,.28)!important}.topbar .topbar-layout{justify-content:space-between!important;gap:24px}.notice-track{flex:1;width:auto!important;display:block!important;text-align:right!important}.notice-message{right:0;left:auto;justify-content:flex-start!important;text-align:right!important}.topbar-phone{flex:none;min-width:235px;height:32px;padding:0 13px;border-radius:11px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;position:relative;z-index:2;box-shadow:0 7px 18px rgba(0,0,0,.12)}.topbar-phone small{font-size:9px;opacity:.82}.topbar-phone strong{font-size:15px;letter-spacing:.5px}.phone-pulse{width:8px;height:8px;border-radius:50%;background:#fef08a;box-shadow:0 0 0 0 rgba(254,240,138,.75);animation:phonePulse 1.25s infinite}@keyframes phonePulse{0%{box-shadow:0 0 0 0 rgba(254,240,138,.72)}70%{box-shadow:0 0 0 8px rgba(254,240,138,0)}100%{box-shadow:0 0 0 0 rgba(254,240,138,0)}}@media(max-width:900px){.topbar-phone{min-width:205px}.topbar-phone small{display:none}.notice-message{font-size:10px}}

.category-page .filter-head strong,
.category-page .filter-head button{
  color:#d1fae5!important;
  font-weight:900!important;
}
.category-page .filter-head button{
  opacity:.92;
  transition:opacity .2s ease,transform .2s ease,color .2s ease;
}
.category-page .filter-head button:hover{
  color:#fff!important;
  opacity:1;
  transform:translateX(-2px);
}
.category-page .category-hero-card,
.category-page .filter-panel,
.category-page .products-area,
.category-page .guide-card{
  will-change:transform,opacity;
}
.category-page.motion-ready .motion-reveal{
  opacity:0;
  transform:translateY(22px);
}
.category-page.motion-ready .motion-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
  transition:opacity .7s cubic-bezier(.2,.75,.25,1),transform .7s cubic-bezier(.2,.75,.25,1);
  transition-delay:var(--motion-delay,0ms);
}
.category-page .category-hero-card{
  overflow:hidden;
  isolation:isolate;
}
.category-page .category-hero-card:after{
  content:"";
  position:absolute;
  inset:-40% auto auto -18%;
  width:300px;
  height:300px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.48),rgba(255,255,255,0) 68%);
  pointer-events:none;
  animation:categoryAmbient 8s ease-in-out infinite;
}
.category-page .filter-panel{
  transition:box-shadow .3s ease,border-color .3s ease,transform .3s ease;
}
.category-page .filter-panel:hover{
  border-color:#bbf7d0!important;
  box-shadow:0 16px 38px rgba(15,118,110,.09)!important;
}
.category-page .filter-block label,
.category-page .delivery-option,
.category-page .rating-filter button{
  transition:color .2s ease,background-color .2s ease,transform .2s ease,border-color .2s ease;
}
.category-page .filter-block>label:not(.switch-row):hover{
  transform:translateX(-3px);
}
.category-page .filters-control-row{
  transition:border-color .25s ease,box-shadow .25s ease;
}
.category-page .filters-control-row:focus-within{
  border-color:#bbf7d0!important;
  box-shadow:0 8px 24px rgba(15,118,110,.08)!important;
}
.category-page .category-product{
  transform:translateZ(0);
  transition:transform .32s cubic-bezier(.2,.75,.25,1),box-shadow .32s ease,border-color .32s ease!important;
}
.category-page .category-product:hover{
  transform:translateY(-6px)!important;
}
.category-page .category-product-media svg{
  transition:transform .4s cubic-bezier(.2,.75,.25,1),filter .4s ease!important;
}
.category-page .category-product:hover .category-product-media svg{
  transform:translateY(-4px) scale(1.045)!important;
  filter:drop-shadow(0 18px 22px rgba(15,23,42,.14))!important;
}
.category-page .product-brand,
.category-page .discount-pill,
.category-page .stock-badge{
  transition:transform .22s ease,box-shadow .22s ease;
}
.category-page .category-product:hover .product-brand,
.category-page .category-product:hover .discount-pill,
.category-page .category-product:hover .stock-badge{
  transform:translateY(-1px);
}
.category-page .add-cart{
  position:relative;
  overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease!important;
}
.category-page .add-cart:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.28) 48%,transparent 72%);
  transform:translateX(120%);
  transition:transform .55s ease;
}
.category-page .add-cart:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(21,128,61,.22);
  filter:saturate(1.06);
}
.category-page .add-cart:hover:before{transform:translateX(-120%)}
.category-page .favorite,
.category-page .product-top-actions button{
  transition:transform .2s ease,color .2s ease,border-color .2s ease,background-color .2s ease!important;
}
.category-page .favorite:hover,
.category-page .product-top-actions button:hover{
  transform:scale(1.08)!important;
}
.category-page .pagination button{
  transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease;
}
.category-page .pagination button:not(:disabled):hover{
  transform:translateY(-2px);
  border-color:#86efac!important;
  color:#15803d!important;
}
.category-page .guide-card{
  overflow:hidden;
  position:relative;
}
.category-page .guide-card:after{
  content:"";
  position:absolute;
  width:230px;
  height:230px;
  left:-90px;
  top:-120px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  animation:guideAmbient 7s ease-in-out infinite;
  pointer-events:none;
}
@keyframes categoryHeroFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(-1.2deg)}}
@keyframes categoryIconBreathe{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}
@keyframes categoryAmbient{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(24px,16px) scale(1.08)}}
@keyframes guideAmbient{0%,100%{transform:translate(0,0)}50%{transform:translate(20px,15px)}}
@media(prefers-reduced-motion:reduce){
  .category-page *,
  .category-page *:before,
  .category-page *:after{
    animation:none!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
  .category-page.motion-ready .motion-reveal{opacity:1!important;transform:none!important}
}

.category-guide{padding:18px 0 48px!important}
.category-guide .guide-card{position:relative;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center!important;gap:18px!important;padding:25px 28px!important;border-radius:22px!important;background:#fff!important;border:1px solid #dfe8e3!important;box-shadow:0 12px 34px rgba(15,23,42,.055)!important;color:#172033!important;overflow:hidden}
.category-guide .guide-card:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#15803d,#0284c7)}
.category-guide .guide-card:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;left:-90px;top:-105px;background:radial-gradient(circle,rgba(21,128,61,.08),transparent 70%);pointer-events:none}
.category-guide .guide-icon{position:relative;z-index:1;width:54px;height:54px;border-radius:17px;background:#ecfdf5;border:1px solid #bbf7d0;color:#15803d;display:grid;place-items:center;flex:0 0 auto}
.category-guide .guide-icon svg{width:30px;height:30px;animation:none!important;transform:none!important}
.category-guide .guide-copy{position:relative;z-index:1;min-width:0}
.category-guide .guide-eyebrow{display:block;margin-bottom:5px;color:#15803d!important;font-size:11px!important;font-weight:900!important;line-height:1.6}
.category-guide .guide-card h2{margin:0 0 7px!important;color:#172033!important;font-size:20px!important;font-weight:900!important;line-height:1.65!important}
.category-guide .guide-card p{max-width:760px;margin:0!important;color:#64748b!important;font-size:12px!important;font-weight:500!important;line-height:2!important}
.category-guide .guide-card .btn{position:relative;z-index:1;min-width:146px;height:44px;padding:0 18px!important;border-radius:12px!important;background:#15803d!important;color:#fff!important;border:1px solid #15803d!important;box-shadow:0 8px 18px rgba(21,128,61,.16)!important;font-size:11px!important;font-weight:900!important;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.category-guide .guide-card .btn:hover{background:#166534!important;border-color:#166534!important;box-shadow:0 10px 22px rgba(21,128,61,.22)!important;transform:translateY(-1px)}
@media(max-width:680px){.category-guide{padding:12px 0 34px!important}.category-guide .guide-card{grid-template-columns:auto 1fr!important;gap:13px!important;padding:20px 18px!important}.category-guide .guide-icon{width:46px;height:46px;border-radius:14px}.category-guide .guide-icon svg{width:26px;height:26px}.category-guide .guide-card h2{font-size:16px!important}.category-guide .guide-card p{font-size:11px!important;line-height:1.9!important}.category-guide .guide-card .btn{grid-column:1/-1;width:100%;min-width:0;margin-top:2px}}

.header-main{grid-template-columns:230px 1fr auto}
.logo{display:flex;align-items:center;justify-content:flex-start;min-width:0;text-decoration:none}
.footer-brand .logo{display:inline-flex;background:rgba(255,255,255,.98);padding:10px 14px;border-radius:18px;box-shadow:0 14px 35px rgba(0,0,0,.18);margin-bottom:12px}
@media(max-width:900px){.header-main{grid-template-columns:190px 1fr auto}}
@media(max-width:680px){.header-main{grid-template-columns:138px 1fr auto}.footer-brand .logo{padding:9px 12px;border-radius:16px}}
.logo{display:flex!important;min-width:220px;overflow:visible!important;}
.footer-brand .logo,.footer-logo,.footer .logo{background:rgba(255,255,255,.97);border:1px solid rgba(255,255,255,.32);border-radius:22px;padding:12px 18px;box-shadow:0 16px 40px rgba(2,8,23,.22);display:inline-flex!important;}
@media(max-width:900px){.logo{min-width:180px}}
@media(max-width:560px){.logo{min-width:145px}}

.logo{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;background:none!important;padding:0!important;box-shadow:none!important;border-radius:0!important}
.footer-brand .logo{background:none!important;padding:0!important;box-shadow:none!important;margin:0 0 16px!important}
@media(max-width:900px){.header-main{grid-template-columns:170px 1fr auto!important}}
@media(max-width:680px){.header-main{grid-template-columns:124px 1fr auto!important}}
@media(max-width:420px){.header-main{grid-template-columns:108px 1fr auto!important}}

.daruget-brand{display:inline-flex!important;align-items:center!important;gap:10px!important;min-width:0!important;text-decoration:none!important;background:none!important;border:0!important;padding:0!important;box-shadow:none!important}
.daruget-brand-header{max-width:210px}
@media(max-width:900px){}
@media(max-width:680px){.daruget-brand-header{gap:6px!important}}
@media(max-width:420px){}
.product-img img{object-fit:cover!important;transition:transform .45s ease,filter .45s ease!important}
.product:hover .product-img img{transform:scale(1.045) translateY(-3px)!important;filter:saturate(1.04) contrast(1.02)!important}
.product h3{min-height:54px}.product-note{min-height:58px}
@media(max-width:720px){}

.product-img{
  height:245px!important;
  padding:14px!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,#f8fbff,#eef7ff)!important;
  border:1px solid rgba(37,99,235,.08)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  transform:none!important;
}
.product:hover .product-img img{
  transform:scale(1.025)!important;
  filter:saturate(1.02)!important;
}
@media(max-width:720px){
  .product-img{height:220px!important;padding:12px!important}
}

:root{
  --font-ui:"DaydaruLocal","Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif;
  --fs-10:clamp(.66rem,.64rem + .08vw,.72rem);
  --fs-11:clamp(.72rem,.69rem + .10vw,.79rem);
  --fs-12:clamp(.79rem,.75rem + .12vw,.87rem);
  --fs-13:clamp(.86rem,.81rem + .14vw,.95rem);
  --fs-14:clamp(.93rem,.87rem + .17vw,1.03rem);
  --fs-16:clamp(1rem,.93rem + .22vw,1.14rem);
  --fs-18:clamp(1.12rem,1.02rem + .32vw,1.32rem);
  --fs-20:clamp(1.24rem,1.10rem + .44vw,1.52rem);
  --fs-24:clamp(1.45rem,1.22rem + .72vw,1.92rem);
  --fs-28:clamp(1.72rem,1.38rem + 1vw,2.35rem);
  --fs-display:clamp(2rem,1.42rem + 2.05vw,3.35rem);
}
html{font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body,button,input,textarea,select{font-family:var(--font-ui)!important}
body{font-size:var(--fs-14);line-height:1.85;letter-spacing:-.012em}
p,li,small,input,textarea{font-weight:400}
strong,b,h1,h2,h3,h4,h5,h6,.btn,.nav-row,.price,.brand-fallback{font-weight:700}
h1,h2,h3,h4,h5,h6{letter-spacing:-.035em;text-wrap:balance}
h1{font-size:var(--fs-display)!important;line-height:1.38!important}
.section-head h2,.condition-wrap h2,.health-card h2,.smart-companion-head h2,.pharma-brands-head h2{font-size:var(--fs-24)!important;line-height:1.55}
.mini-banner h3,.footer-bridge-copy h3{font-size:var(--fs-18)!important;line-height:1.65}.topbar{font-size:var(--fs-11)!important}
.search input{font-size:var(--fs-13)!important}.eyebrow,.more,.section-head p,.mini-banner p{font-size:var(--fs-12)!important}
.trust-item strong,.category strong,.product h3{font-size:var(--fs-13)!important}
.trust-item small,.brand,.rating,.old,.product-note{font-size:var(--fs-10)!important}
.product h3{line-height:1.85;height:auto;min-height:3.7em}.price{font-size:var(--fs-14)!important}
.btn{font-size:var(--fs-13);line-height:1.4}.footer-about,.footer-links{font-size:var(--fs-12)!important}.footer-title{font-size:var(--fs-14)}
@media(max-width:680px){
 html{font-size:15px} body{line-height:1.8}
 h1{font-size:clamp(1.85rem,7.6vw,2.45rem)!important;line-height:1.45!important}
 .section-head h2,.condition-wrap h2,.health-card h2,.smart-companion-head h2,.pharma-brands-head h2{font-size:clamp(1.35rem,5.3vw,1.62rem)!important}
 .product h3{font-size:.88rem!important}
}

main{display:block}
.special-offers{padding:34px 0 54px;position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fafc 0%,#f0fdf4 55%,#f8fafc 100%)}
.special-offers:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.13),transparent 70%);right:-130px;top:-150px;pointer-events:none}
.special-offers .container{position:relative;z-index:1}
.special-offers .section-head{align-items:center;margin-bottom:24px;padding:0 4px}
.special-offers .section-head h2{display:flex;align-items:center;gap:10px;font-size:clamp(23px,2.5vw,31px)!important}
.special-offers .section-head h2:before{content:"%";width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;font-size:19px;box-shadow:0 10px 24px rgba(239,68,68,.22)}
.special-offers .section-head p{margin-top:7px!important}
.special-offers .more{padding:10px 15px;border-radius:12px;background:#fff;border:1px solid #dcfce7;box-shadow:0 8px 20px rgba(15,23,42,.05)}
.special-offers .products{gap:19px}
.special-offers .product-img{height:210px;margin:0 0 14px;border-radius:0;background:linear-gradient(145deg,#fff,#f1f8f4);border-bottom:1px solid #edf3ef;position:relative;padding:13px}
.special-offers .product-img img{padding:14px;transition:transform .4s ease;mix-blend-mode:multiply}
.special-offers .discount{right:12px;top:12px;z-index:3;background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;padding:7px 10px;border-radius:11px;box-shadow:0 8px 18px rgba(239,68,68,.25)}
.special-offers .favorite{left:12px;top:12px;z-index:3;background:rgba(255,255,255,.94);backdrop-filter:blur(8px)}
.special-offers .brand,.special-offers .product h3,.special-offers .rating,.special-offers .price-row{margin-left:16px;margin-right:16px}
.special-offers .brand{display:inline-flex;align-self:flex-start;padding:5px 9px;border-radius:8px;background:#eff6ff;color:#0369a1;margin-bottom:2px}
.special-offers .product h3{height:auto;min-height:50px;font-size:13px!important;line-height:1.9;margin-top:8px;margin-bottom:4px}
.special-offers .rating{padding-bottom:11px;border-bottom:1px dashed #e2e8f0}
.special-offers .price-row{margin-top:auto;padding-top:12px;gap:10px}
.special-offers .price{font-size:16px;line-height:1.55;color:#0f5132}
.price-label{display:block!important;text-decoration:none!important;font-size:9px!important;font-weight:600;margin-bottom:1px}
.special-offers .old{font-size:10px;margin-bottom:1px}
.special-offers .cart-btn{width:45px;height:45px;border-radius:14px;background:linear-gradient(135deg,#15803d,#0f766e);box-shadow:0 9px 20px rgba(21,128,61,.22);transition:.25s}
.special-offers .cart-btn:hover{transform:scale(1.08) rotate(-3deg)}

footer{margin-top:0!important;padding-top:0!important;border-top:0}
footer:before{top:-230px}
.footer-body{padding-top:42px!important}
.footer-grid{margin-top:0!important}

.footer-brand .official-marks{display:block!important;margin-top:22px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.1)!important}
.official-marks-title{font-size:11px;font-weight:800;color:#dbeafe;margin-bottom:11px}
.official-marks-row{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}
.official-mark{display:flex!important;width:82px!important;height:96px!important;padding:7px!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;opacity:1!important;visibility:visible!important;transform:none;flex:0 0 auto}
.official-mark img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;opacity:1!important;visibility:visible!important;filter:none!important}
.official-mark:hover{transform:translateY(-4px)!important}

@media(max-width:680px){
 .special-offers{padding:26px 0 40px}
 .special-offers .section-head{align-items:flex-end}
 .special-offers .section-head h2:before{width:38px;height:38px;border-radius:12px;font-size:17px}
 .special-offers .products{display:flex;gap:13px;overflow:auto;padding:4px 3px 18px;scroll-snap-type:x mandatory}
 .special-offers .product-img{height:205px}
 .footer-body{padding-top:30px!important}
 .official-mark{width:76px!important;height:90px!important}
}.mega-kicker{font-size:10px;color:#bbf7d0}
.mini-banner.consult{background:linear-gradient(145deg,#ecfeff,#f0fdf4);border-color:#a7f3d0}.mini-banner.consult h3{color:#0f766e}.mini-banner.consult .mini-icon{background:linear-gradient(135deg,#0f766e,#22c55e);color:#fff;font-size:26px}.mini-banner.consult p{max-width:310px}.interaction-open{border-color:#99f6e4!important;color:#0f766e!important;background:#fff!important}.interaction-open:hover{background:#0f766e!important;color:#fff!important}
@media(max-width:980px){}
@media(max-width:680px){}

@font-face{font-family:DaydaruLocal;src:url("../fonts/NotoSansArabic-Regular.woff2") format("woff2"),url("../fonts/NotoSansArabic-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DaydaruLocal;src:url("../fonts/NotoSansArabic-Bold.woff2") format("woff2"),url("../fonts/NotoSansArabic-Bold.ttf") format("truetype");font-weight:700 900;font-style:normal;font-display:swap}html,body,button,input,textarea{font-family:DaydaruLocal,'Noto Sans Arabic',Tahoma,Arial,sans-serif!important}

.dd-logo-symbol{display:block;flex:0 0 auto}.dd-logo-symbol svg{width:100%;height:100%;display:block}.dd-logotype{display:flex;flex-direction:column;line-height:1}.dd-logotype strong{font-size:28px;font-weight:900;letter-spacing:-1.2px;color:#0f766e}.dd-logotype small{font-size:9px;margin-top:7px;color:#64748b;font-weight:700;letter-spacing:.1px}.daruget-brand-header .dd-logo-symbol{width:50px;height:50px}.daruget-brand-mobile .dd-logo-symbol{width:46px;height:46px}.daruget-brand{gap:11px!important}
.mega-catalog{width:min(1220px,calc(100vw - 28px));right:50%;transform:translate(50%,14px);padding:0!important;border-radius:22px!important;overflow:hidden;background:#fff;box-shadow:0 28px 90px rgba(15,23,42,.22)!important;border:1px solid #e2e8f0!important}.mega-tab{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:11px;padding:11px;border-radius:13px;text-align:right;cursor:pointer;color:#334155;margin-bottom:5px}.mega-tab>span{width:38px;height:38px;border-radius:11px;background:#fff;display:grid;place-items:center;font-size:18px;border:1px solid #e2e8f0}.mega-tab div{display:flex;flex-direction:column}.mega-tab b{font-size:12px}.mega-tab small{font-size:8px;color:#94a3b8;margin-top:3px}.mega-tab.active,.mega-tab:hover{background:#fff;color:#0f766e;box-shadow:0 8px 24px rgba(15,118,110,.08)}.mega-tab.active>span{background:linear-gradient(135deg,#0f766e,#22c55e);color:#fff;border-color:transparent}.mega-panel{display:none;grid-template-columns:1fr 220px;gap:20px;height:100%}.mega-panel.active{display:grid}
@media(max-width:980px){.mega-catalog{display:none!important}}@media(max-width:680px){.daruget-brand-header .dd-logo-symbol{width:40px;height:40px}.daruget-brand-header .dd-logotype strong{font-size:19px}.daruget-brand-header .dd-logotype small{display:none}}

:root{--font-fa:DaydaruLocal,"Noto Sans Arabic","Vazirmatn",Tahoma,sans-serif}
html,body,button,input,textarea,select{font-family:var(--font-fa)!important}
body{font-weight:400;letter-spacing:-.015em}
h1,h2,h3,h4,h5,h6,.btn,.category-nav-link,.footer-title{font-family:var(--font-fa)!important;font-weight:800;letter-spacing:-.035em}
p,.mega-promo p,.category-mega-head p{line-height:1.95}
.category-navigation{display:block;background:#fff;border-top:1px solid #edf2f7;border-bottom:1px solid #e8eef4;position:relative;z-index:45;overflow:visible}
.category-nav-row{height:58px;display:flex;align-items:center;gap:3px;overflow:visible;white-space:nowrap}
.home-nav-link,.category-nav-link,.health-mag-link,.nav-club,.nav-special{height:58px;display:flex;align-items:center;justify-content:center;padding:0 12px;color:#25343b;font-size:12px;font-weight:750;position:relative;transition:.22s}
.home-nav-link:hover,.category-nav-link:hover,.health-mag-link:hover,.nav-club:hover{color:var(--primary)}
.category-nav-item{height:58px;display:flex;align-items:center;position:static}
.category-nav-link{gap:6px}
.category-nav-link:after,.home-nav-link:after,.health-mag-link:after{content:"";position:absolute;right:12px;left:100%;bottom:0;height:3px;border-radius:5px 5px 0 0;background:linear-gradient(90deg,var(--primary),var(--secondary));transition:left .25s}
.category-nav-item:hover>.category-nav-link:after,.home-nav-link:hover:after,.health-mag-link:hover:after{left:12px}
.nav-arrow{font-size:11px;color:#94a3b8;transition:.25s}.category-nav-item:hover .nav-arrow{transform:rotate(180deg);color:var(--primary)}
.health-mag-link{gap:7px}.health-mag-link small{font-size:8px;background:#ecfdf5;color:#047857;border-radius:20px;padding:3px 6px;font-weight:800}
.nav-club{margin-right:auto;color:#7c3aed;gap:6px;background:#f7f3ff;border:1px solid #eadfff;border-radius:12px;height:38px;padding:0 13px}.nav-club:hover{background:#f1eaff;color:#6d28d9}.nav-club svg{width:18px;height:18px;flex:none}.nav-club strong{font-weight:850}.nav-special{color:#dc2626;background:#fff7f7;border-radius:12px;height:38px;margin-right:3px}.nav-special span{background:#dc2626;color:#fff;border-radius:7px;padding:1px 5px;margin-right:4px}
.category-mega{position:absolute;top:58px;right:50%;width:min(1320px,calc(100vw - 28px));max-height:min(74vh,680px);transform:translate(50%,12px);background:rgba(255,255,255,.995);border:1px solid #dfe9ed;border-radius:0 0 26px 26px;box-shadow:0 34px 86px rgba(15,23,42,.18);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease;overflow:hidden;z-index:90;white-space:normal}
.category-nav-item:hover>.category-mega,.category-nav-item:focus-within>.category-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(50%,0)}
.category-mega:before{content:"";position:absolute;top:-9px;right:0;left:0;height:11px}
.category-mega-head{position:sticky;top:0;z-index:3;padding:17px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e8f0f3;background:linear-gradient(135deg,#f8fffc 0%,#f5faff 58%,#fff 100%)}
.category-mega-head h3{font-size:19px;margin:3px 0 5px;color:#102a31}.category-mega-head p{font-size:11px;color:#64748b}.category-mega-head>a{font-size:11px;font-weight:850;color:var(--primary);background:#fff;border:1px solid #dcebe6;padding:9px 14px;border-radius:11px;box-shadow:0 5px 16px rgba(15,118,110,.08)}
.mega-kicker{display:block;font-size:8px;letter-spacing:.12em;color:#0f766e;font-weight:900}
.category-mega-grid{padding:20px 22px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));align-items:stretch;max-height:calc(min(74vh,680px) - 88px);overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b8d8cf #f3f7f6}
.category-mega-grid::-webkit-scrollbar{width:7px}.category-mega-grid::-webkit-scrollbar-track{background:#f3f7f6;border-radius:10px}.category-mega-grid::-webkit-scrollbar-thumb{background:#b8d8cf}
.category-mega-grid section{position:relative;border:1px solid #e8eef1;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdfd);min-width:0;transition:.2s ease}.category-mega-grid section:hover{border-color:#cfe3dc;box-shadow:0 10px 26px rgba(15,23,42,.07);transform:translateY(-2px)}
.category-mega-grid section h4{position:relative;font-size:13px;margin:0 0 10px;padding:0 13px 9px 0;color:#16323a;border-bottom:1px dashed #dfe8eb}.category-mega-grid section h4:before{position:absolute;right:0;top:4px;width:5px;height:14px;border-radius:8px;background:linear-gradient(180deg,#10b981,#0f766e)}
.category-mega-grid section a{display:flex;align-items:center;gap:6px;border-radius:8px;font-size:10.7px;line-height:1.55;color:#52636e;transition:.18s}.category-mega-grid section a:before{content:"";width:4px;height:4px;border-radius:50%;background:#b5c8c3;flex:0 0 auto}.category-mega-grid section a:hover{background:#eefbf6;color:#047857;transform:translateX(-3px)}.category-mega-grid section a:hover:before{background:#10b981}
footer .footer-brand{padding-top:4px}footer .footer-brand .footer-about{margin-top:0}
@media(max-width:1100px){.category-nav-row{gap:0}.home-nav-link,.category-nav-link,.health-mag-link,.nav-club,.nav-special{padding-left:8px;padding-right:8px;font-size:10.5px}.health-mag-link small{display:none}.category-mega{width:min(1080px,calc(100vw - 22px))}.category-mega-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));padding:16px}}
@media(max-width:680px){.category-navigation{display:none!important}}

.category-mega{width:min(1450px,calc(100vw - 20px));max-height:min(80vh,760px);border-radius:0 0 28px 28px}
.category-mega-head{padding:16px 26px}.category-mega-head h3{font-size:20px}
.category-mega-grid{grid-template-columns:repeat(4,minmax(205px,1fr));gap:11px;padding:18px 20px 24px;max-height:calc(min(80vh,760px) - 86px)}
.category-mega-grid section{padding:14px 13px 13px}
.category-mega-grid section h4{font-size:12.8px;margin-bottom:5px;padding-bottom:8px}
.category-mega-grid section a{justify-content:space-between;padding:5px 7px;font-size:10.4px;min-height:29px}
.category-mega-grid section a>span{display:flex;align-items:center;gap:6px;min-width:0}
.category-mega-grid section a>span:before{content:"";width:4px;height:4px;border-radius:50%;background:#b5c8c3;flex:0 0 auto}
.category-mega-grid section a:before{display:none}
.category-mega-grid section a small{font-size:7.8px;color:#0f766e;background:#ecfdf5;border:1px solid #d1fae5;padding:2px 5px;border-radius:6px;opacity:0;transform:translateX(3px);transition:.18s}
.category-mega-grid section a:hover small{opacity:1;transform:none}
.category-mega-grid section:nth-child(4n+1){background:linear-gradient(180deg,#fff,#f9fffc)}
.category-mega-grid section:nth-child(4n+2){background:linear-gradient(180deg,#fff,#fbfdff)}
.category-mega-grid section:nth-child(4n+3){background:linear-gradient(180deg,#fff,#fffdf9)}
.category-mega-grid section:nth-child(4n+4){background:linear-gradient(180deg,#fff,#fdfaff)}
.nav-club-premium{position:relative;margin-right:auto;height:44px;padding:0 13px 0 9px;gap:9px;color:#fff!important;border:0!important;border-radius:14px;background:linear-gradient(135deg,#6d28d9 0%,#8b5cf6 52%,#ec4899 120%)!important;box-shadow:0 10px 25px rgba(109,40,217,.24),inset 0 1px 0 rgba(255,255,255,.28);overflow:hidden;transition:.25s ease}
.nav-club-premium:before{content:"";position:absolute;inset:-80% auto -80% -15px;width:36px;background:rgba(255,255,255,.22);transform:rotate(22deg);transition:.5s ease}
.nav-club-premium:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(109,40,217,.32)}
.nav-club-premium:hover:before{left:120%}
.nav-club-premium svg{width:22px;height:22px;padding:4px;border-radius:9px;background:rgba(255,255,255,.15);stroke:#fff;flex:none}
.club-copy{display:flex;flex-direction:column;line-height:1.15;text-align:right;white-space:nowrap}
.club-copy b{font-size:11.5px;font-weight:900;color:#fff}.club-copy small{font-size:7.6px;color:rgba(255,255,255,.78);margin-top:3px}
@media(max-width:1250px){.category-mega-grid{grid-template-columns:repeat(3,minmax(190px,1fr))}.club-copy small{display:none}.nav-club-premium{padding-left:8px}}
@media(max-width:980px){.category-mega{display:none}.nav-club-premium{height:40px}}

.category-mega{width:min(1180px,calc(100vw - 28px));}
.category-mega-grid{
  display:grid!important;
  gap:14px!important;
  align-items:start;
  padding:18px 20px 22px!important;
  max-height:min(66vh,560px);
  overflow-y:auto;
  overflow-x:hidden;
}
.category-mega-grid>section{
  min-width:0;
  height:100%;
  padding:16px 15px!important;
  border:1px solid #e7eef0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 5px 18px rgba(15,23,42,.035);
}
.category-mega-grid>section:hover{border-color:#cfe7e2;box-shadow:0 10px 26px rgba(15,118,110,.07)}
.category-mega-grid>section h4{font-size:12.5px!important;margin-bottom:7px!important}
.category-mega-grid>section>a{white-space:normal;line-height:1.65}
.category-mega-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.category-mega-grid::-webkit-scrollbar-track{background:#f8fafc}
.nav-club-premium{
  height:38px!important;
  padding:0 11px!important;
  gap:7px!important;
  color:#0f766e!important;
  border:1px solid #cfe7e2!important;
  border-radius:11px!important;
  background:#f3faf8!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.nav-club-premium:before{display:none!important}
.nav-club-premium:hover{transform:none!important;background:#eaf7f3!important;border-color:#9ed2c6!important;box-shadow:0 5px 14px rgba(15,118,110,.08)!important}
.nav-club-premium svg{width:18px!important;height:18px!important;padding:0!important;border-radius:0!important;background:transparent!important;stroke:#0f766e!important}
.club-copy{line-height:1.1!important}.club-copy b{font-size:10.5px!important;color:#0f513f!important}.club-copy small{font-size:7.2px!important;color:#6b7f79!important;margin-top:2px!important}
@media(max-width:1120px){.category-mega-grid{grid-template-columns:repeat(4,minmax(170px,1fr))!important;overflow-x:auto}.category-mega{width:calc(100vw - 20px)}}

.category-mega-grid>section{
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.category-mega-grid>section:hover{
  transform:translateY(-2px);
}
.category-mega-grid>section h4{
  position:relative;
  display:flex;
  align-items:center;
  gap:9px;
  min-height:38px;
  margin:0 0 9px!important;
  padding:7px 9px 9px!important;
  border-bottom:0!important;
  border-radius:11px;
  color:#0b5f58!important;
  font-size:13.2px!important;
  font-weight:950!important;
  line-height:1.55;
  letter-spacing:-.18px;
  background:linear-gradient(90deg,#eefaf7 0%,rgba(238,250,247,.28) 72%,transparent 100%);
}
.category-mega-grid>section h4:before{
  content:"";
  width:8px;
  height:22px;
  flex:0 0 8px;
  border-radius:8px;
  background:linear-gradient(180deg,#0f766e,#35b779);
  box-shadow:0 4px 10px rgba(15,118,110,.18);
}
.category-mega-grid>section h4:after{
  content:"";
  position:absolute;
  right:26px;
  bottom:4px;
  width:36px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#2eb67d,transparent);
  opacity:.7;
}
.category-mega-grid>section>a{
  position:relative;
  min-height:31px;
  padding:6px 10px 6px 8px!important;
  border-radius:9px;
  color:#52645f!important;
  font-size:11.2px!important;
  font-weight:650!important;
  line-height:1.75!important;
  letter-spacing:-.12px;
  transition:background-color .18s ease,color .18s ease,transform .18s ease,padding .18s ease;
}
.category-mega-grid>section>a:hover{
  padding-right:13px!important;
  color:#0f766e!important;
  font-weight:800!important;
  background:linear-gradient(90deg,#edf9f5,rgba(237,249,245,.3));
  transform:none!important;
}
.category-mega-grid>section>a>span{
  gap:7px!important;
}
.category-mega-grid>section>a>span:before{
  width:4.5px!important;
  height:4.5px!important;
  background:#9bbdb5!important;
  box-shadow:0 0 0 3px rgba(15,118,110,.05);
  transition:.18s ease;
}
.category-mega-grid>section>a:hover>span:before{
  background:#1e9a70!important;
  box-shadow:0 0 0 4px rgba(30,154,112,.10);
}
.category-mega-grid section a small{
  font-size:8px!important;
}
@media(max-width:1120px){
  .category-mega-grid>section h4{font-size:12.7px!important}
  .category-mega-grid>section>a{font-size:10.8px!important}
}

.category-mega{
  border:1px solid rgba(15,118,110,.14);
  background:rgba(255,255,255,.99);
  box-shadow:0 34px 100px rgba(15,23,42,.19),0 8px 28px rgba(15,118,110,.08);
}
.category-mega-head{
  min-height:88px;
  padding:16px 28px 17px;
  overflow:hidden;
  isolation:isolate;
  border-bottom:1px solid rgba(255,255,255,.5);
  background:
    radial-gradient(circle at 10% 25%,rgba(255,255,255,.22),transparent 30%),
    linear-gradient(112deg,#063f3a 0%,#0f766e 38%,#169873 68%,#2ab67d 100%);
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.14);
}
.category-mega-head:before,
.category-mega-head:after{
  content:"";position:absolute;z-index:-1;border-radius:999px;pointer-events:none
}
.category-mega-head:before{
  width:230px;height:230px;left:-72px;top:-150px;
  border:38px solid rgba(255,255,255,.08)
}
.category-mega-head:after{
  width:150px;height:150px;right:38%;bottom:-116px;
  background:rgba(255,255,255,.055)
}
.category-mega-head>div{position:relative;padding-right:18px}
.category-mega-head>div:before{
  content:"";position:absolute;right:0;top:3px;bottom:3px;width:4px;border-radius:8px;
  background:linear-gradient(180deg,#fff,#a7f3d0);box-shadow:0 0 18px rgba(255,255,255,.38)
}
.category-mega-head h3{
  margin:2px 0 5px;
  color:#fff;
  font-size:21px;
  line-height:1.45;
  font-weight:900;
  letter-spacing:-.035em;
  text-shadow:0 2px 12px rgba(0,0,0,.13)
}
.category-mega-head p{
  margin:0;
  color:rgba(236,253,245,.82);
  font-size:10.5px;
  line-height:1.75;
  font-weight:650;
  letter-spacing:.01em
}
.category-mega-head p[dir="ltr"]{letter-spacing:.075em;font-size:9px;opacity:.8}
.category-mega-head .mega-kicker{
  width:max-content;margin-bottom:3px;padding:3px 8px;border-radius:999px;
  color:#d1fae5;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);
  font-size:7.5px;font-weight:900;letter-spacing:.16em;text-transform:uppercase
}
.category-mega-head>a{
  color:#0b5e55;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.72);
  padding:10px 15px;
  border-radius:12px;
  font-size:10.5px;
  font-weight:900;
  box-shadow:0 10px 28px rgba(3,44,40,.18);
  transition:.2s ease
}
.category-mega-head>a:hover{transform:translateY(-2px);background:#fff;box-shadow:0 14px 32px rgba(3,44,40,.24)}
.category-mega-grid{padding:19px 20px 24px;gap:12px;background:linear-gradient(180deg,#f8fbfa 0,#fff 44px)}
.category-mega-grid section{
  min-height:205px;
  padding:15px 14px 14px;
  border:1px solid #e4ece9;
  border-radius:15px;
  background:#fff;
  box-shadow:0 3px 14px rgba(15,23,42,.035);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease
}
.category-mega-grid section:hover{transform:translateY(-3px);border-color:#b9d9cf;box-shadow:0 14px 34px rgba(15,118,110,.09)}
.category-mega-grid section h4{
  display:flex;align-items:center;gap:9px;
  margin:0 0 8px;
  padding:0 0 10px;
  border-bottom:1px solid #e9f1ee;
  color:#123b37;
  font-size:13.4px;
  line-height:1.55;
  font-weight:900;
  letter-spacing:-.025em
}
.category-mega-grid section h4:before{
  position:static;content:"";width:8px;height:8px;flex:0 0 auto;border-radius:3px;
  background:linear-gradient(135deg,#0f766e,#34d399);
  box-shadow:0 0 0 5px #ecfdf5
}
.category-mega-grid section h4:after{
  content:"";height:1px;flex:1;background:linear-gradient(90deg,#dcebe6,transparent)
}
.category-mega-grid section a{
  min-height:31px;
  padding:6px 8px;
  border-radius:9px;
  color:#536763;
  font-size:11px;
  line-height:1.65;
  font-weight:620;
  letter-spacing:-.012em;
  transition:background .18s ease,color .18s ease,transform .18s ease,padding .18s ease
}
.category-mega-grid section a>span{gap:7px}
.category-mega-grid section a>span:before{
  width:5px;height:2px;border-radius:5px;background:#b7c8c3;transition:.18s ease
}
.category-mega-grid section a:hover{
  padding-right:11px;
  color:#087568;
  background:linear-gradient(90deg,#eefbf7,#f8fffc);
  transform:none
}
.category-mega-grid section a:hover>span:before{width:9px;background:#10b981}
.category-mega-grid section a small{font-size:7.6px;font-weight:850}
@media(max-width:1100px){
  .category-mega-head{min-height:82px;padding:14px 21px}

  .category-mega-grid section a{font-size:10.5px}
}

.category-mega{
  --mm1:#064e3b;--mm2:#0f766e;--mm3:#22c55e;--mm-accent:#a7f3d0;
  --mm-ink:#ffffff;--mm-icon:"✦";
}
.beauty-mega{--mm1:#3b0764;--mm2:#9333ea;--mm3:#f43f5e;--mm-accent:#fbcfe8;--mm-icon:"✿"}
.supplement-mega{--mm1:#052e2b;--mm2:#047857;--mm3:#2dd4bf;--mm-accent:#99f6e4;--mm-icon:"✚"}
.sport-mega{--mm1:#0f172a;--mm2:#1d4ed8;--mm3:#06b6d4;--mm-accent:#bae6fd;--mm-icon:"⚡"}
.family-mega{--mm1:#7c2d12;--mm2:#f97316;--mm3:#fb7185;--mm-accent:#ffedd5;--mm-icon:"♡"}
.sexual-mega{--mm1:#4a044e;--mm2:#be185d;--mm3:#fb7185;--mm-accent:#fce7f3;--mm-icon:"◇"}

.category-mega .category-mega-head{
  position:sticky!important;top:0!important;z-index:12!important;
  min-height:118px!important;padding:20px 28px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;
  border:0!important;border-bottom:1px solid rgba(255,255,255,.2)!important;
  border-radius:0!important;overflow:hidden!important;isolation:isolate!important;
  background:
    radial-gradient(circle at 14% 10%,rgba(255,255,255,.28) 0 2px,transparent 2.5px) 0 0/24px 24px,
    radial-gradient(circle at 76% -25%,rgba(255,255,255,.25),transparent 34%),
    linear-gradient(115deg,var(--mm1) 0%,var(--mm2) 52%,var(--mm3) 100%)!important;
  box-shadow:0 18px 38px rgba(15,23,42,.20),inset 0 1px 0 rgba(255,255,255,.24)!important;
}
.category-mega .category-mega-head:before{
  content:""!important;position:absolute!important;z-index:-1!important;
  width:320px!important;height:320px!important;left:-110px!important;top:-210px!important;
  border-radius:50%!important;border:54px solid rgba(255,255,255,.085)!important;
  background:transparent!important;transform:rotate(-16deg)!important;
}
.category-mega .category-mega-head:after{
  content:""!important;position:absolute!important;z-index:-1!important;
  width:230px!important;height:230px!important;right:42%!important;bottom:-185px!important;
  border-radius:62px!important;background:linear-gradient(145deg,rgba(255,255,255,.20),rgba(255,255,255,0))!important;
  transform:rotate(38deg)!important;
}
.category-mega .category-mega-head>div{
  position:relative!important;display:grid!important;
  grid-template-columns:62px minmax(0,1fr)!important;
  grid-template-areas:"mark kicker" "mark title" "mark desc"!important;
  column-gap:18px!important;align-items:center!important;
}
.category-mega .category-mega-head>div:before{
  content:""!important;grid-area:mark!important;width:58px!important;height:58px!important;
  border-radius:19px!important;background:linear-gradient(145deg,rgba(255,255,255,.28),rgba(255,255,255,.10))!important;
  border:1px solid rgba(255,255,255,.35)!important;
  box-shadow:0 14px 30px rgba(15,23,42,.22),inset 0 1px 0 rgba(255,255,255,.38)!important;
  backdrop-filter:blur(12px)!important;
}
.category-mega .category-mega-head>div:after{
  content:var(--mm-icon)!important;position:absolute!important;right:29px!important;top:50%!important;
  transform:translate(50%,-50%)!important;width:58px!important;text-align:center!important;
  color:#fff!important;font-size:25px!important;font-weight:400!important;
  text-shadow:0 5px 16px rgba(0,0,0,.22)!important;
}
.category-mega .category-mega-head .mega-kicker{
  grid-area:kicker!important;display:flex!important;align-items:center!important;gap:10px!important;color:var(--mm-accent)!important;
  font-family:Arial,sans-serif!important;font-size:9px!important;
  letter-spacing:.19em!important;line-height:1.15!important;text-transform:uppercase!important;
}
.category-mega .category-mega-head .mega-kicker:after{
  content:""!important;width:54px!important;height:1px!important;
  background:linear-gradient(90deg,rgba(255,255,255,.75),transparent)!important;
}
.category-mega .category-mega-head h3{
  grid-area:title!important;color:#fff!important;
  font-size:24px!important;font-weight:950!important;
  letter-spacing:-.045em!important;text-shadow:0 4px 18px rgba(15,23,42,.24)!important;
}
.category-mega .category-mega-head p{
  grid-area:desc!important;color:rgba(255,255,255,.91)!important;
  font-size:12px!important;font-weight:600!important;line-height:1.9!important;
  letter-spacing:-.01em!important;text-shadow:0 2px 9px rgba(15,23,42,.18)!important;
}
.category-mega .category-mega-head>a{
  flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:10px!important;
  color:#fff!important;background:rgba(255,255,255,.15)!important;
  border:1px solid rgba(255,255,255,.36)!important;padding:12px 17px!important;border-radius:14px!important;
  font-size:11px!important;font-weight:900!important;backdrop-filter:blur(14px)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.2),inset 0 1px 0 rgba(255,255,255,.28)!important;
  transition:.22s ease!important;
}
.category-mega .category-mega-head>a:after{content:"←"!important;font-size:16px!important;transition:.2s!important}
.category-mega .category-mega-head>a:hover{
  background:#fff!important;color:var(--mm2)!important;transform:translateY(-2px)!important;
  box-shadow:0 16px 34px rgba(15,23,42,.25)!important;
}
.category-mega .category-mega-head>a:hover:after{transform:translateX(-4px)!important}

.category-mega .category-mega-grid>section h4{color:var(--mm1)!important;font-size:13.2px!important;font-weight:950!important}
.category-mega .category-mega-grid>section h4:before{background:linear-gradient(180deg,var(--mm3),var(--mm2))!important}
.category-mega .category-mega-grid>section>a{font-size:11px!important;font-weight:600!important;line-height:1.72!important;color:#52616b!important}
.category-mega .category-mega-grid>section>a:hover{color:var(--mm2)!important;background:color-mix(in srgb,var(--mm3) 9%,white)!important}

@media(max-width:1100px){
 .category-mega .category-mega-head{min-height:104px!important;padding:17px 21px!important}
 .category-mega .category-mega-head>div{grid-template-columns:52px minmax(0,1fr)!important;column-gap:14px!important}
 .category-mega .category-mega-head>div:before{width:49px!important;height:49px!important;border-radius:16px!important}
 .category-mega .category-mega-head>div:after{width:49px!important;right:24.5px!important;font-size:21px!important}
 .category-mega .category-mega-head h3{font-size:20px!important}
 .category-mega .category-mega-head p{font-size:10.8px!important}
}

.category-mega{
  --v17-a:#2f766d;--v17-b:#54a98f;--v17-c:#9bd7b8;
  --v17-ink:#143c36;--v17-soft:#eff9f5;--v17-line:#d8ece4;
  --v17-icon:none;
}
.beauty-mega{
  --v17-a:#75548f;--v17-b:#b56e9c;--v17-c:#e7a6b8;
  --v17-ink:#5d366f;--v17-soft:#fbf4fa;--v17-line:#ead9e8;
  --v17-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 13c7 7 8 15 0 22-8-7-7-15 0-22Z'/%3E%3Cpath d='M20 20c9 1 14 7 12 15-9-1-14-7-12-15Z'/%3E%3Cpath d='M44 20c-9 1-14 7-12 15 9-1 14-7 12-15Z'/%3E%3Cpath d='M19 38c8-4 16-2 19 6-8 4-16 2-19-6Z'/%3E%3Cpath d='M45 38c-8-4-16-2-19 6 8 4 16 2 19-6Z'/%3E%3Ccircle cx='32' cy='34' r='5'/%3E%3C/g%3E%3C/svg%3E");
}
.supplement-mega{
  --v17-a:#417f70;--v17-b:#61a995;--v17-c:#a5d8ca;
  --v17-ink:#285e52;--v17-soft:#f1faf7;--v17-line:#d6ebe4;
  --v17-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='15' y='25' width='34' height='18' rx='9' transform='rotate(-35 32 34)'/%3E%3Cpath d='M23 42 41 26'/%3E%3Cpath d='M40 15c7 1 11 5 12 12-7 0-12-4-12-12Z'/%3E%3Cpath d='M40 16c-4 4-6 8-7 13'/%3E%3C/g%3E%3C/svg%3E");
}
.sport-mega{
  --v17-a:#4c6991;--v17-b:#6d96bd;--v17-c:#9ed1d8;
  --v17-ink:#385876;--v17-soft:#f2f7fb;--v17-line:#d8e5ef;
  --v17-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 27v10M19 23v18M45 23v18M51 27v10M19 32h26'/%3E%3Cpath d='m33 12-7 17h9l-4 13 12-19h-9l5-11Z'/%3E%3C/g%3E%3C/svg%3E");
}
.family-mega{
  --v17-a:#b77a61;--v17-b:#d99c79;--v17-c:#efc3a7;
  --v17-ink:#81513e;--v17-soft:#fff8f3;--v17-line:#f0dfd4;
  --v17-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 49S14 39 14 26c0-6 4-10 10-10 4 0 7 2 8 6 2-4 5-6 9-6 6 0 10 4 10 10 0 13-19 23-19 23Z'/%3E%3Ccircle cx='32' cy='31' r='6'/%3E%3Cpath d='M24 44c2-5 5-8 8-8s6 3 8 8'/%3E%3C/g%3E%3C/svg%3E");
}
.sexual-mega{
  --v17-a:#8a5f82;--v17-b:#b97891;--v17-c:#dfa8b6;
  --v17-ink:#70425f;--v17-soft:#fcf5f8;--v17-line:#ecdbe3;
  --v17-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 49S15 40 15 27c0-6 4-10 10-10 4 0 6 2 7 6 2-4 5-6 9-6 6 0 10 4 10 10 0 13-19 22-19 22Z'/%3E%3Cpath d='M22 31h7l3-7 5 15 3-8h5'/%3E%3C/g%3E%3C/svg%3E");
}
.category-mega .category-mega-head{
  min-height:88px!important;padding:13px 22px!important;gap:18px!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,255,255,.20) 0 1px,transparent 1.6px) 0 0/22px 22px,
    radial-gradient(ellipse at 82% -35%,rgba(255,255,255,.30),transparent 43%),
    linear-gradient(122deg,var(--v17-a) 0%,var(--v17-b) 54%,var(--v17-c) 100%)!important;
  box-shadow:0 11px 27px rgba(53,71,80,.14),inset 0 1px 0 rgba(255,255,255,.25)!important;
}
.beauty-mega .category-mega-head{background:radial-gradient(circle at 15% 15%,rgba(255,255,255,.2) 0 1px,transparent 1.7px) 0 0/20px 20px,linear-gradient(128deg,#72548a 0%,#ad719b 48%,#e4a6b5 100%)!important}
.supplement-mega .category-mega-head{background:radial-gradient(ellipse at 75% -20%,rgba(255,255,255,.28),transparent 40%),linear-gradient(112deg,#41796e 0%,#62a995 56%,#a5d8ca 100%)!important}
.sport-mega .category-mega-head{background:linear-gradient(135deg,rgba(255,255,255,.08) 25%,transparent 25%) 0 0/26px 26px,linear-gradient(120deg,#4b668b 0%,#7197b9 53%,#9dcdd4 100%)!important}
.family-mega .category-mega-head{background:radial-gradient(circle at 15% 50%,rgba(255,255,255,.18),transparent 28%),linear-gradient(118deg,#b57961 0%,#d89d7d 52%,#edc4aa 100%)!important}
.sexual-mega .category-mega-head{background:radial-gradient(ellipse at 72% -35%,rgba(255,255,255,.28),transparent 38%),linear-gradient(125deg,#865e80 0%,#b87991 55%,#dfa9b7 100%)!important}
.category-mega .category-mega-head:before{width:220px!important;height:220px!important;left:-90px!important;top:-158px!important;border-width:34px!important;opacity:.7!important}
.category-mega .category-mega-head:after{width:165px!important;height:165px!important;right:44%!important;bottom:-140px!important;border-radius:48px!important;opacity:.65!important}
.category-mega .category-mega-head>div{grid-template-columns:50px minmax(0,1fr)!important;column-gap:13px!important}
.category-mega .category-mega-head>div:before{width:46px!important;height:46px!important;border-radius:14px!important;background:rgba(255,255,255,.16)!important;border-color:rgba(255,255,255,.34)!important;box-shadow:0 8px 18px rgba(31,41,55,.13),inset 0 1px 0 rgba(255,255,255,.33)!important}
.category-mega .category-mega-head>div:after{
  content:""!important;width:30px!important;height:30px!important;right:23px!important;
  background-image:var(--v17-icon)!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;
  filter:drop-shadow(0 4px 8px rgba(28,35,42,.16));
}
.category-mega .category-mega-head .mega-kicker{font-size:8.3px!important;letter-spacing:.16em!important;color:rgba(255,255,255,.84)!important;margin-bottom:1px!important}
.category-mega .category-mega-head .mega-kicker:after{width:36px!important}
.category-mega .category-mega-head h3{font-size:20.5px!important;line-height:1.35!important;letter-spacing:-.035em!important;text-shadow:0 2px 10px rgba(35,43,52,.15)!important}
.category-mega .category-mega-head p{font-size:10.8px!important;line-height:1.65!important;font-weight:580!important;color:rgba(255,255,255,.94)!important;text-shadow:0 1px 5px rgba(35,43,52,.12)!important}
.category-mega .category-mega-head>a{padding:9px 13px!important;border-radius:11px!important;font-size:10.2px!important;background:rgba(255,255,255,.16)!important;box-shadow:0 7px 18px rgba(31,41,55,.12),inset 0 1px 0 rgba(255,255,255,.24)!important}
.category-mega .category-mega-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;padding:12px 14px 14px!important;max-height:calc(min(72vh,640px) - 74px)!important}
.category-mega .category-mega-grid>section{padding:10px 10px 9px!important;min-height:0!important;border-radius:13px!important;border-color:var(--v17-line)!important;background:linear-gradient(180deg,#fff,var(--v17-soft))!important}
.category-mega .category-mega-grid>section:hover{transform:translateY(-1px)!important;box-shadow:0 7px 18px rgba(31,41,55,.055)!important}
.category-mega .category-mega-grid>section h4{margin:0 0 4px!important;padding:0 11px 7px 0!important;font-size:12.6px!important;color:var(--v17-ink)!important;border-bottom-color:var(--v17-line)!important}
.category-mega .category-mega-grid>section h4:before{top:3px!important;width:4px!important;height:13px!important;background:linear-gradient(180deg,var(--v17-c),var(--v17-a))!important}
.category-mega .category-mega-grid>section>a{padding:4px 6px!important;min-height:25px!important;font-size:10.5px!important;line-height:1.48!important;color:#586973!important}
.category-mega .category-mega-grid>section>a:hover{background:var(--v17-soft)!important;color:var(--v17-ink)!important;padding-right:8px!important}
.category-mega .category-mega-grid>section>a>span:before{background:var(--v17-b)!important;opacity:.56!important}
@media(max-width:1100px){
 .category-mega .category-mega-head{min-height:82px!important;padding:11px 17px!important}
 .category-mega .category-mega-head h3{font-size:18.5px!important}.category-mega .category-mega-head p{font-size:10px!important}
 .category-mega .category-mega-grid{padding:10px 12px 12px!important;gap:7px!important}
}

.category-mega,
.beauty-mega,.supplement-mega,.sport-mega,.family-mega,.sexual-mega{
  --v18-bg:#f7faf8;
  --v18-border:#e7eee9;
  --v18-text:#17352e;
  --v18-muted:#667a73;
  --v18-accent:#5f8f80;
  --v18-soft:#fbfdfc;
}
.category-mega .category-mega-head,
.beauty-mega .category-mega-head,
.supplement-mega .category-mega-head,
.sport-mega .category-mega-head,
.family-mega .category-mega-head,
.sexual-mega .category-mega-head{
  min-height:76px!important;
  padding:12px 18px!important;
  background:var(--v18-bg)!important;
  color:var(--v18-text)!important;
  border-bottom:1px solid var(--v18-border)!important;
  box-shadow:none!important;
}
.category-mega .category-mega-head:before,
.category-mega .category-mega-head:after,
.category-mega .category-mega-head>div:before,
.category-mega .category-mega-head>div:after{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
}
.category-mega .category-mega-head>div{
  display:block!important;
  min-width:0!important;
}
.category-mega .category-mega-head .mega-kicker{
  display:block!important;
  margin:0 0 3px!important;
  color:#7c8f88!important;
  font-size:8.5px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  line-height:1.2!important;
  text-shadow:none!important;
}
.category-mega .category-mega-head .mega-kicker:after{display:none!important;content:none!important}
.category-mega .category-mega-head h3{
  margin:0!important;
  color:var(--v18-text)!important;
  font-size:18.5px!important;
  font-weight:900!important;
  line-height:1.45!important;
  letter-spacing:-.028em!important;
  text-shadow:none!important;
}
.category-mega .category-mega-head p{
  margin:2px 0 0!important;
  color:var(--v18-muted)!important;
  font-size:10.4px!important;
  font-weight:560!important;
  line-height:1.55!important;
  text-shadow:none!important;
}
.category-mega .category-mega-head>a{
  color:#466f63!important;
  background:#fff!important;
  border:1px solid #dfe9e4!important;
  box-shadow:none!important;
  padding:8px 12px!important;
  border-radius:10px!important;
  font-size:10px!important;
}
.category-mega .category-mega-head>a:hover{
  color:#315c50!important;
  background:#fdfefe!important;
  border-color:#cadbd4!important;
  transform:translateY(-1px)!important;
  box-shadow:0 6px 14px rgba(40,75,64,.07)!important;
}
.category-mega .category-mega-head>a:after{display:none!important;content:none!important}
.category-mega .category-mega-grid>section{
  background:#fff!important;
  border-color:#edf1ef!important;
}
.category-mega .category-mega-grid>section h4{color:#25483f!important}
.category-mega .category-mega-grid>section h4:before{background:#91b3a8!important}
.category-mega .category-mega-grid>section>a:hover{background:#f6faf8!important;color:#315c50!important}
.category-mega .category-mega-grid>section>a>span:before{background:#91b3a8!important}
@media(max-width:1100px){
  .category-mega .category-mega-head{min-height:72px!important;padding:10px 15px!important}
  .category-mega .category-mega-head h3{font-size:17px!important}
  .category-mega .category-mega-head p{font-size:9.8px!important}
}
.category-mega-grid section{padding-bottom:14px!important}
.category-mega-grid section>a{min-height:31px!important}
.blog-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.article-card,.article-card.featured{min-height:390px!important}
.article-card .article-visual,.article-card.featured .article-visual{height:190px!important}
.article-card h3,.article-card.featured h3{font-size:16px!important;line-height:1.85!important}
.article-content{padding:18px!important}
.special-offers .products{align-items:stretch}
.special-product{display:flex;flex-direction:column}
.special-product .eurho-product-img{height:245px;background:#fff;border:1px solid #edf2f7;padding:8px}
.special-product .eurho-product-img img{width:100%;height:100%;object-fit:contain;padding:0;mix-blend-mode:normal}
.special-product h3{height:auto;min-height:50px}
.special-product .product-note{font-size:11px;line-height:1.85;color:#64748b;min-height:58px;margin-top:4px}
.special-product .price-row{margin-top:auto;padding-top:14px}
@media(max-width:980px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:680px){.blog-grid{display:flex!important;overflow:auto}.article-card{min-width:84vw!important}.special-product .eurho-product-img{height:235px}}

.category-mega-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
}
.category-mega-grid>section{
  min-width:0!important;
  padding:13px 12px 12px!important;
}
.category-mega-grid>section h4{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  margin:0 0 8px!important;
  font-size:12px!important;
  line-height:1.65!important;
}
.category-mega-grid>section>a{
  min-height:30px!important;
  padding:6px 7px!important;
  font-size:10.5px!important;
  line-height:1.55!important;
}
.category-mega-grid>section>a small{display:none!important}
@media(max-width:1250px){
  .category-mega-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:850px){
  .category-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

.category-mega-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.home-product-showcase{padding-top:10px!important}
.home-product-showcase .section-head p{max-width:620px}
@media(max-width:1100px){.category-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:640px){.category-mega-grid{grid-template-columns:1fr!important}}

.showcase-title-row{display:flex;align-items:center;gap:10px}
.showcase-title-row h2{margin:0}
@media (max-width:640px){.showcase-title-row{gap:8px}}

.newest-products-section .section-head h2::before,
.best-selling-products-section .section-head h2::before{
  content:none!important;
  display:none!important;
}
.newest-products-section .section-head h2,
.best-selling-products-section .section-head h2{
  gap:0!important;
}
.newest-products-section .showcase-title-row,
.best-selling-products-section .showcase-title-row{
  gap:0!important;
}

.newest-products-section .section-head h2::before,
.newest-products-section .section-head h2::after,
.best-selling-products-section .section-head h2::before,
.best-selling-products-section .section-head h2::after{content:none!important;display:none!important}
.newest-tabs-module{margin-top:18px}
.newest-tabs{display:flex;gap:10px;align-items:center;padding:8px;background:#f7f8fa;border:1px solid #edf0f3;border-radius:18px;overflow-x:auto;scrollbar-width:none;box-shadow:0 10px 30px rgba(15,23,42,.04) inset}
.newest-tabs::-webkit-scrollbar{display:none}
.newest-tab{position:relative;flex:1 0 auto;min-height:46px;padding:10px 18px;border:0;border-radius:13px;background:transparent;color:#586273;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}
.newest-tab:hover{color:#f05a28;transform:translateY(-1px)}
.newest-tab.is-active{background:#fff;color:#f05a28;box-shadow:0 8px 24px rgba(15,23,42,.09)}
.newest-tab.is-active::after{content:"";position:absolute;right:22%;left:22%;bottom:5px;height:3px;border-radius:99px;background:#f05a28}
.newest-tab-panels{position:relative;margin-top:18px}
.newest-tab-panel{display:none;opacity:0;transform:translateY(8px)}
.newest-tab-panel.is-active{display:block;animation:darugetTabIn .38s ease both}
@keyframes darugetTabIn{to{opacity:1;transform:none}}
.newest-tab-panel .products{margin-top:0}
@media(max-width:760px){
 .newest-tabs{border-radius:15px;padding:6px;gap:6px;justify-content:flex-start}
 .newest-tab{min-height:42px;padding:8px 14px;font-size:13px}
 .newest-tab-panel .products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
}
@media(max-width:480px){.newest-tab-panel .products{grid-template-columns:1fr!important}}

.newest-products-section .section-head>div{display:flex;align-items:center}
.newest-tabs{
  background:#fff!important;
  border:1px solid #edf1f4!important;
  padding:9px!important;
  box-shadow:0 10px 34px rgba(15,23,42,.055)!important;
}
.newest-tab{
  --tab-color:#f05a28;
  --tab-soft:#fff4ef;
  --tab-border:#ffd8c8;
  gap:9px!important;
  min-height:48px!important;
  padding:10px 16px!important;
  color:#4b5563!important;
  background:var(--tab-soft)!important;
  border:1px solid transparent!important;
  overflow:hidden;
}
.newest-tab::before{
  content:"";
  width:21px;
  height:21px;
  flex:0 0 21px;
  background:currentColor;
  opacity:.78;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-size:contain;
  mask-size:contain;
  transition:transform .22s ease,opacity .22s ease;
}
.newest-tab:hover{
  color:var(--tab-color)!important;
  border-color:var(--tab-border)!important;
  transform:translateY(-2px)!important;
  box-shadow:0 8px 20px color-mix(in srgb,var(--tab-color) 12%,transparent)!important;
}
.newest-tab:hover::before{transform:scale(1.08);opacity:1}
.newest-tab.is-active{
  background:var(--tab-color)!important;
  border-color:var(--tab-color)!important;
  box-shadow:0 10px 24px color-mix(in srgb,var(--tab-color) 26%,transparent)!important;
  transform:translateY(-1px);
}
.newest-tab.is-active::before{opacity:1}
.newest-tab.is-active::after{display:none!important;content:none!important}

.newest-tab[data-tab="beauty"]{--tab-color:#d946ef;--tab-soft:#fdf2ff;--tab-border:#f5c5fb}
.newest-tab[data-tab="beauty"]::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l1.4 4.1L17.5 7.5l-4.1 1.4L12 13l-1.4-4.1L6.5 7.5l4.1-1.4L12 2zm6 10l.9 2.6 2.6.9-2.6.9L18 19l-.9-2.6-2.6-.9 2.6-.9L18 12zM6 13l1.1 3.2 3.2 1.1-3.2 1.1L6 21.5l-1.1-3.1-3.2-1.1 3.2-1.1L6 13z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l1.4 4.1L17.5 7.5l-4.1 1.4L12 13l-1.4-4.1L6.5 7.5l4.1-1.4L12 2zm6 10l.9 2.6 2.6.9-2.6.9L18 19l-.9-2.6-2.6-.9 2.6-.9L18 12zM6 13l1.1 3.2 3.2 1.1-3.2 1.1L6 21.5l-1.1-3.1-3.2-1.1 3.2-1.1L6 13z'/%3E%3C/svg%3E")}

.newest-tab[data-tab="supplements"]{--tab-color:#0f9f76;--tab-soft:#edfbf6;--tab-border:#bcebdd}
.newest-tab[data-tab="supplements"]::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.5 3a5.5 5.5 0 0 0-3.89 9.39l7 7a5.5 5.5 0 0 0 7.78-7.78l-7-7A5.48 5.48 0 0 0 8.5 3zm-2.47 2.03a3.5 3.5 0 0 1 4.95 0l2.49 2.49-4.95 4.95-2.49-2.49a3.5 3.5 0 0 1 0-4.95zm4.03 8.85 4.95-4.95 2.97 2.97a3.5 3.5 0 0 1-4.95 4.95l-2.97-2.97z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.5 3a5.5 5.5 0 0 0-3.89 9.39l7 7a5.5 5.5 0 0 0 7.78-7.78l-7-7A5.48 5.48 0 0 0 8.5 3zm-2.47 2.03a3.5 3.5 0 0 1 4.95 0l2.49 2.49-4.95 4.95-2.49-2.49a3.5 3.5 0 0 1 0-4.95zm4.03 8.85 4.95-4.95 2.97 2.97a3.5 3.5 0 0 1-4.95 4.95l-2.97-2.97z'/%3E%3C/svg%3E")}

.newest-tab[data-tab="sport"]{--tab-color:#2563eb;--tab-soft:#eff6ff;--tab-border:#c7dcff}
.newest-tab[data-tab="sport"]::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 9h2V7h3v4h8V7h3v2h2v6h-2v2h-3v-4H8v4H5v-2H3V9z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 9h2V7h3v4h8V7h3v2h2v6h-2v2h-3v-4H8v4H5v-2H3V9z'/%3E%3C/svg%3E")}

.newest-tab[data-tab="mother"]{--tab-color:#f9739b;--tab-soft:#fff1f5;--tab-border:#ffc9d8}
.newest-tab[data-tab="mother"]::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21s-8-4.7-8-11a4.5 4.5 0 0 1 8-2.8A4.5 4.5 0 0 1 20 10c0 6.3-8 11-8 11z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21s-8-4.7-8-11a4.5 4.5 0 0 1 8-2.8A4.5 4.5 0 0 1 20 10c0 6.3-8 11-8 11z'/%3E%3C/svg%3E")}

.newest-tab[data-tab="sexual"]{--tab-color:#7c3aed;--tab-soft:#f5f1ff;--tab-border:#d9cbff}
.newest-tab[data-tab="sexual"]::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 3a6 6 0 1 0 4.48 9.99L15 14.5V17h-2v2h2v2h2v-2h2v-2h-2v-3.33l-2.1-2.1A6 6 0 0 0 9 3zm0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 3a6 6 0 1 0 4.48 9.99L15 14.5V17h-2v2h2v2h2v-2h2v-2h-2v-3.33l-2.1-2.1A6 6 0 0 0 9 3zm0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8z'/%3E%3C/svg%3E")}
@media(max-width:760px){
 .newest-tabs{padding:7px!important}
 .newest-tab{min-height:44px!important;padding:9px 13px!important}
 .newest-tab::before{width:18px;height:18px;flex-basis:18px}
}

.newest-tabs-module{
  margin-top:14px!important;
}
.newest-tabs{
  position:relative!important;
  gap:26px!important;
  padding:0 2px 12px!important;
  border-radius:0!important;
}
.newest-tabs::after{
  content:"";
  position:absolute;
  right:0;
  left:0;
  bottom:0;
  height:1px;
  background:#edf0f2;
  pointer-events:none;
}
.newest-tab{
  --tab-color:#f05a28!important;
  z-index:1!important;
  min-height:38px!important;
  padding:3px 0 9px!important;
  gap:7px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#6b7280!important;
  font-weight:700!important;
  transition:color .2s ease!important;
}
.newest-tab::before{
  flex-basis:18px!important;
  opacity:.62!important;
  transition:opacity .2s ease,transform .2s ease!important;
}
.newest-tab::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:0!important;
  left:0!important;
  bottom:-12px!important;
  height:3px!important;
  border-radius:999px 999px 0 0!important;
  background:#f05a28!important;
  opacity:0!important;
  transform:scaleX(.45)!important;
  transition:opacity .2s ease,transform .2s ease!important;
}
.newest-tab:hover{
  color:#374151!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.newest-tab:hover::before{opacity:.9!important;transform:none!important}
.newest-tab.is-active{
  color:#f05a28!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.newest-tab.is-active::after{
  display:block!important;
  opacity:1!important;
  transform:scaleX(1)!important;
}

.newest-tab[data-tab="beauty"],
.newest-tab[data-tab="supplements"],
.newest-tab[data-tab="sport"],
.newest-tab[data-tab="mother"],
.newest-tab[data-tab="sexual"]{
  --tab-color:#f05a28!important;
  --tab-soft:transparent!important;
  --tab-border:transparent!important;
}
.newest-tab-panels{margin-top:20px!important}
@media(max-width:760px){
  .newest-tabs{gap:22px!important;padding-bottom:11px!important}
  .newest-tab{min-height:36px!important;padding:2px 0 8px!important;font-size:13px!important}
  .newest-tab::after{bottom:-11px!important}
}

.newest-tabs-module{margin-top:16px!important}
.newest-tabs{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow-x:auto!important;
  scrollbar-width:none!important;
}
.newest-tabs::-webkit-scrollbar{display:none!important}
.newest-tabs::after{display:none!important;content:none!important}
.newest-tab{
  --icon-color:#0f766e;
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  gap:8px!important;
  min-height:40px!important;
  padding:8px 13px!important;
  color:#0f513f!important;
  background:#f3faf8!important;
  border:1px solid #cfe7e2!important;
  border-radius:11px!important;
  box-shadow:none!important;
  font-weight:800!important;
  transform:none!important;
  overflow:visible!important;
  transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
.newest-tab::before{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  background:var(--icon-color)!important;
  color:var(--icon-color)!important;
  opacity:1!important;
  transform:none!important;
}
.newest-tab::after{display:none!important;content:none!important}
.newest-tab:hover{
  color:#0f513f!important;
  background:#eaf7f3!important;
  border-color:#9ed2c6!important;
  box-shadow:0 5px 14px rgba(15,118,110,.08)!important;
  transform:translateY(-1px)!important;
}
.newest-tab.is-active{
  color:#fff!important;
  background:#0f766e!important;
  border-color:#0f766e!important;
  box-shadow:0 7px 18px rgba(15,118,110,.18)!important;
  transform:none!important;
}
.newest-tab.is-active::before{background:#fff!important;color:#fff!important;opacity:1!important}
.newest-tab[data-tab="beauty"]{--icon-color:#c026d3!important}
.newest-tab[data-tab="supplements"]{--icon-color:#0f9f76!important}
.newest-tab[data-tab="sport"]{--icon-color:#2563eb!important}
.newest-tab[data-tab="mother"]{--icon-color:#e85d88!important}
.newest-tab[data-tab="sexual"]{--icon-color:#7c3aed!important}

@media(max-width:760px){
  .newest-tabs{gap:7px!important;padding-bottom:3px!important}
  .newest-tab{min-height:39px!important;padding:8px 11px!important;font-size:12.5px!important;gap:7px!important}
  .newest-tab::before{width:17px!important;height:17px!important;flex-basis:17px!important}
}

.category-page{background:#f8fafc}.category-hero{padding:28px 0 10px}.breadcrumb{display:flex;align-items:center;gap:9px;color:#64748b;font-size:12px;margin-bottom:17px}.breadcrumb strong{color:#172033}.category-hero-card{min-height:285px;border-radius:30px;padding:38px 44px;display:grid;grid-template-columns:1.35fr .55fr;align-items:center;gap:30px;background:linear-gradient(135deg,#ecfdf5 0%,#f8fafc 53%,#eff6ff 100%);border:1px solid #dcefe4;overflow:hidden;position:relative}.category-hero-card:after{content:"";position:absolute;width:310px;height:310px;border-radius:50%;left:-90px;top:-115px;background:rgba(255,255,255,.7)}.category-hero h1{font-size:34px;margin:16px 0 9px}.category-hero p{color:#475569;line-height:2;max-width:700px;margin:0}
.category-content{padding-top:24px}.toolbar-actions{display:flex;align-items:center;gap:10px}.sort-box{height:43px;border:1px solid #e2e8f0;border-radius:13px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 12px;font-size:11px;color:#64748b}.sort-box select{border:0;background:transparent;outline:0;color:#172033;font-weight:800}.view-switch{display:flex;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:3px}.view-switch button{width:36px;height:35px;border:0;background:transparent;border-radius:9px;color:#64748b}.view-switch button.active{background:#ecfdf5;color:#15803d}.mobile-filter-btn{display:none;height:43px;border:1px solid #bbf7d0;border-radius:12px;background:#ecfdf5;color:#15803d;font-weight:900;padding:0 15px}
.category-layout{display:grid;grid-template-columns:255px 1fr;gap:20px;align-items:start}.filter-panel{position:sticky;top:126px;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:19px;box-shadow:0 12px 32px rgba(15,23,42,.045)}.filter-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.filter-head strong{font-size:14px}.filter-head button{border:0;background:none;color:#ef4444;font-size:10px}.filter-block{padding:16px 0;border-bottom:1px solid #f1f5f9}.filter-block:last-child{border:0}.filter-block h3{font-size:12px;margin:0 0 12px}.filter-block>label:not(.switch-row){display:flex;align-items:center;gap:8px;margin:10px 0;font-size:11px;color:#475569}.filter-block input[type=checkbox]{accent-color:#15803d}.filter-block input[type=search]{width:100%;height:40px;border:1px solid #e2e8f0;border-radius:11px;padding:0 11px;outline:0;background:#f8fafc;font-size:11px}.filter-block input[type=search]:focus{border-color:#86efac;box-shadow:0 0 0 3px #dcfce7}.filter-block input[type=range]{width:100%;accent-color:#15803d}.range-value{font-size:10px;color:#64748b;margin-top:6px}.switch-row{display:flex;align-items:center;justify-content:space-between;font-size:11px;margin:9px 0}.switch-row input{width:34px;height:18px;accent-color:#15803d}
.active-filters{min-height:36px;display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-bottom:12px}.filter-hint{font-size:10px;color:#94a3b8}.active-filter-chip{display:inline-flex;gap:6px;align-items:center;padding:7px 10px;border-radius:999px;background:#ecfdf5;color:#166534;font-size:10px;font-weight:800}.active-filter-chip button{border:0;background:none;color:#166534;padding:0}.category-products-grid{display:grid;gap:16px}.category-product{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:22px;overflow:hidden;transition:.3s;min-width:0}.category-product:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(15,23,42,.09);border-color:#bbf7d0}.category-product .favorite{position:absolute;left:13px;top:13px;z-index:2;width:34px;height:34px;border:1px solid #e2e8f0;border-radius:50%;background:rgba(255,255,255,.94);font-size:20px}.category-product-media{height:205px;padding:22px;background:linear-gradient(180deg,#fff,#f8fafc);display:grid;place-items:center}.category-product-media svg{width:165px;height:165px}.category-product-body{padding:16px}.product-brand{font-size:9px;color:#15803d;letter-spacing:.6px}.category-product h3{font-size:14px;line-height:1.8;margin:6px 0;min-height:50px}.category-product p{font-size:10px;color:#64748b;line-height:1.8;min-height:37px;margin:0 0 13px}.product-price-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #f1f5f9}.product-price-row small{display:block;color:#94a3b8;font-size:8px;margin-bottom:3px}.product-price-row strong{font-size:13px}.discount-pill{padding:5px 7px;border-radius:8px;background:#fee2e2;color:#dc2626;font-size:9px;font-weight:900}.add-cart{width:100%;height:42px;margin-top:13px;border-radius:12px;background:#15803d;color:#fff;font-weight:900;font-size:11px;transition:.2s}.add-cart:hover{background:#166534}.category-products-grid.list-view{grid-template-columns:1fr}.list-view .category-product{display:grid;grid-template-columns:185px 1fr}.list-view .category-product-media{height:100%;min-height:220px}.list-view .category-product h3,.list-view .category-product p{min-height:0}.pagination{display:flex;justify-content:center;gap:7px;margin-top:28px}.pagination button{min-width:39px;height:39px;border:1px solid #e2e8f0;border-radius:11px;background:#fff;color:#475569}.pagination button.active{background:#15803d;color:#fff;border-color:#15803d}.pagination button:disabled{opacity:.45}.category-guide{padding:8px 0 45px}.guide-card{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:28px 32px;border-radius:25px;background:linear-gradient(135deg,#0f513d,#075985);color:#fff}.guide-card span{font-size:10px;color:#bbf7d0;font-weight:900}.guide-card h2{margin:8px 0 5px;font-size:22px}.guide-card p{margin:0;color:#d8eef0;font-size:11px;line-height:1.9}.guide-card .btn-primary{background:#fff;color:#0f513d;white-space:nowrap}.category-product.hidden{display:none!important}
@media(max-width:980px){.category-layout{grid-template-columns:1fr}.filter-panel{position:fixed;top:0;right:0;bottom:0;width:min(340px,88vw);z-index:80;border-radius:0;transform:translateX(105%);transition:.3s;overflow:auto}.filter-panel.open{transform:translateX(0)}.mobile-filter-btn{display:block}.category-hero-card{grid-template-columns:1fr}}
@media(max-width:680px){.category-hero{padding-top:14px}.category-hero-card{padding:26px 20px;min-height:310px;border-radius:23px}.category-hero h1{font-size:27px}.category-hero p{font-size:12px;padding-left:55px}.toolbar-actions{gap:6px}.sort-box{padding:0 8px}.sort-box{font-size:0}.sort-box select{font-size:10px}.view-switch{display:none}.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-product-media{height:150px;padding:12px}.category-product-media svg{width:120px;height:120px}.category-product-body{padding:12px}.category-product h3{font-size:11px;min-height:42px}.category-product p{display:none}.product-price-row{align-items:center}.product-price-row strong{font-size:10px}.discount-pill{font-size:8px}.add-cart{height:38px;font-size:9px}.guide-card{align-items:flex-start;flex-direction:column;padding:23px 20px}.guide-card h2{font-size:19px}.guide-card .btn{width:100%}.list-view .category-product{display:block}}.subcategory-card{border:1px solid #e2e8f0;background:#fff;border-radius:18px;padding:14px 10px;text-align:center;transition:.25s;cursor:pointer}.subcategory-card:hover,.subcategory-card.active{border-color:#86efac;background:#f0fdf4;transform:translateY(-3px);box-shadow:0 12px 28px rgba(21,128,61,.08)}.subcategory-card i{width:42px;height:42px;border-radius:14px;background:#f8fafc;margin:0 auto 8px;display:grid;place-items:center;font-style:normal;font-size:20px}.subcategory-card strong{font-size:11px;display:block}.subcategory-card small{font-size:8px;color:#94a3b8}.brand-chip{white-space:nowrap;border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:9px 13px;font-size:10px;font-weight:800;color:#475569}.brand-chip:hover{border-color:#86efac;color:#15803d;background:#f0fdf4}.compare-toggle{height:43px;border:1px solid #dbe5ed;border-radius:12px;padding:0 13px;font-weight:900;color:#475569}.compare-toggle.active{background:#ecfdf5;color:#15803d;border-color:#86efac}
.category-product{isolation:isolate}.product-top-actions{position:absolute;left:12px;top:12px;z-index:4;display:grid;gap:7px}.product-top-actions button{width:34px;height:34px;border:1px solid #e2e8f0;border-radius:50%;background:rgba(255,255,255,.96);display:grid;place-items:center;color:#64748b;transition:.2s}.product-top-actions button:hover{color:#15803d;border-color:#86efac;transform:scale(1.06)}.category-product>.favorite{display:none}.stock-badge{position:absolute;right:12px;top:12px;z-index:3;padding:6px 8px;border-radius:999px;background:#ecfdf5;color:#166534;font-size:8px;font-weight:900;border:1px solid #bbf7d0}.stock-badge.low{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.stock-badge.out{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.product-meta-row{display:flex;justify-content:space-between;align-items:center;margin:5px 0 9px}.compare-check{display:flex;align-items:center;gap:6px;font-size:9px;color:#64748b;margin-top:10px}.compare-check input{accent-color:#15803d}.quick-view-modal{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:20px;background:rgba(15,23,42,.48);backdrop-filter:blur(7px)}.quick-view-modal.open{display:grid}.quick-view-card{width:min(780px,96vw);background:#fff;border-radius:26px;box-shadow:0 30px 90px rgba(15,23,42,.28);padding:22px;position:relative;display:grid;grid-template-columns:280px 1fr;gap:24px}.quick-close{position:absolute;left:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:#f1f5f9}.quick-media{border-radius:20px;background:#f8fafc;display:grid;place-items:center;min-height:285px}.quick-media svg{width:210px;height:210px}.quick-copy h3{font-size:23px;margin:18px 0 8px}.quick-copy p{color:#64748b;font-size:12px;line-height:2}.quick-price{font-size:18px;font-weight:900;color:#15803d;margin:18px 0}.quick-actions{display:flex;gap:9px}.quick-actions button{height:44px;border-radius:12px;padding:0 17px;font-weight:900;border:1px solid #dbe5ed;background:#fff}.quick-actions .primary{background:#15803d;color:#fff;border-color:#15803d}
.compare-bar{position:fixed;right:50%;bottom:22px;transform:translate(50%,120px);z-index:90;width:min(760px,calc(100% - 28px));background:#0f172a;color:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 22px 60px rgba(15,23,42,.3);transition:.35s}.compare-bar.show{transform:translate(50%,0)}.compare-items{display:flex;gap:7px;overflow:hidden}.compare-item{max-width:145px;padding:7px 10px;border-radius:10px;background:rgba(255,255,255,.09);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-bar button{height:38px;border:0;border-radius:10px;padding:0 14px;background:#22c55e;color:#052e16;font-weight:900}.compare-bar .clear-compare{background:rgba(255,255,255,.1);color:#fff}
.filter-panel .filter-block details summary{font-size:11px;font-weight:900;cursor:pointer;list-style:none}.filter-panel .filter-block details summary::-webkit-details-marker{display:none}.delivery-filter{display:grid;gap:8px}.delivery-option{border:1px solid #e2e8f0;border-radius:11px;padding:10px;font-size:10px;display:flex;justify-content:space-between}.delivery-option.active{border-color:#86efac;background:#f0fdf4;color:#166534}
.category-empty{display:none;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:22px;padding:46px 20px;color:#64748b}.category-empty.show{display:block}.category-empty strong{display:block;font-size:18px;color:#172033;margin-bottom:7px}
@media(max-width:980px){.subcategory-card{min-width:135px}.quick-view-card{grid-template-columns:1fr;max-height:88vh;overflow:auto}.quick-media{min-height:220px}}
@media(max-width:680px){.quick-view-card{padding:16px;border-radius:20px}.quick-copy h3{font-size:19px}.compare-bar{bottom:78px}.compare-item{max-width:95px}}

.otc-nav-link{
  height:38px!important;
  padding:0 11px!important;
  gap:7px!important;
  border-radius:11px!important;
  color:#eafff9!important;
  background:linear-gradient(135deg,#075e54,#0b766b)!important;
  border:1px solid #064e46!important;
  box-shadow:0 5px 14px rgba(6,78,70,.16)!important;
  box-sizing:border-box;
}
.otc-nav-link:hover{transform:none!important;background:linear-gradient(135deg,#064e46,#08655c)!important;border-color:#043f38!important;box-shadow:0 7px 18px rgba(6,78,70,.22)!important}
.otc-nav-link .otc-nav-icon{font-size:18px!important;line-height:1!important;color:#d1fae5!important}
.otc-nav-link span:last-child{line-height:1.1!important}
.otc-nav-link b{font-size:10.5px!important;color:#fff!important;font-weight:850!important}
.otc-nav-link small{font-size:7.2px!important;color:#bbf7d0!important;margin-top:2px!important;letter-spacing:.35px!important}
@media(max-width:1100px){.otc-nav-link{padding:0 8px!important}.otc-nav-link b{font-size:10px!important}}

.category-page{background:linear-gradient(180deg,#f4fbf7 0,#f8fafc 34%,#fff 100%)}
.category-hero{position:relative}.category-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 86% 20%,rgba(34,197,94,.13),transparent 25%),radial-gradient(circle at 12% 75%,rgba(14,165,233,.09),transparent 22%);pointer-events:none}
.category-hero-card{background:linear-gradient(128deg,#ecfdf5 0%,#f0fdfa 46%,#eff6ff 100%);border-color:#bbf7d0;box-shadow:0 24px 58px rgba(15,118,110,.12)}
.category-content{padding-top:30px}.category-layout{gap:22px}.filter-panel{border:1px solid #d7eee0!important;background:linear-gradient(180deg,#fff,#f8fffb)!important}.filter-head{background:linear-gradient(110deg,#064e3b,#0f766e);color:#fff;margin:-1px -1px 0;padding:18px;border-radius:20px 20px 0 0}.filter-head button{color:#d1fae5!important}.filter-block h3{color:#065f46}.supplement-filter label:hover{background:#ecfdf5}
.filters-control-row{position:sticky;top:112px;z-index:18;gap:14px;padding:13px 14px;margin-bottom:14px;border:1px solid #dbece2;border-radius:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 10px 30px rgba(15,23,42,.07)}
.active-filters{min-width:0}.filter-hint{color:#64748b;font-size:11px}.toolbar-actions{margin-right:auto}.product-count{display:inline-flex;align-items:center;height:38px;padding:0 11px;border-radius:11px;background:#ecfdf5;color:#166534;font-size:10px;font-weight:900;white-space:nowrap}
.category-products-grid{gap:18px}.category-product{background:linear-gradient(180deg,#fff,#fbfefc)!important}.category-product:nth-child(3n+1) .category-product-media{background:linear-gradient(160deg,#ecfdf5,#fff)!important}.category-product:nth-child(3n+2) .category-product-media{background:linear-gradient(160deg,#eff6ff,#fff)!important}.category-product:nth-child(3n) .category-product-media{background:linear-gradient(160deg,#fff7ed,#fff)!important}.category-product:hover{border-color:#4ade80!important;box-shadow:0 22px 48px rgba(22,163,74,.14)!important}.product-brand{background:linear-gradient(90deg,#dcfce7,#ccfbf1)!important;color:#065f46!important}.add-cart{background:linear-gradient(110deg,#15803d,#0f766e)!important}.discount-pill{background:#fff7ed!important;color:#c2410c!important}
@media(max-width:980px){.filters-control-row{top:70px;align-items:flex-start}}
@media(max-width:680px){.filters-control-row{position:relative;top:auto;flex-direction:column}.toolbar-actions{width:100%;justify-content:flex-start}.category-hero-card{background:linear-gradient(145deg,#ecfdf5,#eff6ff)}.product-count{order:-1}}
.category-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;align-items:stretch}
.category-product{border-radius:16px!important;box-shadow:0 5px 18px rgba(15,23,42,.045);transform:none}
.category-product:hover{box-shadow:0 13px 30px rgba(15,23,42,.09)!important}
.category-product-media{height:158px!important;padding:14px!important}
.category-product-media svg{width:126px!important;height:126px!important}
.category-product-body{padding:12px!important}
.category-product h3{font-size:12px!important;min-height:42px!important;margin:5px 0!important}
.category-product p{font-size:9px!important;line-height:1.7!important;min-height:31px!important;margin-bottom:9px!important}
.product-meta-row{margin:3px 0 6px!important}
.product-price-row strong{font-size:11px!important}
.add-cart{margin-top:10px!important;font-size:10px!important}
.product-top-actions{left:9px!important;top:9px!important;gap:5px!important}
.product-top-actions button{width:30px!important;height:30px!important}
.stock-badge{right:9px!important;top:9px!important;padding:5px 7px!important}
@media(max-width:1180px){.category-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:980px){.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:680px){.category-products-grid{gap:9px!important}.category-product-media{height:138px!important;padding:10px!important}.category-product-media svg{width:108px!important;height:108px!important}.category-product-body{padding:10px!important}.category-product h3{font-size:10.5px!important;min-height:38px!important}.product-price-row strong{font-size:9.5px!important}.add-cart{height:35px!important}}

.category-content{padding:18px 0 34px!important}
.category-content>.category-layout{width:min(1180px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:240px minmax(0,1fr);gap:16px;align-items:start}
.products-area{min-width:0;background:#fff;border:1px solid #dfe8e4;border-radius:24px;padding:16px;box-shadow:0 12px 34px rgba(15,23,42,.055)}
.filters-control-row{min-height:58px;margin:0 0 14px;padding:9px 11px;border:1px solid #e5ece9;border-radius:16px;background:linear-gradient(180deg,#fbfefd,#f7fbf9);display:flex;align-items:center;justify-content:space-between;gap:12px}
.active-filters{min-height:38px;margin:0;flex:1}
.toolbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px}
.product-count,.compare-toggle,.sort-box,.view-switch{min-height:38px}
.compare-toggle{border:1px solid #dce8e3;background:#fff;border-radius:11px;padding:0 11px;color:#35604c;font-size:10px;font-weight:800}
.sort-box{height:38px;border-radius:11px;padding:0 10px}
.view-switch button{height:30px;width:32px}
.category-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.category-product{border-radius:18px;box-shadow:none}
.category-product-media{height:174px;padding:15px}
.category-product-media svg{width:140px;height:140px}
.category-product-body{padding:13px}
.category-product h3{font-size:12.5px;min-height:44px;margin:5px 0}
.category-product p{font-size:9.5px;min-height:34px;margin-bottom:9px}
.product-price-row{padding-top:9px}
.add-cart{height:38px;margin-top:9px;border-radius:10px}
.compare-check{margin-top:8px!important}
.filter-panel{width:100%;padding:0 15px 14px!important;border-radius:24px!important;overflow:hidden}
.filter-block{padding:13px 0}
@media(max-width:980px){.category-content>.category-layout{grid-template-columns:1fr}.products-area{padding:13px}.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.category-content>.category-layout{width:min(100% - 20px,1180px)}.products-area{border-radius:18px;padding:10px}.filters-control-row{padding:9px;align-items:stretch}.category-products-grid{gap:9px}.category-product-media{height:140px;padding:10px}.category-product-media svg{width:112px;height:112px}.category-product-body{padding:10px}}

.category-product-body{padding:15px 15px 14px!important}
.product-brand{font-size:11px!important;line-height:1.6!important;font-weight:800!important;letter-spacing:0!important}
.category-product h3{font-size:15px!important;line-height:1.75!important;min-height:52px!important;margin:7px 0 12px!important;font-weight:800!important}
.product-meta-row{margin:4px 0 5px!important}
.product-price-row{align-items:center!important;margin-top:4px!important;padding-top:12px!important}
.price-stack{display:flex;flex-direction:column;gap:3px;min-width:0}
.old-price{display:inline-block;width:max-content;color:#64748b;font-size:11px;line-height:1.4;font-weight:700;text-decoration-line:line-through;text-decoration-color:#dc2626;text-decoration-thickness:2px}
.sale-price{font-size:16px!important;line-height:1.6!important;color:#0f6b43!important}
.discount-pill{font-size:10px!important;padding:6px 8px!important}
.add-cart{font-size:12px!important;font-weight:800!important}
@media(max-width:680px){.category-product h3{font-size:12.5px!important;min-height:45px!important}.product-brand{font-size:10px!important}.old-price{font-size:9.5px}.sale-price{font-size:12.5px!important}.category-product-body{padding:11px!important}}

.category-products-grid{gap:11px!important}
.category-product{box-shadow:0 5px 16px rgba(15,23,42,.045)!important}
.category-product:hover{box-shadow:0 12px 28px rgba(15,23,42,.08)!important}
.category-product-media{height:168px!important;padding:12px 14px 6px!important}
.category-product-media svg{width:138px!important;height:138px!important}
.category-product-body{padding:8px 13px 13px!important}
.product-brand{margin-top:-2px!important;margin-bottom:2px!important;padding:3px 8px!important;font-size:10.5px!important;line-height:1.45!important}
.product-meta-row{margin-top:2px!important;margin-bottom:3px!important;gap:5px!important}
.category-product-body h3,.category-product h3{font-size:13.5px!important;line-height:1.65!important;min-height:44px!important;margin:4px 0 5px!important}
.product-price-row{margin-top:2px!important;padding-top:9px!important}
.old-price{font-size:9.5px!important}
.sale-price{font-size:14px!important;line-height:1.45!important}
.discount-pill{padding:4px 6px!important;font-size:8.5px!important}
.add-cart{height:38px!important;margin-top:9px!important;border-radius:10px!important;font-size:10.5px!important;box-shadow:none!important}
@media(max-width:680px){
 .category-product-media{height:126px!important;padding:8px 8px 3px!important}
 .category-product-media svg{width:100px!important;height:100px!important}
 .category-product-body{padding:7px 9px 10px!important}
 .product-brand{font-size:9.5px!important;padding:2px 6px!important}
 .product-meta-row{display:none!important}
 .category-product-body h3,.category-product h3{font-size:11.5px!important;min-height:38px!important;line-height:1.6!important;margin:3px 0 4px!important}
 .sale-price{font-size:12px!important}
 .old-price{font-size:8.5px!important}
 .add-cart{height:34px!important;margin-top:7px!important;font-size:9.5px!important}
}

.footer-title{color:#fff!important;font-size:15px!important;font-weight:900!important;letter-spacing:-.02em!important}
.contact-list{gap:12px!important}.contact-item.contact-phone{min-height:76px!important;padding:13px 14px!important;background:linear-gradient(135deg,rgba(34,197,94,.14),rgba(14,165,233,.10))!important;border-color:rgba(255,255,255,.13)!important}
.contact-item.contact-phone small{color:#c5d4da!important;font-size:11px!important;font-weight:700!important;line-height:1.7!important;margin-bottom:3px!important;opacity:1!important}
.contact-item.contact-phone a{font-size:20px!important;font-weight:900!important;color:#fff!important;line-height:1.35!important;text-shadow:0 1px 12px rgba(0,0,0,.16)}
.footer-about,.footer-links a{color:#bdcbd1!important;opacity:1!important;line-height:2!important}.footer-links a:hover{color:#fff!important}
.footer-social-label{color:#c5d4da!important;font-size:11px!important;font-weight:700!important}
.social-row{gap:8px!important}.social{width:38px!important;height:38px!important;background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.14)!important}
.social svg{width:18px!important;height:18px!important}
@media(max-width:680px){.contact-item.contact-phone small{font-size:10.5px!important}.contact-item.contact-phone a{font-size:18px!important}.social{width:36px!important;height:36px!important}}

.social-row{gap:10px!important}.social.social-unified{width:40px!important;height:40px!important;padding:0!important;border-radius:12px!important;color:#86efac!important;background:rgba(134,239,172,.08)!important;border:1px solid rgba(134,239,172,.22)!important;overflow:hidden!important;display:grid!important;place-items:center!important}.social.social-unified:before{display:none!important}.social.social-unified svg{width:21px!important;height:21px!important;display:block!important;fill:none}.social.social-unified:hover{color:#052e16!important;background:#86efac!important;border-color:#86efac!important;transform:translateY(-3px)!important;box-shadow:0 10px 24px rgba(0,0,0,.22)!important}@media(max-width:680px){.social.social-unified{width:38px!important;height:38px!important}.social.social-unified svg{width:20px!important;height:20px!important}}

:root{
 --primary:#15803d!important;--primary-2:#22c55e!important;--secondary:#0284c7!important;
 --mint:#ecfdf5!important;--text:#172033!important;--muted:#64748b!important;
 --line:#e2e8f0!important;--warning:#f59e0b!important;
 --shadow:0 16px 42px rgba(15,23,42,.08)!important;
}
.category-page{color:var(--text)!important}
.category-hero:before{background:radial-gradient(circle at 86% 20%,rgba(34,197,94,.13),transparent 25%),radial-gradient(circle at 12% 75%,rgba(14,165,233,.09),transparent 22%)!important}
.category-hero-card{min-height:285px!important;border-radius:30px!important;padding:38px 44px!important;background:linear-gradient(128deg,#ecfdf5 0%,#f0fdfa 46%,#eff6ff 100%)!important;border:1px solid #bbf7d0!important;box-shadow:0 24px 58px rgba(15,118,110,.12)!important}
.category-hero h1{color:#172033!important}.category-hero p{color:#475569!important}
.filter-panel{background:#fff!important;border:1px solid #e5ece8!important;border-radius:20px!important;box-shadow:0 10px 28px rgba(15,23,42,.055)!important}
.filter-panel h3,.filter-title{color:#172033!important}
.category-toolbar,.filters-control-row{background:#fff!important;border-color:#e5ece8!important;box-shadow:none!important}
.product-count,.category-toolbar p,.selected-filter-note{color:#64748b!important}
.sort-box,.view-switch,.mobile-filter-btn{background:#fff!important;border:1px solid #dfe8e3!important;color:#334155!important}
.sort-box:focus-within,.view-switch button.active,.mobile-filter-btn:hover{border-color:#86efac!important;color:#15803d!important;background:#f0fdf4!important}
.category-products-grid{gap:14px!important}
.category-product{background:#fff!important;border:1px solid #e5ece8!important;border-radius:18px!important;box-shadow:0 5px 18px rgba(15,23,42,.045)!important;overflow:hidden!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
.category-product:hover{transform:translateY(-3px)!important;border-color:#bbf7d0!important;box-shadow:0 15px 34px rgba(15,118,110,.10)!important}
.category-product-media{background:linear-gradient(145deg,#fbfdfc,#f0fdf4)!important;border-bottom:1px solid #edf4f0!important}
.category-product-media img{mix-blend-mode:multiply!important}.favorite{background:#fff!important;border-color:#dfe8e3!important;color:#64748b!important}.favorite:hover{color:#dc2626!important;border-color:#fecaca!important}
.category-product-body{background:#fff!important}.category-brand,.brand{color:#15803d!important;font-weight:800!important}.category-product h3{color:#172033!important}.category-product p{color:#64748b!important}
.discount,.discount-pill{background:#fee2e2!important;color:#dc2626!important}.old-price,.old{color:#94a3b8!important;text-decoration-color:#dc2626!important;text-decoration-thickness:1.5px!important}
.product-price-row strong,.price{color:#0f5132!important}.add-cart,.cart-btn{background:#15803d!important;color:#fff!important;box-shadow:0 8px 18px rgba(21,128,61,.18)!important}.add-cart:hover,.cart-btn:hover{background:#0f6b33!important}
.guide-card{background:linear-gradient(125deg,#f0fdf4,#eff6ff)!important;border:1px solid #bbf7d0!important;color:#172033!important}.guide-card p{color:#64748b!important}.guide-card .btn{background:#15803d!important;color:#fff!important}
.pagination a,.pagination button{background:#fff!important;border-color:#dfe8e3!important;color:#475569!important}.pagination .active,.pagination a:hover,.pagination button:hover{background:#15803d!important;color:#fff!important;border-color:#15803d!important}
.footer-title:after{background:linear-gradient(90deg,#22c55e,#0284c7)!important}
.mobile-nav .active{color:#15803d!important}.mobile-nav .rx b{background:#15803d!important}
@media(max-width:680px){.category-hero-card{padding:26px 20px!important;min-height:310px!important;border-radius:23px!important}.category-products-grid{gap:10px!important}.category-product{border-radius:15px!important}}

.category-page{background:#f8fafc!important;color:#172033!important}
.category-page .breadcrumb{color:#64748b!important}
.category-page .breadcrumb strong,.category-page h1,.category-page h2,.category-page h3,.category-page .filter-head strong{color:#172033!important}
.category-page p,.category-page .category-hero p,.category-page .selected-filter-note,.category-page .filter-hint,.category-page .product-count{color:#64748b!important}
.category-page .category-kicker,.category-page .product-brand,.category-page .category-brand,.category-page .brand{color:#15803d!important}
.category-page .filter-block>label:not(.switch-row),.category-page .switch-row,.category-page .sort-box,.category-page .pagination button{color:#475569!important}
.category-page .category-product h3{color:#172033!important}
.category-page .category-product p{color:#64748b!important}
.category-page .product-price-row strong,.category-page .price{color:#0f5132!important}
.category-page .old-price,.category-page .old{color:#94a3b8!important;text-decoration-color:#dc2626!important}
.category-page .discount,.category-page .discount-pill{background:#fee2e2!important;color:#dc2626!important}
.category-page .add-cart,.category-page .cart-btn{background:#15803d!important;color:#fff!important}
.category-page .add-cart:hover,.category-page .cart-btn:hover{background:#0f6b33!important}
.category-page .active-filter-chip{background:#ecfdf5!important;color:#166534!important}
.category-page .active-filter-chip button{color:#166534!important}

.category-page .category-hero-visual,
.category-page .category-hero-visual *,
.category-page .category-kicker,
.category-page .hero-chips span,
.category-page .guide-card svg,
.category-page .guide-card .icon,
.category-page .feature-icon,
.category-page .category-icon,
.category-page [class*="hero-icon"],
.category-page [class*="feature-icon"],
.category-page [class*="category-icon"]{
 animation:none!important;
 transition:none!important;
 transform:none!important;
}
@media (prefers-reduced-motion:reduce){.category-page *{scroll-behavior:auto!important}}

.category-page .filter-head strong,
.category-page .filter-head #clearFilters{
  color:#d1fae5 !important;
}

.category-page .filter-head{
  --filter-header-text:#d1fae5;
  color:var(--filter-header-text)!important;
}
.category-page .filter-head > strong,
.category-page .filter-head > #clearFilters{
  color:var(--filter-header-text)!important;
  -webkit-text-fill-color:var(--filter-header-text)!important;
  opacity:1!important;
  filter:none!important;
}
.category-page .filter-head > #clearFilters:hover,
.category-page .filter-head > #clearFilters:focus-visible{
  color:var(--filter-header-text)!important;
  -webkit-text-fill-color:var(--filter-header-text)!important;
}
.footer-company-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
.footer-company-card{position:relative;display:flex;align-items:center;gap:15px;min-height:82px;padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.025));transition:.28s ease;overflow:hidden}
.footer-company-card:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;left:-55px;top:-65px;background:radial-gradient(circle,rgba(74,222,128,.18),transparent 70%)}
.footer-company-card.contact:before{background:radial-gradient(circle,rgba(56,189,248,.18),transparent 70%)}
.footer-company-card:hover{transform:translateY(-4px);border-color:rgba(134,239,172,.30);background:rgba(255,255,255,.08)}
.footer-company-icon{position:relative;z-index:1;width:48px;height:48px;border-radius:15px;display:grid;place-items:center;flex:none;background:rgba(74,222,128,.12);color:#86efac;font-size:22px}
.footer-company-card.contact .footer-company-icon{background:rgba(56,189,248,.12);color:#7dd3fc}
.footer-company-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:3px}.footer-company-copy strong{color:#fff;font-size:13px}.footer-company-copy small{color:#9fb3bd;font-size:10px;line-height:1.8}.footer-company-arrow{margin-right:auto;color:#86efac;font-size:18px}
.drawer-company-links{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px}.drawer-company-links a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:43px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:11px;font-weight:800}
@media(max-width:1180px){}
@media(max-width:980px){}
@media(max-width:680px){.footer-company-links{grid-template-columns:1fr}.footer-company-card{min-height:76px}}

:root{--money-font-size:17px;--money-strong-size:19px}
.price,.sale-price,.quick-price,.item-price strong,.summary-line strong,.summary-total strong{
  font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum" 1;
  letter-spacing:-.15px;
}
.price-row,.product-price-row{align-items:flex-end;gap:12px}
.price{font-size:var(--money-font-size)!important;line-height:1.75!important;color:#123b34!important}
.price .old,.old-price{font-size:12px!important;line-height:1.55!important;color:#94a3b8!important;font-weight:600!important;margin-bottom:3px}
.price-label{font-size:11px!important;line-height:1.55!important;font-weight:800!important;color:#64748b!important;margin-bottom:2px!important}

.sale-price{font-size:var(--money-strong-size)!important;line-height:1.55!important;font-weight:900!important;color:#0f5132!important;white-space:nowrap}
.product-price-row{margin-top:16px!important;padding-top:12px;border-top:1px solid #edf2f0}
.discount-pill{font-size:11px!important;font-weight:900!important;padding:6px 9px!important;border-radius:10px!important}
.quick-price{font-size:22px!important;line-height:1.6!important;font-weight:900!important;color:#0f5132!important}
.item-price del{font-size:12px!important;line-height:1.6!important}
.item-price strong{font-size:17px!important;line-height:1.65!important;font-weight:900!important;color:#0f5132!important}
.item-price small{font-size:12px!important;line-height:1.6!important}
.cart-summary .summary-line,.checkout-summary .summary-line{line-height:1.8}
.cart-summary .summary-line{font-size:14px;margin:15px 0}
.cart-summary .summary-line strong{font-size:14px;font-weight:800}
.cart-summary .summary-total span{font-size:15px;font-weight:700}
.cart-summary .summary-total strong{font-size:27px;line-height:1.45;font-weight:900}
.cart-summary .summary-total small{font-size:11px;line-height:1.7}
@media(max-width:620px){
  :root{--money-font-size:16px;--money-strong-size:17px}
  .price .old,.old-price{font-size:11px!important}
  .price-label{font-size:12px!important}
  .quick-price{font-size:20px!important}
  .item-price strong{font-size:16px!important}
  .cart-summary .summary-total strong{font-size:24px}
}

.product-page{padding:24px 0 70px;background:linear-gradient(180deg,#f8fafc,#fff 42%,#f8fafc)}.product-breadcrumb{display:flex;gap:9px;align-items:center;color:#64748b;font-size:12px;margin:6px 0 20px}.product-breadcrumb strong{color:#0f172a}.product-hero{display:grid;grid-template-columns:.9fr 1.25fr .72fr;gap:22px;align-items:start}.product-gallery,.product-overview,.buy-card,.catalog-shell,.reviews{background:#fff;border:1px solid #e7edf3;border-radius:28px;box-shadow:0 18px 48px rgba(15,23,42,.06)}.product-gallery{padding:22px}.product-visual-main{min-height:430px;border-radius:22px;background:radial-gradient(circle at 30% 20%,#fff,#ecfdf5 48%,#dbeafe);display:grid;place-items:center;position:relative;overflow:hidden}.product-visual-main:before,.product-visual-main:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.72)}.product-visual-main:before{width:210px;height:210px;right:-70px;top:-70px}.product-visual-main:after{width:180px;height:180px;left:-70px;bottom:-70px}.visual-symbol{font-size:130px;line-height:1;color:#0f766e;filter:drop-shadow(0 18px 24px rgba(15,118,110,.16));z-index:1}.product-visual-main small{position:absolute;bottom:52px;padding:7px 15px;border-radius:999px;background:#fff;color:#0f766e;font-weight:900;z-index:2}.product-visual-main b{position:absolute;top:18px;right:18px;padding:7px 12px;border-radius:999px;background:#0f766e;color:white;font-size:11px}.gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.gallery-thumbs button{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:10px;font-size:11px}.gallery-thumbs .active{border-color:#22c55e;background:#f0fdf4;color:#166534}.product-overview{padding:30px}.product-labels{display:flex;gap:8px}.product-labels span{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900}.label-otc{background:#dcfce7;color:#166534}.label-auth{background:#dbeafe;color:#075985}.product-brand{margin:20px 0 7px;color:#0f766e;font-size:12px;font-weight:900;letter-spacing:.7px}.product-overview h1{font-size:31px;line-height:1.55;margin:0;color:#0f172a}.latin-name{direction:ltr;text-align:right;color:#94a3b8;font-size:13px}.rating-row{display:flex;gap:18px;flex-wrap:wrap;padding:14px 0;border-bottom:1px solid #eef2f7;color:#64748b;font-size:11px}.rating-row span:first-child{color:#b45309;font-weight:900}.quick-summary{margin-top:20px;padding:18px;border-radius:18px;background:linear-gradient(120deg,#f0fdf4,#eff6ff);border:1px solid #dcfce7}.quick-summary strong{font-size:13px;color:#166534}.quick-summary p{font-size:12px;line-height:2;color:#475569;margin:8px 0 0}.feature-chips{display:flex;gap:8px;flex-wrap:wrap;margin:17px 0}.feature-chips span{font-size:12px;font-weight:800;padding:7px 10px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.product-trust>div{padding:12px;border-radius:14px;background:#f8fafc;display:flex;gap:8px;align-items:flex-start}.product-trust b{color:#16a34a}.product-trust span{font-size:12px;font-weight:800}.product-trust small{font-size:12px;color:#64748b}.buy-card{padding:23px;position:sticky;top:132px}.stock-line{display:flex;justify-content:space-between;color:#15803d;font-size:11px;font-weight:900}.stock-line small{color:#64748b}.price-block{padding:20px 0}.price-block del{display:block;color:#94a3b8;font-size:12px}.price-block strong{display:block;font-size:25px;color:#0f172a;margin:4px 0}.price-block span{display:inline-block;background:#fee2e2;color:#b91c1c;padding:4px 8px;border-radius:9px;font-size:12px;font-weight:900}.buy-card label{font-size:11px;font-weight:800}.qty-control{display:grid;grid-template-columns:42px 1fr 42px;height:44px;border:1px solid #e2e8f0;border-radius:13px;overflow:hidden;margin:8px 0 12px}.qty-control button{border:0;background:#f8fafc;font-size:18px}.qty-control span{display:grid;place-items:center;font-weight:900}.add-cart,.buy-now,.wish-btn{width:100%;border-radius:14px;min-height:48px;font-weight:900;margin-top:8px}.add-cart{border:0;background:linear-gradient(120deg,#15803d,#0f766e);color:white;box-shadow:0 12px 24px rgba(21,128,61,.2)}.buy-now{border:1px solid #15803d;background:#fff;color:#166534}.wish-btn{border:0;background:#f8fafc;color:#475569}.buy-card ul{padding:15px 18px 0 0;margin:14px 0 0;border-top:1px solid #eef2f7;color:#64748b;font-size:12px;line-height:2.2}.catalog-shell{margin-top:28px;overflow:hidden}.catalog-nav{display:flex;gap:4px;overflow:auto;padding:12px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.catalog-nav button{border:0;background:transparent;padding:12px 17px;border-radius:12px;white-space:nowrap;font-weight:800;color:#64748b}.catalog-nav button.active{background:#fff;color:#0f766e;box-shadow:0 6px 18px rgba(15,23,42,.07)}.catalog-content{padding:30px}.catalog-panel{display:none}.catalog-panel.active{display:block;animation:fadeIn .25s ease}.catalog-panel h2{font-size:22px;margin:0 0 18px}.catalog-panel p,.catalog-panel li{color:#475569;line-height:2.1;font-size:13px}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.info-grid div{padding:16px;border-radius:15px;background:#f8fafc}.info-grid span{display:block;font-size:12px;color:#64748b}.info-grid b{font-size:12px}.medical-note{padding:18px;border-radius:16px;margin:15px 0}.medical-note.safe{background:#eff6ff;border:1px solid #bfdbfe}.medical-note.warning{background:#fffbeb;border:1px solid #fde68a}.interaction-cta{display:inline-flex;padding:12px 16px;border-radius:12px;background:#0f766e;color:white;font-weight:900;font-size:12px}.catalog-panel table{width:100%;border-collapse:collapse}.catalog-panel th,.catalog-panel td{padding:14px;border-bottom:1px solid #eef2f7;text-align:right;font-size:12px}.catalog-panel th{color:#64748b;width:28%}.catalog-panel details{border:1px solid #e2e8f0;border-radius:14px;padding:14px;margin:9px 0}.catalog-panel summary{font-weight:900;cursor:pointer}.fit-check{margin:28px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px 32px;border-radius:26px;background:linear-gradient(120deg,#0f766e,#075985);color:white;box-shadow:0 20px 45px rgba(15,118,110,.2)}.fit-check span{font-size:12px;color:#bbf7d0;font-weight:900}.fit-check h2{margin:6px 0;font-size:24px}.fit-check p{margin:0;color:#dbeafe;font-size:11px}.fit-check button{border:0;background:white;color:#0f766e;border-radius:14px;padding:13px 19px;font-weight:900;white-space:nowrap}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.section-head span{font-size:12px;color:#15803d;font-weight:900}.section-head h2{margin:5px 0 0;font-size:24px}.section-head a{font-size:11px;color:#15803d;font-weight:900}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.related-card{background:#fff;border:1px solid #e7edf3;border-radius:20px;padding:16px;box-shadow:0 12px 30px rgba(15,23,42,.05)}.related-icon{height:125px;border-radius:16px;background:linear-gradient(145deg,#ecfdf5,#eff6ff);display:grid;place-items:center;font-size:48px;color:#0f766e}.related-card small{color:#64748b}.related-card h3{font-size:13px;line-height:1.8;min-height:48px}.related-card strong{font-size:14px}.related-card a{display:block;text-align:center;margin-top:12px;padding:9px;border-radius:11px;background:#f0fdf4;color:#166534;font-size:12px;font-weight:900}.reviews{padding:26px;margin-top:30px}.reviews-summary{display:flex;align-items:center;gap:15px;padding-bottom:20px;border-bottom:1px solid #eef2f7}.reviews-summary>strong{font-size:42px}.reviews-summary span{color:#f59e0b}.reviews-summary p{margin:3px 0;color:#64748b;font-size:12px}.reviews-summary button{margin-right:auto;border:0;background:#0f766e;color:white;border-radius:12px;padding:10px 15px;font-weight:800}.review-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.review-list article{padding:16px;border-radius:15px;background:#f8fafc}.review-list b{font-size:12px}.review-list span{font-size:12px;color:#15803d;margin-right:8px}.review-list p{font-size:11px;color:#475569;line-height:2}.product-toast{position:fixed;left:24px;bottom:24px;background:#0f172a;color:white;padding:13px 18px;border-radius:14px;z-index:100;transform:translateY(90px);opacity:0;transition:.3s;font-size:12px}.product-toast.show{transform:none;opacity:1}@keyframes fadeIn{from{opacity:0;transform:translateY(5px)}}
@media(max-width:1050px){.product-hero{grid-template-columns:1fr 1.25fr}.buy-card{grid-column:1/-1;position:static}.related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.product-page{padding-top:12px}.product-hero{grid-template-columns:1fr}.product-gallery,.product-overview,.buy-card,.catalog-shell,.reviews{border-radius:22px}.product-visual-main{min-height:320px}.product-overview{padding:22px}.product-overview h1{font-size:24px}.product-trust{grid-template-columns:1fr}.info-grid{grid-template-columns:1fr 1fr}.catalog-content{padding:20px}.fit-check{align-items:flex-start;flex-direction:column;padding:23px}.fit-check button{width:100%}.related-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.related-card{min-width:74vw;scroll-snap-align:start}.review-list{grid-template-columns:1fr}.reviews-summary{flex-wrap:wrap}.reviews-summary button{margin-right:0;width:100%}}

.drug-info-thumb{display:flex!important;align-items:center;justify-content:center;gap:7px;color:#0f766e!important;font-weight:900!important}
.drug-info-thumb svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:none}
.drug-info-thumb:hover{background:#ecfdf5!important;border-color:#5eead4!important;transform:translateY(-2px)}
.catalog-heading{display:flex;align-items:center;gap:16px;padding:24px 28px;background:linear-gradient(135deg,#ecfdf5 0%,#f8fafc 58%,#eff6ff 100%);border-bottom:1px solid #dbe9e4}
.catalog-heading-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#0f766e,#16a34a);color:#fff;box-shadow:0 12px 26px rgba(15,118,110,.2);flex:none}
.catalog-heading-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.catalog-heading small{display:block;color:#15803d;font-size:12px;font-weight:900;letter-spacing:.4px}.catalog-heading h2{margin:3px 0 4px;font-size:23px;color:#0f172a}.catalog-heading p{margin:0;color:#64748b;font-size:11px;line-height:1.8}
.sale-unit-card{display:flex;align-items:center;gap:11px;padding:13px;margin:3px 0 14px;border:1px solid #cfe8df;border-radius:16px;background:linear-gradient(135deg,#f0fdfa,#f8fafc)}
.sale-unit-icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:#fff;color:#0f766e;border:1px solid #d6eee7;flex:none}.sale-unit-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7}
.sale-unit-card>div:last-child{display:flex;flex-direction:column;min-width:0}.sale-unit-card small{font-size:12px;color:#64748b}.sale-unit-card strong{font-size:12px;color:#0f3d35;margin:2px 0}.sale-unit-card span{font-size:12px;color:#64748b;line-height:1.7}
.qty-summary{margin:-5px 1px 11px;color:#64748b;font-size:12px;line-height:1.8}
@media(max-width:720px){.catalog-heading{padding:20px;align-items:flex-start}.catalog-heading-icon{width:50px;height:50px;border-radius:15px}.catalog-heading h2{font-size:20px}.drug-info-thumb span{font-size:12px}.sale-unit-card{padding:12px}}

.otc-page{background:linear-gradient(180deg,#f7fbfa 0,#fff 23%,#f8fafc 100%);color:#0b2f3b}.otc-page .container{max-width:1320px;margin:auto;padding-inline:24px}.otc-hero{padding:34px 0 28px}.otc-hero .breadcrumb{margin-bottom:22px}.otc-hero-card{min-height:500px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;overflow:hidden;border:1px solid rgba(15,118,110,.12);border-radius:38px;background:radial-gradient(circle at 10% 10%,rgba(45,212,191,.18),transparent 28%),linear-gradient(135deg,#062f36,#075c60 58%,#0f766e);box-shadow:0 34px 85px rgba(5,78,80,.18);position:relative}.otc-hero-copy{padding:64px;color:#fff;position:relative;z-index:2}.otc-eyebrow,.otc-section-head>div>span,.otc-pharmacist-card>div>span,.guide-kicker{display:inline-flex;font-size:12px;font-weight:900;letter-spacing:1.8px;color:#8ff3df;margin-bottom:14px}.otc-hero h1{font-size:clamp(38px,5vw,68px);line-height:1.22;margin:0 0 22px;font-weight:900}.otc-hero h1 em{font-style:normal;color:#9cf7e7}.otc-hero-copy>p{font-size:17px;line-height:2.05;color:rgba(255,255,255,.82);max-width:680px}.otc-hero-actions{display:flex;gap:12px;margin-top:30px}.otc-hero-actions a,.otc-hero-actions button,.otc-pharmacist-card button{border:0;border-radius:14px;padding:15px 22px;font:inherit;font-weight:900;cursor:pointer}.otc-hero-actions a{background:#fff;color:#075c60}.otc-hero-actions button{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.otc-hero-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.otc-hero-points span{font-size:13px;color:#d4fff7;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:8px 12px;border-radius:999px}.otc-hero-art{height:100%;min-height:500px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.otc-hero-art:before{content:"";position:absolute;width:370px;height:370px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.23),rgba(255,255,255,.02) 64%,transparent 65%);filter:drop-shadow(0 20px 30px rgba(0,0,0,.16))}.otc-hero-art strong{font-size:88px;line-height:1;font-weight:950;letter-spacing:-4px;position:relative}.otc-hero-art>small{position:relative;letter-spacing:3px;margin-top:9px;color:#bffcf0}.otc-cross{position:absolute;top:23%;right:22%;font-size:42px;color:#9cf7e7}.otc-orbit{position:absolute;border:1px solid rgba(255,255,255,.24);border-radius:50%}.orbit-a{width:430px;height:250px;transform:rotate(-25deg)}.orbit-b{width:260px;height:410px;transform:rotate(38deg)}.otc-pill{position:absolute;width:80px;height:34px;border-radius:30px;background:#fff;box-shadow:0 15px 35px rgba(0,0,0,.23);overflow:hidden}.otc-pill i{display:block;width:50%;height:100%;background:#50d7c5}.pill-a{left:13%;top:27%;transform:rotate(28deg)}.pill-b{right:14%;bottom:23%;transform:rotate(-30deg)}.pill-b i{background:#f4b56b}.otc-safety{padding:8px 0 20px}.otc-safety-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:22px 24px;border-radius:22px;background:#fff;border:1px solid #dcebea;box-shadow:0 13px 34px rgba(18,65,71,.07)}.otc-shield{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:#e7faf5;color:#0f766e;font-size:24px;font-weight:900}.otc-safety-card strong{font-size:17px}.otc-safety-card p{margin:5px 0 0;color:#60747b;line-height:1.8}.otc-safety-card button{border:0;border-radius:12px;background:#0f766e;color:#fff;padding:12px 18px;font:inherit;font-weight:800}.otc-catalog{padding:62px 0 90px}.otc-section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:26px}.otc-section-head>div>span{color:#0f766e}.otc-section-head h2{font-size:clamp(27px,3vw,42px);margin:0 0 10px}.otc-section-head p{margin:0;color:#64777d;font-size:15px}.otc-count{min-width:108px;height:108px;border-radius:30px;background:#092f39;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 16px 35px rgba(9,47,57,.18)}.otc-count strong{font-size:34px}.otc-count small{color:#9eeadd}.otc-toolbar{display:grid;grid-template-columns:1fr 240px auto;gap:12px;padding:14px;border-radius:22px;background:#fff;border:1px solid #e0ebea;box-shadow:0 12px 35px rgba(20,62,68,.06);position:sticky;top:85px;z-index:20}.otc-search{display:flex;align-items:center;gap:12px;padding:0 16px;background:#f6f9f9;border-radius:14px}.otc-search span{font-size:24px;color:#0f766e}.otc-search input,.otc-toolbar select{width:100%;border:0;background:transparent;padding:15px 4px;font:inherit;outline:none;color:#173a44}.otc-toolbar select{background:#f6f9f9;border-radius:14px;padding-inline:14px}.otc-toolbar>button{border:0;border-radius:14px;background:#e9f5f3;color:#0f766e;padding:0 18px;font:inherit;font-weight:800}.otc-cats{display:flex;gap:9px;overflow:auto;padding:18px 2px 24px;scrollbar-width:none}.otc-cats::-webkit-scrollbar{display:none}.otc-cat{white-space:nowrap;border:1px solid #d9e8e6;background:#fff;color:#476067;border-radius:999px;padding:10px 15px;font:inherit;font-weight:750;cursor:pointer}.otc-cat.active{background:#0f766e;border-color:#0f766e;color:#fff;box-shadow:0 8px 18px rgba(15,118,110,.2)}.otc-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:25px;align-items:start}.otc-guide{position:sticky;top:175px;border-radius:27px;padding:28px;background:linear-gradient(160deg,#0a3b43,#0f766e);color:#fff;box-shadow:0 23px 45px rgba(9,63,70,.18)}.otc-guide h3{font-size:23px;margin:0 0 18px}.otc-guide ul{padding-right:20px;margin:0 0 24px;color:#d7f5ef;line-height:2}.otc-guide a{display:block;text-align:center;background:#fff;color:#0f766e;padding:13px;border-radius:13px;font-weight:900}.guide-stat{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);display:flex;gap:12px;align-items:center}.guide-stat strong{font-size:28px;color:#9cf7e7}.guide-stat span{font-size:12px;line-height:1.7}.otc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.otc-card{min-height:355px;background:#fff;border:1px solid #e2eceb;border-radius:24px;overflow:hidden;transition:.28s ease;box-shadow:0 8px 28px rgba(22,65,71,.055)}.otc-card:hover{transform:translateY(-7px);border-color:#a8ddd5;box-shadow:0 20px 45px rgba(15,88,91,.12)}.otc-card-top{display:flex;justify-content:space-between;padding:15px 16px 0}.otc-badge{font-size:11px;font-weight:900;letter-spacing:1px;color:#0f766e;background:#e5f8f3;border-radius:999px;padding:6px 9px}.otc-fav{border:0;background:transparent;font-size:22px;color:#6f8085;cursor:pointer}.otc-product-visual{height:125px;margin:7px 14px 0;border-radius:18px;background:radial-gradient(circle at 35% 30%,#fff,transparent 34%),linear-gradient(145deg,#eefaf7,#f8fbfb);justify-content:center;color:#0f766e}.otc-product-visual span{font-size:48px;font-weight:900;filter:drop-shadow(0 9px 10px rgba(15,118,110,.15))}.otc-product-visual small{margin-top:4px;font-weight:800;color:#6a8589}.otc-card-body{padding:17px}.otc-category{font-size:11px;font-weight:850;color:#0f766e;margin:0 0 7px}.otc-card h3{line-height:1.65;margin:0;min-height:55px}.otc-meta{display:flex;gap:7px;margin:10px 0 16px}.otc-meta span{font-size:11px;background:#f3f6f6;color:#61757a;padding:5px 8px;border-radius:8px}.otc-card-actions{grid-template-columns:1fr 1fr;gap:7px}.otc-card-actions button{border-radius:11px;padding:10px 5px;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.otc-info{border:1px solid #d8e6e4;background:#fff;color:#34535a}.otc-availability{border:0;background:#0f766e;color:#fff}.otc-empty{display:none;text-align:center;padding:70px 20px;background:#fff;border:1px dashed #bdd5d2;border-radius:24px}.otc-empty.show{display:block}.otc-empty span{font-size:52px;color:#0f766e}.otc-empty h3{font-size:22px}.otc-empty p{color:#718388}.otc-empty button{border:0;background:#0f766e;color:#fff;border-radius:12px;padding:12px 20px;font:inherit;font-weight:800}.otc-pharmacist{padding:0 0 90px}.otc-pharmacist-card{display:grid;grid-template-columns:1fr 310px;align-items:center;gap:30px;padding:48px 55px;border-radius:34px;background:linear-gradient(135deg,#e8faf6,#fff);border:1px solid #cce8e3;overflow:hidden}.otc-pharmacist-card h2{font-size:34px;margin:0 0 13px}.otc-pharmacist-card p{color:#587178;line-height:1.9;max-width:720px}.otc-pharmacist-card button{background:#0f766e;color:#fff;margin-top:10px}.pharmacist-mark{height:230px;border-radius:50px 18px 50px 18px;background:#0b4e55;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:78px;font-weight:950;box-shadow:0 22px 45px rgba(11,78,85,.2)}.pharmacist-mark small{font-size:12px;font-weight:700;color:#a6eee1}.otc-card.hidden{display:none}.otc-toast{position:fixed;bottom:100px;left:24px;z-index:200;background:#092f39;color:#fff;border-radius:14px;padding:13px 18px;box-shadow:0 16px 35px rgba(0,0,0,.2);transform:translateY(30px);opacity:0;transition:.25s}.otc-toast.show{transform:none;opacity:1}
@media(max-width:1100px){.otc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.otc-hero-card{grid-template-columns:1fr}.otc-hero-art{min-height:330px}.otc-hero-copy{padding-bottom:20px}.otc-layout{grid-template-columns:1fr}.otc-guide{position:relative;top:auto}.otc-guide ul{columns:2}.otc-pharmacist-card{grid-template-columns:1fr 240px}}
@media(max-width:720px){.otc-page .container{padding-inline:14px}.otc-hero{padding-top:15px}.otc-hero-card{border-radius:26px}.otc-hero-copy{padding:34px 22px 12px}.otc-hero h1{font-size:36px}.otc-hero-copy>p{font-size:14px}.otc-hero-actions{flex-direction:column}.otc-hero-actions a,.otc-hero-actions button{text-align:center}.otc-hero-art{min-height:300px}.otc-hero-art:before{width:270px;height:270px}.otc-hero-art strong{font-size:66px}.orbit-a{width:310px;height:180px}.orbit-b{width:190px;height:290px}.otc-safety-card{grid-template-columns:auto 1fr;padding:18px}.otc-safety-card button{grid-column:1/-1}.otc-section-head{align-items:center}.otc-count{min-width:78px;height:78px;border-radius:22px}.otc-count strong{font-size:27px}.otc-toolbar{grid-template-columns:1fr;top:70px}.otc-toolbar>button{padding:13px}.otc-guide ul{columns:1}.otc-grid{grid-template-columns:1fr 1fr;gap:10px}.otc-card{min-height:328px}.otc-product-visual{height:105px}.otc-card-body{padding:13px}.otc-info{display:none}.otc-pharmacist-card{grid-template-columns:1fr;padding:30px 22px}.pharmacist-mark{height:180px}.otc-pharmacist-card h2{font-size:27px}}
@media(max-width:390px){.otc-grid{grid-template-columns:1fr}.otc-card{min-height:auto}.otc-card h3{min-height:auto}}

.otc-grid{gap:18px}
.otc-card{min-height:0;display:flex;flex-direction:column;border-radius:22px;border-color:#dce9e7;background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%);box-shadow:0 10px 28px rgba(13,69,74,.065);content-visibility:auto;contain-intrinsic-size:360px}
.otc-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(13,69,74,.115)}
.otc-card-top{padding:14px 16px 0;align-items:center}
.otc-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#e9f8f4;border:1px solid #ccece4;font-size:12px}
.otc-badge:before{content:"✚";font-size:11px}
.otc-fav{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#f5f8f8;border:1px solid #e4eceb;font-size:19px;transition:.2s}
.otc-fav:hover{background:#fff1f3;color:#e11d48;border-color:#fecdd3}
.otc-product-visual{height:92px;margin:10px 15px 0;display:grid;grid-template-columns:58px 1fr;grid-template-rows:1fr 1fr;align-items:center;justify-content:stretch;column-gap:13px;padding:15px 16px;border:1px solid #dcece9;background:linear-gradient(135deg,#effaf7,#f9fcfb)}
.otc-product-visual:after{width:82px;height:82px;left:-26px;bottom:-40px;background:rgba(15,118,110,.07)}
.otc-product-visual span{grid-row:1/3;width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#0f766e,#0a5653);color:#fff;font-size:27px;filter:none;box-shadow:0 10px 20px rgba(15,118,110,.2)}
.otc-product-visual small{margin:0;color:#5a7378;font-size:12px;font-weight:850;align-self:end}
.otc-product-visual small:before{content:"شکل دارویی";display:block;font-size:12px;color:#8ba0a4;font-weight:700;margin-bottom:2px}
.otc-card-body{display:flex;flex:1;flex-direction:column;padding:15px 16px 16px}
.otc-category{font-size:12px;letter-spacing:0;font-weight:900;margin-bottom:6px}
.otc-card h3{font-size:17px;min-height:60px;color:#12363e;font-weight:900;letter-spacing:-.25px}
.otc-meta{margin:10px 0 15px;gap:6px;flex-wrap:wrap}
.otc-meta span{font-size:12px;font-weight:750;padding:6px 9px;background:#f1f6f5;border:1px solid #e2ecea;color:#587176}
.otc-meta span:last-child{background:#f0fdf4;border-color:#d1fae5;color:#167149}
.otc-card-actions button{min-height:40px;padding:9px 8px;font-size:11.5px;border-radius:12px;transition:.2s}
.otc-info:hover{border-color:#8ccdc2;color:#0f766e;background:#f4fbf9}
.otc-availability{box-shadow:0 8px 16px rgba(15,118,110,.16)}
.otc-availability:hover{background:#0b625c;transform:translateY(-1px)}
.otc-toolbar{backdrop-filter:blur(14px);background:rgba(255,255,255,.94)}
.otc-search input,.otc-toolbar select{font-size:14px}
.otc-cats{padding-bottom:20px}
.otc-cat{font-size:12px;padding:9px 14px}
.otc-guide{overflow:hidden}
.otc-guide:after{content:"OTC";position:absolute;left:-18px;bottom:-28px;font-size:96px;font-weight:950;color:rgba(255,255,255,.045);letter-spacing:-7px}
@media(max-width:720px){
 .otc-grid{gap:11px}
 .otc-card{border-radius:18px}
 .otc-card-top{padding:11px 11px 0}
 .otc-product-visual{height:78px;margin:8px 10px 0;grid-template-columns:46px 1fr;column-gap:9px;padding:11px}
 .otc-product-visual span{width:46px;height:46px;border-radius:14px;font-size:22px}
 .otc-product-visual small{font-size:12px}
 .otc-product-visual small:before{font-size:12px}
 .otc-card-body{padding:12px 11px 12px}
 .otc-card h3{font-size:14px;min-height:50px}
 .otc-category{font-size:12px}
 .otc-meta{margin:7px 0 10px}
 .otc-meta span{font-size:12px;padding:5px 6px}
 .otc-card-actions button{min-height:38px;font-size:12px}
}
@media(max-width:390px){
 .otc-product-visual{height:82px;grid-template-columns:50px 1fr}
 .otc-product-visual span{width:50px;height:50px}
 .otc-card h3{font-size:16px}
 .otc-info{display:block}
}
.otc-card-actions a.otc-info{display:inline-flex;align-items:center;justify-content:center}

.otc-card-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:9px;align-items:stretch}
.otc-card-actions a.otc-info,.otc-card-actions button.otc-availability{min-width:0;min-height:44px;padding:8px 10px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font:inherit;font-size:11.5px;font-weight:900;line-height:1.35;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}
.otc-card-actions a.otc-info{border:1px solid #b9dcd6;background:#f4fbf9;color:#0f6b63;box-shadow:0 5px 12px rgba(15,118,110,.06)}
.otc-card-actions button.otc-availability{border:1px solid #0f766e;background:linear-gradient(135deg,#0f766e,#0b625c);box-shadow:0 8px 18px rgba(15,118,110,.18)}
.otc-action-icon{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;flex:0 0 25px;transition:.2s ease}
.otc-info .otc-action-icon{background:#def4ee;color:#0f766e}.otc-availability .otc-action-icon{background:rgba(255,255,255,.16)}
.otc-action-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.otc-card-actions a.otc-info:hover{background:#e8f8f3;border-color:#82c9be;color:#0b625c;transform:translateY(-1px);box-shadow:0 9px 18px rgba(15,118,110,.10)}
.otc-card-actions button.otc-availability:hover{background:linear-gradient(135deg,#0d6b64,#084f4b);transform:translateY(-1px);box-shadow:0 11px 22px rgba(15,118,110,.24)}
.otc-card-actions a:focus-visible,.otc-card-actions button:focus-visible{outline:3px solid rgba(45,212,191,.28);outline-offset:2px}
@media(max-width:720px){.otc-card-actions a.otc-info{display:inline-flex}.otc-card-actions a.otc-info,.otc-card-actions button.otc-availability{min-height:41px;font-size:12px;padding-inline:7px}.otc-action-icon{width:22px;height:22px;flex-basis:22px}.otc-action-icon svg{width:14px;height:14px}}
@media(max-width:390px){.otc-card-actions{grid-template-columns:1fr 1fr}.otc-card-actions a.otc-info,.otc-card-actions button.otc-availability{white-space:normal;min-height:46px}}

.otc-card{position:relative;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);border-color:rgba(15,23,42,.09)}
.otc-card:hover{border-color:color-mix(in srgb,var(--cover-b) 35%,#dce9e7);box-shadow:0 24px 55px color-mix(in srgb,var(--cover-a) 17%,transparent)}
.otc-product-visual{
  height:158px;margin:12px 14px 0;padding:20px 19px 17px;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;
  text-align:right;border:1px solid rgba(255,255,255,.42);border-radius:22px;color:var(--cover-ink);
  background:
    radial-gradient(circle at 12% 12%,rgba(255,255,255,.34) 0 3%,transparent 3.4%),
    radial-gradient(circle at 88% 78%,rgba(255,255,255,.18) 0 13%,transparent 13.5%),
    linear-gradient(135deg,var(--cover-a),var(--cover-b) 58%,var(--cover-c));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 16px 34px color-mix(in srgb,var(--cover-a) 26%,transparent);
  isolation:isolate;overflow:hidden;position:relative
}
.otc-product-visual:before{content:"";position:absolute;inset:-55% auto auto -16%;width:170px;height:240px;border:1px solid rgba(255,255,255,.2);border-radius:50%;transform:rotate(34deg);z-index:-1}
.otc-product-visual:after{content:"";position:absolute;left:-31px;bottom:-44px;width:128px;height:128px;border-radius:50%;background:rgba(255,255,255,.13);box-shadow:0 0 0 20px rgba(255,255,255,.055);z-index:-1}
.otc-cover-brand{direction:ltr;align-self:flex-start;font-size:12px;font-weight:900;letter-spacing:2px;color:rgba(255,255,255,.78);padding:5px 8px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.09);backdrop-filter:blur(8px)}
.otc-cover-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:20px;line-height:1.55;letter-spacing:-.45px;text-shadow:0 3px 14px rgba(0,0,0,.16);max-width:95%}
.otc-cover-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}
.otc-cover-meta span{font-size:12px;font-weight:850;color:rgba(255,255,255,.9);background:rgba(10,20,30,.13);border:1px solid rgba(255,255,255,.18);padding:5px 9px;border-radius:9px;backdrop-filter:blur(9px)}
.otc-cover-meta i{font-style:normal;width:29px;height:29px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.92);color:var(--cover-a);font:950 14px/1 Arial;box-shadow:0 6px 16px rgba(0,0,0,.13)}
.otc-card-top{position:absolute;inset:20px 22px auto 22px;z-index:4;padding:0;pointer-events:none}
.otc-card-top .otc-badge{opacity:0;visibility:hidden}
.otc-fav{pointer-events:auto;background:rgba(255,255,255,.9);border-color:rgba(255,255,255,.65);color:#42545a;box-shadow:0 8px 20px rgba(15,23,42,.13);backdrop-filter:blur(10px)}
.otc-card-body{padding-top:18px}
.otc-category{color:color-mix(in srgb,var(--cover-a) 85%,#0f766e)}
.otc-card h3{min-height:58px}
@media(max-width:720px){
 .otc-product-visual{height:132px;margin:10px 10px 0;padding:16px 14px 13px;border-radius:18px}
 .otc-cover-brand{font-size:12px;letter-spacing:1.3px;padding:4px 6px}
 .otc-cover-name{font-size:16px;line-height:1.5}
 .otc-cover-meta span{font-size:12px;padding:4px 7px}
 .otc-cover-meta i{width:25px;height:25px;border-radius:8px;font-size:12px}
 .otc-card-top{inset:17px 16px auto 16px}
}
@media(max-width:390px){.otc-product-visual{height:145px}.otc-cover-name{font-size:18px}}

.otc-card-actions{
  grid-template-columns:1fr;
  gap:8px;
  min-width:0;
}
.otc-card-actions a.otc-info,
.otc-card-actions button.otc-availability{
  max-width:100%;
  box-sizing:border-box;
  min-height:43px;
  padding:9px 12px;
}
.otc-card-actions a.otc-info > span:last-child,
.otc-card-actions button.otc-availability > span:last-child{
  overflow:hidden;
  text-overflow:ellipsis;
}
.otc-cover-name{
  align-self:flex-start;
  max-width:calc(100% - 2px);
  padding:5px 10px 7px;
  border-radius:12px;
  background:linear-gradient(135deg,rgba(3,14,20,.34),rgba(3,14,20,.17));
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 8px 22px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.13);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
  font-size:22px;
  line-height:1.45;
  text-shadow:0 2px 8px rgba(0,0,0,.35);
}
@media(max-width:720px){
  .otc-card-actions{grid-template-columns:1fr;gap:7px}
  .otc-card-actions a.otc-info,
  .otc-card-actions button.otc-availability{min-height:42px;padding:8px 10px;font-size:11px}
  .otc-cover-name{font-size:18px;padding:4px 8px 6px;border-radius:10px}
}
@media(max-width:390px){
  .otc-card-actions{grid-template-columns:1fr}
  .otc-card-actions a.otc-info,
  .otc-card-actions button.otc-availability{white-space:nowrap;min-height:43px}
  .otc-cover-name{font-size:19px}
}

.otc-card-actions{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
  width:100%;
  margin-top:auto;
  padding-top:4px;
}
.otc-card-actions a.otc-info,
.otc-card-actions button.otc-availability{
  position:relative;
  isolation:isolate;
  width:100%;
  min-width:0;
  min-height:48px;
  padding:10px 9px;
  border-radius:15px;
  align-items:center;
  justify-content:center;
  gap:7px;
  overflow:hidden;
  white-space:nowrap;
  font-family:inherit;
  font-size:12px;
  font-weight:900;
  letter-spacing:-.15px;
  cursor:pointer;
  transform:translateZ(0);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,filter .22s ease;
}
.otc-card-actions a.otc-info::before,
.otc-card-actions button.otc-availability::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-70%;
  right:-28%;
  width:72px;
  height:150px;
  transform:rotate(24deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  opacity:0;
  transition:transform .5s ease,opacity .25s ease;
}
.otc-card-actions a.otc-info:hover::before,
.otc-card-actions button.otc-availability:hover::before{
  opacity:1;
  transform:translateX(-145px) rotate(24deg);
}
.otc-card-actions a.otc-info{
  color:#0b675f;
  border:1px solid rgba(15,118,110,.22);
  background:linear-gradient(145deg,#ffffff 0%,#eefaf7 100%);
  box-shadow:0 8px 18px rgba(15,118,110,.09),inset 0 1px 0 #fff;
  text-decoration:none;
}
.otc-card-actions button.otc-availability{
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg,#13877e 0%,#0f766e 46%,#075952 100%);
  box-shadow:0 10px 22px rgba(15,118,110,.25),inset 0 1px 0 rgba(255,255,255,.24);
}
.otc-card-actions a.otc-info:hover{
  transform:translateY(-2px);
  border-color:rgba(15,118,110,.42);
  box-shadow:0 13px 25px rgba(15,118,110,.15),inset 0 1px 0 #fff;
}
.otc-card-actions button.otc-availability:hover{
  transform:translateY(-2px);
  filter:saturate(1.08);
  box-shadow:0 15px 29px rgba(15,118,110,.32),inset 0 1px 0 rgba(255,255,255,.28);
}
.otc-card-actions a.otc-info:active,
.otc-card-actions button.otc-availability:active{transform:translateY(0) scale(.985)}
.otc-action-icon{
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:9px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.32);
}
.otc-info .otc-action-icon{background:#dff5ef;color:#087168}
.otc-availability .otc-action-icon{background:rgba(255,255,255,.17);color:#fff}
.otc-action-icon svg{width:16px;height:16px;stroke-width:1.9}
.otc-card-actions a.otc-info > span:last-child,
.otc-card-actions button.otc-availability > span:last-child{
  display:block;
  min-width:0;
  overflow:visible;
  text-overflow:clip;
}

.otc-cover-name{
  font-size:24px;
  line-height:1.5;
  font-weight:950;
  letter-spacing:-.7px;
  padding:7px 12px 9px;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,rgba(1,12,20,.46),rgba(3,18,28,.22));
  border:1px solid rgba(255,255,255,.30);
  box-shadow:0 10px 28px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.17);
  text-shadow:0 2px 5px rgba(0,0,0,.55),0 7px 18px rgba(0,0,0,.24);
  backdrop-filter:blur(10px) saturate(1.08);
  -webkit-backdrop-filter:blur(10px) saturate(1.08);
}
.otc-card h3{
  color:#0b3540;
  font-size:18px;
  line-height:1.75;
  font-weight:950;
  letter-spacing:-.45px;
  text-wrap:balance;
}

@media(max-width:900px){
  .otc-card-actions{grid-template-columns:1fr !important;gap:8px !important}
  .otc-card-actions a.otc-info,
  .otc-card-actions button.otc-availability{min-height:45px;font-size:11.5px}
}
@media(max-width:720px){
  .otc-cover-name{font-size:19px;line-height:1.55;padding:6px 9px 7px}
  .otc-card h3{font-size:15px;line-height:1.7}
  .otc-action-icon{width:25px;height:25px;flex-basis:25px}
}
@media(max-width:390px){
  .otc-card-actions{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important}
  .otc-card-actions a.otc-info,
  .otc-card-actions button.otc-availability{min-height:48px;padding:7px 5px;font-size:12px;gap:4px;white-space:normal;line-height:1.35}
  .otc-action-icon{width:23px;height:23px;flex-basis:23px;border-radius:7px}
  .otc-action-icon svg{width:13px;height:13px}
  .otc-cover-name{font-size:20px}

}

.otc-card-actions{
  display:flex !important;
  flex-direction:column !important;
  grid-template-columns:none !important;
  gap:8px !important;
  width:100% !important;
  min-width:0 !important;
  padding-top:6px !important;
}
.otc-card-actions a.otc-info,
.otc-card-actions button.otc-availability{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  min-height:46px !important;
  padding:10px 14px !important;
  border-radius:12px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  box-sizing:border-box !important;
  overflow:visible !important;
  white-space:nowrap !important;
  font-size:13px !important;
  font-weight:850 !important;
  line-height:1.4 !important;
  letter-spacing:0 !important;
  transform:none !important;
}
.otc-card-actions a.otc-info::before,
.otc-card-actions button.otc-availability::before{display:none !important}
.otc-card-actions a.otc-info{
  color:#0f625c !important;
  background:#f3faf8 !important;
  border:1px solid #b9ddd7 !important;
  box-shadow:none !important;
}
.otc-card-actions button.otc-availability{
  color:#fff !important;
  background:#0f766e !important;
  border:1px solid #0f766e !important;
  box-shadow:none !important;
}
.otc-card-actions a.otc-info:hover{
  color:#0b5751 !important;
  background:#e8f6f2 !important;
  border-color:#82c8bd !important;
  transform:none !important;
  box-shadow:0 6px 14px rgba(15,118,110,.10) !important;
}
.otc-card-actions button.otc-availability:hover{
  color:#fff !important;
  background:#0b625c !important;
  border-color:#0b625c !important;
  transform:none !important;
  filter:none !important;
  box-shadow:0 7px 16px rgba(15,118,110,.18) !important;
}
.otc-action-icon{
  width:24px !important;
  height:24px !important;
  flex:0 0 24px !important;
  border-radius:7px !important;
  box-shadow:none !important;
}
.otc-action-icon svg{width:14px !important;height:14px !important;stroke-width:2 !important}
.otc-card-actions a.otc-info > span:last-child,
.otc-card-actions button.otc-availability > span:last-child{
  display:inline !important;
  overflow:visible !important;
  text-overflow:clip !important;
  white-space:nowrap !important;
}

.otc-product-visual{
  box-shadow:
    inset 0 -92px 76px -58px rgba(3,14,24,.62),
    inset 0 1px 0 rgba(255,255,255,.28),
    0 16px 34px color-mix(in srgb,var(--cover-a) 26%,transparent) !important;
}
.otc-cover-name{
  align-self:stretch !important;
  max-width:100% !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:none !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  color:#fff !important;
  font-size:24px !important;
  line-height:1.5 !important;
  font-weight:950 !important;
  letter-spacing:-.55px !important;
  text-shadow:0 2px 3px rgba(0,0,0,.72),0 7px 22px rgba(0,0,0,.45) !important;
}
.otc-card h3{
  color:#123b44 !important;
  font-size:17px !important;
  font-weight:900 !important;
  line-height:1.75 !important;
}
@media(max-width:720px){
  .otc-card-actions{display:flex !important;flex-direction:column !important;gap:7px !important}
  .otc-card-actions a.otc-info,
  .otc-card-actions button.otc-availability{min-height:44px !important;font-size:12px !important;padding:9px 11px !important}
  .otc-cover-name{font-size:20px !important;line-height:1.55 !important}
  .otc-card h3{font-size:15.5px !important}
}
@media(max-width:390px){

  .otc-card-actions a.otc-info,
  .otc-card-actions button.otc-availability{min-height:43px !important;font-size:11.5px !important;white-space:nowrap !important}
  .otc-cover-name{font-size:19px !important}
}
@media (max-width: 680px){
  html{overflow-x:hidden!important;scroll-padding-top:128px}
  body{overflow-x:hidden!important;min-width:0!important;padding-bottom:76px!important}
  *,*::before,*::after{box-sizing:border-box}
  img,svg,video,canvas{max-width:100%;height:auto}
  .container{width:min(100% - 24px,1180px)!important;margin-inline:auto!important}

  header,.site-header{overflow:visible!important}
  .header-main{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"brand actions" "search search"!important;
    align-items:center!important;
    gap:10px 12px!important;
    min-height:0!important;
    padding:10px 0 12px!important;
  }
  .header-main>.logo,.header-main>.daruget-brand-header{grid-area:brand!important;min-width:0!important;width:max-content!important;max-width:100%!important}
  .header-main>.search{grid-area:search!important;width:100%!important;min-width:0!important;margin:0!important}
  .header-main>.header-actions{grid-area:actions!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:7px!important}
  .daruget-brand-header{display:flex!important;visibility:visible!important;opacity:1!important;gap:8px!important}
  .daruget-brand-header .dd-logo-symbol{display:block!important;width:42px!important;height:42px!important;flex:0 0 42px!important}
  .daruget-brand-header .dd-logotype{display:flex!important;min-width:0!important}
  .daruget-brand-header .dd-logotype strong{display:block!important;font-size:20px!important;line-height:1.1!important;white-space:nowrap!important}
  .daruget-brand-header .dd-logotype small{display:block!important;font-size:12px!important;margin-top:5px!important;white-space:nowrap!important}
  .header-actions .mobile-menu-toggle,.header-actions a[aria-label="سبد خرید"]{display:grid!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:13px!important}
  .header-actions .badge{width:20px!important;height:20px!important;font-size:12px!important;top:-5px!important;left:-5px!important}
  .search{position:relative!important;z-index:3!important}
  .search input,#site-search{
    display:block!important;width:100%!important;min-width:0!important;height:48px!important;
    padding:0 45px 0 14px!important;border-radius:14px!important;font-size:13px!important;
    background:#f8fafc!important;border:1px solid #dce6e2!important;
  }
  .search-icon{right:16px!important;top:50%!important;transform:translateY(-50%)!important;font-size:19px!important}
  .topbar{display:none!important}

  .mobile-drawer{width:min(90vw,360px)!important;padding:16px!important}
  .drawer-head{gap:12px!important}
  .daruget-brand-mobile,.drawer-head .logo{display:flex!important;min-width:0!important}
  .daruget-brand-mobile .dd-logotype,.drawer-head .dd-logotype{display:flex!important}
  .drawer-menu,.drawer-company-links{width:100%!important;min-width:0!important}
  .drawer-link,.drawer-sub a,.drawer-company-links a{min-height:44px!important;align-items:center!important}
  .mobile-nav{height:70px!important;padding-bottom:env(safe-area-inset-bottom)!important}
  .mobile-nav a{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}

  main,section,.section,.hero,.hero-grid,.content-grid,.product-layout,.category-layout,.blog-grid,.footer-grid{min-width:0!important;max-width:100%!important}
  h1{font-size:clamp(25px,8vw,32px)!important;line-height:1.35!important}
  h2{font-size:clamp(20px,6vw,25px)!important;line-height:1.45!important}
  p{overflow-wrap:anywhere}
  .hero-main,.condition-wrap,.health-card,.footer-cta{padding-inline:18px!important;border-radius:20px!important}
  .hero-actions,.cta-actions,.form-actions{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .hero-actions a,.hero-actions button,.cta-actions a,.cta-actions button,.form-actions button{width:100%!important;min-height:46px!important}
  .products,.categories,.blog-grid{scrollbar-width:none}
  .products::-webkit-scrollbar,.categories::-webkit-scrollbar,.blog-grid::-webkit-scrollbar{display:none}

  input,select,textarea,button{max-width:100%!important;font-size:16px}
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),select,textarea{width:100%!important;min-width:0!important}
  button,a[role="button"],.btn,.button{min-height:44px}
  .form-grid,.rx-form-grid,.checkout-grid,.profile-grid{grid-template-columns:1fr!important}
  .rx-modal{padding:10px!important;align-items:flex-end!important}
  .rx-dialog{width:100%!important;border-radius:22px 22px 0 0!important}
  .rx-body,.rx-form{padding-inline:14px!important}
  .rx-type-grid{grid-template-columns:1fr!important}
  .rx-upload{min-height:150px!important;padding:18px 12px!important;text-align:center!important}
  table{min-width:640px}
  .table-wrap,.responsive-table,.orders-table{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}

  footer{overflow:hidden!important;padding-bottom:20px!important}
  .footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:26px!important}
  .footer-grid>div{grid-column:auto!important;min-width:0!important}
  .footer-brand .daruget-brand-footer,.footer-brand .logo{display:flex!important;align-items:center!important}
  .footer-brand .dd-logotype{display:flex!important}
  .newsletter{width:100%!important;min-width:0!important;max-width:none!important}
  .newsletter form,.newsletter-form{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  .footer-bottom{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;text-align:center!important}
  .contact-list{grid-template-columns:1fr!important}
  .social-row{flex-wrap:wrap!important}

  .product-layout,.product-main,.product-info,.product-gallery{width:100%!important;min-width:0!important}
  .product-options-inline,.variant-configurator,.variant-configurator.has-virtual-shade{display:grid!important;grid-template-columns:1fr!important;width:100%!important;min-width:0!important}
  .variant-configurator.has-virtual-shade .variant-configurator-head,
  .variant-configurator.has-virtual-shade .variant-groups,
  .variant-configurator.has-virtual-shade .virtual-shade-preview,
  .variant-configurator.has-virtual-shade .selected-variant-summary{grid-column:1!important;grid-row:auto!important;width:100%!important;min-width:0!important}
  .variant-options,.variant-configurator.has-virtual-shade .variant-options{grid-template-columns:1fr!important}
  .virtual-shade-preview{margin:12px 0!important;border-radius:18px!important;overflow:hidden!important}
  .virtual-shade-head{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important;padding:15px!important}
  .virtual-shade-head>div{min-width:0!important;width:100%!important}
  .virtual-shade-badge{align-self:flex-start!important}
  .virtual-shade-body{display:grid!important;grid-template-columns:1fr!important;padding:12px!important;gap:14px!important}
  .shade-stage,.variant-configurator.has-virtual-shade .shade-stage{width:100%!important;min-height:260px!important;aspect-ratio:4/3!important;border-radius:15px!important;overflow:hidden!important;touch-action:none!important}
  .shade-stage canvas,.variant-configurator.has-virtual-shade .shade-stage canvas{display:block!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:contain!important}
  .shade-stage-empty{padding:18px!important;text-align:center!important}
  .shade-controls{width:100%!important;min-width:0!important;display:grid!important;gap:12px!important}
  .shade-upload{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:48px!important;padding:11px 14px!important;text-align:center!important;border-radius:13px!important}
  .shade-range input{width:100%!important}
  .shade-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  .shade-actions button{width:100%!important;min-height:45px!important}
  .shade-help,.shade-privacy{font-size:11px!important;line-height:1.9!important}

}

@media (max-width: 390px){
  .container{width:min(100% - 18px,1180px)!important}
  .header-main{gap:8px!important}
  .daruget-brand-header .dd-logo-symbol{width:38px!important;height:38px!important;flex-basis:38px!important}
  .daruget-brand-header .dd-logotype strong{font-size:18px!important}
  .daruget-brand-header .dd-logotype small{font-size:12px!important}
  .header-actions .mobile-menu-toggle,.header-actions a[aria-label="سبد خرید"]{width:39px!important;height:39px!important;min-width:39px!important}
  .search input,#site-search{height:46px!important;font-size:12px!important}
  .shade-stage,.variant-configurator.has-virtual-shade .shade-stage{min-height:225px!important}
}

@media (max-width:680px){





}
@media (max-width:350px){



}

@media(max-width:680px){
  .mobile-nav{
    height:68px!important;
    padding:5px max(6px,env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom,0px)) max(6px,env(safe-area-inset-right))!important;
    align-items:stretch!important;
  }
  .mobile-nav>a{
    min-width:0!important;height:56px!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    gap:2px!important;padding:3px 2px!important;line-height:1.15!important;
    font-size:12px!important;text-align:center!important;
  }
  .mobile-nav>a>b{
    display:grid!important;place-items:center!important;
    width:25px!important;height:25px!important;min-height:25px!important;
    margin:0!important;line-height:1!important;font-size:17px!important;
  }
  .mobile-nav>a>span{
    display:block!important;line-height:1.25!important;margin:0!important;padding:0!important;
  }
}

@media(max-width:680px){
  html,body{max-width:100%!important;overflow-x:hidden!important}
  .header-top,.topbar,.header-contact,.desktop-only,.header-phone,.header-support{display:none!important}
  .header-main,.main-header{min-height:58px!important}
  .header-main .container,.main-header .container,.header-main .header-inner{
    min-height:58px!important;padding-inline:10px!important;gap:7px!important
  }
  .daruget-brand-header{flex:0 0 auto!important}
  .daruget-brand-icon{width:27px!important;height:27px!important;min-width:27px!important;max-width:27px!important}
  .daruget-brand-name{font-size:20px!important}
  .daruget-brand-tagline{font-size:8.5px!important}
  .header-search,.search-wrap,.site-search-wrap{min-width:0!important;flex:1 1 auto!important}
  .header-actions{gap:5px!important}
  button,a,input,select,textarea{touch-action:manipulation}
  button,.btn,[role="button"]{min-height:40px}
  input,select,textarea{font-size:16px!important}
  h1{overflow-wrap:anywhere}
  .container{width:100%!important;max-width:100%!important;padding-inline:12px!important}
  main>section{scroll-margin-top:68px}
  .section-head a,.section-head .more{font-size:11px!important}
  .breadcrumbs{font-size:11px!important}
  .toast,.notification-toast{max-width:calc(100vw - 24px)!important}
  img,svg,video,canvas{max-width:100%}
  table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  pre,code{max-width:100%;overflow-wrap:anywhere}
}
@media(max-width:680px) and (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;animation-duration:.01ms!important;
    animation-iteration-count:1!important;transition-duration:.01ms!important
  }
}

:root{
  --dg-green:#176f42;
  --dg-green-dark:#0f5132;
  --dg-green-soft:#eef7f1;
  --dg-border:#dfe7e2;
  --dg-text:#24352c;
}

.unified-mobile-nav .mobile-rx-link::before,
.unified-mobile-nav .mobile-rx-link::after,
.unified-mobile-nav .mobile-rx-link b::before{
  content:none!important;
  display:none!important;
}

@media(max-width:680px){
  :root{
    --dg-mobile-nav-h:68px;
    --dg-mobile-safe-bottom:env(safe-area-inset-bottom,0px);
  }
  body .mobile-nav.unified-mobile-nav{
    position:fixed!important;
    right:0!important;left:0!important;bottom:0!important;
    z-index:41000!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:end!important;
    width:100%!important;
    height:calc(var(--dg-mobile-nav-h) + var(--dg-mobile-safe-bottom))!important;
    margin:0!important;
    padding:4px max(6px,env(safe-area-inset-right,0px))
            calc(4px + var(--dg-mobile-safe-bottom))
            max(6px,env(safe-area-inset-left,0px))!important;
    border:0!important;
    border-top:1px solid var(--dg-border)!important;
    border-radius:0!important;
    background:rgba(255,255,255,.985)!important;
    box-shadow:0 -5px 22px rgba(15,23,42,.07)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
    overflow:visible!important;
  }
  body .mobile-nav.unified-mobile-nav>a{
    position:relative!important;
    min-width:0!important;
    height:56px!important;
    min-height:56px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    margin:0!important;
    padding:3px 2px!important;
    border:0!important;
    border-radius:10px!important;
    background:transparent!important;
    color:#627269!important;
    text-decoration:none!important;
    font-size:10.5px!important;
    font-weight:750!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    overflow:visible!important;
    transform:none!important;
  }
  body .mobile-nav.unified-mobile-nav>a>b{
    width:24px!important;height:24px!important;min-height:24px!important;
    display:grid!important;place-items:center!important;
    margin:0!important;padding:0!important;
    color:currentColor!important;font-size:18px!important;line-height:1!important;
    background:transparent!important;box-shadow:none!important;transform:none!important;
  }
  body .mobile-nav.unified-mobile-nav>a.active{
    color:var(--dg-green)!important;
    background:#f1f8f4!important;
  }

  body .mobile-nav.unified-mobile-nav>.mobile-rx-link{
    height:59px!important;
    min-height:59px!important;
    justify-content:flex-start!important;
    gap:0!important;
    padding:0 2px 2px!important;
    color:var(--dg-green)!important;
    font-weight:900!important;
    transform:none!important;
    text-shadow:none!important;
    z-index:2!important;
  }
  body .mobile-nav.unified-mobile-nav>.mobile-rx-link::before,
  body .mobile-nav.unified-mobile-nav>.mobile-rx-link::after{
    content:none!important;display:none!important;
  }
  body .mobile-nav.unified-mobile-nav>.mobile-rx-link>b{
    display:none!important;
  }
  body .mobile-nav.unified-mobile-nav>.mobile-rx-link .mobile-rx-icon{
    position:static!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 37px!important;
    width:37px!important;height:37px!important;
    min-width:37px!important;min-height:37px!important;
    max-width:37px!important;max-height:37px!important;
    margin:-6px auto 0!important;
    padding:0!important;
    border:3px solid #fff!important;
    border-radius:12px!important;
    background:var(--dg-green)!important;
    box-shadow:0 5px 13px rgba(23,111,66,.20)!important;
    color:#fff!important;
    transform:none!important;
    overflow:hidden!important;
  }
  body .mobile-nav.unified-mobile-nav>.mobile-rx-link .mobile-rx-icon::before,
  body .mobile-nav.unified-mobile-nav>.mobile-rx-link .mobile-rx-icon::after{
    content:none!important;display:none!important;
  }
  body .mobile-nav.unified-mobile-nav>.mobile-rx-link .mobile-rx-icon svg{
    display:block!important;
    width:21px!important;height:21px!important;
    margin:0!important;padding:0!important;
    fill:none!important;overflow:visible!important;
  }
  body .mobile-nav.unified-mobile-nav>.mobile-rx-link .mobile-rx-icon svg path{
    fill:none!important;
    stroke:#fff!important;
    stroke-width:1.75!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  body .mobile-nav.unified-mobile-nav>.mobile-rx-link .mobile-rx-label{
    position:static!important;
    display:block!important;
    margin:4px 0 0!important;
    padding:0!important;
    background:transparent!important;
    color:var(--dg-green)!important;
    border:0!important;border-radius:0!important;
    font-size:10.5px!important;
    font-weight:900!important;
    line-height:1!important;
    white-space:nowrap!important;
    transform:none!important;
  }

  body{padding-bottom:calc(var(--dg-mobile-nav-h) + var(--dg-mobile-safe-bottom))!important}
  body #mobileProductBar,
  body .mobile-product-bar,
  body .v43-mobile-cta{
    bottom:calc(var(--dg-mobile-nav-h) + var(--dg-mobile-safe-bottom))!important
  }

  html.ddm-page-lock,body.ddm-page-lock{overflow:hidden!important;overscroll-behavior:none!important}
  body .category-navigation,body .category-mega{display:none!important}
  body .dd-mobile-menu{
    position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;
    z-index:52000!important;
    width:min(92vw,390px)!important;max-width:390px!important;
    height:100dvh!important;max-height:100dvh!important;
    display:flex!important;flex-direction:column!important;
    margin:0!important;padding:0!important;
    border:0!important;border-radius:0!important;
    background:#fff!important;
    box-shadow:-18px 0 44px rgba(15,23,42,.18)!important;
    overflow:hidden!important;transform:none!important;
  }
  body .dd-mobile-menu[hidden]{display:none!important}
  body .dd-mobile-overlay{
    position:fixed!important;inset:0!important;z-index:51990!important;
    background:rgba(15,23,42,.40)!important;
    backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important;
  }
  body .dd-mobile-overlay[hidden]{display:none!important}
  .dd-mobile-menu .ddm-head{
    flex:0 0 auto!important;min-height:58px!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
    padding:calc(8px + env(safe-area-inset-top,0px)) 12px 8px!important;
    border-bottom:1px solid #e6ece8!important;background:#fff!important;
  }
  .dd-mobile-menu .ddm-head strong{font-size:15px!important;color:var(--dg-text)!important;font-weight:900!important}
  .dd-mobile-menu .ddm-close{
    width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;
    display:grid!important;place-items:center!important;
    border:0!important;border-radius:10px!important;background:#f4f7f5!important;color:#52645a!important;
    font:inherit!important;font-size:22px!important;line-height:1!important;
  }
  .dd-mobile-menu .ddm-scroll{
    flex:1 1 auto!important;min-height:0!important;
    overflow-y:auto!important;overflow-x:hidden!important;
    padding:6px 10px calc(18px + var(--dg-mobile-nav-h) + var(--dg-mobile-safe-bottom))!important;
    -webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;
  }
  .dd-mobile-menu .ddm-group{margin:0!important;padding:0!important;border-bottom:1px solid #edf1ef!important}
  .dd-mobile-menu .ddm-toggle{
    width:100%!important;min-height:48px!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
    margin:0!important;padding:9px 3px!important;
    border:0!important;background:#fff!important;color:#25382e!important;
    font:inherit!important;font-size:13px!important;font-weight:850!important;text-align:right!important;
  }
  .dd-mobile-menu .ddm-toggle>b{
    width:28px!important;height:28px!important;min-width:28px!important;
    display:grid!important;place-items:center!important;
    border-radius:8px!important;background:#f1f7f3!important;color:var(--dg-green)!important;font-size:17px!important;
  }
  .dd-mobile-menu .ddm-sub{
    margin:0!important;padding:0 5px 9px!important;border-radius:10px!important;background:#fafcfb!important;
  }
  .dd-mobile-menu .ddm-sub[hidden]{display:none!important}
  .dd-mobile-menu .ddm-all{
    display:flex!important;align-items:center!important;min-height:40px!important;
    margin:3px 0 5px!important;padding:7px 8px!important;
    border-radius:8px!important;background:var(--dg-green-soft)!important;color:var(--dg-green)!important;
    font-size:12px!important;font-weight:900!important;text-decoration:none!important;
  }
  .dd-mobile-menu .ddm-subgroup{margin:0!important;padding:6px 3px!important;border-top:1px solid #edf1ef!important}
  .dd-mobile-menu .ddm-subgroup strong{
    display:block!important;margin:0 0 3px!important;padding:0 5px!important;
    color:#617168!important;font-size:11px!important;font-weight:900!important;
  }
  .dd-mobile-menu .ddm-subgroup a,
  .dd-mobile-menu .ddm-directs a,
  .dd-mobile-menu .ddm-secondary a{
    display:flex!important;align-items:center!important;min-height:40px!important;
    padding:6px 7px!important;border-radius:7px!important;
    color:#34473d!important;text-decoration:none!important;font-size:12px!important;line-height:1.6!important;
  }
  body .dd-category-copy h1,
  body .dd-category-copy h2{
    max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;
  }
  body .dd-category-nav{
    position:absolute!important;top:auto!important;right:auto!important;
    bottom:9px!important;left:10px!important;
    z-index:8!important;transform:none!important;
  }
}
@media(min-width:681px){
  .dd-mobile-bottom-nav,.mobile-nav.unified-mobile-nav{display:none!important}
}

@media(max-width:680px){.footer-body,.article-comments,.related-section,.reviews,.catalog-shell,.category-guide,.health-magazine-section{content-visibility:auto;contain-intrinsic-size:600px}}

.dd-native-page{background:#f8faf9;min-height:60vh}.dd-native-hero{padding:72px 0 54px;background:linear-gradient(135deg,#f0fdf4,#eff6ff);border-bottom:1px solid #dfeee5}.dd-native-hero .container{text-align:center}.dd-eyebrow{display:inline-flex;padding:8px 14px;border-radius:999px;background:#fff;color:#15803d;font-size:11px;font-weight:900;border:1px solid #dcfce7;box-shadow:0 8px 22px rgba(15,118,110,.07)}.dd-native-hero h1{margin:16px 0 10px;font-size:clamp(30px,5vw,52px);color:#10231a}.dd-native-hero p{max-width:680px;margin:auto;color:#64748b;line-height:2;font-size:14px}.dd-native-content{padding-top:40px;padding-bottom:70px}.dd-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.dd-native-card{display:flex;align-items:center;gap:18px;padding:24px;border:1px solid #e3eee7;border-radius:24px;background:#fff;text-decoration:none;color:#172033;box-shadow:0 12px 34px rgba(15,23,42,.045);transition:.3s}.dd-native-card:hover{transform:translateY(-6px);border-color:#86efac;box-shadow:0 22px 48px rgba(21,128,61,.11)}.dd-hub-mark{width:64px;height:64px;display:grid;place-items:center;flex:none;border-radius:20px;background:linear-gradient(145deg,#dcfce7,#e0f2fe);color:#166534;font-weight:950;font-size:18px;border:1px solid #d9f4e2}.dd-native-card h3{margin:0 0 6px;font-size:17px}.dd-native-card p{margin:0 0 10px;color:#64748b;font-size:12px;line-height:1.8}.dd-card-link{font-size:12px;color:#15803d;font-weight:900}.dd-native-cta{margin-top:28px;padding:24px 28px;border-radius:24px;background:linear-gradient(135deg,#153f31,#0f766e);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.dd-native-cta strong{font-size:17px}.dd-native-cta p{margin:7px 0 0;color:#cfe8df;font-size:12px}.dd-native-cta a{background:#fff;color:#166534;text-decoration:none;padding:12px 17px;border-radius:14px;font-weight:900;font-size:12px;white-space:nowrap}.dd-profile-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dd-native-panel{background:#fff;border:1px solid #e4ece7;border-radius:26px;padding:26px;box-shadow:0 14px 38px rgba(15,23,42,.05)}.dd-panel-head{display:flex;gap:12px;align-items:center;margin-bottom:22px}.dd-panel-head>span{width:42px;height:42px;border-radius:14px;background:#ecfdf5;color:#15803d;display:grid;place-items:center;font-weight:950}.dd-panel-head h2{margin:0;font-size:18px}.dd-panel-head p{margin:4px 0 0;color:#64748b;font-size:12px}.dd-health-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dd-health-form label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:800;color:#334155}.dd-health-form .wide{grid-column:1/-1}.dd-health-form input,.dd-health-form select,.dd-health-form textarea{width:100%;box-sizing:border-box;border:1px solid #dce6df;border-radius:14px;padding:12px 13px;font:inherit;background:#fff;outline:none}.dd-health-form input:focus,.dd-health-form select:focus,.dd-health-form textarea:focus{border-color:#4ade80;box-shadow:0 0 0 4px #ecfdf5}.dd-upgrade-btn{border:1px solid #dce6df;background:#fff;color:#173a2d;border-radius:14px;padding:12px 16px;font-weight:900;cursor:pointer}.dd-upgrade-btn.primary{background:linear-gradient(135deg,#15803d,#0f766e);border:0;color:#fff}.dd-reminder-list{display:grid;gap:9px;margin-top:14px}.dd-reminder-item{display:flex;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:14px;background:#f0fdf4;border:1px solid #dcfce7;font-size:11px}

.dd-search-results{position:absolute;top:calc(100% + 10px);right:0;left:0;z-index:120;background:#fff;border:1px solid #e3ece6;border-radius:18px;box-shadow:0 22px 55px rgba(15,23,42,.16);padding:8px;display:none;max-height:390px;overflow:auto}.dd-search-results.open{display:block}.dd-search-group-title{padding:8px 10px 5px;color:#94a3b8;font-size:12px;font-weight:900}.dd-search-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;text-decoration:none;color:#172033}.dd-search-item:hover{background:#f0fdf4}.dd-search-item i{width:34px;height:34px;border-radius:11px;background:#ecfdf5;color:#15803d;display:grid;place-items:center;font-style:normal;font-size:12px;font-weight:900}.dd-search-item strong{display:block;font-size:11px}.dd-search-item small{display:block;color:#94a3b8;font-size:12px;margin-top:2px}

.dd-product-pro{max-width:1200px;margin:28px auto 55px;padding:0 18px}.dd-product-shell{padding:34px;border:1px solid #e1ebe5;border-radius:30px;background:linear-gradient(145deg,#fff,#f8fffb);box-shadow:0 20px 55px rgba(15,23,42,.06)}.dd-product-title{text-align:center;margin-bottom:24px}.dd-product-title span{color:#15803d;font-size:12px;font-weight:900}.dd-product-title h2{margin:7px 0 5px;font-size:28px}.dd-product-title p{margin:0;color:#64748b;font-size:12px}.dd-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dd-kpi{padding:18px;border-radius:18px;background:#fff;border:1px solid #e6eee9;text-align:center;color:#64748b;font-size:12px}.dd-kpi b{display:block;color:#173a2d;font-size:21px;margin-bottom:5px}.dd-smart-section{margin-top:24px}.dd-smart-section-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:13px}.dd-smart-section-head h3{margin:0;font-size:18px}.dd-smart-section-head p{margin:4px 0 0;color:#64748b;font-size:12px}.dd-reco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.dd-reco{padding:18px;border-radius:18px;background:#fff;border:1px solid #e5ede8;position:relative;overflow:hidden}.dd-reco:before{content:"";position:absolute;width:70px;height:70px;border-radius:50%;left:-28px;top:-28px;background:#dcfce7}.dd-reco b{position:relative;font-size:14px}.dd-reco p{position:relative;color:#64748b;font-size:12px;line-height:1.8;margin:8px 0}.dd-reco button{position:relative;border:0;background:#ecfdf5;color:#15803d;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:900}.dd-ai-inline{margin-top:15px;width:100%;border:0;border-radius:16px;padding:14px;background:linear-gradient(135deg,#0f766e,#15803d);color:#fff;font-weight:900;cursor:pointer}.dd-qa-list{display:grid;gap:12px}.dd-qa-card{border:1px solid #e4ece7;border-radius:18px;background:#fff;overflow:hidden}.dd-qa-question{padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-size:12px;font-weight:900}.dd-qa-question span{width:28px;height:28px;border-radius:10px;background:#ecfdf5;color:#15803d;display:grid;place-items:center}.dd-qa-answer{display:none;padding:0 17px 16px;color:#64748b;font-size:11px;line-height:2;border-top:1px solid #f0f3f1}.dd-qa-card.open .dd-qa-answer{display:block;padding-top:14px}.dd-qa-card.open .dd-qa-question span{transform:rotate(45deg)}
@media(max-width:900px){.dd-hub-grid{grid-template-columns:repeat(2,1fr)}.dd-profile-layout{grid-template-columns:1fr}.dd-kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.dd-native-hero{padding:42px 0 36px}.dd-native-content{padding-top:24px}.dd-hub-grid{grid-template-columns:1fr}.dd-native-card{padding:18px}.dd-native-cta{align-items:flex-start;flex-direction:column}.dd-native-cta a{width:100%;box-sizing:border-box;text-align:center}.dd-health-form{grid-template-columns:1fr}.dd-health-form .wide{grid-column:auto}.dd-native-panel{padding:18px}.dd-search-results{position:fixed;top:128px;right:12px;left:12px;max-height:60vh}.dd-product-shell{padding:20px}.dd-product-title h2{font-size:22px}.dd-kpis{grid-template-columns:1fr 1fr}.dd-reco-grid{grid-template-columns:1fr}.dd-smart-section-head{align-items:flex-start;flex-direction:column}}

:root{
  --dd-ai:#176f42;
  --dd-ai-strong:#0f5132;
  --dd-ai-soft:#eef7f1;
  --dd-ai-border:#dfe8e3;
  --dd-ai-text:#24352c;
  --dd-ai-muted:#75827b;
}
@keyframes ddAi67Dot{50%{transform:translateY(-2px)}}


@media(max-width:680px){
}

@font-face{
  font-family:"DaruGet Persian";
  src:url("../fonts/NotoSansArabic-Regular.woff2") format("woff2"),url("../fonts/NotoSansArabic-Regular.ttf") format("truetype");
  font-style:normal;
  font-weight:100 600;
  font-display:swap;
}
@font-face{
  font-family:"DaruGet Persian";
  src:url("../fonts/NotoSansArabic-Bold.woff2") format("woff2"),url("../fonts/NotoSansArabic-Bold.ttf") format("truetype");
  font-style:normal;
  font-weight:700 900;
  font-display:swap;
}
:root{--font-fa:"DaruGet Persian","Noto Sans Arabic",Tahoma,Arial,sans-serif}
html,body,button,input,textarea,select,option{font-family:var(--font-fa)!important}
body{font-synthesis:none;-moz-osx-font-smoothing:grayscale}
h1,h2,h3,h4,h5,h6,strong,b,.btn,.nav a,.mega-menu a{font-family:var(--font-fa)!important;font-weight:800;letter-spacing:-.025em}
p,li,label,input,textarea,select,button,a,small,span{font-family:var(--font-fa)!important}
.price,.old,.discount,.cart-count,.badge,.product-code,.rating,.score,.stat-number,[data-price],time,.topbar-phone strong{
  font-family:var(--font-fa)!important;
  font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum" 1,"kern" 1;
  letter-spacing:-.02em
}
.price{font-weight:900!important}
input::placeholder,textarea::placeholder{font-family:var(--font-fa)!important}
.daruget-wordmark em,[lang="en"],.latin{font-family:Arial,sans-serif!important}

:root{
  --dd-color-primary:#00A98E;
  --dd-color-primary-strong:#081328;
  --dd-color-primary-soft:#E6F9F1;
  --dd-color-text:#081328;
  --dd-color-muted:#64748b;
  --dd-color-border:#dfe7e2;
  --dd-color-surface:#ffffff;
  --dd-color-surface-soft:#F5F7FA;
  --dd-color-success:#15803d;
  --dd-color-warning:#f59e0b;
  --dd-color-danger:#b42318;

  --dd-font-family:var(--font-fa,"DaruGet Persian","Noto Sans Arabic",Tahoma,Arial,sans-serif);
  --dd-text-xs:12px;
  --dd-text-sm:13px;
  --dd-text-md:14px;
  --dd-text-lg:16px;
  --dd-text-xl:18px;
  --dd-text-2xl:22px;

  --dd-space-1:4px;
  --dd-space-2:8px;
  --dd-space-3:12px;
  --dd-space-4:16px;
  --dd-space-5:20px;
  --dd-space-6:24px;
  --dd-space-8:32px;

  --dd-radius-sm:7px;
  --dd-radius-md:10px;
  --dd-radius-lg:14px;
  --dd-radius-xl:18px;
  --dd-shadow-sm:0 2px 8px rgba(15,23,42,.06);
  --dd-shadow-md:0 10px 30px rgba(15,23,42,.10);
  --dd-focus-ring:0 0 0 3px rgba(23,111,66,.16);

  --dd-container:1200px;
  --dd-header-z:12000;
  --dd-overlay-z:30000;
  --dd-modal-z:50000;
}
html{font-family:var(--dd-font-family)}
:where(button,input,select,textarea,a):focus-visible{
  outline:2px solid var(--dd-color-primary)!important;
  outline-offset:2px!important;
  box-shadow:var(--dd-focus-ring);
}
:where(button,input,select,textarea){font-family:var(--dd-font-family)}

.dd-async-message{margin:8px 0;padding:8px 10px;border:1px solid var(--dd-color-border);border-radius:var(--dd-radius-md);background:var(--dd-color-surface-soft);color:var(--dd-color-text);font-size:var(--dd-text-xs);line-height:1.7}
.dd-async-message.error{border-color:#fecaca;background:#fff7f7;color:var(--dd-color-danger)}
.dd-async-message.success{border-color:#bbdfc6;background:var(--dd-color-primary-soft);color:var(--dd-color-success)}
[aria-busy="true"]{cursor:progress!important}
:root{
  --daruget-navy:#081328;
  --daruget-teal:#00A98E;
  --daruget-teal-strong:#008F79;
  --daruget-mint:#E6F9F1;
  --daruget-soft:#F5F7FA;
  --daruget-white:#FFFFFF;

  --dd-color-primary:var(--daruget-teal);
  --dd-color-primary-strong:var(--daruget-navy);
  --dd-color-primary-soft:var(--daruget-mint);
  --dd-color-text:var(--daruget-navy);
  --dd-color-surface-soft:var(--daruget-soft);
  --dd-focus-ring:0 0 0 3px rgba(0,169,142,.16);
}
.daruget-brand-header{
  min-width:148px!important;
}
:where(a,.link,.more):focus-visible{
  outline-color:var(--daruget-teal)!important;
}
.product-trust-strip b,
.dd-ai-product strong,
.dd-smart-row span{
  color:var(--daruget-teal-strong)!important;
}
::selection{
  background:rgba(0,169,142,.20);
  color:var(--daruget-navy);
}
@media(max-width:900px){
  .daruget-brand-header{min-width:112px!important}
}
@media(max-width:390px){
}
@media(max-width:900px){}
@media(max-width:390px){}

.daruget-brand-header{
  min-height:58px!important;
  padding-block:4px!important;
}
@media(max-width:900px){
  .daruget-brand-header{min-height:52px!important;padding-block:3px!important}
}
@media(max-width:390px){
}

.daruget-brand-header{
  display:flex!important;
  line-height:0!important;
}
.footer-brand{overflow:visible!important}
@media(max-width:900px){
}
@media(max-width:390px){
}
@media(max-width:900px){

}
@media(max-width:390px){

}

.daruget-brand-header{
  margin-inline-end:4px!important;
}
.header-main .container,
.header-main .header-inner,
.main-header .container{
  column-gap:8px!important;
}
@media(max-width:900px){
  .daruget-brand-header{margin-inline-end:2px!important}
}
@media(max-width:390px){
}

.daruget-brand-header{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  gap:7px!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  margin-inline-end:2px!important;
  padding:0!important;
  overflow:visible!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.daruget-brand-icon{
  display:block!important;
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  max-width:32px!important;
  max-height:32px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  border-radius:9px!important;
}
.daruget-brand-name{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#081328!important;
  font-family:var(--font-fa,"Noto Sans Arabic",Tahoma,Arial,sans-serif)!important;
  font-size:25px!important;
  line-height:1.15!important;
  letter-spacing:-.7px!important;
  text-rendering:optimizeLegibility!important;
}
.header-main .container,
.header-main .header-inner,
.main-header .container{
  column-gap:6px!important;
}
@media(max-width:900px){
  .daruget-brand-header{gap:6px!important;margin-inline-end:0!important}
  .daruget-brand-icon{
    flex-basis:29px!important;width:29px!important;height:29px!important;
    min-width:29px!important;max-width:29px!important;max-height:29px!important;border-radius:8px!important;
  }
  .daruget-brand-name{font-size:22px!important;letter-spacing:-.5px!important}
}
@media(max-width:390px){
  .daruget-brand-header{gap:5px!important}
  .daruget-brand-icon{
    flex-basis:27px!important;width:27px!important;height:27px!important;
    min-width:27px!important;max-width:27px!important;max-height:27px!important;
  }

}

:root{
  --daruget-brand-text:#0F766E;
  --daruget-brand-text-hover:#0B5F59;
}
.daruget-brand-name{
  color:var(--daruget-brand-text)!important;
  font-weight:800!important;
  text-shadow:none!important;
}
.daruget-brand-header:hover .daruget-brand-name{
  color:var(--daruget-brand-text-hover)!important;
}
.daruget-brand-icon{
  border-radius:10px!important;
  box-shadow:none!important;
  background:transparent!important;
}
@media(max-width:900px){
  .daruget-brand-name{font-weight:800!important}
}

.daruget-brand-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:1px!important;
  min-width:0!important;
  line-height:1!important;
}
.daruget-brand-tagline{
  display:block!important;
  color:#5F7F79!important;
  font-family:var(--font-fa,"Noto Sans Arabic",Tahoma,Arial,sans-serif)!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.25!important;
  letter-spacing:-.15px!important;
  white-space:nowrap!important;
  margin:0!important;
  padding:0!important;
}
@media(max-width:900px){
  .daruget-brand-tagline{font-size:9px!important}
}
@media(max-width:390px){

}

:root{
  --daruget-ai:#176F42;
  --daruget-ai-strong:#0F5132;
  --daruget-ai-soft:#EEF8F2;
  --daruget-ai-border:rgba(23,111,66,.20);
}

.dd-ai-product strong,
.dd-smart-row span{
  color:var(--daruget-ai-strong)!important;
}




@media(max-width:680px){

}
.search[role="search"]{
  position:relative!important;
  z-index:10030!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.search[role="search"] .search-icon{
  position:absolute!important;
  right:16px!important;
  top:50%!important;
  z-index:2!important;
  color:#6f7f77!important;
  font-size:20px!important;
  line-height:1!important;
  transform:translateY(-50%)!important;
  pointer-events:none!important;
}
.search[role="search"] #site-search{
  box-sizing:border-box!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  margin:0!important;
  padding:0 46px 0 14px!important;
  border:1px solid #dce6e2!important;
  border-radius:15px!important;
  outline:0!important;
  background:#f8fafc!important;
  color:#21362c!important;
  font:inherit!important;
  font-size:13px!important;
  line-height:48px!important;
  direction:rtl!important;
  text-align:right!important;
  text-overflow:ellipsis!important;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
.search[role="search"] #site-search::placeholder{color:#87958e!important;opacity:1!important}
.search[role="search"] #site-search:focus{
  border-color:#96c7aa!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(23,111,66,.08)!important;
}
.search-smart-panel{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  right:0!important;
  left:0!important;
  z-index:10040!important;
  display:none!important;
  overflow:hidden!important;
  border:1px solid #dfe8e2!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 18px 46px rgba(15,23,42,.15)!important;
}
.search-smart-panel.open{display:block!important}
.search-smart-head{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
  padding:9px 11px!important;border-bottom:1px solid #edf2ef!important;background:#fbfdfc!important
}
.search-smart-head strong{font-size:12px!important;color:#172033!important}
.search-smart-head span{font-size:11px!important;color:#94a3b8!important}
.search-smart-list{max-height:420px!important;overflow:auto!important;padding:5px!important;overscroll-behavior:contain!important}
.search-result-item{
  box-sizing:border-box!important;width:100%!important;display:grid!important;
  grid-template-columns:46px minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;
  min-height:58px!important;padding:6px 7px!important;border:0!important;border-radius:10px!important;
  background:#fff!important;text-align:right!important;text-decoration:none!important;color:#172033!important
}
.search-result-item:hover,.search-result-item.is-active{background:#f3f9f5!important}
.search-result-media{
  width:46px!important;height:46px!important;display:grid!important;place-items:center!important;
  border:1px solid #e5ebe7!important;border-radius:9px!important;background:#fff!important;overflow:hidden!important
}
.search-result-media img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;padding:3px!important}
.search-result-copy{min-width:0!important}
.search-result-copy strong,.search-result-copy small{display:block!important}
.search-result-copy strong{font-size:12px!important;line-height:1.55!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.search-result-copy small{margin-top:1px!important;color:#64748b!important;font-size:10.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.search-result-side{text-align:left!important;white-space:nowrap!important}
.search-result-side strong{display:block!important;font-size:11px!important;color:#15803d!important}
.search-result-side small{display:block!important;margin-top:1px!important;font-size:10px!important;color:#94a3b8!important}
.search-smart-footer{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;
  padding:8px 10px!important;border-top:1px solid #edf2ef!important;background:#fbfdfc!important
}
.search-smart-footer a{font-size:11px!important;font-weight:900!important;color:#15803d!important;text-decoration:none!important}
.search-smart-footer small{font-size:10px!important;color:#94a3b8!important}
.search-empty{padding:20px 11px!important;text-align:center!important;color:#64748b!important;font-size:11.5px!important;line-height:1.9!important}
.search-loading{padding:16px 11px!important;text-align:center!important;color:#64748b!important;font-size:11px!important}
@media(max-width:680px){
  .header-main>.search[role="search"]{
    grid-area:search!important;
    width:100%!important;
    min-width:0!important;
    margin:2px 0 0!important;
  }
  .search[role="search"] #site-search{
    height:46px!important;
    line-height:46px!important;
    border-radius:13px!important;
    padding-right:43px!important;
    font-size:13px!important;
  }
  .search[role="search"] .search-icon{right:15px!important;font-size:19px!important}
  .search-smart-panel{
    position:fixed!important;
    top:var(--dg-search-panel-top,112px)!important;
    right:var(--dg-search-panel-right,8px)!important;
    left:var(--dg-search-panel-left,8px)!important;
    max-height:calc(100dvh - var(--dg-search-panel-top,112px) - 76px)!important;
    border-radius:14px!important;
  }
  .search-smart-head{padding:8px 9px!important}
  .search-smart-head span{display:none!important}
  .search-smart-list{max-height:calc(100dvh - 245px)!important}
  .search-result-item{grid-template-columns:42px minmax(0,1fr)!important;min-height:56px!important}
  .search-result-media{width:42px!important;height:42px!important}
  .search-result-side{
    grid-column:2!important;
    display:flex!important;align-items:center!important;gap:6px!important;
    text-align:right!important
  }
  .search-smart-footer small{display:none!important}
}

html,body{
  min-height:100%;
}
body{
  overflow-x:hidden;
}

main.product-page{
  display:block!important;
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  min-height:600px!important;
  height:auto!important;
  margin:0!important;
  padding:22px 0 72px!important;
  opacity:1!important;
  visibility:visible!important;
  content-visibility:visible!important;
  contain:none!important;
  transform:none!important;
  overflow:visible!important;
  background:linear-gradient(180deg,#f8fafc 0%,#fff 42%,#f8fafc 100%)!important;
}
main.product-page>.container{
  display:block!important;
  position:relative!important;
  width:min(1180px,calc(100% - 32px))!important;
  max-width:1180px!important;
  min-width:0!important;
  min-height:1px!important;
  margin:0 auto!important;
  padding:0!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:visible!important;
  transform:none!important;
}

main.product-page .product-breadcrumb{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  min-height:34px!important;
  margin:0 0 12px!important;
  color:#64748b!important;
  font-size:11px!important;
  line-height:1.6!important;
}
main.product-page .product-breadcrumb a{
  color:#176f42!important;
  text-decoration:none!important;
}

main.product-page .product-hero{
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr) minmax(260px,.72fr)!important;
  align-items:start!important;
  gap:18px!important;
  width:100%!important;
  min-height:320px!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  opacity:1!important;
  visibility:visible!important;
  content-visibility:visible!important;
  overflow:visible!important;
  transform:none!important;
}
main.product-page .product-gallery,
main.product-page .product-overview,
main.product-page .buy-card,
main.product-page .catalog-shell,
main.product-page .fit-check,
main.product-page .related-section,
main.product-page .reviews{
  display:block!important;
  position:relative!important;
  min-width:0!important;
  height:auto!important;
  opacity:1!important;
  visibility:visible!important;
  content-visibility:visible!important;
  contain:none!important;
  transform:none!important;
}
main.product-page .product-gallery,
main.product-page .product-overview,
main.product-page .buy-card{
  border:1px solid #e5ece8!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 10px 32px rgba(15,23,42,.055)!important;
}
main.product-page .product-gallery{padding:18px!important}
main.product-page .product-overview{padding:22px!important}
main.product-page .buy-card{
  position:sticky!important;
  top:96px!important;
}

main.product-page .product-visual-main{
  min-height:250px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,#f5fbf7,#f8fafc)!important;
}
main.product-page .gallery-thumbs{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:6px!important;
  margin-top:8px!important;
}
main.product-page .gallery-thumbs button{
  min-height:40px!important;
  border:1px solid #e1e9e4!important;
  border-radius:9px!important;
  background:#fff!important;
  font:inherit!important;
  font-size:10px!important;
}

main.product-page .product-labels{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px!important;
  margin-bottom:8px!important;
}
main.product-page .product-labels span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:26px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  font-size:10px!important;
}
main.product-page .product-overview h1{
  margin:4px 0!important;
  color:#172033!important;
}
main.product-page .latin-name,
main.product-page .product-brand{
  margin:3px 0!important;
  color:#64748b!important;
}
main.product-page .quick-summary{
  display:block!important;
  margin:10px 0!important;
  padding:11px 12px!important;
  border:1px solid #e6eee9!important;
  background:#f8fbf9!important;
}
main.product-page .quick-summary p{
  color:#475569!important;
  font-size:12px!important;
  line-height:1.9!important;
}
main.product-page .feature-chips{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px!important;
  margin-top:8px!important;
}
main.product-page .feature-chips span{
  padding:5px 7px!important;
  border-radius:8px!important;
  background:#f1f7f3!important;
  color:#176f42!important;
  font-size:10px!important;
}
main.product-page .product-trust{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:6px!important;
  margin-top:12px!important;
}
main.product-page .product-trust>div{
  min-width:0!important;
  padding:8px!important;
  border:1px solid #e7eee9!important;
  border-radius:10px!important;
  background:#fff!important;
  font-size:10px!important;
}

main.product-page .stock-line,
main.product-page .price-block,
main.product-page .sale-unit-card,
main.product-page .qty-control{
  display:flex!important;
}
main.product-page .stock-line{
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
}
main.product-page .price-block{
  flex-direction:column!important;
  gap:2px!important;
  margin:10px 0!important;
}
main.product-page .price-block strong{
  color:#176f42!important;
  font-size:22px!important;
}
main.product-page .sale-unit-card{
  align-items:center!important;
  gap:8px!important;
  margin:10px 0!important;
  padding:9px!important;
  border-radius:11px!important;
  background:#f7faf8!important;
}
main.product-page .qty-control{
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:6px 0!important;
}
main.product-page .qty-control button{
  width:36px!important;
  height:36px!important;
  min-height:36px!important;
}
main.product-page .add-cart,
main.product-page .buy-now,
main.product-page .wish-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:42px!important;
  margin-top:7px!important;
  border-radius:10px!important;
  font:inherit!important;
}
main.product-page .add-cart{
  border:0!important;
  background:#176f42!important;
  color:#fff!important;
}
main.product-page .buy-now{
  border:1px solid #176f42!important;
  background:#eef7f1!important;
  color:#176f42!important;
}
main.product-page .wish-btn{
  border:1px solid #e2e8f0!important;
  background:#fff!important;
  color:#475569!important;
}

main.product-page .catalog-shell{
  border:1px solid #e5ece8!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 26px rgba(15,23,42,.045)!important;
}
main.product-page .catalog-heading{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:15px 16px!important;
  border-bottom:1px solid #edf2ef!important;
  background:#fbfdfc!important;
}
main.product-page .catalog-heading h2{
  margin:2px 0!important;
}
main.product-page .catalog-heading p{
  margin:0!important;
  color:#64748b!important;
}
main.product-page .catalog-nav{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px!important;
  padding:9px 10px!important;
  border-bottom:1px solid #edf2ef!important;
}
main.product-page .catalog-nav button{
  min-height:36px!important;
  padding:6px 10px!important;
  border:1px solid #e3eae6!important;
  border-radius:9px!important;
  color:#475569!important;
  font:inherit!important;
}
main.product-page .catalog-nav button.active{
  border-color:#b9d9c5!important;
  background:#eef7f1!important;
  color:#176f42!important;
}
main.product-page .catalog-content{
  display:block!important;
  width:100%!important;
  min-height:120px!important;
  padding:15px!important;
  opacity:1!important;
  visibility:visible!important;
}
main.product-page .catalog-panel{
  display:block!important;
  width:100%!important;
  min-height:1px!important;
  margin:0 0 12px!important;
  padding:13px!important;
  border:1px solid #edf1ef!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
body.otc-tabs-ready main.product-page .catalog-panel{
  display:none!important;
}
body.otc-tabs-ready main.product-page .catalog-panel.active{
  display:block!important;
}
main.product-page .catalog-panel h2{
  margin:0 0 8px!important;
  font-size:16px!important;
}
main.product-page .catalog-panel p,
main.product-page .catalog-panel li,
main.product-page .catalog-panel td,
main.product-page .catalog-panel th{
  color:#475569!important;
  font-size:12px!important;
  line-height:1.9!important;
}

main.product-page .fit-check,
main.product-page .related-section,
main.product-page .reviews{
  margin-top:16px!important;
  padding:15px!important;
  border:1px solid #e5ece8!important;
  border-radius:16px!important;
  background:#fff!important;
}
main.product-page .related-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
}
main.product-page .review-list{
  display:grid!important;
  gap:8px!important;
}

@media(max-width:900px){
  main.product-page{
    padding-top:10px!important;
  }
  main.product-page>.container{
    width:min(100% - 20px,720px)!important;
  }
  main.product-page .buy-card{
    position:static!important;
  }
}
@media(max-width:680px){
  main.product-page{
    min-height:400px!important;
    padding:8px 0 90px!important;
  }
  main.product-page>.container{
    width:calc(100% - 16px)!important;
  }
  main.product-page .product-breadcrumb{
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
  }
  main.product-page .product-hero{
    min-height:1px!important;
  }
  main.product-page .product-gallery,
  main.product-page .product-overview,
  main.product-page .buy-card{
    margin:0 0 8px!important;
    border-radius:14px!important;
  }
  main.product-page .product-gallery{padding:10px!important}
  main.product-page .product-overview{padding:12px!important}
  main.product-page .buy-card{padding:12px!important}
  main.product-page .product-visual-main{
    min-height:210px!important;
  }
  main.product-page .product-trust{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  main.product-page .product-trust>div{
    padding:6px 4px!important;
    text-align:center!important;
  }
  main.product-page .product-trust small{
    display:none!important;
  }
  main.product-page .catalog-shell{
    margin-top:10px!important;
    border-radius:14px!important;
  }
  main.product-page .catalog-heading{
    padding:11px!important;
  }
  main.product-page .catalog-heading p{
    display:none!important;
  }
  main.product-page .catalog-nav{
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  main.product-page .catalog-nav::-webkit-scrollbar{
    display:none!important;
  }
  main.product-page .catalog-nav button{
    flex:0 0 auto!important;
  }
  main.product-page .catalog-content{
    padding:9px!important;
  }
  main.product-page .catalog-panel{
    padding:10px!important;
  }
  main.product-page .related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

main.product-page{
  --otc-ink:#17251e;
  --otc-text:#33443b;
  --otc-muted:#68776f;
  --otc-line:#e2ebe6;
  --otc-soft:#f6faf8;
  --otc-soft-2:#eef6f1;
  --otc-green:#176f42;
  --otc-warn:#fff8e8;
  --otc-warn-line:#efd99c;
  --otc-danger:#fff5f4;
  --otc-danger-line:#efc7c2;
  color:var(--otc-text)!important;
  background:#f7faf8!important;
  font-family:"Noto Sans Arabic","NotoSansArabic",Tahoma,Arial,sans-serif!important;
  font-size:14px!important;
  line-height:1.9!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
main.product-page,
main.product-page button,
main.product-page input,
main.product-page select,
main.product-page textarea{
  font-family:"Noto Sans Arabic","NotoSansArabic",Tahoma,Arial,sans-serif!important;
}
main.product-page>.container{max-width:1160px!important}
main.product-page .product-breadcrumb{
  color:var(--otc-muted)!important;font-size:12px!important;line-height:1.7!important
}
main.product-page .product-gallery,
main.product-page .product-overview,
main.product-page .buy-card,
main.product-page .catalog-shell,
main.product-page .fit-check,
main.product-page .related-section,
main.product-page .reviews{
  border-color:var(--otc-line)!important;
  background:#fff!important;
  box-shadow:0 8px 26px rgba(25,55,39,.045)!important;
}
main.product-page .product-hero{
  grid-template-columns:minmax(260px,.85fr) minmax(360px,1.25fr) minmax(260px,.72fr)!important;
  gap:16px!important;
}
main.product-page .product-gallery{padding:16px!important}
main.product-page .product-visual-main{
  min-height:260px!important;background:var(--otc-soft)!important;border:1px solid #e8f0eb!important
}
main.product-page .product-overview{padding:22px 24px!important}
main.product-page .product-labels span{
  font-size:11px!important;font-weight:700!important;line-height:1.5!important
}
main.product-page .product-brand{
  margin:8px 0 1px!important;color:var(--otc-green)!important;font-size:12px!important;font-weight:700!important
}
main.product-page .product-overview h1{
  margin:3px 0 1px!important;color:var(--otc-ink)!important;font-size:25px!important;font-weight:850!important;line-height:1.55!important;letter-spacing:-.2px!important
}
main.product-page .latin-name{
  margin:0 0 8px!important;color:#7b8881!important;font-family:Arial,sans-serif!important;font-size:12px!important;direction:ltr!important;text-align:right!important
}
main.product-page .rating-row{
  display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;
  margin:8px 0!important;color:#68776f!important;font-size:11px!important
}
main.product-page .quick-summary{
  margin:12px 0!important;padding:13px 14px!important;border:1px solid #dce9e1!important;
  border-radius:12px!important;background:var(--otc-soft)!important
}
main.product-page .quick-summary strong{color:var(--otc-ink)!important;font-size:12px!important;font-weight:800!important}
main.product-page .quick-summary p{
  margin:4px 0 0!important;color:#43534a!important;font-size:12.5px!important;line-height:1.95!important
}
main.product-page .feature-chips span{
  background:var(--otc-soft-2)!important;color:var(--otc-green)!important;font-size:10.5px!important;font-weight:650!important
}
main.product-page .product-trust>div{
  border-color:#e4ece7!important;background:#fbfdfc!important;color:#34483d!important;font-size:10.5px!important;line-height:1.65!important
}
main.product-page .product-trust small{color:#829087!important;font-size:9.5px!important}
main.product-page .buy-card{padding:18px!important}
main.product-page .stock-line{color:#397052!important;font-size:11px!important}
main.product-page .price-block strong{color:var(--otc-green)!important;font-size:21px!important;font-weight:850!important}
main.product-page .price-block del{color:#9aa49f!important;font-size:11px!important}
main.product-page .price-block #discount{color:#a65b16!important;font-size:10.5px!important;font-weight:750!important}
main.product-page .sale-unit-card{background:var(--otc-soft)!important;border:1px solid #e5ede8!important}
main.product-page .sale-unit-card small{color:var(--otc-muted)!important}
main.product-page .sale-unit-card strong{color:var(--otc-ink)!important;font-size:12px!important}
main.product-page .sale-unit-card span{color:#77857d!important;font-size:10px!important}
main.product-page .buy-card>ul{
  margin:12px 0 0!important;padding:10px 18px 0 0!important;border-top:1px solid #edf2ef!important;
  color:#68776f!important;font-size:10.5px!important;line-height:1.9!important
}

main.product-page .catalog-shell{margin-top:18px!important;overflow:hidden!important}
main.product-page .catalog-heading{
  padding:15px 18px!important;background:#f8fbf9!important;border-color:var(--otc-line)!important
}
main.product-page .catalog-heading small{color:var(--otc-green)!important;font-size:10px!important;font-weight:750!important}
main.product-page .catalog-heading h2{color:var(--otc-ink)!important;font-size:18px!important;font-weight:850!important;line-height:1.6!important}
main.product-page .catalog-heading p{color:var(--otc-muted)!important;font-size:11px!important;line-height:1.8!important}
main.product-page .catalog-nav{padding:9px 12px!important;background:#fff!important;border-color:var(--otc-line)!important}
main.product-page .catalog-nav button{
  min-height:37px!important;border-color:#e1e9e4!important;background:#fff!important;color:#526159!important;
  font-size:11px!important;font-weight:700!important
}
main.product-page .catalog-nav button.active{
  border-color:#c6dfcf!important;background:var(--otc-soft-2)!important;color:var(--otc-green)!important
}
main.product-page .catalog-content{padding:16px!important;background:#fff!important}
main.product-page .catalog-panel{
  margin-bottom:12px!important;padding:17px 18px!important;border:1px solid #e6ede9!important;
  border-radius:12px!important;background:#fff!important;color:var(--otc-text)!important
}
main.product-page .catalog-panel h2,
main.product-page .catalog-panel h3{
  color:var(--otc-ink)!important;font-weight:850!important;line-height:1.65!important
}
main.product-page .catalog-panel h2{margin:0 0 10px!important;font-size:17px!important}
main.product-page .catalog-panel h3{margin:14px 0 6px!important;font-size:14px!important}
main.product-page .catalog-panel p,
main.product-page .catalog-panel li{
  color:#3f5047!important;font-size:13px!important;line-height:2!important
}
main.product-page .catalog-panel p{margin:0 0 9px!important}
main.product-page .catalog-panel ul,
main.product-page .catalog-panel ol{margin:8px 0 12px!important;padding-right:21px!important}
main.product-page .catalog-panel li{margin:3px 0!important;padding-right:2px!important}
main.product-page .catalog-panel strong{color:#263a2f!important;font-weight:800!important}
main.product-page .catalog-panel a{color:var(--otc-green)!important}
main.product-page .catalog-panel table{
  width:100%!important;border-collapse:separate!important;border-spacing:0!important;overflow:hidden!important;
  border:1px solid var(--otc-line)!important;border-radius:10px!important;background:#fff!important
}
main.product-page .catalog-panel th{
  padding:10px 11px!important;background:#f1f7f3!important;color:#2d4939!important;font-size:11px!important;font-weight:800!important;text-align:right!important
}
main.product-page .catalog-panel td{
  padding:10px 11px!important;border-top:1px solid #e8efeb!important;color:#43534a!important;font-size:12px!important;line-height:1.8!important;text-align:right!important
}
main.product-page .catalog-panel blockquote,
main.product-page .catalog-panel .warning,
main.product-page .catalog-panel .alert,
main.product-page .catalog-panel .note{
  margin:12px 0!important;padding:12px 14px!important;border:1px solid var(--otc-warn-line)!important;
  border-radius:10px!important;background:var(--otc-warn)!important;color:#66511e!important;font-size:12px!important;line-height:1.9!important
}
main.product-page .fit-check,
main.product-page .related-section,
main.product-page .reviews{padding:17px 18px!important}
main.product-page .fit-check h2,
main.product-page .related-section h2,
main.product-page .reviews h2{color:var(--otc-ink)!important;font-size:17px!important;font-weight:850!important}

@media(max-width:900px){
  main.product-page .product-hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
  main.product-page .buy-card{grid-column:1/-1!important}
}
@media(max-width:680px){
  main.product-page{
    font-size:13px!important;line-height:1.85!important;background:#f8faf9!important
  }
  main.product-page>.container{width:calc(100% - 14px)!important}
  main.product-page .product-hero{display:block!important}
  main.product-page .product-gallery,
  main.product-page .product-overview,
  main.product-page .buy-card,
  main.product-page .catalog-shell,
  main.product-page .fit-check,
  main.product-page .related-section,
  main.product-page .reviews{
    border-radius:13px!important;box-shadow:0 4px 16px rgba(25,55,39,.035)!important
  }
  main.product-page .product-gallery{padding:9px!important}
  main.product-page .product-visual-main{min-height:200px!important}
  main.product-page .product-overview{padding:14px!important}
  main.product-page .product-overview h1{font-size:20px!important;line-height:1.55!important}
  main.product-page .product-brand{font-size:11.5px!important}
  main.product-page .latin-name{font-size:11px!important}
  main.product-page .quick-summary{padding:11px 12px!important}
  main.product-page .quick-summary p{font-size:12px!important;line-height:1.9!important}
  main.product-page .product-trust{gap:5px!important}
  main.product-page .buy-card{padding:14px!important}
  main.product-page .catalog-heading{padding:12px!important}
  main.product-page .catalog-heading h2{font-size:16px!important}
  main.product-page .catalog-nav{padding:7px!important}
  main.product-page .catalog-nav button{min-height:35px!important;font-size:10.5px!important}
  main.product-page .catalog-content{padding:8px!important}
  main.product-page .catalog-panel{padding:13px!important;border-radius:10px!important}
  main.product-page .catalog-panel h2{font-size:15px!important}
  main.product-page .catalog-panel h3{font-size:13px!important}
  main.product-page .catalog-panel p,
  main.product-page .catalog-panel li{font-size:12px!important;line-height:1.95!important}
  main.product-page .catalog-panel table{display:block!important;overflow-x:auto!important;white-space:nowrap!important}
  main.product-page .catalog-panel th,
  main.product-page .catalog-panel td{font-size:11px!important;padding:8px!important}
  main.product-page .fit-check,
  main.product-page .related-section,
  main.product-page .reviews{padding:13px!important}
}

:root{
  --dg-bg:#ffffff;
  --dg-surface:#ffffff;
  --dg-soft:#f8fafc;
  --dg-soft-2:#f1f5f9;
  --dg-text:#172033;
  --dg-muted:#64748b;
  --dg-subtle:#94a3b8;
  --dg-line:#e5eaf0;
  --dg-line-strong:#d8e1ea;
  --dg-primary:#0f766e;
  --dg-primary-soft:#ecfdf5;
  --dg-danger:#e11d48;
  --dg-warning:#f59e0b;
  --dg-radius-sm:10px;
  --dg-radius-md:14px;
  --dg-radius-lg:20px;
  --dg-radius-xl:24px;
  --dg-shadow-sm:0 4px 14px rgba(15,23,42,.045);
  --dg-shadow-md:0 12px 30px rgba(15,23,42,.075);
  --dg-shadow-hover:0 15px 36px rgba(15,23,42,.09);
  --dg-section-space:34px;
  --dg-section-space-mobile:22px;
  --dg-card-gap:14px;
  --dg-transition:.18s ease;
}

html{scroll-behavior:smooth}
body{
  background:var(--dg-bg);
  color:var(--dg-text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.dg-page-shell,.category-page,.product-page,.otc-page,main{
  color:var(--dg-text);
}
.dg-section,.section{
  margin-block:var(--dg-section-space);
}
.section-head h1,.section-head h2,.page-title,.category-title,.product-title{
  color:var(--dg-text);
  letter-spacing:-.2px;
}
.section-head p,.page-subtitle,.category-desc,.product-subtitle{
  color:var(--dg-muted);
}

.dg-card,
.category-card,
.product-card,
.product,
.otc-card{
  background:var(--dg-surface);
  border:1px solid var(--dg-line);
  border-radius:var(--dg-radius-lg);
  box-shadow:var(--dg-shadow-sm);
}
@media(hover:hover){
  .dg-card:hover,
  .category-card:hover,
  .product-card:hover,
  .product:hover,
  .otc-card:hover{
    border-color:var(--dg-line-strong);
    box-shadow:var(--dg-shadow-hover);
  }
}

.product-img,.product-image,.product-gallery-main,.otc-card .media{
  background:#fff;
  overflow:hidden;
}
.product-img img,.product-image img,.product-gallery-main img{
  object-fit:contain;
  object-position:center;
}

.dg-brand-status-row,
.home-brand-commerce-row,
.category-card .brand-status-row,
.product-card .brand-status-row{
  direction:rtl;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  width:100%;
  min-height:28px;
}
.dg-brand-name,.brand,.brand-name,.product-brand{
  color:var(--dg-muted);
  font-size:10px;
  font-weight:750;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.dg-status-badge,
.v113-commerce-badge,
.stock-badge,
.availability-badge{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  margin:0!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:4px 8px;
  border-radius:999px;
  font-size:9px;
  font-weight:800;
  line-height:1.2;
  white-space:nowrap;
  box-shadow:none;
}

.price,.product-price,.price-box{
  font-variant-numeric:tabular-nums;
}
.current-price,.final-price,.price strong{
  color:var(--dg-text);
  font-weight:900;
}
.old-price,del{
  color:var(--dg-subtle);
  font-size:.82em;
  text-decoration-thickness:1px;
}

.btn,button,.add-to-cart,.cta-button{
  border-radius:12px;
  font-weight:800;
  transition:transform var(--dg-transition),box-shadow var(--dg-transition),opacity var(--dg-transition),background var(--dg-transition);
}
@media(hover:hover){
  .btn:hover,button:hover,.add-to-cart:hover,.cta-button:hover{
    transform:translateY(-1px);
  }
}

input,select,textarea{
  border-radius:12px;
}
.filter-box,.filters,.sidebar-filter,.product-options,.product-tabs{
  border-color:var(--dg-line)!important;
  border-radius:var(--dg-radius-lg)!important;
}

.tabs,.product-tabs,.tab-nav{
  gap:6px;
}
.tab,.tab-btn,.product-tabs button{
  border-radius:11px!important;
}

.dg-ui-state{border-radius:var(--dg-radius-lg)}

@media(max-width:640px){
  :root{
    --dg-section-space:var(--dg-section-space-mobile);
    --dg-card-gap:10px;
  }
  .dg-card,.category-card,.product-card,.product,.otc-card{
    border-radius:17px;
  }
  .dg-brand-status-row,
  .home-brand-commerce-row,
  .category-card .brand-status-row,
  .product-card .brand-status-row{
    min-height:26px;
    gap:5px;
  }
  .dg-status-badge,
  .v113-commerce-badge,
  .stock-badge,
  .availability-badge{
    min-height:19px;
    padding:3px 5px;
    font-size:8px;
  }
}

.otc-page{
  color:var(--dg-text);
}

.otc-page .otc-hero,
.otc-page .otc-header,
.otc-page .page-head,
.otc-page .category-hero{
  border-radius:var(--dg-radius-xl);
  overflow:hidden;
}
.otc-page h1{
  letter-spacing:-.3px;
}

.otc-page .otc-toolbar,
.otc-page .catalog-toolbar,
.otc-page .products-toolbar,
.otc-page .filter-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:48px;
  padding:8px 10px;
  border:1px solid var(--dg-line);
  border-radius:var(--dg-radius-md);
  background:#fff;
}
.otc-page .otc-search input,
.otc-page .search-box input,
.otc-page input[type="search"]{
  min-height:40px;
  border:1px solid var(--dg-line)!important;
  border-radius:12px!important;
  background:var(--dg-soft)!important;
  padding-inline:12px!important;
  font-size:11px!important;
}
.otc-page select{
  min-height:38px;
  border:1px solid var(--dg-line);
  border-radius:11px!important;
  background:#fff;
  font-size:10.5px;
}

.otc-page .otc-grid,
.otc-page .otc-products,
.otc-page .products-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.otc-page .otc-card,
.otc-page article.otc-card,
.otc-page .drug-card{
  height:100%;
  display:flex;
  flex-direction:column;
  padding:11px;
  border:1px solid var(--dg-line);
  border-radius:var(--dg-radius-lg);
  background:#fff;
  box-shadow:var(--dg-shadow-sm);
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
@media(hover:hover){
  .otc-page .otc-card:hover,
  .otc-page article.otc-card:hover,
  .otc-page .drug-card:hover{
    transform:translateY(-3px);
    border-color:var(--dg-line-strong);
    box-shadow:var(--dg-shadow-hover);
  }
}

.otc-page .otc-card h3,
.otc-page .drug-card h3,
.otc-page .otc-title,
.otc-page .drug-title{
  min-height:48px;
  max-height:48px;
  margin:7px 0 5px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:13px;
  line-height:1.8;
  font-weight:850;
  color:var(--dg-text);
}
.otc-page .otc-card .generic-name,
.otc-page .drug-card .generic-name,
.otc-page .latin-name{
  min-height:31px;
  max-height:31px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:var(--dg-muted);
  font-size:9.5px;
  line-height:1.65;
}
.otc-page .stock-badge,
.otc-page .availability-badge,
.otc-page .inventory-badge{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  max-width:58%;
  min-height:22px;
  padding:4px 7px;
  border-radius:999px;
  font-size:8.5px;
  font-weight:850;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.otc-page .manufacturer,
.otc-page .brand-name{
  max-width:42%;
  color:var(--dg-muted);
  font-size:9px;
  font-weight:750;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.otc-page .filters,
.otc-page .filter-box,
.otc-page .sidebar-filter{
  border:1px solid var(--dg-line)!important;
  border-radius:var(--dg-radius-lg)!important;
  background:#fff!important;
  box-shadow:var(--dg-shadow-sm);
}

.otc-page .pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:24px;
}
.otc-page .pagination a,
.otc-page .pagination button,
.otc-page .pagination span{
  min-width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--dg-line);
  border-radius:10px;
  background:#fff;
  color:var(--dg-text);
  font-size:10.5px;
  font-weight:800;
}
.otc-page .pagination .active,
.otc-page .pagination [aria-current="page"]{
  background:var(--dg-primary);
  color:#fff;
  border-color:var(--dg-primary);
}

@media(max-width:900px){
  .otc-page .otc-grid,
  .otc-page .otc-products,
  .otc-page .products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .otc-page .otc-toolbar,
  .otc-page .catalog-toolbar,
  .otc-page .products-toolbar,
  .otc-page .filter-toolbar{
    min-height:44px;
    padding:7px 8px;
    border-radius:13px;
  }
  .otc-page .otc-grid,
  .otc-page .otc-products,
  .otc-page .products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  .otc-page .otc-card,
  .otc-page article.otc-card,
  .otc-page .drug-card{
    padding:8px;
    border-radius:17px;
  }
  .otc-page .otc-card h3,
  .otc-page .drug-card h3,
  .otc-page .otc-title,
  .otc-page .drug-title{
    min-height:42px;
    max-height:42px;
    font-size:11px;
    line-height:1.8;
  }
  .otc-page .pagination a,
  .otc-page .pagination button,
  .otc-page .pagination span{
    min-width:32px;
    height:32px;
    font-size:9.5px;
  }
}

/* V155: keep the mobile menu trigger strictly out of desktop header */
@media (min-width: 901px){
  .header-actions > .mobile-menu-toggle,
  .mobile-menu-toggle{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}
