:root {
  --theme-bg: #f3f8f8;
  --theme-surface: #ffffff;
  --theme-surface-soft: #dceced;
  --theme-surface-warm: #f8fbfb;
  --theme-border: #d5e4e5;
  --theme-text: #10292d;
  --theme-text-soft: #5f7478;
  --theme-primary: #0f4c5c;
  --theme-primary-strong: #08333d;
  --theme-primary-soft: #e6f1f2;
  --theme-accent: #7aa6ad;
  --theme-accent-strong: #2f7180;
  --theme-accent-soft: #e8f3f4;
  --theme-gold: #d9b86c;
  --theme-white: #ffffff;
  --theme-gradient: linear-gradient(
    135deg,
    #0f4c5c 0%,
    #08333d 56%,
    #2f7180 100%
  );
  --theme-gradient-soft: linear-gradient(
    135deg,
    #ffffff 0%,
    #f3f8f8 48%,
    #e6f1f2 100%
  );
  --theme-radius-xs: 2px;
  --theme-radius-sm: 4px;
  --theme-radius-md: 6px;
  --theme-radius-lg: 8px;
  --theme-radius-xl: 10px;
  --theme-shadow-sm: 0 12px 30px rgba(16, 41, 45, 0.07);
  --theme-shadow-md: 0 22px 56px rgba(16, 41, 45, 0.11);
  --theme-shadow-lg: 0 34px 86px rgba(16, 41, 45, 0.16);
  --font-body: "Manrope", Arial, sans-serif;
  --font-display: "Archivo", "Manrope", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--theme-bg);
  color: var(--theme-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: inherit;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
a:hover {
  color: var(--theme-primary);
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}

.headersec {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(243, 248, 248, 0.86);
  border-bottom: 1px solid rgba(213, 228, 229, 0.72);
  box-shadow: 0 12px 34px rgba(16, 41, 45, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.site-nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.logo img {
  display: block;
  max-width: 188px;
  max-height: 58px;
  object-fit: contain;
}
.cmenu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.cmenu ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cmenu ul li a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--theme-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.cmenu ul li.active > a,
.cmenu ul li a:hover {
  background: var(--theme-accent-soft);
  color: var(--theme-primary-strong);
}
.site-nav-cart__link {
  gap: 10px;
  background: var(--theme-white);
  border: 1px solid var(--theme-border);
  box-shadow: var(--theme-shadow-sm);
}
.site-nav-cart__label {
  white-space: nowrap;
}
.cart-icon {
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-gradient);
  color: var(--theme-white);
  box-shadow: 0 10px 24px rgba(16, 41, 45, 0.24);
}
.cart-icon::before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 17px;
  line-height: 1;
}
.cart-icon strong {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 8px;
  background: var(--theme-white);
  border: 1px solid var(--theme-border);
  color: var(--theme-primary);
  font-size: 11px;
  font-weight: 900;
}
.rmenubar,
.carticon-mb {
  display: none;
}

.site-label,
.health-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
  color: var(--theme-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.site-label::before,
.health-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--theme-primary), var(--theme-gold));
}
h1,
h2,
h3,
h4 {
  color: var(--theme-text);
  line-height: 1.05;
  margin: 0;
}
h1,
h2 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}
p {
  color: var(--theme-text-soft);
}

.health-btn,
.s2btn2,
.site-product-btn,
.commonbtn,
.cont-shop,
.prod-clearcart,
.site-shop-card__btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none !important;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.health-btn::after,
.s2btn2::after,
.site-product-btn::after,
.commonbtn::after,
.prod-clearcart::after {
  content: "";
  position: absolute;
  inset: -70% auto -70% -45%;
  z-index: -1;
  width: 36%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.74),
    transparent
  );
  transform: rotate(18deg);
  transition: left 0.48s ease;
}
.health-btn:hover,
.s2btn2:hover,
.site-product-btn:hover,
.commonbtn:hover,
.cont-shop:hover,
.prod-clearcart:hover {
  transform: translateY(-2px);
}
.health-btn:hover::after,
.s2btn2:hover::after,
.site-product-btn:hover::after,
.commonbtn:hover::after,
.prod-clearcart:hover::after {
  left: 118%;
}
.health-btn--primary,
.s2btn2,
.site-product-btn,
.commonbtn,
.prod-clearcart {
  background: var(--theme-primary);
  color: var(--theme-white) !important;
  box-shadow: 0 18px 38px rgba(16, 41, 45, 0.24);
}
.health-btn--secondary,
.cont-shop {
  background: rgba(255, 255, 255, 0.82);
  color: var(--theme-primary-strong) !important;
  border: 1px solid rgba(213, 228, 229, 0.92);
  box-shadow: 0 14px 30px rgba(16, 41, 45, 0.1);
}

