/** Shopify CDN: Minification failed

Line 15:0 All "@import" rules must come first

**/
/* ==========================================================================
   Custom Product Page Styles
   Namespaced with .offrecord-product- prefix to avoid Dawn base.css conflicts
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&family=Source+Serif+4:wght@700&display=swap');

/* ---------- CSS custom properties ---------- */
:root {
  --pp-red: #e23935;
  --pp-red-dark: #c9302c;
  --pp-ink: #121212;
  --pp-cream: #fff9ef;
  --pp-warm: #fff2e4;
  --pp-soft-red: #ffeded;
  --pp-green: #259f51;
  --pp-gold: #fcb128;
  --pp-border: #e5bdbd;
  --pp-font-body: "Poppins", "Inter", Arial, sans-serif;
  --pp-font-heading: "Outfit", Arial, sans-serif;
}

/* ---------- Dawn base CSS overrides ---------- */
.offrecord-product-hero h1,
.offrecord-product-hero h2,
.offrecord-product-hero h3,
.offrecord-product-hero h4,
.offrecord-product-hero h5,
.offrecord-product-hero h6 {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  word-break: normal;
}

.offrecord-product-hero a {
  text-decoration: none;
  color: inherit;
}

.offrecord-product-hero p {
  margin: 0;
}

.offrecord-product-hero ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offrecord-product-hero img {
  max-width: 100%;
  height: auto;
  display: block;
}

.offrecord-product-hero button {
  font-family: inherit;
  cursor: pointer;
}

.offrecord-product-hero *,
.offrecord-product-hero *::before,
.offrecord-product-hero *::after {
  box-sizing: border-box;
}

/* ---------- Section baseline ---------- */
.offrecord-product-hero {
  font-family: var(--pp-font-body);
  color: var(--pp-ink);
  line-height: 1.8;
  letter-spacing: 0.6px;
  padding: 68px 0;
}

/* ---------- Product shell (2-col grid) ---------- */
.offrecord-product-hero__shell {
  width: min(100% - 80px, 1230px);
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 540px 600px;
  grid-template-areas:
    "gallery info"
    "review info";
  column-gap: 40px;
  row-gap: 0;
  align-items: start;
}

/* ---------- Gallery ---------- */
.offrecord-product-hero__gallery {
  grid-area: gallery;
  min-width: 0;
}

.offrecord-product-hero__main-photo {
  position: relative;
  height: 502px;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
}

.offrecord-product-hero__main-slide {
  display: none;
  width: 100%;
  height: 100%;
}

.offrecord-product-hero__main-slide:first-child {
  display: block;
}

.offrecord-product-hero__main-slide.is-active {
  display: block;
}

.offrecord-product-hero__main-photo:has(.is-active) > .offrecord-product-hero__main-slide:first-child:not(.is-active) {
  display: none;
}

.offrecord-product-hero .offrecord-product-hero__main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.offrecord-product-hero__thumb-carousel {
  position: relative;
}

.offrecord-product-hero__thumb-row {
  width: 480px;
  height: 119.5px;
  display: flex;
  gap: 10px;
  margin: 20px auto;
  padding: 5px;
  overflow: hidden;
}

.offrecord-product-hero__gallery-arrow {
  position: absolute;
  top: 64.75px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1.83px solid #d70000;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.offrecord-product-hero__gallery-arrow svg {
  width: 10px;
  height: 9px;
  fill: #d70000;
}

.offrecord-product-hero__gallery-arrow--prev {
  left: 0;
  transform: rotate(90deg);
}

.offrecord-product-hero__gallery-arrow--next {
  right: 0;
  transform: rotate(-90deg);
}

.offrecord-product-hero__thumb {
  flex: 0 0 109.5px;
  width: 109.5px;
  height: 109.5px;
  padding: 0;
  border: 1px solid #e9e9e9;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.offrecord-product-hero__thumb.is-active {
  border: 2px solid #111;
}

.offrecord-product-hero .offrecord-product-hero__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Product info ---------- */
.offrecord-product-hero__info {
  grid-area: info;
  min-width: 0;
}

.offrecord-product-hero__rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 16px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 16px;
}

.offrecord-product-hero__rating-line img {
  width: 92px;
  margin-top: -2px;
}

.offrecord-product-hero__rating-line span {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.offrecord-product-hero .offrecord-product-hero__info h1 {
  margin: 0 0 16px;
  font-family: var(--pp-font-heading);
  font-size: 42px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.offrecord-product-hero .offrecord-product-hero__copy {
  margin: 0 0 14px;
  max-width: 600px;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.3px;
}

/* -- Checklist -- */
.offrecord-product-hero .offrecord-product-hero__checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.offrecord-product-hero__checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.3px;
}

.offrecord-product-hero__check-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #c9302c;
}

.offrecord-product-hero__check-icon::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}

/* -- Bundle selector heading -- */
.offrecord-product-hero .offrecord-product-hero__info h2 {
  margin: 0 0 25px;
  font-family: var(--pp-font-body);
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

/* -- Bundle grid -- */
.offrecord-product-hero__bundle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 12px;
}

