/** Shopify CDN: Minification failed

Line 443:12 Unexpected "{"
Line 443:21 Expected ":"
Line 443:28 Unexpected "{"
Line 630:17 Unexpected "{"
Line 630:26 Expected ":"
Line 630:33 Unexpected "{"
Line 886:15 Unexpected "{"
Line 886:24 Expected ":"
Line 886:31 Unexpected "{"

**/
/* START_SECTION:custom--nm-footer (INDEX:5) */
.nm-footer {
  background: #0A1628;
  color: rgba(255,255,255,.82);
  font-family: var(--or-font-body, 'DM Sans', sans-serif);
  padding-bottom: 90px;
}

/* LOGO IMG */
.nm-footer__logo-img {
  height: auto;
  display: block;
  margin-bottom: 12px;
  max-width: 100%;
  width: attr(width px);
}

/* TRUST STRIP */
.nm-footer__trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 14px 20px;
  background: rgba(200,151,58,.1);
  border-bottom: 1px solid rgba(200,151,58,.15);
}
.nm-footer__trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  padding: 4px 12px;
}
.nm-footer__trust-sep {
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,.15);
}

/* MAIN */
.nm-footer__main {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 32px 20px 24px;
}

/* LOGO */
.nm-footer__logo {
  font-family: var(--or-font-display, 'DM Serif Display', serif);
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -.3px;
}
.nm-footer__logo span { color: #C8973A; }

.nm-footer__tagline {
  font-size: 13px;
  color: rgba(255,255,255,.55);
  line-height: 1.55;
  margin-bottom: 16px;
  max-width: 260px;
}

/* WHATSAPP BTN */
.nm-footer__wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 16px;
  transition: background .2s;
}
.nm-footer__wa-btn:hover { background: #20BA5A; }

/* SOCIAL */
.nm-footer__social {
  display: flex;
  gap: 8px;
}
.nm-footer__social-link {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  transition: background .2s, color .2s;
}
.nm-footer__social-link:hover { background: rgba(255,255,255,.18); color: #fff; }

/* COLUMN TITLES */
.nm-footer__col-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #C8973A;
  margin-bottom: 14px;
  font-family: var(--or-font-body, sans-serif);
}

/* LINKS */
.nm-footer__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nm-footer__links a {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .15s;
}
.nm-footer__links a::before {
  content: '→';
  font-size: 10px;
  color: #C8973A;
}
.nm-footer__links a:hover { color: #fff; }

/* CONTACT */
.nm-footer__contact {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nm-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.nm-footer__contact-icon { font-size: 18px; flex-shrink: 0; }
.nm-footer__contact-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: rgba(255,255,255,.35);
  margin-bottom: 2px;
}
.nm-footer__contact-value {
  font-size: 13px;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  transition: color .15s;
}
.nm-footer__contact-value:hover { color: #C8973A; }
.nm-footer__contact-text { font-size: 13px; color: rgba(255,255,255,.65); }

/* PAYMENTS */
.nm-footer__payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 20px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.nm-footer__pay-label {
  font-size: 11px;
  color: rgba(255,255,255,.4);
  font-weight: 600;
  flex-shrink: 0;
}
.nm-footer__pay-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.nm-footer__pay-chip {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  padding: 4px 9px;
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
}

/* DISCLAIMER */
.nm-footer__disclaimer {
  padding: 12px 20px;
  border-top: 1px solid rgba(255,255,255,.05);
}
.nm-footer__disclaimer p {
  font-size: 10.5px;
  color: rgba(255,255,255,.3);
  line-height: 1.6;
}

/* BOTTOM */
.nm-footer__bottom {
  padding: 14px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-top: 1px solid rgba(255,255,255,.05);
}
.nm-footer__legal-data {
  font-size: 10px;
  color: rgba(255,255,255,.28);
  margin-bottom: 3px;
}
.nm-footer__copy { font-size: 11px; color: rgba(255,255,255,.38); }
.nm-footer__profeco { font-size: 10.5px; color: rgba(255,255,255,.25); line-height: 1.5; }
.nm-footer__profeco a { color: rgba(255,255,255,.38); }

/* ═══════════════════════════════════════════════
   DESKTOP RESPONSIVE — Footer
   ═══════════════════════════════════════════════ */
@media (min-width: 768px) {
  .nm-footer__main {
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
    padding: 48px 60px 36px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .nm-footer__col--brand {
    flex: 1.5;
    min-width: 0;
  }

  .nm-footer__col {
    flex: 1;
    min-width: 0;
  }

  .nm-footer__trust-strip {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 60px;
  }

  .nm-footer__payments {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 60px;
  }

  .nm-footer__disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 60px;
  }

  .nm-footer__bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 60px 24px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
/* END_SECTION:custom--nm-footer */
/* START_SECTION:nm-product-faqs (INDEX:36) */
.or-section--white {
  background: #ffffff;
  padding: 48px 20px;
}

.or-section--dark {
  background: #0A1628;
  padding: 48px 20px;
}
/* ══ FAQS — NovaMarket base ══ */
.or-faqs__header {
  text-align: center;
  margin-bottom: 28px;
}
.or-faqs__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C8973A;
  margin-bottom: 10px;
}
.or-faqs__heading {
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.15;
  color: #0A1628;
  margin: 0 0 10px;
}
.or-faqs__lead {
  font-size: 14px;
  color: rgba(10,22,40,.55);
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto;
}

/* ── ACORDEÓN ── */
.or-faq {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(10,22,40,.08);
  box-shadow: 0 2px 12px rgba(10,22,40,.06);
}
.or-faq__item {
  border-bottom: 1px solid rgba(10,22,40,.08);
  background: #fff;
}
.or-faq__item:last-child { border-bottom: none; }
.or-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.or-faq__question {
  font-size: 14px;
  font-weight: 600;
  color: #0A1628;
  line-height: 1.4;
}
.or-faq__item.is-open .or-faq__question { color: #C8973A; }
.or-faq__icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(10,22,40,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(10,22,40,.4);
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.2s, border-color 0.2s, color 0.2s;
  font-style: normal;
}
.or-faq__item.is-open .or-faq__icon {
  transform: rotate(45deg);
  background: #0A1628;
  border-color: #0A1628;
  color: white;
}
.or-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.or-faq__item.is-open .or-faq__answer { max-height: 400px; }
.or-faq__item.is-open .or-faq__trigger { padding-bottom: 0; }
.or-faq__answer-inner {
  padding: 0 16px 16px;
  font-size: 13.5px;
  color: rgba(10,22,40,.6);
  line-height: 1.7;
}

/* ── CTA FINAL ── */
.or-faqs__cta {
  margin-top: 32px;
  text-align: center;
  background: #0A1628;
  border-radius: 20px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.or-faqs__cta-title {
  font-size: clamp(18px, 4vw, 26px);
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: -0.3px;
}
.or-faqs__cta-sub {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  margin: 0;
  line-height: 1.55;
}
.or-faqs__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #E8B84B, #C8973A);
  color: #0A1628;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 32px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(200,151,58,.30);
  transition: box-shadow .2s, transform .15s;
  letter-spacing: -0.2px;
  width: 100%;
  max-width: 300px;
  justify-content: center;
}
.or-faqs__cta-btn:hover {
  box-shadow: 0 8px 28px rgba(200,151,58,.40);
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  #or-faqs-{{ section.id }} {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 60px;
  }
  .or-faq__trigger { padding: 20px 24px; }
  .or-faq__answer-inner { padding: 0 24px 20px; font-size: 14px; }
  .or-faqs__cta { padding: 40px 48px; }
}
/* END_SECTION:nm-product-faqs */
/* START_SECTION:nm-product-mechanism (INDEX:38) */
.or-section--white {
  background: #ffffff;
  padding: 48px 20px;
}

.or-section--dark {
  background: #0A1628;
  padding: 48px 20px;
}

/* ══ MECANISMO ══ */
.or-mech__header {
  text-align: center;
  margin-bottom: 36px;
}
.or-mech__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C8973A;
  margin-bottom: 10px;
}
.or-mech__heading {
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 10px;
}
.or-mech__lead {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto;
}

/* ── PASOS ── */
.or-mech__steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 32px;
}
.or-mech__step {
  display: flex;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.or-mech__step:last-child { border-bottom: none; }
.or-mech__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.or-mech__num {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #E8B84B, #C8973A);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: #0A1628;
  flex-shrink: 0;
}
.or-mech__line {
  width: 2px;
  flex: 1;
  background: rgba(200,151,58,.2);
  margin-top: 8px;
  min-height: 24px;
}
.or-mech__content { flex: 1; padding-top: 6px; }
.or-mech__tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #E8B84B;
  margin-bottom: 5px;
  display: block;
}
.or-mech__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 7px;
  line-height: 1.25;
}
.or-mech__text {
  font-size: 13.5px;
  color: rgba(255,255,255,.68);
  line-height: 1.65;
  margin: 0;
}