.show {
  display: inline-flex !important;
}
.hide {
  display: none !important;
}
.pad-rand {
  padding: 0 !important;
}
.hulk_app {
  width: 100%;
  max-width: 100%;
  margin: 22px 0 20px;
  display: block;
}
.hulk_app .s1-p3 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 16px 18px 16px 50px !important;
  border: 1px solid var(--theme-border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--theme-text-soft);
  font-size: 14px;
  line-height: 1.65;
  box-shadow: 0 10px 24px rgba(16, 41, 45, 0.07);
  transition:
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hulk_app .s1-p3 + .s1-p3 {
  margin-top: 12px;
}
.hulk_app .s1-p3 input[type="checkbox"] {
  position: absolute;
  top: 19px;
  left: 18px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--theme-primary);
  cursor: pointer;
}
.hulk_app .s1-p3 a {
  color: var(--theme-primary-strong);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.hulk_app .s1-p3 a:hover {
  color: var(--theme-primary);
}
.hulk_app .s1-p3.block-error {
  border-color: #7aa6ad;
  background: rgba(122, 166, 173, 0.08);
  box-shadow:
    0 0 0 4px rgba(122, 166, 173, 0.13),
    0 12px 28px rgba(16, 41, 45, 0.1);
  animation: healthShake 0.42s ease;
}
.validation_error.error_span {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #2f7180;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}
.site-product-btn .crt-loader svg,
.commonbtn .crt-loader svg {
  width: 18px;
  height: 18px;
  display: block;
  animation: healthSpin 1s linear infinite;
}

.site-home,
.site-home * {
  box-sizing: border-box;
}
.site-home {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f3f8f8 0%, #e6f1f2 45%, #ffffff 100%);
  color: var(--theme-text);
}
.site-home .container,
.site-products .container {
  max-width: 1320px;
}
.health-hero {
  position: relative;
  min-height: 820px;
  padding: 152px 0 78px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(122, 166, 173, 0.3),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #08333d 0%,
      #0f4c5c 46%,
      #f3f8f8 46.2%,
      #ffffff 100%
    );
}
.health-hero__bg {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(
      115deg,
      transparent 0 42%,
      rgba(122, 166, 173, 0.16) 42% 44%,
      transparent 44% 100%
    );
  background-size:
    24px 24px,
    100% 100%;
  animation: healthDrift 18s linear infinite;
  pointer-events: none;
}
.health-hero::before {
  content: "";
  position: absolute;
  left: -9vw;
  bottom: -34%;
  width: 58vw;
  height: 58vw;
  min-width: 620px;
  min-height: 620px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08),
    transparent 58%
  );
  pointer-events: none;
}
.health-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -18% auto;
  width: 54vw;
  height: 54vw;
  min-width: 560px;
  min-height: 560px;
  border-radius: 10px;
  background: radial-gradient(
    circle at 35% 35%,
    rgba(122, 166, 173, 0.32),
    transparent 58%
  );
  animation: healthMorph 10s ease-in-out infinite;
  pointer-events: none;
}
.health-shape,
.health-ring,
.health-bubble {
  position: absolute;
  pointer-events: none;
}
.health-shape {
  border-radius: 8px;
  filter: blur(0.5px);
  animation: healthFloat 8s ease-in-out infinite;
}
.health-shape--one {
  top: 150px;
  left: 5%;
  width: 130px;
  height: 130px;
  background: radial-gradient(
    circle,
    rgba(122, 166, 173, 0.46),
    rgba(122, 166, 173, 0)
  );
}
.health-shape--two {
  right: 10%;
  top: 190px;
  width: 210px;
  height: 210px;
  background: radial-gradient(
    circle,
    rgba(8, 51, 61, 0.18),
    rgba(8, 51, 61, 0)
  );
  animation-delay: -2.4s;
}
.health-shape--three {
  left: 39%;
  bottom: 86px;
  width: 96px;
  height: 96px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.44),
    rgba(255, 255, 255, 0)
  );
  animation-delay: -4.2s;
}
.health-ring {
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  animation: healthSpin 18s linear infinite;
}
.health-ring--one {
  top: 245px;
  left: 45%;
}
.health-ring--two {
  right: 3%;
  bottom: 126px;
  width: 180px;
  height: 180px;
  border-color: rgba(8, 51, 61, 0.12);
  animation-direction: reverse;
}
.health-hero .container {
  position: relative;
  z-index: 3;
}
.health-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
  gap: 62px;
  align-items: center;
}
.health-hero__content {
  color: #ffffff;
}
.health-hero__content .health-eyebrow {
  color: #e8f3f4;
}
.health-hero__content .health-eyebrow::before {
  background: #e8f3f4;
}
.health-hero__content h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(46px, 5.8vw, 88px);
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.health-hero__content p {
  max-width: 620px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.82;
}
.health-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}
.health-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  gap: 12px;
}
.health-metric {
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.health-metric strong,
.health-metric span {
  display: block;
}
.health-metric strong {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.health-metric span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.health-hero__visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.health-photo-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 520px);
  aspect-ratio: 0.88;
  border: 12px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 44px 95px rgba(16, 41, 45, 0.24);
  transform: rotate(2.2deg);
  animation: healthFloat 7s ease-in-out infinite;
}
.health-photo-card::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 10px;
  pointer-events: none;
}
.health-photo-card::after {
  content: "";
  position: absolute;
  inset: auto -35% 7%;
  z-index: 3;
  height: 34%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.32),
    transparent
  );
  transform: rotate(-10deg);
  pointer-events: none;
}
.health-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}
.health-panel {
  position: absolute;
  z-index: 5;
  width: 230px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 50px rgba(16, 41, 45, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: healthFloat 5.5s ease-in-out infinite;
}
.health-panel--top {
  top: 88px;
  left: -4px;
}
.health-panel--bottom {
  right: -6px;
  bottom: 98px;
  animation-delay: -2s;
}
.health-panel span {
  display: block;
  margin-bottom: 7px;
  color: var(--theme-primary);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.health-panel strong {
  display: block;
  color: var(--theme-text);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}
.health-bubble--one {
  left: 36px;
  bottom: 120px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--theme-accent);
  box-shadow: 0 16px 32px rgba(122, 166, 173, 0.26);
}
.health-bubble--two {
  right: 76px;
  top: 58px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(15, 76, 92, 0.2);
  background: rgba(255, 255, 255, 0.54);
}
.health-bridge {
  position: relative;
  z-index: 3;
  padding: 0 0 96px;
  margin-top: -58px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    #f3f8f8 32%,
    #ffffff 100%
  );
}
.health-bridge::before,
.health-bridge::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  pointer-events: none;
}
.health-bridge::before {
  left: -130px;
  top: 140px;
  width: 310px;
  height: 310px;
  background: radial-gradient(
    circle,
    rgba(122, 166, 173, 0.13),
    transparent 68%
  );
}
.health-bridge::after {
  right: -160px;
  bottom: 180px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(15, 76, 92, 0.1), transparent 68%);
}
.health-bridge .container {
  position: relative;
  z-index: 2;
}
.health-bridge__shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 38px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(213, 228, 229, 0.86);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--theme-shadow-lg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.health-bridge__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(15, 76, 92, 0.07) 1px,
    transparent 1px
  );
  background-size: 22px 22px;
  pointer-events: none;
}
.health-bridge__shell::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -80px;
  width: 250px;
  height: 250px;
  border-radius: 10px;
  background: radial-gradient(
    circle,
    rgba(122, 166, 173, 0.18),
    transparent 68%
  );
  pointer-events: none;
}
.health-bridge__intro,
.health-bridge__cards,
.health-routine__content,
.health-routine__media {
  position: relative;
  z-index: 2;
}
.health-bridge__intro {
  align-self: center;
}
.health-bridge__intro h2,
.health-routine__content h2 {
  max-width: 620px;
  color: var(--theme-text);
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.health-bridge__intro p,
.health-routine__content p {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--theme-text-soft);
  font-size: 17px;
  line-height: 1.82;
}
.health-bridge__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.health-mini-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8f8 100%);
  box-shadow: var(--theme-shadow-sm);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.health-mini-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--theme-shadow-md);
}
.health-mini-card span {
  color: var(--theme-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.health-mini-card h3 {
  margin-top: 14px;
  color: var(--theme-primary-strong);
  font-size: 30px;
  line-height: 1.02;
}
.health-mini-card p {
  margin: 10px 0 0;
  color: var(--theme-text-soft);
  font-size: 14px;
  line-height: 1.65;
}
.health-mini-card--active {
  background: var(--theme-gradient);
  border-color: transparent;
}
.health-mini-card--active span,
.health-mini-card--active h3,
.health-mini-card--active p {
  color: #ffffff;
}
.health-routine {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 38px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #f3f8f8 100%);
  box-shadow: var(--theme-shadow-md);
}
.health-routine__media {
  min-height: 440px;
}
.health-routine__media::before,
.health-routine__media::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  pointer-events: none;
}
.health-routine__media::before {
  left: -28px;
  top: -28px;
  width: 160px;
  height: 160px;
  background: rgba(122, 166, 173, 0.16);
}
.health-routine__media::after {
  right: -20px;
  bottom: -22px;
  width: 210px;
  height: 210px;
  background: rgba(15, 76, 92, 0.12);
}
.health-routine__media img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--theme-shadow-md);
}
.health-routine__orb {
  position: absolute;
  z-index: 3;
  border-radius: 8px;
  pointer-events: none;
}
.health-routine__orb--one {
  left: 20px;
  top: 22px;
  width: 34px;
  height: 34px;
  background: var(--theme-accent);
}
.health-routine__orb--two {
  right: 36px;
  bottom: 42px;
  width: 18px;
  height: 18px;
  background: var(--theme-primary);
}
.health-routine__list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.health-routine__list div {
  position: relative;
  padding: 17px 18px 17px 56px;
  border: 1px solid var(--theme-border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
}
.health-routine__list div::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--theme-accent);
  box-shadow: 0 0 0 7px rgba(122, 166, 173, 0.12);
}
.health-routine__list strong,
.health-routine__list span {
  display: block;
}
.health-routine__list strong {
  color: var(--theme-text);
  font-size: 15px;
  font-weight: 900;
}
.health-routine__list span {
  margin-top: 3px;
  color: var(--theme-text-soft);
  font-size: 14px;
  line-height: 1.55;
}
.site-products {
  position: relative;
  padding: 94px 0 104px;
  overflow: hidden;
  background: #ffffff;
}
.site-products::before,
.site-products::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  pointer-events: none;
}
.site-products::before {
  left: -150px;
  top: -170px;
  width: 330px;
  height: 330px;
  background: radial-gradient(
    circle,
    rgba(122, 166, 173, 0.14),
    transparent 68%
  );
}
.site-products::after {
  right: -190px;
  bottom: -210px;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(15, 76, 92, 0.1), transparent 68%);
}
.site-products .container {
  position: relative;
  z-index: 2;
}
.site-products__top {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.48fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 36px;
}
.site-products__intro h2 {
  margin: 0;
  color: var(--theme-text);
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.site-products__text {
  margin: 0;
  color: var(--theme-text-soft);
  font-size: 16px;
  line-height: 1.8;
}
.site-products .prod-box {
  position: relative;
  width: 100%;
  padding: 0 58px;
}
.site-products .s2list {
  margin: 0;
}
.site-products .slick-list {
  margin: 0 -14px;
  overflow: hidden;
}
.site-products .slick-track {
  display: flex;
}
.site-products .slick-slide {
  height: inherit;
}
.site-products .slick-slide > div {
  height: 100%;
}
.site-products .s2box {
  height: 100%;
  padding: 0 14px;
}
.site-products .s2list-bx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 32px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    var(--theme-primary-soft) 100%
  );
  border: 1px solid var(--theme-border);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.site-products .s2prd2 {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  max-height: 250px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 4px;
  transition: transform 0.28s ease;
}
.site-products .s2box:hover .s2prd2 {
  transform: translateY(-6px) scale(1.03);
}
.site-products .s2list-text {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--theme-border);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: var(--theme-shadow-sm);
  text-align: center;
}
.site-products .s2prd-hding2 {
  min-height: 58px;
  margin: 0 0 14px;
  color: var(--theme-text);
  font-size: 21px;
  line-height: 1.38;
  font-weight: 900;
}
.site-products .s2prd-prc2 {
  margin: 0 0 18px;
  color: var(--theme-primary);
  font-size: 29px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
}
.site-products .s2btn2 {
  width: 100%;
  min-height: 54px;
  border-radius: 8px;
  background: var(--theme-primary);
  border: 1px solid var(--theme-primary);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(16, 41, 45, 0.18);
}
.site-products .s2btn2:hover {
  background: var(--theme-accent);
  border-color: var(--theme-accent);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(122, 166, 173, 0.24);
}
.site-products .s2btn2 span {
  color: inherit;
}
.site-products .s2list .slick-prev,
.site-products .s2list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 6px;
  background: var(--theme-primary);
  color: #ffffff;
  z-index: 20;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(16, 41, 45, 0.18);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}
