/* DaruGet V339 generated bundle. Source order preserved exactly. */

/* === assets/css/article-inline-shared-v91.css === */

: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 input{width:100%;height:48px;border:1px solid var(--line);border-radius:15px;background:#f8fafc;padding:0 48px 0 15px;outline:none;transition:.2s}.search input:focus{border-color:#86efac;box-shadow:0 0 0 4px #dcfce7}.search-icon{position:absolute;right:17px;top:13px;color:var(--muted)}
.header-actions{display:flex;gap:10px}.icon-btn{width:46px;height:46px;border:1px solid var(--line);background:#fff;border-radius:14px;display:grid;place-items:center;position:relative}.badge{position:absolute;top:-5px;left:-5px;background:var(--danger);color:#fff;font-size:10px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;border:2px solid white}
.nav{border-top:1px solid #f1f5f9}
.hero{padding:34px 0 18px}.hero-grid{display:grid;grid-template-columns:1.65fr .78fr;gap:20px}.hero-main{min-height:390px;border-radius:28px;background:linear-gradient(125deg,#ecfdf5 0%,#dbeafe 100%);position:relative;overflow:hidden;padding:54px;display:flex;align-items:center}.hero-main:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:rgba(255,255,255,.55);left:-75px;top:-75px}.eyebrow{display:inline-flex;gap:7px;align-items:center;background:#fff;padding:7px 12px;border-radius:99px;color:var(--primary);font-size:12px;font-weight:700;box-shadow:0 6px 18px rgba(15,23,42,.06)}h1{font-size:44px;line-height:1.45;margin:18px 0 12px;letter-spacing:-1px}.btn{border:0;border-radius:14px;padding:13px 20px;font-weight:700}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 24px rgba(21,128,61,.23)}.btn-soft{background:#fff;color:var(--text);border:1px solid #fff}.label{position:absolute;top:67px;left:13px;right:13px;height:93px;border-radius:12px;background:linear-gradient(135deg,#dcfce7,#dbeafe);display:grid;place-items:center;font-weight:800;color:var(--primary)}
.side-stack{display:grid;gap:20px}.mini-banner{border-radius:24px;padding:27px;min-height:185px;position:relative;overflow:hidden}.mini-banner h3{font-size:20px;margin:0 0 8px}.mini-banner p{font-size:13px;color:#475569;line-height:1.8;margin:0 0 18px}.prescription{background:linear-gradient(135deg,#e0f2fe,#f0f9ff)}.consult{background:linear-gradient(135deg,#dcfce7,#f0fdf4)}.mini-icon{position:absolute;left:18px;bottom:15px;width:74px;height:74px;border-radius:24px;background:#fff;display:grid;place-items:center;font-size:32px;box-shadow:0 12px 30px rgba(15,23,42,.08)}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0 48px}
.section{padding:20px 0 42px}.section-head{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:10px;font-weight:800}.favorite{position:absolute;left:13px;top:13px;width:34px;height:34px;border-radius:11px;border:1px solid var(--line);background:#fff}.product-img{height:178px;border-radius:16px;background:linear-gradient(145deg,#f8fafc,#eefbf5);display:grid;place-items:center;font-size:67px;margin-bottom:14px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:contain;padding:10px;mix-blend-mode:multiply}.brand{font-size:10px;color:var(--secondary);font-weight:700}.product h3{font-size:13px;line-height:1.8;margin:7px 0;height:47px}.rating{font-size:11px;color:var(--warning)}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.price{font-weight:800;font-size:15px}.old{font-size:10px;color:#94a3b8;text-decoration:line-through;display:block}.cart-btn{width:39px;height:39px;border:0;border-radius:13px;background:var(--primary);color:#fff;font-size:18px}
.condition-wrap{background:#0f5132;border-radius:30px;padding:38px;color:#fff;display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:center}.condition-wrap h2{font-size:29px;margin:0 0 10px}.condition-wrap p{font-size:13px;line-height:1.9;color:#d1fae5}.conditions{display:flex;flex-wrap:wrap;gap:10px}.condition{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);padding:11px 16px;border-radius:99px;font-size:12px}.condition:hover{background:white;color:#0f5132}.progress{height:7px;background:#e2e8f0;border-radius:10px;margin-top:13px;overflow:hidden}.progress span{display:block;height:100%;width:72%;background:var(--primary)}

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

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

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

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

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

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

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

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

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

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

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

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

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

.otc-nav-link{display:flex;align-items:center;gap:8px;padding:8px 11px;border-radius:12px;text-decoration:none;color:#0f766e;background:linear-gradient(135deg,#ecfdf5,#f0fdfa);border:1px solid #bbf7d0;white-space:nowrap;transition:.2s ease}
.otc-nav-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,118,110,.12);border-color:#5eead4}
.otc-nav-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#0f766e;color:#fff;font-size:15px;font-weight:900}
.otc-nav-link span:last-child{display:flex;flex-direction:column;line-height:1.15}.otc-nav-link b{font-size:12px}.otc-nav-link small{font-size:9px;color:#64748b;letter-spacing:.5px}
@media(max-width:1180px){.otc-nav-link{padding:7px 8px}.otc-nav-link b{font-size:11px}}

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

.rx-trigger{cursor:pointer}.rx-trigger:focus-visible{outline:3px solid rgba(2,132,199,.25);outline-offset:4px}.rx-modal{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.58);backdrop-filter:blur(8px)}.rx-modal.open{display:flex}.rx-dialog{width:min(760px,100%);max-height:min(90vh,820px);overflow:auto;background:#fff;border:1px solid rgba(255,255,255,.8);border-radius:30px;box-shadow:0 34px 100px rgba(15,23,42,.28);position:relative}.rx-dialog-head{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px 18px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #edf2f7}.rx-head-copy{display:flex;align-items:center;gap:12px}.rx-head-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#dcfce7,#dbeafe);font-size:24px}.rx-head-copy strong{display:block;font-size:17px;color:#0f172a}.rx-head-copy small{display:block;margin-top:3px;color:#64748b;font-size:10px}.rx-close{width:40px;height:40px;border:0;border-radius:13px;background:#f1f5f9;color:#475569;font-size:18px}.rx-body{padding:24px}.rx-stepper{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:24px}.rx-step{height:7px;border-radius:99px;background:#e2e8f0;transition:.25s}.rx-step.active{background:linear-gradient(90deg,#15803d,#22c55e)}.rx-view{display:none}.rx-view.active{display:block;animation:rxFade .25s ease}.rx-intro{text-align:center;margin-bottom:20px}.rx-intro h2{margin:0 0 8px;font-size:23px;color:#10231d}.rx-intro p{margin:0;color:#64748b;font-size:12px;line-height:2}.rx-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.rx-type-card{border:1px solid #e2e8f0;border-radius:22px;padding:22px;text-align:right;background:linear-gradient(145deg,#fff,#f8fafc);transition:.25s;position:relative;overflow:hidden}.rx-type-card:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;left:-40px;top:-45px;background:var(--rx-accent);opacity:.6}.rx-type-card:hover{transform:translateY(-4px);border-color:#86efac;box-shadow:0 18px 35px rgba(15,23,42,.09)}.rx-type-icon{width:58px;height:58px;border-radius:19px;display:grid;place-items:center;background:var(--rx-accent);font-size:27px;margin-bottom:16px;position:relative}.rx-type-card h3{margin:0 0 7px;font-size:17px}.rx-type-card p{margin:0 0 18px;color:#64748b;font-size:11px;line-height:1.9;min-height:42px}.rx-type-action{display:flex;justify-content:space-between;align-items:center;color:#15803d;font-size:11px;font-weight:900}.rx-type-action b{width:30px;height:30px;border-radius:10px;background:#ecfdf5;display:grid;place-items:center}.rx-type-card.paper{--rx-accent:linear-gradient(145deg,#dbeafe,#e0f2fe)}.rx-type-card.digital{--rx-accent:linear-gradient(145deg,#dcfce7,#ccfbf1)}.rx-form-title{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:20px}.rx-form-title h2{margin:0 0 5px;font-size:21px}.rx-form-title p{margin:0;color:#64748b;font-size:11px;line-height:1.8}.rx-back{border:0;background:#f1f5f9;color:#475569;border-radius:12px;padding:9px 12px;font-size:10px;font-weight:800}.rx-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.rx-field{display:flex;flex-direction:column;gap:7px}.rx-field.full{grid-column:1/-1}.rx-field label{font-size:11px;font-weight:800;color:#334155}.rx-field label span{color:#ef4444}.rx-field input,.rx-field select,.rx-field textarea{width:100%;border:1px solid #dbe3ec;border-radius:14px;background:#fff;padding:12px 13px;color:#172033;outline:none;transition:.2s}.rx-field textarea{min-height:105px;resize:vertical;line-height:1.8}.rx-field input:focus,.rx-field select:focus,.rx-field textarea:focus{border-color:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.1)}.rx-field.invalid input,.rx-field.invalid select{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.08)}.rx-error{display:none;color:#dc2626;font-size:9px}.rx-field.invalid .rx-error{display:block}.rx-upload{border:1.5px dashed #93c5fd;border-radius:18px;background:#f8fbff;padding:22px;text-align:center;cursor:pointer;position:relative}.rx-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.rx-upload-icon{font-size:30px}.rx-upload strong{display:block;margin:6px 0 4px;font-size:12px}.rx-upload small{color:#64748b;font-size:9px}.rx-file-name{margin-top:8px;color:#15803d;font-size:10px;font-weight:800}.rx-consent{display:flex;align-items:flex-start;gap:9px;padding:12px 14px;border-radius:14px;background:#f8fafc;color:#64748b;font-size:9px;line-height:1.9;margin-top:16px}.rx-consent input{margin-top:4px}.rx-submit{width:100%;height:50px;margin-top:16px;border:0;border-radius:15px;background:linear-gradient(120deg,#15803d,#22c55e);color:#fff;font-size:12px;font-weight:900;box-shadow:0 12px 26px rgba(21,128,61,.2)}.rx-submit:disabled{opacity:.65;cursor:not-allowed}.rx-success{text-align:center;padding:26px 10px 18px}.rx-success-mark{width:84px;height:84px;margin:0 auto 18px;border-radius:28px;background:linear-gradient(145deg,#dcfce7,#ccfbf1);display:grid;place-items:center;color:#15803d;font-size:42px;box-shadow:0 15px 35px rgba(21,128,61,.14)}.rx-success h2{margin:0 0 10px;font-size:23px}.rx-success p{max-width:490px;margin:0 auto;color:#64748b;font-size:12px;line-height:2}.rx-track{display:inline-flex;margin-top:16px;padding:9px 14px;border-radius:12px;background:#f1f5f9;color:#334155;font-size:10px;font-weight:800}.rx-success-actions{display:flex;justify-content:center;gap:10px;margin-top:22px}.rx-success-actions button{min-width:150px;height:45px;border-radius:14px;font-size:11px;font-weight:900}.rx-done{border:0;background:#15803d;color:#fff}.rx-new{border:1px solid #dbe3ec;background:#fff;color:#334155}@keyframes rxFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media(max-width:680px){.rx-modal{padding:0;align-items:flex-end}.rx-dialog{max-height:94vh;border-radius:26px 26px 0 0}.rx-dialog-head{padding:17px 18px 14px}.rx-body{padding:18px}.rx-type-grid,.rx-form-grid{grid-template-columns:1fr}.rx-field.full{grid-column:auto}.rx-type-card p{min-height:auto}.rx-intro h2{font-size:20px}.rx-success-actions{flex-direction:column}.rx-success-actions button{width:100%}}

.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:9px!important;font-weight:600;margin-bottom:1px}
.special-offers .old{font-size:10px;margin-bottom:1px}
.special-offers .cart-btn{width:45px;height:45px;border-radius:14px;background:linear-gradient(135deg,#15803d,#0f766e);box-shadow:0 9px 20px rgba(21,128,61,.22);transition:.25s}
.special-offers .cart-btn:hover{transform:scale(1.08) rotate(-3deg)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newest-products-section .section-head>div{display:flex;align-items:center}
.newest-tabs{
  background:#fff!important;
  border:1px solid #edf1f4!important;
  padding:9px!important;
  box-shadow:0 10px 34px rgba(15,23,42,.055)!important;
}