/* ── IMÁGENES ── */
.or-mech__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
}
.or-mech__image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
}
.or-mech__image {
  width: 100%;
  aspect-ratio: var(--or-mech-ratio, 3/2);
  object-fit: cover;
  object-position: center top;
  display: block;
}
.or-mech__image-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(10,22,40,.85);
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 600;
  padding: 7px 10px;
  text-align: center;
  backdrop-filter: blur(4px);
}

/* ── SPECS ── */
.or-mech__specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}
.or-mech__spec {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  transition: border-color .2s;
}
.or-mech__spec:hover { border-color: rgba(200,151,58,.25); }
.or-mech__spec-icon { font-size: 22px; line-height: 1; flex-shrink: 0; }
.or-mech__spec-name {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #C8973A;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 2px;
}
.or-mech__spec-value {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,.7);
  line-height: 1.45;
}

@media (min-width: 768px) {
  #or-mechanism-{{ section.id }} {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 60px;
  }
  .or-mech__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 40px;
  }
  .or-mech__step {
    flex-direction: column;
    border-bottom: none;
    border-right: 1px solid rgba(255,255,255,.08);
    padding: 0 24px 0 0;
  }
  .or-mech__step:last-child { border-right: none; padding-right: 0; }
  .or-mech__line { display: none; }
  .or-mech__images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
  .or-mech__specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
