

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

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

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

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