.site-products .s2list .slick-prev:hover,
.site-products .s2list .slick-next:hover {
  background: var(--theme-accent);
  color: #ffffff;
  transform: translateY(-50%) scale(1.05);
}
.site-products .s2list .slick-prev {
  left: 0;
}
.site-products .s2list .slick-next {
  right: 0;
}
.site-products .s2list .slick-prev:before,
.site-products .s2list .slick-next:before {
  content: "";
}
.site-products .s2list .slick-prev:after,
.site-products .s2list .slick-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.site-products .s2list .slick-prev:after {
  content: "\f104";
}
.site-products .s2list .slick-next:after {
  content: "\f105";
}
.site-products .s2list .slick-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.site-shop-main,
.prod-mid-sec,
.site-contact-main,
.site-legal-content,
.site-thankyou-main,
.site-checkout-main {
  position: relative;
  padding: 92px 0;
  background: linear-gradient(180deg, #ffffff, #f3f8f8);
}

.site-shop-page,
.site-product-page,
.site-contact-page,
.site-legal-page,
.site-thankyou-page,
.site-checkout-page {
  background: #f3f8f8;
}
.site-shop-hero,
.site-product-hero,
.site-contact-hero,
.site-legal-hero,
.site-thankyou-hero,
.site-checkout-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 132px 0 72px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.site-shop-hero::after,
.site-product-hero::after,
.site-contact-hero::after,
.site-legal-hero::after,
.site-thankyou-hero::after,
.site-checkout-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(16, 41, 45, 0.08) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
  pointer-events: none;
}
.site-shop-hero__content,
.site-product-hero__content,
.site-contact-hero__content,
.site-legal-hero__content,
.site-thankyou-hero__content,
.site-checkout-hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.site-shop-hero h1,
.site-product-hero h1,
.site-contact-hero h1,
.site-legal-hero h1,
.site-thankyou-hero h1,
.site-checkout-hero h1 {
  font-size: clamp(52px, 5vw, 76px);
  color: #08333d;
  text-transform: none;
}
.site-shop-hero p,
.site-product-hero p,
.site-contact-hero p,
.site-thankyou-hero p,
.site-checkout-hero p {
  max-width: 620px;
  margin-top: 16px;
  font-size: 17px;
}
.site-shop-breadcrumb ul,
.site-product-breadcrumb ul,
.site-contact-breadcrumb ul,
.site-legal-breadcrumb ul,
.site-thankyou-breadcrumb ul,
.site-checkout-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.site-shop-breadcrumb li,
.site-product-breadcrumb li,
.site-contact-breadcrumb li,
.site-legal-breadcrumb li,
.site-thankyou-breadcrumb li,
.site-checkout-breadcrumb li {
  color: var(--theme-text-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.site-shop-breadcrumb li + li::before,
.site-product-breadcrumb li + li::before,
.site-contact-breadcrumb li + li::before,
.site-legal-breadcrumb li + li::before,
.site-thankyou-breadcrumb li + li::before,
.site-checkout-breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: var(--theme-accent);
}
.site-shop-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
.site-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.site-shop-card {
  padding: 0;
  border-radius: 10px;
  transition: transform 0.25s ease;
}
.site-shop-card:hover {
  transform: translateY(-5px);
}
.site-shop-card .s2list-bx,
.site-shop-card__image-wrap {
  min-height: 280px;
}
.site-shop-card__btn-wrap {
  margin-top: 18px;
}

.prod-mid-sec {
  padding: 92px 0 108px;
}
.prd-details {
  padding: 34px;
  border: 1px solid var(--theme-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--theme-shadow-md);
}
.prod-spec {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.prds-left {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  padding: 34px;
  border-radius: 10px;
  background: radial-gradient(circle at 50% 20%, #fff, #e6f1f2 50%, #fff 100%);
  border: 1px solid var(--theme-border);
}
.prd-dtl-1 {
  max-width: 440px;
  max-height: 480px;
  object-fit: contain;
}
.prds-right {
  padding: 14px 0;
}
.prd-dtl1 {
  color: var(--theme-text);
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.05;
}
.pro-dtil-rgt-p2 {
  margin-top: 18px;
  color: var(--theme-text-soft);
  font-size: 18px;
  font-weight: 700;
}
.price {
  color: var(--theme-primary);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
}
.s1-p2 {
  margin-top: 22px;
  color: var(--theme-text-soft);
  font-size: 16px;
}
.pric-box {
  margin-top: 24px;
}
.choosePackage {
  display: block;
  margin: 20px 0 8px;
  color: var(--theme-text);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.form-select,
.paywhirl-plan select,
.cart_prod_qty select,
select,
input[type="text"],
input[type="email"],
textarea {
  min-height: 52px;
  width: 100%;
  border: 1px solid var(--theme-border);
  border-radius: 6px;
  background: #fff;
  color: var(--theme-text);
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  box-shadow: none;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.form-select:focus,
.paywhirl-plan select:focus,
select:focus,
input:focus,
textarea:focus {
  border-color: var(--theme-accent);
  box-shadow: 0 0 0 4px rgba(122, 166, 173, 0.14);
}
.paywhirl_app,
.hulk_app {
  margin-top: 22px;
}
.paywhirl-plan-selector {
  padding: 20px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: #f3f8f8;
}
.paywhirl-plan-selector legend {
  float: none;
  width: auto;
  margin: 0 0 14px;
  color: var(--theme-primary);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.paywhirl-plan-selector-group {
  margin-top: 12px;
}
.chk-chekout {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--theme-text);
  font-weight: 800;
}
.agreement-group,
.warranty-group,
.cart-terms,
.is_bill {
  padding: 16px 18px;
  border: 1px solid var(--theme-border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--theme-text-soft);
  font-size: 14px;
}
.site-product-btn {
  margin-top: 24px;
  min-width: 220px;
}

.cart_area,
.prod-top {
  padding: 82px 0 104px;
}
.shipping_heading h3 {
  margin-bottom: 24px;
  color: var(--theme-primary-strong);
  font-family: var(--font-display);
  font-size: 42px;
}
#cartBox,
.frm_con_bgcolr,
.site-legal-shell,
.site-thankyou-shell,
.site-contact-showcase {
  border: 1px solid var(--theme-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--theme-shadow-md);
}
#cartBox {
  overflow: hidden;
}
.cart_hdr,
.prod_details {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) 0.75fr 0.75fr 0.75fr;
  align-items: center;
  gap: 18px;
}
.cart_hdr {
  padding: 18px 64px 18px 28px;
  background: var(--theme-primary-soft);
  color: var(--theme-primary-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.prod_details {
  position: relative;
  min-height: 116px;
  padding: 20px 64px 20px 28px;
  border-top: 1px solid var(--theme-border);
  background: #fff;
}
.cart-remv {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 12px !important;
  height: 12px !important;
  object-fit: contain;
  transform: translateY(-50%);
  opacity: 0.72;
}
.prod_name {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.prod_name img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border: 1px solid var(--theme-border);
  border-radius: 6px;
  background: #f3f8f8;
  padding: 8px;
}
.product_name {
  color: var(--theme-text);
  font-weight: 800;
  line-height: 1.35;
}
.cart_prod_prc,
.cart_prc_subtotl,
.cart_prod_qty {
  color: var(--theme-text);
  font-weight: 800;
}
.cart_prod_qty select {
  max-width: 92px;
  min-height: 44px;
  padding: 8px 12px;
}
.cart-totl {
  padding: 26px 28px 30px;
  border-top: 1px solid var(--theme-border);
  background: linear-gradient(180deg, #f3f8f8, #fff);
}
.cart-totl-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--theme-text);
  font-weight: 800;
}
.cart-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.cart-summery {
  margin-left: auto;
  max-width: 430px;
  display: grid;
  gap: 12px;
}
.shp-charge,
.cart-sb-totl,
.total-amt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid var(--theme-border);
  border-radius: 6px;
  background: #fff;
}
.total-amt {
  background: var(--theme-gradient);
  color: #fff;
  border-color: transparent;
}
.total-amt span {
  color: #fff;
}
.shp-lbl,
.sub-lbl,
.total-lbl {
  font-weight: 900;
}
.shp-prc,
.sub-prc,
.total-prc {
  color: var(--theme-primary);
  font-weight: 900;
}
#emptycartBox {
  margin: 28px 0;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: #fff;
}
.frm_con_bgcolr {
  padding: 0;
  overflow: hidden;
}
.frm-container {
  padding: 30px;
  border-bottom: 1px solid var(--theme-border);
}
.frm-container:last-child {
  border-bottom: 0;
}
.label {
  position: relative;
  margin-bottom: 14px;
  color: var(--theme-text);
  font-weight: 800;
}
.label i {
  position: absolute;
  left: 16px;
  top: 17px;
  color: var(--theme-accent);
  z-index: 2;
}
.label i + input,
.label i + select {
  padding-left: 44px;
}
.small-s {
  display: inline-block;
  width: calc(50% - 8px);
  margin-right: 8px;
  vertical-align: top;
}
.cards {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 18px;
  color: var(--theme-text-soft);
  font-weight: 800;
}
.cards img {
  max-height: 34px;
}
#chekoutbtn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.site-contact-media {
  position: relative;
  min-height: 560px;
  border-radius: 10px;
  overflow: hidden;
}
.site-contact-media > img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  filter: saturate(0.92);
}
.site-contact-panel {
  position: absolute;
  right: 34px;
  top: 34px;
  bottom: 34px;
  width: min(480px, calc(100% - 68px));
  padding: 32px;
  border: 1px solid rgba(213, 228, 229, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--theme-shadow-md);
  backdrop-filter: blur(16px);
  overflow: auto;
}
.site-contact-panel__kicker {
  color: var(--theme-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.site-contact-panel h2 {
  margin-top: 10px;
  font-size: 48px;
}
.site-contact-panel__intro {
  margin-top: 12px;
}
.site-contact-panel__list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.site-contact-panel__item,
.site-thankyou-support__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid var(--theme-border);
  border-radius: 6px;
  background: #fff;
}
.site-contact-panel__icon,
.site-footer__icon,
.site-thankyou-support__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-accent-soft);
  color: var(--theme-primary);
}
.site-contact-panel__item small,
.site-thankyou-support__item small {
  color: var(--theme-primary);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-contact-panel__item p,
.site-thankyou-support__item p {
  margin-top: 2px;
  color: var(--theme-text);
  font-weight: 700;
}

.site-legal-shell {
  padding: 28px;
}
.site-legal-topbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.site-legal-topbar__item {
  padding: 18px;
  border: 1px solid var(--theme-border);
  border-radius: 6px;
  background: #f3f8f8;
}
.site-legal-topbar__item span {
  display: block;
  color: var(--theme-primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-legal-topbar__item strong {
  display: block;
  margin-top: 6px;
  color: var(--theme-text);
  word-break: break-word;
}
.site-legal-card {
  padding: 34px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: #fff;
}
.site-legal-body,
.trm-bx {
  color: var(--theme-text-soft);
}
.site-legal-body h3,
.site-legal-body strong,
.ingre-heading strong {
  color: var(--theme-primary-strong);
}
.site-legal-body p,
.trm-bx p {
  margin-bottom: 14px;
}
.privacy-list {
  padding-left: 20px;
}
.privacy-list li {
  list-style: disc;
  color: var(--theme-text-soft);
  margin-bottom: 8px;
}
.ingdnts_img {
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: #f3f8f8;
  text-align: center;
}
.ingdnts_img img {
  max-height: 520px;
  object-fit: contain;
}

.site-thankyou-shell {
  padding: 34px;
}
.site-thankyou-status {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 28px;
  border-radius: 8px;
  background: var(--theme-gradient-soft);
  border: 1px solid var(--theme-border);
}
.site-thankyou-status__icon {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-gradient);
  color: #fff;
  font-size: 28px;
  box-shadow: var(--theme-shadow-sm);
}
.site-thankyou-status h2,
.site-thankyou-support h2 {
  font-size: 44px;
}
.site-thankyou-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}
.site-thankyou-card {
  padding: 26px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: #fff;
}
.site-thankyou-card--primary {
  background: var(--theme-gradient);
  color: #fff;
}
.site-thankyou-card--primary * {
  color: #fff;
}
.site-thankyou-card__label {
  color: var(--theme-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.site-thankyou-card h3,
.site-thankyou-card h4 {
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: 34px;
}
.site-thankyou-date {
  color: var(--theme-primary);
  font-weight: 900;
}
.site-thankyou-support {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: #f3f8f8;
}
.site-thankyou-support__right {
  display: grid;
  gap: 14px;
}

.site-footer {
  position: relative;
  background: #0f4c5c;
  color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(122, 166, 173, 0.34),
    transparent 70%
  );
}
.site-footer .container {
  position: relative;
  z-index: 2;
}
.site-footer__top {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 1fr;
  gap: 44px;
  padding: 66px 0 44px;
}
.site-footer__logo {
  max-width: 190px;
  max-height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.site-footer__kicker {
  display: block;
  margin-top: 18px;
  color: #08333d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.site-footer__text {
  max-width: 480px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
}
.site-footer__cards img {
  margin-top: 20px;
  max-width: 230px;
}
.site-footer h4 {
  color: #fff;
  font-family: var(--font-display);
  font-size: 28px;
  margin-bottom: 18px;
}
.site-footer__links li {
  margin-bottom: 10px;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer__details {
  display: grid;
  gap: 12px;
}
.site-footer__detail-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.site-footer__detail-text {
  color: rgba(255, 255, 255, 0.78);
}
.site-footer__disclaimer {
  padding: 22px 0 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer__disclaimer p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.7;
}
.site-footer__bottom {
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.16);
}
.site-footer__bottom p {
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-size: 13px;
}

@keyframes healthDrift {
  0% {
    background-position:
      0 0,
      0 0;
  }
  100% {
    background-position:
      120px 80px,
      0 0;
  }
}
@keyframes healthFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes healthShake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-2px);
  }
}
@keyframes healthMorph {
  0%,
  100% {
    border-radius: 10px;
    transform: rotate(0deg) scale(1);
  }
  50% {
    border-radius: 10px;
    transform: rotate(4deg) scale(1.03);
  }
}
@keyframes healthSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .cmenu ul {
    gap: 2px;
  }
  .cmenu ul li a {
    padding: 10px 9px;
    font-size: 11px;
  }
  .health-hero__grid,
  .health-bridge__shell,
  .health-routine,
  .prod-spec,
  .site-thankyou-support {
    grid-template-columns: 1fr;
  }
  .health-hero {
    padding-top: 132px;
  }
  .health-hero__visual {
    min-height: 560px;
  }
  .health-bridge__cards,
  .site-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .health-routine {
    gap: 32px;
  }
  .site-footer__top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 820px) {
  .site-nav-wrap {
    min-height: 76px;
  }
  .rmenubar,
  .carticon-mb {
    display: flex;
    align-items: center;
  }
  .rmenubar a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-accent-soft);
    color: var(--theme-primary);
  }
  .logo img {
    max-width: 160px;
  }
  .cmenu {
    position: fixed;
    inset: 76px 0 auto 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    background: rgba(243, 248, 248, 0.98);
    border-bottom: 1px solid var(--theme-border);
    box-shadow: var(--theme-shadow-md);
    transition: max-height 0.32s ease;
  }
  .cmenu.navopen {
    max-height: calc(100vh - 76px);
  }
  .cmenu ul {
    display: grid;
    gap: 0;
    padding: 14px 22px 22px;
    opacity: 1;
  }
  .cmenu ul li a {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
  }
  .site-nav-cart {
    display: none;
  }
  .health-hero {
    min-height: auto;
    padding: 112px 0 58px;
  }
  .health-hero__grid {
    gap: 36px;
  }
  .health-hero__content h1 {
    font-size: clamp(46px, 12vw, 64px);
  }
  .health-hero__metrics,
  .health-bridge__cards,
  .site-products__top,
  .site-shop-grid,
  .site-legal-topbar,
  .site-thankyou-grid,
  .site-footer__top {
    grid-template-columns: 1fr;
  }
  .health-hero__visual {
    min-height: 440px;
  }
  .health-photo-card {
    width: min(92vw, 430px);
    transform: rotate(1deg);
  }
  .health-panel {
    display: none;
  }
  .health-bridge,
  .site-products,
  .site-shop-main,
  .prod-mid-sec,
  .site-contact-main,
  .site-legal-content,
  .site-thankyou-main,
  .site-checkout-main {
    padding: 62px 0;
  }
  .health-bridge__shell,
  .health-routine,
  .prd-details,
  .site-legal-shell,
  .site-thankyou-shell {
    padding: 22px;
    border-radius: 8px;
  }
  .health-routine__media,
  .prds-left {
    min-height: 360px;
  }
  .health-routine__media img {
    min-height: 360px;
    height: 360px;
  }
  .site-products__top {
    display: block;
  }
  .site-products__text {
    margin-top: 14px;
  }
  .site-shop-hero,
  .site-product-hero,
  .site-contact-hero,
  .site-legal-hero,
  .site-thankyou-hero,
  .site-checkout-hero {
    min-height: 330px;
    padding: 112px 0 52px;
  }
  .cart_hdr {
    display: none;
  }
  .prod_details {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 58px 22px 18px;
  }
  .cart_prod_prc::before {
    content: "Price: ";
    color: var(--theme-text-soft);
  }
  .cart_prod_qty::before {
    content: "Quantity: ";
    color: var(--theme-text-soft);
  }
  .cart_prc_subtotl::before {
    content: "Total: ";
    color: var(--theme-text-soft);
  }
  .cart-summery {
    max-width: none;
  }
  .site-contact-media {
    min-height: auto;
  }
  .site-contact-media > img {
    height: 320px;
  }
  .site-contact-panel {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    margin: -40px 16px 18px;
  }
}
@media (max-width: 560px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .health-btn,
  .s2btn2,
  .site-product-btn,
  .commonbtn,
  .cont-shop,
  .prod-clearcart {
    width: 100%;
  }
  .health-hero__actions,
  .cart-links {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .site-products .prod-box {
    padding: 0 34px;
  }
  .s2list-bx,
  .site-shop-card__image-wrap {
    min-height: 240px;
  }
  .s2prd2 {
    height: 210px;
  }
  .small-s {
    width: 100%;
    margin-right: 0;
  }
  .site-legal-card,
  .frm-container,
  .site-contact-panel {
    padding: 22px;
  }
  .site-shop-hero h1,
  .site-product-hero h1,
  .site-contact-hero h1,
  .site-legal-hero h1,
  .site-thankyou-hero h1,
  .site-checkout-hero h1 {
    font-size: 46px;
  }
}

/* Checkout form refinement */
.page-checkout .site-checkout-main {
  padding: 82px 0 108px;
}

.page-checkout #contents,
.page-checkout .product-page,
.page-checkout #divOrder,
.page-checkout #frmOrder {
  width: 100%;
}

