/*
Theme Name: PetitePawPet
Theme URI: http://localhost/petitepawpet
Author: PetitePawPet
Description: A clean WooCommerce storefront for PetitePawPet.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: petitepawpet
*/

:root {
  --pp-ink: #151111;
  --pp-muted: #635a5f;
  --pp-line: #ead8df;
  --pp-soft: #f3eee8;
  --pp-band: #f3eee8;
  --pp-surface: #ffffff;
  --pp-teal: #3ee1e9;
  --pp-teal-dark: #087c83;
  --pp-mint: #dffbfc;
  --pp-leaf: #3ee1e9;
  --pp-grass: #c8f7f9;
  --pp-blush: #fbd4e8;
  --pp-blue: #3ee1e9;
  --pp-peach: #fbd4e8;
  --pp-earth: #a56a83;
  --pp-alert: #e83a52;
  --pp-warning: #fbd4e8;
  --pp-shadow: 0 16px 40px rgba(45, 31, 37, 0.1);
  --pp-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pp-soft);
  color: var(--pp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
}

button,
input,
select,
textarea {
  font: inherit;
}

.pp-shell {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.pp-announcement {
  background: linear-gradient(90deg, var(--pp-teal-dark), #2f6f45);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 16px;
  text-align: center;
}

.pp-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--pp-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.admin-bar .pp-site-header {
  top: 32px;
}

.pp-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 58px;
}

.pp-logo {
  display: inline-flex;
  align-items: center;
  color: var(--pp-teal-dark);
  font-size: 18px;
  font-weight: 950;
}

.pp-logo-image {
  display: block;
  width: 188px;
  max-width: 52vw;
  height: auto;
  border-radius: 8px;
}

.pp-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  color: var(--pp-muted);
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

.pp-nav a:hover,
.pp-cart-link:hover {
  color: var(--pp-teal);
}

.pp-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.pp-cart-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #e7f3df;
  color: var(--pp-teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.pp-button,
.button,
button.button,
input.button,
.single_add_to_cart_button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: var(--pp-radius);
  background: var(--pp-teal);
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pp-button:hover,
.button:hover,
button.button:hover,
input.button:hover,
.single_add_to_cart_button:hover {
  background: var(--pp-teal-dark);
  box-shadow: 0 12px 24px rgba(8, 119, 104, 0.2);
  color: #ffffff;
  transform: translateY(-1px);
}

.pp-button-wide {
  width: 100%;
}

.pp-button.pp-button-secondary {
  border: 1px solid var(--pp-line);
  background: var(--pp-surface);
  color: var(--pp-ink);
}

.pp-section {
  padding: 72px 0;
}

.pp-band {
  background: var(--pp-band);
}

.pp-section-title {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.pp-section-title-left {
  max-width: 520px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.pp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--pp-teal);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pp-section-title h1,
.pp-section-title h2,
.pp-offer-panel h1,
.pp-final-cta h2 {
  margin: 0;
  color: var(--pp-ink);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.pp-section-title p,
.pp-lede {
  margin-top: 12px;
  color: var(--pp-muted);
  font-size: 16px;
}

.pp-product-hero {
  border-bottom: 1px solid var(--pp-line);
  background:
    radial-gradient(circle at 12% 8%, rgba(184, 214, 156, 0.45), transparent 26%),
    radial-gradient(circle at 86% 16%, rgba(185, 220, 233, 0.48), transparent 30%),
    linear-gradient(180deg, #fffef8 0%, var(--pp-soft) 58%, #f2f7ef 100%);
}

.pp-product-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.82fr);
  gap: 46px;
  align-items: start;
  padding: 46px 0 68px;
}

.pp-hero-gallery {
  min-width: 0;
  max-width: 100%;
  position: sticky;
  top: 92px;
}

.pp-pet-trend-badge {
  position: absolute;
  z-index: 8;
  top: 32px;
  right: 32px;
  left: auto;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 17px;
  border: 1px solid rgba(248, 204, 77, 0.55);
  border-radius: 999px;
  background:
    radial-gradient(circle at 12% 24%, rgba(255, 238, 160, 0.95) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 18%, rgba(255, 207, 74, 0.92) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 78%, rgba(255, 230, 123, 0.72) 0 1px, transparent 2px),
    #070604;
  box-shadow: 0 12px 26px rgba(7, 6, 4, 0.28);
  color: #f8cc4d;
  pointer-events: none;
}

.pp-pet-trend-badge span {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #fff0a3 0%, #f7bf2f 36%, #fff6bf 54%, #c88916 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #f8cc4d;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(248, 204, 77, 0.48);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .pp-pet-trend-badge span {
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.pp-gallery-main {
  min-width: 0;
  max-width: 100%;
  position: relative;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  box-shadow: var(--pp-shadow);
}

.pp-image-slot {
  display: block;
  width: 100%;
  min-height: 180px;
  border: 1px solid #d5dfcf;
  border-radius: var(--pp-radius);
  background:
    linear-gradient(135deg, rgba(47, 125, 91, 0.08) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(135deg, transparent 75%, rgba(185, 220, 233, 0.18) 75%) 0 0 / 22px 22px,
    linear-gradient(180deg, #edf5e8, #e8f2f4);
}

.pp-main-image {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  border-radius: var(--pp-radius);
  object-fit: cover;
  object-position: center;
}

.pp-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.pp-gallery-slides {
  display: none;
}

.pp-thumb-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  cursor: pointer;
  object-fit: cover;
  object-position: center;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pp-thumb-image:hover,
.pp-thumb-image.is-selected {
  border-color: #3ee1e9;
  box-shadow: 0 0 0 2px rgba(62, 225, 233, 0.28);
}

.pp-thumb-image:hover {
  transform: translateY(-1px);
}

.pp-offer-panel {
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  padding: 22px;
  box-shadow: var(--pp-shadow);
}

.pp-offer-kicker {
  display: block;
  min-height: 26px;
  margin-bottom: 26px;
  padding: 5px 18px;
  border-radius: 999px;
  background: #e8f0ec;
  color: var(--pp-teal-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pp-rating-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--pp-muted);
  font-size: 14px;
  font-weight: 850;
}

.pp-rating-line strong {
  color: var(--pp-ink);
  font-size: 15px;
  font-weight: 950;
}

.pp-stars {
  color: #f2b400;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: 2px;
  line-height: 1;
}

.pp-offer-panel h1 {
  font-size: 38px;
  margin-bottom: 18px;
}

.pp-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
}

.pp-product-name {
  margin: 8px 0 0;
  color: var(--pp-teal-dark);
  font-size: 14px;
  font-weight: 950;
}

.pp-short-copy {
  margin: 0 0 18px;
  color: var(--pp-muted);
  font-size: 17px;
}

.pp-price-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 18px 0 20px;
  padding: 14px 16px;
  border: 1px solid #bdd5cf;
  border-left: 4px solid var(--pp-teal);
  border-radius: 14px;
  background: #ffffff;
}

.pp-price-box > span {
  grid-column: 1 / -1;
  color: var(--pp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pp-price-box strong,
.pp-sale-price {
  color: var(--pp-ink);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.pp-price-box strong {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}

.pp-price-box strong > .amount,
.pp-price-box .pp-sale-price .amount,
.pp-price-box ins .amount {
  color: var(--pp-ink);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.pp-price-box del {
  display: inline-flex;
  order: 2;
  align-items: baseline;
  color: var(--pp-muted);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

.pp-price-box del .amount {
  color: inherit;
  font-size: 20px;
  font-weight: 850;
  line-height: 1;
}

.pp-price-box ins {
  display: inline-flex;
  order: 1;
  text-decoration: none;
}

.pp-price-box em {
  justify-self: start;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff0ec;
  color: #e03f35;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.pp-viewing-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: #f7f7f5;
  color: var(--pp-ink);
  font-size: 14px;
  font-weight: 850;
}

.pp-viewing-pill__icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #087c83;
}

.pp-viewing-pill strong {
  color: var(--pp-teal-dark);
  font-weight: 950;
}

.pp-viewing-pill svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pp-customer-proof {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid #ead8df;
  border-radius: 999px;
  background: #fff9fc;
  color: var(--pp-muted);
  font-size: 14px;
  font-weight: 850;
}

.pp-customer-proof strong {
  color: var(--pp-ink);
  font-weight: 950;
}

.pp-check-list,
.pp-stack-list {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.pp-check-list li,
.pp-stack-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: var(--pp-ink);
  font-size: 15px;
  font-weight: 900;
}

.pp-check-list li::before,
.pp-stack-list li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  color: var(--pp-teal);
  background: transparent;
  box-shadow: none;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.pp-color-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.pp-color-pick {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  color: var(--pp-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.pp-color-pick[aria-pressed="true"] {
  border-color: var(--pp-teal);
  box-shadow: inset 0 0 0 1px var(--pp-teal);
}

.pp-color-pick[data-pp-color="pink"][aria-pressed="true"] {
  border-color: #f6a9ca;
  background: #fbd4e8;
  box-shadow: inset 0 0 0 1px #f6a9ca;
  color: #151111;
}

.pp-color-pick[data-pp-color="blue"][aria-pressed="true"] {
  border-color: #3ee1e9;
  background: #3ee1e9;
  box-shadow: inset 0 0 0 1px #3ee1e9;
  color: #151111;
}

.pp-swatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(31, 37, 34, 0.18);
  border-radius: 50%;
}

.pp-swatch-blue {
  background: var(--pp-blue);
}

.pp-swatch-pink {
  background: var(--pp-blush);
}

.pp-offer-options {
  display: grid;
  gap: 12px;
  margin: 14px 0;
}

.pp-bundle-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 24px 0 14px;
  color: var(--pp-teal-dark);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.pp-bundle-heading::before,
.pp-bundle-heading::after {
  content: "";
  height: 1px;
  background: #bfd0c4;
}

.pp-offer-card {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid var(--pp-line);
  border-radius: 18px;
  background: #fbfff7;
  cursor: pointer;
}

a.pp-offer-card,
button.pp-offer-card {
  grid-template-columns: minmax(0, 1fr) auto;
}

button.pp-offer-card {
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  appearance: none;
}

.pp-offer-card.is-selected,
.pp-offer-card:has(input:checked) {
  border-color: var(--pp-teal);
  background: linear-gradient(135deg, #edf8e9, #eef8f6);
  box-shadow: inset 0 0 0 1px var(--pp-teal);
}

.pp-offer-card-2 {
  border-color: #fbd4e8;
  padding-top: 30px;
}

.pp-offer-card-2.is-selected,
.pp-offer-card-2:has(input:checked) {
  border-color: #fbd4e8;
  background: linear-gradient(135deg, #fff9fc, #eafdfe);
  box-shadow: inset 0 0 0 1px #fbd4e8;
}

.pp-offer-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  min-height: 26px;
  place-items: center;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #fbd4e8, #3ee1e9);
  color: #151111;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pp-offer-card input {
  width: 18px;
  height: 18px;
  accent-color: var(--pp-teal);
}

.pp-offer-thumb {
  width: 54px;
  height: 54px;
  min-height: 0;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.pp-offer-copy {
  display: block;
}

.pp-offer-card strong {
  display: block;
  color: var(--pp-ink);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.1;
}

.pp-offer-card em {
  display: inline-flex;
  margin: 5px 0 0;
  padding: 3px 8px;
  border-radius: 999px;
  background: #dff1e8;
  color: var(--pp-teal-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.pp-offer-card small {
  display: block;
  margin-top: 5px;
  color: var(--pp-muted);
  font-size: 13px;
  font-weight: 750;
}

.pp-offer-note {
  color: var(--pp-teal-dark) !important;
  font-weight: 950 !important;
}

.pp-offer-price {
  display: grid;
  gap: 2px;
  justify-items: end;
  white-space: nowrap;
}

.pp-offer-price b {
  color: var(--pp-ink);
  font-size: 19px;
  font-weight: 950;
  line-height: 1;
}

.pp-offer-price del {
  color: #9da59d;
  font-size: 13px;
  font-weight: 850;
}

.pp-color-builder {
  display: grid;
  gap: 12px;
  margin: 16px 0 18px;
  padding: 18px;
  border: 1px solid var(--pp-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.pp-color-builder h2 {
  margin: 0 0 2px;
  color: var(--pp-ink);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}

.pp-color-row {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.pp-color-row.is-hidden {
  display: none;
}

.pp-color-row-label {
  color: var(--pp-muted);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.pp-color-thumb {
  width: 46px;
  height: 46px;
  min-height: 0;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.pp-color-row .pp-color-picks {
  margin: 0;
}

.pp-color-row .pp-color-pick {
  min-width: 62px;
  justify-content: center;
}

.pp-landing-delivery-estimate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(8, 124, 131, 0.18);
  border-radius: 14px;
  background: #effaf7;
  color: var(--pp-ink);
  font-size: 14px;
  font-weight: 900;
}

.pp-landing-delivery-estimate strong {
  color: #087c83;
  font-size: 15px;
  font-weight: 950;
  white-space: nowrap;
}

.pp-stock-alert {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 6px 10px;
  margin-top: 36px;
  padding: 16px;
  border: 1px solid #ff4964;
  border-radius: var(--pp-radius);
  background: #fff5f4;
  color: var(--pp-alert);
  font-size: 14px;
}

.pp-stock-alert::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 6px;
  border-radius: 50%;
  background: #e83a52;
}

.pp-stock-alert strong {
  color: #e83a52;
  font-weight: 950;
}

.pp-stock-alert span {
  grid-column: 2;
  color: #111111;
}

.pp-product-summary form.cart,
.pp-offer-panel form.cart {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}

.pp-offer-panel form.cart .quantity,
.pp-offer-panel form.cart .variations,
.pp-offer-panel form.cart .reset_variations,
.pp-offer-panel form.cart .woocommerce-variation-price {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.variations {
  width: 100%;
  border-collapse: collapse;
}

.variations th,
.variations td {
  display: block;
  padding: 0;
  text-align: left;
}

.variations label {
  display: block;
  margin: 0 0 6px;
  color: var(--pp-ink);
  font-size: 13px;
  font-weight: 950;
}

.reset_variations {
  display: inline-flex;
  margin-top: 8px;
  color: var(--pp-muted);
  font-size: 12px;
  font-weight: 800;
}

.woocommerce-variation-price {
  margin: 8px 0;
  font-weight: 950;
}

.quantity {
  width: 92px;
}

.quantity .qty,
.woocommerce-ordering select,
.variations select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.input-text {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  color: var(--pp-ink);
  padding: 10px 12px;
}

.single_add_to_cart_button {
  width: 100%;
}

.pp-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.pp-delivery-section {
  background: #ffffff;
}

.pp-delivery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

.pp-proof-item,
.pp-trust-item {
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #f5f0ea;
  padding: 10px 12px;
}

.pp-proof-item strong,
.pp-trust-item strong {
  display: block;
  color: var(--pp-ink);
  font-size: 12px;
  font-weight: 950;
}

.pp-proof-item span,
.pp-trust-item span {
  color: var(--pp-muted);
  font-size: 11px;
  font-weight: 750;
}

.pp-mini-review {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--pp-line);
  border-radius: 16px;
  background: #ffffff;
}

.pp-mini-review p {
  margin: 12px 0 18px;
  color: var(--pp-ink);
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
}

.pp-mini-review > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pp-mini-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.pp-mini-review strong,
.pp-mini-review small {
  display: block;
}

.pp-mini-review small {
  color: var(--pp-muted);
  font-size: 13px;
}

.pp-story-grid,
.pp-review-grid,
.pp-feature-grid,
.pp-product-grid,
.pp-comparison-grid {
  display: grid;
  gap: 18px;
}

.pp-real-walks {
  background: #f3eee8;
}

.pp-real-walks .pp-section-title {
  max-width: 760px;
  margin-bottom: 26px;
}

.pp-real-walks .pp-section-title h2 {
  font-size: 36px;
}

.pp-real-walks .pp-section-title p {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.pp-story-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.pp-story-card,
.pp-comparison-card,
.pp-review,
.pp-feature,
.pp-product-card,
.pp-page-content {
  overflow: hidden;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: var(--pp-surface);
  box-shadow: var(--pp-shadow);
}

.pp-story-card {
  border-color: #e4ddd4;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(36, 50, 40, 0.08);
}

.pp-story-card > div:not(.pp-image-slot),
.pp-comparison-card,
.pp-review,
.pp-feature,
.pp-product-card-body {
  padding: 16px;
}

.pp-story-card > div:not(.pp-image-slot) {
  padding: 16px 18px 18px;
}

.pp-story-image,
.pp-comparison-image,
.pp-review-image,
.pp-card-photo {
  aspect-ratio: 1.12 / 1;
  min-height: 0;
  border-width: 0 0 1px;
  border-radius: 0;
}

.pp-story-image {
  display: block;
  width: 100%;
  aspect-ratio: 0.98 / 1;
  object-fit: cover;
  object-position: center;
  background:
    linear-gradient(135deg, rgba(47, 125, 91, 0.06) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(135deg, transparent 75%, rgba(185, 220, 233, 0.16) 75%) 0 0 / 22px 22px,
    #f0eadf;
}

.pp-story-card h3,
.pp-comparison-card h3,
.pp-review h3,
.pp-feature h3 {
  margin: 6px 0 6px;
  color: var(--pp-ink);
  font-size: 16px;
  line-height: 1.25;
}

.pp-story-card h3 {
  margin: 12px 0 0;
  font-size: 15px;
}

.pp-story-card p,
.pp-comparison-card p,
.pp-review p,
.pp-feature p {
  margin: 0;
  color: var(--pp-muted);
  font-size: 13px;
}

.pp-story-card p {
  margin-top: 10px;
  color: var(--pp-ink);
  font-size: 15px;
  line-height: 1.45;
}

.pp-story-card small {
  display: block;
  color: var(--pp-muted);
  font-size: 12px;
  line-height: 1.2;
}

.pp-story-card .pp-stars {
  display: block;
  color: #f2b400;
  font-size: 22px;
  letter-spacing: 2px;
}

.pp-review {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  page-break-inside: avoid;
  border-color: #d8dee2;
  border-radius: 12px;
  padding: 10px 10px 14px;
  background: #ffffff;
  box-shadow: 0 2px 7px rgba(29, 38, 35, 0.14);
}

.pp-review h3 {
  margin: 12px 0 9px;
  color: #000000;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
  text-align: start;
}

.pp-review p {
  margin: 12px 0 0;
  color: #000000;
  font-size: 15px;
  line-height: 1.42;
  text-align: start;
  unicode-bidi: plaintext;
}

.pp-review .pp-stars {
  display: block;
  margin-top: 15px;
  color: #f2b400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1;
}

.pp-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #000000;
  font-size: 13px;
  font-weight: 850;
}

.pp-review-verified span {
  position: relative;
  display: inline-grid;
  width: 11px;
  height: 11px;
  place-items: center;
  border-radius: 50%;
  background: #2b97f0;
}

.pp-review-verified span::after {
  content: "";
  width: 5px;
  height: 3px;
  border-bottom: 1.5px solid #ffffff;
  border-left: 1.5px solid #ffffff;
  transform: rotate(-45deg);
}

.pp-split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}

.pp-split-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  min-height: 0;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(36, 50, 40, 0.12);
}

.problem-section {
  background: #f6f1eb;
}

.problem__intro {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.problem__title {
  margin: 0;
  color: var(--pp-ink);
  font-size: 32px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
}

.section-copy {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--pp-muted);
  font-size: 16px;
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.problem-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid #eadfd5;
  border-radius: var(--pp-radius);
  background: #ffffff;
  color: var(--pp-ink);
  box-shadow: 0 8px 20px rgba(36, 50, 40, 0.04);
  font-size: 14px;
  font-weight: 900;
}

.problem-item__mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #fff1f1;
  color: #e47177;
}

.problem-item .icon {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
}

.problem-item svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pp-comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
}

.pp-comparison-section {
  background: #ffffff;
}

.pp-comparison-section .pp-section-title {
  max-width: 760px;
  margin-bottom: 24px;
}

.pp-comparison-section .pp-section-title h2 {
  font-size: 38px;
}

.pp-comparison-card {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 16px;
  border-color: #e4ddd4;
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(36, 50, 40, 0.06);
}

.pp-comparison-card.is-winner {
  border-color: var(--pp-teal);
  box-shadow: 0 18px 44px rgba(47, 125, 91, 0.18);
}

.pp-best-choice {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--pp-teal);
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.pp-comparison-image {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  min-height: 0;
  border: 0;
  border-radius: 14px;
  object-fit: cover;
}

.pp-comparison-card h3 {
  margin: 18px 0 12px;
  color: var(--pp-ink);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 950;
}

.pp-comparison-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0 0 2px;
  list-style: none;
}

.pp-comparison-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--pp-ink);
  font-size: 14px;
  line-height: 1.35;
}

.pp-comparison-list span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #b92424;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.pp-comparison-list .is-good span {
  color: var(--pp-teal);
}

.pp-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-hydration-section {
  background: #ffffff;
}

.pp-hydration-intro {
  max-width: 1100px;
  margin: 0 auto 46px;
  text-align: center;
}

.pp-hydration-intro h2 {
  margin: 0;
  color: #080b0d;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.pp-hydration-intro p {
  max-width: 1080px;
  margin: 22px auto 0;
  color: #1d2422;
  font-size: 25px;
  line-height: 1.35;
}

.pp-hydration-layout {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(420px, 560px) minmax(190px, 1fr);
  grid-template-rows: repeat(2, minmax(190px, auto));
  gap: 34px 62px;
  align-items: center;
}

.pp-hydration-image {
  grid-column: 2;
  grid-row: 1 / 3;
  display: block;
  width: min(100%, 560px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.pp-hydration-feature {
  max-width: 300px;
  text-align: center;
}

.pp-hydration-feature.is-left {
  justify-self: end;
}

.pp-hydration-feature.is-right {
  justify-self: start;
}

.pp-hydration-feature.item-1,
.pp-hydration-feature.item-2 {
  align-self: end;
}

.pp-hydration-feature.item-3,
.pp-hydration-feature.item-4 {
  align-self: start;
}

.pp-hydration-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 18px;
  color: #ee4e68;
}

.pp-hydration-feature.item-2 .pp-hydration-icon {
  color: #4e8fe9;
}

.pp-hydration-feature.item-3 .pp-hydration-icon {
  color: #f05d84;
}

.pp-hydration-feature.item-4 .pp-hydration-icon {
  color: #514165;
}

.pp-hydration-icon svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pp-hydration-feature h3 {
  margin: 0 0 12px;
  color: #090c0d;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 950;
}

.pp-hydration-feature p {
  margin: 0;
  color: #151817;
  font-size: 21px;
  line-height: 1.35;
}

.pp-transform-section {
  background: #ffffff;
}

.pp-transform-inner {
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(520px, 1fr);
  gap: 84px;
  align-items: center;
}

.pp-transform-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
}

.pp-transform-copy h2 {
  max-width: 660px;
  margin: 0 0 32px;
  color: #050505;
  font-size: 44px;
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: 0;
}

.pp-stat-list {
  display: grid;
}

.pp-stat-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 148px;
  border-top: 1px solid #cbd2d7;
}

.pp-stat-row:first-child {
  border-top: 0;
}

.pp-stat-row strong {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 6px solid #65727a;
  border-radius: 50%;
  color: #000000;
  font-size: 20px;
  font-weight: 950;
}

.pp-stat-row span {
  color: #050505;
  font-size: 23px;
  line-height: 1.3;
}

.pp-transform-button {
  display: inline-flex;
  min-width: 256px;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border-radius: 16px;
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
}

.pp-feature-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: var(--pp-radius);
  background: linear-gradient(135deg, var(--pp-mint), #eef7d7);
  color: var(--pp-teal-dark);
  font-size: 13px;
  font-weight: 950;
}

.pp-review-grid {
  display: block;
  columns: 5 178px;
  column-gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.pp-review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.pp-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pp-mint), var(--pp-blue));
  color: var(--pp-teal-dark);
  font-size: 13px;
  font-weight: 950;
}

.pp-review-image {
  display: block;
  width: 100%;
  aspect-ratio: 0.74 / 1;
  object-fit: cover;
  object-position: center;
  margin: 0 0 12px;
  border: 0;
  border-radius: 9px;
}

.pp-delivery-popup {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: flex;
  width: 460px;
  max-width: calc(100vw - 32px);
  align-items: flex-start;
  gap: 14px;
  padding: 20px 50px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(8, 124, 131, 0.28);
  border-left: 6px solid var(--pp-teal-dark);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #dffbfc 100%);
  box-shadow: 0 28px 80px rgba(8, 124, 131, 0.26);
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px) scale(0.92);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.2, 0.9, 0.2, 1.18);
}

.pp-delivery-popup[hidden] {
  display: none;
}

.pp-delivery-popup::before {
  position: absolute;
  top: 0;
  left: -42%;
  width: 34%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  content: "";
  transform: skewX(-18deg);
}

.pp-delivery-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.pp-delivery-popup.is-visible::before {
  animation: pp-popup-shine 1.15s ease 0.18s both;
}

.pp-delivery-popup__icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pp-teal-dark), var(--pp-teal));
  box-shadow: 0 10px 24px rgba(8, 124, 131, 0.25);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.pp-delivery-popup__copy {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  gap: 8px;
}

.pp-delivery-popup__copy strong {
  color: #07111e;
  font-family: Poppins, Inter, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.16;
}

.pp-delivery-popup__copy p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.pp-delivery-popup__shipping {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.pp-delivery-popup__shipping span {
  color: #64748b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pp-delivery-popup__shipping del {
  color: #94a3b8;
  font-family: Poppins, Inter, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration-color: #ef4444;
  text-decoration-thickness: 2px;
}

.pp-delivery-popup__shipping strong {
  padding: 7px 10px;
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-radius: 999px;
  animation: pp-popup-pulse 1.7s ease-in-out infinite;
  background: #ecfdf5;
  color: var(--pp-teal-dark);
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.pp-delivery-popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.pp-delivery-popup__close:hover {
  background: #f1f5f9;
  color: #0f172a;
}

@keyframes pp-popup-shine {
  0% {
    left: -42%;
  }

  100% {
    left: 118%;
  }
}

@keyframes pp-popup-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.28);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(34, 197, 94, 0);
    transform: scale(1.04);
  }
}

.pp-faq-shell {
  max-width: 760px;
}

.pp-faq-list {
  display: grid;
  gap: 10px;
}

.pp-faq {
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
}

.pp-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 16px;
  cursor: pointer;
  color: var(--pp-ink);
  font-size: 14px;
  font-weight: 950;
  list-style: none;
}