/* END_SECTION:nm-product-mechanism */
/* START_SECTION:nm-product-reviews (INDEX:40) */
.or-section--white {
  background: #ffffff;
  padding: 48px 20px;
}

.or-section--dark {
  background: #0A1628;
  padding: 48px 20px;
}
/* ══ REVIEWS — NovaMarket base ══ */
.or-reviews__header {
  text-align: center;
  margin-bottom: 24px;
}
.or-reviews__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C8973A;
  margin-bottom: 10px;
}
.or-reviews__heading {
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.15;
  color: #fff;
  margin: 0;
}

/* ── RATING BANNER ── */
.or-rating-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(200,151,58,.08);
  border: 1px solid rgba(200,151,58,.2);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 24px;
}
.or-rating-banner__score {
  font-size: 42px;
  font-weight: 900;
  color: #E8B84B;
  line-height: 1;
  flex-shrink: 0;
}
.or-rating-banner__stars {
  font-size: 18px;
  color: #C8973A;
  display: block;
  margin-bottom: 2px;
}
.or-rating-banner__count { font-size: 12px; color: rgba(255,255,255,.55); }

/* ── GRID TESTIMONIOS ── */
.or-testimonials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* ── TARJETA ── */
.or-testimonial {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 200px;
  transition: border-color .2s, box-shadow .2s;
}
.or-testimonial:hover {
  border-color: rgba(200,151,58,.25);
  box-shadow: 0 12px 40px rgba(0,0,0,.3);
}
.or-testimonial::before {
  content: '\201C';
  position: absolute;
  top: -8px; right: 14px;
  font-size: 80px;
  color: rgba(200,151,58,.1);
  line-height: 1;
  pointer-events: none;
}

.or-testimonial__tag { margin-bottom: 10px; }
.or-tag--accent {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4ADE80;
  background: rgba(74,222,128,.10);
  border: 1px solid rgba(74,222,128,.20);
  padding: 2px 8px;
  border-radius: 20px;
}