.page-checkout .site-checkout-main .container {
  display: block !important;
}

.page-checkout .frm_con_bgcolr {
  max-width: 1180px;
  margin: 0 auto;
  overflow: visible;
  border-radius: 10px;
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(248, 251, 251, 0.95),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.9);
}

.page-checkout .frm-container {
  padding: 34px;
}

.page-checkout .frm-container.step1,
.page-checkout .frm-container.step2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  align-items: start;
}

.page-checkout .frm-container.step1 > .shipping_heading,
.page-checkout .frm-container.step2 > .shipping_heading,
.page-checkout .frm-container.step1 > .clearall,
.page-checkout .frm-container.step2 > .clearall,
.page-checkout .frm-container.step2 > .cards,
.page-checkout .frm-container.step2 > .is_bill,
.page-checkout .frm-container.step2 > .billing-info,
.page-checkout .frm-container.step2 > .cart-terms,
.page-checkout .frm-container.step2 > .trial-cont,
.page-checkout .frm-container.step2 > p.clearall,
.page-checkout .frm-container.step2 > center,
.page-checkout .frm-container.step2 > div[style*="display:none"] {
  grid-column: 1 / -1;
}

.page-checkout .sub_shipping_heading h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
  font-size: clamp(30px, 3vw, 42px);
}

.page-checkout .sub_shipping_heading h3::before {
  content: "";
  width: 11px;
  height: 42px;
  border-radius: 8px;
  background: var(--theme-gradient);
  box-shadow: 0 10px 24px rgba(16, 41, 45, 0.22);
}

.page-checkout .label {
  margin: 0;
}

.page-checkout .label i {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-primary);
  opacity: 0.82;
}

.page-checkout .label input,
.page-checkout .label select,
.page-checkout .label textarea {
  min-height: 58px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 26px rgba(8, 51, 61, 0.05);
}

.page-checkout .label input::placeholder {
  color: rgba(8, 51, 61, 0.48);
}

.page-checkout .label i + input,
.page-checkout .label i + select {
  padding-left: 48px;
}

.page-checkout .checkout-expiration-label {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 4px;
  color: var(--theme-primary-strong);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-checkout .small-s {
  display: block;
  width: 100%;
  margin: 0;
}

.page-checkout .checkout-cvv-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.page-checkout .checkout-cvv-field i {
  top: 29px;
}

.page-checkout .checkout-cvv-field input {
  float: none !important;
  width: 100% !important;
}

.page-checkout .checkout-cvv-field a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--theme-primary-soft);
  color: var(--theme-primary-strong);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.page-checkout .checkout-cvv-field a:hover {
  background: var(--theme-gradient);
  color: #fff;
}

.page-checkout .is_bill,
.page-checkout .cart-terms {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    rgba(248, 251, 251, 0.98),
    rgba(255, 255, 255, 0.94)
  );
}

.page-checkout .is_bill input,
.page-checkout .cart-terms input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--theme-primary);
}

.page-checkout .cart-terms a {
  color: var(--theme-primary);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-checkout .cards {
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 51, 61, 0.05);
}

.page-checkout .cards span {
  color: var(--theme-primary-strong);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-checkout .cards img {
  max-width: 240px;
  max-height: 38px;
  object-fit: contain;
}

.page-checkout .billing-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  margin-top: 4px;
  padding: 24px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: rgba(248, 251, 251, 0.78);
}

.page-checkout .billing-info[style*="display:none"] {
  display: none !important;
}

.page-checkout .frm-container.step2 > center {
  text-align: left;
}

.page-checkout #chekoutbtn {
  min-width: 260px;
  min-height: 58px;
  border: 0;
  border-radius: 8px;
  background: var(--theme-gradient);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(16, 41, 45, 0.22);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.22s ease;
}

.page-checkout #chekoutbtn:not([disabled]):hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(16, 41, 45, 0.28);
}

.page-checkout .checkout-field-invalid input,
.page-checkout .checkout-field-invalid select,
.page-checkout .checkout-field-invalid textarea {
  border-color: #7aa6ad !important;
  box-shadow: 0 0 0 4px rgba(47, 113, 128, 0.12) !important;
}

.page-checkout .checkout-field-invalid.cart-terms {
  border-color: #7aa6ad !important;
  box-shadow: 0 0 0 4px rgba(47, 113, 128, 0.1);
}

.page-checkout .checkout-field-error {
  display: block;
  width: 100%;
  margin-top: 7px;
  color: #2f7180;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.page-checkout .cart-terms .checkout-field-error {
  flex-basis: 100%;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .page-checkout .frm-container.step1,
  .page-checkout .frm-container.step2,
  .page-checkout .billing-info {
    grid-template-columns: 1fr;
  }

  .page-checkout .frm-container {
    padding: 26px 20px;
  }

  .page-checkout .checkout-cvv-field {
    grid-template-columns: 1fr;
  }

  .page-checkout .checkout-cvv-field a {
    justify-content: center;
    width: max-content;
  }

  .page-checkout .cards {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-checkout .cards img {
    max-width: 100%;
  }

  .page-checkout #chekoutbtn {
    width: 100%;
    min-width: 0;
  }
}

.page-checkout .cart-terms {
  flex-wrap: wrap;
}

