@font-face {
  font-family: "Anek Telugu";
  src: url("/assets/fonts/anek-telugu-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins-500-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins-600-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 500 700;
  font-display: swap;
}

@font-face {
  font-family: "Marcellus";
  src: url("/assets/fonts/marcellus-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.page-home {
  --home-shell: min(calc(100% - 48px), 1440px);
  color: #171717;
  font-family: "Anek Telugu", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.page-home .skip-link {
  visibility: hidden;
}

.page-home .skip-link:focus-visible {
  visibility: visible;
}

.page-home .site-header {
  height: 70px;
  border-bottom: 0;
  background: #fff;
}

.page-home .site-header__inner {
  width: calc(100% - 48px);
  max-width: 1440px;
  grid-template-columns: 160px 1fr 160px;
}

.page-home .brand {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.page-home .brand img {
  width: 106px;
  height: auto;
}

.page-home .site-nav {
  gap: 4px;
}

.page-home .site-nav__link,
.page-home .cart-link,
.page-home .mobile-menu {
  font-family: "Poppins", system-ui, sans-serif;
}

.page-home .site-nav__link {
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: 0;
}

.page-home .cart-link {
  justify-self: end;
}

.page-home .new-products-bar {
  position: relative;
  z-index: 20;
  height: 70px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 233, 168, 0.7);
  background: linear-gradient(105deg, #0d513d 0%, #126a4e 45%, #0e5942 100%);
  color: #fff;
}

.new-products-bar--home {
  position: relative;
  overflow: hidden;
}

.new-products-bar__shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.16) 48%, transparent 72%);
  transform: translateX(-120%);
  pointer-events: none;
  animation: shimmer 7s ease-in-out infinite;
}

.new-products-bar__sparkle {
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 4px;
  pointer-events: none;
  animation: pulse 2.6s ease-in-out infinite;
}

.new-products-bar__sparkle--medium {
  width: 6px;
  height: 6px;
}

.new-products-bar__sparkle--mint {
  color: rgba(234, 251, 231, 0.75);
}

.new-products-bar__sparkle--white {
  color: rgba(255, 255, 255, 0.6);
}

.new-products-bar__sparkle--gold {
  color: rgba(255, 233, 168, 0.7);
}

.new-products-bar__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  pointer-events: none;
}

.new-products-bar__wave--gold {
  height: 12px;
  color: rgba(255, 233, 168, 0.25);
  animation: wave-slide 16s linear infinite;
}

.new-products-bar__wave--white {
  height: 8px;
  color: rgba(255, 255, 255, 0.15);
  animation: wave-slide 26s linear infinite reverse;
}

.page-home .new-products-bar__inner {
  position: relative;
  z-index: 2;
  width: var(--home-shell);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-inline: auto;
}

.new-products-bar__sun {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  animation: pulse-glow 3s ease-in-out infinite;
}

.new-products-bar__sun-rays {
  width: 100%;
  height: 100%;
  animation: spin 36s linear infinite;
}

.new-products-bar__message {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.new-products-bar__message strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  animation: bob 3s ease-in-out infinite;
}

.new-products-bar__message span,
.new-products-bar__action {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.new-products-bar__message span {
  color: rgba(255, 255, 255, 0.82);
}

.new-products-bar__action {
  position: relative;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 17px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #183e32;
  overflow: hidden;
}

.new-products-bar__action::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.9) 50%, transparent 80%);
  content: "";
  pointer-events: none;
  transform: translateX(-120%);
  animation: shimmer 4.5s ease-in-out infinite;
}

.new-products-bar__action img {
  width: 16px;
  height: 16px;
}