.pp-faq summary::-webkit-details-marker {
  display: none;
}

.pp-faq summary::after {
  content: "+";
  color: var(--pp-teal);
  font-size: 18px;
  font-weight: 950;
}

.pp-faq[open] summary::after {
  content: "-";
}

.pp-faq p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--pp-muted);
  font-size: 14px;
}

.pp-final-cta {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 16% 20%, rgba(251, 212, 232, 0.55), transparent 28%),
    linear-gradient(135deg, #151111, #402a34 58%, #087c83);
  color: #ffffff;
}

.pp-final-cta-image {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  opacity: 0.34;
}

.pp-final-cta-content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 32px));
  text-align: center;
}

.pp-final-cta h2 {
  color: #ffffff;
}

.pp-final-cta p {
  color: rgba(255, 255, 255, 0.8);
}

.pp-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-product-card-media {
  display: block;
  background: #edf5e8;
}

.pp-product-card h2,
.pp-product-card h3 {
  min-height: 44px;
  margin: 10px 0 8px;
  font-size: 16px;
  line-height: 1.3;
}

.pp-card-price {
  margin: 0 0 14px;
  color: var(--pp-ink);
  font-size: 16px;
  font-weight: 950;
}

.pp-card-price del {
  margin-right: 6px;
  color: var(--pp-muted);
  font-size: 13px;
}

.pp-card-price ins {
  text-decoration: none;
}

.pp-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pp-warning), #f5dda1);
  color: var(--pp-ink);
  font-size: 11px;
  font-weight: 950;
}

.pp-shop-header {
  padding: 44px 0 26px;
  border-bottom: 1px solid var(--pp-line);
  background:
    radial-gradient(circle at 10% 20%, rgba(184, 214, 156, 0.45), transparent 24%),
    #fffef8;
}

