
: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} html{scroll-behavior:smooth} 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:12px;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{display:flex;justify-content:space-between;align-items:end;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:12px;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:12px;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:12px;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:12px;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:12px;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:12px;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:12px;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:12px}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:12px;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:12px;line-height:1.8}.copyright-line small{display:block;margin-top:3px;color:#78909c;font-size:12px;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:12px;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:12px;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:12px;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:12px;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:12px;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:12px;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:12px;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:12px}
.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:12px;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-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:12px}
  .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:12px;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:12px;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:12px}}

.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{width:auto!important;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;color:#64748b!important;font-size:12px!important;font-weight:600;margin-bottom:1px}
.special-offers .old{font-size:12px;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{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:12px;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:12px;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:12px;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:12px;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:12px}.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:12px;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{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:12px;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:12px!important;color:#0f513f!important}.club-copy small{font-size:12px!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:12px!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:12px;
  line-height:1.75;
  font-weight:650;
  letter-spacing:.01em
}
.category-mega-head p[dir="ltr"]{letter-spacing:.075em;font-size:12px;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:12px;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:12px;
  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:12px;font-weight:850}
@media(max-width:1100px){
  .category-mega-head{min-height:82px;padding:14px 21px}

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

.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;
  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-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{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;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:12px!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-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:12px!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:12px!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:12px!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:12px!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:12px!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:12px}.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:12px;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:12px;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:12px;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:12px;font-weight:900;color:#15803d;letter-spacing:.6px}.category-product h3{font-size:14px;line-height:1.8;margin:6px 0;min-height:50px}.category-product p{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;padding-top:12px}.product-price-row small{display:block;color:#94a3b8;font-size:12px;margin-bottom:3px}.product-price-row strong{font-size:13px}.discount-pill{padding:5px 7px;border-radius:8px;background:#fee2e2;color:#dc2626;font-size:12px;font-weight:900}.add-cart{width:100%;height:42px;margin-top:13px;border:0;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:12px;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:12px}.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:12px}.discount-pill{font-size:12px}.add-cart{height:38px;font-size:12px}.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:12px;color:#94a3b8}.brand-chip{white-space:nowrap;border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:9px 13px;font-size:12px;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:12px;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:12px;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:12px;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:12px;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:12px!important;color:#fff!important;font-weight:850!important}
.otc-nav-link small{font-size:12px!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:12px!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:12px;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:12px!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}
.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:12px!important;min-height:38px!important}.product-price-row strong{font-size:12px!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:12px;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:12px;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;font-weight:900!important;color:#0f6b43!important;white-space:nowrap}
.discount-pill{padding:6px 8px!important}
.add-cart{font-weight:800!important}
@media(max-width:680px){.category-product h3{font-size:12.5px!important;min-height:45px!important}.old-price{font-size:12px}.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:12px!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:12px!important}
.sale-price{font-size:14px!important;line-height:1.45!important}
.discount-pill{padding:4px 6px!important;font-size:12px!important}
.add-cart{height:38px!important;margin-top:9px!important;border-radius:10px!important;font-size:12px!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:12px!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}

 .add-cart{height:34px!important;margin-top:7px!important;font-size:12px!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:12px!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:12px;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}}