.offrecord-product-hero__bundle-card {
  height: 225.5px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 19px 14px 17px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.offrecord-product-hero__bundle-card.is-selected {
  border-color: var(--pp-red-dark);
  background: #fff8ed;
}

.offrecord-product-hero__bundle-card strong {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.offrecord-product-hero .offrecord-product-hero__bundle-card img {
  height: 82px;
  width: auto;
  object-fit: contain;
}

.offrecord-product-hero__bundle-price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.offrecord-product-hero__bundle-price s {
  color: #c9302c;
  font-size: 14px;
  font-weight: 400;
  margin-right: 3px;
  text-decoration: line-through;
}

.offrecord-product-hero__bundle-price small {
  font-weight: 700;
  font-size: 15px;
}

.offrecord-product-hero__bundle-save {
  min-height: 31.5px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--pp-red-dark);
  border-radius: 50px;
  color: #e82c2a;
  background: #fff;
  font-family: var(--pp-font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  padding: 1px 9px;
}

.offrecord-product-hero__bundle-tag {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #dd1d1d;
  border-radius: 50px;
  font-family: var(--pp-font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  padding: 1px 15px;
  white-space: nowrap;
}

.offrecord-product-hero__bundle-tag--yellow {
  color: #111;
  background: #ffa600;
}

/* -- Native product form wrapper -- */
.offrecord-product-hero .product-form {
  width: 100%;
}

.offrecord-product-hero .product-form__error-message-wrapper {
  margin-bottom: 8px;
  font-size: 14px;
  color: #e82c2a;
}

.offrecord-product-hero .loading__spinner {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.offrecord-product-hero .loading__spinner.hidden {
  display: none;
}

.offrecord-product-hero .offrecord-product-hero__add-cart.loading {
  opacity: 0.7;
  pointer-events: none;
}

/* -- Add to cart -- */
.offrecord-product-hero .offrecord-product-hero__add-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 24px 0 15px;
  height: 60px;
  border: 0;
  border-radius: 50px;
  background: #e82c2a;
  color: #fff;
  font-family: var(--pp-font-body);
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  letter-spacing: 0.6px;
  padding: 20px 32px;
  cursor: pointer;
}

/* -- Guarantee line -- */
.offrecord-product-hero .offrecord-product-hero__guarantee {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: var(--pp-font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.offrecord-product-hero__guarantee-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

/* -- Payment badges -- */
.offrecord-product-hero .offrecord-product-hero__payments {
  width: 397px;
  margin: 24px auto 0;
}

/* ---------- Hero review ---------- */
.offrecord-product-hero__stock-box {
  display: none;
}

.offrecord-product-hero__review {
  grid-area: review;
  position: relative;
  min-height: 276.8px;
  margin-top: 0;
  padding: 16px;
  border: 0;
  border-radius: 4px;
  background: #fff9f3;
}

.offrecord-product-hero__review-stars {
  display: block;
  margin: 0 0 9px;
  font-size: 20px;
  line-height: 20px;
  color: var(--pp-gold);
  letter-spacing: 2px;
}

.offrecord-product-hero .offrecord-product-hero__review h3 {
  margin: 0 0 5px;
  font-family: var(--pp-font-body);
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.6px;
}

.offrecord-product-hero .offrecord-product-hero__review p {
  max-width: 450px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.offrecord-product-hero__buyer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.offrecord-product-hero .offrecord-product-hero__buyer img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.offrecord-product-hero__buyer strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.6px;
}

.offrecord-product-hero__buyer-verified {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #121212;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.6px;
}

.offrecord-product-hero__buyer-verified::before {
  content: "";
  width: 22px;
  height: 23px;
  display: inline-block;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2.5625C9.23233 2.5625 7.50436 3.08668 6.0346 4.06874C4.56483 5.05081 3.41929 6.44665 2.74283 8.07977C2.06637 9.71288 1.88938 11.5099 2.23424 13.2436C2.57909 14.9773 3.43031 16.5698 4.68024 17.8198C5.93017 19.0697 7.52268 19.9209 9.25638 20.2658C10.9901 20.6106 12.7871 20.4336 14.4202 19.7572C16.0534 19.0807 17.4492 17.9352 18.4313 16.4654C19.4133 14.9956 19.9375 13.2677 19.9375 11.5C19.935 9.1304 18.9926 6.85856 17.317 5.183C15.6414 3.50743 13.3696 2.565 11 2.5625ZM14.9239 9.92391L10.1114 14.7364C10.0476 14.8003 9.97174 14.851 9.88828 14.8856C9.80481 14.9202 9.71535 14.938 9.625 14.938C9.53466 14.938 9.44519 14.9202 9.36173 14.8856C9.27827 14.851 9.20245 14.8003 9.1386 14.7364L7.0761 12.6739C6.94709 12.5449 6.87462 12.3699 6.87462 12.1875C6.87462 12.0051 6.94709 11.8301 7.0761 11.7011C7.2051 11.5721 7.38007 11.4996 7.5625 11.4996C7.74494 11.4996 7.91991 11.5721 8.04891 11.7011L9.625 13.278L13.9511 8.95109C14.015 8.88722 14.0908 8.83655 14.1743 8.80198C14.2577 8.76741 14.3472 8.74962 14.4375 8.74962C14.5278 8.74962 14.6173 8.76741 14.7007 8.80198C14.7842 8.83655 14.86 8.88722 14.9239 8.95109C14.9878 9.01497 15.0385 9.0908 15.073 9.17426C15.1076 9.25772 15.1254 9.34717 15.1254 9.4375C15.1254 9.52783 15.1076 9.61728 15.073 9.70074C15.0385 9.7842 14.9878 9.86003 14.9239 9.92391Z' fill='%23259F51'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.offrecord-product-hero__review-arrow {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 1.44px solid #d70000;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  padding: 0;
}

.offrecord-product-hero__review-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 auto;
  border-top: 2px solid #d70000;
  border-right: 2px solid #d70000;
  transform: rotate(45deg);
}

/* ==========================================================================
   DESKTOP 1001px+
   ========================================================================== */
@media (min-width: 1001px) {
  .offrecord-product-hero .offrecord-product-hero__main-photo img {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .offrecord-product-hero__checklist li {
    gap: 6px;
  }

  .offrecord-product-hero__bundle-card {
    height: 223.5px;
    justify-content: flex-start;
    gap: 0;
    padding: 19px 12px 17px;
  }

  .offrecord-product-hero__bundle-card strong {
    line-height: 26px;
    margin-bottom: 8px;
  }

  .offrecord-product-hero .offrecord-product-hero__bundle-card img {
    height: 81px;
    margin-bottom: 7px;
  }

  .offrecord-product-hero__bundle-price {
    line-height: 26px;
    margin-bottom: 7px;
  }
}

/* ==========================================================================
   TABLET — max-width: 1000px
   ========================================================================== */
@media (max-width: 1000px) {
  .offrecord-product-hero__shell {
    width: min(100% - 30px, 680px);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .offrecord-product-hero__gallery,
  .offrecord-product-hero__info,
  .offrecord-product-hero__rating-line,
  .offrecord-product-hero__copy {
    width: 100%;
    max-width: 100%;
  }

  .offrecord-product-hero__main-photo {
    height: auto;
    aspect-ratio: 1;
  }

  /* Review hidden on tablet/mobile — replaced by stock box */
  .offrecord-product-hero__review {
    display: none;
  }

  /* Stock urgency box */
  .offrecord-product-hero__stock-box {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    padding: 18px 16px;
    border-radius: 8px;
    background: #fff0f0;
  }

  .offrecord-product-hero__stock-warning {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
  }

  .offrecord-product-hero__stock-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c9302c;
    color: #fff;
    font-family: "Outfit", "Inter", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
  }

  .offrecord-product-hero__stock-warning p {
    margin: 0;
    font-family: "Poppins", "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: var(--pp-ink, #121212);
  }

  .offrecord-product-hero__stock-warning strong {
    font-weight: 700;
  }

  .offrecord-product-hero__stock-bar {
    position: relative;
    padding: 12px 14px;
    border-radius: 6px;
    overflow: hidden;
  }

  .offrecord-product-hero__stock-bar--prev {
    background: #f5f5f5;
    margin-bottom: 10px;
  }

  .offrecord-product-hero__stock-bar--current {
    background: #fdf9e2;
  }

  .offrecord-product-hero__stock-progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 6px 0 0 6px;
  }

  .offrecord-product-hero__stock-month {
    position: relative;
    display: block;
    font-family: "Outfit", "Inter", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #1a1a5e;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .offrecord-product-hero__stock-info {
    position: relative;
    display: block;
    font-family: "Poppins", "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #1a1a5e;
    line-height: 1.5;
  }
}

/* ==========================================================================
   MOBILE — max-width: 767px
   ========================================================================== */
@media (max-width: 767px) {
  .offrecord-product-hero {
    padding: 0 0 20px;
    line-height: 1.5;
  }

  .offrecord-product-hero__shell {
    width: calc(100% - 30px);
    padding: 0;
  }

  /* Gallery: full-bleed on mobile */
  .offrecord-product-hero__gallery {
    position: relative;
    width: 100vw;
    margin: 0 calc((100% - 100vw) / 2) 24px;
  }

  .offrecord-product-hero__main-photo {
    width: 100%;
    height: auto;
    border: 0;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .offrecord-product-hero__main-photo::-webkit-scrollbar {
    display: none;
  }

  .offrecord-product-hero__main-slide {
    display: block;
    min-width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
    height: auto;
  }

  .offrecord-product-hero .offrecord-product-hero__main-photo img {
    width: 100%;
    height: auto;
    max-height: 444px;
    object-fit: contain;
    object-position: center;
    background: #fff;
  }

  /* Thumbnails become dot indicators on mobile */
  .offrecord-product-hero__thumb-carousel {
    position: static;
    display: flex;
    justify-content: center;
    padding: 4px 0 0;
  }

  .offrecord-product-hero__thumb-row {
    width: auto;
    height: auto;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .offrecord-product-hero__thumb {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border: 0;
    border-radius: 50%;
    background: #d4c4b0;
    padding: 0;
    overflow: hidden;
  }

  .offrecord-product-hero .offrecord-product-hero__thumb.is-active {
    border: 0;
    background: #d70000;
  }

  .offrecord-product-hero .offrecord-product-hero__thumb img,
  .offrecord-product-hero .offrecord-product-hero__gallery-arrow {
    display: none !important;
  }

  /* Rating line */
  .offrecord-product-hero__rating-line {
    height: auto;
    gap: 10px;
    margin: 0 0 6px;
    line-height: normal;
  }

  .offrecord-product-hero__rating-line img {
    width: 90px;
    margin-top: -2px;
  }

  .offrecord-product-hero__rating-line span {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }

  /* Title */
  .offrecord-product-hero .offrecord-product-hero__info h1 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 0.3px;
  }

  /* Copy */
  .offrecord-product-hero .offrecord-product-hero__copy {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  /* Checklist */
  .offrecord-product-hero .offrecord-product-hero__checklist {
    gap: 0;
    margin-bottom: 20px;
  }

  .offrecord-product-hero__checklist li {
    gap: 7px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .offrecord-product-hero__check-icon {
    width: 19px;
    height: 19px;
  }

  .offrecord-product-hero__check-icon::after {
    width: 8px;
    height: 5px;
    border-width: 0 0 2px 2px;
  }

  /* Bundle heading */
  .offrecord-product-hero .offrecord-product-hero__info h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  /* Bundle grid */
  .offrecord-product-hero__bundle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 6px;
  }

  .offrecord-product-hero__bundle-card {
    height: 161px;
    min-height: 0;
    justify-content: flex-start;
    gap: 1px;
    padding: 10px 5px 6px;
  }

  .offrecord-product-hero__bundle-card strong {
    font-size: 18px;
    line-height: 26px;
  }

  .offrecord-product-hero .offrecord-product-hero__bundle-card img {
    width: auto;
    height: 60px;
  }

  .offrecord-product-hero__bundle-price {
    font-size: 16px;
    line-height: 22px;
  }

  .offrecord-product-hero__bundle-price s {
    font-size: 11px;
    margin-right: 2px;
  }

  .offrecord-product-hero__bundle-price small {
    font-size: 12px;
  }

  .offrecord-product-hero__bundle-save {
    min-height: 20px;
    margin-top: 6px;
    padding: 0 6px;
    font-size: 12px;
    letter-spacing: -0.36px;
  }

  .offrecord-product-hero__bundle-tag {
    top: -9px;
    margin: 0;
    padding: 1px 8px;
    font-size: 11px;
  }

  /* Add to cart */
  .offrecord-product-hero .offrecord-product-hero__add-cart {
    height: auto;
    min-height: 55px;
    margin: 24px 0 15px;
    padding: 15.5px 20px;
    font-size: 20px;
    line-height: 24px;
  }

  /* Guarantee */
  .offrecord-product-hero .offrecord-product-hero__guarantee {
    margin: -9px 0 0;
    gap: 4px;
    font-size: 11px;
    line-height: 20px;
  }

  .offrecord-product-hero__guarantee-icon {
    width: 18px;
    height: 18px;
  }

  /* Payments */
  .offrecord-product-hero .offrecord-product-hero__payments {
    width: 264px;
    margin-top: 24px;
  }

}

/* ==========================================================================
   BASE — override Dawn's inherited grey color & default font
   ========================================================================== */
.offrecord-pp {
  color: var(--pp-ink, #121212);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.6px;
  font-weight: 400;
}

/* ==========================================================================
   SHARED SECTION UTILITIES
   All double-class (0,2,x) to beat custom-homepage.css resets (0,1,1)
   ========================================================================== */

.offrecord-pp-narrow {
  width: min(100% - 30px, 1030px);
  margin-inline: auto;
  padding-inline: 15px;
}

.offrecord-pp-wide {
  width: min(100% - 30px, 1100px);
  margin-inline: auto;
}

.offrecord-pp-tint {
  background: var(--pp-cream, #fff9ef);
}

/* Section title - double class for h2, h3, p */
.offrecord-pp .offrecord-pp-section-title {
  text-align: center;
  margin-bottom: 40px;
}

.offrecord-pp .offrecord-pp-section-title--compact {
  margin-bottom: 30px;
}

.offrecord-pp .offrecord-pp-section-title h2 {
  margin: 0 0 10px;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 50px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}

.offrecord-pp .offrecord-pp-section-title h3 {
  margin: 0 0 8px;
  color: var(--pp-red, #e23935);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.offrecord-pp .offrecord-pp-section-title p {
  max-width: 750px;
  margin: 0 auto 22px;
  line-height: 1.45;
}

/* CTA button (always <a>) — double-class to beat Dawn link styles */
.offrecord-pp .offrecord-pp-cta {
  display: block;
  width: fit-content;
  margin: 40px auto 8px;
  border: 0;
  border-radius: 50px;
  background: #e82c2a;
  color: #fff;
  text-align: center;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: normal;
  padding: 17px 179px 14px;
  cursor: pointer;
  text-decoration: none;
}

/* "Ready" line - double class for <p> */
.offrecord-pp .offrecord-pp-ready {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.offrecord-pp .offrecord-pp-ready::before {
  content: "";
  width: 25px;
  height: 24px;
  flex: 0 0 auto;
  background: center / contain no-repeat;
}

/* Guarantee line with coin icon */
.offrecord-pp .offrecord-pp-box__guarantee {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
}

.offrecord-pp-coin-icon {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 2px solid #111;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
}

/* Stars */
.offrecord-pp-stars {
  color: var(--pp-gold, #fcb128);
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 1;
}

/* Warning icon */
.offrecord-pp-warning-icon {
  width: 31px;
  height: 29px;
  flex: 0 0 auto;
  color: #e82c2a;
}

/* Buyer row - double class for img */
.offrecord-pp-buyer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.offrecord-pp .offrecord-pp-buyer img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.offrecord-pp-buyer strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.6px;
}

.offrecord-pp-buyer span {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #121212;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.6px;
}

.offrecord-pp-buyer span::before {
  content: "";
  width: 22px;
  height: 23px;
  display: inline-block;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2.5625C9.23233 2.5625 7.50436 3.08668 6.0346 4.06874C4.56483 5.05081 3.41929 6.44665 2.74283 8.07977C2.06637 9.71288 1.88938 11.5099 2.23424 13.2436C2.57909 14.9773 3.43031 16.5698 4.68024 17.8198C5.93017 19.0697 7.52268 19.9209 9.25638 20.2658C10.9901 20.6106 12.7871 20.4336 14.4202 19.7572C16.0534 19.0807 17.4492 17.9352 18.4313 16.4654C19.4133 14.9956 19.9375 13.2677 19.9375 11.5C19.935 9.1304 18.9926 6.85856 17.317 5.183C15.6414 3.50743 13.3696 2.565 11 2.5625ZM14.9239 9.92391L10.1114 14.7364C10.0476 14.8003 9.97174 14.851 9.88828 14.8856C9.80481 14.9202 9.71535 14.938 9.625 14.938C9.53466 14.938 9.44519 14.9202 9.36173 14.8856C9.27827 14.851 9.20245 14.8003 9.1386 14.7364L7.0761 12.6739C6.94709 12.5449 6.87462 12.3699 6.87462 12.1875C6.87462 12.0051 6.94709 11.8301 7.0761 11.7011C7.2051 11.5721 7.38007 11.4996 7.5625 11.4996C7.74494 11.4996 7.91991 11.5721 8.04891 11.7011L9.625 13.278L13.9511 8.95109C14.015 8.88722 14.0908 8.83655 14.1743 8.80198C14.2577 8.76741 14.3472 8.74962 14.4375 8.74962C14.5278 8.74962 14.6173 8.76741 14.7007 8.80198C14.7842 8.83655 14.86 8.88722 14.9239 8.95109C14.9878 9.01497 15.0385 9.0908 15.073 9.17426C15.1076 9.25772 15.1254 9.34717 15.1254 9.4375C15.1254 9.52783 15.1076 9.61728 15.073 9.70074C15.0385 9.7842 14.9878 9.86003 14.9239 9.92391Z' fill='%23259F51'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ==========================================================================
   MARQUEE
   ========================================================================== */
.offrecord-pp-marquee {
  background: #e82c2a;
  color: #fff;
  overflow: hidden;
  padding: 16px 0;
  white-space: nowrap;
}

.offrecord-pp-marquee__track {
  display: flex;
  width: max-content;
  animation: ppTickerLoop 35s linear infinite;
}

.offrecord-pp-marquee__group {
  display: flex;
  width: max-content;
}

.offrecord-pp-marquee__group span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
}

.offrecord-pp-marquee__group svg {
  width: 26px;
  height: 27px;
  flex: 0 0 auto;
}

@keyframes ppTickerLoop {
  to { transform: translateX(-50%); }
}

/* ==========================================================================
   DEVICE SECTION
   ========================================================================== */
.offrecord-pp-device {
  padding: 68px 0;
}

.offrecord-pp-device .offrecord-pp-section-title {
  max-width: 1000px;
  margin-inline: auto;
}

.offrecord-pp-device .offrecord-pp-section-title h2 {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.offrecord-pp-device .offrecord-pp-section-title p {
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.offrecord-pp-device__grid {
  display: grid;
  grid-template-columns: 480px 480px;
  gap: 40px;
  align-items: center;
}

.offrecord-pp-device .offrecord-pp-device__wide-image {
  width: 480px;
  border-radius: 4px;
}

.offrecord-pp-device__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 266.6px;
  text-align: center;
}

.offrecord-pp-device__feature-grid div {
  min-height: 133.3px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid var(--pp-border, #e5bdbd);
  border-bottom: 1px solid var(--pp-border, #e5bdbd);
}

.offrecord-pp-device__feature-grid div:nth-child(n + 4) {
  padding-top: 20.5px;
}

.offrecord-pp-device__feature-grid div:nth-child(3),
.offrecord-pp-device__feature-grid div:nth-child(5) {
  border-right: 0;
}

.offrecord-pp-device__feature-grid div:nth-child(4),
.offrecord-pp-device__feature-grid div:nth-child(5) {
  border-bottom: 0;
}

.offrecord-pp-device .offrecord-pp-device__feature-grid img {
  height: 56px;
  width: auto;
  margin: 0 auto 8.8px;
}

.offrecord-pp-device__feature-grid strong {
  width: 140px;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-align: center;
}

/* ==========================================================================
   STEPS SECTION
   ========================================================================== */
.offrecord-pp-steps {
  padding: 68px 0;
}

.offrecord-pp-steps .offrecord-pp-section-title--compact {
  margin-bottom: 42px;
}

.offrecord-pp-steps .offrecord-pp-section-title h3 {
  margin: 0;
  color: #e82c2a;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.offrecord-pp-steps .offrecord-pp-section-title h2 {
  margin: 10px 0 0;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.offrecord-pp-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.offrecord-pp-steps__card {
  overflow: hidden;
  padding: 13px;
  border: 1px solid #777;
  border-radius: 8px;
  background: #fff;
}

.offrecord-pp-steps__card video {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.offrecord-pp-steps__card div {
  padding: 9px 0 0;
  text-align: left;
}

.offrecord-pp-steps__card span {
  display: inline-block;
  color: #e82c2a;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  padding: 3px 12px;
  border: 1px solid #e82c2a;
  border-radius: 50px;
}

.offrecord-pp-steps .offrecord-pp-steps__card h3 {
  margin: 5px 0 4px;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
}

.offrecord-pp-steps .offrecord-pp-steps__card p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.offrecord-pp-steps .offrecord-pp-cta {
  margin-top: 39px;
}

.offrecord-pp-steps__usage-note {
  margin-top: 40px;
  padding: 24px;
  border: 1px solid var(--pp-red, #e23935);
  border-radius: 8px;
  background: #fff6f6;
}

.offrecord-pp-steps__usage-note > strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--pp-red, #e23935);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.8px;
}

.offrecord-pp-steps .offrecord-pp-steps__usage-note p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

/* ==========================================================================
   WHO NEEDS SECTION
   ========================================================================== */
.offrecord-pp-who {
  padding: 68px 0;
}

.offrecord-pp-who .offrecord-pp-section-title h2 {
  font-weight: 700;
  line-height: 60px;
}

.offrecord-pp-who .offrecord-pp-section-title p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.offrecord-pp-who .offrecord-pp-who__banner {
  width: 100%;
  border-radius: 2px;
}

.offrecord-pp-who__audience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin: 24px 0;
  text-align: center;
}

.offrecord-pp-who__audience-grid div {
  border: 1px solid var(--pp-red, #e23935);
  border-radius: 8px;
  padding: 16px 12px 12px;
}

.offrecord-pp-who .offrecord-pp-who__audience-grid img {
  height: 57px;
  width: auto;
  margin: 0 auto 8px;
}

.offrecord-pp-who__audience-grid strong {
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-align: center;
}

.offrecord-pp-who .offrecord-pp-who__alert {
  margin: 0;
  padding: 15px;
  border: 1px solid var(--pp-red, #e23935);
  border-radius: 4px;
  background: #ffeded;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
  text-align: center;
}

/* ==========================================================================
   HALL OF SAVES (TESTIMONIALS)
   ========================================================================== */
.offrecord-pp-saves {
  padding: 68px 0;
}

.offrecord-pp-saves .offrecord-pp-wide {
  position: relative;
}

.offrecord-pp-saves__heading {
  display: grid;
  grid-template-columns: 76px 1fr 76px;
  gap: 30px;
  align-items: end;
  max-width: 960px;
  min-height: 205px;
  margin: 0 auto 40px;
  text-align: center;
}

.offrecord-pp-saves .offrecord-pp-saves__heading h3 {
  margin: 0;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.offrecord-pp-saves .offrecord-pp-saves__heading h2 {
  margin: 0;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 50px;
  line-height: 1.12;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
}

.offrecord-pp-saves .offrecord-pp-saves__heading p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.offrecord-pp-saves__grid {
  scroll-behavior: smooth;
  width: 950px;
  display: flex;
  gap: 20px;
  margin: 0 auto;
  overflow: hidden;
}

.offrecord-pp-saves__grid article {
  flex: 0 0 303.33px;
  display: block;
  padding: 24px;
  border: 1px solid #d99a8f;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 25px;
}

.offrecord-pp-saves__grid .offrecord-pp-stars {
  display: block;
  margin-bottom: 8px;
}

.offrecord-pp-saves .offrecord-pp-saves__grid p {
  margin: 0 0 auto;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.offrecord-pp-saves__grid strong {
  display: block;
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #ddd;
}

.offrecord-pp-saves__grid span {
  display: block;
  color: #121212;
  font-size: 13px;
}

.offrecord-pp-saves__arrow {
  position: absolute;
  top: 55%;
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1.5px solid #d70000;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.offrecord-pp-saves__arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #d70000;
  border-right: 2px solid #d70000;
}

.offrecord-pp-saves__arrow--prev {
  left: 34px;
}

.offrecord-pp-saves__arrow--prev::before {
  transform: rotate(-135deg);
}

.offrecord-pp-saves__arrow--next {
  right: 34px;
}

.offrecord-pp-saves__arrow--next::before {
  transform: rotate(45deg);
}

/* ==========================================================================
   TIME SECTION
   ========================================================================== */
.offrecord-pp-time {
  padding: 68px 0;
}

.offrecord-pp-time .offrecord-pp-section-title p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.offrecord-pp-time__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.offrecord-pp-time .offrecord-pp-time__photo {
  width: 100%;
}

.offrecord-pp-time__chart {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.offrecord-pp-time__col {
  padding-top: 0;
}

.offrecord-pp-time__col--savelix {
  background: #f4fff1;
}

.offrecord-pp-time__col--ems {
  background: #ffe6e5;
}

.offrecord-pp-time .offrecord-pp-time__col > img {
  height: 130px;
  width: auto;
  margin: -35px auto 0;
  object-fit: contain;
}

.offrecord-pp-time .offrecord-pp-time__col h3 {
  margin: 6px 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  text-align: center;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.offrecord-pp-time__row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
}

.offrecord-pp-time .offrecord-pp-time__row img {
  width: 64px;
  height: auto;
}

.offrecord-pp-time .offrecord-pp-time__row p {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.offrecord-pp-time__row strong {
  display: block;
  color: var(--pp-green, #259f51);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.offrecord-pp-time__col--ems .offrecord-pp-time__row strong {
  color: var(--pp-red, #e23935);
}

/* ==========================================================================
   PROFESSIONALS SECTION
   ========================================================================== */
.offrecord-pp-pro {
  padding: 68px 0;
}

.offrecord-pp-pro .offrecord-pp-wide {
  width: min(100% - 30px, 1200px);
}

.offrecord-pp-pro .offrecord-pp-pro__rating-title {
  margin: 0 auto 22px;
  font-weight: 400;
}

.offrecord-pp-pro .offrecord-pp-pro__rating-title .offrecord-pp-stars {
  font-size: 18px;
}

.offrecord-pp-pro .offrecord-pp-section-title h2 {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.offrecord-pp-pro .offrecord-pp-section-title h2 p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  max-width: none;
}

.offrecord-pp-pro .offrecord-pp-section-title h2 b,
.offrecord-pp-pro .offrecord-pp-section-title h2 strong {
  color: var(--pp-red, #e23935);
  font-weight: inherit;
}

.offrecord-pp-pro .offrecord-pp-section-title > p:not(.offrecord-pp-pro__rating-title) {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.3px;
}

.offrecord-pp-pro .offrecord-pp-section-title p b,
.offrecord-pp-pro .offrecord-pp-section-title p strong {
  color: var(--pp-red, #e23935);
}

.offrecord-pp-pro__grid {
  width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 334px);
  gap: 24px;
  align-items: start;
}

.offrecord-pp-pro__grid article {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.offrecord-pp-pro .offrecord-pp-pro__grid img {
  width: 292px;
  height: 274px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 8px;
}

.offrecord-pp-pro .offrecord-pp-pro__grid h3 {
  margin: 18px 0 12px;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.offrecord-pp-pro .offrecord-pp-pro__grid p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.3px;
}

/* ==========================================================================
   BOX CONTENTS SECTION
   ========================================================================== */
.offrecord-pp-box {
  padding: 68px 0;
}

.offrecord-pp-box .offrecord-pp-section-title h2 {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.offrecord-pp-box .offrecord-pp-section-title p {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.3px;
}

.offrecord-pp-box__grid {
  display: grid;
  grid-template-columns: 490px 490px;
  gap: 20px;
  align-items: center;
}

.offrecord-pp-box .offrecord-pp-box__grid img {
  width: 100%;
  height: auto;
}

.offrecord-pp-box__case {
  border: 1px solid var(--pp-red, #e23935);
  border-radius: 8px;
  padding: 29px 27.5px;
}

/* ==========================================================================
   COMPARE SECTION
   ========================================================================== */
.offrecord-pp-compare {
  padding: 68px 0;
}

.offrecord-pp-compare .offrecord-pp-section-title h2 {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.offrecord-pp-compare .offrecord-pp-section-title p {
  margin: 8px 70px 40px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.offrecord-pp-compare__table {
  width: 970px;
  margin: 0 auto;
}

.offrecord-pp-compare__row {
  display: grid;
  grid-template-columns: 39% 30.5% 30.5%;
  min-height: 98px;
}

.offrecord-pp-compare__row > span {
  display: grid;
  place-items: center;
  padding: 12px;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  text-align: center;
}

.offrecord-pp-compare__row > span:first-child {
  justify-items: start;
  text-align: left;
  background: #fff;
  font-size: 17px;
}

.offrecord-pp-compare__row > span:nth-child(2) {
  background: #f4fff1;
}

.offrecord-pp-compare__row > span:nth-child(3) {
  border-right: 1px solid #777;
  background: #ffe6e5;
}

.offrecord-pp-compare__row:last-child > span {
  border-bottom: 1px solid #777;
}

.offrecord-pp-compare__row--heading {
  min-height: 80px;
  font-weight: 900;
}

.offrecord-pp-compare__row--heading > span {
  border: 0;
  background: transparent;
}

.offrecord-pp-compare__row--heading > span:nth-child(2) {
  padding: 21px 12px 17px;
  border-top: 2px solid #259f51;
  border-right: 2px solid #259f51;
  border-left: 2px solid #259f51;
  border-radius: 8px 8px 0 0;
  background: #f4fff1;
}

.offrecord-pp-compare__row--heading > span:nth-child(3) {
  color: #121212;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  border: 0;
}

.offrecord-pp-compare .offrecord-pp-compare__row--heading img {
  width: 170px;
  height: auto;
}

.offrecord-pp-compare__row:not(.offrecord-pp-compare__row--heading) > span:nth-child(2) {
  border-right: 2px solid #259f51;
  border-left: 2px solid #259f51;
}

.offrecord-pp-compare__row:last-child > span:nth-child(2) {
  position: relative;
  z-index: 1;
  margin-bottom: -12px;
  padding-bottom: 28px;
  border-bottom: 2px solid #259f51;
  border-radius: 0 0 8px 8px;
}

.offrecord-pp-compare__yes,
.offrecord-pp-compare__no,
.offrecord-pp-compare__warn {
  width: 40px;
  height: 41px;
  display: grid;
  place-items: center;
  margin-bottom: 5px;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
}

/* ==========================================================================
   REVIEWS SECTION
   ========================================================================== */
.offrecord-pp-reviews {
  padding: 68px 0;
}

.offrecord-pp-reviews .offrecord-pp-section-title h3 {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.3px;
  text-transform: none;
}

.offrecord-pp-reviews .offrecord-pp-section-title h2 {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.offrecord-pp-reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.offrecord-pp-reviews__grid article {
  padding: 30px 28px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #fff;
}

.offrecord-pp-reviews .offrecord-pp-reviews__grid h3 {
  margin: 10px 0 6px;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.offrecord-pp-reviews .offrecord-pp-reviews__stars {
  width: 100px;
  height: 16px;
  object-fit: contain;
  margin: 8px 0 10px;
}

.offrecord-pp-reviews .offrecord-pp-reviews__grid p {
  margin: 10px 0 30px;
}

/* ==========================================================================
   GUARANTEE SECTION
   ========================================================================== */
.offrecord-pp-guarantee {
  padding: 20px 15px 68px;
}

.offrecord-pp-guarantee__card {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
  padding: 60px 55px 45px;
  border: 1px solid var(--pp-red, #e23935);
  border-radius: 8px;
  text-align: center;
}

.offrecord-pp-guarantee .offrecord-pp-guarantee__card img {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  height: auto;
}

.offrecord-pp-guarantee .offrecord-pp-guarantee__card h2 {
  margin: 0 0 24px;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.6px;
}

.offrecord-pp-guarantee .offrecord-pp-guarantee__card p {
  margin: 0 0 12px;
}

.offrecord-pp-guarantee__card .offrecord-pp-cta {
  max-width: 520px;
  padding-right: 32px;
  padding-left: 32px;
  white-space: nowrap;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.offrecord-pp-faq {
  min-height: 636px;
  display: grid;
  grid-template-columns: 565px 565px;
  gap: 40px;
  justify-content: center;
  align-items: start;
  background: var(--pp-cream, #fff9ef);
}

.offrecord-pp-faq picture,
.offrecord-pp-faq .offrecord-pp-faq picture img {
  width: 100%;
  height: 627.6px;
}

.offrecord-pp-faq .offrecord-pp-faq picture img {
  object-fit: cover;
}

.offrecord-pp-faq__content {
  width: 565px;
  padding: 67px 0 0;
}

.offrecord-pp-faq .offrecord-pp-faq__content h2 {
  width: 500px;
  margin: 0 0 25px;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 50px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}

.offrecord-pp-faq__accordion {
  position: relative;
}

.offrecord-pp-faq .offrecord-pp-faq__question {
  width: 100%;
  height: 60px;
  padding: 15px 0 16px;
  border: 0;
  border-bottom: 1px solid #777;
  background: transparent;
  text-align: left;
  color: var(--pp-ink, #121212);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  cursor: pointer;
  position: relative;
}

.offrecord-pp-faq__question::after {
  content: "\2304";
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 30px;
  transition: transform 200ms ease;
}

.offrecord-pp-faq__question.is-active::after {
  transform: rotate(180deg);
}

.offrecord-pp-faq__answer {
  display: none;
}

.offrecord-pp-faq__answer.is-open {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #777;
}

.offrecord-pp-faq .offrecord-pp-faq__answer p {
  margin: 0;
  font-size: 15px;
}

/* ==========================================================================
   OTHER PRODUCTS SECTION
   ========================================================================== */
.offrecord-pp-products {
  padding: 68px 0;
}

.offrecord-pp-products .offrecord-pp-products__heading,
.offrecord-pp-products .offrecord-pp-wide > h2 {
  text-align: center;
  margin: 0 0 40px;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.6px;
}

.offrecord-pp-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.offrecord-pp-products__card {
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.16);
}

.offrecord-pp-products .offrecord-pp-products__card > img {
  width: 100%;
  height: 267px;
  object-fit: contain;
  background: var(--pp-cream, #fff9ef);
}

.offrecord-pp-products .offrecord-pp-products__card h3 {
  margin: 15px 0 6px;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.offrecord-pp-products .offrecord-pp-products__price {
  margin: 0;
  color: var(--pp-red, #e23935);
  font-weight: 900;
}

.offrecord-pp-products__price s {
  color: #999;
  margin-left: 5px;
}

.offrecord-pp-products .offrecord-pp-products__card ul {
  min-height: 138px;
  list-style: none;
  padding: 12px 0;
  margin: 0;
  text-align: left;
}

.offrecord-pp-products .offrecord-pp-products__card li {
  position: relative;
  margin: 11px 0;
  padding-left: 28px;
}

.offrecord-pp-products .offrecord-pp-products__card li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat;
}

.offrecord-pp-products .offrecord-pp-products__card a {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: #e82c2a;
  color: #fff;
  text-align: center;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  padding: 14px;
  text-decoration: none;
}

/* ==========================================================================
   STAY IN TOUCH SECTION
   ========================================================================== */
.offrecord-pp-stay {
  min-height: 465px;
  padding: 68px 0;
  background: #fff2e4;
  overflow: visible;
}

.offrecord-pp-stay .offrecord-pp-wide {
  width: min(100% - 30px, 1030px);
  padding-inline: 15px;
}

.offrecord-pp-stay__grid {
  display: grid;
  grid-template-columns: 475px 425px;
  gap: 100px;
  align-items: center;
}

.offrecord-pp-stay .offrecord-pp-stay__grid > picture {
  width: 475px;
}

.offrecord-pp-stay .offrecord-pp-stay__grid > picture img {
  width: 100%;
  height: auto;
}

.offrecord-pp-stay .offrecord-pp-stay__grid h2 {
  margin: 0;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0;
}

.offrecord-pp-stay .offrecord-pp-stay__grid p {
  margin: 6px 0 24px;
  max-width: 430px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.offrecord-pp-stay__grid form {
  max-width: 425px;
}

.offrecord-pp-stay__field {
  display: flex;
  height: 64px;
  border: 2px solid var(--pp-red, #e23935);
  border-radius: 60px;
  overflow: hidden;
  background: #fff;
}

.offrecord-pp-stay__message {
  margin: 8px 0 0;
  font-size: 14px;
  text-align: center;
}

.offrecord-pp-stay__message--error {
  color: #c9302c;
}

.offrecord-pp-stay__message--success {
  color: #2e7d32;
}

.offrecord-pp-stay .offrecord-pp-stay__grid input {
  flex: 1;
  min-width: 0;
  height: 60px;
  border: 0;
  padding: 15px 24px;
  font-size: 18px;
  line-height: 24px;
  font-family: inherit;
}

.offrecord-pp-stay .offrecord-pp-stay__grid button {
  width: 80px;
  height: 64px;
  border: 0;
  background: var(--pp-red, #e23935);
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  font-family: inherit;
}

.offrecord-pp-stay__grid button svg {
  width: 32px;
  height: 25px;
}

/* ==========================================================================
   MOBILE: max-width 767px
   ========================================================================== */
@media (max-width: 767px) {
  .offrecord-pp-narrow,
  .offrecord-pp-wide {
    width: 100%;
    padding-inline: 15px;
  }

  .offrecord-pp .offrecord-pp-section-title,
  .offrecord-pp .offrecord-pp-section-title--compact {
    margin-bottom: 24px;
  }

  .offrecord-pp .offrecord-pp-section-title h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.6px;
  }

  .offrecord-pp .offrecord-pp-section-title p {
    font-size: 16px;
    line-height: 24px;
  }

  .offrecord-pp .offrecord-pp-cta {
    width: 100%;
    margin: 24px auto 8px;
    padding: 15.5px 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .offrecord-pp .offrecord-pp-ready {
    font-size: 16px;
    line-height: 26px;
  }

  /* Marquee mobile */
  .offrecord-pp-marquee {
    padding: 13.5px 0;
  }

  .offrecord-pp-marquee__group span {
    padding: 0 40px;
    font-size: 16px;
  }

  /* Device mobile */
  .offrecord-pp-device {
    padding: 48px 0;
  }

  .offrecord-pp-device .offrecord-pp-section-title {
    min-height: 0;
    margin-bottom: 24px;
  }

  .offrecord-pp-device .offrecord-pp-section-title h2 {
    max-width: 343px;
    margin: 0 auto 8px;
    font-size: 30px;
    line-height: 36px;
  }

  .offrecord-pp-device .offrecord-pp-section-title p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .offrecord-pp-device__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offrecord-pp-device .offrecord-pp-device__wide-image {
    width: 100%;
  }

  .offrecord-pp-device__feature-grid {
    height: 266px;
  }

  .offrecord-pp-device__feature-grid div {
    padding-right: 0;
    padding-left: 0;
  }

  .offrecord-pp-device__feature-grid div:nth-child(5) {
    border-right: 1px solid var(--pp-border, #e5bdbd);
  }

  .offrecord-pp-device__feature-grid strong {
    width: auto;
    font-family: "Poppins", "Inter", Arial, sans-serif;
    line-height: 20px;
  }

  .offrecord-pp-device .offrecord-pp-cta {
    margin-top: 40px;
  }

  /* Steps mobile */
  .offrecord-pp-steps {
    padding: 32px 0 48px;
  }

  .offrecord-pp-steps .offrecord-pp-section-title--compact {
    margin-bottom: 24px;
  }

  .offrecord-pp-steps .offrecord-pp-section-title h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .offrecord-pp-steps .offrecord-pp-section-title h2 {
    margin-top: 8px;
    font-size: 30px;
    line-height: 36px;
  }

  .offrecord-pp-steps__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .offrecord-pp-steps__card {
    padding: 12px;
  }

  .offrecord-pp-steps__card div {
    padding-top: 10px;
  }

  .offrecord-pp-steps__card span {
    font-size: 16px;
  }

  .offrecord-pp-steps .offrecord-pp-steps__card h3 {
    font-size: 21px;
    line-height: 27px;
  }

  .offrecord-pp-steps .offrecord-pp-steps__card p {
    font-size: 17px;
    line-height: 25px;
  }

  .offrecord-pp-steps .offrecord-pp-cta {
    margin-top: 0;
  }

  .offrecord-pp-steps__usage-note {
    padding: 16px 12px;
  }

  .offrecord-pp-steps__usage-note > strong {
    font-size: 20px;
    line-height: 24px;
  }

  .offrecord-pp-steps .offrecord-pp-steps__usage-note p {
    font-size: 16px;
    line-height: 24px;
  }

  /* Who mobile */
  .offrecord-pp-who {
    padding: 32px 0 48px;
  }

  .offrecord-pp-who .offrecord-pp-section-title h2 {
    margin-bottom: 8px;
    letter-spacing: 0;
  }

  .offrecord-pp-who .offrecord-pp-section-title p {
    max-width: 343px;
    margin-inline: auto;
  }

  .offrecord-pp-who__audience-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 24px 0;
  }

  .offrecord-pp-who__audience-grid div {
    width: calc(50% - 3px);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 12px 12px;
    text-align: left;
  }

  .offrecord-pp-who__audience-grid div:last-child {
    width: 100%;
    justify-content: center;
  }

  .offrecord-pp-who__audience-grid div:last-child br {
    display: none;
  }

  .offrecord-pp-who .offrecord-pp-who__audience-grid img {
    width: 36px;
    height: auto;
    margin: 0;
  }

  .offrecord-pp-who__audience-grid strong {
    font-family: "Poppins", "Inter", Arial, sans-serif;
    line-height: 20px;
    text-align: left;
  }

  .offrecord-pp-who .offrecord-pp-who__alert {
    gap: 8px;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .offrecord-pp-who__alert .offrecord-pp-warning-icon {
    width: 23px;
    min-width: 23px;
    height: 23px;
  }

  .offrecord-pp-who .offrecord-pp-cta {
    margin-top: 24px;
  }

  /* Saves mobile */
  .offrecord-pp-saves {
    padding: 48px 0;
  }

  .offrecord-pp-saves .offrecord-pp-wide {
    overflow: hidden;
  }

  .offrecord-pp-saves__heading {
    min-height: 0;
    grid-template-columns: 27px 1fr 27px;
    gap: 0;
    align-items: start;
    margin-bottom: 24px;
  }

  .offrecord-pp-saves .offrecord-pp-saves__heading > img {
    position: relative;
    top: 43px;
    width: 27px;
  }

  .offrecord-pp-saves .offrecord-pp-saves__heading h3 {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.9px;
  }

  .offrecord-pp-saves .offrecord-pp-saves__heading h2 {
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.6px;
  }

  .offrecord-pp-saves .offrecord-pp-saves__heading p {
    margin: 6px -30px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .offrecord-pp-saves__grid {
    width: auto;
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin: 0 -15px 0 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .offrecord-pp-saves__grid::-webkit-scrollbar {
    display: none;
  }

  .offrecord-pp-saves__grid article {
    flex: 0 0 calc((100% - 8px) / 1.2);
    min-height: 0;
    padding: 16px;
    scroll-snap-align: start;
  }

  .offrecord-pp-saves .offrecord-pp-saves__grid p {
    font-size: 15px;
    line-height: 23px;
  }

  .offrecord-pp-saves__grid strong {
    padding-top: 8px;
  }

  .offrecord-pp-saves__arrow {
    display: none;
  }

  .offrecord-pp-saves .offrecord-pp-wide::after {
    content: "";
    display: block;
    width: min(288px, 85%);
    height: 8px;
    margin: 24px auto 0;
    border-radius: 20px;
    background: linear-gradient(to right, #e82c2a 0 var(--slider-progress, 20%), rgba(154, 83, 82, 0.2) var(--slider-progress, 20%) 100%);
  }

  /* Time mobile */
  .offrecord-pp-time {
    padding: 32px 0 48px;
  }

  .offrecord-pp-time .offrecord-pp-section-title h2 {
    margin-bottom: 7px;
  }

  .offrecord-pp-time .offrecord-pp-section-title p {
    margin-bottom: 28px;
  }

  .offrecord-pp-time__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .offrecord-pp-time__photo-wrap {
    display: none;
  }

  .offrecord-pp-time__chart {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offrecord-pp-time .offrecord-pp-time__col > img {
    width: 117px;
    height: auto;
    margin: -24px auto 0;
  }

  .offrecord-pp-time__col--savelix > img {
    width: 136px;
  }

  .offrecord-pp-time .offrecord-pp-time__col h3 {
    margin: 0;
    padding: 8px 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .offrecord-pp-time__row {
    grid-template-columns: 40px 1fr;
    gap: 6px;
    padding: 9px 4px;
  }

  .offrecord-pp-time .offrecord-pp-time__row img {
    width: 40px;
  }

  .offrecord-pp-time .offrecord-pp-time__row p {
    font-size: 14px;
    line-height: 19px;
  }

  .offrecord-pp-time__row strong {
    font-size: 16px;
    line-height: 22px;
  }

  /* Pro mobile */
  .offrecord-pp-pro {
    padding: 40px 0;
    background: #fff2e4;
  }

  .offrecord-pp-pro .offrecord-pp-section-title {
    margin-bottom: 24px;
    margin-inline: -10px;
  }

  .offrecord-pp-pro .offrecord-pp-section-title .offrecord-pp-pro__rating-title {
    margin-bottom: 12px;
    padding-inline: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
  }

  .offrecord-pp-pro .offrecord-pp-section-title .offrecord-pp-pro__rating-title .offrecord-pp-stars {
    font-size: 15px;
  }

  .offrecord-pp-pro .offrecord-pp-section-title h2 {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 30px;
  }

  .offrecord-pp-pro .offrecord-pp-section-title > p:not(.offrecord-pp-pro__rating-title) {
    margin-bottom: 8px;
    padding-inline: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .offrecord-pp-pro__grid {
    width: auto;
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin: 0 -15px 0 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .offrecord-pp-pro__grid::-webkit-scrollbar {
    display: none;
  }

  .offrecord-pp-pro__grid article {
    flex: 0 0 calc(100% - 30px);
    min-height: 0;
    padding: 16px;
    scroll-snap-align: start;
  }

  .offrecord-pp-pro .offrecord-pp-pro__grid img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 5 / 3;
  }

  .offrecord-pp-pro .offrecord-pp-pro__grid h3 {
    margin: 12px 0 6px;
    font-size: 18px;
    line-height: 24px;
  }

  .offrecord-pp-pro .offrecord-pp-pro__grid p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .offrecord-pp-pro .offrecord-pp-wide::after {
    content: "";
    display: block;
    width: 180px;
    height: 5px;
    margin: 20px auto 0;
    border-radius: 20px;
    background: linear-gradient(to right, #e82c2a 0 var(--slider-progress, 33.33%), rgba(154, 83, 82, 0.2) var(--slider-progress, 33.33%) 100%);
  }

  /* Box mobile */
  .offrecord-pp-box {
    padding: 48px 0;
  }

  .offrecord-pp-box .offrecord-pp-section-title h2 {
    margin-bottom: 8px;
  }

  .offrecord-pp-box .offrecord-pp-section-title p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .offrecord-pp-box__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 26px;
  }

  .offrecord-pp-box__case {
    padding: 0 17px;
    border-width: 1px;
  }

  .offrecord-pp-box .offrecord-pp-cta {
    margin-top: 17px;
  }

  .offrecord-pp-box .offrecord-pp-coin-icon {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }

  /* Compare mobile */
  .offrecord-pp-compare {
    padding: 48px 0;
  }

  .offrecord-pp-compare .offrecord-pp-section-title h2 {
    margin-bottom: 8px;
  }

  .offrecord-pp-compare .offrecord-pp-section-title p {
    margin: 0 0 24px;
  }

  .offrecord-pp-compare .offrecord-pp-section-title br {
    display: none;
  }

  .offrecord-pp-compare__table {
    width: auto;
    margin-top: 0;
  }

  .offrecord-pp-compare__row {
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offrecord-pp-compare__row > span {
    padding: 4px;
    border-color: #6c6c6c;
    font-size: 14px;
    line-height: 20px;
  }

  .offrecord-pp-compare__row > span:first-child {
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
  }

  .offrecord-pp-compare__row--heading {
    min-height: 0;
  }

  .offrecord-pp-compare__row--heading > span:first-child {
    border: 0;
    background: transparent;
  }

  .offrecord-pp-compare__row--heading > span:nth-child(2) {
    margin-bottom: -1px;
    padding: 16px 7px 17px;
  }

  .offrecord-pp-compare__row--heading > span:nth-child(3) {
    padding: 0 12px;
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }

  .offrecord-pp-compare__row:not(.offrecord-pp-compare__row--heading) > span:nth-child(2) {
    padding: 10px 5px;
  }

  .offrecord-pp-compare__row:last-child > span:nth-child(2) {
    margin-bottom: -10px;
    padding: 16px 12px 27px;
  }

  .offrecord-pp-compare__yes,
  .offrecord-pp-compare__no,
  .offrecord-pp-compare__warn {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
  }

  .offrecord-pp-compare .offrecord-pp-cta {
    margin-top: 36px;
    padding: 15px 20px;
  }

  /* Reviews mobile */
  .offrecord-pp-reviews {
    padding: 50px 0;
  }

  .offrecord-pp-reviews .offrecord-pp-section-title h3 {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-transform: none;
  }

  .offrecord-pp-reviews .offrecord-pp-section-title h2 {
    margin-top: 10px;
  }

  .offrecord-pp-reviews__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .offrecord-pp-reviews .offrecord-pp-reviews__grid h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .offrecord-pp-reviews .offrecord-pp-reviews__grid p {
    font-size: 15px;
    line-height: 23px;
  }

  .offrecord-pp-reviews .offrecord-pp-cta {
    margin-top: 40px;
  }

  /* Guarantee mobile */
  .offrecord-pp-guarantee {
    padding: 68px 15px 48px;
  }

  .offrecord-pp-guarantee__card {
    padding: 44px 20px;
  }

  .offrecord-pp-guarantee .offrecord-pp-guarantee__card img {
    top: -43px;
    width: 85px;
  }

  .offrecord-pp-guarantee .offrecord-pp-guarantee__card h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 36px;
  }

  .offrecord-pp-guarantee .offrecord-pp-guarantee__card p {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 23px;
  }

  .offrecord-pp-guarantee .offrecord-pp-guarantee__card p:nth-of-type(2) {
    font-style: italic;
    font-weight: 600;
  }

  .offrecord-pp-guarantee__card .offrecord-pp-cta {
    margin-top: 12px;
  }

  /* FAQ mobile */
  .offrecord-pp-faq {
    min-height: 0;
    display: block;
  }

  .offrecord-pp-faq picture,
  .offrecord-pp-faq picture img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .offrecord-pp-faq__content {
    width: auto;
    padding: 40px 16px;
  }

  .offrecord-pp-faq .offrecord-pp-faq__content h2 {
    width: auto;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }

  .offrecord-pp-faq .offrecord-pp-faq__question {
    height: auto;
    min-height: 60px;
    padding: 15px 38px 15px 0;
    font-size: 18px;
    line-height: 23px;
  }

  .offrecord-pp-faq__question::after {
    top: 14px;
    font-size: 26px;
  }

  .offrecord-pp-faq__answer.is-open {
    padding: 16px 0;
    border-bottom: 1px solid #777;
  }

  .offrecord-pp-faq .offrecord-pp-faq__answer p {
    font-size: 15px;
    line-height: 23px;
  }

  /* Products mobile */
  .offrecord-pp-products {
    padding: 48px 0;
  }

  .offrecord-pp-products .offrecord-pp-wide > h2 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
  }

  .offrecord-pp-products .offrecord-pp-wide {
    overflow: hidden;
  }

  .offrecord-pp-products__grid {
    display: flex;
    gap: 0;
    margin: 0 -15px 0 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .offrecord-pp-products__grid::-webkit-scrollbar {
    display: none;
  }

  .offrecord-pp-products__card {
    flex: 0 0 calc(83.333% - 20px);
    display: flex;
    flex-direction: column;
    margin: 10px;
    scroll-snap-align: start;
  }

  .offrecord-pp-products .offrecord-pp-products__card > img {
    height: auto;
    aspect-ratio: 1;
  }

  .offrecord-pp-products .offrecord-pp-products__card h3 {
    margin: 12px 0 5px;
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .offrecord-pp-products .offrecord-pp-products__price {
    font-size: 18px;
    line-height: 22px;
  }

  .offrecord-pp-products .offrecord-pp-products__card ul {
    min-height: 0;
    padding: 16px 0;
    text-align: left;
  }

  .offrecord-pp-products .offrecord-pp-products__card li {
    margin: 0 0 10px;
    padding-left: 36px;
    font-size: 16px;
    line-height: 23px;
  }

  .offrecord-pp-products .offrecord-pp-products__card li::before {
    top: -1px;
    width: 26px;
    height: 26px;
  }

  .offrecord-pp-products__card a {
    margin-top: auto;
    padding: 13.5px;
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  .offrecord-pp-products .offrecord-pp-wide::after {
    content: "";
    display: block;
    width: min(288px, 85%);
    height: 8px;
    margin: 14px auto 0;
    border-radius: 20px;
    background: linear-gradient(to right, #e82c2a 0 var(--slider-progress, 33.33%), rgba(154, 83, 82, 0.2) var(--slider-progress, 33.33%) 100%);
  }

  /* Stay mobile */
  .offrecord-pp-stay {
    min-height: auto;
    padding: 32px 0 48px;
  }

  .offrecord-pp-stay__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offrecord-pp-stay .offrecord-pp-stay__grid > picture {
    width: calc(100% + 30px);
    margin-inline: -15px;
  }

  .offrecord-pp-stay .offrecord-pp-stay__grid h2 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0;
  }

  .offrecord-pp-stay .offrecord-pp-stay__grid p {
    margin: 6px 0 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
  }

  .offrecord-pp-stay__grid form {
    width: 100%;
    max-width: none;
  }

  .offrecord-pp-stay__field {
    height: 64px;
  }

  .offrecord-pp-stay .offrecord-pp-stay__grid input {
    height: 60px;
    padding: 15px 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .offrecord-pp-stay .offrecord-pp-stay__grid button {
    width: 80px;
    height: 64px;
  }
}