.pp-shop-header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.pp-shop-header h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
}

.pp-shop-header p {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--pp-muted);
}

.pp-shop-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 22px;
}

.woocommerce-result-count,
.woocommerce-ordering {
  margin: 0;
  color: var(--pp-muted);
  font-size: 14px;
  font-weight: 800;
}

.pp-page {
  padding: 46px 0 70px;
}

.pp-page-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 30px;
}

.pp-track-form,
.pp-contact-form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid #ead8df;
  border-radius: var(--pp-radius);
  background: rgba(255, 255, 255, 0.86);
}

.pp-track-form label,
.pp-contact-form label {
  color: var(--pp-ink);
  font-size: 14px;
  font-weight: 950;
}

.pp-track-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.pp-track-form input,
.pp-contact-form input,
.pp-contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #ead8df;
  border-radius: 12px;
  background: #ffffff;
  color: var(--pp-ink);
  font: inherit;
  font-weight: 750;
  padding: 0 14px;
}

.pp-contact-status {
  margin: 22px auto 0;
  max-width: 780px;
  padding: 14px 16px;
  border: 1px solid #9bd8bc;
  border-radius: 14px;
  background: #eafff4;
  color: #17302c;
  font-size: 15px;
  font-weight: 850;
}

.pp-contact-status.is-error {
  border-color: #efb2b2;
  background: #fff0f0;
  color: #7a1f1f;
}

.pp-contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pp-contact-form textarea {
  min-height: 126px;
  padding: 12px 14px;
  resize: vertical;
}

.pp-contact-inner {
  max-width: 780px;
}

.pp-contact-form {
  margin-right: auto;
  margin-left: auto;
}

.pp-track-form button,
.pp-contact-form button {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #3ee1e9;
  color: #151111;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  padding: 0 24px;
}

.pp-track-form button:hover,
.pp-contact-form button:hover {
  background: #2bc7cf;
}

.pp-site-footer {
  background: linear-gradient(135deg, #151111, #402a34 58%, #087c83);
  color: #ffffff;
  padding: 42px 0;
}

.pp-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.pp-site-footer .pp-logo {
  color: #ffffff;
}

.pp-site-footer .pp-logo-image {
  background: #f3eee8;
}

.pp-footer-inner p {
  max-width: 360px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.pp-footer-links {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

.pp-footer-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 34px;
}

.pp-footer-columns h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pp-footer-columns a {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.woocommerce-pagination {
  margin-top: 28px;
}

.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  color: var(--pp-ink);
  font-weight: 900;
}

.woocommerce-pagination .current {
  background: var(--pp-teal);
  color: #ffffff;
}

.woocommerce-notices-wrapper {
  width: min(1320px, calc(100% - 40px));
  margin: 18px auto 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  color: var(--pp-ink);
  padding: 14px 16px;
}

.woocommerce-error {
  border-color: #f0b7ad;
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  padding: 18px;
}

.woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  padding: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-bottom: 1px solid var(--pp-line);
  padding: 14px;
}

.woocommerce table.shop_table .pp-delivery-estimate th,
.woocommerce table.shop_table .pp-delivery-estimate td {
  background: rgba(62, 225, 233, 0.12);
  color: var(--pp-ink);
  font-weight: 900;
}

.woocommerce table.shop_table .pp-delivery-estimate td {
  color: #087c83;
}

.woocommerce table.shop_table .pp-checkout-free-shipping-row th,
.woocommerce table.shop_table .pp-checkout-free-shipping-row td {
  background: #ffffff;
  color: var(--pp-ink);
  font-weight: 900;
}

.pp-checkout-free-shipping,
.pp-block-shipping-promo,
.pp-block-delivery-estimate {
  display: grid;
  gap: 4px;
  align-items: center;
}

.pp-block-delivery-estimate {
  padding: 12px 0;
  border-top: 1px solid var(--pp-line);
  color: var(--pp-ink);
  font-weight: 900;
}

.pp-block-delivery-estimate strong {
  color: #087c83;
  font-weight: 950;
}

.pp-checkout-free-shipping del,
.pp-block-shipping-promo del {
  color: var(--pp-muted);
  font-weight: 800;
}

.pp-checkout-free-shipping strong,
.pp-block-shipping-promo b {
  color: #087c83;
  font-weight: 950;
}

.pp-checkout-free-shipping small,
.pp-block-shipping-promo small {
  color: var(--pp-muted);
  font-size: 12px;
}

.pp-checkout-rope-addon {
  display: block;
  padding: 14px 0;
  border-top: 1px solid var(--pp-line);
}

.pp-checkout-rope-addon__label {
  display: grid;
  grid-template-columns: 18px 52px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

.pp-checkout-rope-addon__label input {
  width: 18px;
  height: 18px;
  accent-color: var(--pp-teal-dark);
}

.pp-checkout-rope-addon__media {
  display: block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 1px solid var(--pp-line);
  border-radius: 8px;
  background: #ffffff;
}

.pp-checkout-rope-addon__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-checkout-rope-addon__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.pp-checkout-rope-addon__copy strong {
  color: var(--pp-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.pp-checkout-rope-addon__copy small,
.pp-checkout-rope-addon__status {
  color: var(--pp-muted);
  font-size: 12px;
  line-height: 1.35;
}

.pp-checkout-rope-addon__price {
  color: var(--pp-ink);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.pp-checkout-rope-addon__status {
  display: block;
  min-height: 16px;
  margin-top: 6px;
  padding-left: 80px;
}

.pp-checkout-rope-addon.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.woocommerce table.shop_table .pp-checkout-rope-row th,
.woocommerce table.shop_table .pp-checkout-rope-row td {
  background: #ffffff;
  color: var(--pp-ink);
}

.pp-checkout-rope-addon--classic {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 0;
  border: 0;
}

body.woocommerce-checkout .pp-page .pp-shell {
  width: min(1320px, calc(100% - 32px));
}

body.woocommerce-checkout .pp-page-content {
  width: 100%;
  max-width: none;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 18px 0 48px;
}

body.woocommerce-checkout .pp-page-content > .pp-kicker {
  display: none;
}

body.woocommerce-checkout .pp-page-content > h1 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
}

body.woocommerce-checkout .woocommerce {
  width: 100%;
}

body.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(440px, 520px);
  grid-template-rows: auto auto;
  column-gap: 24px;
  row-gap: 10px;
  align-items: start;
}

body.woocommerce-checkout .woocommerce .col2-set,
body.woocommerce-checkout .woocommerce-page .col2-set {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 100%;
  min-width: 0;
}

body.woocommerce-checkout .woocommerce .col2-set .col-1,
body.woocommerce-checkout .woocommerce .col2-set .col-2,
body.woocommerce-checkout .woocommerce-page .col2-set .col-1,
body.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
  float: none;
  clear: both;
  width: 100%;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(45, 31, 37, 0.08);
}

body.woocommerce-checkout #customer_details {
  display: grid;
  gap: 18px;
  padding: 22px;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading {
  margin: 0 0 16px;
  color: var(--pp-ink);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px;
  align-items: start;
  clear: both;
}

body.woocommerce-checkout .woocommerce form .form-row {
  float: none !important;
  clear: none !important;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout .woocommerce form .form-row-first,
body.woocommerce-checkout .woocommerce form .form-row-last {
  float: none !important;
  clear: none !important;
  width: auto !important;
  grid-column: auto;
}

body.woocommerce-checkout .woocommerce form #billing_first_name_field,
body.woocommerce-checkout .woocommerce form #shipping_first_name_field {
  grid-column: 1 !important;
}

body.woocommerce-checkout .woocommerce form #billing_last_name_field,
body.woocommerce-checkout .woocommerce form #shipping_last_name_field {
  grid-column: 2 !important;
}

body.woocommerce-checkout .woocommerce form .form-row-wide,
body.woocommerce-checkout .woocommerce form #billing_address_1_field,
body.woocommerce-checkout .woocommerce form #billing_address_2_field,
body.woocommerce-checkout .woocommerce form #shipping_address_1_field,
body.woocommerce-checkout .woocommerce form #shipping_address_2_field,
body.woocommerce-checkout .woocommerce form #billing_email_field,
body.woocommerce-checkout .woocommerce form #billing_phone_field,
body.woocommerce-checkout .woocommerce form #order_comments_field {
  grid-column: 1 / -1;
}

body.woocommerce-checkout .woocommerce form .form-row label {
  margin: 0 0 6px;
  color: var(--pp-ink);
  font-size: 12px;
  font-weight: 900;
}