.lux-home {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 6%, rgba(248, 251, 251, 0.9), transparent 30%),
    linear-gradient(180deg, #f3f8f8 0%, #ffffff 50%, #f3f8f8 100%);
}
.lux-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  padding: 154px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(217, 184, 108, 0.28),
      transparent 28%
    ),
    radial-gradient(circle at 88% 8%, rgba(16, 41, 45, 0.13), transparent 26%),
    linear-gradient(135deg, #f3f8f8 0%, #e6f1f2 52%, #ffffff 100%);
}
.lux-hero::before,
.lux-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.lux-hero::before {
  inset: 0;
  opacity: 0.54;
  background-image:
    radial-gradient(rgba(16, 41, 45, 0.1) 1px, transparent 1px),
    linear-gradient(
      115deg,
      transparent 0 43%,
      rgba(255, 255, 255, 0.58) 43% 45%,
      transparent 45% 100%
    );
  background-size:
    26px 26px,
    100% 100%;
  animation: healthDrift 22s linear infinite;
}
.lux-hero::after {
  right: -210px;
  bottom: -230px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(122, 166, 173, 0.2),
    transparent 67%
  );
}
.lux-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 72px;
}
.lux-hero__content h1 {
  max-width: 720px;
  color: var(--theme-primary-strong);
  font-size: clamp(56px, 6vw, 92px);
}
.lux-hero__content p {
  max-width: 610px;
  margin-top: 24px;
  color: var(--theme-text-soft);
  font-size: 18px;
}
.lux-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
.lux-hero__badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 650px;
  margin-top: 42px;
}
.lux-badge {
  min-height: 104px;
  padding: 22px;
  border: 1px solid rgba(213, 228, 229, 0.88);
  border-radius: var(--theme-radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--theme-shadow-sm);
  backdrop-filter: blur(14px);
}
.lux-badge strong {
  display: block;
  color: var(--theme-primary-strong);
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
}
.lux-badge span {
  display: block;
  margin-top: 8px;
  color: var(--theme-text-soft);
  font-size: 13px;
  font-weight: 700;
}
.lux-hero__visual {
  position: relative;
  min-height: 620px;
}
.lux-hero__frame {
  position: absolute;
  inset: 16px 0 auto auto;
  width: min(100%, 560px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.92),
    rgba(248, 251, 251, 0.74)
  );
  box-shadow: var(--theme-shadow-lg);
  animation: healthFloat 7s ease-in-out infinite;
}
.lux-hero__frame img {
  display: block;
  width: 100%;
  height: 585px;
  object-fit: cover;
  border-radius: 10px;
}
.lux-float-card {
  position: absolute;
  z-index: 4;
  max-width: 250px;
  padding: 18px 20px;
  border: 1px solid rgba(213, 228, 229, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--theme-shadow-md);
  backdrop-filter: blur(15px);
}
.lux-float-card span {
  display: block;
  color: var(--theme-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lux-float-card strong {
  display: block;
  margin-top: 7px;
  color: var(--theme-text);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.05;
}
.lux-float-card--top {
  left: 0;
  top: 118px;
}
.lux-float-card--bottom {
  right: 0;
  bottom: 72px;
}
.lux-glow {
  position: absolute;
  border-radius: 8px;
  pointer-events: none;
  animation: healthFloat 8s ease-in-out infinite;
}
.lux-glow--one {
  left: -18px;
  bottom: 128px;
  width: 96px;
  height: 96px;
  background: radial-gradient(
    circle,
    rgba(122, 166, 173, 0.32),
    transparent 70%
  );
}
.lux-glow--two {
  right: 36px;
  top: 6px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(16, 41, 45, 0.18), transparent 66%);
  animation-delay: -3s;
}
.lux-intro {
  position: relative;
  padding: 104px 0 68px;
  background: #ffffff;
}
.lux-intro__grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 50px;
  align-items: start;
}
.lux-intro__text h2,
.lux-fixed__content h2,
.site-products__intro h2 {
  color: var(--theme-primary-strong);
  font-size: clamp(42px, 4vw, 66px);
}
.lux-intro__text p,
.lux-fixed__content p,
.site-products__text {
  margin-top: 18px;
  color: var(--theme-text-soft);
  font-size: 17px;
}
.lux-intro__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.lux-step-card {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 30% 0%,
      rgba(248, 251, 251, 0.9),
      transparent 42%
    ),
    #ffffff;
  box-shadow: var(--theme-shadow-sm);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.lux-step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--theme-shadow-md);
}
.lux-step-card span {
  color: var(--theme-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.lux-step-card h3 {
  margin-top: 16px;
  color: var(--theme-primary-strong);
  font-family: var(--font-display);
  font-size: 34px;
}
.lux-step-card p {
  margin-top: 10px;
  font-size: 14px;
}
.lux-step-card--dark {
  background: var(--theme-gradient);
  border-color: transparent;
}
.lux-step-card--dark span,
.lux-step-card--dark h3,
.lux-step-card--dark p {
  color: #ffffff;
}
.lux-fixed {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 120px 0;
  overflow: hidden;
  background-image:
    linear-gradient(
      90deg,
      rgba(16, 41, 45, 0.74) 0%,
      rgba(8, 51, 61, 0.58) 42%,
      rgba(248, 251, 251, 0.18) 100%
    ),
    url("../images/why-choose-us.webp");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.lux-fixed::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.18) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
  pointer-events: none;
}
.lux-fixed__content {
  position: relative;
  z-index: 2;
  max-width: 610px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 68px rgba(16, 41, 45, 0.22);
  backdrop-filter: blur(12px);
}
.lux-fixed__content .site-label,
.lux-fixed__content h2,
.lux-fixed__content p {
  color: #ffffff;
}
.lux-fixed__content .site-label::before {
  background: #d9b86c;
}
.lux-fixed__list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.lux-fixed__list div {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 800;
}
@media (max-width: 991px) {
  .lux-hero {
    min-height: auto;
    padding: 116px 0 66px;
  }
  .lux-hero__grid,
  .lux-intro__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .lux-hero__content h1 {
    font-size: clamp(46px, 12vw, 64px);
  }
  .lux-hero__visual {
    min-height: 480px;
  }
  .lux-hero__frame {
    position: relative;
    inset: auto;
    width: min(94vw, 480px);
    margin-left: auto;
  }
  .lux-hero__frame img {
    height: 460px;
  }
  .lux-float-card {
    display: none;
  }
  .lux-hero__badges,
  .lux-intro__cards {
    grid-template-columns: 1fr;
  }
  .lux-intro,
  .lux-fixed {
    padding: 64px 0;
  }
  .lux-fixed {
    min-height: 560px;
    background-attachment: scroll;
  }
}
@media (max-width: 560px) {
  .lux-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .lux-hero__frame img {
    height: 360px;
  }
  .lux-fixed__content {
    padding: 26px;
    border-radius: 8px;
  }
}

/* Product gallery with ingredient slide */
.site-product-gallery {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.site-product-gallery:not(.slick-initialized)
  .site-product-gallery__slide
  + .site-product-gallery__slide {
  display: none;
}
.site-product-gallery .slick-list,
.site-product-gallery .slick-track {
  display: flex;
  align-items: stretch;
}
.site-product-gallery .slick-slide {
  height: auto;
}
.site-product-gallery .slick-slide > div,
.site-product-gallery__slide {
  height: 100%;
}
.site-product-gallery__slide {
  position: relative;
  min-height: 500px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 42px 26px 34px;
  border-radius: 8px;
}
.site-product-gallery__label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 8px 13px;
  border: 1px solid rgba(213, 228, 229, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--theme-primary-strong);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(8, 51, 61, 0.09);
  backdrop-filter: blur(10px);
}
.site-product-gallery .prd-dtl-1 {
  width: 100%;
  max-width: 430px;
  max-height: 450px;
  object-fit: contain;
}
.site-product-gallery .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
}
.site-product-gallery .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.site-product-gallery .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--theme-primary-soft);
  color: transparent;
  font-size: 0;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    width 0.22s ease;
}
.site-product-gallery .slick-dots button::before {
  display: none;
}
.site-product-gallery .slick-dots .slick-active button {
  width: 26px;
  border-radius: 8px;
  background: var(--theme-gradient);
}
.site-product-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--theme-primary);
  border-radius: 6px;
  background: var(--theme-primary) !important;
  background-image: none !important;
  color: transparent;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(8, 51, 61, 0.18);
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}
.site-product-gallery .slick-arrow:hover {
  background: var(--theme-accent) !important;
  border-color: var(--theme-accent);
  box-shadow: 0 16px 30px rgba(122, 166, 173, 0.24);
  transform: translateY(-50%) scale(1.04);
}
.site-product-gallery .slick-arrow::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.site-product-gallery .slick-prev {
  left: 12px;
}
.site-product-gallery .slick-next {
  right: 12px;
}
.site-product-gallery .slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.site-product-gallery .slick-next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}
.site-product-gallery .slick-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* Ingredients image page */
.site-ingredients-content {
  padding-top: 82px;
}
.site-ingredients-shell {
  overflow: hidden;
}
.site-ingredients-intro {
  position: relative;
  margin: 4px 0 30px;
  padding: 34px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(248, 251, 251, 0.95),
      transparent 36%
    ),
    linear-gradient(
      135deg,
      rgba(248, 251, 251, 0.98),
      rgba(255, 255, 255, 0.94)
    );
  box-shadow: var(--theme-shadow-sm);
}
.site-ingredients-intro h2 {
  color: var(--theme-primary-strong);
  font-size: clamp(38px, 4vw, 58px);
}
.site-ingredients-intro p {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: 16px;
}
.site-ingredients-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.site-ingredients-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--theme-shadow-sm);
  overflow: hidden;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}