.or-testimonial__stars {
  font-size: 13px;
  color: #C8973A;
  margin-bottom: 8px;
  display: block;
}
.or-testimonial__quote {
  font-size: 14px;
  color: rgba(255,255,255,.88);
  line-height: 1.65;
  margin-bottom: 12px;
  font-style: italic;
  flex: 1;
}
.or-testimonial__photo-wrap {
  margin: 14px auto 0 auto;
  width: 140px;
  height: 186px;
  overflow: hidden;
  border-radius: 12px;
  flex-shrink: 0;
}
.or-testimonial__photo {
  width: 140px;
  height: 186px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.or-testimonial__footer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.or-testimonial__avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
.or-testimonial__name {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.85);
  display: block;
}
.or-testimonial__location {
  font-size: 11px;
  color: rgba(255,255,255,.42);
  display: block;
}
.or-testimonial__since {
  font-size: 10px;
  color: rgba(200,151,58,.7);
  display: block;
  margin-top: 1px;
}
.or-testimonial__verified {
  margin-left: auto;
  font-size: 10px;
  color: #4ADE80;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── PAGINACIÓN ── */
.or-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.or-pagination__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(200,151,58,.3);
  background: transparent;
  color: rgba(255,255,255,.55);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.or-pagination__btn:hover {
  border-color: rgba(200,151,58,.7);
  color: #E8B84B;
  background: rgba(200,151,58,.08);
}
.or-pagination__btn.is-active {
  background: #C8973A;
  border-color: #C8973A;
  color: #0A1628;
}
.or-pagination__btn--next {
  font-size: 18px;
  color: #E8B84B;
  border-color: rgba(200,151,58,.4);
}

@media (min-width: 480px) and (max-width: 767px) {
  .or-testimonials { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
}
@media (min-width: 768px) {
  #or-reviews-{{ section.id }} {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 60px;
  }
  .or-rating-banner { padding: 24px 28px; margin-bottom: 32px; }
  .or-rating-banner__score { font-size: 56px; }
  .or-testimonials { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
  .or-testimonial__photo-wrap { height: 220px; }
  .or-testimonial__photo { height: 220px; }
}
/* END_SECTION:nm-product-reviews */
/* START_SNIPPET:product-media-gallery-content-styles (INDEX:218) */
media-gallery:where(.media-gallery--grid) .media-gallery__grid {
    display: none;
  }

  media-gallery.media-gallery--grid .media-gallery__grid .product-media-container {
    /* Needed for safari to stretch to full grid height */
    height: 100%;
  }

  @media screen and (min-width: 750px) {
    .media-gallery--two-column .media-gallery__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    /* Display grid view as a carousel on mobile, grid on desktop */
    media-gallery:is(.media-gallery--grid) slideshow-component {
      display: none;
    }

    media-gallery:where(.media-gallery--grid) .media-gallery__grid {
      display: grid;
    }
  }

  .product-media-container__zoom-button {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: var(--layer-flat);
    cursor: zoom-in;
    background-color: transparent;

    &:hover {
      background-color: transparent;
    }
  }

  slideshow-slide.product-media-container--tallest {
    content-visibility: visible;
  }

  .product-media__drag-zoom-wrapper {
    aspect-ratio: inherit;
    min-height: inherit;
    min-width: inherit;
    display: inherit;
    flex: inherit;
  }

  .media-gallery__mobile-controls {
    grid-area: auto;
  }

  .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-in;
  }
/* END_SNIPPET:product-media-gallery-content-styles */
/* START_SNIPPET:quick-add-modal-styles (INDEX:222) */
#quick-add-dialog {
    display: contents;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal {
      width: var(--quick-add-modal-width);
      height: var(--quick-add-modal-height);
      max-width: none;
    }
  }

  .quick-add-modal {
    padding: 0;
    border: var(--style-border-popover);
    overflow: hidden;
    box-shadow: 0 5px 30px rgb(0 0 0 / var(--opacity-15));

    @media screen and (max-width: 749px) {
      position: fixed;
      margin: auto 0 0 0;
      min-height: unset;
      max-width: 100%;
      border-radius: 0;
      overflow: clip;
      height: fit-content;
    }
  }

  .quick-add-modal[open] {
    @media screen and (max-width: 750px) {
      border-top-left-radius: var(--style-border-radius-popover);
      border-top-right-radius: var(--style-border-radius-popover);
    }
  }

  .quick-add-modal[open] {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .quick-add-modal .view-more-details__wrapper {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal[open] {
    animation: modalSlideInTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal.dialog-closing {
    animation: modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal__close {
    position: absolute;
    top: var(--margin-2xs);
    right: var(--margin-2xs);
    transition: transform 0.15s var(--animation-timing-bounce);
    z-index: var(--layer-raised);
    overflow: visible;
    transform-origin: center;
  }

  .quick-add-modal__close:active {
    transform: scale(0.99) translateY(1px);
  }

  .quick-add-modal__close {
    &:focus-visible {
      outline: none;
    }

    &:focus-visible::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: calc(var(--style-border-radius-popover) - var(--margin-2xs));
      outline: var(--focus-outline-width) solid currentColor;
    }
  }

  .quick-add-modal__content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 100% 1fr;
    position: relative;
    overflow-y: auto;
    max-height: 100vh;
    flex-grow: 1;

    @media screen and (max-width: 749px) {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      padding-inline: var(--padding-xl);
      padding-block: var(--padding-xl);
      gap: var(--gap-lg);
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      height: auto; /* Prevent a bug in Safari where height:fit-content is not respected */
      max-height: 100vh;
    }
  }

  .quick-add-modal__content .media-gallery--grid .media-gallery__grid {
    grid-template-columns: 1fr;
  }

  .quick-add-modal__content .media-gallery--grid.media-gallery--two-column .product-media-container:first-child {
    grid-column: auto;
  }

  .quick-add-modal__content {
    /* One column */
    .media-gallery--grid:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--two-column:not(.media-gallery--large-first-image)
      .product-media-container:nth-of-type(odd)
      .product-media > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(even))
        .product-media > *,
        /* Carousel */
      .media-gallery--carousel slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }

  .quick-add-modal__content .view-more-details__wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .view-more-details__wrapper .view-more-details {
    display: flex;
    align-items: center;
    width: fit-content;
  }

  .quick-add-modal__content .product-header {
    @media screen and (max-width: 749px) {
      display: flex;
      flex-direction: column;
      grid-column: 2 / -1;
      grid-row: 1;
      padding-right: var(--padding-2xl);
    }
  }

  .quick-add-modal__content .product-header a:not(product-price *) {
    @media screen and (max-width: 749px) {
      font-size: var(--font-size--md);
      font-weight: 500;
      color: inherit;
      width: fit-content;
    }
  }

  .quick-add-modal__content variant-picker,
  .quick-add-modal__content product-form-component {
    @media screen and (max-width: 749px) {
      grid-column: 1 / -1;
    }
  }

  .quick-add-modal__content .product-media-container__zoom-button {
    cursor: default;
  }

  .quick-add-modal__content .product-details {
    grid-column: 4 / -1;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    position: relative;

    dialog[open] & {
      animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
      animation-delay: 0.1s;
    }

    @media screen and (max-width: 749px) {
      grid-column: 2 / span 2;
      grid-row: span 1;
      max-height: 100%;
      height: 100%;
    }
  }

  @property --quick-add-modal-mask-start {
    syntax: '<length>';
    initial-value: 0px;
    inherits: false;
  }

  @property --quick-add-modal-mask-end {
    syntax: '<length>';
    initial-value: 0px;
    inherits: true;
  }

  @keyframes detect-scroll {
    from,
    to {
      --can-scroll: ;
    }
  }

  @supports (animation-timeline: scroll(self)) {
    dialog[open] .quick-add-modal__content .product-details {
      mask-image: linear-gradient(to bottom, transparent 0%, #000 var(--quick-add-modal-mask-start), #000 100%);
      animation: 0.3s var(--animation-timing-fade-in) 0.1s both fadeSlideIn, scrollStart 1s linear both,
        scrollEnd 1s linear both, detect-scroll 1ms linear none;
      animation-timeline: auto, scroll(self), scroll(self), scroll(self);
      animation-range: normal, 0px 48px, calc(100% - 48px) 100%, 0% 100%;
    }
  }

  @keyframes scrollStart {
    from {
      --quick-add-modal-mask-start: 0px;
    }
    to {
      --quick-add-modal-mask-start: 48px;
    }
  }

  @keyframes scrollEnd {
    from {
      --quick-add-modal-mask-end: 0px;
    }
    to {
      --quick-add-modal-mask-end: 48px;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    flex-grow: 1;
    width: auto;
  }

  .quick-add-modal__content > * {
    min-height: 0;
  }

  .quick-add-modal__content .product-details :is(.view-product-title, .buy-buttons-block) {
    flex: 0 0 auto;
  }
  .quick-add-modal__content .product-details :is(.buy-buttons-block) {
    margin-top: auto;
    position: sticky;
    bottom: 0;
    padding-bottom: var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) {
    position: static;
    padding-bottom: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) > product-form-component {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form)::before {
    display: none;
  }

  .quick-add-modal__content .product-details .buy-buttons-block__bar {
    display: block;
    position: sticky;
    bottom: 0;
    margin-top: auto;
    padding-block: var(--gap-md) var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  @supports (animation-timeline: scroll(self)) {
    .quick-add-modal__content .product-details :is(.buy-buttons-block)::before,
    .quick-add-modal__content .product-details .buy-buttons-block__bar::before {
      --mask-if-scroll: var(--can-scroll) var(--quick-add-modal-mask-end);
      --mask-if-no-scroll: 48px;
      --quick-add-modal-mask-end-progressive-enhanced: var(--mask-if-scroll, var(--mask-if-no-scroll));
      height: calc(var(--gap-2xs) + 48px);
    }
  }

  .quick-add-modal__content .product-details .variant-picker {
    flex: 0 0 auto;

    padding-block: min(var(--gap-2xl), var(--gap));
    margin-block-end: calc(var(--focus-outline-offset) + var(--focus-outline-width));
  }

  .quick-add-modal__content .variant-option--swatches {
    padding-inline-start: var(--padding-2xs);
  }

  .quick-add-modal__content .variant-option--swatches legend {
    margin-inline-start: calc(-1 * var(--padding-2xs));
  }

  .quick-add-modal__content:not(:has(.product-information__media)) .product-details {
    grid-column: 1 / -1;
  }

  .quick-add-modal__content .view-product-title {
    display: flex;
    padding-block: 0;
    margin-block-end: 12px;

    /* Prevent overlap between title and close button */
    padding-inline-end: calc(var(--padding-2xl) + calc(var(--minimum-touch-target) / 2));
  }

  .quick-add-modal__content .view-product-title a {
    color: inherit;
    text-decoration: none;
    text-align: left;
    font-size: var(--font-size--2xl);
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s var(--animation-easing);
  }

  .quick-add-modal__content .product-details product-price {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price.text-block--align-center {
    margin-inline: 0;
  }

  .quick-add-modal__content .product-details product-price.text-center {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price > * {
    text-align: left;
  }

  .quick-add-modal__content
    .product-details
    *:not(
      .group-block,
      .group-block-content,
      .buy-buttons-block,
      .buy-buttons-block *,
      .view-product-title,
      .view-product-title *,
      variant-picker,
      variant-picker *,
      product-price,
      product-price *,
      product-inventory,
      product-inventory *,
      .view-more-details__wrapper,
      .view-more-details__wrapper *
    ) {
    @media screen and (min-width: 750px) {
      /* stylelint-disable-next-line declaration-no-important */
      display: none !important;
    }
  }

  .quick-add-modal__content
    .group-block:not(
      :has(
          .buy-buttons-block,
          .buy-buttons-block *,
          .view-product-title,
          .view-product-title *,
          variant-picker,
          variant-picker *,
          product-price,
          product-price *,
          product-inventory,
          product-inventory *,
          .view-more-details__wrapper,
          .view-more-details__wrapper *
        ),
      .buy-buttons-block
    ) {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal__content .group-block-content {
      gap: 0;
    }

    .quick-add-modal__content .media-gallery__grid {
      gap: min(var(--gap-2xs), var(--image-gap));
      border-radius: var(--style-border-radius-popover, 0);
    }

    .quick-add-modal__content .media-gallery--grid .product-media img {
      border-radius: 0;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    padding-block: var(--padding-3xl) 0;
  }

  .quick-add-modal__content :where(.product-details > .group-block > .group-block-content > *) {
    padding-inline: var(--padding-3xl);
  }

  .quick-add-modal__content slideshow-slide:not([aria-hidden='false']) {
    content-visibility: auto;
  }

  .quick-add-modal__content .product-information__media {
    width: 100%;
    grid-column: 1 / span 1;
    grid-row: 1;
    position: relative;
    top: 0;
    animation: fadeIn 0.4s var(--animation-timing-fade-in) both;

    @media screen and (min-width: 750px) {
      position: sticky;
      grid-column: 1 / 4;
      width: var(--quick-add-modal-gallery-width);
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media media-gallery {
    pointer-events: none;

    @media screen and (min-width: 750px) {
      position: absolute;
      inset: 0;
    }
  }

  .quick-add-modal media-gallery {
    padding: 0;
  }

  .quick-add-modal__content .product-information__media slideshow-arrows {
    display: none;
  }

  .quick-add-modal__content .product-information__media slideshow-container {
    display: block;
  }

  .quick-add-modal__content .product-information__media slideshow-slides {
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
    overflow: visible;
    scroll-snap-type: none;
  }

  .quick-add-modal__content .product-information__media slideshow-slide {
    width: 100%;
    flex: none;
    scroll-snap-align: unset;
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s var(--animation-easing);
  }

  .quick-add-modal__content .product-information__media slideshow-slide[aria-hidden='true'] {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(1) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(2) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.05s;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(3) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.1s;
  }

  .quick-add-modal__content .product-information__media :is(slideshow-controls, slideshow-controls[thumbnails]) {
    display: none;
  }

  .quick-add-modal__content .sticky-content,
  .quick-add-modal__content .sticky-content--desktop {
    top: 0;
  }

  .quick-add-modal__content .text-block.rte:not(product-price),
  .quick-add-modal__content .view-more-details__wrapper {
    display: none;
  }

  @keyframes fadeSlideIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* END_SNIPPET:quick-add-modal-styles */
/* START_SNIPPET:resource-card (INDEX:226) */
.resource-card {
    --resource-card-secondary-image-opacity: 0;
    --resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));

    display: flex;
    flex-direction: column;
    row-gap: var(--padding-xs);
    position: relative;
    text-decoration: none;
    height: 100%;
    opacity: 0;
    animation: fadeIn var(--animation-speed-medium) var(--animation-timing-fade-in) forwards;
  }

  .resource-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .resource-card__content {
    display: flex;
    flex-direction: column;
    color: var(--color-foreground);
    gap: var(--padding-3xs);

    .price {
      font-weight: 500;
    }

    .volume-pricing-note {
      display: block;
      margin-top: var(--padding-3xs);
      font-family: var(--font-body--family);
      font-weight: normal;
      font-size: min(0.85em, var(--font-paragraph--size));
      line-height: normal;
      letter-spacing: normal;
      text-transform: none;
      color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    }
  }

  .resource-card[data-resource-type='article'] .resource-card__content,
  .resource-card[data-resource-type='page'] .resource-card__content {
    gap: var(--padding-xs);
  }

  .resource-card__image {
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    object-fit: cover;
    border-radius: var(--resource-card-corner-radius);
    opacity: var(--resource-card-primary-image-opacity);
  }

  .resource-card__image--secondary {
    position: absolute;
    top: 0;
    opacity: var(--resource-card-secondary-image-opacity);
    border-radius: var(--resource-card-corner-radius);
  }

  .resource-card__media:empty {
    display: none;
  }

  .resource-card__image-placeholder {
    padding: var(--padding-sm);
    font-size: var(--font-size--lg);
    line-height: var(--line-height--display-loose);
    word-break: break-word;
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    border-radius: var(--resource-card-corner-radius);
    color: var(--color-foreground);
  }

  .resource-card__title {
    margin-block: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .resource-card__title.paragraph {
    line-height: 1.3;
  }

  .resource-card--overlay {
    height: 100%;

    &::before {
      content: '';
      position: absolute;
      inset: 50% 0 0;
      background: var(--gradient-image-overlay);
      border-radius: var(--resource-card-corner-radius);
      pointer-events: none;
      z-index: var(--layer-flat);
    }
  }

  .resource-card--overlay .resource-card__image {
    height: 100%;
  }

  .resource-card--overlay .resource-card__content {
    position: absolute;
    inset: auto 0 0;
    padding: var(--padding-lg) var(--padding-lg) var(--padding-sm);
    z-index: var(--layer-raised);
  }

  .resource-card--overlay .resource-card__title {
    color: var(--color-white);
  }

  /* Collection images */
  .resource-card__image-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-2xs);
  }

  .resource-card__collection-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: calc(var(--card-corner-radius) - (var(--padding-xs) / 2));
  }

  .resource-card__subtext {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-block-start: 0;
  }

  .resource-card__subtext.paragraph {
    font-size: var(--font-size--body-sm);
    line-height: var(--line-height--body-tight);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .resource-card:has(.resource-card__image--secondary) {
    &:hover,
    &:focus {
      --resource-card-secondary-image-opacity: 1;
    }
  }
/* END_SNIPPET:resource-card */
/* START_SNIPPET:search-modal (INDEX:231) */
/* Search modal style */
  .search-modal {
    --search-border-radius: var(--style-border-radius-popover);
    --search-border-width: var(--style-border-width);
  }

  .search-modal__content {
    /* Approx set the top so when the content is at max height, the modal is centered */
    --modal-top-margin: calc(50dvh - var(--modal-max-height) / 2 - 2rem);
    --modal-width: 66dvw;

    padding: 0;
    border: var(--style-border-popover);

    @media screen and (min-width: 750px) {
      width: var(--modal-width);
      margin-block-start: var(--modal-top-margin);
      overflow: hidden;
    }
  }

  /* Hide the default dialog backdrop on small screens */
  @media screen and (max-width: 749px) {
    .search-modal__content::backdrop {
      display: none;
    }
  }

  .dialog-modal[open].search-modal__content {
    transform-origin: bottom center;
    animation: search-element-slide-in-bottom 300ms var(--ease-out-quad) forwards;
    border-radius: var(--search-border-radius);
    box-shadow: var(--shadow-popover);

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal.search-modal__content.dialog-closing {
    animation: search-element-slide-out-bottom 200ms var(--ease-out-quad) forwards;
  }

  .search-modal__content[open] {
    display: flex;
  }

  .search-modal__content :is(.predictive-search-dropdown, .predictive-search-form__content-wrapper) {
    position: relative;
  }

  .dialog-modal
    .predictive-search-form__header:has(
      .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
    )::before {
    content: '';
    position: absolute;
    right: calc(var(--padding-sm) + var(--minimum-touch-target));
    top: 0;
    bottom: 0;
    width: var(--border-width-sm);
    background-color: var(--color-border);
  }

  .dialog-modal
    .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden]))
    > .predictive-search__close-modal-button {
    &::before {
      content: none;
    }
  }

  @media screen and (min-width: 750px) {
    .dialog-modal
      .predictive-search-form__header:has(
        .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
      )::before {
      right: calc(var(--padding-2xl) * 2);
    }
  }

  predictive-search-component {
    --resource-card-corner-radius: var(--product-corner-radius);

    display: flex;
    width: 100%;
    position: relative;
    margin-inline: auto;
    align-items: center;
    background-color: var(--color-background);
    z-index: var(--layer-heightened);
  }

  .predictive-search-form__footer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    @media screen and (min-width: 750px) {
      --to-top-gradient-background: linear-gradient(
        to top,
        rgb(var(--color-background-rgb) / var(--opacity-90)),
        rgb(var(--color-background-rgb) / var(--opacity-80)),
        rgb(var(--color-background-rgb) / var(--opacity-40)),
        transparent
      );

      padding-block: var(--padding-xs) var(--padding-lg);
      background-image: var(--to-top-gradient-background);
    }
  }

  predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    .predictive-search-form__footer {
    display: block;
  }

  .predictive-search-form {
    position: relative;
    width: 100%;
    align-self: flex-start;
  }

  .predictive-search-form__content {
    max-height: 50dvh;
    overflow-y: auto;
    background-color: var(--color-background);

    /* Firefox */
    scrollbar-width: none;

    /* Webkit browsers */
    &::-webkit-scrollbar {
      display: none;
    }
  }

  .predictive-search-form__content-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: var(--layer-raised);
    display: flex;
    flex-direction: column;
    border-radius: 0 0 var(--search-border-radius) var(--search-border-radius);
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    transform: translateZ(0);
    will-change: transform, opacity;
    overflow: hidden;

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }

    @media screen and (min-width: 750px) {
      max-height: var(--modal-max-height);
    }
  }

  /* Add new rule to apply bottom padding only when search button exists */
  .predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    > .predictive-search-form__content {
    padding-block-end: var(--padding-6xl);
  }

  .predictive-search-form__header-inner {
    background: var(--color-background);
    border: var(--search-border-width) solid var(--color-border);
    color: var(--color-foreground);
    border-radius: var(--style-border-radius-popover);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs);
      border: none;
    }
  }

  .predictive-search-form__header-inner:focus-within {
    outline-offset: var(--focus-outline-offset);

    @media screen and (min-width: 750px) {
      outline: var(--focus-outline-width) solid var(--color-primary);
    }
  }

  .predictive-search-form__header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: var(--layer-heightened);
    width: 100%;
    align-items: center;
    background-color: var(--color-input-background);
    border: var(--search-border-width) solid var(--color-border);
    border-radius: var(--style-border-radius-inputs);

    @media screen and (max-width: 749px) {
      padding: var(--padding-2xs) var(--padding-sm);
    }
  }

  .predictive-search-form__header:focus-within,
  .predictive-search-form__header-inner:focus-within,
  .predictive-search-form__header-inner:has(.search-input:is(:focus, :focus-visible)) {
    outline: none;
    box-shadow: none;
    /* stylelint-disable-next-line declaration-no-important */
    border-color: var(--color-border) !important;
  }

  input.search-input {
    border-radius: var(--style-border-radius-inputs);
    padding-block: var(--padding-sm);
    font-size: var(--font-size--md);
    width: 100%;
    color: var(--color-foreground);
    padding-inline: calc(var(--margin-lg) + var(--icon-size-lg)) 0;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    border: 0;
  }

  .search-input::placeholder {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .search-input,
  .search-input:is(:focus, :focus-visible, :focus-within),
  .predictive-search-form__header *:is(:focus, :focus-visible) {
    outline: none;
    box-shadow: none;
  }

  .search-input:hover {
    background-color: transparent;
  }

  .predictive-search__icon {
    position: absolute;
    left: var(--margin-xl);
    top: auto;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-60));

    @media screen and (min-width: 750px) {
      left: var(--margin-md);
    }
  }

  .predictive-search__icon > svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    padding: 0;
    margin-inline-end: var(--margin-md);
    background: transparent;
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-out),
      visibility var(--animation-speed-medium) var(--animation-timing-fade-out);

    &:hover {
      color: var(--color-foreground);
    }

    &:active {
      transform: scale(0.9);
      transition: transform 100ms var(--animation-timing-active);
    }

    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-2xs);
    }
  }

  .predictive-search__reset-button[hidden] {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .predictive-search__reset-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    transition: background-color var(--animation-speed-medium) ease-in-out,
      transform var(--animation-speed-medium) var(--animation-timing-bounce);
    border-radius: 50%;

    &:hover {
      background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
    }
  }

  .predictive-search__reset-button:active .predictive-search__reset-button-icon {
    transform: scale(0.85);
    transition-timing-function: var(--animation-timing-active);
    transition-duration: 100ms;
  }

  .predictive-search__reset-button svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button-text {
    display: none;
  }

  .predictive-search__search-button {
    margin: auto;
    z-index: var(--layer-raised);
    transition: transform var(--animation-speed-medium) var(--animation-timing-bounce),
      box-shadow var(--animation-speed-medium) var(--animation-timing-hover);
    transform-origin: center;

    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgb(0 0 0 / var(--opacity-5));
    }

    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
      box-shadow: none;
    }
  }

  .predictive-search__close-modal-button {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;

    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    margin-inline-start: var(--margin-sm);
    padding: 0;
    box-shadow: none;

    &:active {
      transform: scale(0.8);
      transition: transform 100ms var(--animation-timing-active);
    }

    .svg-wrapper,
    svg {
      width: var(--icon-size-xs);
      height: var(--icon-size-xs);
    }
  }

  .predictive-search__close-modal-button:hover {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;
  }
/* END_SNIPPET:search-modal */
/* START_SNIPPET:skip-to-content-link (INDEX:235) */
.skip-to-content-link {
    position: absolute;
    left: -99999px;
  }

  .skip-to-content-link:focus {
    z-index: var(--layer-temporary);
    overflow: auto;
    width: auto;
    height: auto;
    padding: var(--padding-lg) var(--padding-4xl);
    left: var(--margin-lg);
    top: var(--margin-lg);
    background-color: var(--color-background);
    box-shadow: 0 0 0 var(--focus-outline-offset) var(--color-background);
  }
/* END_SNIPPET:skip-to-content-link */