.home-v2-hero,
.home-v2-guarantee {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-v2-hero {
  height: 580px;
  overflow: hidden;
  background: #fff;
}

.home-v2-hero__copy {
  position: relative;
  z-index: 4;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: 100%;
  padding-top: 138px;
  padding-left: max(24px, calc((100vw - 1440px) / 2 + 24px));
}

.home-v2-hero__copy h1 {
  width: 512px;
  margin: 0 0 16px;
  color: #000;
  font-family: "Anek Telugu", system-ui, sans-serif;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -1.6px;
  line-height: 64px;
}

.home-v2-hero__copy > p {
  width: 448px;
  margin: 0 0 28px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
}

.home-v2-hero__actions {
  width: min(100%, 448px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.home-v2-button,
.home-v2-text-link {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.home-v2-button {
  min-width: 192px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 32px;
  border-radius: 9999px;
  transition: transform 200ms ease, background-color 200ms ease;
}

.home-v2-button--dark {
  background: #000;
  color: #fff;
}

.home-v2-button:hover {
  transform: translateY(-1px);
}

.home-v2-button img {
  width: 20px;
  height: 20px;
}

.home-v2-text-link {
  border-bottom: 1px solid currentColor;
  font-weight: 400;
}

.home-v2-hero__media {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  overflow: visible;
  background: #f0efff;
}

.home-v2-hero__media,
.home-v2-guarantee__media {
  container-type: inline-size;
}

.home-v2-hero__stage,
.home-v2-guarantee__stage,
.home-v2-closing__stage {
  position: absolute;
  inset: 0;
}

.home-v2-hero__media img,
.home-v2-guarantee__media img {
  position: absolute;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home-v2-hero__tb {
  z-index: 3;
  top: clamp(104.7px, 12.652cqw, 161px);
  left: clamp(62.7px, 7.58cqw, 96.5px);
  width: clamp(150.8px, 18.232cqw, 232px);
  height: clamp(204.1px, 24.676cqw, 314px);
  animation: float-delayed 4.5s ease-in-out 1s infinite;
}

.home-v2-hero__spray {
  z-index: 2;
  top: clamp(1.3px, 0.157cqw, 2px);
  left: clamp(129.7px, 15.68cqw, 199.5px);
  width: clamp(213.2px, 25.776cqw, 328px);
  height: clamp(341.9px, 41.336cqw, 526px);
  animation: float-slow 5s ease-in-out 0.5s infinite;
}

.home-v2-hero__amino {
  z-index: 4;
  top: clamp(-5px, -0.393cqw, -3.25px);
  left: clamp(-222.6px, -17.49cqw, -144.7px);
  width: clamp(426.4px, 51.552cqw, 656px);
  height: clamp(505.7px, 61.139cqw, 778px);
  animation: float 4s ease-in-out infinite;
}

.home-v2-hero__bpc {
  z-index: 3;
  top: clamp(131.3px, 15.874cqw, 202px);
  left: clamp(226.5px, 27.39cqw, 348.5px);
  width: clamp(176.2px, 21.296cqw, 271px);
  height: clamp(263.9px, 31.906cqw, 406px);
  animation: float-delayed 4.5s ease-in-out 1s infinite;
}

.home-v2-guarantee {
  height: 532px;
  overflow: visible;
  background: #fff;
}

.home-v2-guarantee__media {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  overflow: visible;
  background: #f0ecfd;
}

.home-v2-guarantee__glp {
  z-index: 2;
  top: clamp(-106px, -8.33cqw, -68.9px);
  left: clamp(302.3px, 36.54cqw, 465px);
  width: clamp(273px, 33.006cqw, 420px);
  height: clamp(409.5px, 49.509cqw, 630px);
  animation: float-slow 5.4s ease-in-out 0.4s infinite;
}

.home-v2-guarantee__nad {
  z-index: 1;
  top: clamp(-11px, -0.864cqw, -7.15px);
  left: clamp(152.8px, 18.47cqw, 235px);
  width: clamp(246.4px, 29.784cqw, 379px);
  height: clamp(310.7px, 37.564cqw, 478px);
  animation: float 4.8s ease-in-out infinite;
}

.home-v2-guarantee__copy {
  grid-column: 2;
  grid-row: 1;
  padding-top: 40px;
  padding-left: 56px;
}

.home-v2-guarantee__copy h2 {
  margin: 0 0 8px;
  color: #000;
  font-family: "Anek Telugu", system-ui, sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}

.home-v2-guarantee__lead {
  width: 420px;
  margin: 0;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.home-v2-guarantee__trust {
  display: grid;
  gap: 32px;
  margin-top: 42px;
  margin-left: -70px;
}

.home-v2-trust-row {
  position: relative;
  width: calc(100% + 30px);
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 45px;
  border: 1px solid #f0f0f0;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.home-v2-trust-row::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 24px;
  content: "";
  pointer-events: none;
}

.home-v2-trust-row--purity::before {
  background: #e9fce6;
}

.home-v2-trust-row--shipping::before {
  background: #cbe5fc;
}

.home-v2-trust-row--coa::before {
  background: #fefeca;
}

.home-v2-trust-row > img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.home-v2-trust-row h3,
.home-v2-trust-row p {
  margin: 0;
  letter-spacing: 0;
}

.home-v2-trust-row h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000;
  font-family: "Anek Telugu", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.home-v2-trust-row p {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.home-v2-trust-row__tooltip-wrap {
  position: relative;
  display: inline-flex;
}

.home-v2-trust-row__help {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid #9d9d9d;
  border-radius: 50%;
  background: transparent;
  color: #666;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 10px;
  line-height: 1;
  cursor: help;
}

.home-v2-trust-row__tooltip {
  position: absolute;
  z-index: 20;
  bottom: calc(100% + 9px);
  left: 50%;
  width: 236px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #101010;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-v2-trust-row__help:hover + .home-v2-trust-row__tooltip,
.home-v2-trust-row__help:focus-visible + .home-v2-trust-row__tooltip,
.home-v2-trust-row__help[aria-expanded="true"] + .home-v2-trust-row__tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.home-v2-section-head,
.home-v2-success__inner,
.home-v2-quality__inner,
.home-v2-why__inner,
.home-v2-faq__inner,
.home-newsletter__inner,
.home-footer__inner {
  width: min(calc(100% - 48px), 1392px);
  margin-inline: auto;
}

.home-v2-featured {
  position: relative;
  width: 100%;
  height: 752px;
  overflow: hidden;
  padding-top: 48px;
  background: #fff;
}

.home-v2-featured::before,
.home-v2-featured::after {
  position: absolute;
  top: 156px;
  bottom: 34px;
  width: 96px;
  content: "";
  pointer-events: none;
  z-index: 5;
}

.home-v2-featured::before {
  left: 0;
  background: linear-gradient(90deg, #fff 14%, rgba(255, 255, 255, 0));
}

.home-v2-featured::after {
  right: 0;
  background: linear-gradient(270deg, #fff 14%, rgba(255, 255, 255, 0));
}

.home-v2-section-head {
  position: relative;
  height: 116px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home-v2-section-head h2 {
  padding-top: 40px;
}

.home-v2-section-head h2,
.home-v2-success h2,
.home-v2-why h2,
.home-v2-faq h2 {
  margin: 0;
  color: #131315;
  font-family: "Anek Telugu", system-ui, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}

.home-v2-section-head p {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 24px;
}

.home-v2-section-head__link {
  position: absolute;
  top: 76px;
  right: 0;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 19.5px;
  border: 1px solid #111;
  border-radius: 9999px;
  color: #1d1d1f;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.home-v2-section-head__link img {
  display: none;
}

.home-v2-carousel-controls {
  position: absolute;
  z-index: 6;
  top: 378px;
  left: calc((1392px - 100vw) / 2 + 32px);
  width: calc(100vw - 64px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.home-v2-carousel-controls button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #d8d8dc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 180ms ease, transform 180ms ease;
}

.home-v2-carousel-controls button:hover {
  background: #f4f4f5;
  transform: translateY(-1px);
}

.home-v2-featured__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 280px;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 24px max(24px, calc((100vw - 2336px) / 2)) 42px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.home-v2-featured__rail::-webkit-scrollbar {
  display: none;
}

.home-v2-product {
  width: 280px;
}

.home-v2-product__image {
  position: relative;
  width: 280px;
  height: 350px;
  display: block;
  overflow: hidden;
  border: 1px solid #e5e5e8;
  border-radius: 20px 20px 0 0;
  background: #f0efff;
}

.home-v2-product__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% center;
  transition: transform 300ms ease;
}

.home-v2-product__image:hover > img {
  transform: scale(1.035);
}

.home-v2-product__badge {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border-radius: 999px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}

.home-v2-product__badge img {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
}

.home-v2-product__badge--new {
  width: 60px;
  background: #10b981;
  color: #fff;
}

.home-v2-product__badge--new img {
  filter: brightness(0) invert(1);
}

.home-v2-product__badge--spray {
  width: 70px;
  background: #cbe5fc;
  color: #27313f;
}

.home-v2-product__body {
  height: 166px;
  padding: 24px 16px 16px;
  border-radius: 0 0 20px 20px;
  background: #f9f9f9;
}

.home-v2-product__title {
  height: 28px;
  min-height: 28px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.home-v2-product__price {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(-16px);
}

.home-v2-product__price small {
  color: #777;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.home-v2-product__price strong {
  color: #111;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.home-v2-product__body h3,
.home-v2-product__body p {
  margin: 0;
  letter-spacing: 0;
}

.home-v2-product__body h3 {
  min-height: 28px;
  color: #131315;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.home-v2-product__body p {
  min-height: 20px;
  margin-top: 10px;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}

.home-v2-product__actions {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
}

.home-v2-product__actions a {
  height: 40px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 1px solid #111;
  border-radius: 9999px;
  color: #242426;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.home-v2-product__actions a:first-child {
  width: 121px;
}

.home-v2-product__actions a:last-child {
  width: 119px;
  border-color: #000;
  background: #000;
  color: #fff;
}

.home-v2-product__actions a:only-child {
  width: 100%;
  border-color: #000;
  background: #000;
  color: #fff;
}

.home-v2-catalog-callout {
  width: 100%;
  height: 385px;
  display: grid;
  place-items: start center;
  padding-top: 121px;
  background: #fff;
  text-align: center;
}

.home-v2-catalog-callout > div {
  width: min(calc(100% - 48px), 768px);
}

.home-v2-catalog-callout h2 {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}

.home-v2-catalog-callout p {
  margin: 8px auto 22px;
  color: #555;
  font-size: 16px;
  line-height: 24px;
}

.home-v2-catalog-callout__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.home-v2-button--light {
  border: 1px solid #c9c9cb;
  background: #fff;
  color: #000;
}

.home-v2-success {
  width: 100%;
  height: 968px;
  overflow: hidden;
  padding-top: 64px;
  background: #e9fce6;
}

.home-v2-success h2 {
  color: #000;
}

.home-v2-success__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 268px 140px 140px 144px;
  gap: 20px;
  margin-top: 48px;
}

.home-v2-success-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 4px 12.5px rgba(151, 201, 143, 0.44);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.home-v2-success-card:hover,
.home-v2-why-card:hover {
  transform: translateY(-3px);
}

.home-v2-success-card--community,
.home-v2-success-card--quality {
  grid-column: span 6;
}

.home-v2-success-card__copy {
  position: relative;
  z-index: 2;
  width: calc(100% - 120px);
  padding: 24px;
}

.home-v2-success-card h3,
.home-v2-success-card p {
  margin: 0;
  letter-spacing: 0;
}

.home-v2-success-card h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.home-v2-success-card p {
  margin-top: 12px;
  color: #4e5e55;
  font-size: 14px;
  line-height: 20px;
}

.home-v2-success-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
  padding: 0 20px;
  border: 1px solid #111;
  border-radius: 9999px;
  color: #111;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.home-v2-success-card a img {
  width: 16px;
  height: 16px;
}

.home-v2-success-card > img {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.home-v2-success-card--support .home-v2-success-card__copy,
.home-v2-success-card--shipping .home-v2-success-card__copy,
.home-v2-success-card--protection .home-v2-success-card__copy {
  padding-block: 24px;
}

.home-v2-success-card--support h3,
.home-v2-success-card--shipping h3,
.home-v2-success-card--protection h3 {
  font-size: 22px;
  line-height: 28px;
}

.home-v2-success-card--support > img,
.home-v2-success-card--shipping > img,
.home-v2-success-card--protection > img {
  width: 80px;
  height: 80px;
  bottom: 20px;
}

.home-v2-success-card--certificates {
  grid-column: span 6;
  grid-row: span 2;
}

.home-v2-success-card--support,
.home-v2-success-card--shipping {
  grid-column: span 6;
}

.home-v2-success-card--protection {
  grid-column: 1 / -1;
}

.home-v2-success-card--protection .home-v2-success-card__copy {
  padding-block: 10px;
}

.home-v2-success-card--protection p {
  margin-top: 4px;
}

.home-v2-success-card--protection a {
  min-height: 32px;
  margin-top: 6px;
}

.home-v2-success-card--certificates > img {
  width: 112px;
  height: 112px;
}

.home-v2-quality {
  width: 100%;
  min-height: 713px;
  height: auto;
  overflow: hidden;
  padding: 48px 0;
  background: #fff;
}

.home-v2-quality__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 64px;
}

.home-v2-quality__copy {
  min-width: 0;
  min-height: 617px;
}

.home-v2-quality__copy h2 {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 44px;
}

.home-v2-quality__lead {
  width: 100%;
  margin: 12px 0 0;
  color: #555;
  font-size: 18px;
  line-height: 28px;
}

.home-v2-quality__metrics {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #eee;
}

.home-v2-quality__metrics > div {
  min-width: 154px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 24px;
}

.home-v2-quality__metrics > div + div {
  padding-left: 24px;
  border-left: 1px solid #e0e0e0;
}

.home-v2-quality__metrics strong {
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.home-v2-quality__metrics span {
  max-width: 80px;
  color: #555;
  font-size: 14px;
  line-height: 16px;
}

.home-v2-quality__tabs {
  display: flex;
  gap: 8px;
  margin-top: 32px;
}

.home-v2-quality__tab {
  min-width: 88px;
  height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #f5f5f5;
  color: #52525b;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.home-v2-quality__tab.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.home-v2-quality__panels {
  min-height: 180px;
  margin-top: 24px;
}

.home-v2-quality__panel {
  min-height: 180px;
  padding: 24px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  background: linear-gradient(135deg, #fafafa, #f5f5f5);
}

.home-v2-quality__panel h3,
.home-v2-quality__panel p,
.home-v2-quality__panel strong {
  margin: 0;
  letter-spacing: 0;
}

.home-v2-quality__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home-v2-quality__panel-head > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border: 1px solid #b7efd1;
  border-radius: 9999px;
  background: #f0fff7;
  color: #168055;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
}

.home-v2-quality__panel h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.home-v2-quality__panel p {
  width: auto;
  margin-top: 8px;
  color: #555;
  font-size: 16px;
  line-height: 24px;
}

.home-v2-quality__panel strong {
  display: block;
  margin-top: 14px;
  color: #111;
  font-size: 14px;
  line-height: 20px;
}

.home-v2-quality__panel strong + p {
  margin-top: 4px;
  padding: 14px 16px;
  border-left: 4px solid #22c55e;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
}

.home-v2-quality__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 20px;
}

.home-v2-quality__actions > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 13px;
  line-height: 20px;
}

.home-v2-quality__actions .home-v2-quality__check {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  font-size: 10px;
}

.home-v2-quality__visual {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 0;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(180deg, #f8f9fb 0%, #e8eef5 50%, #cddaeb 100%);
}

.home-v2-quality__visual > img {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 138px;
  width: 388px;
  height: 420px;
  object-fit: contain;
}

.home-v2-quality__ring {
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
}

.home-v2-quality__badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
}

.home-v2-quality__check {
  width: 28px;
  height: 28px;
  display: inline-grid;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: #d8fae6;
  color: #31ba79;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.home-v2-quality__badge span,
.home-v2-quality__badge strong,
.home-v2-quality__badge small {
  display: block;
}

.home-v2-quality__badge strong {
  color: #0e6e4c;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.home-v2-quality__badge small {
  color: #395c4d;
  font-size: 9px;
  line-height: 11px;
}

.home-v2-quality__proof {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 24px;
  left: 24px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
}

.home-v2-quality__proof span,
.home-v2-quality__proof strong,
.home-v2-quality__proof small {
  display: block;
}

.home-v2-quality__proof strong {
  color: #111;
  font-size: 14px;
  line-height: 18px;
}

.home-v2-quality__proof small {
  margin-top: 4px;
  color: #666;
  font-size: 12px;
  line-height: 14px;
}

.home-v2-quality__proof-icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #f8f8f8;
}

.home-v2-quality__proof .home-v2-quality__proof-arrow {
  margin-left: auto;
  width: 16px;
  height: 16px;
}

.home-v2-why {
  position: relative;
  width: 100%;
  height: 624px;
  overflow: hidden;
  padding-top: 64px;
  background: #fff;
}

.home-v2-why__background {
  position: absolute;
  inset: -96px -8px;
  width: calc(100% + 16px);
  height: calc(100% + 192px);
  object-fit: cover;
  filter: blur(8px);
  opacity: 0.5;
}

.home-v2-why__inner {
  position: relative;
  z-index: 1;
}

.home-v2-why h2 {
  text-align: center;
}

.home-v2-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.home-v2-why-card {
  position: relative;
  min-height: 198px;
  padding: 20px;
  border: 1px solid rgba(227, 227, 227, 0.6);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.home-v2-why-card::before {
  position: absolute;
  inset: 0;
  border: 3px solid var(--why-card-ring);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.home-v2-why-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid var(--why-icon-border);
  border-radius: 12px;
  background: var(--why-icon-background);
}

.home-v2-why-card__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.home-v2-why-card--purple {
  --why-card-ring: rgba(220, 215, 255, 0.3);
  --why-icon-background: #f2f0ff;
  --why-icon-border: rgba(224, 220, 253, 0.83);
}

.home-v2-why-card--green {
  --why-card-ring: rgba(233, 250, 231, 0.3);
  --why-icon-background: #f0ffee;
  --why-icon-border: rgba(209, 243, 205, 0.83);
}

.home-v2-why-card--yellow {
  --why-card-ring: rgba(255, 250, 214, 0.3);
  --why-icon-background: #fffbdb;
  --why-icon-border: rgba(238, 230, 172, 0.83);
}

.home-v2-why-card--pink {
  --why-card-ring: rgba(250, 217, 255, 0.3);
  --why-icon-background: #ffe7fd;
  --why-icon-border: rgba(246, 209, 243, 0.83);
}

.home-v2-why-card--lavender {
  --why-card-ring: rgba(220, 215, 255, 0.3);
  --why-icon-background: #f1eeff;
  --why-icon-border: rgba(217, 208, 255, 0.83);
}

.home-v2-why-card--mint {
  --why-card-ring: rgba(165, 226, 198, 0.3);
  --why-icon-background: #effff8;
  --why-icon-border: rgba(180, 227, 206, 0.83);
}

.home-v2-why-card h3,
.home-v2-why-card p {
  margin: 0;
  letter-spacing: 0;
}

.home-v2-why-card h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.home-v2-why-card p {
  margin-top: 8px;
  color: #797979;
  font-size: 16px;
  line-height: 24px;
}

.home-v2-faq {
  width: 100%;
  min-height: 997px;
  padding-top: 48px;
  background: #fff;
}

.home-v2-faq__inner > p {
  width: 672px;
  margin: 8px auto 0;
  color: #4a5568;
  font-size: 18px;
  line-height: 28px;
}

.home-v2-faq__list {
  width: 768px;
  margin: 55px auto 0;
  border-top: 1px solid #e4e4e7;
}

.home-v2-faq__item {
  border-bottom: 1px solid #e4e4e7;
}

.home-v2-faq__item h3 {
  margin: 0;
}

.home-v2-faq__item button {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 0 24px;
  border: 0;
  background: transparent;
  color: #000;
  font-family: "Anek Telugu", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  cursor: pointer;
}

.home-v2-faq__item button img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transition: transform 200ms ease;
}

.home-v2-faq__item button[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.home-v2-faq__answer {
  padding: 0 0 24px;
}

.home-v2-faq__answer p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 24px;
}

.home-v2-closing {
  position: relative;
  width: 100%;
  height: 396px;
  overflow: visible;
  background: linear-gradient(180deg, #fbfdce 0%, #e9fae7 100%);
}

.home-v2-closing__copy {
  width: 640px;
  margin-inline: auto;
  padding-top: 80px;
  text-align: center;
}

.home-v2-closing__copy h2 {
  margin: 0 0 32px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}

.home-v2-closing__dsip,
.home-v2-closing__nad {
  position: absolute;
  z-index: 2;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
}

.home-v2-closing__stage {
  pointer-events: none;
}

.home-v2-closing__dsip {
  top: -46px;
  left: 47px;
  width: 157px;
  height: 221px;
  animation: float-delayed 4.5s ease-in-out 1s infinite;
}

.home-v2-closing__nad {
  top: 239px;
  right: -80px;
  width: 140px;
  height: 233px;
  animation: float-slow 5s ease-in-out 0.5s infinite;
}

.page-home .home-newsletter {
  width: 100%;
  height: 178px;
  display: block;
  padding: 0;
  background: #fff;
}

.home-newsletter__inner {
  height: 178px;
  display: grid;
  grid-template-columns: 1fr 560px;
  align-items: center;
  gap: 80px;
  padding: 32px 40px;
  border-radius: 24px;
  background: linear-gradient(180deg, #e8e5ff 0%, #f8eaed 100%);
  box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.06);
  transform: translateY(-48px);
}

.home-newsletter__copy > p,
.home-newsletter__copy h2,
.home-newsletter__copy > span,
.home-newsletter__copy > small {
  margin: 0;
}

.home-newsletter__copy > p {
  color: #187653;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-newsletter__copy h2 {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

.home-newsletter__copy > span {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 13px;
  line-height: 20px;
}

.home-newsletter__copy > small {
  display: block;
  margin-top: 4px;
  color: #555;
  font-size: 11px;
  line-height: 16px;
}

.home-newsletter__form > div {
  display: flex;
  padding: 4px;
  border: 1px solid #d8d8db;
  border-radius: 999px;
  background: #fff;
}

.home-newsletter__form input {
  min-width: 0;
  flex: 1;
  height: 44px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
}

.home-newsletter__form button {
  min-width: 132px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #101010;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.home-newsletter__form .form-note {
  display: none;
  margin: 6px 0 0 18px;
  color: #888;
  font-size: 10px;
  line-height: 14px;
}

.home-footer {
  min-height: 658px;
  padding: 0;
  background: #0a192f;
  color: #fff;
}

.home-footer__grid {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 32px;
  padding: 80px 0 44px;
}

.home-footer__brand > a:first-child {
  display: inline-block;
}

.home-footer__brand img {
  width: 160px;
  height: 48px;
}

.home-footer__brand p {
  width: 320px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.home-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.home-footer__contact-row {
  width: 320px;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.home-footer__contact-row--whatsapp {
  transition: background-color 180ms ease, transform 180ms ease;
}

.home-footer__contact-row--whatsapp:hover,
.home-footer__contact-row--whatsapp:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.home-footer__contact-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  border-radius: 50%;
  color: #fff;
}

.home-footer__contact-row--whatsapp .home-footer__contact-icon {
  background: #16a34a;
}

.home-footer__contact-row--email .home-footer__contact-icon {
  background: rgba(255, 255, 255, 0.1);
}

.home-footer__contact-icon svg {
  width: 20px;
  height: 20px;
}

.home-footer__contact-row > span:last-child {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.home-footer__contact-row strong,
.home-footer__contact-row small {
  display: block;
}

.home-footer__contact-row strong {
  font-size: 13px;
  line-height: 18px;
}

.home-footer__contact-row small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 17px;
  overflow-wrap: anywhere;
}

.home-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.home-footer__social-link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.home-footer__social-link:hover,
.home-footer__social-link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.home-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.home-footer__column h3 {
  margin: 0 0 6px;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 18px;
  text-transform: uppercase;
}

.home-footer__column a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
}

.home-footer__column a:hover {
  color: #fff;
}

.home-footer__disclaimer {
  padding: 16px 20px;
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-left: 4px solid #fbbf24;
  border-radius: 6px;
  background: rgba(251, 191, 36, 0.1);
}

.home-footer__disclaimer strong {
  color: #fcd34d;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-footer__disclaimer p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 18px;
}

.home-footer__disclaimer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  color: #fcd34d;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.home-footer__legal {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.home-footer__legal p {
  margin: 0;
}

.home-footer__legal > div {
  display: flex;
  gap: 20px;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(1deg);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes float-delayed {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}

@keyframes wave-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Source-measured tablet homepage */
@media (min-width: 769px) and (max-width: 1023px) {
  .page-home .site-header {
    height: 64px;
  }

  .page-home .site-header__inner {
    width: calc(100% - 32px);
    grid-template-columns: 44px 1fr 44px;
    padding: 0;
  }

  .page-home .desktop-only {
    display: none !important;
  }

  .page-home .mobile-only {
    display: grid;
  }

  .page-home .brand {
    justify-self: center;
  }

  .page-home .brand img {
    width: 82.28px;
  }

  .page-home .header-account {
    justify-self: end;
  }

  .page-home .new-products-bar {
    height: clamp(70px, calc(412px - 38vw), 108px);
  }

  .page-home .new-products-bar__inner {
    flex-wrap: wrap;
    align-content: center;
    gap: 10px 18px;
    padding: 10px 0;
  }

  .page-home .mobile-menu-screen {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: block;
    overflow: hidden;
    background: rgba(235, 241, 248, 0.96);
  }

  .page-home .mobile-menu-screen[hidden] {
    display: none;
  }

  .page-home .mobile-menu-screen .mobile-menu {
    position: static;
    width: 320px;
    min-height: 100vh;
    max-height: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    background: #fff;
    font-family: "Poppins", system-ui, sans-serif;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
  }

  .page-home .mobile-menu__head {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    border-bottom: 1px solid #ececec;
  }

  .page-home .mobile-menu__head > a img {
    width: auto;
    height: 32px;
  }

  .page-home .mobile-menu__head button {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    margin-right: -8px;
    border: 0;
    border-radius: 999px;
    background: transparent;
  }

  .page-home .mobile-menu-screen .mobile-menu__nav {
    display: flex;
    flex-direction: column;
    padding: 24px 16px 32px;
    margin: 0;
  }

  .page-home .mobile-menu__link {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 16px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
  }

  .page-home .mobile-menu__copyright {
    margin: auto 0 0;
    padding: 24px;
    border-top: 1px solid #ececec;
    color: #aaaead;
    font-size: 11px;
    text-align: center;
  }

  .home-v2-hero {
    height: 680px;
    display: block;
    background: linear-gradient(rgba(232, 229, 255, 0.6) 0%, rgba(203, 229, 252, 0.6) 100%);
  }

  .home-v2-hero__media {
    position: absolute;
    inset: 0 24px auto;
    width: calc(100% - 48px);
    height: 360px;
    overflow: visible;
    background: transparent;
  }

  .home-v2-hero__stage {
    inset: 0;
    width: 100%;
    height: 360px;
  }

  .home-v2-hero__tb {
    top: 36px;
    left: 42.6%;
    width: 27.7%;
    height: auto;
  }

  .home-v2-hero__spray {
    top: 8px;
    left: 50.8%;
    width: 30.6%;
    height: auto;
  }

  .home-v2-hero__amino {
    top: -16px;
    left: 2.5%;
    width: 61.9%;
    height: auto;
  }

  .home-v2-hero__bpc {
    top: 137px;
    left: 45%;
    width: 24.8%;
    height: auto;
  }

  .home-v2-hero__copy {
    position: absolute;
    inset: auto 24px 0;
    width: calc(100% - 48px);
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0 32px;
    text-align: center;
  }

  .home-v2-hero__copy h1 {
    width: min(448px, 100%);
    margin-bottom: 8px;
    font-size: 60px;
    line-height: 1.05;
    letter-spacing: -1.5px;
  }

  .home-v2-hero__copy > p {
    width: min(448px, 100%);
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }

  .home-v2-hero__actions {
    justify-content: center;
    gap: 16px;
  }

  .home-v2-guarantee {
    height: 752px;
    display: block;
    overflow: visible;
  }

  .home-v2-guarantee__media {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 300px;
  }

  .home-v2-guarantee__glp {
    top: -55px;
    left: 41.1%;
    width: 28%;
    height: auto;
  }

  .home-v2-guarantee__nad {
    top: -20px;
    left: 24.25%;
    width: 27.6%;
    height: auto;
  }

  .home-v2-guarantee__copy {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 32px 32px 0;
  }

  .home-v2-guarantee__lead {
    width: min(420px, 100%);
  }

  .home-v2-guarantee__trust {
    gap: 10px;
    margin-top: 20px;
    margin-left: 0;
  }

  .home-v2-trust-row {
    width: 100%;
    min-height: 88px;
    padding: 0 32px;
  }

  .home-v2-featured {
    height: 634.5px;
    padding-top: 32px;
  }

  .home-v2-featured::before,
  .home-v2-featured::after {
    top: 160px;
    bottom: 32px;
    width: 72px;
  }

  .home-v2-section-head {
    height: 104px;
  }

  .home-v2-featured__rail {
    width: calc(100% - 144px);
    grid-auto-columns: 250px;
    gap: 12px;
    margin: 24px auto 0;
    padding: 0 24px;
  }

  .home-v2-product,
  .home-v2-product__image {
    width: 250px;
  }

  .home-v2-product__image {
    height: 312.5px;
  }

  .home-v2-product__body {
    height: 130px;
    min-height: 0;
    padding: 12px;
  }

  .home-v2-product__body h3 {
    min-height: 22px;
    font-size: 14px;
    line-height: 22px;
  }

  .home-v2-product__body p {
    min-height: 16px;
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
  }

  .home-v2-product__price {
    transform: none;
  }

  .home-v2-product__actions {
    min-height: 36px;
    gap: 8px;
    margin-top: 10px;
  }

  .home-v2-product__actions a {
    height: 36px;
    font-size: 10px;
  }

  .home-v2-product__actions a:first-child {
    width: 110px;
  }

  .home-v2-product__actions a:last-child {
    width: 108px;
  }

  .home-v2-catalog-callout {
    height: 352.5px;
    place-items: center;
    padding: 48px 0;
  }

  .home-v2-success {
    height: auto;
    overflow: visible;
    padding: 48px 0;
  }

  .home-v2-success__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 16px;
    margin-top: 32px;
  }

  .home-v2-success-card,
  .home-v2-success-card--community,
  .home-v2-success-card--quality,
  .home-v2-success-card--certificates,
  .home-v2-success-card--support,
  .home-v2-success-card--shipping,
  .home-v2-success-card--protection {
    grid-column: 1;
    grid-row: auto;
  }

  .home-v2-success-card--community {
    height: 187px;
    min-height: 187px;
  }

  .home-v2-success-card--quality {
    height: 208px;
    min-height: 208px;
  }

  .home-v2-success-card--support,
  .home-v2-success-card--shipping {
    height: 120px;
    min-height: 120px;
  }

  .home-v2-success-card--certificates,
  .home-v2-success-card--protection {
    height: 187px;
    min-height: 187px;
  }

  .home-v2-success h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .home-v2-quality {
    min-height: 0;
  }

  .home-v2-quality__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-v2-quality__copy {
    min-height: 0;
    order: 2;
  }

  .home-v2-quality__visual {
    order: 1;
    height: 280px;
  }

  .home-v2-quality__visual > img {
    top: 30px;
    left: 50%;
    width: auto;
    height: 220px;
    transform: translateX(-50%);
  }

  .home-v2-quality__ring {
    inset: 32px;
  }

  .home-v2-quality__badge {
    top: 16px;
    right: 16px;
    padding: 10px 12px;
  }

  .home-v2-quality__proof {
    right: 16px;
    bottom: 16px;
    left: 16px;
    height: 70px;
  }

  .home-v2-why {
    height: auto;
    overflow: hidden;
    padding: 48px 0;
  }

  .home-v2-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
  }

  .home-v2-why-card {
    min-height: 161.5px;
    padding: 16px;
    border-radius: 16px;
  }

  .home-v2-why-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .home-v2-why-card__icon img {
    width: 28px;
    height: 28px;
  }

  .home-v2-why-card h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .home-v2-why-card p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-v2-faq {
    min-height: 901px;
    padding-top: 48px;
  }

  .home-v2-faq h2 {
    margin-bottom: 16px;
  }

  .home-v2-faq__inner > p,
  .home-v2-faq__list {
    width: 100%;
    max-width: 768px;
  }

  .home-v2-faq__inner > p {
    margin-top: 0;
  }

  .home-v2-faq__list {
    margin-top: 32px;
  }

  .home-v2-faq__item button {
    min-height: 68px;
    padding: 20px 0;
  }

  .home-v2-closing {
    height: 308px;
  }

  .home-v2-closing__copy {
    width: min(640px, calc(100% - 48px));
    padding-top: 48px;
  }

  .home-v2-closing__copy h2 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 40px;
  }

  .home-v2-closing__dsip {
    top: -20px;
    left: -5px;
    width: 65px;
    height: 130px;
  }

  .home-v2-closing__nad {
    top: auto;
    right: -10px;
    bottom: -40px;
    width: 75px;
    height: 150px;
  }

  .page-home .home-newsletter {
    height: 231.5px;
  }

  .home-newsletter__inner {
    height: 223.5px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    padding: 24px 32px;
    transform: translateY(-40px);
  }

  .home-newsletter__copy {
    width: 100%;
    max-width: 448px;
  }

  .home-newsletter__form {
    width: 100%;
  }

  .home-newsletter__form > div {
    padding: 6px;
  }

  .home-newsletter__form input,
  .home-newsletter__form button {
    height: 36px;
  }

  .home-newsletter__form button {
    min-width: 110px;
  }

  .home-footer {
    min-height: 0;
  }

  .home-footer__grid {
    min-height: 557.25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    padding: 56px 0;
  }

  .home-footer__brand {
    grid-column: span 2;
  }

  .home-footer__brand p {
    width: min(320px, 100%);
  }

  .home-footer__column {
    gap: 16px;
  }

  .home-footer__disclaimer {
    margin: 24px 0;
  }

  .home-footer__legal {
    min-height: 122px;
    margin-top: 0;
  }
}

/* Source-measured desktop homepage */
@media (min-width: 1024px) {
  .home-newsletter__inner {
    grid-template-columns: minmax(0, 1fr) 340px;
  }

  .home-newsletter__copy {
    max-width: 448px;
  }

  .home-newsletter__form button {
    min-width: 118px;
    height: 40px;
  }

  .home-newsletter__form input {
    height: 40px;
  }

  .home-newsletter__form > div {
    padding: 6px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .home-v2-hero {
    height: 450px;
  }
}

@media (min-width: 1280px) and (max-width: 1535px) {
  .home-v2-hero {
    height: 520px;
  }
}

@media (min-width: 1536px) {
  .home-v2-hero {
    height: 580px;
  }
}

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

@media (max-width: 768px) {
  .page-home .site-header {
    height: 64px;
  }

  .page-home .site-header__inner {
    width: calc(100% - 32px);
    grid-template-columns: 44px 1fr 44px;
  }

  .page-home .brand {
    justify-self: center;
  }

  .page-home .brand img {
    width: 82.28px;
  }

  .page-home .new-products-bar {
    height: 98px;
  }

  .page-home .new-products-bar__inner {
    width: calc(100% - 28px);
    flex-wrap: wrap;
    align-content: center;
    gap: 7px 10px;
  }

  .new-products-bar__sun {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .new-products-bar__message {
    flex-direction: column;
    gap: 1px;
  }

  .new-products-bar__message strong {
    font-size: 18px;
  }

  .new-products-bar__message span {
    font-size: 10px;
  }

  .new-products-bar__action {
    min-height: 30px;
    padding: 6px 13px;
    font-size: 10px;
  }

  .home-v2-hero,
  .home-v2-guarantee {
    grid-template-columns: 1fr;
  }

  .home-v2-hero {
    height: 551px;
    display: flex;
    flex-direction: column;
    background: #f0efff;
  }

  .home-v2-hero__media {
    order: 1;
    width: 100%;
    height: 246px;
    flex: 0 0 246px;
  }

  .home-v2-hero__stage {
    width: min(390px, 100%);
    height: auto;
    aspect-ratio: 390 / 246;
    margin-inline: auto;
  }

  .home-v2-hero__copy {
    order: 2;
    width: 100%;
    flex: 1;
    padding: 44px 24px 30px;
    text-align: center;
  }

  .home-v2-hero__copy h1 {
    width: min(100%, 342px);
    margin: 0 auto 10px;
    font-size: 36px;
    letter-spacing: -0.6px;
    line-height: 38px;
  }

  .home-v2-hero__copy > p {
    width: min(100%, 310px);
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .home-v2-hero__actions {
    justify-content: center;
    gap: 14px;
  }

  .home-v2-button,
  .home-v2-text-link {
    font-size: 12px;
    line-height: 18px;
  }

  .home-v2-button {
    min-width: 142px;
    height: 40px;
    gap: 8px;
    padding: 0 20px;
  }

  .home-v2-button img {
    width: 16px;
    height: 16px;
  }

  .home-v2-hero__tb {
    top: 22%;
    left: 40.5%;
    width: 25.6%;
    height: auto;
  }

  .home-v2-hero__spray {
    top: 2%;
    left: 55.8%;
    width: 30.3%;
    height: auto;
  }

  .home-v2-hero__amino {
    top: 2.5%;
    left: 8%;
    width: 56.4%;
    height: auto;
  }

  .home-v2-hero__bpc {
    z-index: 5;
    top: 42%;
    left: 43.5%;
    width: 26.9%;
    height: auto;
  }

  .home-v2-guarantee {
    height: 665px;
    display: flex;
    flex-direction: column;
  }

  .home-v2-guarantee__copy {
    order: 1;
    height: 350px;
    flex: 0 0 350px;
    padding: 22px 24px 0;
  }

  .home-v2-guarantee__copy h2 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 28px;
  }

  .home-v2-guarantee__lead {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .home-v2-guarantee__trust {
    gap: 19px;
    margin-top: 20px;
    margin-left: 0;
  }

  .home-v2-trust-row {
    width: 100%;
    min-height: 54px;
    gap: 15px;
    padding: 8px 12px;
    border: 1px solid #ededed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(13, 31, 49, 0.04);
  }

  .home-v2-trust-row::before {
    width: 8px;
    border-radius: 8px 0 0 8px;
  }

  .home-v2-trust-row h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .home-v2-trust-row p {
    font-size: 12px;
    line-height: 16px;
  }

  .home-v2-guarantee__media {
    order: 2;
    width: 100%;
    height: 315px;
    flex: 0 0 315px;
  }

  .home-v2-guarantee__stage {
    width: min(390px, 100%);
    height: 100%;
    margin-inline: auto;
  }

  .home-v2-guarantee__glp {
    top: max(-15px, -3.85vw);
    left: 45%;
    width: 49.75%;
    height: min(291px, 74.62vw);
  }

  .home-v2-guarantee__nad {
    top: min(28px, 7.18vw);
    left: 13%;
    width: 45.4%;
    height: min(223px, 57.18vw);
  }

  .home-v2-section-head,
  .home-v2-success__inner,
  .home-v2-quality__inner,
  .home-v2-why__inner,
  .home-v2-faq__inner,
  .home-newsletter__inner,
  .home-footer__inner {
    width: calc(100% - 32px);
  }

  .home-v2-featured {
    height: 673px;
    padding-top: 74px;
  }

  .home-v2-featured::before,
  .home-v2-featured::after {
    top: 186px;
    bottom: 34px;
    width: 28px;
  }

  .home-v2-section-head {
    height: 112px;
  }

  .home-v2-section-head h2,
  .home-v2-success h2,
  .home-v2-why h2,
  .home-v2-faq h2 {
    font-size: 27px;
    line-height: 32px;
  }

  .home-v2-section-head h2 {
    padding-top: 0;
  }

  .home-v2-section-head p {
    margin-top: 2px;
    font-size: 13px;
    line-height: 18px;
  }

  .home-v2-carousel-controls {
    display: none;
  }

  .home-v2-section-head__link {
    top: 66px;
    right: auto;
    left: 0;
    height: 34px;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border: 1px solid #111;
    border-radius: 9999px;
    font-size: 12px;
  }

  .home-v2-section-head__link img {
    display: none;
  }

  .home-v2-featured__rail {
    grid-auto-columns: 250px;
    gap: 12px;
    padding: 8px 24px 34px;
  }

  .home-v2-product {
    width: 250px;
  }

  .home-v2-product__image {
    width: 250px;
    height: 313px;
    border-radius: 20px 20px 0 0;
  }

  .home-v2-product__body {
    height: 126px;
    min-height: 0;
    padding: 12px 12px 10px;
    border-radius: 0 0 20px 20px;
    background: #f9f9f9;
  }

  .home-v2-product__body h3 {
    min-height: 22px;
    font-size: 14px;
    line-height: 22px;
  }

  .home-v2-product__price small {
    font-size: 9px;
    line-height: 11px;
  }

  .home-v2-product__price strong {
    font-size: 18px;
    line-height: 20px;
  }

  .home-v2-product__price {
    transform: none;
  }

  .home-v2-product__body p {
    min-height: 16px;
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
  }

  .home-v2-product__actions {
    min-height: 36px;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    margin-top: 8px;
  }

  .home-v2-product__actions a {
    min-height: 36px;
    display: inline-flex;
    border: 1px solid #d8d8db;
    border-radius: 999px;
    font-size: 10px;
  }

  .home-v2-product__actions a,
  .home-v2-product__actions a:first-child,
  .home-v2-product__actions a:last-child {
    width: 100%;
  }

  .home-v2-product__actions a:last-child {
    border-color: #111;
    background: #111;
    color: #fff;
  }

  .home-v2-catalog-callout {
    height: 485px;
    padding: 112px 20px 0;
  }

  .home-v2-catalog-callout > div {
    width: 100%;
  }

  .home-v2-catalog-callout h2 {
    font-size: 27px;
    line-height: 32px;
  }

  .home-v2-catalog-callout p {
    max-width: 334px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-v2-catalog-callout__actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .home-v2-catalog-callout__actions .home-v2-button {
    width: 176px;
  }

  .home-v2-success {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-v2-success__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .home-v2-success-card {
    flex: 0 0 auto;
    min-height: 166px;
    border-radius: 16px;
  }

  .home-v2-success-card--community,
  .home-v2-success-card--quality,
  .home-v2-success-card--certificates,
  .home-v2-success-card--protection {
    min-height: 236px;
  }

  .home-v2-success-card__copy,
  .home-v2-success-card--support .home-v2-success-card__copy,
  .home-v2-success-card--shipping .home-v2-success-card__copy,
  .home-v2-success-card--protection .home-v2-success-card__copy {
    width: calc(100% - 84px);
    padding: 24px 16px;
  }

  .home-v2-success-card--protection .home-v2-success-card__copy {
    padding: 24px 16px;
  }

  .home-v2-success-card--protection p {
    margin-top: 8px;
  }

  .home-v2-success-card--protection a {
    min-height: 44px;
    margin-top: 12px;
  }

  .home-v2-success-card h3,
  .home-v2-success-card--support h3,
  .home-v2-success-card--shipping h3,
  .home-v2-success-card--protection h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .home-v2-success-card p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 17px;
  }

  .home-v2-success-card a {
    margin-top: 12px;
    font-size: 10px;
  }

  .home-v2-success-card > img,
  .home-v2-success-card--support > img,
  .home-v2-success-card--shipping > img,
  .home-v2-success-card--protection > img,
  .home-v2-success-card--certificates > img {
    right: 12px;
    bottom: 18px;
    width: 72px;
    height: 72px;
  }

  .home-v2-quality {
    height: auto;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .home-v2-quality__inner {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .home-v2-quality__copy {
    width: 100%;
    min-height: 0;
    order: 2;
  }

  .home-v2-quality__copy h2 {
    padding-top: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .home-v2-quality__lead {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-v2-quality__metrics {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    row-gap: 31px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .home-v2-quality__metrics > div {
    min-width: 0;
    flex: 0 0 calc(50% - 4px);
    gap: 4px;
    padding-right: 8px;
  }

  .home-v2-quality__metrics > div + div {
    padding-left: 8px;
  }

  .home-v2-quality__metrics > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .home-v2-quality__metrics strong {
    font-size: 20px;
    line-height: 26px;
  }

  .home-v2-quality__metrics span {
    max-width: 60px;
    font-size: 10px;
    line-height: 12px;
  }

  .home-v2-quality__tabs {
    gap: 6px;
    margin-top: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-v2-quality__tab {
    min-width: 106px;
    height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }

  .home-v2-quality__panels {
    min-height: 194px;
    margin-top: 29px;
    padding-left: 0;
  }

  .home-v2-quality__panel p {
    width: 100%;
    font-size: 13px;
    line-height: 19px;
  }

  .home-v2-quality__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 4px;
  }

  .home-v2-quality__actions .home-v2-button {
    min-width: 154px;
  }

  .home-v2-quality__visual {
    order: 1;
    width: 100%;
    height: 280px;
    margin-top: 0;
    border-radius: 28px;
  }

  .home-v2-quality__visual > img {
    top: 30px;
    right: auto;
    left: 78px;
    width: 203px;
    height: 220px;
  }

  .home-v2-quality__badge {
    top: 16px;
    right: 16px;
    left: auto;
    padding: 10px 12px;
  }

  .home-v2-quality__badge strong {
    font-size: 12px;
  }

  .home-v2-quality__actions .home-v2-quality__check {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    font-size: 10px;
  }

  .home-v2-quality__ring {
    inset: 32px;
  }

  .home-v2-quality__proof {
    right: 16px;
    bottom: 16px;
    left: 16px;
    height: 66px;
    padding: 10px 14px;
  }

  .home-v2-why {
    height: auto;
    padding: 48px 0;
    background-position: center;
  }

  .home-v2-why__inner {
    width: calc(100% - 48px);
  }

  .home-v2-why h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .home-v2-why__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .home-v2-why-card {
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }

  .home-v2-why-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .home-v2-why-card__icon img {
    width: 24px;
    height: 24px;
  }

  .home-v2-why-card h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .home-v2-why-card p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.625;
  }

  .home-v2-faq {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 64px;
  }

  .home-v2-faq__inner > p {
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-v2-faq__list {
    width: 100%;
    margin-top: 34px;
  }

  .home-v2-faq__item button {
    min-height: 83px;
    padding: 22px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .home-v2-faq__answer p {
    font-size: 13px;
    line-height: 19px;
  }

  .home-v2-closing {
    height: 304px;
    overflow: visible;
  }

  .home-v2-closing__stage {
    width: 100%;
    height: 100%;
    margin-inline: auto;
  }

  .home-v2-closing__copy {
    position: relative;
    z-index: 3;
    width: calc(100% - 56px);
    padding-top: 48px;
  }

  .home-v2-closing__copy h2 {
    margin-bottom: 24px;
    font-size: 23px;
    line-height: 28px;
  }

  .home-v2-closing__dsip {
    top: -20px;
    left: -3.1%;
    width: 12.5%;
    height: auto;
  }

  .home-v2-closing__nad {
    top: 218px;
    right: -2.1%;
    width: 12%;
    height: auto;
  }

  .home-v2-why__background {
    inset: -120px -8px;
    height: calc(100% + 240px);
  }

  .page-home .home-newsletter {
    height: 257.5px;
  }

  .home-newsletter__inner {
    width: calc(100% - 48px);
    height: 241.5px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 18px;
    padding: 20px;
    border-radius: 16px;
    text-align: left;
    transform: translateY(-32px);
  }

  .home-newsletter__copy h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .home-newsletter__form > div {
    flex-direction: row;
    gap: 0;
    padding: 4px;
    border: 1px solid #d8d8db;
    border-radius: 999px;
  }

  .home-newsletter__form input {
    width: auto;
    height: 40px;
    border: 0;
  }

  .home-newsletter__form button {
    width: 110px;
    min-width: 110px;
    height: 40px;
    border: 0;
    border-radius: 999px;
  }

  .home-newsletter__form .form-note {
    margin-left: 0;
  }

  .home-footer {
    min-height: 1246px;
  }

  .home-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
    padding: 48px 0 94px;
  }

  .home-footer__brand {
    grid-column: 1 / -1;
  }

  .home-footer__brand p {
    width: 100%;
    max-width: 330px;
  }

  .home-footer__contact-row {
    width: 100%;
    max-width: 330px;
  }

  .home-footer__column a {
    font-size: 13px;
    line-height: 19px;
  }

  .home-footer__column:nth-child(n + 4) {
    margin-top: 44px;
  }

  .home-footer__disclaimer {
    margin-top: 18px;
  }

  .home-footer__legal {
    min-height: 100px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 117px;
  }

  .home-footer__legal > div {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
  }
}

/* Product artwork media moves with each image during hover motion. */
.home-v2-product__image .product-image-media {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform-origin: center;
  transition: transform 300ms ease;
}

.home-v2-product__image .product-image-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 80% center;
  transform: none;
}

.home-v2-product__image:hover .product-image-media {
  transform: scale(1.035);
}

.home-v2-product__image:hover .product-image-media > img {
  transform: none;
}

.home-product-image-frame {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.home-product-image-frame > picture {
  width: 100%;
  height: 100%;
  display: block;
}

.home-product-image-frame > img,
.home-product-image-frame > picture > img {
  position: static;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home-product-image-frame--hero-tb {
  aspect-ratio: 485 / 525;
}

.home-product-image-frame--hero-spray,
.home-product-image-frame--guarantee-nad,
.home-product-image-frame--closing-dsip,
.home-product-image-frame--closing-nad {
  aspect-ratio: 380 / 800;
}

.home-product-image-frame--hero-water {
  aspect-ratio: 560 / 701;
}

.home-product-image-frame--hero-bpc {
  aspect-ratio: 491 / 499;
}

.home-product-image-frame--guarantee-glp {
  aspect-ratio: 532 / 700;
}

.home-v2-quality__product {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 138px;
  width: 388px;
  height: 420px;
  aspect-ratio: 384 / 416;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .home-v2-quality__product {
    top: 30px;
    left: 50%;
    width: auto;
    height: 220px;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .home-v2-quality__product {
    top: 30px;
    right: auto;
    left: 78px;
    width: 203px;
    height: 220px;
    transform: none;
  }
}