.site-ingredients-card:hover {
  transform: translateY(-4px);
  border-color: rgba(122, 166, 173, 0.58);
  box-shadow: var(--theme-shadow-md);
}
.site-ingredients-card__header {
  padding: 24px 26px 18px;
  border-bottom: 1px solid rgba(213, 228, 229, 0.72);
  background: linear-gradient(135deg, #f3f8f8, #ffffff);
}
.site-ingredients-card__header span {
  display: inline-flex;
  color: var(--theme-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.site-ingredients-card__header h3 {
  margin-top: 8px;
  color: var(--theme-primary-strong);
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
}
.site-ingredients-card__media {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  padding: 28px;
  background: radial-gradient(
    circle at 50% 16%,
    #ffffff 0,
    #e6f1f2 42%,
    #ffffff 100%
  );
}
.site-ingredients-card__media img {
  display: block;
  width: 100%;
  max-width: 520px;
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(8, 51, 61, 0.12));
}

@media (max-width: 1024px) {
  .site-product-gallery__slide {
    min-height: 440px;
  }
  .site-ingredients-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .site-product-gallery__slide {
    min-height: 330px;
    padding: 42px 12px 24px;
  }
  .site-product-gallery .prd-dtl-1 {
    max-height: 320px;
  }
  .site-product-gallery .slick-arrow {
    width: 38px;
    height: 38px;
  }
  .site-product-gallery .slick-prev {
    left: 8px;
  }
  .site-product-gallery .slick-next {
    right: 8px;
  }
  .site-ingredients-intro,
  .site-ingredients-card__header,
  .site-ingredients-card__media {
    padding: 22px;
  }
  .site-ingredients-card__media {
    min-height: 320px;
  }
  .site-ingredients-card__media img {
    max-height: 430px;
  }
}

/* Home fixed background section correction */
.lux-fixed {
  padding: 132px 0;
}
.lux-fixed .container {
  display: flex;
  justify-content: center;
}
.lux-fixed__content {
  width: min(100%, 900px);
  max-width: 900px;
  margin: 0 auto;
  padding: 56px;
  text-align: center;
  background: rgba(16, 41, 45, 0.32);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 34px 86px rgba(16, 41, 45, 0.28);
}
.lux-fixed__content .site-label {
  justify-content: center;
}
.lux-fixed__content .site-label::after {
  content: "";
  width: 34px;
  height: 1px;
  border-radius: 8px;
  background: #d9b86c;
}
.lux-fixed__content p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.lux-fixed__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.lux-fixed__list div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 18px 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .lux-fixed__content {
    width: 100%;
    padding: 34px;
  }
  .lux-fixed__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .lux-fixed__content {
    padding: 26px;
    text-align: left;
  }
  .lux-fixed__content .site-label {
    justify-content: flex-start;
  }
  .lux-fixed__content .site-label::after {
    display: none;
  }
  .lux-fixed__list div {
    justify-content: flex-start;
    text-align: left;
  }
}
/* Home layout refresh - simpler wellness landing */
.health-home {
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbfb 0%, #ffffff 54%, #f3f8f8 100%);
}
.health-home .health-hero {
  position: relative;
  min-height: auto;
  padding: 126px 0 78px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15, 76, 92, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
  background-size: 72px 100%, 100% 100%;
}
.health-home .health-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42vw, 620px);
  min-width: 0;
  min-height: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(232, 243, 244, 0.95), rgba(243, 248, 248, 0));
  pointer-events: none;
}
.health-home .health-hero::after {
  content: "";
  position: absolute;
  inset: 96px 0 auto auto;
  width: 32%;
  height: calc(100% - 174px);
  min-width: 320px;
  min-height: 420px;
  border-radius: 0;
  background: var(--theme-primary-strong);
  animation: none;
  opacity: 1;
  pointer-events: none;
}
.health-home .health-hero__bg {
  position: absolute;
  inset: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 12% 18%, rgba(122, 166, 173, 0.12), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(15, 76, 92, 0.14), transparent 24%);
  background-size: 100% 100%;
  animation: none;
  pointer-events: none;
}
.health-home .health-shape,
.health-home .health-ring,
.health-home .health-bubble {
  display: none;
}
.health-home .health-hero .container {
  position: relative;
  z-index: 3;
}
.health-home .health-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.88fr);
  gap: 64px;
  align-items: center;
}
.health-home .health-hero__content {
  color: var(--theme-text);
}
.health-home .health-hero__content .health-eyebrow {
  color: var(--theme-accent-strong);
}
.health-home .health-hero__content .health-eyebrow::before {
  background: var(--theme-accent);
}
.health-home .health-hero__content h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--theme-primary-strong);
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.06em;
  text-transform: none;
}
.health-home .health-hero__content p {
  max-width: 610px;
  margin: 0 0 30px;
  color: var(--theme-text-soft);
  font-size: 18px;
  line-height: 1.82;
}
.health-home .health-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}
.health-home .health-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 650px;
}
.health-home .health-hero__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(213, 228, 229, 0.95);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--theme-primary-strong);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(16, 41, 45, 0.06);
}
.health-home .health-hero__visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.health-home .health-photo-card {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 0.96;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 34px 82px rgba(16, 41, 45, 0.2);
  transform: none;
  animation: none;
}
.health-home .health-photo-card::before,
.health-home .health-photo-card::after {
  content: none;
}
.health-home .health-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}
.health-home .health-image-caption {
  position: absolute;
  left: 0;
  bottom: 54px;
  z-index: 5;
  width: min(78%, 350px);
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 52px rgba(16, 41, 45, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.health-home .health-image-caption span {
  display: block;
  margin-bottom: 8px;
  color: var(--theme-accent-strong);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.health-home .health-image-caption strong {
  display: block;
  color: var(--theme-primary-strong);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}
.health-home .health-bridge {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding: 72px 0 88px;
  background: #ffffff;
}
.health-home .health-bridge::before,
.health-home .health-bridge::after {
  content: none;
}
.health-home .health-bridge__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: stretch;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.health-home .health-bridge__shell::before,
.health-home .health-bridge__shell::after {
  content: none;
}
.health-home .health-bridge__intro {
  align-self: center;
  padding: 34px;
  border-left: 5px solid var(--theme-accent);
  background: linear-gradient(180deg, #f8fbfb, #ffffff);
}
.health-home .health-bridge__intro h2,
.health-home .health-routine__content h2 {
  max-width: 620px;
  color: var(--theme-primary-strong);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.health-home .health-bridge__intro p,
.health-home .health-routine__content p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--theme-text-soft);
  font-size: 17px;
  line-height: 1.78;
}
.health-home .health-bridge__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.health-home .health-mini-card {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(16, 41, 45, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.health-home .health-mini-card:hover {
  transform: translateY(-4px);
  border-color: rgba(122, 166, 173, 0.38);
  box-shadow: 0 22px 46px rgba(16, 41, 45, 0.1);
}
.health-home .health-mini-card span {
  color: var(--theme-accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.health-home .health-mini-card h3 {
  margin-top: 14px;
  color: var(--theme-primary-strong);
  font-size: 28px;
  line-height: 1.04;
  font-weight: 900;
}
.health-home .health-mini-card p {
  margin: 10px 0 0;
  color: var(--theme-text-soft);
  font-size: 14px;
  line-height: 1.65;
}
.health-home .health-mini-card--active {
  background: var(--theme-primary-strong);
  border-color: var(--theme-primary-strong);
}
.health-home .health-mini-card--active span,
.health-home .health-mini-card--active h3,
.health-home .health-mini-card--active p {
  color: #ffffff;
}
.health-home .health-routine {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: center;
  margin-top: 52px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-radius: 6px;
  background: linear-gradient(135deg, #f3f8f8 0%, #ffffff 100%);
  box-shadow: 0 24px 58px rgba(16, 41, 45, 0.1);
}
.health-home .health-routine__content,
.health-home .health-routine__media {
  position: relative;
  z-index: 2;
}
.health-home .health-routine__media {
  min-height: 430px;
}
.health-home .health-routine__media::before,
.health-home .health-routine__media::after {
  content: none;
}
.health-home .health-routine__media img {
  display: block;
  width: 100%;
  min-height: 430px;
  height: 430px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  box-shadow: 0 22px 48px rgba(16, 41, 45, 0.14);
}
.health-home .health-routine__list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.health-home .health-routine__list div {
  position: relative;
  padding: 17px 18px 17px 54px;
  border: 1px solid rgba(213, 228, 229, 0.92);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
}
.health-home .health-routine__list div::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: var(--theme-accent);
  box-shadow: none;
}
.health-home .health-routine__list strong,
.health-home .health-routine__list span {
  display: block;
}
.health-home .health-routine__list strong {
  color: var(--theme-primary-strong);
  font-size: 15px;
  font-weight: 900;
}
.health-home .health-routine__list span {
  margin-top: 3px;
  color: var(--theme-text-soft);
  font-size: 14px;
  line-height: 1.55;
}
.health-home .site-products {
  position: relative;
  padding: 88px 0 104px;
  overflow: hidden;
  background: #f8fbfb;
}
.health-home .site-products::before,
.health-home .site-products::after {
  content: none;
}
.health-home .site-products__top {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.52fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}
.health-home .site-products__intro h2 {
  margin: 0;
  color: var(--theme-primary-strong);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.health-home .site-products__text {
  margin: 0;
  color: var(--theme-text-soft);
  font-size: 16px;
  line-height: 1.78;
}
.health-home .site-products .prod-box {
  position: relative;
  width: 100%;
  padding: 0 58px;
}
.health-home .site-products .s2list-bx {
  min-height: 314px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #e6f1f2 100%);
}
.health-home .site-products .s2prd2 {
  max-height: 236px;
  border-radius: 3px;
}
.health-home .site-products .s2list-text {
  min-height: 218px;
  padding: 22px;
  border: 1px solid var(--theme-border);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(16, 41, 45, 0.07);
}
.health-home .site-products .s2prd-hding2 {
  min-height: 56px;
  margin: 0 0 14px;
  color: var(--theme-primary-strong);
  font-size: 20px;
  line-height: 1.36;
  font-weight: 900;
}
.health-home .site-products .s2prd-prc2 {
  margin: 0 0 18px;
  color: var(--theme-accent-strong);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.035em;
}
.health-home .site-products .s2btn2 {
  width: 100%;
  min-height: 52px;
  border-radius: 4px;
  background: var(--theme-primary-strong);
  border: 1px solid var(--theme-primary-strong);
  color: #ffffff;
  box-shadow: none;
}
.health-home .site-products .s2btn2:hover {
  background: var(--theme-accent-strong);
  border-color: var(--theme-accent-strong);
  box-shadow: 0 14px 28px rgba(122, 166, 173, 0.22);
}
.health-home .site-products .s2list .slick-prev,
.health-home .site-products .s2list .slick-next {
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid var(--theme-border);
  color: var(--theme-primary-strong);
  box-shadow: 0 12px 26px rgba(16, 41, 45, 0.12);
}
.health-home .site-products .s2list .slick-prev:hover,
.health-home .site-products .s2list .slick-next:hover {
  background: var(--theme-primary-strong);
  border-color: var(--theme-primary-strong);
  color: #ffffff;
}

@media (max-width: 1024px) {
  .health-home .health-hero {
    padding: 116px 0 64px;
  }
  .health-home .health-hero::after {
    inset: auto 0 0 auto;
    width: 100%;
    height: 34%;
    min-width: 0;
    min-height: 0;
  }
  .health-home .health-hero__grid,
  .health-home .health-bridge__shell,
  .health-home .health-routine {
    grid-template-columns: 1fr;
  }
  .health-home .health-hero__visual {
    min-height: 520px;
  }
  .health-home .health-photo-card {
    width: min(100%, 640px);
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1.18;
  }
  .health-home .health-image-caption {
    left: 24px;
    bottom: 30px;
  }
  .health-home .health-bridge__intro {
    padding: 30px;
  }
  .health-home .health-routine {
    gap: 32px;
  }
}

@media (max-width: 820px) {
  .health-home .health-hero {
    padding: 104px 0 54px;
  }
  .health-home .health-hero__grid {
    gap: 34px;
  }
  .health-home .health-hero__content h1 {
    font-size: clamp(42px, 11vw, 62px);
  }
  .health-home .health-hero__content p,
  .health-home .health-bridge__intro p,
  .health-home .health-routine__content p {
    font-size: 16px;
  }
  .health-home .health-hero__visual {
    min-height: auto;
  }
  .health-home .health-photo-card {
    width: 100%;
    aspect-ratio: 1.05;
  }
  .health-home .health-image-caption {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: -54px 18px 0;
  }
  .health-home .health-bridge,
  .health-home .site-products {
    padding: 62px 0;
  }
  .health-home .health-bridge__cards,
  .health-home .site-products__top {
    grid-template-columns: 1fr;
  }
  .health-home .site-products__top {
    display: grid;
    gap: 14px;
  }
  .health-home .health-routine {
    margin-top: 38px;
    padding: 24px;
  }
  .health-home .health-routine__media {
    min-height: 340px;
  }
  .health-home .health-routine__media img {
    min-height: 340px;
    height: 340px;
  }
}

@media (max-width: 560px) {
  .health-home .health-hero {
    padding: 92px 0 44px;
    background-size: 48px 100%, 100% 100%;
  }
  .health-home .health-hero__content h1 {
    font-size: clamp(40px, 13vw, 54px);
  }
  .health-home .health-hero__actions {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .health-home .health-hero__badges {
    display: grid;
    grid-template-columns: 1fr;
  }
  .health-home .health-image-caption {
    margin: -38px 12px 0;
    padding: 18px;
  }
  .health-home .health-image-caption strong {
    font-size: 19px;
  }
  .health-home .health-bridge__intro,
  .health-home .health-routine {
    padding: 22px;
  }
  .health-home .health-bridge__intro h2,
  .health-home .health-routine__content h2,
  .health-home .site-products__intro h2 {
    font-size: clamp(34px, 10vw, 46px);
  }
  .health-home .health-mini-card {
    min-height: 210px;
  }
  .health-home .health-routine__media,
  .health-home .health-routine__media img {
    min-height: 280px;
    height: 280px;
  }
  .health-home .site-products .prod-box {
    padding: 0 34px;
  }
  .health-home .site-products .s2list-bx {
    min-height: 250px;
  }
  .health-home .site-products .s2prd2 {
    max-height: 205px;
  }
}

/* Light motion layer for the refreshed wellness homepage */
@keyframes healthFadeUpSoft {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes healthFadeInSoft {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes healthPhotoFloatSoft {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes healthBgDriftSoft {
  0%, 100% {
    background-position: 0 0, 0 0;
  }
  50% {
    background-position: 18px 0, 0 0;
  }
}

.health-home .health-hero {
  animation: healthBgDriftSoft 16s ease-in-out infinite;
}

.health-home .health-hero__bg,
.health-home .health-hero::before,
.health-home .health-hero::after {
  animation: healthFadeInSoft 0.8s ease both;
}

.health-home .health-eyebrow,
.health-home .health-hero__content h1,
.health-home .health-hero__content p,
.health-home .health-hero__actions,
.health-home .health-hero__badges,
.health-home .site-products__top,
.health-home .prod-box {
  animation: healthFadeUpSoft 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.health-home .health-eyebrow {
  animation-delay: 0.04s;
}
.health-home .health-hero__content h1 {
  animation-delay: 0.12s;
}
.health-home .health-hero__content p {
  animation-delay: 0.2s;
}
.health-home .health-hero__actions {
  animation-delay: 0.28s;
}
.health-home .health-hero__badges {
  animation-delay: 0.36s;
}

.health-home .health-photo-card {
  animation: healthFadeUpSoft 0.84s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both,
    healthPhotoFloatSoft 7s ease-in-out 1.2s infinite;
  will-change: transform;
}

.health-home .health-photo-card img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.7s ease;
}

.health-home .health-photo-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.health-home .health-image-caption {
  animation: healthFadeUpSoft 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
}

.health-home .health-bridge__intro,
.health-home .health-mini-card,
.health-home .health-routine {
  animation: healthFadeUpSoft 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.health-home .health-bridge__intro {
  animation-delay: 0.08s;
}
.health-home .health-mini-card:nth-child(1) {
  animation-delay: 0.12s;
}
.health-home .health-mini-card:nth-child(2) {
  animation-delay: 0.2s;
}
.health-home .health-mini-card:nth-child(3) {
  animation-delay: 0.28s;
}
.health-home .health-routine {
  animation-delay: 0.18s;
}

.health-home .health-routine__media img,
.health-home .site-products .s2list-bx,
.health-home .site-products .s2list-text,
.health-home .health-hero__badges span,
.health-home .health-routine__list div {
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background 0.32s ease;
}

.health-home .health-routine__media:hover img {
  transform: translateY(-3px) scale(1.012);
  box-shadow: 0 28px 58px rgba(16, 41, 45, 0.17);
}

.health-home .health-hero__badges span:hover,
.health-home .health-routine__list div:hover {
  transform: translateY(-2px);
  border-color: rgba(122, 166, 173, 0.32);
  background: rgba(255, 255, 255, 0.94);
}

.health-home .site-products__top {
  animation-delay: 0.08s;
}
.health-home .prod-box {
  animation-delay: 0.16s;
}

.health-home .site-products .s2box:hover .s2list-bx,
.health-home .site-products .s2box:hover .s2list-text {
  transform: translateY(-4px);
}

.health-home .site-products .s2box:hover .s2list-bx {
  border-color: rgba(122, 166, 173, 0.38);
}

.health-home .site-products .s2box:hover .s2list-text {
  box-shadow: 0 24px 48px rgba(16, 41, 45, 0.11);
}

.health-home .site-products .s2prd2 {
  transition: transform 0.38s ease;
}

.health-home .site-products .s2box:hover .s2prd2 {
  transform: translateY(-4px) scale(1.03);
}

.health-home .health-btn,
.health-home .s2btn2,
.health-home .slick-arrow {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .health-home *,
  .health-home *::before,
  .health-home *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.vt-shop-home {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 46%, #f3f8f8 100%);
}

.vt-shop-home .vt-hero,
.vt-shop-home .vt-strip,
.vt-shop-home .vt-editorial,
.vt-shop-home .vt-rhythm {
  position: relative;
  overflow: hidden;
}

.vt-shop-home .vt-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 132px 0 86px;
  background:
    radial-gradient(circle at 10% 12%, rgba(122, 166, 173, 0.24), transparent 31%),
    linear-gradient(118deg, #ffffff 0%, #ffffff 44%, #e6f1f2 44.1%, #f8fbfb 100%);
}

.vt-shop-home .vt-hero::before {
  content: "";
  position: absolute;
  left: -16vw;
  bottom: -30vw;
  width: 58vw;
  height: 58vw;
  min-width: 560px;
  min-height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 76, 92, 0.12), transparent 68%);
  pointer-events: none;
}

.vt-shop-home .vt-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: min(30vw, 430px);
  height: 100%;
  opacity: 0.96;
  pointer-events: none;
}

.vt-shop-home .vt-hero__pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(90deg, rgba(15, 76, 92, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 76, 92, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 72%);
  pointer-events: none;
}

.vt-shop-home .vt-hero .container,
.vt-shop-home .vt-strip .container,
.vt-shop-home .vt-editorial .container,
.vt-shop-home .vt-rhythm .container {
  position: relative;
  z-index: 3;
}

.vt-shop-home .vt-hero__layout {
  display: grid;
  grid-template-columns: minmax(420px, 1.02fr) minmax(0, 0.98fr);
  gap: 74px;
  align-items: center;
}

.vt-shop-home .vt-hero__media {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.vt-shop-home .vt-hero__image-card {
  position: relative;
  width: min(100%, 660px);
  aspect-ratio: 1.02;
  overflow: hidden;
  border: 12px solid #ffffff;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 38px 86px rgba(16, 41, 45, 0.17);
}

.vt-shop-home .vt-hero__image-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.68);
  pointer-events: none;
}

.vt-shop-home .vt-hero__image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.vt-shop-home .vt-hero__note {
  position: absolute;
  right: -18px;
  bottom: 58px;
  width: min(78%, 360px);
  padding: 24px 26px;
  border: 1px solid rgba(213, 228, 229, 0.86);
  border-left: 5px solid var(--theme-accent);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 52px rgba(16, 41, 45, 0.13);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vt-shop-home .vt-hero__note span,
.vt-shop-home .vt-editorial__caption span,
.vt-shop-home .vt-strip__card span,
.vt-shop-home .vt-rhythm__grid span {
  display: block;
  color: var(--theme-accent-strong);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vt-shop-home .vt-hero__note strong {
  display: block;
  margin-top: 8px;
  color: var(--theme-primary-strong);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
}

.vt-shop-home .vt-hero__content {
  position: relative;
  max-width: 650px;
  padding: 18px 0 18px 10px;
}

.vt-shop-home .vt-hero__content::before {
  content: "";
  position: absolute;
  left: -34px;
  top: -28px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(122, 166, 173, 0.42);
  border-radius: 4px;
  transform: rotate(10deg);
  pointer-events: none;
}

.vt-shop-home .vt-hero__content h1 {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--theme-primary-strong);
  font-size: clamp(48px, 5.9vw, 84px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.065em;
}

.vt-shop-home .vt-hero__content p {
  max-width: 590px;
  margin: 0 0 32px;
  color: var(--theme-text-soft);
  font-size: 18px;
  line-height: 1.82;
}

.vt-shop-home .vt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.vt-shop-home .vt-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vt-shop-home .vt-hero__tags span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(213, 228, 229, 0.95);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--theme-primary-strong);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(16, 41, 45, 0.06);
}

.vt-shop-home .vt-strip {
  padding: 0 0 86px;
  margin-top: -24px;
  background: linear-gradient(180deg, transparent 0%, #ffffff 36%, #ffffff 100%);
}

.vt-shop-home .vt-strip__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 0.72fr));
  gap: 16px;
  align-items: stretch;
}

.vt-shop-home .vt-strip__intro,
.vt-shop-home .vt-strip__card {
  min-height: 250px;
  border-radius: 4px;
}

.vt-shop-home .vt-strip__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border-left: 5px solid var(--theme-accent);
  background: linear-gradient(180deg, #f8fbfb, #ffffff);
}

.vt-shop-home .vt-strip__intro h2 {
  max-width: 560px;
  color: var(--theme-primary-strong);
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.vt-shop-home .vt-strip__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid var(--theme-border);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(16, 41, 45, 0.07);
}

.vt-shop-home .vt-strip__card--dark {
  border-color: var(--theme-primary-strong);
  background: var(--theme-primary-strong);
  box-shadow: 0 24px 54px rgba(8, 51, 61, 0.2);
}

.vt-shop-home .vt-strip__card h3 {
  margin-top: 14px;
  color: var(--theme-primary-strong);
  font-size: 29px;
  line-height: 1.02;
  font-weight: 900;
}

.vt-shop-home .vt-strip__card p {
  margin: 12px 0 0;
  color: var(--theme-text-soft);
  font-size: 14px;
  line-height: 1.64;
}

.vt-shop-home .vt-strip__card--dark span,
.vt-shop-home .vt-strip__card--dark h3,
.vt-shop-home .vt-strip__card--dark p {
  color: #ffffff;
}

.vt-shop-home .vt-editorial {
  padding: 92px 0;
  background:
    linear-gradient(90deg, rgba(15, 76, 92, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #f3f8f8 0%, #f8fbfb 100%);
  background-size: 84px 100%, 100% 100%;
}

.vt-shop-home .vt-editorial::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 166, 173, 0.18), transparent 70%);
  pointer-events: none;
}

.vt-shop-home .vt-editorial__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: 58px;
  align-items: center;
}

.vt-shop-home .vt-editorial__content {
  position: relative;
  z-index: 2;
  padding: 42px;
  border: 1px solid rgba(213, 228, 229, 0.88);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 62px rgba(16, 41, 45, 0.09);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vt-shop-home .vt-editorial__content h2,
.vt-shop-home .vt-rhythm__header h2 {
  max-width: 700px;
  color: var(--theme-primary-strong);
  font-size: clamp(36px, 4.3vw, 62px);
  line-height: 1.01;
  font-weight: 800;
  letter-spacing: -0.058em;
}

.vt-shop-home .vt-editorial__content p {
  max-width: 600px;
  margin: 20px 0 0;
  color: var(--theme-text-soft);
  font-size: 17px;
  line-height: 1.8;
}

.vt-shop-home .vt-editorial__list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.vt-shop-home .vt-editorial__list div {
  position: relative;
  padding: 18px 20px 18px 58px;
  border: 1px solid rgba(213, 228, 229, 0.92);
  border-radius: 4px;
  background: #ffffff;
}

.vt-shop-home .vt-editorial__list div::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 25px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: var(--theme-accent);
}

.vt-shop-home .vt-editorial__list strong,
.vt-shop-home .vt-editorial__list span {
  display: block;
}

.vt-shop-home .vt-editorial__list strong {
  color: var(--theme-primary-strong);
  font-size: 15px;
  font-weight: 900;
}

.vt-shop-home .vt-editorial__list span {
  margin-top: 3px;
  color: var(--theme-text-soft);
  font-size: 14px;
  line-height: 1.58;
}

.vt-shop-home .vt-editorial__media {
  position: relative;
  min-height: 520px;
}

.vt-shop-home .vt-editorial__media img {
  display: block;
  width: 100%;
  min-height: 520px;
  height: 520px;
  object-fit: cover;
  object-position: center;
  border: 12px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0 36px 82px rgba(16, 41, 45, 0.15);
}

.vt-shop-home .vt-editorial__caption {
  position: absolute;
  left: -28px;
  bottom: 36px;
  width: min(78%, 360px);
  padding: 24px 26px;
  border: 1px solid rgba(213, 228, 229, 0.84);
  border-left: 5px solid var(--theme-primary-strong);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 54px rgba(16, 41, 45, 0.14);
}

.vt-shop-home .vt-editorial__caption strong {
  display: block;
  margin-top: 8px;
  color: var(--theme-primary-strong);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.vt-shop-home .vt-rhythm {
  padding: 86px 0 96px;
  background: #ffffff;
}

.vt-shop-home .vt-rhythm__header {
  max-width: 760px;
  margin-bottom: 34px;
}

.vt-shop-home .vt-rhythm__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vt-shop-home .vt-rhythm__grid div {
  min-height: 178px;
  padding: 28px;
  border: 1px solid var(--theme-border);
  border-radius: 4px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  box-shadow: 0 14px 32px rgba(16, 41, 45, 0.06);
}

.vt-shop-home .vt-rhythm__grid strong {
  display: block;
  margin-top: 18px;
  color: var(--theme-primary-strong);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 900;
}

.vt-shop-home .vt-hero__image-card img,
.vt-shop-home .vt-editorial__media img,
.vt-shop-home .vt-strip__card,
.vt-shop-home .vt-rhythm__grid div,
.vt-shop-home .vt-hero__tags span {
  transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.34s ease, background 0.34s ease;
}

.vt-shop-home .vt-hero__image-card:hover img,
.vt-shop-home .vt-editorial__media:hover img {
  transform: scale(1.045);
}

.vt-shop-home .vt-strip__card:hover,
.vt-shop-home .vt-rhythm__grid div:hover,
.vt-shop-home .vt-hero__tags span:hover {
  transform: translateY(-4px);
  border-color: rgba(122, 166, 173, 0.46);
  box-shadow: 0 22px 46px rgba(16, 41, 45, 0.1);
}

@media (max-width: 1100px) {
  .vt-shop-home .vt-hero__layout,
  .vt-shop-home .vt-editorial__layout {
    grid-template-columns: 1fr;
  }

  .vt-shop-home .vt-hero::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 30%;
  }

  .vt-shop-home .vt-hero__media {
    min-height: auto;
  }

  .vt-shop-home .vt-hero__image-card {
    width: min(100%, 720px);
  }

  .vt-shop-home .vt-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vt-shop-home .vt-strip__intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .vt-shop-home .vt-hero {
    min-height: auto;
    padding: 104px 0 62px;
  }

  .vt-shop-home .vt-hero__layout {
    gap: 34px;
  }

  .vt-shop-home .vt-hero__content {
    padding-left: 0;
  }

  .vt-shop-home .vt-hero__content::before {
    display: none;
  }

  .vt-shop-home .vt-hero__content h1 {
    font-size: clamp(42px, 11vw, 62px);
  }

  .vt-shop-home .vt-hero__content p,
  .vt-shop-home .vt-editorial__content p {
    font-size: 16px;
  }

  .vt-shop-home .vt-hero__note,
  .vt-shop-home .vt-editorial__caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -48px 18px 0;
  }

  .vt-shop-home .vt-strip,
  .vt-shop-home .vt-editorial,
  .vt-shop-home .vt-rhythm {
    padding: 62px 0;
  }

  .vt-shop-home .vt-strip__grid,
  .vt-shop-home .vt-rhythm__grid {
    grid-template-columns: 1fr;
  }

  .vt-shop-home .vt-strip__intro,
  .vt-shop-home .vt-editorial__content {
    padding: 26px;
  }

  .vt-shop-home .vt-editorial__media,
  .vt-shop-home .vt-editorial__media img {
    min-height: 360px;
    height: 360px;
  }
}

@media (max-width: 560px) {
  .vt-shop-home .vt-hero {
    padding: 92px 0 48px;
  }

  .vt-shop-home .vt-hero__content h1,
  .vt-shop-home .vt-strip__intro h2,
  .vt-shop-home .vt-editorial__content h2,
  .vt-shop-home .vt-rhythm__header h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .vt-shop-home .vt-hero__actions,
  .vt-shop-home .vt-hero__tags {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .vt-shop-home .vt-hero__image-card,
  .vt-shop-home .vt-editorial__media img {
    border-width: 8px;
  }

  .vt-shop-home .vt-hero__note,
  .vt-shop-home .vt-editorial__caption {
    margin: -36px 12px 0;
    padding: 18px;
  }

  .vt-shop-home .vt-strip__intro,
  .vt-shop-home .vt-strip__card,
  .vt-shop-home .vt-editorial__content,
  .vt-shop-home .vt-rhythm__grid div {
    padding: 22px;
  }

  .vt-shop-home .vt-strip__intro,
  .vt-shop-home .vt-strip__card {
    min-height: 210px;
  }

  .vt-shop-home .vt-editorial__list div {
    padding: 18px 18px 18px 48px;
  }

  .vt-shop-home .vt-editorial__list div::before {
    left: 18px;
  }

  .vt-shop-home .vt-editorial__media,
  .vt-shop-home .vt-editorial__media img {
    min-height: 280px;
    height: 280px;
  }
}

/* Shop page theme correction: keep shop.tpl untouched and match desktop/index.tpl feature product cards */
.site-shop-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(122, 166, 173, 0.16), transparent 28%),
    radial-gradient(circle at 90% 34%, rgba(15, 76, 92, 0.1), transparent 30%),
    linear-gradient(180deg, #f8fbfb 0%, #ffffff 48%, #f3f8f8 100%);
}

.site-shop-hero {
  background-image:
    linear-gradient(
      135deg,
      rgba(248, 251, 251, 0.97) 0%,
      rgba(243, 248, 248, 0.9) 48%,
      rgba(122, 166, 173, 0.34) 100%
    ),
    url("../images/other-banner.webp") !important;
  background-position: center;
  background-size: cover;
}

.site-shop-main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at -8% 8%, rgba(122, 166, 173, 0.13), transparent 28%),
    radial-gradient(circle at 108% 70%, rgba(15, 76, 92, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfb 54%, #f3f8f8 100%);
}

.site-shop-main .container {
  position: relative;
  z-index: 2;
}

.site-shop-head h2 {
  margin: 0;
  color: var(--theme-primary-strong);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.site-shop-head p {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--theme-text-soft);
  font-size: 16px;
  line-height: 1.78;
}

.site-shop-grid {
  align-items: stretch;
}

.site-shop-item,
.site-shop-card {
  height: 100%;
}

.site-shop-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.site-shop-card:hover {
  transform: translateY(-5px);
}

.site-shop-card__image-wrap,
.site-shop-card .s2list-bx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 314px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--theme-primary-soft) 100%);
}

.site-shop-card__image,
.site-shop-card .s2prd2 {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 236px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 3px;
  transition: transform 0.28s ease;
}

.site-shop-card:hover .site-shop-card__image,
.site-shop-card:hover .s2prd2 {
  transform: translateY(-6px) scale(1.03);
}

.site-shop-card__content,
.site-shop-card .s2list-text {
  flex: 1;
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--theme-border);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(16, 41, 45, 0.07);
  text-align: center;
}

.site-shop-card__name,
.site-shop-card .s2prd-hding2 {
  min-height: 56px;
  margin: 0 0 14px;
  color: var(--theme-primary-strong);
  font-size: 20px;
  line-height: 1.36;
  font-weight: 900;
}

.site-shop-card__price,
.site-shop-card .s2prd-prc2 {
  margin: 0 0 18px;
  color: var(--theme-accent-strong);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.site-shop-card__btn-wrap {
  margin: 0;
}

.site-shop-card__btn,
.site-shop-card .s2btn2 {
  width: 100%;
  min-height: 52px;
  border-radius: 4px;
  background: var(--theme-primary-strong);
  border: 1px solid var(--theme-primary-strong);
  color: #ffffff;
  box-shadow: none;
}

.site-shop-card__btn:hover,
.site-shop-card .s2btn2:hover {
  background: var(--theme-accent-strong);
  border-color: var(--theme-accent-strong);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(122, 166, 173, 0.22);
}

@media (max-width: 1024px) {
  .site-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-shop-main {
    padding: 66px 0;
  }

  .site-shop-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-shop-card__image-wrap,
  .site-shop-card .s2list-bx {
    min-height: 280px;
    padding: 24px;
  }
}