body.woocommerce-checkout .woocommerce form .form-row .required {
  color: var(--pp-alert);
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row textarea,
body.woocommerce-checkout .woocommerce form .form-row select,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
  min-height: 46px;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  color: var(--pp-ink);
  box-shadow: none;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  color: var(--pp-ink);
  line-height: 44px;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #shipping_country_field,
body.woocommerce-checkout .pp-hidden-country-field {
  display: none !important;
}

body.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0;
  padding: 0 4px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order {
  grid-column: 2;
  grid-row: 2;
  position: sticky;
  top: 82px;
  padding: 0;
  overflow: hidden;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  table-layout: auto;
  width: 100%;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th,
body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td {
  padding: 14px 16px;
  vertical-align: top;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .product-name {
  width: auto;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .product-total {
  width: 92px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead th {
  color: var(--pp-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-name {
  color: var(--pp-ink);
  font-weight: 900;
}

body.woocommerce-checkout .pp-checkout-product-line {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-width: 0;
}

body.woocommerce-checkout .pp-checkout-product-line__image {
  display: block;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid var(--pp-line);
  border-radius: 8px;
  background: #fff9fc;
}

body.woocommerce-checkout .pp-checkout-product-line__image img,
body.woocommerce-checkout .pp-checkout-product-line__image .pp-cart-product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.woocommerce-checkout .pp-checkout-product-line__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.woocommerce-checkout .pp-checkout-product-line__title {
  color: var(--pp-ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.woocommerce-checkout .pp-checkout-product-line__meta {
  color: var(--pp-muted);
  font-size: 12px;
  font-weight: 850;
}

body.woocommerce-checkout .pp-checkout-product-line__remove {
  width: max-content;
  color: var(--pp-alert);
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .cart_item .variation {
  display: grid;
  gap: 2px;
  margin: 8px 0 0 68px;
  color: var(--pp-muted);
  font-size: 12px;
  line-height: 1.35;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .cart_item .variation dt,
body.woocommerce-checkout .woocommerce-checkout-review-order .cart_item .variation dd,
body.woocommerce-checkout .woocommerce-checkout-review-order .cart_item .variation p {
  margin: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-total,
body.woocommerce-checkout .woocommerce-checkout-review-order tfoot td {
  text-align: right;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.woocommerce-checkout .woocommerce-checkout-review-order tbody .product-total {
  width: 76px;
  white-space: nowrap;
  overflow-wrap: normal;
}

body.woocommerce-checkout .woocommerce-checkout-review-order tbody .product-name {
  width: calc(100% - 76px);
}

body.woocommerce-checkout .woocommerce-checkout-review-order tfoot th {
  width: 42%;
}

body.woocommerce-checkout .woocommerce-checkout-review-order tfoot td {
  width: 58%;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .cart-discount td,
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals td,
body.woocommerce-checkout .woocommerce-checkout-review-order .pp-checkout-free-shipping-row td {
  font-size: 14px;
  line-height: 1.35;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .cart-discount .woocommerce-remove-coupon {
  display: inline-block;
  margin-left: 4px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .pp-checkout-rope-row td {
  text-align: left;
  white-space: normal;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .pp-checkout-rope-row__inner {
  display: grid;
  gap: 10px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .pp-checkout-rope-row__title {
  color: var(--pp-ink);
  font-size: 15px;
  font-weight: 950;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .pp-checkout-rope-addon--classic {
  grid-template-columns: 18px minmax(0, 1fr) auto;
  width: 100%;
  gap: 10px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .pp-checkout-rope-addon__copy strong,
body.woocommerce-checkout .woocommerce-checkout-review-order .pp-checkout-rope-addon__copy small {
  display: block;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .pp-checkout-rope-addon__price {
  justify-self: end;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order .order-total td {
  color: var(--pp-ink);
  font-size: 22px;
  font-weight: 950;
}

body.woocommerce-checkout #payment {
  border: 0;
  border-top: 1px solid var(--pp-line);
  border-radius: 0;
  background: #fff9fc;
}

body.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid var(--pp-line);
  padding: 16px;
}

body.woocommerce-checkout #payment div.form-row {
  padding: 16px;
}

body :is(
  .paypal-buttons,
  .paypal-button,
  .paypal-button-container,
  .ppc-button-wrapper,
  .ppcp-button-container,
  .wc-ppcp-checkout-container,
  .wc-ppcp-product-button-container,
  .wc-ppcp-cart-button-container,
  .wc-ppcp-express-checkout,
  .wc-block-components-express-payment,
  .wc-block-components-express-payment__event-buttons,
  [id*="paypal-button"],
  [id*="paypal-buttons"],
  [id*="ppcp"],
  [class*="paypal-button"],
  [class*="ppcp-button"],
  iframe[src*="paypal.com"],
  iframe[src*="paypalobjects.com"]
) {
  display: none !important;
}

body.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 52px;
  border-radius: var(--pp-radius);
  background: var(--pp-teal);
  color: var(--pp-ink);
  font-size: 16px;
  font-weight: 950;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-coupon,
body.woocommerce-checkout .woocommerce-notices-wrapper {
  width: 100%;
  max-width: none;
  margin: 0 0 14px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0;
}

.pp-block-shipping-promo {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 16px 0;
  border-top: 1px solid var(--pp-line);
  border-bottom: 1px solid var(--pp-line);
  font-size: 15px;
}

.pp-block-shipping-promo strong {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
  justify-content: flex-end;
}

.pp-block-shipping-promo small {
  grid-column: 1 / -1;
}

.pp-cart-product-image {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

/* Brand kit: #F3EEE8 background, #FBD4E8 soft highlight, #3EE1E9 accent. */
body,
.pp-product-hero,
.pp-real-walks,
.problem-section,
.pp-comparison-section,
.pp-hydration-section,
.pp-transform-section,
.pp-shop-header,
.pp-page {
  background: #f3eee8;
}

.pp-site-header {
  background: rgba(243, 238, 232, 0.96);
}

.pp-announcement,
.pp-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.pp-transform-button,
.pp-best-choice,
.woocommerce-pagination .current {
  background: #3ee1e9;
  color: #151111;
}

.pp-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.pp-transform-button:hover {
  background: #2bc7cf;
  color: #151111;
}

.pp-product-hero {
  background:
    radial-gradient(circle at 12% 8%, rgba(251, 212, 232, 0.78), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(62, 225, 233, 0.32), transparent 30%),
    linear-gradient(180deg, #f3eee8 0%, #fff9fc 48%, #f3eee8 100%);
}

.pp-gallery-main,
.pp-offer-panel,
.pp-story-card,
.pp-comparison-card,
.pp-review,
.pp-feature,
.pp-product-card,
.pp-page-content,
.pp-faq,
.problem-item,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce table.shop_table,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  border-color: #ead8df;
  background: rgba(255, 255, 255, 0.9);
}

.pp-image-slot,
.pp-story-image,
.pp-card-photo,
.pp-product-card-media {
  border-color: #ead8df;
  background:
    linear-gradient(135deg, rgba(251, 212, 232, 0.55) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(135deg, transparent 75%, rgba(62, 225, 233, 0.2) 75%) 0 0 / 22px 22px,
    #fff9fc;
}

.pp-offer-kicker,
.pp-feature-icon,
.pp-avatar {
  background: linear-gradient(135deg, #fbd4e8, #dffbfc);
  color: #087c83;
}

.pp-price-box,
.pp-viewing-pill,
.pp-customer-proof,
.pp-color-builder,
.pp-trust-item {
  border-color: #ead8df;
  background: rgba(255, 255, 255, 0.78);
}

.pp-price-box {
  border-left-color: #3ee1e9;
}

.pp-price-box em,
.pp-offer-card em,
.problem-item__mark,
.pp-badge {
  background: #fbd4e8;
  color: #151111;
}

.pp-check-list li::before,
.pp-stack-list li::before,
.pp-faq summary::after,
.pp-comparison-list .is-good span,
.pp-product-name,
.pp-bundle-heading,
.pp-offer-note,
.pp-nav a:hover,
.pp-cart-link:hover,
.pp-logo {
  color: #087c83;
}

.pp-offer-card.is-selected,
.pp-offer-card:has(input:checked),
.pp-comparison-card.is-winner {
  border-color: #3ee1e9;
  box-shadow: inset 0 0 0 1px #3ee1e9, 0 12px 30px rgba(62, 225, 233, 0.18);
}

.pp-offer-card,
.pp-offer-card.is-selected,
.pp-offer-card:has(input:checked) {
  background: linear-gradient(135deg, #ffffff, #eafdfe);
}

.pp-offer-card-2,
.pp-offer-card-2.is-selected,
.pp-offer-card-2:has(input:checked) {
  border-color: #fbd4e8;
  background: linear-gradient(135deg, #fff9fc, #eafdfe);
  box-shadow: inset 0 0 0 1px #fbd4e8;
}

.pp-offer-ribbon {
  background: linear-gradient(90deg, #fbd4e8, #3ee1e9);
  color: #151111;
}

.pp-color-pick {
  border-color: #ead8df;
  background: #ffffff;
}

.pp-swatch-blue {
  background: #3ee1e9;
}

.pp-swatch-pink {
  background: #fbd4e8;
}

.pp-stock-alert,
.woocommerce-error {
  border-color: #f5a8bf;
  background: #fff1f7;
}

.pp-hydration-icon,
.pp-hydration-feature.item-2 .pp-hydration-icon,
.pp-hydration-feature.item-3 .pp-hydration-icon,
.pp-hydration-feature.item-4 .pp-hydration-icon {
  color: #087c83;
}

.pp-stat-row {
  border-top-color: #ead8df;
}

.pp-stat-row strong {
  border-color: #3ee1e9;
  background: #fff9fc;
}

.pp-final-cta,
.pp-site-footer {
  background: linear-gradient(135deg, #151111, #402a34 58%, #087c83);
}

.pp-shop-header {
  background:
    radial-gradient(circle at 10% 20%, rgba(251, 212, 232, 0.78), transparent 24%),
    #f3eee8;
}

.woocommerce table.shop_table tr:last-child th,
.woocommerce table.shop_table tr:last-child td {
  border-bottom: 0;
}

.pp-empty {
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  padding: 28px;
  text-align: center;
}

@media (max-width: 1100px) {
  body.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  body.woocommerce-checkout .woocommerce .col2-set,
  body.woocommerce-checkout .woocommerce-page .col2-set,
  body.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout .woocommerce-checkout-review-order {
    grid-column: 1;
  }

  body.woocommerce-checkout .woocommerce .col2-set,
  body.woocommerce-checkout .woocommerce-page .col2-set {
    grid-row: 1;
  }

  body.woocommerce-checkout #order_review_heading {
    grid-row: 2;
    align-self: start;
    margin-top: 4px;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order {
    grid-row: 3;
    position: static;
  }
}

@media (max-width: 980px) {
  body.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  body.woocommerce-checkout .woocommerce .col2-set,
  body.woocommerce-checkout .woocommerce-page .col2-set,
  body.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout .woocommerce-checkout-review-order {
    grid-column: 1;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order {
    position: static;
  }

  .pp-header-inner,
  .pp-shop-header-inner,
  .pp-footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .pp-nav {
    justify-content: flex-start;
  }

  .pp-product-hero-inner,
  .pp-split-section {
    grid-template-columns: 1fr;
  }

  .pp-hero-gallery {
    position: relative;
    top: auto;
  }

  .pp-feature-grid,
  .pp-product-grid,
  .pp-story-grid,
  .pp-comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-review-grid {
    columns: 3 190px;
  }

  .pp-hydration-intro h2 {
    font-size: 36px;
  }

  .pp-hydration-intro p {
    font-size: 19px;
  }

  .pp-hydration-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 26px;
  }

  .pp-hydration-image {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: center;
    width: min(100%, 460px);
  }

  .pp-hydration-feature,
  .pp-hydration-feature.is-left,
  .pp-hydration-feature.is-right {
    max-width: none;
    justify-self: stretch;
  }

  .pp-transform-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .pp-transform-image {
    max-width: 620px;
    justify-self: center;
  }

  .pp-transform-copy h2 {
    font-size: 36px;
  }

  .pp-stat-row span {
    font-size: 19px;
  }

  .pp-trust-grid,
  .problem-list {
    grid-template-columns: 1fr;
  }

  .pp-offer-panel h1,
  .pp-section-title h1,
  .pp-section-title h2,
  .pp-final-cta h2,
  .pp-shop-header h1 {
    font-size: 30px;
  }
}

@media (max-width: 620px) {
  body.woocommerce-checkout .pp-page .pp-shell {
    width: min(100% - 22px, 1180px);
  }

  body.woocommerce-checkout .pp-page-content {
    padding-top: 22px;
  }

  body.woocommerce-checkout #customer_details {
    padding: 16px;
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout .woocommerce form #billing_first_name_field,
  body.woocommerce-checkout .woocommerce form #billing_last_name_field,
  body.woocommerce-checkout .woocommerce form #shipping_first_name_field,
  body.woocommerce-checkout .woocommerce form #shipping_last_name_field {
    grid-column: 1 / -1 !important;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th,
  body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td {
    padding: 12px;
  }

  body.woocommerce-checkout .pp-checkout-product-line {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
  }

  body.woocommerce-checkout .pp-checkout-product-line__image {
    width: 48px;
    height: 48px;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order .cart_item .variation {
    margin-left: 56px;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order .pp-checkout-rope-addon--classic {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order .pp-checkout-rope-addon__price {
    grid-column: 2;
    justify-self: start;
  }

  .pp-shell {
    width: min(100% - 22px, 1320px);
  }

  .pp-delivery-popup {
    top: auto;
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    max-width: none;
    transform: translateY(14px) scale(0.96);
  }

  .pp-delivery-popup.is-visible {
    transform: translateY(0) scale(1);
  }

  .pp-announcement {
    font-size: 12px;
  }

  .pp-header-inner {
    gap: 12px;
    padding: 12px 0;
  }

  .pp-nav {
    gap: 12px;
    font-size: 13px;
  }

  .pp-actions,
  .pp-cart-link,
  .pp-button {
    width: 100%;
  }

  .pp-product-hero-inner {
    padding: 26px 0 42px;
  }

  .pp-offer-panel {
    padding: 16px;
  }

  .pp-offer-panel h1 {
    font-size: 30px;
  }

  .pp-gallery-thumbs {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    margin-inline: -2px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 8px;
    scroll-padding-inline: 2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .pp-gallery-thumbs .pp-thumb-image {
    flex: 0 0 clamp(74px, 24vw, 96px);
    width: clamp(74px, 24vw, 96px);
    scroll-snap-align: start;
  }

  .pp-gallery-main {
    padding: 10px;
  }

  .pp-main-image {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .pp-story-grid,
  .pp-feature-grid,
  .pp-product-grid,
  .pp-comparison-grid {
    grid-template-columns: 1fr;
  }

  .pp-review-grid {
    columns: 1;
  }

  .pp-hydration-intro {
    margin-bottom: 30px;
  }

  .pp-hydration-intro h2 {
    font-size: 30px;
  }

  .pp-hydration-intro p {
    font-size: 16px;
  }

  .pp-hydration-layout {
    grid-template-columns: 1fr;
  }

  .pp-hydration-image {
    width: min(100%, 340px);
  }

  .pp-hydration-feature h3 {
    font-size: 21px;
  }

  .pp-hydration-feature p {
    font-size: 16px;
  }

  .pp-transform-copy h2 {
    font-size: 31px;
  }

  .pp-stat-row {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 16px;
    min-height: 118px;
  }

  .pp-stat-row strong {
    width: 74px;
    height: 74px;
    border-width: 5px;
    font-size: 17px;
  }

  .pp-stat-row span {
    font-size: 16px;
  }

  .pp-transform-button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    border-radius: 14px;
    font-size: 17px;
  }

  .pp-section {
    padding: 44px 0;
  }

  .pp-checkout-rope-addon__label {
    grid-template-columns: 18px 46px minmax(0, 1fr);
  }

  .pp-checkout-rope-addon__price {
    grid-column: 3;
  }

  .pp-checkout-rope-addon__status {
    padding-left: 74px;
  }

  .pp-price-box,
  .pp-shop-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .pp-footer-links {
    justify-content: flex-start;
  }

  .pp-footer-columns {
    grid-template-columns: 1fr;
  }
}

.pp-chase-page .pp-section-title {
  max-width: 780px;
}

.pp-chase-marquee {
  overflow: hidden;
  border-bottom: 1px solid #b8d6cc;
  background: #102f2f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.pp-chase-marquee-track {
  display: flex;
  width: max-content;
  animation: pp-chase-marquee-walk 28s linear infinite;
  will-change: transform;
}

.pp-chase-marquee span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 11px 32px;
}

.pp-chase-marquee span::after {
  content: "+";
  margin-left: 32px;
}

@keyframes pp-chase-marquee-walk {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-25%, 0, 0);
  }
}

.pp-chase-hero {
  background:
    linear-gradient(180deg, #f7fbf7 0%, #edf7f4 54%, #ffffff 100%);
}

.pp-chase-panel .pp-offer-kicker {
  background: #e9f8f6;
  color: #087c83;
}

.pp-chase-proof-row,
.pp-chase-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.pp-chase-proof-row span,
.pp-chase-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid #cfe0d9;
  border-radius: 999px;
  background: #f4fbf8;
  color: #17302c;
  font-size: 12px;
  font-weight: 950;
}

.pp-chase-expert-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.pp-chase-expert-image {
  width: 180px;
  height: 180px;
  border: 1px solid var(--pp-line);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--pp-shadow);
}

.pp-chase-expert h2 {
  max-width: 720px;
  margin-bottom: 12px;
  font-size: 34px;
}

.pp-chase-expert p:not(.pp-kicker) {
  max-width: 760px;
  color: var(--pp-muted);
  font-size: 17px;
}

.pp-chase-built-grid,
.pp-chase-love-grid,
.pp-chase-problem-grid,
.pp-chase-stat-grid,
.pp-chase-step-grid {
  display: grid;
  gap: 18px;
}

.pp-chase-built-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-chase-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid var(--pp-line);
  object-fit: cover;
}

.pp-chase-built-card,
.pp-chase-love-card,
.pp-chase-problem-card,
.pp-chase-stat-grid article,
.pp-chase-step-card {
  overflow: hidden;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  box-shadow: var(--pp-shadow);
}

.pp-chase-built-card h3,
.pp-chase-built-card p,
.pp-chase-problem-card h3,
.pp-chase-problem-card p {
  margin-right: 16px;
  margin-left: 16px;
}

.pp-chase-built-card h3,
.pp-chase-problem-card h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 20px;
}

.pp-chase-built-card p,
.pp-chase-problem-card p {
  margin-bottom: 18px;
  color: var(--pp-muted);
}

.pp-chase-love-section {
  background: #ffffff;
}

.pp-chase-love-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-chase-love-card {
  padding: 24px;
}

.pp-chase-love-card span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: #102f2f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
}

.pp-chase-love-card h3,
.pp-chase-step-card h3 {
  font-size: 22px;
}

.pp-chase-love-card p,
.pp-chase-step-card p {
  color: var(--pp-muted);
}

.pp-chase-compare-table {
  overflow: hidden;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: #ffffff;
  box-shadow: var(--pp-shadow);
}

.pp-chase-compare-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(120px, 0.8fr) minmax(120px, 0.8fr);
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--pp-line);
}

.pp-chase-compare-row:last-child {
  border-bottom: 0;
}

.pp-chase-compare-row.is-heading {
  background: #102f2f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.pp-chase-compare-row strong {
  font-weight: 950;
}

.pp-chase-compare-row .is-yes {
  color: #087c83;
}

.pp-chase-compare-row .is-no {
  color: #9c3b31;
}

.pp-chase-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-chase-review-grid .pp-review {
  min-height: 250px;
}

.pp-chase-problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-chase-stats-section {
  background: #102f2f;
  color: #ffffff;
}

.pp-chase-stats-section .pp-section-title p,
.pp-chase-stats-section .pp-section-title h2 {
  color: #ffffff;
}

.pp-chase-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-chase-stat-grid article {
  padding: 26px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.pp-chase-stat-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #b8eef0;
  font-size: 38px;
  font-weight: 950;
}

.pp-chase-stat-grid span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.pp-chase-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-chase-step-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid var(--pp-line);
  object-fit: cover;
}

.pp-chase-step-card {
  padding-bottom: 18px;
}

.pp-chase-step-card span,
.pp-chase-step-card h3,
.pp-chase-step-card p {
  margin-right: 16px;
  margin-left: 16px;
}

.pp-chase-step-card span {
  display: inline-flex;
  margin-top: 16px;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e9f8f6;
  color: #087c83;
  font-size: 12px;
  font-weight: 950;
}

.pp-chase-final-cta .pp-final-cta-image {
  object-fit: cover;
}

@media (max-width: 980px) {
  .pp-chase-built-grid,
  .pp-chase-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-chase-review-grid,
  .pp-chase-love-grid,
  .pp-chase-problem-grid,
  .pp-chase-stat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pp-chase-expert-grid {
    grid-template-columns: 1fr;
  }

  .pp-chase-expert-image {
    width: 132px;
    height: 132px;
  }

  .pp-chase-expert h2 {
    font-size: 28px;
  }

  .pp-chase-built-grid,
  .pp-chase-step-grid {
    grid-template-columns: 1fr;
  }

  .pp-chase-compare-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .pp-chase-compare-row.is-heading {
    display: none;
  }

  .pp-chase-compare-row strong::before {
    display: inline;
    margin-right: 6px;
    color: var(--pp-muted);
    font-weight: 850;
  }

  .pp-chase-compare-row .is-yes::before {
    content: "The Dog Chaser:";
  }

  .pp-chase-compare-row .is-no::before {
    content: "Other smart toys:";
  }
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Space Grotesk Regular"), local("Space Grotesk");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Space Grotesk Bold"), local("Space Grotesk");
}

.fp-chase-page {
  --fp-ink: #11223a;
  --fp-muted: #5d6b7d;
  --fp-green: #0b63b6;
  --fp-green-dark: #063a72;
  --fp-mint: #eef7ff;
  --fp-aqua: #22a8f2;
  --fp-lime: #ff8a1c;
  --fp-pink: #ffe3cf;
  --fp-line: #c8dced;
  --fp-soft-line: #ffcaa3;
  --fp-shadow: 0 16px 38px rgba(6, 58, 114, 0.12);
  --fp-font-body: "Space Grotesk", sans-serif;
  --fp-font-heading: "Space Grotesk", sans-serif;
  overflow: hidden;
  background: #fffaf5;
  color: var(--fp-ink);
  font-family: var(--fp-font-body);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.fp-chase-page *,
.fp-chase-page *::before,
.fp-chase-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.fp-chase-page img {
  max-width: 100%;
}

.fp-marquee {
  overflow: hidden;
  border-bottom: 0;
  background: var(--fp-green);
  color: var(--fp-lime);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.fp-marquee-track {
  display: flex;
  width: max-content;
  animation: fp-marquee-walk 30s linear infinite;
  will-change: transform;
}

.fp-marquee-track span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 10px 28px;
}

.fp-marquee-track span::after {
  content: "+";
  margin-left: 28px;
  color: var(--fp-lime);
}

@keyframes fp-marquee-walk {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333%, 0, 0);
  }
}

.fp-product-top {
  background:
    linear-gradient(180deg, #eef7ff 0%, #ffffff 76%);
  padding: 0 0 34px;
}

.fp-product-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.8fr);
  gap: 22px;
  align-items: start;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 14px 0 0;
}

.fp-gallery {
  min-width: 0;
}

.fp-main-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #c8dced;
  border-radius: 8px;
  background: #eaf4ff;
  box-shadow: var(--fp-shadow);
}

.fp-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.fp-thumb-shell,
.fp-gallery-dots {
  display: none !important;
}

.fp-thumb-shell {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.fp-thumb-viewport {
  overflow: hidden;
  min-width: 0;
}

.fp-thumb-rail {
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 0;
  transition: transform 0.28s ease;
  will-change: transform;
}

.fp-thumb-rail::-webkit-scrollbar {
  display: none;
}

.fp-thumb-rail::-webkit-scrollbar-track {
  display: none;
}

.fp-thumb-rail::-webkit-scrollbar-thumb {
  display: none;
}

.fp-thumb-button {
  flex: 0 0 calc((100% - 30px) / 4);
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
}

.fp-thumb-button.is-active {
  border-color: var(--fp-lime);
}

.fp-thumb-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.fp-thumb-arrow {
  display: grid;
  width: 30px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: #f0f0f0;
  color: #858585;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.fp-gallery-dots {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.fp-gallery-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #a8b3ad;
  cursor: pointer;
}

.fp-gallery-dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: var(--fp-green);
}

.fp-product-summary {
  min-width: 0;
  padding: 6px 0 0;
}

.fp-hero-bullets,
.fp-offer-list,
.fp-after-cart-proof {
  min-width: 0;
  max-width: 100%;
}

.fp-product-summary h1 {
  margin: 0 0 3px;
  color: var(--fp-ink);
  font-family: var(--fp-font-heading);
  font-size: clamp(34px, 3.7vw, 42px);
  font-weight: 700;
  line-height: 1.03;
}

.fp-stars {
  color: var(--fp-lime);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.fp-icon {
  width: 24px;
  height: 24px;
  color: var(--fp-green);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.fp-hero-bullets,
.fp-feature-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fp-hero-bullets {
  margin-left: 0;
}

.fp-hero-bullets li,
.fp-feature-list li {
  position: relative;
  padding-left: 28px;
  font-size: 17px;
  line-height: 1.38;
  white-space: nowrap;
}

.fp-hero-bullets li.is-emphasized {
  font-weight: 800;
}

.fp-hero-bullets li::before,
.fp-feature-list li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 15px;
  height: 9px;
  border-bottom: 3px solid var(--fp-lime);
  border-left: 3px solid var(--fp-lime);
  transform: rotate(-45deg);
}

.fp-tested-copy {
  margin: 10px 0 20px;
  text-align: center;
  color: #333030;
  font-size: 15px;
  white-space: nowrap;
}

.fp-sale-divider {
  display: grid;
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0 0 14px;
  color: #1f2422;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.fp-sale-divider::before,
.fp-sale-divider::after {
  content: "";
  height: 2px;
  background: #b9b9b9;
}

.fp-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  margin: 0 0 10px;
  padding: 8px 16px;
  border-radius: 14px;
  background: #d9d9d9;
  color: #0b1f1d;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.fp-countdown strong {
  margin: 0 4px;
  font-weight: 700;
}

.fp-offer-list {
  display: grid;
  gap: 8px;
}

.fp-offer-card {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 104px;
  padding: 10px 14px;
  border: 2px solid #151515;
  border-radius: 16px;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  text-align: left;
}

.fp-offer-card:not(.is-selected) {
  border-color: #b8b8b8;
  background: #f2f2f2;
}

.fp-offer-card.is-selected {
  box-shadow: 0 0 0 1px #151515;
}

.fp-offer-media {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
}

.fp-offer-image {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.fp-offer-media.is-stack .fp-offer-image:not(.is-ghost) {
  position: relative;
  z-index: 2;
  transform: translateX(-10px);
}

.fp-offer-media.is-stack .fp-offer-image.is-ghost {
  position: absolute;
  z-index: 1;
  opacity: 0.72;
  transform: translateX(13px) scale(0.96);
}

.fp-offer-copy {
  display: grid;
  gap: 4px;
}

.fp-offer-copy strong {
  color: #171717;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.fp-offer-save {
  width: max-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff1e4;
  color: var(--fp-lime);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.fp-offer-copy em {
  width: max-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #dedede;
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.fp-offer-price {
  display: grid;
  gap: 4px;
  justify-items: end;
  white-space: nowrap;
}

.fp-offer-price b {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.fp-offer-price del {
  color: #525252;
  font-size: 14px;
}

.fp-offer-ribbon {
  position: absolute;
  right: 28px;
  top: -13px;
  z-index: 3;
  padding: 7px 14px;
  border-radius: 5px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.fp-offer-ribbon-seller {
  background: var(--fp-lime);
  color: #111111;
}

.fp-sale-price-strip {
  display: grid;
  gap: 6px;
  margin: 18px 0 10px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 119, 0, 0.24);
  border-radius: 10px;
  background: #fff8ef;
}

.fp-sale-price-strip p {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  margin: 0;
  color: var(--fp-ink);
  line-height: 1.15;
}

.fp-sale-price-strip span {
  color: #343434;
  font-size: 15px;
  font-weight: 700;
}

.fp-sale-price-strip strong {
  color: #111111;
  font-size: 22px;
  font-weight: 800;
  white-space: nowrap;
}

.fp-sale-price-strip del {
  color: #5f5f5f;
  text-decoration-thickness: 2px;
}

.fp-sale-price-strip p:last-child strong {
  color: var(--fp-lime);
  font-size: 16px;
}

@media (max-width: 420px) {
  .fp-sale-price-strip {
    padding: 12px 13px;
  }

  .fp-sale-price-strip p {
    align-items: flex-start;
  }

  .fp-sale-price-strip strong {
    font-size: 20px;
  }

  .fp-sale-price-strip p:last-child strong {
    font-size: 15px;
  }
}

.fp-purchase-form {
  margin-top: 10px;
}

.fp-purchase-form form.cart {
  display: block;
  margin: 0;
}

.fp-purchase-form form.cart .quantity {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.fp-purchase-form .single_add_to_cart_button {
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  padding: 0 16px;
  background: linear-gradient(45deg, var(--fp-lime), #ff6f00);
  color: #ffffff;
  cursor: pointer;
  font-family: var(--fp-font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.fp-purchase-form .single_add_to_cart_button:hover,
.fp-purchase-form .single_add_to_cart_button:focus {
  background: linear-gradient(45deg, #ff6f00, #e65f00);
  color: #ffffff;
}

.fp-after-cart-proof {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(760px, 100%);
  display: grid;
  gap: 18px;
  margin-top: 8px;
}

.fp-low-stock {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  justify-content: center;
  max-width: none;
  margin: 0 auto;
  padding: 0 10px;
  color: #1d1d1d;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
}

.fp-low-dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 0.46em;
  border-radius: 50%;
  background: var(--fp-lime);
}

.fp-low-stock span:not(.fp-low-dot) {
  display: inline-block;
  max-width: none;
  white-space: nowrap;
}

.fp-low-stock strong {
  color: var(--fp-lime);
}

.fp-service-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: min(720px, 100%);
  margin: 0 auto;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.fp-service-line span,
.fp-service-line a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  border: 1px solid rgba(10, 91, 54, 0.14);
  border-radius: 10px;
  background: #ffffff;
  color: inherit;
  box-shadow: 0 8px 18px rgba(14, 39, 33, 0.06);
  text-decoration: none;
}

.fp-service-line a {
  border-color: rgba(37, 211, 102, 0.45);
  background: #f0fff6;
  color: #075e38;
}

@media (max-width: 640px) {
  .fp-service-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    font-size: 13px;
  }

  .fp-service-line span,
  .fp-service-line a {
    min-height: 46px;
    padding: 9px 8px;
  }
}

.fp-ship-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  justify-content: center;
  color: var(--fp-ink);
  font-size: 16px;
}

.fp-ship-proof span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
}

.fp-ship-proof .fp-icon {
  width: 18px;
  height: 18px;
  color: var(--fp-green);
  stroke-width: 2.4;
}

.fp-uae-flag {
  position: relative;
  display: inline-block;
  flex: 0 0 24px;
  width: 24px;
  height: 16px;
  overflow: hidden;
  border-radius: 2px;
  background: linear-gradient(to bottom, #009a49 0 33.33%, #ffffff 33.33% 66.66%, #000000 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
}

.fp-uae-flag::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: #ce1126;
  content: "";
}

.fp-guarantee-box {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-radius: 12px;
  background: #eef7ff;
}

.fp-guarantee-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px dashed var(--fp-green);
  border-radius: 50%;
}

.fp-guarantee-icon .fp-icon {
  width: 34px;
  height: 34px;
  color: var(--fp-green);
}

.fp-guarantee-box p {
  margin: 0;
  color: var(--fp-ink);
  font-size: 20px;
  line-height: 1.3;
  white-space: nowrap;
}

.fp-guarantee-box strong {
  font-weight: 700;
}

.fp-join-proof {
  display: grid;
  gap: 14px;
}

.fp-join-proof h2 {
  margin: 0;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
}

.fp-join-proof p {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: #333333;
  font-size: 14px;
}

.fp-join-proof p span {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
}

.fp-expert-tabs {
  overflow: hidden;
  border: 1px solid var(--fp-green-dark);
  border-radius: 12px 12px 0 0;
  background: #ffffff;
}

.fp-tab-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff1e4;
}

.fp-tab-nav button {
  min-height: 58px;
  border: 0;
  border-left: 1px solid #ffd0ad;
  background: transparent;
  color: var(--fp-ink);
  cursor: pointer;
  font-family: var(--fp-font-body);
  font-size: 15px;
  font-weight: 500;
}

.fp-tab-nav button:first-child {
  border-left: 0;
}

.fp-tab-nav button.is-active {
  border-right: 1px solid var(--fp-green-dark);
  background: #ffffff;
  color: var(--fp-green-dark);
  font-weight: 700;
}

.fp-tab-panel {
  padding: 24px 22px;
}

.fp-tab-panel[hidden] {
  display: none;
}

.fp-tab-panel .fp-stars {
  display: block;
  margin-bottom: 18px;
  color: #f2c200;
  font-size: 20px;
}

.fp-tab-panel p {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.55;
}

.fp-tab-panel p + p {
  margin-top: 12px;
}

.fp-expert-byline strong {
  color: var(--fp-green-dark);
  font-size: 17px;
  font-weight: 800;
}

.fp-expert-source {
  color: var(--fp-muted);
  font-size: 13px;
}

.fp-expert-source a {
  color: var(--fp-lime);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fp-mini-compare,
.fp-use-table {
  display: grid;
  color: #1c321e;
}

.fp-mini-compare-row,
.fp-use-row {
  display: grid;
  align-items: stretch;
  border-bottom: 1px solid #567a4e;
}

.fp-mini-compare-row {
  grid-template-columns: minmax(0, 1fr) 95px 95px;
}

.fp-use-row {
  grid-template-columns: minmax(0, 1fr) minmax(110px, 0.6fr);
}

.fp-mini-compare-row:last-child,
.fp-use-row:last-child {
  border-bottom: 0;
}

.fp-mini-compare-row > span,
.fp-use-row > span,
.fp-use-row > strong {
  padding: 11px 0;
}

.fp-mini-compare-row > em,
.fp-mini-compare-row > strong {
  display: grid;
  min-height: 54px;
  place-items: center;
  padding: 10px 8px;
  text-align: center;
}

.fp-mini-compare-row.is-head {
  border-bottom-color: var(--fp-green-dark);
}

.fp-mini-compare-row.is-head strong:first-of-type {
  border-radius: 8px 8px 0 0;
  background: var(--fp-green);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.fp-mini-compare-row.is-head strong:last-child {
  color: #1f211d;
  font-size: 12px;
  font-weight: 600;
}

.fp-mini-compare-row > em:nth-child(2) {
  background: #eef1ee;
}

.fp-mini-compare b,
.fp-use-table b {
  display: block;
  margin-bottom: 4px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.fp-mini-compare small,
.fp-use-table small {
  display: block;
  color: #666666;
  font-size: 11px;
  line-height: 1.25;
}

.fp-tab-check,
.fp-tab-x {
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.fp-tab-check {
  color: var(--fp-green);
}

.fp-tab-x {
  color: var(--fp-lime);
}

.fp-use-row.is-head {
  background: #f0f0f0;
  border-bottom: 0;
}

.fp-use-row.is-head strong {
  color: var(--fp-green);
  font-size: 14px;
  font-weight: 600;
}

.fp-use-row > span:last-child {
  color: var(--fp-green);
  font-size: 13px;
  line-height: 1.35;
}

.fp-use-table b {
  color: var(--fp-green);
  font-size: 14px;
  font-weight: 600;
}

.fp-benefits-panel h3 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.fp-benefits-panel ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fp-benefits-panel li {
  position: relative;
  min-height: 22px;
  padding-left: 30px;
  color: #555555;
  font-size: 14px;
  line-height: 1.4;
}

.fp-benefits-panel li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
}

.fp-benefits-panel li::after {
  content: "";
  position: absolute;
  top: 0.47em;
  left: 5px;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.fp-section {
  padding: 58px 0;
}

.fp-section-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.fp-section-title {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.fp-section-title h2,
.fp-intro-grid h2,
.fp-final-copy h2 {
  margin: 0 0 12px;
  color: var(--fp-ink);
  font-family: var(--fp-font-heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.fp-section-title p,
.fp-intro-grid p,
.fp-final-copy p {
  margin: 0;
  color: var(--fp-muted);
  font-size: 16px;
  line-height: 1.55;
}

.fp-section-kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #eaf4ff;
  color: var(--fp-green);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.fp-intro-section {
  padding-top: 36px;
}

.fp-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.fp-price-card {
  display: grid;
  gap: 8px;
  align-self: stretch;
  padding: 22px 24px;
  border: 1px solid var(--fp-soft-line);
  border-left: 5px solid var(--fp-aqua);
  border-radius: 14px;
  background: #ffffff;
}

.fp-price-card span {
  color: #595f69;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.fp-price-card strong {
  color: #000000;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.fp-price-card em {
  width: max-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--fp-pink);
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.fp-feature-list {
  grid-column: 1 / -1;
  gap: 12px;
  margin-top: 4px;
}

.fp-feature-list li {
  font-size: 16px;
  font-weight: 700;
}

.fp-delivery-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 62px;
  padding: 18px 22px;
  border: 1px solid #cbe7e2;
  border-radius: 14px;
  background: #effbf9;
  font-size: 16px;
}

.fp-delivery-row span {
  color: var(--fp-green);
  font-weight: 700;
}

.fp-soft-band {
  background: var(--fp-mint);
}

.fp-card-grid {
  display: grid;
  gap: 18px;
}

.fp-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fp-card-grid-three,
.fp-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fp-image-card,
.fp-number-card,
.fp-review-card,
.fp-problem-card,
.fp-stat-grid article {
  overflow: hidden;
  border: 1px solid var(--fp-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--fp-shadow);
}

.fp-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid var(--fp-line);
  object-fit: cover;
}

.fp-image-card > div,
.fp-number-card,
.fp-review-card,
.fp-problem-card {
  padding: 20px;
}

.fp-image-card h3,
.fp-number-card h3,
.fp-review-card h3,
.fp-problem-card h3 {
  margin: 0 0 8px;
  color: var(--fp-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.fp-image-card p,
.fp-number-card p,
.fp-review-card p,
.fp-problem-card p {
  margin: 0;
  color: var(--fp-muted);
  font-size: 16px;
  line-height: 1.55;
}

.fp-real-dogs-section {
  background: #ffffff;
}

.fp-real-dogs-section .fp-section-inner {
  width: min(1000px, calc(100% - 40px));
}

.fp-product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
  padding: 20px;
  border: 1px solid var(--fp-line);
  border-radius: 8px;
  background: #f8fcff;
}

.fp-product-spec {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(10, 52, 81, 0.12);
  color: var(--fp-ink);
  font-size: 14px;
  line-height: 1.4;
}

.fp-product-spec:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.fp-product-spec strong {
  color: var(--fp-green-dark);
  font-weight: 700;
}

.fp-product-spec span {
  color: var(--fp-muted);
  text-align: right;
}

.fp-about-video-wrap,
.fp-tab-video {
  width: min(820px, 100%);
  margin: 0 auto 32px;
}

.fp-tab-video {
  margin-top: 18px;
  margin-bottom: 0;
}

.fp-video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 72, 41, 0.18);
  border-radius: 10px;
  background: #102719;
  box-shadow: 0 16px 32px rgba(15, 39, 25, 0.14);
}

.fp-video-trigger {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #102719;
  color: #ffffff;
  cursor: pointer;
  font-family: var(--fp-font-body);
  text-align: left;
}

.fp-video-trigger img,
.fp-lazy-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #102719;
  object-fit: cover;
}

.fp-video-card.is-portrait .fp-video-trigger img,
.fp-video-card.is-portrait .fp-lazy-video {
  aspect-ratio: 9 / 16;
}

.fp-lazy-video {
  height: auto;
}

.fp-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%);
}

.fp-video-play::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--fp-lime);
  content: "";
}

.fp-video-copy {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(16, 39, 25, 0.92), rgba(16, 39, 25, 0.68));
}

.fp-video-copy strong,
.fp-video-copy em {
  display: block;
  color: #ffffff;
  line-height: 1.2;
}

.fp-video-copy strong {
  font-size: 15px;
  font-weight: 700;
}

.fp-video-copy em {
  color: #d8ff77;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.fp-video-trigger:hover .fp-video-play,
.fp-video-trigger:focus .fp-video-play {
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1.05);
}

.fp-number-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--fp-green-dark);
  color: #ffffff;
  font-weight: 700;
}

.fp-comparison-section {
  background: #f2f8ff;
}

.fp-comparison-inner {
  width: min(1100px, calc(100% - 44px));
  margin: 0 auto;
}

.fp-comparison-title {
  margin: 0 auto 34px;
  text-align: center;
}

.fp-comparison-title h2 {
  margin: 0 0 16px;
  color: var(--fp-green-dark);
  font-family: var(--fp-font-heading);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
}

.fp-comparison-title h2 span {
  display: block;
}

.fp-comparison-title p {
  margin: 0;
  color: #211a28;
  font-size: 15px;
  line-height: 1.4;
}

.fp-compare-table-wrap {
  overflow: visible;
}

.fp-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.fp-compare-table th,
.fp-compare-table td {
  padding: 0;
  vertical-align: middle;
}

.fp-feature-header,
.fp-compare-table tbody th {
  width: 33%;
}

.fp-compare-table .is-highlighted {
  width: 38%;
  background: var(--fp-green-dark);
  color: #ffffff;
}

.fp-compare-table thead .is-highlighted {
  border-radius: 7px 7px 0 0;
  box-shadow: 0 16px 28px rgba(6, 58, 114, 0.18);
}

.fp-compare-table tbody tr:last-child .is-highlighted {
  border-radius: 0 0 7px 7px;
}

.fp-product-header {
  height: 112px;
  color: var(--fp-green-dark);
  text-align: center;
}

.fp-product-header > span {
  display: block;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.fp-product-header em {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  background: #ffe3cf;
  color: var(--fp-green-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.fp-product-header.is-highlighted > span {
  color: #ffffff;
}

.fp-product-header.is-highlighted em {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.fp-product-header .fp-icon {
  width: 13px;
  height: 13px;
  color: currentColor;
  stroke-width: 2.4;
}

.fp-compare-table tbody th {
  padding: 13px 10px 13px 0;
  border-bottom: 1px solid #0a4e91;
  color: var(--fp-green-dark);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.22;
  text-align: left;
}

.fp-compare-table tbody td {
  height: 56px;
  border-bottom: 1px solid #0a4e91;
  text-align: center;
}

.fp-compare-table tbody td.is-highlighted {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.fp-compare-table tbody tr:last-child th,
.fp-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.fp-compare-check,
.fp-compare-x {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.fp-compare-check {
  background: var(--fp-lime);
  color: #ffffff;
}

.fp-compare-x {
  background: var(--fp-green-dark);
  color: #ffffff;
}

.fp-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fp-review-card {
  min-height: 238px;
}

.fp-review-card .fp-stars {
  display: block;
  margin-bottom: 12px;
  color: #f2a100;
  font-size: 18px;
}

.fp-review-card strong {
  display: block;
  margin-top: 16px;
  color: var(--fp-ink);
  font-weight: 700;
}

.fp-review-card em {
  display: block;
  margin-top: 4px;
  color: var(--fp-green);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.fp-testimonials-section {
  overflow: hidden;
  padding: 60px 0;
  background: #ffffff;
}

.fp-testimonials-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.fp-testimonials-header {
  display: grid;
  gap: 16px;
  justify-items: center;
  margin: 0 0 42px;
  text-align: center;
}

.fp-testimonials-header h2 {
  margin: 0;
  color: #333030;
  font-family: var(--fp-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.fp-rating-summary {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--fp-green-dark);
  font-size: 13px;
  line-height: 1;
}

.fp-rating-summary p {
  margin: 0;
}

.fp-trust-stars {
  display: inline-flex;
  gap: 2px;
  color: #ffffff;
}

.fp-trust-stars i {
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  background: var(--fp-green);
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  line-height: 1;
}

.fp-testimonials-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 28px 8px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.fp-testimonials-viewport::-webkit-scrollbar {
  display: none;
}

.fp-testimonials-track {
  display: flex;
  gap: 32px;
  width: max-content;
  min-width: 100%;
  justify-content: center;
}

.fp-testimonial-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  flex: 0 0 250px;
  min-height: 244px;
  padding: 26px 24px 24px;
  border: 1px solid var(--fp-green-dark);
  border-radius: 7px;
  background: #fff7ef;
  color: #333030;
  scroll-snap-align: center;
}

.fp-testimonial-card h3 {
  margin: 18px 0 8px;
  color: var(--fp-green-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.fp-testimonial-card p {
  margin: 0;
  color: #333030;
  font-size: 14px;
  line-height: 1.45;
}

.fp-testimonial-author {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.fp-testimonial-author > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--fp-lime);
  color: #ffffff;
  font-size: 15px;
}

.fp-testimonial-author strong,
.fp-testimonial-author em {
  display: block;
  color: #333030;
  line-height: 1.2;
}

.fp-testimonial-author strong {
  font-size: 12px;
  font-weight: 700;
}

.fp-testimonial-author em {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-top: 3px;
  color: var(--fp-green);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.fp-testimonial-author .fp-icon {
  width: 11px;
  height: 11px;
  stroke-width: 2.4;
}

.fp-customer-video-rail {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 28px 14px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(15, 72, 41, 0.35) transparent;
}

.fp-join-video-rail {
  margin-top: 2px;
  padding: 0 0 10px;
}

.fp-customer-video-rail .fp-video-card {
  flex: 0 0 196px;
  scroll-snap-align: center;
  box-shadow: 0 10px 22px rgba(15, 39, 25, 0.12);
}

.fp-customer-video-rail .fp-video-card.is-landscape {
  flex-basis: 286px;
}

.fp-customer-video-rail .fp-video-play {
  width: 50px;
  height: 50px;
}

.fp-customer-video-rail .fp-video-play::before {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 14px;
}

.fp-customer-video-rail .fp-video-copy {
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 10px 11px;
}

.fp-customer-video-rail .fp-video-copy strong {
  font-size: 13px;
}

.fp-customer-video-rail .fp-video-copy em {
  font-size: 10px;
}

.fp-feature-ticker {
  overflow: hidden;
  background: var(--fp-green);
  color: #ffffff;
}

.fp-feature-ticker-track {
  display: flex;
  width: max-content;
  animation: fp-marquee 18s linear infinite;
}

.fp-feature-ticker-track span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 0 24px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.fp-feature-ticker .fp-icon {
  width: 17px;
  height: 17px;
  color: #ffffff;
  stroke-width: 2.5;
}

.fp-tried-section {
  background: #fff5ed;
}

.fp-tried-section .fp-section-inner {
  width: min(1120px, calc(100% - 44px));
}

.fp-tried-title h2 {
  color: var(--fp-ink);
}

.fp-tried-title h2 span,
.fp-tried-title h2 em {
  display: block;
}

.fp-tried-title h2 em {
  color: var(--fp-lime);
  font-style: italic;
}

.fp-tried-title p {
  color: #6b4b37;
}

.fp-tried-image {
  display: block;
  width: 100%;
  margin: 30px auto 34px;
  border-radius: 8px;
  aspect-ratio: 1.92 / 1;
  object-fit: cover;
  object-position: center;
}

.fp-tried-list {
  width: min(800px, 100%);
  margin: 0 auto;
  padding: 24px 32px;
  border: 1px solid var(--fp-lime);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
}

.fp-tried-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  color: #6b4b37;
}

.fp-tried-item:not(:last-child) {
  margin-bottom: 18px;
}

.fp-tried-item > span {
  color: var(--fp-lime);
  font-size: 30px;
  font-weight: 400;
  line-height: 0.85;
}

.fp-tried-item h3 {
  margin: 0 0 8px;
  color: var(--fp-lime);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.fp-tried-item p {
  margin: 0;
  color: #6b4b37;
  font-size: 13px;
  line-height: 1.45;
}

.fp-research-section {
  background: #fff5ed;
}

.fp-research-section .fp-section-inner {
  width: min(1120px, calc(100% - 44px));
}

.fp-research-title {
  max-width: 920px;
  margin-bottom: 48px;
}

.fp-research-title h2 {
  color: #050608;
  font-size: 42px;
  line-height: 1.08;
}

.fp-research-title h2 span,
.fp-research-title h2 em {
  display: block;
}

.fp-research-title h2 em {
  color: var(--fp-lime);
  font-style: italic;
}

.fp-research-title p {
  color: #6b4b37;
  font-size: 15px;
  line-height: 1.35;
}

.fp-research-stats {
  display: grid;
}

.fp-research-stat {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid #ded2cb;
}

.fp-research-stat:first-child {
  padding-top: 0;
}

.fp-research-stat strong {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 133, 34, 0.12);
  color: var(--fp-lime);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.fp-research-stat h3 {
  margin: 0 0 7px;
  color: #050608;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.fp-research-stat p {
  margin: 0;
  color: #402b1e;
  font-size: 14px;
  line-height: 1.45;
}

.fp-research-sources {
  display: flex;
  gap: 12px;
  max-width: 980px;
  margin: 36px auto 0;
  align-items: flex-start;
  justify-content: center;
  color: #6b4b37;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.fp-research-sources span {
  display: inline-grid;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  place-items: center;
  border-radius: 50%;
  background: var(--fp-lime);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.fp-timeline-section {
  background: #ffffff;
}

.fp-timeline-section .fp-section-inner {
  width: min(1120px, calc(100% - 44px));
}

.fp-timeline-title {
  max-width: 920px;
  margin-bottom: 34px;
}

.fp-timeline-title h2 {
  color: var(--fp-green-dark);
  font-size: 42px;
  line-height: 1.05;
}

.fp-timeline-title h2 span,
.fp-timeline-title h2 em {
  display: block;
}

.fp-timeline-title h2 em {
  margin-top: 8px;
  color: var(--fp-green-dark);
  font-family: "Segoe Print", "Bradley Hand ITC", cursive;
  font-size: 52px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.fp-timeline-title p {
  color: var(--fp-green-dark);
  font-size: 15px;
  line-height: 1.45;
}

.fp-timeline {
  position: relative;
  width: min(760px, 100%);
  margin: 0 auto;
  padding-left: 50px;
}

.fp-timeline::before {
  position: absolute;
  top: 7px;
  bottom: 6px;
  left: 15px;
  width: 2px;
  background: var(--fp-green);
  content: "";
}

.fp-timeline-item {
  position: relative;
  padding: 0 0 27px;
}

.fp-timeline-item:last-child {
  padding-bottom: 0;
}

.fp-timeline-icon {
  position: absolute;
  top: 0;
  left: -49px;
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--fp-green);
  color: #ffffff;
}

.fp-timeline-icon .fp-icon {
  width: 16px;
  height: 16px;
  color: #ffffff;
  stroke-width: 2.4;
}

.fp-week-pill {
  display: inline-flex;
  min-height: 22px;
  margin: 0 0 8px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--fp-green);
  border-radius: 999px;
  background: var(--fp-lime);
  color: var(--fp-green-dark);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.fp-timeline-item h3 {
  margin: 0 0 10px;
  color: var(--fp-green-dark);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}

.fp-timeline-item p {
  margin: 0;
  color: var(--fp-ink);
  font-size: 13px;
  line-height: 1.5;
}

.fp-parent-talk-section {
  padding: 26px 0 0;
  background: var(--fp-green-dark);
  color: #eaf4dd;
}

.fp-parent-talk-section .fp-section-inner {
  width: min(1120px, calc(100% - 22px));
}

.fp-parent-talk-title {
  max-width: 900px;
  margin-bottom: 58px;
}

.fp-parent-talk-title h2 {
  margin-bottom: 14px;
  color: #f1f4df;
  font-size: 44px;
  line-height: 1.05;
}

.fp-parent-talk-title h2 span {
  color: var(--fp-lime);
}

.fp-parent-talk-title p {
  color: #eef2e8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.fp-parent-talk-stats {
  display: grid;
}

.fp-parent-talk-stat {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  align-items: start;
  padding: 17px 0 28px;
  border-bottom: 1px solid rgba(244, 255, 225, 0.72);
}

.fp-parent-talk-stat:first-child {
  padding-top: 0;
}

.fp-parent-talk-stat strong {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--fp-lime);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.fp-parent-talk-stat h3 {
  margin: 0 0 8px;
  color: var(--fp-lime);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.fp-parent-talk-stat p {
  margin: 0;
  color: rgba(241, 244, 223, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.fp-parent-talk-note {
  display: flex;
  gap: 12px;
  min-height: 50px;
  margin: 25px 0 0;
  align-items: center;
  padding: 12px 16px;
  border-radius: 6px 6px 0 0;
  background: #032a55;
  color: rgba(241, 244, 223, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.fp-parent-talk-note span {
  display: inline-grid;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  background: rgba(241, 244, 223, 0.78);
  color: #032a55;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.fp-dark-band {
  background: var(--fp-green-dark);
  color: #ffffff;
}

.fp-dark-band .fp-section-title h2,
.fp-dark-band .fp-section-title p {
  color: #ffffff;
}

.fp-stat-grid {
  display: grid;
  gap: 18px;
}

.fp-stat-grid article {
  padding: 26px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.fp-stat-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #9ed8ff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.fp-stat-grid span {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.fp-step-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eaf4ff;
  color: var(--fp-green);
  font-size: 12px;
  font-weight: 700;
}

.fp-faq-inner {
  max-width: 880px;
}

.fp-faq-list {
  display: grid;
  gap: 10px;
}

.fp-faq {
  border: 1px solid var(--fp-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--fp-shadow);
}

.fp-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--fp-ink);
  font-size: 16px;
  font-weight: 700;
}

.fp-faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--fp-muted);
  font-size: 16px;
  line-height: 1.55;
}

.fp-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  align-items: stretch;
  background: #101816;
  color: #ffffff;
}

.fp-final-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.fp-final-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px min(7vw, 80px);
}

.fp-final-copy h2,
.fp-final-copy p {
  color: #ffffff;
}

.fp-final-button {
  display: inline-flex;
  width: max-content;
  min-height: 58px;
  margin-top: 26px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 10px;
  background: linear-gradient(45deg, var(--fp-lime), #ff6f00);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.fp-final-button:hover,
.fp-final-button:focus {
  background: linear-gradient(45deg, #ff6f00, #e65f00);
  color: #ffffff;
}

@media (max-width: 1020px) {
  .fp-product-wrap {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .fp-product-summary {
    padding-top: 4px;
  }

  .fp-card-grid-four,
  .fp-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .fp-product-top {
    padding-bottom: 22px;
  }

  .fp-product-wrap {
    width: min(100% - 30px, 620px);
    gap: 16px;
    padding-top: 2px;
  }

  .fp-product-summary h1 {
    font-size: 34px;
  }

  .fp-hero-bullets li,
  .fp-feature-list li {
    font-size: 16px;
  }

  .fp-hero-bullets {
    margin-left: 14px;
  }

  .fp-offer-card {
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 98px;
    padding: 10px 12px;
  }

  .fp-offer-image {
    width: 62px;
    height: 62px;
  }

  .fp-offer-copy strong,
  .fp-offer-price b {
    font-size: 17px;
  }

  .fp-section {
    padding: 48px 0;
  }

  .fp-section-inner {
    width: min(100% - 30px, 620px);
  }

  .fp-tried-section .fp-section-inner {
    width: min(100% - 14px, 620px);
  }

  .fp-section-title h2,
  .fp-intro-grid h2,
  .fp-final-copy h2 {
    font-size: 32px;
  }

  .fp-intro-grid,
  .fp-card-grid-three,
  .fp-card-grid-four,
  .fp-review-grid,
  .fp-stat-grid {
    grid-template-columns: 1fr;
  }

  .fp-product-specs {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .fp-product-spec:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(10, 52, 81, 0.12);
  }

  .fp-product-spec:last-child {
    border-bottom: 0;
  }

  .fp-price-card strong {
    font-size: 42px;
  }

  .fp-compare-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .fp-compare-row.is-heading {
    display: none;
  }

  .fp-compare-row strong::before {
    display: inline;
    margin-right: 6px;
    color: var(--fp-muted);
    font-weight: 600;
  }

  .fp-compare-row .is-yes::before {
    content: "The Dog Chaser:";
  }

  .fp-compare-row .is-no::before {
    content: "Other toys:";
  }

  .fp-final-cta {
    grid-template-columns: 1fr;
  }

  .fp-final-image {
    min-height: 280px;
  }

  .fp-final-copy {
    padding: 36px 22px 42px;
  }

  .fp-tried-title {
    max-width: 560px;
    margin-bottom: 16px;
  }

  .fp-tried-image {
    margin: 18px auto 32px;
    aspect-ratio: 1.38 / 1;
  }

  .fp-tried-list {
    width: min(400px, calc(100% - 76px));
    padding: 22px 18px;
  }

  .fp-research-section .fp-section-inner {
    width: min(100% - 24px, 620px);
  }

  .fp-research-title {
    margin-bottom: 46px;
    overflow-wrap: anywhere;
  }

  .fp-research-title h2 {
    font-size: 31px;
  }

  .fp-research-title p {
    font-size: 13px;
  }

  .fp-research-stat {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
    padding: 21px 0;
  }

  .fp-research-stat strong {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 133, 34, 0.12);
    font-size: 15px;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .fp-timeline-section .fp-section-inner {
    width: 100%;
  }

  .fp-timeline-title {
    width: min(100% - 28px, 620px);
    margin-bottom: 30px;
    overflow-wrap: anywhere;
  }

  .fp-timeline-title h2 {
    font-size: 39px;
  }

  .fp-timeline-title h2 em {
    max-width: 100%;
    font-size: 40px;
    overflow-wrap: anywhere;
  }

  .fp-timeline-title p {
    font-size: 13px;
  }

  .fp-timeline {
    width: 100%;
    margin: 0;
    padding-right: 18px;
    padding-left: 49px;
  }

  .fp-timeline::before {
    left: 15px;
  }

  .fp-parent-talk-section {
    padding: 24px 0 0;
  }

  .fp-parent-talk-section .fp-section-inner {
    width: min(100% - 22px, 620px);
  }

  .fp-parent-talk-title {
    margin-bottom: 58px;
    overflow-wrap: anywhere;
  }

  .fp-parent-talk-title h2 {
    font-size: 38px;
  }

  .fp-parent-talk-title h2 span {
    display: block;
  }

  .fp-parent-talk-stat {
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: start;
    padding: 16px 0 28px;
  }

  .fp-parent-talk-stat strong {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 15px;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 520px) {
  .fp-marquee {
    font-size: 12px;
  }

  .fp-marquee-track span {
    padding-right: 24px;
    padding-left: 24px;
  }

  .fp-main-frame {
    border-radius: 6px;
  }

  .fp-thumb-button {
    flex-basis: calc((100% - 20px) / 3);
  }

  .fp-product-summary h1 {
    font-size: 34px;
  }

  .fp-stars {
    font-size: 20px;
  }

  .fp-hero-bullets li {
    padding-left: 22px;
    font-size: clamp(11px, 2.8vw, 16px);
    line-height: 1.35;
  }

  .fp-hero-bullets {
    margin-left: 8px;
  }

  .fp-hero-bullets li::before,
  .fp-feature-list li::before {
    top: 0.5em;
    width: 12px;
    height: 7px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }

  .fp-tested-copy {
    font-size: clamp(12px, 3.2vw, 15px);
  }

  .fp-countdown {
    min-height: 44px;
    border-radius: 14px;
    font-size: clamp(12px, 3.3vw, 14px);
  }

  .fp-low-stock {
    gap: 7px;
    padding: 0 6px;
    font-size: clamp(12px, 3vw, 17px);
  }

  .fp-low-dot {
    flex-basis: 8px;
    width: 8px;
    height: 8px;
  }

  .fp-guarantee-box {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 9px;
    padding: 12px 10px;
  }

  .fp-guarantee-icon {
    width: 42px;
    height: 42px;
  }

  .fp-guarantee-icon .fp-icon {
    width: 24px;
    height: 24px;
  }

  .fp-guarantee-box p {
    font-size: clamp(12px, 3vw, 20px);
  }

  .fp-offer-card {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .fp-offer-price {
    grid-column: 2;
    justify-items: start;
  }

  .fp-offer-ribbon {
    right: 14px;
  }

  .fp-purchase-form .single_add_to_cart_button {
    min-height: 64px;
    font-size: 18px;
  }

  .fp-delivery-row {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
  }
}

.fp-chase-page .fp-purchase-form button.single_add_to_cart_button.button.alt {
  background: linear-gradient(45deg, var(--fp-lime), #ff6f00) !important;
  color: #ffffff !important;
}

.fp-chase-page .fp-purchase-form button.single_add_to_cart_button.button.alt:hover,
.fp-chase-page .fp-purchase-form button.single_add_to_cart_button.button.alt:focus {
  background: linear-gradient(45deg, #ff6f00, #e65f00) !important;
  color: #ffffff !important;
}

/* Bottle hero conversion UI aligned with the Dog Chaser layout. */
.pp-bottle-marquee {
  overflow: hidden;
  background: #13233a;
  color: #eaf4ff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 -1px 0 rgba(200, 220, 237, 0.32);
}

.pp-bottle-marquee-track {
  display: flex;
  width: max-content;
  animation: pp-bottle-marquee-walk 30s linear infinite;
  will-change: transform;
}

.pp-bottle-marquee-track span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 10px 28px;
}

.pp-bottle-marquee-track span::after {
  margin-left: 28px;
  color: #3ee1e9;
  content: "+";
}

@keyframes pp-bottle-marquee-walk {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333%, 0, 0);
  }
}

.pp-product-hero {
  border-bottom: 0;
  background: linear-gradient(180deg, #eef7ff 0%, #ffffff 76%);
}

.pp-product-hero-inner {
  grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.05fr);
  gap: 30px;
  align-items: start;
  width: min(100% - 48px, 1120px);
  padding: 18px 0 42px;
}

.pp-hero-gallery {
  position: static;
  top: auto;
}

.pp-gallery-main {
  padding: 0;
  overflow: hidden;
  border: 1px solid #c8dced;
  border-radius: 8px;
  background: #eaf4ff;
  box-shadow: 0 22px 52px rgba(14, 39, 33, 0.14);
}

.pp-main-image {
  border-radius: 8px;
  object-fit: cover;
}

.pp-gallery-thumbs {
  display: flex;
  grid-template-columns: none;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 8px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.pp-thumb-image {
  flex: 0 0 76px;
  width: 76px;
  border-radius: 8px;
  scroll-snap-align: start;
}

.pp-thumb-image:hover,
.pp-thumb-image.is-selected {
  border-color: #ff7a00;
  box-shadow: 0 0 0 2px rgba(255, 122, 0, 0.24);
}

.pp-offer-panel {
  padding: 6px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pp-offer-kicker,
.pp-hero-proof,
.pp-product-name {
  display: none;
}

.pp-offer-panel .pp-money-rating {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0 0 10px;
  color: #13233a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.pp-offer-panel .pp-money-rating .pp-stars {
  display: inline-flex;
  overflow: hidden;
  width: 78px;
  min-width: 78px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #3ee1e9;
  color: transparent;
  font-size: 0;
  letter-spacing: 0;
}

.pp-offer-panel .pp-money-rating .pp-stars::before {
  color: #13233a;
  content: "*****";
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
}

.pp-offer-panel .pp-money-rating strong {
  color: #13233a;
  font-size: 14px;
  font-weight: 900;
}

.pp-offer-panel .pp-money-rating span:last-child {
  color: #50627a;
  font-weight: 700;
}

.pp-offer-panel h1 {
  margin: 0 0 12px;
  color: #13233a;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.03;
}

.pp-claim-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin: 0 0 13px;
  padding: 7px 10px;
  border-radius: 6px;
  background: #dffbfc;
  color: #13233a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.pp-lede,
.pp-short-copy {
  margin: 0 0 14px;
  color: #333030;
  font-size: 16px;
  line-height: 1.45;
}

.pp-price-box {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr auto;
  margin: 16px 0 16px;
  padding: 14px 16px;
  border: 1px solid #c8dced;
  border-radius: 10px;
  background: #eef7ff;
}

.pp-price-box > span {
  grid-column: 1;
  color: #343434;
  font-size: 15px;
  font-weight: 800;
  text-transform: none;
}

.pp-price-box strong,
.pp-price-box strong > .amount,
.pp-price-box .pp-sale-price .amount,
.pp-price-box ins .amount {
  color: #111111;
  font-size: 26px;
  font-weight: 900;
}

.pp-price-box del .amount {
  color: #5f5f5f;
  font-size: 15px;
}

.pp-price-box em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  padding: 5px 8px;
  border-radius: 6px;
  background: #13233a;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.pp-check-list {
  gap: 9px;
  margin: 0;
}

.pp-check-list li {
  padding-left: 28px;
  color: #151515;
  font-size: 17px;
  line-height: 1.38;
}

.pp-check-list li::before {
  top: 0.45em;
  width: 15px;
  height: 9px;
  border-color: #3ee1e9;
}

.pp-bundle-heading {
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  margin: 18px 0 14px;
  color: #1f2422;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
}

.pp-bundle-heading::before,
.pp-bundle-heading::after {
  height: 2px;
  background: #b9b9b9;
}

.pp-offer-options {
  gap: 8px;
  margin: 0 0 14px;
}

.pp-offer-card,
.pp-offer-card.is-selected,
.pp-offer-card:has(input:checked),
.pp-offer-card-2,
.pp-offer-card-2.is-selected,
.pp-offer-card-2:has(input:checked) {
  min-height: 96px;
  padding: 14px;
  border: 2px solid #151515;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.pp-offer-card:not(.is-selected):not(:has(input:checked)) {
  border-color: #b8b8b8;
  background: #f2f2f2;
}

.pp-offer-card input {
  accent-color: #ff7a00;
}

.pp-offer-ribbon {
  right: 16px;
  left: auto;
  top: -12px;
  min-height: 0;
  padding: 6px 12px;
  border-radius: 5px;
  background: #000000;
  color: #ffffff;
  font-size: 12px;
}

.pp-offer-card strong {
  font-size: 17px;
  font-weight: 800;
}

.pp-offer-card em {
  background: #fff1e4;
  color: #ff7a00;
}

.pp-offer-price b {
  font-size: 20px;
  font-weight: 900;
}

.pp-color-builder {
  gap: 10px;
  margin: 12px 0 14px;
  padding: 14px;
  border-color: rgba(10, 91, 54, 0.14);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(14, 39, 33, 0.06);
}

.pp-color-builder h2 {
  font-size: 14px;
}

.pp-color-row .pp-color-pick,
.pp-color-pick {
  border-color: rgba(10, 91, 54, 0.16);
  border-radius: 8px;
  background: #ffffff;
}

.pp-color-pick[aria-pressed="true"],
.pp-color-pick[data-pp-color="pink"][aria-pressed="true"],
.pp-color-pick[data-pp-color="blue"][aria-pressed="true"] {
  border-color: #ff7a00;
  background: #fff8ef;
  color: #111111;
}

.pp-landing-delivery-estimate {
  border-color: rgba(10, 91, 54, 0.14);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(14, 39, 33, 0.06);
}

.pp-button-wide,
.pp-offer-panel .single_add_to_cart_button {
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(45deg, #ff8a00, #ff6f00);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.pp-button-wide:hover,
.pp-button-wide:focus,
.pp-offer-panel .single_add_to_cart_button:hover,
.pp-offer-panel .single_add_to_cart_button:focus {
  background: linear-gradient(45deg, #ff6f00, #e65f00);
  color: #ffffff;
}

.pp-stock-alert {
  margin-top: 16px;
  border-color: rgba(255, 119, 0, 0.28);
  border-radius: 10px;
  background: #fff8ef;
}

.pp-trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.pp-trust-item {
  min-height: 58px;
  border: 1px solid rgba(10, 91, 54, 0.14);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(14, 39, 33, 0.06);
  text-align: center;
}

.pp-mini-review {
  border-radius: 10px;
  background: #eef7ff;
}

@media (max-width: 980px) {
  .pp-product-hero-inner {
    grid-template-columns: 1fr;
    width: min(100% - 30px, 620px);
    gap: 16px;
    padding: 2px 0 34px;
  }

  .pp-offer-panel h1 {
    font-size: 34px;
  }
}

@media (max-width: 760px) {
  .pp-bottle-marquee {
    font-size: 13px;
  }

  .pp-bottle-marquee-track span {
    padding: 9px 20px;
  }

  .pp-bottle-marquee-track span::after {
    margin-left: 20px;
  }

  .pp-product-hero {
    padding-bottom: 22px;
  }

  .pp-product-hero-inner {
    width: min(100% - 30px, 620px);
    gap: 16px;
    padding: 2px 0 22px;
  }

  .pp-offer-panel {
    padding: 4px 0 0;
  }

  .pp-offer-panel h1 {
    font-size: 34px;
  }

  .pp-lede,
  .pp-short-copy {
    font-size: 15px;
  }

  .pp-check-list li {
    padding-left: 22px;
    font-size: 16px;
  }

  .pp-check-list li::before {
    top: 0.5em;
    width: 12px;
    height: 7px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }

  .pp-price-box {
    padding: 12px 13px;
  }

  .pp-price-box strong,
  .pp-price-box strong > .amount,
  .pp-price-box .pp-sale-price .amount,
  .pp-price-box ins .amount {
    font-size: 24px;
  }

  .pp-offer-card,
  .pp-offer-card.is-selected,
  .pp-offer-card:has(input:checked),
  .pp-offer-card-2,
  .pp-offer-card-2.is-selected,
  .pp-offer-card-2:has(input:checked) {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    min-height: 96px;
    padding: 12px;
  }

  .pp-offer-price {
    grid-column: 2;
    justify-items: start;
  }

  .pp-trust-grid {
    grid-template-columns: 1fr;
  }

  .fp-real-dogs-section .fp-section-inner {
    width: min(100% - 30px, 620px);
  }

  .fp-comparison-inner {
    width: min(100% - 30px, 620px);
  }

  .fp-comparison-title {
    margin-bottom: 28px;
  }

  .fp-comparison-title h2 {
    font-size: 34px;
  }

  .fp-comparison-title p {
    font-size: 13px;
  }

  .fp-feature-header,
  .fp-compare-table tbody th {
    width: 31%;
  }

  .fp-compare-table .is-highlighted {
    width: 39%;
  }

  .fp-product-header {
    height: 100px;
  }

  .fp-product-header > span {
    font-size: 13px;
  }

  .fp-product-header em {
    padding: 4px 8px;
    font-size: 9px;
  }

  .fp-compare-table tbody th {
    padding: 10px 6px 10px 0;
    font-size: 11px;
  }

  .fp-compare-table tbody td {
    height: 50px;
  }

  .fp-compare-check,
  .fp-compare-x {
    width: 18px;
    height: 18px;
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .fp-comparison-title h2 {
    font-size: 30px;
  }

  .fp-comparison-title p {
    font-size: 12px;
  }

  .fp-product-header {
    height: 92px;
  }

  .fp-product-header > span {
    font-size: 11px;
  }

  .fp-product-header em {
    padding: 3px 6px;
    font-size: 8px;
  }

  .fp-product-header .fp-icon {
    width: 10px;
    height: 10px;
  }

  .fp-compare-table tbody th {
    font-size: 9.5px;
  }

  .fp-compare-table tbody td {
    height: 48px;
  }

  .fp-compare-check,
  .fp-compare-x {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }

  .fp-testimonials-section {
    padding: 52px 0 50px;
  }

  .fp-testimonials-header {
    margin-bottom: 34px;
  }

  .fp-testimonials-header h2 {
    font-size: 32px;
  }

  .fp-rating-summary {
    gap: 6px;
    font-size: 11px;
  }

  .fp-trust-stars i {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }

  .fp-testimonials-viewport {
    padding-right: 16px;
    padding-left: 16px;
  }

  .fp-testimonials-track {
    gap: 16px;
    justify-content: flex-start;
  }

  .fp-testimonial-card {
    flex-basis: min(250px, calc(100vw - 74px));
    min-height: 244px;
    padding: 22px 20px;
  }

  .fp-about-video-wrap {
    margin-bottom: 24px;
  }

  .fp-video-play {
    width: 54px;
    height: 54px;
  }

  .fp-video-copy {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 10px 12px;
  }

  .fp-video-copy strong {
    font-size: 13px;
  }

  .fp-customer-video-rail {
    gap: 14px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .fp-customer-video-rail .fp-video-card {
    flex-basis: min(184px, calc(100vw - 86px));
  }

  .fp-customer-video-rail .fp-video-card.is-landscape {
    flex-basis: min(280px, calc(100vw - 64px));
  }

  .fp-join-video-rail {
    padding-right: 0;
    padding-left: 0;
  }

  .fp-feature-ticker-track span {
    min-height: 36px;
    padding: 0 18px;
    font-size: 10px;
  }

  .fp-tried-title h2 {
    font-size: 30px;
  }

  .fp-tried-list {
    width: min(400px, calc(100% - 28px));
    padding: 18px 16px;
  }

  .fp-tried-item {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
  }

  .fp-tried-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .fp-tried-item > span {
    font-size: 27px;
  }

  .fp-tried-item h3 {
    font-size: 14px;
  }

  .fp-tried-item p {
    font-size: 12px;
  }

  .fp-research-section {
    padding: 46px 0 34px;
  }

  .fp-research-section .fp-section-inner {
    width: min(100% - 24px, 520px);
  }

  .fp-research-title {
    margin-bottom: 34px;
    overflow-wrap: anywhere;
  }

  .fp-research-title h2 {
    font-size: 27px;
  }

  .fp-research-title p {
    font-size: 12px;
  }

  .fp-research-stat {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 18px 0;
  }

  .fp-research-stat strong {
    font-size: 14px;
  }

  .fp-research-stat h3 {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .fp-research-stat p {
    font-size: 11px;
    line-height: 1.42;
  }

  .fp-research-sources {
    gap: 9px;
    margin-top: 28px;
    font-size: 11px;
    text-align: left;
  }

  .fp-timeline-section {
    padding: 46px 0 34px;
  }

  .fp-timeline-title {
    width: min(100% - 24px, 520px);
  }

  .fp-timeline-title h2 {
    font-size: 31px;
  }

  .fp-timeline-title h2 em {
    margin-top: 7px;
    max-width: 100%;
    font-size: 33px;
    overflow-wrap: anywhere;
  }

  .fp-timeline-title p,
  .fp-research-title p,
  .fp-parent-talk-title p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .fp-timeline {
    padding-right: 12px;
    padding-left: 48px;
  }

  .fp-timeline-icon {
    left: -47px;
    width: 28px;
    height: 28px;
  }

  .fp-timeline-item {
    padding-bottom: 25px;
  }

  .fp-week-pill {
    min-height: 21px;
    padding: 0 10px;
    font-size: 10px;
  }

  .fp-timeline-item h3 {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .fp-timeline-item p {
    font-size: 12px;
  }

  .fp-parent-talk-section {
    padding: 22px 0 0;
  }

  .fp-parent-talk-section .fp-section-inner {
    width: min(100% - 20px, 520px);
  }

  .fp-parent-talk-title {
    margin-bottom: 42px;
  }

  .fp-parent-talk-title h2 {
    font-size: 32px;
  }

  .fp-parent-talk-title h2 span {
    display: block;
  }

  .fp-parent-talk-title p {
    font-size: 12px;
  }

  .fp-parent-talk-stat {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 15px 0 24px;
  }

  .fp-parent-talk-stat strong {
    font-size: 14px;
  }

  .fp-parent-talk-stat h3 {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .fp-parent-talk-stat p {
    font-size: 12px;
  }

  .fp-parent-talk-note {
    gap: 10px;
    margin-top: 24px;
    padding: 12px 14px;
    font-size: 12px;
  }
}
