html.single-entry-protected-root .header-section .header-action-bar,
html.single-entry-protected-root .header-section .header-nav,
html.single-entry-protected-root cart-drawer,
body[data-page-type="index"] .header-section .header-action-bar,
body[data-page-type="index"] .header-section .header-nav,
body[data-page-type="index"] cart-drawer,
body[data-page-type="home"] .header-section .header-action-bar,
body[data-page-type="home"] .header-section .header-nav,
body[data-page-type="home"] cart-drawer,
body[data-page-type="policy"] .header-section .header-action-bar,
body[data-page-type="policy"] .header-section .header-nav,
body[data-page-type="policy"] cart-drawer,
body[data-page-type="policies"] .header-section .header-action-bar,
body[data-page-type="policies"] .header-section .header-nav,
body[data-page-type="policies"] cart-drawer,
body.single-entry-protected .header-section .header-action-bar,
body.single-entry-protected .header-section .header-nav,
body.single-entry-protected cart-drawer,
body.single-entry-protected a[data-catalog-link-blocked="true"] {
  display: none !important;
}

/* Lightweight shell replaces the full store header and its navigation scripts. */
.gv-lite-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 17px;
  background: var(--perfely-warm, #f2eee6);
  color: var(--perfely-ink, #18221f);
  font-family: var(--sort-body-font), Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.gv-lite-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--perfely-ink, #18221f);
  box-shadow: 0 8px 28px rgba(12, 24, 20, 0.08);
  color: #fbf8f1;
}

.gv-lite-header__wordmark {
  font-family: var(--sort-title5-font), Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 29px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
}

/* Compact language control for the single-entry shell. */
.gv-language {
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 30;
  font-family: var(--sort-body-font), Arial, sans-serif;
  transform: translateY(-50%);
}

.gv-language__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 66px;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: #fbf8f1;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.gv-language__trigger:hover,
.gv-language__trigger[aria-expanded="true"] {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
}

.gv-language__trigger:focus-visible,
.gv-language__menu button:focus-visible {
  outline: 2px solid #d7b27c;
  outline-offset: 2px;
}

.gv-language__trigger svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.gv-language__trigger .gv-language__chevron {
  width: 9px;
  height: 6px;
  transition: transform 160ms ease;
}

.gv-language__trigger[aria-expanded="true"] .gv-language__chevron {
  transform: rotate(180deg);
}

.gv-language__menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: 178px;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(24, 34, 31, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(10, 24, 19, 0.19);
  color: var(--perfely-ink, #18221f);
}

.gv-language__menu[hidden] {
  display: none !important;
}

.gv-language__menu button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 37px;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
}

.gv-language__menu button:hover,
.gv-language__menu button[aria-current="true"] {
  background: #f1eee7;
}

.gv-language__menu button b {
  color: #77817d;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.gv-language__status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Product pages are paid-ad landing pages: keep commerce, remove store browsing. */
html.single-product-landing-root .header-section .header-action-bar,
html.single-product-landing-root .header-section .header-nav,
html.single-product-landing-root .header-section nav,
html.single-product-landing-root .header-section [class*="menu-drawer"],
html.single-product-landing-root .header-section [class*="hamburger"],
html.single-product-landing-root .header-section [class*="breadcrumb"],
body[data-page-type="product"] .header-section .header-action-bar,
body[data-page-type="product"] .header-section .header-nav,
body[data-page-type="product"] .header-section nav,
body[data-page-type="product"] a[href^="/products/"],
body[data-page-type="product"] a[href^="/collections"],
body[data-page-type="product"] a[href^="/search"],
body[data-page-type="product"] [class*="breadcrumb"],
body[data-page-type="product"] [class*="recently-viewed"],
body[data-page-type="product"] [class*="related-products"],
body[data-page-type="product"] [data-section-type*="recommend"],
body[data-page-type="product"] [data-section-type*="recent"],
body.single-product-landing .header-section .header-action-bar,
body.single-product-landing .header-section .header-nav,
body.single-product-landing .header-section nav,
body.single-product-landing a[data-landing-link-blocked="true"],
body.single-product-landing [data-landing-catalog-suppressed="true"],
body.single-product-landing [class*="breadcrumb"],
body.single-product-landing [class*="recently-viewed"],
body.single-product-landing [class*="related-products"],
body.single-product-landing [data-section-type*="recommend"],
body.single-product-landing [data-section-type*="recent"] {
  display: none !important;
}

body.single-product-landing {
  background: var(--perfely-paper, #fcfbf8);
}

body[data-page-type="product"] a[href="/"],
body[data-page-type="product"] .header-section .header__logo-link,
body[data-page-type="product"] .header-section .header__logo-wrapper,
body[data-page-type="product"] .gv-footer__wordmark {
  cursor: default;
  pointer-events: none;
}

body.single-product-landing .header-section .header__container-top-wrap {
  min-height: 64px;
  justify-content: center;
  padding-inline: 24px;
}

body.single-product-landing .header-section .header__logo-wrapper,
body.single-product-landing .header-section a[data-landing-brand-inert="true"] {
  margin-inline: auto;
  cursor: default;
  pointer-events: none;
}

body.single-product-landing .header-section .header__logo-text {
  letter-spacing: -0.025em;
}

body.single-product-landing .gv-product-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 16px;
  margin-top: 16px;
  padding: 15px 16px;
  border: 1px solid rgba(41, 70, 59, 0.16);
  border-radius: 6px;
  background: rgba(41, 70, 59, 0.045);
  color: #34443e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.45;
  text-align: center;
}

body.single-product-landing .gv-product-assurance span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

body.single-product-landing .gv-product-assurance b {
  color: var(--perfely-forest, #29463b);
  font-size: 12px;
}

body.single-entry-protected .header-section .header__container-top-wrap {
  min-height: 68px;
}

body.single-entry-protected .header-section .header__logo-wrapper {
  position: relative;
  z-index: 2;
}

body.single-entry-protected .header-section .header__logo-text {
  letter-spacing: -0.025em;
}

.gv-policy-page {
  min-height: 58vh;
  padding: clamp(48px, 7vw, 96px) 0 clamp(72px, 9vw, 128px);
  background: var(--perfely-paper, #fcfbf8);
}

.gv-policy-shell {
  width: min(860px, calc(100% - 48px));
  margin-inline: auto;
}

.gv-policy-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: var(--perfely-forest, #29463b);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.gv-policy-back:hover {
  text-decoration: underline;
}

.gv-policy-page h1 {
  margin: 0 0 34px;
  color: var(--perfely-ink, #18221f);
  font-family: var(--sort-title2-font), Georgia, serif;
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.gv-policy-page .rte {
  color: #38423f;
  font-size: 15px;
  line-height: 1.78;
}

.gv-policy-page .rte h2,
.gv-policy-page .rte h3,
.gv-policy-page .rte h4 {
  margin-top: 2em;
  color: var(--perfely-ink, #18221f);
  font-family: var(--sort-title3-font), Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.gv-policy-page .rte a {
  color: var(--perfely-forest, #29463b);
  text-decoration: underline;
}

@media (max-width: 749px) {
  .gv-lite-announcement {
    min-height: 30px;
    padding-block: 6px;
    font-size: 10px;
    letter-spacing: 0.075em;
  }

  .gv-lite-header {
    min-height: 56px;
    padding: 10px 17px;
    box-shadow: 0 5px 20px rgba(12, 24, 20, 0.08);
  }

  .gv-lite-header__wordmark {
    font-size: 22px;
  }

  .gv-language {
    right: 14px;
  }

  .gv-language__trigger {
    min-width: 59px;
    min-height: 34px;
    gap: 6px;
    padding-inline: 9px;
  }

  .gv-language__trigger svg {
    width: 15px;
    height: 15px;
  }

  .gv-language__menu {
    width: 168px;
  }

  body.single-entry-protected .header-section .header__container-top-wrap {
    min-height: 58px;
  }

  .gv-policy-shell {
    width: calc(100% - 34px);
  }

  .gv-policy-back {
    margin-bottom: 30px;
  }

  body.single-product-landing .header-section .header__container-top-wrap {
    min-height: 56px;
    padding-inline: 17px;
  }

  body.single-product-landing .gv-product-assurance {
    grid-template-columns: 1fr;
    gap: 9px;
    text-align: left;
  }

  body.single-product-landing .gv-product-assurance span {
    justify-content: flex-start;
  }
}

/* Product purchase decision interface. */
body.single-product-landing .product-detail__price {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(41, 70, 59, 0.11);
}

body.single-product-landing .product-detail__price .product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

body.single-product-landing .product-detail__price .product-price__sale {
  color: var(--perfely-ink, #18221f);
  font-size: clamp(29px, 2.45vw, 35px) !important;
  font-weight: 780 !important;
  letter-spacing: -0.035em;
  line-height: 1;
}

body.single-product-landing .product-detail__price .product-price__origin {
  color: #7a847f;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  text-decoration-thickness: 1px;
}

body.single-product-landing .product-detail__price .product-price__save {
  margin-left: 2px;
  padding: 6px 9px;
  border: 1px solid rgba(181, 128, 67, 0.22);
  border-radius: 999px !important;
  background: #f5ecdf;
  box-shadow: none;
  color: #7a5630;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.065em;
  line-height: 1;
  text-transform: uppercase;
}

/* Long-form product content: compact, scannable and cheap to render below the fold. */
body.single-product-landing .gv-product-copy {
  display: grid;
  gap: 28px;
  margin-top: 8px;
  color: #39443f;
  font-size: 13px;
  line-height: 1.65;
}

body.single-product-landing .gv-product-copy h2,
body.single-product-landing .gv-product-copy h3,
body.single-product-landing .gv-product-copy p {
  margin: 0;
}

body.single-product-landing .gv-product-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(41, 70, 59, 0.12);
  border-radius: 16px;
  background: rgba(41, 70, 59, 0.12);
}

body.single-product-landing .gv-product-highlight {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 11px;
  min-height: 156px;
  padding: 20px 18px;
  background: #fff;
}

body.single-product-landing .gv-product-highlight > span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #edf1ee;
  color: var(--perfely-forest, #29463b);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

body.single-product-landing .gv-product-highlight h2 {
  color: var(--perfely-ink, #18221f);
  font-family: var(--sort-title5-font), Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

body.single-product-landing .gv-product-highlight p {
  margin-top: 8px;
  color: #65716b;
  font-size: 11px;
  line-height: 1.6;
}

body.single-product-landing .gv-product-proof-gallery {
  display: grid;
  gap: 12px;
  content-visibility: auto;
  contain-intrinsic-size: 1500px;
}

body.single-product-landing .gv-product-proof-gallery img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 14px;
  background: #f0eee9;
}

body.single-product-landing .gv-use-guide {
  padding: 30px;
  border-radius: 18px;
  background: var(--perfely-ink, #18221f);
  color: #fff;
  content-visibility: auto;
  contain-intrinsic-size: 540px;
}

body.single-product-landing .gv-product-eyebrow {
  color: #b88b56;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.single-product-landing .gv-use-guide > h2,
body.single-product-landing .gv-product-faq__intro h2 {
  color: inherit;
  font-family: var(--sort-title3-font), Georgia, serif;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

body.single-product-landing .gv-use-guide > h2 {
  max-width: 420px;
  margin-top: 7px;
}

body.single-product-landing .gv-use-guide ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.13);
  list-style: none;
}

body.single-product-landing .gv-use-guide li {
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  background: var(--perfely-ink, #18221f);
}

body.single-product-landing .gv-use-guide li strong {
  color: #fff;
  font-size: 12px;
}

body.single-product-landing .gv-use-guide li span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  line-height: 1.55;
}

body.single-product-landing .gv-product-faq {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  gap: 30px;
  padding: 29px;
  border: 1px solid rgba(41, 70, 59, 0.12);
  border-radius: 18px;
  background: #f8f5ef;
  content-visibility: auto;
  contain-intrinsic-size: 520px;
}

body.single-product-landing .gv-product-faq__intro h2 {
  margin-top: 7px;
  color: var(--perfely-ink, #18221f);
}

body.single-product-landing .gv-product-faq__intro > p:last-child {
  margin-top: 14px;
  color: #6f7974;
  font-size: 11px;
}

body.single-product-landing .gv-product-faq__list {
  border-top: 1px solid rgba(41, 70, 59, 0.14);
}

body.single-product-landing .gv-product-faq details {
  border-bottom: 1px solid rgba(41, 70, 59, 0.14);
}

body.single-product-landing .gv-product-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 1px;
  color: var(--perfely-ink, #18221f);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

body.single-product-landing .gv-product-faq summary::-webkit-details-marker {
  display: none;
}

body.single-product-landing .gv-product-faq summary i {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(41, 70, 59, 0.08);
}

body.single-product-landing .gv-product-faq summary i::before,
body.single-product-landing .gv-product-faq summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: var(--perfely-forest, #29463b);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

body.single-product-landing .gv-product-faq summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.single-product-landing .gv-product-faq details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

body.single-product-landing .gv-product-faq details > p {
  padding: 0 34px 16px 1px;
  color: #67726d;
  font-size: 10px;
  line-height: 1.65;
}

body.single-product-landing .pcx__faq-layout {
  margin-top: 18px;
}

/* The theme's native sticky purchase control replaces the late-page conversion CTA. */
body.single-product-landing .pcx__mobile-cta {
  display: none !important;
}

body.single-product-landing .gv-native-sticky-summary {
  display: none;
}

@media (max-width: 749px) {
  body.single-product-landing .gv-product-copy {
    gap: 20px;
    font-size: 12px;
  }

  body.single-product-landing .gv-product-highlights {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  body.single-product-landing .gv-product-highlight {
    min-height: 0;
    padding: 17px 15px;
  }

  body.single-product-landing .gv-product-highlight h2 {
    font-size: 16px;
  }

  body.single-product-landing .gv-product-proof-gallery {
    gap: 8px;
    contain-intrinsic-size: 1020px;
  }

  body.single-product-landing .gv-product-proof-gallery img {
    border-radius: 10px;
  }

  body.single-product-landing .gv-use-guide {
    padding: 24px 19px;
    border-radius: 15px;
  }

  body.single-product-landing .gv-use-guide > h2,
  body.single-product-landing .gv-product-faq__intro h2 {
    font-size: 27px;
  }

  body.single-product-landing .gv-use-guide ol {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  body.single-product-landing .gv-use-guide li {
    padding: 14px 1px;
  }

  body.single-product-landing .gv-product-faq {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 22px 18px;
    border-radius: 15px;
  }

  body.single-product-landing .gv-product-faq summary {
    padding-block: 15px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-product-landing .gv-product-faq summary i::after {
    transition: none;
  }
}

body.single-product-landing .product-detail__price .hidden-empty {
  margin-top: 10px;
  color: #69746f;
  font-size: 11px;
  line-height: 1.5;
}

body.single-product-landing .product-detail__price .hidden-empty a {
  color: var(--perfely-forest, #29463b);
  font-weight: 700;
  text-decoration-color: rgba(41, 70, 59, 0.4);
  text-underline-offset: 3px;
}

body.single-product-landing .product-detail__variant-picker .variant-picker__group-label {
  color: #5c6863;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.single-product-landing .product-detail__variant-picker .variant-picker__button--text {
  position: relative;
  min-height: 48px;
  padding: 13px 42px 13px 15px;
  border: 1px solid rgba(41, 70, 59, 0.26);
  border-radius: 10px;
  background: #fff;
  color: var(--perfely-ink, #18221f);
  font-size: 13px;
  font-weight: 650;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.single-product-landing .product-detail__variant-picker .variant-picker__option:hover .variant-picker__button--text {
  border-color: rgba(41, 70, 59, 0.6);
  transform: translateY(-1px);
}

body.single-product-landing .product-detail__variant-picker .variant-picker__input:checked + .variant-picker__button--text {
  border-color: var(--perfely-forest, #29463b);
  box-shadow: 0 0 0 1px var(--perfely-forest, #29463b), 0 8px 20px rgba(28, 53, 44, 0.08);
}

body.single-product-landing .product-detail__variant-picker .variant-picker__input:checked + .variant-picker__button--text::after {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: auto !important;
  right: 14px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--perfely-forest, #29463b);
  color: #fff;
  font-size: 10px;
  margin: 0;
  transform: translateY(-50%);
}

body.single-product-landing .gv-purchase-card {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(41, 70, 59, 0.16);
  border-radius: 17px;
  background: #f7f3eb;
  box-shadow: 0 16px 36px rgba(23, 39, 33, 0.075);
}

body.single-product-landing .gv-purchase-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #29463b 0%, #29463b 62%, #b58043 100%);
}

body.single-product-landing .gv-purchase-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 2px 1px 13px;
}

body.single-product-landing .gv-purchase-card__heading {
  display: grid;
  gap: 2px;
}

body.single-product-landing .gv-purchase-card__heading small {
  color: #8a6b47;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.single-product-landing .gv-purchase-card__heading strong {
  color: var(--perfely-ink, #18221f);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

body.single-product-landing .gv-purchase-card__status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(41, 70, 59, 0.075);
  color: #40564d;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.035em;
  line-height: 1;
}

body.single-product-landing .gv-purchase-card__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #438467;
  box-shadow: 0 0 0 3px rgba(67, 132, 103, 0.12);
}

body.single-product-landing .gv-purchase-card__status.is-unavailable {
  background: rgba(140, 72, 63, 0.08);
  color: #7d453e;
}

body.single-product-landing .gv-purchase-card__status.is-unavailable i {
  background: #a45d53;
  box-shadow: 0 0 0 3px rgba(164, 93, 83, 0.12);
}

body.single-product-landing .gv-purchase-card theme-sticky-position,
body.single-product-landing .gv-purchase-card .product-detail__buy-buttons,
body.single-product-landing .gv-purchase-card theme-product-form {
  display: block;
  width: 100%;
}

body.single-product-landing .gv-purchase-card .form__buttons {
  display: grid;
  gap: 10px;
}

body.single-product-landing .gv-purchase-card .form__buttons > button[name="add"],
body.single-product-landing .gv-purchase-card .pay-button-buy-now {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  min-height: 62px !important;
  height: 62px !important;
  margin: 0 !important;
  border-radius: 11px !important;
  font-family: var(--sort-body-font), Arial, sans-serif;
  line-height: 1.1 !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.single-product-landing .gv-purchase-card .form__buttons > button[name="add"] {
  border: 1px solid rgba(41, 70, 59, 0.34) !important;
  background: #fff !important;
  box-shadow: 0 7px 17px rgba(25, 43, 36, 0.045);
  color: var(--perfely-forest, #29463b) !important;
}

body.single-product-landing .gv-purchase-card .form__buttons > button[name="add"] > span,
body.single-product-landing .gv-purchase-card .pay-button-buy-now-text {
  font-size: 14px;
  font-weight: 780;
  letter-spacing: 0.01em;
}

body.single-product-landing .gv-purchase-card .form__buttons > button[name="add"]:not(:disabled)::after {
  content: "Review your order before checkout";
  position: static !important;
  inset: auto !important;
  order: 2;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 1px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #718078;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.035em;
  opacity: 1 !important;
  transform: none !important;
}

body.single-product-landing .gv-purchase-card .pay-button-buy-now {
  border: 1px solid #1c352c !important;
  background: var(--perfely-forest, #29463b) !important;
  box-shadow: 0 11px 23px rgba(25, 52, 43, 0.18);
  color: #fff !important;
}

body.single-product-landing .gv-purchase-card .pay-button-buy-now:not(.smart-payment-button-disabled)::after {
  content: "Direct to secure checkout";
  position: static !important;
  inset: auto !important;
  order: 2;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 1px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.035em;
  opacity: 1 !important;
  transform: none !important;
}

body.single-product-landing .gv-purchase-card .form__buttons > button[name="add"]:not(:disabled):hover,
body.single-product-landing .gv-purchase-card .pay-button-buy-now:not(.smart-payment-button-disabled):hover {
  transform: translateY(-1px);
}

body.single-product-landing .gv-purchase-card .form__buttons > button[name="add"]:not(:disabled):hover {
  border-color: var(--perfely-forest, #29463b) !important;
  box-shadow: 0 10px 20px rgba(25, 43, 36, 0.08);
}

body.single-product-landing .gv-purchase-card .pay-button-buy-now:not(.smart-payment-button-disabled):hover {
  background: #355a4b !important;
  box-shadow: 0 14px 27px rgba(25, 52, 43, 0.23);
}

body.single-product-landing .gv-purchase-card .gv-product-assurance {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px 10px;
  margin-top: 13px;
  padding: 13px 0 0;
  border: 0;
  border-top: 1px solid rgba(41, 70, 59, 0.12);
  border-radius: 0;
  background: transparent;
  color: #506059;
  font-size: 9px;
  letter-spacing: 0.02em;
}

body.single-product-landing .gv-purchase-card .gv-product-assurance b {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(41, 70, 59, 0.1);
  font-size: 9px;
}

body.single-product-landing .gv-purchase-card__note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 0;
  color: #78847f;
  font-size: 9px;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 749px) {
  body.single-product-landing .product-detail__price {
    padding-bottom: 12px;
  }

  body.single-product-landing .product-detail__price .product-price {
    gap: 7px 8px;
  }

  body.single-product-landing .product-detail__price .product-price__sale {
    font-size: 29px !important;
  }

  body.single-product-landing .product-detail__price .product-price__origin {
    font-size: 12px !important;
  }

  body.single-product-landing .product-detail__price .product-price__save {
    padding: 6px 8px;
    font-size: 9px !important;
  }

  body.single-product-landing .gv-purchase-card {
    padding: 14px;
    border-radius: 15px;
  }

  body.single-product-landing .gv-purchase-card__top {
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 12px;
  }

  body.single-product-landing .gv-purchase-card__heading strong {
    font-size: 13px;
  }

  body.single-product-landing .gv-purchase-card__status {
    padding: 6px 8px;
    font-size: 8px;
  }

  body.single-product-landing .gv-purchase-card .form__buttons > button[name="add"],
  body.single-product-landing .gv-purchase-card .pay-button-buy-now {
    min-height: 60px !important;
    height: 60px !important;
  }

  body.single-product-landing .gv-purchase-card .gv-product-assurance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-top: 12px;
    font-size: 8px;
  }

  body.single-product-landing .gv-purchase-card .gv-product-assurance span {
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    text-align: center;
  }

  body.single-product-landing .gv-purchase-card__note {
    font-size: 8px;
  }

  body.single-product-landing .gv-purchase-card theme-sticky-position.is-sticky .product-detail__buy-buttons {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: grid !important;
    gap: 8px;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 9px 14px max(10px, env(safe-area-inset-bottom)) !important;
    border-top: 1px solid rgba(41, 70, 59, 0.13);
    background: rgba(252, 251, 248, 0.97);
    box-shadow: 0 -14px 34px rgba(21, 37, 31, 0.12);
    backdrop-filter: blur(14px);
  }

  body.single-product-landing .gv-native-sticky-summary {
    display: none;
  }

  body.single-product-landing .gv-purchase-card theme-sticky-position.is-sticky .gv-native-sticky-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 21px;
    color: var(--perfely-ink, #18221f);
  }

  body.single-product-landing .gv-purchase-card theme-sticky-position.is-sticky .gv-native-sticky-summary strong {
    font-size: 17px;
    font-weight: 780;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  body.single-product-landing .gv-purchase-card theme-sticky-position.is-sticky .gv-native-sticky-summary span {
    color: #67736d;
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.single-product-landing .gv-purchase-card theme-sticky-position.is-sticky .form__buttons {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 8px;
  }

  body.single-product-landing .gv-purchase-card theme-sticky-position.is-sticky .form__buttons > button[name="add"],
  body.single-product-landing .gv-purchase-card theme-sticky-position.is-sticky .pay-button-buy-now {
    min-height: 49px !important;
    height: 49px !important;
    border-radius: 10px !important;
  }

  body.single-product-landing .gv-purchase-card theme-sticky-position.is-sticky .form__buttons > button[name="add"]::after,
  body.single-product-landing .gv-purchase-card theme-sticky-position.is-sticky .pay-button-buy-now::after {
    display: none !important;
  }
}
