/** Shopify CDN: Minification failed

Line 1167:2 Unexpected "}"

**/
/* START_SECTION:bestsellers-carousel (INDEX:2) */
/* Figma-Farben für Buttons (Majestic Magenta), überschreibt Theme-Primary-Button */
  .bestsellers-carousel {
    --color-primary-button-background: #bc299b;
    --color-primary-button-text: #ffffff;
    --color-primary-button-border: #bc299b;
    --color-primary-button-hover-background: #a02385;
    --color-primary-button-hover-text: #ffffff;
    --color-primary-button-hover-border: #a02385;
    --button-background-color: #bc299b;
    --button-color: #ffffff;
    --button-border-color: #bc299b;
    background: #ffffff;
    padding: 96px 0px;
  }

  .bestsellers-carousel__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin: 0 auto;
  }

  @media screen and (min-width: 750px) {
    .bestsellers-carousel__inner {
      row-gap: 80px;
      justify-items: center;
      margin: 0;
    }

    .bestsellers-carousel__carousel-wrap {
      width: 100%;
      position: static;
      left: auto;
      transform: none;
    }

    .bestsellers-carousel__slideshow {
      --gutter-slide-width: 0px;
    }

    .bestsellers-carousel__slideshow-inner {
      --slide-width-max: calc((var(--full-page-grid-central-column-width) - 3 * 24px) / 4);
    }
  }

  .bestsellers-carousel__headline {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 56px;
    line-height: 60px;
    font-weight: 500;
    color: #51003f;
    text-align: center;
    margin: 0;
    max-width: 872px;
  }

  .bestsellers-carousel__carousel-wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .bestsellers-carousel__slideshow {
    width: 100%;
    --gutter-slide-width: 0px;
    max-width: 1320px;
    @media screen and (max-width: 750px) {
      --gutter-slide-width: 20px;
    }
  }

  .bestsellers-carousel__slideshow-inner {
    --slide-width-max: 312px;
    --slideshow-gap: 24px;
    align-items: stretch;
  }

  .bestsellers-carousel__slide {
    width: 312px;
    flex-shrink: 0;
  }

  .bestsellers-carousel__slide-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .bestsellers-carousel__slide-inner product-card {
    height: 100%;
    max-width: 100%;
    flex: 1;
  }

  .bestsellers-carousel__slide-inner .product-card__content {
    height: 100%;
  }

  .bestsellers-carousel__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 48px;
  }

  /* Carousel-Pfeile: Custom Buttons (kein slideshow-arrow Snippet, keine Spezifitäts-Konflikte)
     Figma: 48×48 circle, 1px border #85837a, transparent bg, Material arrow_back/arrow_forward icons */
  .bestsellers-carousel__arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 12px;
    border: 1px solid #85837a;
    border-radius: 100px;
    background: transparent;
    color: #85837a;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
  }

  .bestsellers-carousel__arrow-btn:hover {
    background: #f4f3ee;
    border-color: #3d3b44;
    color: #3d3b44;
  }

  .bestsellers-carousel__arrow-btn:active {
    border-color: #0d0a15;
    color: #0d0a15;
  }

  .bestsellers-carousel__arrow-btn[disabled] {
    opacity: 0.35;
    cursor: not-allowed;
  }

  .bestsellers-carousel__arrow-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  /* CTA – Figma Magenta, immer sichtbar (Farb-Schema überschreibt sonst) */
  .bestsellers-carousel__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    min-height: 48px;
    background-color: #bc299b !important;
    background: #bc299b !important;
    border: 2px solid #bc299b !important;
    border-radius: 100px;
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  }

  .bestsellers-carousel__cta:hover {
    background-color: #a02385 !important;
    background: #a02385 !important;
    border-color: #a02385 !important;
    color: #ffffff !important;
  }

  /* Bestseller card: Flex-Layout, Button immer unter dem Text (keine feste Positionierung) */
  .bestseller-card {
    background: #f4f3ee;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 630px;
    min-height: 630px;
    position: relative;
    transition: background-color 0.35s ease;
  }

  .bestseller-card:hover {
    background-color: #e5e3d9;
  }

  .bestseller-card:hover .bestseller-card__image-wrap {
    border-color: #e5e3d9;
  }

  .bestseller-card__image-link {
    display: block;
    text-decoration: none;
    flex-shrink: 0;
  }

  .bestseller-card__image-wrap {
    background: #ffffff;
    border: 8px solid #f4f3ee;
    border-radius: 34px;
    margin: 0;
    padding: 16px 16px 0;
    height: 312px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    transition: border-color 0.35s ease;
  }

  .bestseller-card__badge {
    background: #ffdef8;
    color: #51003f;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    padding: 4px 8px;
    border-radius: 100px;
    white-space: nowrap;
    z-index: 1;
    flex-shrink: 0;
  }

  .bestseller-card__images {
    position: relative;
    width: 264px;
    height: 256px;
    margin: 0 auto;
  }

  .bestseller-card__image {
    width: 264px;
    max-width: 100%;
    height: 256px;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
  }

  .bestseller-card__image--lifestyle {
    opacity: 0;
  }

  .bestseller-card:hover .bestseller-card__image--primary {
    opacity: 0;
  }

  .bestseller-card:hover .bestseller-card__image--lifestyle {
    opacity: 1;
  }

  .bestseller-card__placeholder {
    width: 120px;
    height: 120px;
    opacity: 0.5;
    margin: 0 auto;
  }

  .bestseller-card__body {
    padding: 24px 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    min-height: 0;
  }

  .bestseller-card__body-top {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  /* Figma: erste Gruppe (Vendor+Rating, Titel) mit 16px Abstand */
  .bestseller-card__body-top-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
  }

  /* Vendor + Rating auf einer Zeile */
  .bestseller-card__vendor-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 24px;
    flex-shrink: 0;
  }

  /* Titel-Wrapper: immer Platz für 2 Zeilen */
  .bestseller-card__title-wrap {
    height: 52px;
    flex-shrink: 0;
    min-height: 52px;
  }

  /* Button bleibt unten durch Flex, keine feste Positionierung */
  .bestseller-card__body > product-form-component,
  .bestseller-card__body > .bestseller-card__add-btn--placeholder {
    margin-top: auto;
    flex-shrink: 0;
    display: block;
    width: 100%;
  }

  .bestseller-card__form,
  .bestseller-card__add-btn--placeholder {
    margin-top: 0;
    flex-shrink: 0;
  }

  .bestseller-card__vendor {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6e6c73;
    margin: 0;
    flex-shrink: 0;
  }

  .bestseller-card__rating {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .bestseller-card__rating-value {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #51003f;
  }

  .bestseller-card__rating-icon {
    width: 16px;
    height: 16px;
    color: #51003f;
    display: flex;
  }

  .bestseller-card__rating-icon svg {
    width: 100%;
    height: 100%;
  }

  .bestseller-card__rating-count {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #6e6c73;
  }

  .bestseller-card__title {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #0d0a15;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100%;
    min-height: 0;
  }

  .bestseller-card__title a {
    color: inherit;
    text-decoration: none;
  }

  .bestseller-card__title a:hover {
    text-decoration: underline;
  }

  .bestseller-card__price-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
  }

  .bestseller-card__prices {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
  }

  .bestseller-card__price-current {
    color: #bc299b;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .bestseller-card__price-compare {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #3d3b44;
    line-height: 16px;
    text-decoration: line-through;
  }

  .bestseller-card__discount {
    background: #ffdef8;
    color: #51003f;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 2px 4px;
    border-radius: 6px;
  }

  .bestseller-card__tax-note {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #6e6c73;
    margin: 0;
  }

  .bestseller-card__form {
    margin: 0;
  }

  /* Add to cart – Figma Outline Magenta Button */
  .bestseller-card__add-btn,
  .bestseller-card__add-btn--placeholder {
    width: 100%;
    padding: 12px;
    min-height: 48px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    background: transparent !important;
    border: 1px solid #bc299b !important;
    border-radius: 100px !important;
    box-shadow: none !important;
    color: #bc299b !important;
    --button-background-color: transparent;
    --button-color: #bc299b;
    --button-border-color: #bc299b;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  }

  .bestseller-card__add-btn:hover:not(:disabled),
  .bestseller-card__add-btn--placeholder:hover {
    background-color: #bc299b !important;
    background: #bc299b !important;
    border-color: #bc299b !important;
    box-shadow: none !important;
    color: #ffffff !important;
    --button-background-color: #bc299b;
    --button-color: #ffffff;
  }

  .bestseller-card__add-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .bestseller-card__add-btn .add-to-cart-icon {
    display: none;
  }

  .bestseller-card__add-btn .add-to-cart-text__content {
    color: #bc299b !important;
  }

  .bestseller-card__add-btn:hover:not(:disabled) .add-to-cart-text__content {
    color: #ffffff !important;
  }

  .bestseller-card__add-btn .add-to-cart-text--added,
  .bestseller-card__add-btn .add-to-cart-text--added span {
    color: #bc299b !important;
  }

  .bestseller-card__add-btn:hover:not(:disabled) .add-to-cart-text--added,
  .bestseller-card__add-btn:hover:not(:disabled) .add-to-cart-text--added span {
    color: #ffffff !important;
  }

  .bestseller-card__add-btn {
    position: relative;
    min-height: 48px;
    overflow: hidden;
  }

  .bestseller-card__add-btn .add-to-cart-text,
  .bestseller-card__add-btn .add-to-cart-text--added {
    min-height: 24px;
    align-items: center;
    justify-content: center;
  }

  .bestseller-card__add-btn .add-to-cart-text--added {
    position: absolute;
    inset: 0;
  }

  .bestseller-card__add-btn.atc-added .add-to-cart-text {
    opacity: 0;
  }

  .bestseller-card__add-btn.atc-added .add-to-cart-text--added {
    opacity: 1;
    transform: none;
  }

  @media screen and (max-width: 749px) {
    .bestsellers-carousel {
      padding: 64px 0;
    }

    .bestsellers-carousel__inner {
      gap: 48px;
    }

    .bestsellers-carousel__headline {
      font-size: 32px;
      line-height: 38px;
      padding: 0 20px;
    }

    .bestsellers-carousel__cta {
      padding: 0 20px;
    }

    .bestsellers-carousel__slide {
      width: 235px;
    }

    .bestsellers-carousel__slideshow-inner {
      --slide-width-max: 235px;
    }

    .bestsellers-carousel__arrows {
      display: none;
    }
  }

  @media screen and (min-width: 750px) {
    .bestsellers-carousel slideshow-slides {
      touch-action: none;
    }
  }
/* END_SECTION:bestsellers-carousel */
/* START_SECTION:faq (INDEX:13) */
/* ── Section ── */
  .faq {
    background: #d7d7ff;
    width: 100%;
  }

  /* ── Arch divider ── */
  .faq__arch {
    display: block;
    line-height: 0;
    margin-bottom: -1px;
  }

  .faq__arch-svg {
    display: block;
    width: 100%;
    height: 80px;
  }

  /* ── Inner: vertical flex, centered, gap 102px, padding 120px 60px ── */
  .faq__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 102px;
    padding: 120px 60px;
  }

  /* ── Heading lockup: fixed 760px, left-aligned text ── */
  .faq__heading-wrap {
    width: 760px;
    max-width: 100%;
  }

  .faq__heading {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 56px;
    line-height: 60px;
    font-weight: 500;
    color: #0d0a15;
    margin: 0;
    text-align: left;
  }

  /* ── Accordion group: fixed 872px ── */
  .faq__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 872px;
    max-width: 100%;
  }

  /* ── Accordion item ── */
  .faq__item {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
  }

  .faq__item-summary {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    cursor: pointer;
    list-style: none;
    user-select: none;
  }

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

  .faq__item-question {
    flex: 1 0 0;
    min-width: 0;
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #3d3b44;
  }

  /* ── Icon: 48×48 pill button (p-12px) wrapping a 24×24 SVG ── */
  .faq__item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 12px;
    border-radius: 100px;
    color: #0d0a15;
  }

  .faq__item-icon {
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .faq__icon-vertical {
    transform-origin: center;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .faq__item[open] .faq__icon-vertical {
    transform: rotate(90deg);
    opacity: 0;
  }

  /* ── Answer ── */
  .faq__item-answer {
    overflow: hidden;
  }

  .faq__item-answer-inner {
    padding: 0 24px 24px;
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #3d3b44;
  }

  .faq__item-answer-inner p {
    margin: 0;
  }

  /* ── Responsive ── */
  @media screen and (max-width: 900px) {
    .faq__inner {
      gap: 64px;
      padding: 80px 24px;
    }

    .faq__heading {
      font-size: 40px;
      line-height: 48px;
    }

    .faq__item-question {
      font-size: 20px;
      line-height: 26px;
    }
  }

  @media screen and (max-width: 600px) {
    .faq__arch-svg {
      height: 48px;
    }

    .faq__inner {
      gap: 48px;
      padding: 48px 20px 80px;
    }

    .faq__heading {
      font-size: 32px;
      line-height: 38px;
    }

    .faq__item-question {
      font-size: 18px;
      line-height: 24px;
    }

    .faq__item-summary {
      padding: 20px;
    }
  }
/* END_SECTION:faq */
/* START_SECTION:featured-carousel (INDEX:15) */
/* ── Section wrapper ── */
    .featured-carousel {
      background: #ffffff;
    }

    .featured-carousel__inner {
      padding-block: 120px;
    }

    .featured-carousel__card {
      border-radius: 32px;
      overflow: hidden;
      max-width: 1320px;
      width: calc(100% - 40px);
      margin: 0 auto;
    }

    /* ── Slideshow overrides ── */
    .featured-carousel__slideshow {
      display: flex;
      flex-direction: column;
      gap: 64px;
    }

    .featured-carousel__slideshow slideshow-container {
      display: block;
    }

    /* ── Slide layout ── */
    .featured-carousel__slideshow slideshow-slide {
      display: flex;
      min-height: 720px;
    }

    /* ── Left content panel ── */
    .fcs-slide__left {
      flex: 1;
      min-width: 0;
      background: #f4f3ee;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 32px 0 0 32px;
    }

    .fcs-slide__content {
      display: flex;
      flex-direction: column;
      gap: 48px;
      padding: 120px;
      max-width: 660px;
      width: 100%;
    }

    /* ── Stars ── */
    .fcs-slide__reviews {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .fcs-slide__stars {
      display: flex;
      align-items: center;
      gap: 0;
    }

    .fcs-slide__star {
      width: 32px;
      height: 32px;
      flex-shrink: 0;
    }

    .fcs-slide__star--filled {
      fill: #51003f;
      color: #51003f;
    }

    .fcs-slide__star--empty {
      fill: #d9d9d9;
      color: #d9d9d9;
      opacity: 0.5;
    }

    .fcs-slide__rating-text {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      color: #6e6c73;
      margin: 0;
    }

    /* ── Headline ── */
    .fcs-slide__headline {
      font-family: 'Vastago Grotesk', sans-serif;
      font-size: 40px;
      line-height: 44px;
      font-weight: 500;
      color: #51003f;
      margin: 0;
    }

    /* ── Body text ── */
    .fcs-slide__body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      color: #3d3b44;
      margin: 0;
    }

    /* ── CTA buttons ── */
    .fcs-slide__buttons {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .fcs-slide__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 20px;
      border-radius: 100px;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      text-decoration: none;
      white-space: nowrap;
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .fcs-slide__btn--primary {
      background: #bc299b;
      border: 2px solid #bc299b;
      color: #ffffff;
    }

    .fcs-slide__btn--primary:hover {
      background: #a02385;
      border-color: #a02385;
      color: #ffffff;
      text-decoration: none;
    }

    .fcs-slide__btn--secondary {
      background: transparent;
      border: 2px solid #0d0a15;
      color: #0d0a15;
    }

    .fcs-slide__btn--secondary:hover {
      background: #0d0a15;
      color: #ffffff;
      text-decoration: none;
    }

    .fcs-slide__play-icon {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      fill: currentColor;
    }

    /* ── Right image panel ── */
    .fcs-slide__right {
      position: relative;
      width: 50%;
      flex-shrink: 0;
      overflow: hidden;
      border-radius: 0 32px 32px 0;
    }

    .fcs-slide__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .fcs-slide__image--placeholder {
      width: 100%;
      height: 100%;
    }

    /* ── Badge ── */
    .fcs-slide__badge {
      position: absolute;
      top: 32px;
      right: 32px;
      background: #ffdef8;
      border-radius: 24px;
      padding: 4px 12px;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      color: #51003f;
      white-space: nowrap;
    }

    /* ── Pagination row ── */
    .fcs-controls {
      display: flex;
      justify-content: center !important;
      align-items: center;
      gap: 12px;
    }

    /* Arrow buttons */
    .fcs-arrow {
      all: unset;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      background: #f2f2f2;
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      border-radius: 100px;
      cursor: pointer;
      color: #3d3b44;
      flex-shrink: 0;
      transition: background 0.2s ease;
    }

    .fcs-arrow:hover {
      background: #e2e2e2;
    }

    .fcs-arrow svg {
      width: 24px;
      height: 24px;
      fill: currentColor;
      stroke: none;
      flex-shrink: 0;
    }

    /* Flip prev arrow left */
    .fcs-arrow:first-child svg {
      transform: scaleX(-1);
    }

    /* Dot pill container */
    .fcs-dots {
      display: flex;
      align-items: center;
      gap: 8px;
      background: #f2f2f2;
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      border-radius: 100px;
      padding: 20px;
      list-style: none;
      margin: 0;
      flex-shrink: 0;
    }

    .fcs-dots li {
      display: flex;
      align-items: center;
      padding: 0;
      margin: 0;
    }

    /* Dot buttons */
    .fcs-dot {
      all: unset;
      box-sizing: border-box;
      display: block;
      width: 8px;
      height: 8px;
      background: #3d3b44;
      border-radius: 100px;
      cursor: pointer;
      flex-shrink: 0;
      transition: width 0.3s ease;
    }

    /* Active dot */
    .fcs-dot[aria-selected='true'] {
      width: 32px;
    }

    /* ── Responsive ── */
    @media screen and (max-width: 1099px) {
      .featured-carousel__inner {
        padding: 80px 40px;
      }

      .fcs-slide__content {
        padding: 60px;
      }

      .fcs-slide__headline {
        font-size: 32px;
        line-height: 38px;
      }
    }

    @media screen and (max-width: 749px) {
      .featured-carousel__inner {
        padding: 80px 20px;
      }

      .featured-carousel__card {
        border-radius: 24px;
      }

      .featured-carousel__slideshow {
        gap: 32px;
      }

      /* ── Slide: image on top, content below ── */
      .featured-carousel__slideshow slideshow-slide {
        flex-direction: column;
        min-height: auto;
      }

      /* Move image panel before content panel via flex order */
      .fcs-slide__right {
        order: -1;
        width: 100%;
        height: 268px;
        flex-shrink: 0;
        border-radius: 24px 24px 0 0;
      }

      .fcs-slide__left {
        width: 100%;
        flex: none;
        align-items: stretch;
        justify-content: flex-start;
        border-radius: 0 0 24px 24px;
      }

      /* ── Content area ── */
      .fcs-slide__content {
        padding: 32px;
        gap: 40px;
        max-width: none;
      }

      /* ── Reviews section ── */
      .fcs-slide__reviews {
        gap: 4px;
      }

      .fcs-slide__star {
        width: 32px;
        height: 32px;
      }

      .fcs-slide__rating-text {
        font-size: 14px;
        line-height: 18px;
      }

      /* ── Headline ── */
      .fcs-slide__headline {
        font-size: 28px;
        line-height: 28px;
      }

      /* ── Body ── */
      .fcs-slide__body {
        font-size: 14px;
        line-height: 18px;
      }

      /* ── Buttons: full-width stacked column ── */
      .fcs-slide__buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
      }

      .fcs-slide__btn {
        padding: 6px 20px;
        font-size: 16px;
        justify-content: center;
        border-width: 1.5px;
      }

      /* ── Badge: tighter padding on mobile ── */
      .fcs-slide__badge {
        top: 24px;
        right: 24px;
        padding: 4px 8px;
        font-size: 12px;
        line-height: 16px;
      }
    }
  }

  /* Featured carousel video dialog */
  .fcs-video-dialog {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .fcs-video-dialog::backdrop {
    background: rgba(0, 0, 0, 0.85);
  }

  .fcs-video-dialog__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 10;
    line-height: 0;
  }

  .fcs-video-dialog__inner {
    width: 90vw;
    max-width: 960px;
    position: relative;
  }

  .fcs-video-dialog__video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
  }

  .fcs-video-dialog__iframe,
  .fcs-video-dialog__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
/* END_SECTION:featured-carousel */
/* START_SECTION:filter-grid (INDEX:18) */
.filter-grid {
    background: #f4f3ee;
    padding: 0 var(--padding-inline-end, 60px) var(--padding-block-end, 96px) var(--padding-inline-start, 60px);
    overflow: visible;
    position: relative;
  }

  .filter-grid__arc {
    width: calc(100% + var(--padding-inline-start, 60px) + var(--padding-inline-end, 60px));
    height: 53px;
    flex-shrink: 0;
    display: block;
    position: relative;
    z-index: 1;
    margin-left: calc(-1 * var(--padding-inline-start, 60px));
  }

  .filter-grid__arc-svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .filter-grid__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    max-width: 100%;
    padding-top: max(0px, calc(var(--padding-block-start, 96px) - 53px));
  }

  .filter-grid__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .filter-grid__headline {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 56px;
    line-height: 60px;
    font-weight: 500;
    color: #0d0a15;
    text-align: center;
    margin: 0;
    max-width: 100%;
  }

  .filter-grid__categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    max-width: 1096px;
  }

  .filter-grid-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 128px;
    padding: 24px;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    flex: 1 1 424px;
    max-width: 424px;
    min-width: 0;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .filter-grid-card {
    background: #ffffff;
    color: #0d0a15;
  }

  .filter-grid-card:hover {
    background: #8a036d;
    color: #ffffff;
    transform: translateY(-2px);
  }

  .filter-grid-card:hover .filter-grid-card__arrow {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
  }

  .filter-grid-card__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
  }

  .filter-grid-card__media {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 100px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .filter-grid-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .filter-grid-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .filter-grid-card__placeholder-svg {
    width: 48px;
    height: 48px;
    opacity: 0.4;
  }

  .filter-grid-card__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    flex: 1;
    min-width: 0;
  }

  .filter-grid-card__line1,
  .filter-grid-card__line2 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .filter-grid-card__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 100px;
    padding: 12px;
    flex-shrink: 0;
    background: transparent;
    color: #0d0a15;
  }

  .filter-grid-card__arrow svg {
    width: 24px;
    height: 24px;
  }

  @media screen and (max-width: 749px) {
    .filter-grid {
      padding: 0 20px 80px 20px;
    }

    .filter-grid__arc {
      height: 40px;
      margin-top: calc(-1 * var(--padding-block-start, 80px));
      width: calc(100% + 40px);
      margin-left: -20px;
    }

    .filter-grid__inner {
      gap: 32px;
      padding-top: max(0px, calc(var(--padding-block-start, 80px) - 40px));
    }

    .filter-grid__headline {
      font-size: 40px;
      line-height: 44px;
    }

    .filter-grid__categories {
      gap: 12px;
      width: 100%;
    }

    .filter-grid-card {
      flex: 1 1 100%;
      max-width: 100%;
      min-height: auto;
      padding: 16px 20px;
      border-radius: 20px;
    }

    .filter-grid-card__media {
      width: 56px;
      height: 56px;
      min-width: 56px;
      border-radius: 12px;
      background: transparent;
    }

    .filter-grid-card__text {
      font-size: 20px;
      line-height: 24px;
    }

    .filter-grid-card__line1,
    .filter-grid-card__line2 {
      white-space: normal;
      overflow: visible;
      text-overflow: unset;
    }

    .filter-grid-card__arrow {
      width: 36px;
      height: 36px;
      min-width: 36px;
      padding: 0;
    }

    .filter-grid-card__arrow svg {
      width: 20px;
      height: 20px;
    }
  }
/* END_SECTION:filter-grid */
/* START_SECTION:header-announcements-resmed (INDEX:23) */
.announcement-bar {
    border-block-end: var(--border-bottom-width) solid var(--color-border);
    padding-block: 0 !important;
  }

  .announcement-bar__slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 36px;
  }

  /* Center group: arrows + slides inline */
  .announcement-bar__center {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .announcement-bar__slides {
    display: grid;
    grid: [stack] auto / [stack] auto;
  }

  .announcement-bar__slides > * {
    grid-area: stack;
  }

  .announcement-bar__slide {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    place-content: center;

    &[aria-hidden='true'] {
      opacity: 0;
      visibility: hidden;
    }
  }

  /* Inline arrow buttons */
  .announcement-bar__arrow {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #ffffff;
    flex-shrink: 0;
  }

  .announcement-bar__arrow .svg-wrapper {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .announcement-bar__arrow svg {
    width: 16px;
    height: 16px;
  }

  .announcement-bar .slideshow-control--previous .svg-wrapper {
    transform: rotate(90deg);
  }

  .announcement-bar .slideshow-control--next .svg-wrapper {
    transform: rotate(-90deg);
  }

  .announcement-bar__text:first-child {
    margin: 0;
  }

  .announcement-bar__text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
  }

  .announcement-bar__link {
    position: absolute;
    inset: 0;
  }

  /* Play/Pause button — absolute right */
  .announcement-bar__play-pause {
    all: unset;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    flex-shrink: 0;
  }

  .announcement-bar__play-pause:hover {
    opacity: 0.8;
  }

  .announcement-bar__play-icon {
    display: none;
  }

  .announcement-bar__pause-icon {
    display: flex;
  }

  announcement-bar-component[paused] .announcement-bar__pause-icon {
    display: none;
  }

  announcement-bar-component[paused] .announcement-bar__play-icon {
    display: flex;
  }
/* END_SECTION:header-announcements-resmed */
/* START_SECTION:header-resmed (INDEX:25) */
body {
    --header-height: 0px;
    --header-group-height: var(--header-height);
    --transparent-header-offset-boolean: 0; /* stylelint-disable-line declaration-property-value-disallowed-list */
  }

  body:has(> #header-group > header) {
    --header-height: 60px;
  }

  body:has(> #header-group:empty) {
    --header-group-height: 0px;
  }

  .header[transparent] {
    --language-button-background-color: transparent;
    --language-button-border-color: transparent;
    --header-content-transition-timing: calc(var(--submenu-animation-speed) - var(--animation-speed-fast))
      var(--animation-speed-fast) var(--ease-out-cubic);

    --closed-underlay-height: 0px;

    /* used to display the appropriate logo based on transparency state */
    --header-logo-display: none;
    --header-logo-inverse-display: block;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    z-index: var(--layer-overlay);

    &[transparent='not-sticky'][data-sticky-state='active'],
    &:has(.menu-list__link:not([aria-haspopup]):hover) {
      --header-logo-display: unset;
      --header-logo-inverse-display: unset;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --closed-underlay-height: 100%;
    }

    /** For transparent header, apply inherit to rows when menu is not hovered */
    &:not([data-sticky-state='active']):not(:has(.menu-list__link:is(:hover, [aria-expanded='true']))) .header__row {
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --color-primary-button-background: inherit;
      --color-primary-button-text: inherit;
    }

    /* Multiple selectors for performance: each simple :has() check is faster than one complex selector with multiple conditions */
    &:has(.mega-menu__list:hover),
    &:has(.menu-list__link:is(:hover, [aria-expanded='true'])),
    &:has(.menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'])) {
      --header-logo-display: unset;
      --header-logo-inverse-display: unset;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --header-content-transition-timing: var(--submenu-animation-speed) var(--ease-out-cubic);
    }
  }

  /* Removed old transparent inherit rules — now handled by underlay system */

  .header-section {
    position: relative;
    z-index: var(--layer-heightened);
  }

  /* need default values for non-flash transitions on first overflow menu open */
  #header-component {
    --submenu-height: 0px;
    --full-open-header-height: 0px;
  }

  #header-group:has(#header-component[sticky]) {
    display: contents;
  }

  .header-section:has(> #header-component[sticky='always']),
  .header-section:has(> #header-component[sticky='scroll-up'][data-sticky-state='active']) {
    position: sticky;

    /* Use -1 instead of 0 so intersection observer can track sticky state */
    top: -1px;
    z-index: var(--layer-sticky);
  }

  .header[data-sticky-state] {
    transition: opacity var(--animation-speed) var(--animation-easing);
    opacity: 1;
  }

  .header[data-sticky-state='active'] {
    view-transition-name: sticky-header;
  }

  .header[data-sticky-state='idle'],
  .header[data-sticky-state='active'][data-animating] {
    opacity: 0;
  }

  /* ================================
     * Underlays
     * ================================ */
  .header__underlay {
    position: absolute;
    inset: 0;
  }

  .header__underlay-closed {
    height: var(--closed-underlay-height, 100%);
    z-index: var(--layer-lowest);
    background: linear-gradient(
      var(--color-scheme-top-row) 0 var(--top-row-height),
      var(--color-scheme-bottom-row) var(--top-row-height) var(--header-height)
    );
    transition: height var(--animation-speed-slow) var(--ease-out-cubic);
  }

  .header__underlay-open {
    height: var(--full-open-header-height);
    background: linear-gradient(
      var(--color-scheme-top-row) 0 var(--top-row-height),
      var(--color-scheme-bottom-row) var(--top-row-height) var(--header-height),
      var(--color-submenu) var(--header-height) 100%
    );
    transition: height var(--submenu-animation-speed) var(--ease-out-cubic);
  }

  .header__underlay-open::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: var(--shadow-popover);
    clip-path: inset(var(--header-height) 0 -100px 0);
    transition: height var(--submenu-animation-speed) var(--ease-out-cubic);
  }

  [data-submenu-overlap-bottom-row] {
    .header__underlay-open {
      background: linear-gradient(
        var(--color-scheme-top-row) 0 var(--top-row-height),
        var(--color-submenu) var(--top-row-height) 100%
      );
    }

    .header__row--bottom {
      z-index: var(--layer-lowest);
    }
  }

  /* End Underlays ================ */

  .header__row {
    /* The account component uses a different color scheme, but we need to override it to inherit the color of the header row */
    --color-account-icon: var(--color-foreground);

    position: relative;

    /* Overwrite color from color scheme, background is controlled by the underlays */
    background-color: transparent;

    &:has(.mega-menu__list:hover),
    &:has(.menu-list__link[aria-haspopup]:is(:hover, [aria-expanded='true'])),
    &:has(.menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'])) {
      z-index: var(--layer-heightened);
    }
  }

  .header__row--top:not(.divider--page-width),
  .header__row--top.divider--page-width .header__columns,
  .header__row--bottom {
    border-bottom: var(--border-bottom-width) solid var(--color-border);
  }

  @media screen and (max-width: 749px) {
    .header__row--top:not(.divider--page-width),
    .header__row--top.divider--page-width .header__columns {
      border-bottom-width: var(--border-bottom-width-mobile);
    }
  }

  .header__row.divider--page-width:not(.section--page-width) .header__columns {
    @media screen and (min-width: 750px) {
      padding-inline-start: 0;
      padding-inline-end: 0;
      margin-inline-start: var(--page-margin);
      margin-inline-end: var(--page-margin);
    }
  }

  .header__column {
    display: flex;
    align-items: center;

    /* on mobile, header__column nodes are ignored to create a new grid-template-area based on all visible content */
    @media screen and (max-width: 749px) {
      display: contents;
    }
  }

  .header__column--left,
  .header__column--center {
    gap: var(--gap-xl);
    grid-area: left;
  }

  .header__column--center {
    justify-content: center;
    grid-area: center;

    header-menu:only-child .overflow-menu::part(list) {
      justify-content: center;
    }
  }

  .resmed .header__column--right {
    gap: 44px;
    justify-content: flex-end;
    grid-area: right;

    .overflow-menu::part(list) {
      justify-content: flex-end;
    }
  }

  .header__columns {
    /* Three column layout */
    --header-left: 1fr;
    --header-center: auto;
    --header-right: 1fr;
    --header-template-columns: var(--header-left) var(--header-center) var(--header-right);

    /* Mobile layout */
    --header-mobile-bookend: 44px;

    display: grid;
    grid-template-areas: 'left center right';
    grid-gap: var(--gap-xl);
    grid-template-columns: var(--header-template-columns);

    /* If menu is in center column */
    &:has(.header__column--center header-menu) {
      --header-center: auto;
      --header-left: minmax(max-content, 1fr);
      --header-right: minmax(max-content, 1fr);
    }

    /* If there is no center column, make the column the menu is in grow eagerly */
    &:where(:not(:has(.header__column--center))) {
      @media screen and (min-width: 750px) {
        --header-template-columns: var(--header-left) var(--header-right);

        grid-template-areas: 'left right';
      }

      /* If the header-menu is in the right column */
      &:has(.header__column--right header-menu) {
        --header-right: auto;
        --header-left: minmax(max-content, 1fr);
      }

      /* If the header-menu is in the left column */
      &:has(.header__column--left header-menu) {
        --header-left: auto;
        --header-right: minmax(max-content, 1fr);
      }
    }

    @media screen and (max-width: 749px) {
      --header-template-columns: var(--header-mobile-bookend) var(--header-mobile-bookend) 1fr
        var(--header-mobile-bookend) var(--header-mobile-bookend);

      grid-template-areas: 'leftA leftB center rightA rightB';
      grid-column: span 3;
      column-gap: 0;
      align-items: center;
      padding-block: 0;
      padding-inline: 0 var(--padding-3xs);

      .header-logo {
        grid-area: center;
      }

      &:not(:has(header-actions)) .search-action {
        grid-area: leftB;
      }

      &:not(:has(.account-actions)) .search-action {
        grid-area: rightA;
      }

      .search-action {
        grid-area: leftB;
      }

      header-actions {
        grid-area: rightB;
      }
    }
  }

  /* Single column layout if there are no columns within */
  .header__columns:not(:has(.header__column)) {
    grid-template-columns: 1fr;
  }

  /* Check for hover support to avoid unnecessary expensive recalculations when tapping on mobile */
  @media (hover: hover) {
    /* Column-specific dimming effect when any interactive element is hovered
      Multiple selectors for performance: each simple :has() check is faster than one complex selector with multiple conditions */
    .header__column:has(header-menu:hover),
    .header__column:has(.header-actions__action:hover),
    .header__column:has(.dropdown-localization__button:hover),
    .header__column:has(.header__icon--menu:hover) {
      header-menu:not(:hover),
      .header-actions__action:not(:hover),
      .dropdown-localization__button:not(:hover),
      .header__icon--menu:not(:hover) {
        opacity: var(--opacity-subdued-text);
        transition: opacity var(--animation-speed) var(--animation-easing);
      }
    }
  }

  /* Ensure smooth transitions for all interactive elements */
  header-menu,
  .header-actions__action,
  .dropdown-localization__button,
  .header__icon--menu {
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  /* Extend hover area through padding to prevent flickering on actual menu items */
  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__link[aria-haspopup],
  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__link,
  .menu-list__list-item:where(:not([slot='overflow'])) > button.menu-list__link {
    margin-block: calc(-2 * var(--header-padding));
    padding-block: calc(2 * var(--header-padding));
    margin-inline: calc(-1 * var(--gap-xl) / 2);
    padding-inline: calc(var(--gap-xl) / 2);
  }

  /* Set header paddings based on height setting */
  .header {
    --header-padding: var(--padding-sm);
    --font-paragraph--line-height: 1;
    --header-content-transition-timing: 0s;

    display: block;
    contain: layout style;
    background: transparent;

    a,
    .button,
    .button-secondary,
    .header-actions__action {
      transition: color var(--header-content-transition-timing), border-color var(--header-content-transition-timing);
    }
  }

  #header-component[data-menu-style='drawer'] .header__column {
    display: contents;
  }

  @media screen and (min-width: 750px) {
    #header-component[data-menu-style='menu'] .header__navigation-bar-row {
      display: none;
    }
  }

  .header.header--compact {
    --header-padding: var(--padding-2xs);
  }

  .header__columns {
    --padding-block-start: var(--header-padding);
    --padding-block-end: var(--header-padding);
  }

  .header:not(.header--compact) .header__row--bottom {
    --header-padding: var(--padding-xs);
  }

  .header--collapse-row-paddings {
    .header__row--top .header__columns {
      --padding-block-end: 0px;
    }

    .header__row--bottom .header__columns {
      --padding-block-start: 0px;
    }
  }

  /* When the header is transparent, add a margin to a potential header-section below it */
  .header-section:has(.header[transparent]) + .shopify-section {
    margin-top: var(--header-height);
  }

  /* When the header is transparent, and when there is no header-section below it, offset the first main-section with
   * the height of the header
   */

  main > .shopify-section:first-child .section:not(.disable-section-top-offset) {
    &.spacing-style,
    .spacing-style {
      --section-top-offset: calc(var(--header-height) * var(--transparent-header-offset-boolean));

      /* Any nested sections should not be offset */
      :is(.spacing-style, .inherit-spacing) {
        --section-top-offset: 0px;
      }
    }

    /* Make sticky content immediately stick to the top of the page */
    .sticky-content {
      margin-top: calc(var(--header-height) * var(--transparent-header-offset-boolean) * -1);
    }
  }
/* END_SECTION:header-resmed */
/* START_SECTION:media-backdrop (INDEX:42) */
.media-backdrop {
    position: relative;
    width: 100%;
  }

  /* ── Image panel (wraps bg + content) ── */
  .media-backdrop__image-panel {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  /* ── Background ── */
  .media-backdrop__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .media-backdrop__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .media-backdrop__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(72, 48, 0, 0.55) 0%, rgba(72, 48, 0, 0.1) 55%, rgba(72, 48, 0, 0) 100%);
  }

  /* ── Layout ── */
  .media-backdrop__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    padding: 120px 60px;
    min-height: 640px;
    max-width: 1420px;
    margin: auto;
  }

  /* ── Left column ── */
  .media-backdrop__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    flex: 1 1 0;
    max-width: calc(100% - 423px - 48px);
    gap: 40px;
  }

  .media-backdrop__headline {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 56px;
    line-height: 60px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
  }

  /* ── Prescription card (desktop: inside left column) ── */
  .media-backdrop__presc-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #d7d7ff;
    border-radius: 24px;
    padding: 24px;

    @media(max-width: 1000px) {
      flex-direction: column;
    }
  }

  .media-backdrop__presc-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
  }

  .media-backdrop__presc-title {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #0d0a15;
    margin: 0;
  }

  .media-backdrop__presc-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #3d3b44;
    margin: 0;
  }

  .media-backdrop__presc-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1.5px solid #0d0a15;
    border-radius: 100px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #0d0a15;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .media-backdrop__presc-cta:hover {
    background: #0d0a15;
    color: #ffffff;
    text-decoration: none;
  }

  /* ── Prescription panel (mobile: below image, hidden on desktop) ── */
  .media-backdrop__presc-panel {
    display: none;
  }

  /* ── Right column: feature cards ── */
  .media-backdrop__features {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 423px;
    flex-shrink: 0;
  }

  .media-backdrop__feature-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px;
    background: rgba(140, 140, 140, 0.1);
    backdrop-filter: blur(150px);
    -webkit-backdrop-filter: blur(150px);
    border-radius: 32px;
  }

  .media-backdrop__feature-header {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .media-backdrop__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    flex-shrink: 0;
  }

  .media-backdrop__icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
  }

  .media-backdrop__feature-title {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    flex: 1;
    min-width: 0;
  }

  .media-backdrop__feature-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #f2f2f2;
    margin: 0;
  }

  /* ── Responsive 1099px ── */
  @media screen and (max-width: 1099px) {
    .media-backdrop__inner {
      padding: 80px 40px;
      gap: 32px;
    }

    .media-backdrop__features {
      width: 360px;
    }

    .media-backdrop__left {
      max-width: calc(100% - 360px - 32px);
    }

    .media-backdrop__headline {
      font-size: 40px;
      line-height: 46px;
    }
  }

  /* ── Responsive mobile ── */
  @media screen and (max-width: 749px) {
    /* Image panel: full height, flex-column, space-between */
    .media-backdrop__image-panel {
      min-height: 760px;
    }

    /* Vertical gradient overlay on mobile */
    .media-backdrop__overlay {
      background: linear-gradient(180deg, rgba(58, 24, 6, 0) 33%, rgba(58, 24, 6, 0.85) 70%);
    }

    /* Inner becomes flex-column filling the full height */
    .media-backdrop__inner {
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch;
      padding: 80px 20px 40px;
      gap: 0;
      min-height: 760px;
    }

    /* Left shrinks to just the headline area */
    .media-backdrop__left {
      max-width: none;
      width: 100%;
      gap: 0;
      justify-content: flex-start;
    }

    /* Headline: centered, 40px/44px */
    .media-backdrop__headline {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%;
    }

    /* Hide desktop presc-card on mobile (shown as separate panel below) */
    .media-backdrop__presc-card {
      display: none;
    }

    /* Feature cards: full width, stacked at bottom */
    .media-backdrop__features {
      width: 100%;
      gap: 16px;
      margin-top: auto;
    }

    .media-backdrop__feature-card {
      gap: 24px;
      padding: 24px;
      border-radius: 20px;
    }

    .media-backdrop__feature-header {
      gap: 20px;
    }

    .media-backdrop__feature-title {
      font-size: 20px;
      line-height: 24px;
    }

    /* Prescription panel: visible below image, #d7d7ff bg */
    .media-backdrop__presc-panel {
      display: flex;
      flex-direction: column;
      gap: 32px;
      align-items: flex-start;
      background: #d7d7ff;
      padding: 48px 20px;
      width: 100%;
      box-sizing: border-box;
    }

    .media-backdrop__presc-panel .media-backdrop__presc-text {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .media-backdrop__presc-panel .media-backdrop__presc-title {
      font-size: 20px;
      line-height: 24px;
    }

    .media-backdrop__presc-panel .media-backdrop__presc-subtitle {
      font-size: 16px;
      line-height: 20px;
    }

    .media-backdrop__presc-panel .media-backdrop__presc-cta {
      padding: 6px 12px;
      border-color: #0d0a15;
    }
  }
/* END_SECTION:media-backdrop */
/* START_SECTION:product-hero (INDEX:50) */
.product-hero-section {
    background: #ffffff;
  }

  .product-hero-section__inner {
    padding: 60px 0;
  }

  .product-hero-slideshow {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .product-hero-slideshow slideshow-container {
    display: block;
    border-radius: 24px;
    overflow: hidden;
  }

  .product-hero-slideshow slideshow-slides {
    border-radius: 24px;
  }

  .product-hero-slideshow slideshow-slide {
    position: relative;
    min-height: 560px;
  }

  /* Background image */
  .product-hero-slide__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  .product-hero-slide__bg img,
  .product-hero-slide__bg svg,
  .product-hero-slide__bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .product-hero-slide__bg-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .product-hero-slide__bg-video {
    position: absolute;
    inset: 0;
  }

  /* Gradient overlays */
  .product-hero-slide__overlay-warm {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(45, 21, 8, 0) 41.16%, rgba(104, 46, 11, 0.2) 70.82%);
    z-index: 1;
    pointer-events: none;
  }

  .product-hero-slide__overlay-dark {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(72, 48, 0, 0.8) 0%, rgba(72, 48, 0, 0) 48%);
    mix-blend-mode: luminosity;
    z-index: 1;
    pointer-events: none;
  }

  /* Text content overlay */
  .product-hero-slide__text {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 588px;
    pointer-events: none;
  }

  .product-hero-slide__headline {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 56px;
    line-height: 60px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
  }

  .product-hero-slide__subtitle {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
  }

  /* Floating product card */
  .product-hero-card {
    position: absolute;
    bottom: 32px;
    right: 32px;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 32px;
    background: rgba(140, 140, 140, 0.3);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    gap: 0;
    text-decoration: none;
    max-width: calc(100% - 64px);
  }

  .product-hero-card__image-wrap {
    width: 140px;
    height: 140px;
    min-width: 140px;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-sizing: border-box;
  }

  .product-hero-card__image-wrap img,
  .product-hero-card__image-wrap svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .product-hero-card__info {
    padding: 16px 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 0;
  }

  .product-hero-card__name {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    width: 268px;
    max-width: 100%;
  }

  .product-hero-card__actions {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .product-hero-card__price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    flex: 1;
  }

  .product-hero-card__cta {
    background: #bc299b;
    border-radius: 100px;
    padding: 12px 20px;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .product-hero-card__cta:hover,
  .product-hero-card__cta:focus {
    background: #a02385;
    color: #ffffff;
    text-decoration: none;
  }

  /* ── Video button ── */
  .product-hero-slide__video-btn {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 10px 20px 10px 12px;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    width: fit-content;
  }

  .product-hero-slide__video-btn:hover,
  .product-hero-slide__video-btn:focus-visible {
    background: rgba(255, 255, 255, 0.15);
  }

  /* ── Video dialog ── */
  .product-hero-video-dialog {
    position: fixed;
    inset: 0;
    margin: auto;
    width: min(90vw, 960px);
    max-height: 90vh;
    padding: 0;
    background: #000000;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    z-index: 9999;
  }

  .product-hero-video-dialog::backdrop {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  .product-hero-video-dialog__close {
    all: unset;
    box-sizing: border-box;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .product-hero-video-dialog__close:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  .product-hero-video-dialog__inner {
    width: 100%;
  }

  .product-hero-video-dialog__video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    background: #000;
  }

  .product-hero-video-dialog__iframe,
  .product-hero-video-dialog__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }

  @media screen and (max-width: 749px) {
    .product-hero-slide__video-btn {
      font-size: 14px;
      padding: 8px 16px 8px 10px;
    }

    .product-hero-video-dialog {
      width: 95vw;
      border-radius: 12px;
    }
  }

  .product-hero-card__cta-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  /* ── Pagination row ── */
  .ph-controls {
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 12px;
  }

  /* base.css setzt mix-blend-mode: difference bei [autoplay] – das würde die Dots schwarz machen */
  slideshow-component[autoplay] .ph-controls {
    mix-blend-mode: normal;
  }

  /* Arrow buttons */
  .ph-arrow {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #f2f2f2;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 100px;
    cursor: pointer;
    color: #3d3b44;
    flex-shrink: 0;
    transition: background 0.2s ease;
  }

  .ph-arrow:hover {
    background: #e2e2e2;
  }

  .ph-arrow svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    stroke: none;
    flex-shrink: 0;
  }

  /* Flip prev arrow left */
  .ph-arrow:first-child svg {
    transform: scaleX(-1);
  }

  /* Indicator pill container */
  .ph-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f2f2f2;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 100px;
    padding: 20px;
    list-style: none;
    margin: 0;
    flex-shrink: 0;
  }

  .ph-dots li {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  /* Dot buttons */
  .ph-dot {
    all: unset;
    box-sizing: border-box;
    display: block;
    width: 8px;
    height: 8px;
    background: #3d3b44;
    border-radius: 100px;
    cursor: pointer;
    flex-shrink: 0;
    transition: width 0.3s ease;
  }

  /* Active dot */
  .ph-dot[aria-selected='true'] {
    width: 32px;
  }

  /* Responsive */
  @media screen and (max-width: 749px) {
    .product-hero-section__inner {
      padding: 32px 0;
    }

    .product-hero-slideshow {
      gap: 24px;
    }

    /* Slide becomes a flex column pinned to the bottom */
    .product-hero-slideshow slideshow-slide {
      min-height: 596px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 24px;
      box-sizing: border-box;
      gap: 24px;
    }

    /* Pull text out of absolute flow into the flex column */
    .product-hero-slide__text {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      transform: none;
      max-width: none;
      gap: 24px;
      pointer-events: auto;
      z-index: 2;
    }

    .product-hero-slide__headline {
      font-size: 42px;
      line-height: 46px;
    }

    .product-hero-slide__subtitle {
      font-size: 24px;
      line-height: 26px;
    }

    /* Pull card into the flex column */
    .product-hero-card {
      position: relative;
      bottom: auto;
      right: auto;
      left: auto;
      max-width: none;
      border-radius: 24px;
      padding: 16px;
      width: 100%;
      box-sizing: border-box;
      z-index: 3;
    }

    .product-hero-card__image-wrap {
      width: 64px;
      height: 64px;
      min-width: 64px;
      border-radius: 50%;
      padding: 8px;
    }

    .product-hero-card__info {
      padding: 0 0 0 16px;
    }

    .product-hero-card__name {
      font-size: 20px;
      line-height: 24px;
      width: auto;
    }

    .product-hero-card__price {
      font-size: 18px;
      line-height: 22px;
    }

    /* CTA becomes icon-only circular button */
    .product-hero-card__cta {
      padding: 6px;
      border-radius: 100px;
      width: 34px;
      height: 34px;
      min-width: 34px;
      justify-content: center;
      align-items: center;
      font-size: 0;
      flex-shrink: 0;
    }

    .product-hero-card__cta > span:not(.product-hero-card__cta-icon) {
      display: none;
    }

    .product-hero-card__cta-icon {
      display: flex;
    }
  }
/* END_SECTION:product-hero */
/* START_SECTION:tabbed-grid (INDEX:71) */
/* ── Section wrapper ── */
  .tabbed-grid {
    background: #f4f3ee;
  }

  .tabbed-grid__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding: 96px 60px;
  }

  /* ── Header ── */
  .tabbed-grid__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    text-align: center;
    max-width: 872px;
    width: 100%;
  }

  .tabbed-grid__headline {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 56px;
    line-height: 60px;
    font-weight: 500;
    color: #51003f;
    margin: 0;
  }

  .tabbed-grid__subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #0d0a15;
    margin: 0;
  }

  /* ── Desktop wrapper ── */
  .tabbed-grid__desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
  }

  /* ── Mobile accordion: hidden on desktop ── */
  .tabbed-grid__mobile-accordion {
    display: none;
  }

  /* ── Tabs ── */
  .tabbed-grid__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
  }

  .tabbed-grid__tab {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px 8px 8px;
    background: #ffffff;
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
  }

  .tabbed-grid__tab.is-active {
    background: #ffdef8;
  }

  .tabbed-grid__tab.is-active .tabbed-grid__tab-label {
    color: #51003f;
  }

  .tabbed-grid__tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 100px;
    background: #ffffff;
    overflow: hidden;
    flex-shrink: 0;
  }

  .tabbed-grid__tab-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .tabbed-grid__tab-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #3d3b44;
    white-space: nowrap;
  }

  /* ── Panels ── */
  .tabbed-grid__panel {
    width: 100%;
  }

  .tabbed-grid__panel[hidden] {
    display: none;
  }

  /* ── Cards grid ── */
  .tabbed-grid__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    width: 100%;
  }

  /* ── Individual card ── */
  .tabbed-grid__card {
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 32px;
    background: #ffffff;
    border-radius: 32px;
    min-width: 0;
    flex: 0 0 calc(25% - 18px);
  }

  .tabbed-grid__card-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .tabbed-grid__card-title {
    font-family: 'Vastago Grotesk', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    color: #51003f;
    margin: 0;
    min-height: calc(36px * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .tabbed-grid__card-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #3d3b44;
    margin: 0;
  }

  /* ── Card bottom: image + arrow ── */
  .tabbed-grid__card-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    position: relative;
    height: 100%;
  }

  .tabbed-grid__card-image-wrap {
    width: 170px;
    height: 170px;
    min-width: 170px;
    flex-shrink: 0;
    overflow: hidden;
  }

  .tabbed-grid__card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
  }

  .tabbed-grid__card-image--placeholder {
    width: 100%;
    height: 100%;
  }

  .tabbed-grid__card-arrow {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border: 2px solid #bc299b;
    border-radius: 100px;
    cursor: pointer;
    color: #bc299b;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .tabbed-grid__card-arrow:hover {
    background: #bc299b;
    color: #ffffff;
    text-decoration: none;
  }

  .tabbed-grid__card-arrow svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    flex-shrink: 0;
  }

  /* ── CTA ── */
  .tabbed-grid__cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }

  .tabbed-grid__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: #bc299b;
    border: 2px solid #bc299b;
    border-radius: 100px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .tabbed-grid__cta:hover {
    background: #a02385;
    border-color: #a02385;
    color: #ffffff;
    text-decoration: none;
  }

  /* ── Empty state ── */
  .tabbed-grid__empty {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #6e6c73;
    margin: 0;
    grid-column: 1 / -1;
  }

  /* ── Responsive 1099px ── */
  @media screen and (max-width: 1099px) {
    .tabbed-grid__inner {
      padding: 80px 40px;
      gap: 48px;
    }

    .tabbed-grid__desktop {
      gap: 48px;
    }

    .tabbed-grid__card {
      flex: 0 0 calc(50% - 12px);
    }

    .tabbed-grid__headline {
      font-size: 40px;
      line-height: 46px;
    }

    .tabbed-grid__tab-label {
      font-size: 16px;
    }
  }

  /* ── Responsive mobile ── */
  @media screen and (max-width: 749px) {
    /* Section */
    .tabbed-grid__inner {
      padding: 80px 20px;
      gap: 32px;
      align-items: stretch;
    }

    /* Headline */
    .tabbed-grid__header {
      gap: 16px;
      text-align: center;
    }

    .tabbed-grid__headline {
      font-size: 40px;
      line-height: 44px;
    }

    .tabbed-grid__subtitle {
      font-size: 18px;
      line-height: 22px;
    }

    /* Hide desktop structure */
    .tabbed-grid__desktop {
      display: none;
    }

    /* Show mobile accordion */
    .tabbed-grid__mobile-accordion {
      display: flex;
      flex-direction: column;
      gap: 12px;
      width: 100%;
    }

    /* ── Accordion item ── */
    .tg-accordion__item {
      border-radius: 20px;
      overflow: hidden;
      background: #ffffff;
    }

    /* ── Accordion trigger row ── */
    .tg-accordion__trigger {
      all: unset;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      gap: 16px;
      width: 100%;
      padding: 16px 20px;
      cursor: pointer;
      background: #ffffff;
      border-radius: 20px;
      transition: background 0.2s ease;
    }

    .tg-accordion__item.is-open .tg-accordion__trigger {
      background: #ffdef8;
      border-radius: 20px 20px 0 0;
    }

    .tg-accordion__icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      min-width: 40px;
      border-radius: 100px;
      background: #ffffff;
      overflow: hidden;
      flex-shrink: 0;
    }

    .tg-accordion__icon img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .tg-accordion__label {
      flex: 1;
      font-family: 'Vastago Grotesk', sans-serif;
      font-size: 24px;
      line-height: 26px;
      font-weight: 500;
      color: #3d3b44;
      min-width: 0;
    }

    .tg-accordion__item.is-open .tg-accordion__label {
      color: #51003f;
    }

    .tg-accordion__toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      flex-shrink: 0;
      color: #bc299b;
    }

    .tg-accordion__toggle svg {
      width: 20px;
      height: 20px;
    }

    /* Toggle icon swap */
    .tg-accordion__toggle-minus {
      display: none;
    }

    .tg-accordion__item.is-open .tg-accordion__toggle-plus {
      display: none;
    }

    .tg-accordion__item.is-open .tg-accordion__toggle-minus {
      display: block;
    }

    /* ── Accordion panel ── */
    .tg-accordion__panel {
      padding: 20px 20px 24px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      background: #ffffff;
    }

    .tg-accordion__panel[hidden] {
      display: none;
    }

    /* ── Horizontal card carousel ── */
    .tg-carousel {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .tg-carousel__track {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding-bottom: 2px;
    }

    .tg-carousel__track::-webkit-scrollbar {
      display: none;
    }

    .tg-carousel__card {
      display: flex;
      flex-direction: column;
      gap: 32px;
      padding: 24px;
      background: #ffffff;
      border-radius: 24px;
      border: 1.5px solid #f2f2f2;
      min-width: 185px;
      width: 185px;
      flex-shrink: 0;
      scroll-snap-align: start;
      box-sizing: border-box;
    }

    .tg-carousel__card .tabbed-grid__card-title {
      font-size: 24px;
      line-height: 26px;
      min-height: auto;
      -webkit-line-clamp: unset;
    }

    .tg-carousel__card .tabbed-grid__card-desc {
      font-size: 14px;
      line-height: 18px;
    }

    .tg-carousel__card .tabbed-grid__card-image-wrap {
      width: 120px;
      height: 120px;
      min-width: 120px;
    }

    .tg-carousel__card .tabbed-grid__card-arrow {
      width: 40px;
      height: 40px;
      min-width: 40px;
      border-width: 1.5px;
    }

    .tg-carousel__card .tabbed-grid__card-arrow svg {
      width: 20px;
      height: 20px;
    }

    /* ── Carousel nav arrows ── */
    .tg-carousel__nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }

    .tg-carousel__btn {
      all: unset;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border: 1.5px solid #3d3b44;
      border-radius: 100px;
      cursor: pointer;
      color: #3d3b44;
      flex-shrink: 0;
      transition: background 0.2s ease, color 0.2s ease;
    }

    .tg-carousel__btn:hover {
      background: #3d3b44;
      color: #ffffff;
    }

    .tg-carousel__btn svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
      flex-shrink: 0;
    }

    /* ── Accordion CTA ── */
    .tg-accordion__cta-wrap {
      display: flex;
      justify-content: center;
    }

    .tabbed-grid__cta--full {
      width: 100%;
      padding: 10px 20px;
    }
  }
/* END_SECTION:tabbed-grid */
/* START_BLOCK:_announcement (INDEX:76) */
.text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width).h1,
  .text-block:not(.text-block--full-width).h2,
  .text-block:not(.text-block--full-width).h3,
  .text-block:not(.text-block--full-width).h4,
  .text-block:not(.text-block--full-width).h5,
  .text-block:not(.text-block--full-width).h6 {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }
/* END_BLOCK:_announcement */
/* START_BLOCK:_header-logo (INDEX:108) */
.header-logo {
    display: flex;
    height: 100%;
    font-size: var(--font-size--md);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
    color: var(--color-foreground);
    justify-content: center;
    align-items: center;
    text-decoration: none;

    &[data-hidden-on-home-page] {
      display: none;

      #header-component:is(
          [sticky='always']:not([data-scroll-direction='none']),
          [sticky='scroll-up'][data-scroll-direction='up']
        )
        & {
        display: flex;
      }
    }

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

    @media screen and (min-width: 750px) {
      flex-shrink: 0;
    }

    &:hover {
      text-decoration: none;
    }
  }

  .header-logo__image {
    object-fit: contain;
    height: var(--header-logo-image-height-mobile);
    width: var(--header-logo-image-width-mobile);

    @media screen and (min-width: 750px) {
      height: var(--header-logo-image-height);
      width: var(--header-logo-image-width);
    }
  }

  .header-logo:has(.header-logo__image-container--inverse) .header-logo__image-container--original {
    display: var(--header-logo-display, block);
  }

  .header-logo__image-container--inverse {
    display: var(--header-logo-inverse-display, none);
  }
/* END_BLOCK:_header-logo */
/* START_BLOCK:_header-menu-resmed (INDEX:109) */
.menu-list--mobile {
    &.menu-list {
      display: grid;
    }

    & .menu-list__list {
      width: max-content;
      margin-inline: auto;
      gap: var(--menu-horizontal-gap);
    }

    & li {
      width: max-content;
      padding-block: var(--padding-sm);
    }

    & li:first-of-type {
      padding-inline-start: var(--menu-horizontal-gap);
    }

    & li:last-of-type {
      padding-inline-end: var(--menu-horizontal-gap);
    }

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

  .menu-list__scroll-container {
    position: relative;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent, #000 20px, #000 calc(100% - 20px), transparent);
    padding-block: var(--padding-2xs);
  }

  header-menu {
    width: 100%;
  }

  /* Drawer menu featured content */
  .menu-drawer__featured-content {
    z-index: var(--layer-base);
    container-type: inline-size;
  }

  .menu-drawer__featured-content--childlist {
    z-index: var(--layer-flat);
  }

  .menu-drawer__featured-content-list {
    display: flex;
    gap: 1em;
    overflow-x: auto;
    padding-block-end: var(--padding-lg);
  }

  .menu-drawer__featured-content-list-item {
    flex: 0 0 auto;
  }

  .menu-drawer__featured-content-list-item--product {
    width: 35cqi;
  }

  .menu-drawer__featured-content-list-item--collection img.resource-card__image {
    width: 80cqi;
  }

  .menu-drawer__featured-content-list-item:first-child {
    margin-inline-start: var(--margin-xl);
  }

  .menu-drawer__featured-content-list-item:last-child {
    margin-inline-end: var(--margin-xl);
  }

  /* Apply title case to drawer menu featured content */
  .menu-drawer__featured-content-list-item--product .resource-card__title,
  .menu-drawer__featured-content-list-item--collection .resource-card__title {
    text-transform: var(--title-case);
  }

  .menu-list {
    --menu-horizontal-gap: var(--gap-xl);
    --menu-vertical-gap: var(--gap-xl);

    display: flex;
  }

  .menu-list__list {
    display: flex;
    justify-content: var(--grid-area-alignment);
  }

  .menu-list__list-item {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .menu-list__list-item[aria-hidden='true'] {
    visibility: hidden;
  }

  .menu-list__link {
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    transition: color var(--animation-speed) var(--animation-easing);
    text-decoration: none;
    display: flex;
    min-height: var(--minimum-touch-target);
    align-items: center;

    &:hover,
    &:focus {
      color: var(--menu-top-level-font-color);
    }

    @media screen and (min-width: 750px) {
      font-size: var(--menu-top-level-font-size-desktop);
    }
  }

  /*
      High specificity selectors to subdue non-hovered links without javascript.
      If the need for js-generated `hovered` and `focused` classes arises for another reason we can simplify these.
    */
  .menu-list:where(:has(.menu-list__list-item:hover)),
  .menu-list:where(:has(.menu-list__list-item:focus-within)),
  .menu-list:where(:has(.menu-list__list-item:not([aria-hidden='true']) .menu-list__link--active)) {
    .menu-list__link {
      color: rgb(var(--menu-top-level-font-color-rgb) / var(--opacity-subdued-text));
    }
  }

  /* stylelint-disable-next-line selector-max-specificity */
  .menu-list:not(:has(.menu-list__list-item:hover)) .menu-list__link--active,
  .menu-list .menu-list__list-item:where(:hover, :focus-within) .menu-list__link,
  .menu-list .menu-list__list-item[slot='overflow'] .menu-list__link[aria-expanded='true'] {
    color: var(--menu-top-level-font-color);
  }

  .overflow-menu::part(list) {
    /* Make sure focus outline is not cut off by overflow hidden */
    --focus-outline-size: calc(var(--focus-outline-offset) + var(--focus-outline-width));

    gap: 0 var(--menu-horizontal-gap);
  }

  .overflow-menu {
    background-color: transparent;
    padding: var(--focus-outline-size);
    margin: calc(-1 * var(--focus-outline-size));
  }

  /* the submenu background element to animate */
  .overflow-menu::after {
    content: '';
    position: absolute;
    top: calc(100% - 1px + var(--border-bottom-width));
    left: 0;
    width: 100%;
    height: var(--submenu-height);
    background-color: var(--color-background);
    box-shadow: var(--shadow-popover);
    clip-path: inset(0.5px 0 -100px 0); /* stylelint-disable-line */
    opacity: var(--submenu-opacity, 1);
    transition: height var(--submenu-animation-speed) var(--ease-out-cubic),
      opacity var(--animation-speed-slow) var(--ease-out-cubic) var(--animation-speed-fast);
    z-index: calc(var(--layer-header-menu) - 1);
  }

  /** mega menu **/
  .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-padding-block-start: var(--padding-3xl);
    --submenu-padding-block-end: var(--padding-3xl);

    background-color: transparent;
  }

  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-content-opacity: 0;
    --submenu-content-animation: opacity calc(var(--submenu-animation-speed) * 0.75) var(--animation-easing);

    box-shadow: var(--shadow-drawer);
    visibility: hidden;
    background-color: var(--color-background);
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 1px + var(--border-bottom-width));
    z-index: var(--layer-header-menu);
    padding-inline: var(--padding-inline);
    clip-path: rect(0 100% var(--submenu-height) 0); /* stylelint-disable-line */
    transition: clip-path var(--submenu-animation-speed) var(--ease-out-cubic);
  }

  /* Show the submenus on hover */
  .menu-list__list-item:has([aria-expanded='true']) > .menu-list__submenu,
  /* Show the overflow menu when a menu item is hovered */
  .overflow-menu:has([slot="overflow"] [aria-expanded='true'])::part(overflow),
  /* Keep the submenus open when they are hovered */
  .menu-list__submenu:is(:hover),
  .overflow-menu::part(overflow):hover {
    --submenu-content-opacity: 1;

    visibility: visible;
  }

  .menu-list__list-item:has([data-animating]) > .menu-list__submenu {
    --submenu-content-opacity: 0;

    visibility: visible;

    &::before {
      height: 0;
    }
  }

  .menu-list__submenu-inner,
  .overflow-menu::part(overflow-list) {
    grid-column: 2;
    padding-block-start: var(--submenu-padding-block-start);
    padding-block-end: var(--submenu-padding-block-end);
    padding-inline: var(--section-padding-inline);
  }

  .overflow-menu::part(overflow) {
    --menu-top-level-font-size: var(--font-size--xlarge);

    display: grid;
    grid-template-columns: var(--full-page-grid-with-margins);
  }

  .overflow-menu::part(overflow-list) {
    --submenu-content-opacity: 0;

    position: relative;
    display: grid;
    grid-template-columns: minmax(auto, 200px) 1fr;
    grid-template-areas: 'left right';
    grid-template-rows: max-content;
    grid-gap: 0;
  }

  /* Make overflow menu scrollable when content exceeds viewport */
  .menu-list__submenu-inner,
  .overflow-menu::part(overflow-list) {
    max-height: calc(80vh - var(--header-height));
    overflow-y: auto;
    overflow-x: hidden;

    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-foreground-rgb) / var(--opacity-40)) transparent;
  }

  .menu-list__list-item:is([slot='overflow']) {
    --menu-top-level-font-color: var(--color-foreground);
    --menu-top-level-font-color-rgb: var(--color-foreground-rgb);

    display: contents;
    white-space: normal;

    .menu-list__link {
      --submenu-content-opacity: 0;

      grid-area: left;
      grid-row: auto;
      height: min-content;
      font-size: var(--font-size--xl);
      opacity: var(--submenu-content-opacity);
      transition: var(--submenu-content-animation);
    }

    .menu-list__submenu {
      visibility: hidden;
      grid-row: 1;
      grid-area: right;
      grid-row-end: span calc(var(--overflow-count) + 1);
      padding-inline-start: var(--menu-horizontal-gap);

      .menu-list__submenu-inner {
        padding-block-start: 0;
        grid-column: unset;
      }
    }

    .menu-list__link[aria-expanded='true'] + .menu-list__submenu {
      visibility: visible;
    }
  }

  .header-menu[data-overflow-expanded='true'] .menu-list__list-item:where([slot='overflow']) .menu-list__link {
    --submenu-content-opacity: 1;
  }

  .menu-list__list-item:where([slot='overflow']):has([data-animating]) > .menu-list__link {
    --submenu-content-opacity: 0;
  }

  .menu-list__submenu-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: var(--submenu-content-opacity);
    transition: var(--submenu-content-animation);
  }

  .mega-menu__link {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);
    white-space: normal;
    text-decoration: none;
    display: inline-flex;
    padding: var(--padding-2xs) 0;
    transition: color var(--animation-speed) var(--animation-easing);

    &:hover {
      color: var(--menu-child-active-font-color);
    }
  }

  .mega-menu__link--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);

    &:hover {
      color: var(--menu-parent-active-font-color);
    }
  }

  @media screen and (max-width: 989px) {
    .mega-menu__content-list-item--hidden-tablet {
      display: none;
    }
  }

  .mega-menu__link:has(.mega-menu__link-image) {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    padding-block: var(--padding-sm) 0;
  }

  .mega-menu__link-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--padding-sm);
    object-fit: cover;
    border-radius: var(--menu-image-border-radius);
    max-height: 150px;
  }

  /* Fix alignment for collection image mode links without images */

  /* Target only top-level links (direct children of column > div) in collection image mode */
  .mega-menu__grid:has(.mega-menu__link-image)
    .mega-menu__column
    > div
    > .mega-menu__link:not(:has(.mega-menu__link-image)) {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    padding-block: var(--padding-sm) 0;
  }

  .mega-menu__grid:has(.mega-menu__link-image)
    .mega-menu__column
    > div
    > .mega-menu__link:not(:has(.mega-menu__link-image))::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--padding-sm);
    background-color: var(--color-foreground-muted);
    opacity: 0.1;
    border-radius: var(--menu-image-border-radius);
  }

  .mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(var(--menu-columns-tablet), minmax(0, 1fr));
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);
    width: 100%;

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-columns-desktop), minmax(0, 1fr));
    }
  }

  .mega-menu__column {
    grid-column: span 1;
  }

  .mega-menu__column--span-2 {
    grid-column: span 2;
  }

  .mega-menu__column--span-3 {
    grid-column: span 3;
  }

  .mega-menu__column--span-4 {
    grid-column: span 4;
  }

  .mega-menu__column--wide-collection-image {
    grid-column: span 1;

    @media screen and (min-width: 990px) {
      grid-column: span 2;
    }
  }

  .mega-menu__submenu .mega-menu__column--wide-collection-image {
    grid-column: span 1;
  }

  /* Apply title case to featured products and collections */
  .mega-menu__content-list--products .resource-card__title,
  .mega-menu__content-list--collections .resource-card__title {
    text-transform: var(--title-case);
  }

  .mega-menu__content-list {
    display: grid;
    justify-content: end;
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);
  }

  .mega-menu__content-list--products {
    grid-template-columns: repeat(var(--menu-content-columns-tablet), minmax(0, 1fr));

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-content-columns-desktop), minmax(0, 1fr));
    }
  }

  .mega-menu__content-list--collections {
    grid-template-columns: repeat(var(--menu-content-columns-tablet), minmax(0, 300px));

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-content-columns-desktop), minmax(0, 300px));
    }
  }

  .mega-menu__list {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span var(--menu-columns-tablet);
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);

    @media screen and (min-width: 990px) {
      grid-column: span var(--menu-columns-desktop);
    }
  }

  .mega-menu__content {
    grid-column: span var(--menu-content-columns-tablet) / -1;

    @media screen and (min-width: 990px) {
      grid-column: span var(--menu-content-columns-desktop) / -1;
    }
  }

  .menu-list__list-item[slot='overflow'] .section {
    grid-template-columns: 1fr;
  }

  .menu-list__list-item[slot='overflow'] .section .mega-menu__grid {
    grid-column: 1;
  }

  .mega-menu__content-list li {
    white-space: normal;
  }

  /* mega more menu */
  .mega-menu__more-list {
    --menu-child-font-size: var(--font-size--xl);

    width: 200px;
  }

  .mega-menu__more-list-item .mega-menu__link {
    color: rgb(var(--menu-top-level-font-color-rgb) / var(--opacity-subdued-text));
  }

  .mega-menu__more-list-item:where(:hover, .active) .mega-menu__link {
    color: var(--menu-top-level-font-color);
  }

  .mega-menu__more-list-item[aria-hidden='true'] {
    display: none;
  }

  .mega-menu__submenu {
    /* preserves the inherited grid layout when this submenu wrapper is used */
    display: contents;
  }
  .mega-menu.section.section--full-width-margin {
    grid-template-columns: 0;
  }
/* END_BLOCK:_header-menu-resmed */
/* START_BLOCK:_header-menu (INDEX:110) */
.header__drawer {
    --header-drawer-min-height: 60px;
    display: flex;
    min-height: var(--header-drawer-min-height);
    align-items: center;
  }

  #header-component[data-menu-style='drawer'] .header__drawer {
    display: flex;
    min-height: var(--header-drawer-min-height);
  }

  @media screen and (min-width: 750px) {
    #header-component[data-menu-style='menu'] .header__drawer {
      display: none;
      min-height: 0;
    }
  }

  .header--compact .header__drawer {
    min-height: var(--minimum-touch-target);
  }

  .menu-list--mobile {
    &.menu-list {
      display: grid;
    }

    & .menu-list__list {
      width: max-content;
      margin-inline: auto;
      gap: var(--menu-horizontal-gap);
    }

    & li {
      width: max-content;
      padding-block: var(--padding-sm);
    }

    & li:first-of-type {
      padding-inline-start: var(--menu-horizontal-gap);
    }

    & li:last-of-type {
      padding-inline-end: var(--menu-horizontal-gap);
    }

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

  .menu-list__scroll-container {
    position: relative;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent, #000 20px, #000 calc(100% - 20px), transparent);
    padding-block: var(--padding-2xs);
  }

  .menu-list {
    --menu-horizontal-gap: var(--gap-xl);
    --menu-vertical-gap: var(--gap-xl);

    display: flex;
    height: 100%;
  }

  .menu-list__list {
    display: flex;
    justify-content: var(--grid-area-alignment);
  }

  .menu-list__list-item {
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .menu-list__list-item[aria-hidden='true'] {
    visibility: hidden;
  }

  .menu-list__link {
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    margin-block: 0;

    &::after {
      content: '';
      position: absolute;
      display: none;
      top: var(--header-padding);
      height: var(--box-height);
      left: 0;
      right: 0;
    }

    &[data-safety-box='true']::after {
      display: block;
    }

    &:hover,
    &:focus {
      color: var(--menu-top-level-font-color);
    }

    @media screen and (min-width: 750px) {
      font-size: var(--menu-top-level-font-size-desktop);
    }
  }

  .menu-list__link-title {
    padding-inline: calc(var(--gap-xl) / 2);
  }
  [slot='overflow'] .menu-list__link-title {
    padding-inline: 0;
  }

  .menu-list__list-item:not([slot='overflow']) {
    flex-direction: column;
  }
  .menu-list__list-item:not([slot='overflow'])::after {
    content: '';
    width: 100%;
    height: var(--header-padding);
    margin-bottom: calc(-1 * var(--header-padding));
  }

  [slot='overflow'] > .menu-list__link::after {
    content: none;
  }

  /*
    High specificity selectors to subdue non-hovered links without javascript.
    If the need for js-generated `hovered` and `focused` classes arises for another reason we can simplify these.
  */
  .menu-list:where(:has(.menu-list__list-item:hover)),
  .menu-list:where(:has(.menu-list__list-item:focus-within)),
  .menu-list:where(:has(.menu-list__list-item:not([aria-hidden='true']) .menu-list__link--active)) {
    .menu-list__link {
      color: rgb(var(--menu-top-level-font-color-rgb) / var(--opacity-subdued-text));
    }
  }

  /* stylelint-disable-next-line selector-max-specificity */
  .menu-list:not(:has(.menu-list__list-item:hover)) .menu-list__link--active,
  .menu-list .menu-list__list-item:where(:hover, :focus-within) .menu-list__link,
  .menu-list .menu-list__list-item[slot='overflow'] .menu-list__link[aria-expanded='true'] {
    color: var(--menu-top-level-font-color);
  }

  .overflow-menu::part(list) {
    /* Make sure focus outline is not cut off by overflow hidden */
    --focus-outline-size: calc(var(--focus-outline-offset) + var(--focus-outline-width));

    gap: 0;
    margin-inline: calc(-1 * var(--menu-horizontal-gap) / 2);
  }

  .overflow-menu {
    background-color: transparent;
    padding: var(--focus-outline-size);
    margin: calc(-1 * var(--focus-outline-size));
  }

  /** mega menu **/
  .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-padding-block-start: var(--padding-3xl);
    --submenu-padding-block-end: var(--padding-3xl);

    background-color: transparent;
  }

  .header__row[style*='--border-bottom-width: 0px'] {
    .menu-list__submenu.color-scheme-matches-parent,
    .overflow-menu.color-scheme-matches-parent::part(overflow) {
      --submenu-padding-block-start: 0px;
    }
  }

  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-content-opacity: 0;
    --submenu-content-animation: opacity calc(var(--submenu-animation-speed) * 0.75) var(--animation-easing);

    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 1px + var(--border-bottom-width) - (var(--full-open-header-height) - var(--submenu-height)));
    z-index: var(--layer-header-menu);
    padding-inline: var(--padding-inline);
    /* Clip path starts at header height so it doesn't mess with the pointer events in the header */
    clip-path: rect(var(--header-height) 100% var(--full-open-header-height) 0); /* stylelint-disable-line */
    transition: clip-path var(--submenu-animation-speed) var(--ease-out-cubic); /* stylelint-disable-line */
  }

  [data-submenu-overlap-bottom-row] {
    .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu,
    .overflow-menu::part(overflow) {
      clip-path: rect(var(--top-row-height) 100% var(--full-open-header-height) 0); /* stylelint-disable-line */
    }
  }

  /* Show the submenus on hover */
  .menu-list__list-item:has([aria-expanded='true']) > .menu-list__submenu,
  /* Show the overflow menu when a menu item is hovered */
  .overflow-menu:has([slot="overflow"] [aria-expanded='true'])::part(overflow-list),
  /* Keep the submenus open when they are hovered */
  .menu-list__submenu:is(:hover),
  .overflow-menu::part(overflow):hover {
    --submenu-content-opacity: 1;

    visibility: visible;
  }

  .overflow-menu::part(overflow) {
    --menu-top-level-font-size: var(--font-size--xlarge);

    display: grid;
    grid-template-columns: var(--full-page-grid-with-margins);
  }

  .overflow-menu::part(overflow-list) {
    position: relative;
    display: grid;
    grid-template-columns: minmax(auto, 200px) 1fr;
    grid-template-areas: 'left right';
    grid-template-rows: max-content;
    grid-gap: 0;
    grid-column: 2;
  }

  .menu-list__list-item:is([slot='overflow']) {
    --menu-top-level-font-color: var(--color-foreground);
    --menu-top-level-font-color-rgb: var(--color-foreground-rgb);

    display: contents;
    white-space: normal;

    .menu-list__link {
      grid-area: left;
      grid-row: auto;
      height: min-content;
      font-size: var(--font-size--xl);
      transition: var(--submenu-content-animation);
    }

    .menu-list__submenu {
      visibility: hidden;
      grid-row: 1;
      grid-area: right;
      grid-row-end: span calc(var(--overflow-count) + 1);
      padding-inline-start: var(--menu-horizontal-gap);
    }

    .menu-list__submenu-inner {
      transform: none;
      grid-column: unset;
      padding-block: 0;
    }

    .menu-list__link[aria-expanded='true'] + .menu-list__submenu {
      visibility: visible;
    }
  }

  .header-menu {
    height: 100%;
  }

  .menu-list__submenu-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .menu-list__submenu-inner,
  .overflow-menu::part(overflow-list) {
    padding-block-start: var(--submenu-padding-block-start);
    padding-block-end: var(--submenu-padding-block-end);
    padding-inline: var(--section-padding-inline);
    opacity: var(--submenu-content-opacity);
    transition: var(--submenu-content-animation);
    transform: translateY(calc(var(--full-open-header-height) - var(--submenu-height)));

    /* Make overflow menu scrollable when content exceeds viewport */
    max-height: calc(80vh - var(--header-height));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-foreground-rgb) / var(--opacity-40)) transparent;
  }

  .mega-menu__link {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);
    white-space: normal;
    text-decoration: none;
    display: inline-flex;
    padding: var(--padding-2xs) 0;

    &:hover {
      color: var(--menu-child-active-font-color);
    }
  }

  .mega-menu__link--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);

    &:hover {
      color: var(--menu-parent-active-font-color);
    }
  }

  @media screen and (max-width: 989px) {
    .mega-menu__content-list-item--hidden-tablet {
      display: none;
    }
  }

  .mega-menu__link:has(.mega-menu__link-image) {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    padding-block: var(--padding-sm) 0;
  }

  .mega-menu__link-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--padding-sm);
    object-fit: cover;
    border-radius: var(--menu-image-border-radius);
  }

  /* Fix alignment for collection image mode links without images */

  /* Target only top-level links (direct children of column > div) in collection image mode */
  .mega-menu__grid:has(.mega-menu__link-image)
    .mega-menu__column
    > div
    > .mega-menu__link:not(:has(.mega-menu__link-image)) {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    padding-block: var(--padding-sm) 0;
  }

  .mega-menu__grid:has(.mega-menu__link-image)
    .mega-menu__column
    > div
    > .mega-menu__link:not(:has(.mega-menu__link-image))::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--padding-sm);
    background-color: var(--color-foreground-muted);
    opacity: 0.1;
    border-radius: var(--menu-image-border-radius);
  }

  .mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(var(--menu-columns-tablet), minmax(0, 1fr));
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);
    width: 100%;

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-columns-desktop), minmax(0, 1fr));
    }
  }

  .mega-menu__column {
    grid-column: span 1;
  }

  .mega-menu__column--span-2 {
    grid-column: span 2;
  }

  .mega-menu__column--span-3 {
    grid-column: span 3;
  }

  .mega-menu__column--span-4 {
    grid-column: span 4;
  }

  .mega-menu__column--wide-collection-image {
    grid-column: span 1;

    @media screen and (min-width: 990px) {
      grid-column: span 2;
    }
  }

  .mega-menu__submenu .mega-menu__column--wide-collection-image {
    grid-column: span 1;
  }

  .mega-menu__content-list {
    display: grid;
    justify-content: end;
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);
  }

  .mega-menu__content-list--products {
    grid-template-columns: repeat(var(--menu-content-columns-tablet), minmax(0, 1fr));

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-content-columns-desktop), minmax(0, 1fr));
    }
  }

  .mega-menu__content-list--collections {
    grid-template-columns: repeat(var(--menu-content-columns-tablet), minmax(0, 300px));

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-content-columns-desktop), minmax(0, 300px));
    }
  }

  .mega-menu__list {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span var(--menu-columns-tablet);
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);

    @media screen and (min-width: 990px) {
      grid-column: span var(--menu-columns-desktop);
    }
  }

  .mega-menu__content {
    grid-column: span var(--menu-content-columns-tablet) / -1;

    @media screen and (min-width: 990px) {
      grid-column: span var(--menu-content-columns-desktop) / -1;
    }
  }

  .menu-list__list-item[slot='overflow'] .section {
    grid-template-columns: 1fr;
  }

  .menu-list__list-item[slot='overflow'] .section .mega-menu__grid {
    grid-column: 1;
  }

  .mega-menu__content-list li {
    white-space: normal;
  }

  /* mega more menu */
  .mega-menu__more-list {
    --menu-child-font-size: var(--font-size--xl);

    width: 200px;
  }

  .mega-menu__submenu {
    /* preserves the inherited grid layout when this submenu wrapper is used */
    display: contents;
  }
/* END_BLOCK:_header-menu */
/* START_SNIPPET:account-actions-resmed (INDEX:205) */
.account-actions {
    background-color: var(--color-background);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: height var(--animation-values);

    &:has([data-active]) .account-actions__main-menu {
      visibility: hidden;
    }
  }

  .account-actions__header {
    padding: var(--padding-xl);
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
  }

  .account-actions__title {
    /* Ideally we set the font-size here, but specificity issues make this necessary */
    --font-h5--size: var(--font-size--lg);

    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .account-actions__email {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-60));
    max-width: var(--account-actions-max-width);
    word-break: break-all;
  }

  .account-actions__sign-ins {
    padding: var(--padding-xl);
    padding-block-start: 0;
    padding-block-end: var(--padding-md);
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
  }

  .account-actions__sign-in-text {
    display: inline;
  }

  .account-actions__fallback-text {
    display: none;
  }

  .account-actions__sign-ins:not(:has(shop-login-button)) {
    gap: 0;

    .account-actions__sign-in-text {
      display: none;
    }

    .account-actions__fallback-text {
      display: block;
    }
  }

  /* Makes the shop login button radius match the theme settings */
  .account-actions__shop-login {
    --buttons-radius: var(--style-border-radius-buttons-primary);
  }

  .account-actions__nav {
    padding: var(--padding-xl);
    padding-block-start: 0;
  }

  .account-actions__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-sm);
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;

    @media screen and (max-width: 300px) {
      grid-template-columns: 1fr;
    }
  }

  .account-actions__link {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-2xs);
  }

  .account-actions__icon {
    display: flex;
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    margin-block: -4px;
  }

  /* This triggers iOS < 16.4. The outline bug is not recognized as a lack of @supports */

  @supports not (background-color: rgb(from red 150 g b / alpha)) {
    /**
    There is a bug in safari < 16.4 that causes the outline to not follow the elements border radius. This is a workaround.
    Using element selector to increase specificity.
  **/

    .account-actions :is(a.button, a.button-secondary):focus-visible {
      outline: none;
      overflow: visible;
      position: relative;

      &::after {
        content: '';
        position: absolute;
        inset: calc(-1 * var(--focus-outline-offset));
        border: var(--focus-outline-width) solid currentColor;
        border-radius: var(--style-border-radius-buttons-secondary);
        display: inherit;
      }
    }

    .account-actions a.button:focus-visible::after {
      border-color: var(--button-background-color);
      border-radius: var(--style-border-radius-buttons-primary);
    }
  }

  /* Account drawer mobile overrides */
  .account-drawer .account-actions {
    padding: 32px;
    gap: 12px;
  }

  .account-drawer .account-actions__header {
    padding: 0 0 12px;
    gap: 8px;
  }

  .account-drawer .account-actions__nav {
    padding: 0;
  }

  .account-drawer .account-actions__list {
    gap: 16px;
  }

  .account-drawer .account-actions__link {
    width: 100%;
    border-radius: 100px;
    background-color: #0d0a15;
    color: #ffffff;
    box-shadow: inset 0 0 0 2px #0d0a15;
    padding: 12px 16px;
  }

  .account-drawer .account-actions__link:hover {
    background-color: #3d3b44;
    box-shadow: inset 0 0 0 2px #3d3b44;
    color: #ffffff;
  }
/* END_SNIPPET:account-actions-resmed */
/* START_SNIPPET:account-button-resmed (INDEX:207) */
.account-button {
    color: var(--color-foreground);
    appearance: none;
    border: none;
    background: none;
    height: var(--button-size);
    width: var(--button-size);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    transition: color var(--animation-speed) var(--animation-easing);
    anchor-name: --account-button-trigger;
  }

  .account-button__avatar {
    --account-button-size: 1.625rem;

    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--account-button-size);
    height: var(--account-button-size);
    border-radius: var(--style-border-radius-50);
    background-color: var(--color-primary-button-background);
    font-size: var(--font-size--sm);
    font-weight: 500;
    color: var(--color-primary-button-text);
    text-transform: uppercase;
    line-height: 1;
  }

  .account-button__icon {
    color: currentColor;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  /* The shop avatar doesn't bubble the click event up to our button, so we need to prevent that or the button doesn't work */
  .account-button shop-user-avatar {
    pointer-events: none;
  }
/* END_SNIPPET:account-button-resmed */
/* START_SNIPPET:account-drawer-resmed (INDEX:209) */
.account-drawer {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .account-drawer__dialog {
    --animation-speed: 0.24s;
    --dialog-drawer-opening-animation: account-drawer-slide-in;
    --dialog-drawer-closing-animation: account-drawer-slide-out;
  }

  /*
    Override .dialog-modal mobile rules from base-resmed.css.
    Snippet stylesheets load via content_for_header (after <link> tags)
    so equal-or-higher specificity here always wins.
  */
  .account-drawer__dialog.dialog-modal {
    width: 100% !important;
    max-width: 100% !important;
    height: fit-content !important;
    max-height: 90dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    inset-block-end: 0 !important;
    inset-block-start: auto !important;
    inset-inline: 0 !important;
    border-radius: 32px 32px 0 0 !important;
    overflow-y: auto !important;
  }

  .account-drawer__close-button {
    z-index: 1;
    inset-block-start: var(--padding-xs);
    inset-inline-end: var(--padding-xs);
    color: var(--color-foreground);
    background-color: transparent;
  }

  .account-drawer__close-button .svg-wrapper {
    display: flex;
    width: var(--button-size);
    height: var(--button-size);
    align-items: center;
    justify-content: center;
  }

  @keyframes account-drawer-slide-in {
    from {
      transform: translateY(100%);
    }

    to {
      transform: translateY(0);
    }
  }

  @keyframes account-drawer-slide-out {
    from {
      transform: translateY(0);
    }

    to {
      transform: translateY(100%);
    }
  }
/* END_SNIPPET:account-drawer-resmed */
/* START_SNIPPET:account-popover-resmed (INDEX:211) */
.account-popover {
    --account-popover-min-width: 22rem;
    --account-actions-max-width: 22rem;
  }

  .account-popover__summary {
    padding: 0;

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

  .account-popover__panel {
    --account-popover-opacity: 0;
    --account-popover-y: 20px;
    position-anchor: --account-button-trigger;
    border-radius: var(--style-border-radius-popover);
    margin: 0;
    left: unset;
    width: max-content;
    min-width: var(--account-popover-min-width);
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    background-color: var(--color-background);
    overflow-y: hidden;
    opacity: var(--account-popover-opacity);
    translate: 0 var(--account-popover-y);
    transition-property: display, opacity, translate;
    transition-duration: 0.3s;
    transition-timing-function: var(--ease-out-quad);
    transition-behavior: allow-discrete;
    top: calc(anchor(bottom) + var(--header-padding));
    right: anchor(right);

    &:popover-open {
      --account-popover-opacity: 1;
      --account-popover-y: 0px;
    }

    @supports not (position-anchor: --account-button-trigger) {
      top: calc(var(--anchor-top) * 1px + var(--minimum-touch-target) + var(--header-padding));
      right: calc(var(--anchor-right) * 1px);
    }

    @supports not selector(:popover-open) {
      &.\:popover-open {
        --account-popover-opacity: 1;
        --account-popover-y: 0px;
      }
    }
  }

  @starting-style {
    .account-popover__panel {
      --account-popover-opacity: 0.7;
      --account-popover-y: 20px;
    }

    .account-popover__panel:popover-open {
      --account-popover-opacity: 0.7;
      --account-popover-y: 20px;
    }
  }
/* END_SNIPPET:account-popover-resmed */
/* START_SNIPPET:buy-buttons-styles (INDEX:222) */
.buy-buttons-block {
    --buy-button-preferred-width: 185px;

    width: 100%;
  }

  .product-form-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; 

    @media screen and (min-width: 750px) {
      gap: 32px;
    }
  }

  .product-form-buttons:not(:has(.quantity-rules)) {
    gap: calc(var(--gap-2xl) * 0.75);

    @media screen and (min-width: 750px) {
      gap: var(--gap-2xl);
    }
  }

  .product-form-buttons
    > *:not(.quantity-selector-wrapper, .quantity-rules, .quantity-label, .volume-pricing, .product-form-text__error) {
    flex: 1 1 var(--buy-button-preferred-width, 0);
    min-width: fit-content;
  }
  .product-form-buttons--stacked {
      flex-direction: column;
  }
  .product-form-buttons--stacked
    > *:not(.quantity-selector-wrapper, .quantity-rules, .quantity-label, .volume-pricing, .product-form-text__error) {
    flex-basis: 51%;
  }
  .product-form-buttons--stacked .quantity-selector,
  .product-form-buttons--stacked > .quantity-selector-wrapper {
    flex: 1;
    min-width: 100%;
  }
  .product-form-buttons button {
    width: 100%;
    padding-block: var(--padding-lg);
  }

  .quantity-selector {
    flex-grow: 0;
    flex-shrink: 0;
    height: var(--height-buy-buttons);
  }

  .quantity-label {
    flex: 1 0 100%;
    width: 100%;
    font-size: var(--font-size--sm);
    margin-block-end: var(--gap-xs);
  }

  .quantity-label__cart-count {
    color: var(--color-foreground-secondary);
  }

  .quantity-rules {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: calc(var(--gap-xs) / 2);
    flex: 1 0 100%;
    width: 100%;
    font-size: var(--font-size--xs);
    color: var(--color-foreground-secondary);
    margin-block-start: var(--gap-xs);
    margin-block-end: var(--gap);
  }

  .product-form-buttons:has(~ .volume-pricing .volume-pricing__title) .quantity-rules {
    margin-block-end: var(--gap-md);
  }

  .quantity-rules__item {
    position: relative;
    display: inline-block;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .quantity-rules__item:not(:last-child) {
    padding-right: var(--padding-xl);
    margin-right: var(--margin-2xs);
  }

  .quantity-rules__item:not(:last-child)::after {
    content: '•';
    position: absolute;
    inset-inline-end: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.5em;
    line-height: 0;
  }

  /* .add-to-cart-button {
    height: var(--height-buy-buttons);
    text-transform: var(--button-text-case-primary);
  } */

  .add-to-cart-button.button-secondary {
    text-transform: var(--button-text-case-secondary);
  }

  .product-form-text__error {
    display: flex;
    flex: 1 0 100%;
    align-items: flex-start;
    gap: var(--gap-xs);
    margin-block-end: var(--gap-xs);
  }

  .product__pickup-availabilities {
    width: 100%;
  }

  .pickup-availability__column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .pickup-availability__row {
    display: flex;
    gap: var(--padding-xs);
  }

  .pickup-availability__dialog-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pickup-availability__header-container {
    padding-block-end: var(--padding-2xl);
  }

  .pickup-location__wrapper {
    display: flex;
    flex-direction: column;
    padding-block: var(--padding-2xl);
    border-top: 1px solid var(--color-border);
    gap: var(--padding-xs);
  }

  .pickup-location__address-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--padding-md);
  }

  .pickup-location__dialog {
    padding: var(--padding-2xl);
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    height: 100%;
    margin: 0 0 0 auto;
    border: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);
  }

  .pickup-location__dialog:modal {
    max-height: 100dvh;
  }

  .pickup-location__text-sm {
    font-size: var(--font-size--sm);
    margin: 0;
  }

  .pickup-location__text-xs {
    font-size: var(--font-size--xs);
    margin: 0;
  }

  .pickup-location__button {
    width: fit-content;
    color: var(--color-primary);
    font-size: var(--font-size--xs);
    font-family: var(--font-body--family);
    padding: 0;
    cursor: pointer;
    margin-block: var(--margin-xs);
  }

  .pickup-location__button:hover {
    color: var(--color-primary-hover);
  }

  .pickup-location__h4 {
    margin: 0;
  }

  .pickup-location__text-bold {
    font-size: var(--font-size--md);
    font-weight: 600;
    margin: 0;
  }

  .pickup-location__availability-wrapper {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    font-family: var(--font-paragraph--family);
  }

  .pickup-location__address {
    font-style: normal;
  }

  .pickup-location__close-button {
    top: calc(var(--padding-2xl) - (var(--icon-size-xs) / 2));
    right: calc(var(--padding-2xl) - var(--icon-size-xs));
  }

  .volume-pricing {
    display: block;
    width: 100%;
    margin-bottom: var(--gap);
  }

  .volume-pricing:not(:has(.volume-pricing__title)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .volume-pricing__title {
    display: block;
    margin-block-end: var(--gap-sm);
    font-size: var(--font-size--sm);
    font-weight: var(--font-body--weight);
    color: var(--color-foreground);
  }

  .volume-pricing__table {
    width: 100%;
  }

  .volume-pricing__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-md);
    font-size: var(--font-size--sm);
  }

  .volume-pricing__row--even {
    background: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  .volume-pricing__row--odd {
    background: var(--color-background);
  }

  .volume-pricing__collapsible-wrapper {
    block-size: 0;
    overflow-y: clip;
    opacity: 0;
    interpolate-size: allow-keywords;
    transition: opacity var(--animation-speed-slow) var(--animation-easing),
      block-size var(--animation-speed-slow) var(--animation-easing);
  }

  .volume-pricing__toggle {
    width: 100%;
    padding-bottom: 0;
    padding-inline: 0;
    text-align: left;
    color: var(--color-foreground-secondary);
    font-size: var(--font-size--xs);
    cursor: default;
    margin-block-start: 0;
    pointer-events: none;
  }

  button.volume-pricing__toggle {
    /* Need the extra specificity to override .product-form-buttons button */
    padding-block: var(--padding-sm);
  }

  .volume-pricing__toggle-text {
    cursor: pointer;
    display: inline-block;
    pointer-events: auto;
  }

  .volume-pricing__show-less {
    display: none;
  }

  .volume-pricing--expanded .volume-pricing__collapsible-wrapper {
    opacity: 1;
    block-size: auto;

    @starting-style {
      block-size: 0;
      opacity: 0;
      overflow-y: clip;
    }
  }

  .volume-pricing--expanded .volume-pricing__show-more {
    display: none;
  }

  .volume-pricing--expanded .volume-pricing__show-less {
    display: inline;
  }

  /* Accelerated checkout styles — co-located here so they compile on pages
     where the quick-add modal can display buy buttons (e.g. collection pages). */
  .accelerated-checkout-block[data-shopify-visual-preview] {
    width: 300px;
  }

  more-payment-options-link {
    font-size: smaller;
  }

  more-payment-options-link a {
    --button-color: var(--color-primary);
  }

  more-payment-options-link a:hover {
    --button-color: var(--color-primary-hover);
  }

  .shopify-payment-button__more-options[aria-hidden='true'] {
    display: none;
  }
/* END_SNIPPET:buy-buttons-styles */
/* START_SNIPPET:cart-bubble (INDEX:224) */
.cart-bubble {
    --cart-padding: 0.2em;

    position: relative;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    border-width: 0;
    display: flex;
    line-height: normal;
    align-items: center;
    justify-content: center;
    color: var(--color-primary-button-text);
    padding-inline: var(--cart-padding);
  }

  .cart-bubble[data-maintain-ratio] {
    aspect-ratio: 1;
  }

  .cart-bubble[data-maintain-ratio] .cart-bubble__background {
    border-radius: var(--style-border-radius-50);
  }

  .cart-bubble__background {
    position: absolute;
    inset: 0;
    background-color: var(--color-primary-button-background);
    border-radius: var(--style-border-radius-lg);
  }

  .cart-bubble__text {
    font-size: var(--font-size--3xs);
    z-index: var(--layer-flat);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
/* END_SNIPPET:cart-bubble */
/* START_SNIPPET:cart-drawer-resmed (INDEX:226) */
.cart-items-component {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .cart-drawer__heading .cart-bubble {
    width: fit-content;
    border-radius: var(--style-border-radius-buttons-primary);
    aspect-ratio: auto;
    padding: var(--cart-padding);
  }

  .cart-drawer__heading .cart-bubble[data-maintain-ratio] {
    aspect-ratio: 1;
    min-width: 26px;
  }

  .cart-drawer__header {
    background-color: var(--color-background);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--cart-drawer-padding);
    border-bottom: var(--style-border-width) solid none;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 20px 20px 56px;
    @media screen and (min-width: 750px) {
      padding: 40px 40px 64px;
    }
  }

  .cart-drawer__dialog {
    overflow: hidden;
  }

  .cart-drawer__inner {
    height: 100%;
    overflow: hidden;
    position: relative;
    isolation: isolate;
  }

  .cart-drawer__content {
    height: calc(100% - var(--header-height));
    display: flex;
    flex-direction: column;
  }

  .cart-drawer__inner::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 556px;
    height: 106px;
    background-image: var(--cart-checkout-bg-url);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
  }

  .cart-drawer__summary {
    background-color: transparent;
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
/* END_SNIPPET:cart-drawer-resmed */
/* START_SNIPPET:cart-icon-component-resmed (INDEX:228) */
cart-icon:has(.cart-bubble__text-count:empty) {
    --cart-bubble-size: 10px;
    --cart-bubble-top: 9px;
    --cart-bubble-right: 9px;

    .svg-wrapper {
      --cart-bubble-top: 4px;
      --cart-bubble-right: 4px;
    }
  }
/* END_SNIPPET:cart-icon-component-resmed */
/* START_SNIPPET:cart-products-resmed (INDEX:233) */
.cart-items {
    --cart-item-media-width-min: 80px;
    --cart-item-media-width-max: 80px;

    container-name: cart-items;
    container-type: inline-size;
    width: 100%;
  }

  .cart-items-disabled {
    pointer-events: none;
  }

  .cart-page--empty .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block-start: 0;
    text-align: center;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cart-items__table {
    width: 100%;
    border-spacing: 0;
  }

  .cart-items__table * {
    margin: 0;
  }

  .cart-items__table-row {
    --cart-item-price-width: 6rem;

    display: grid;
    grid-template-columns: clamp(80px, 15cqi, 7.5rem) minmax(0, 1fr) minmax(var(--cart-item-price-width), auto);
    grid-template-areas:
      'media details price'
      'media quantity quantity'
      'media error error';
    column-gap: var(--gap-lg);
    align-items: start;
    padding-bottom: var(--cart-items-gap);
    margin-bottom: var(--margin-lg);

    @media screen and (max-width: 749px) {
        column-gap: var(--gap-xs);
    }
  }

  /* Cart drawer: separate grid areas for variants and unit price */
  .cart-drawer .cart-items__table-row--full-width-variants {
    grid-template-columns: clamp(80px, 15cqi, 7.5rem) minmax(0, 1fr) auto;
grid-template-rows: repeat(5, min-content) 1fr;
  grid-template-areas:
    'media details price'
    'media variants variants'
    'media unit_price unit_price'
    'media policies policies'
      'media quantity quantity'
      'media error error';

    .cart-items__details {
      display: contents;
    }

    .cart-items__product-info {
      grid-area: details;
    }

    .cart-items__variants-wrapper {
      grid-area: variants;

      &:empty {
        display: none;
      }

      p {
        margin: 0;
      }
    }

    .cart-items__unit-price-wrapper {
      grid-area: unit_price;
      font-size: var(--font-size--sm);
    }

    .cart-items__price {
      min-width: auto;
      width: max-content;
    }
  }

  .cart-items__table-row.cart-items__nested-line td:first-child {
    width: 60%;
    justify-self: right;
  }

  html:active-view-transition-type(page-navigation) .cart-items__table-row {
    /* stylelint-disable-next-line declaration-no-important */
    view-transition-name: none !important;
  }

  .cart-items__table-row.removing {
    overflow: hidden;
    animation: removeRow calc(var(--animation-speed) * 2) var(--animation-easing) forwards;
    animation-delay: var(--animation-speed);
  }

  @keyframes removeRow {
    0% {
      height: var(--row-height);
    }

    100% {
      opacity: 0;
      height: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      border-color: transparent;
    }
  }

  .cart-items__table-row:last-child {
    padding-bottom: 0;
  }

  .cart-items--dividers .cart-items__table-row {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: var(--cart-items-gap);
  }

  .cart-items--dividers .cart-items__table-row:has(+ .cart-items__nested-line) {
    border-bottom: none;
    margin-bottom: 0;
  }

  .cart-items--dividers .cart-items__table-row:last-of-type {
    border-block-end: none;
    padding-block-end: 0;
    margin-bottom: 0;
  }

  .cart-items__details {
    grid-area: details;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
  }

  .cart-items__details > * + *,
  .cart-items__bundle li {
    margin-block-start: var(--margin-3xs);
  }

  .cart-items__details * {
    font-size: 12px;
  }

  .cart-items__details a {
    text-decoration: none;
  }

  .cart-items__title {
    font-size: var(--font-size--md);
    color: var(--color-foreground);
    text-transform: var(--product-title-case);
    display: block;
    margin-block-start: calc((var(--font-size--md) - 1lh) / 2);
  }

  .cart-items__variants {
    display: block;
  }


  .cart-items__variant {
    display: inline;
  }

  .cart-items__variant dt,
  .cart-items__variant dd {
    display: inline;
    margin: 0;
  }

  .cart-items__policies {
    grid-area: policies;
    margin-block-start: var(--margin-xs);
  }

  .cart-items__quantity {
    grid-area: quantity;
    margin-block-start: var(--margin-xs);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-xs);
    width: fit-content;
  }

  .cart-items__quantity-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-2xs);
    width: fit-content;
  }

  .cart-items__quantity-controls > .volume-pricing-info {
    margin-inline-start: calc(-1 * var(--minimum-touch-target) - var(--gap-xs));
  }

  .cart-items__quantity-controls .quantity-selector {
    background-color: #f4f3ee;
    border: none;
    border-radius: 8px;
    height: 32px;
    color: #51003f;
  }

  .cart-items__quantity-controls .quantity-selector:hover {
    background-color: #f4f3ee;
  }

  .cart-items__quantity-controls .quantity-selector .quantity-minus {
    border-start-start-radius: 8px;
    border-end-start-radius: 8px;
    color: #51003f;
  }

  .cart-items__quantity-controls .quantity-selector .quantity-plus {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
    color: #51003f;
  }

  .cart-items__quantity-controls .quantity-selector input[type='number'] {
    color: #51003f;
    font-weight: 600;
    font-size: 16px;
  }

  .cart-items__quantity .quantity-selector {
    display: inline-flex;
    font-size: var(--font-size--sm);
  }

  .cart-items__remove {
    background-color: transparent;
    color: var(--color-foreground);
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    justify-content: center;
    box-shadow: none;
    padding: 0;
  }

  .cart-items__media {
     grid-area: media;
     padding: 0;
     border-radius: 12px;
     border: 1px solid #F2F2F2;
  }
  
  .cart-items__media img {
    border-radius: 12px;
  }

  .cart-items__price {
    grid-area: price;
    min-height: unset;
    min-width: var(--cart-item-price-width);
    text-align: end;
    display: block;
    font-size: var(--font-size--sm);
    line-height: var(--line-height);
  }


  .cart-items__price-unit {
    font-size: var(--font-size--xs);
    padding-block-start: var(--padding-2xs);
  }

  .cart-items__media-container {
    display: flex;
    aspect-ratio: var(--ratio);
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .cart-items__media-image {
    aspect-ratio: inherit;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
  }

  .cart-items__empty-button {
    margin-top: var(--margin-md);
    padding-inline: var(--padding-4xl);
    padding-block: var(--padding-lg);
  }

  /* Error message */
  .cart-items__error {
    display: flex;
    align-items: flex-start;
    width: 100%;
    grid-area: error;
    margin-block-start: var(--margin-xs);
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    transition: opacity var(--drawer-animation-speed) var(--animation-easing),
      transform var(--drawer-animation-speed) var(--animation-easing);

    @starting-style {
      opacity: 0;
      transform: translateY(-0.5rem);
    }
  }

  .cart-item__error {
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: var(--font-size--sm);
    padding-block: var(--padding-2xs);
  }

  .cart-item__error .svg-wrapper {
    flex-shrink: 0;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    margin-inline: var(--margin-3xs) var(--margin-xs);
    margin-block-start: var(--margin-3xs);
  }

  @container cart-items (min-width: 720px) {
    /* Cart page: original layout */
    .cart-items__table-row {
      --cart-item-price-width: 6rem;

      grid-template-columns: 7.5rem 1fr 1fr minmax(var(--cart-item-price-width), auto);
      grid-template-rows: min-content min-content 1fr;
      grid-template-areas:
        'media details quantity price'
        'media policies policies policies'
        'media error error error';
    }

    .cart-items__quantity,
    .cart-items__price {
      grid-area: initial;
    }

    .cart-items__quantity {
      margin-top: 0;
    }

    .cart-items__price {
      min-height: var(--minimum-touch-target);
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    /* Cart drawer: separate areas for variants and unit price */
    .cart-drawer .cart-items__table-row--full-width-variants {
      grid-template-rows: min-content min-content min-content min-content 1fr;
      grid-template-areas:
        'media details quantity price'
        'media variants variants variants'
        'media unit_price unit_price unit_price'
        'media policies policies policies'
        'media error error error';

      .cart-items__quantity,
      .cart-items__price {
        grid-area: initial;
      }
    }
  }

  .cart__subtotal-container,
  .cart__total-container {
    display: flex;
    flex-direction: column;
  }

  .cart__total-container {
    row-gap: var(--gap-2xs);

    &.cart__total-container--has-installments {
      row-gap: var(--gap-xs);
    }
  }

  .cart__subtotal-container:empty {
    display: none;
  }

  .cart__summary-totals {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl);
    width: 100%;
    border-block-start: none;

    &:has(> :first-child:not(.cart__subtotal-container, .cart__total-container)) {
      padding-block-start: 0;
      border-block-start: none;
    }

    @media screen and (min-width: 750px) {
      padding-block-start: 0;
    }
  }

  .cart__subtotal-container,
  .cart__subtotal-container * {
    font-size: var(--font-size--sm);
  }

  .cart__total {
    font-weight: var(--font-weight-bold);
  }

  .cart__total-label {
    font-size: var(--font-size--sm);
  }

  .cart__total-value {
    font-size: var(--font-size--xl);

    @media screen and (max-width: 749px) {
      font-size: var(--font-size--lg);
    }
  }

  .cart-primary-typography {
    font-family: var(--cart-primary-font-family);
    font-style: var(--cart-primary-font-style);
    font-weight: var(--cart-primary-font-weight);
  }

  .cart__ctas {
    width: 100%;
    display: grid;
    gap: var(--checkout-button-gap);
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  .cart__additional-checkout-buttons {
    width: 100%;
  }

  shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-inline-alignment: center;
    --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-primary);
    --shopify-accelerated-checkout-row-gap: var(--checkout-button-gap, 10px);
  }

  /* Remove animation */
  .remove-icon-bottom,
  .remove-icon-top {
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .cart-items__remove:hover .remove-icon-top {
    transform: translate(calc(-1 * var(--icon-stroke-width)), var(--icon-stroke-width)) rotate(-15deg);
  }

  .cart-items__remove:is(:hover, :active) .remove-icon-bottom {
    transform: translateY(var(--icon-stroke-width));
  }

  .cart-items__table-row.removing .remove-icon-bottom {
    transform: translateY(0);
  }

  .cart-items__table-row.removing .remove-icon-top {
    animation: removeButtonClickedIconTop var(--animation-speed) var(--animation-easing) forwards;
  }

  @keyframes removeButtonClickedIconTop {
    50% {
      transform: translate(0, calc(-1 * var(--icon-stroke-width)));
    }

    100% {
      transform: translate(0, 0);
    }
  }

  .cart-items__properties {
    display: block;
    margin-block-start: var(--margin-2xs);
  }

  .cart-items__property {
    display: block;
  }

  .cart-items__properties dt,
  .cart-items__properties dd {
    display: inline;
    margin: 0;
    overflow-wrap: break-word;
  }

  @media screen and (min-width: 750px) {
    .cart-items .quantity-selector {
      --quantity-selector-width: 155px;
      height: var(--button-size-md);
      width: var(--quantity-selector-width);
    }

    .cart-items .quantity-selector button {
      width: var(--button-size-md);
      height: var(--button-size-md);
    }

    .cart-items .quantity-selector input {
      max-width: calc(var(--quantity-selector-width) - var(--button-size-md) * 2);
    }
  }
  @media screen and (prefers-reduced-motion: no-preference) {
    html:active-view-transition-type(empty-cart-drawer) {
      .cart-items__empty-button,
      .cart__checkout-button {
        view-transition-name: cart-drawer-primary-action;

        & > .button-text {
          view-transition-name: cart-drawer-primary-action-text;
        }
      }
    }
  }

  ::view-transition-old(cart-drawer-primary-action-text),
  ::view-transition-new(cart-drawer-primary-action-text) {
    height: 100%;
    object-fit: none;
    overflow: clip;
    overflow-clip-margin: 1em;
  }

  ::view-transition-old(cart-drawer-primary-action-text) {
    animation: cart-drawer-primary-action-text var(--animation-speed) var(--animation-easing) reverse forwards;
  }
  ::view-transition-new(cart-drawer-primary-action-text) {
    animation: cart-drawer-primary-action-text var(--animation-speed) var(--animation-easing) forwards;
  }

  ::view-transition-old(cart-drawer-primary-action),
  ::view-transition-new(cart-drawer-primary-action) {
    height: 100%;
  }

  ::view-transition-group(cart-drawer-primary-action-text),
  ::view-transition-group(cart-drawer-primary-action) {
    animation-duration: var(--spring-d300-b0-duration);
    animation-timing-function: var(--spring-d300-b0-easing);
  }

  @keyframes cart-drawer-primary-action-text {
    from {
      filter: blur(3px);
      opacity: 0;
    }
    to {
      filter: none;
      opacity: 1;
    }
  }
/* END_SNIPPET:cart-products-resmed */
/* START_SNIPPET:dropdown-localization (INDEX:250) */
.dropdown-localization__button {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    position: relative;
  }

  .dropdown-localization__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }

  .dropdown-localization__icon svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .dropdown-localization__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #0D0A15;
    white-space: nowrap;
    pointer-events: none;
  }

  .dropdown-localization__select {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    border: none;
    appearance: none;
    background-color: transparent;
  }
/* END_SNIPPET:dropdown-localization */
/* START_SNIPPET:gift-card-recipient-form-styles (INDEX:263) */
.recipient-form {
    --options-border-radius: var(--variant-picker-button-radius);
    --options-border-width: var(--variant-picker-button-border-width);

    display: flex;
    flex-direction: column;
    padding-bottom: var(--padding-2xl);
  }

  .recipient-form__send-to {
    padding: 0;
    margin-block-end: var(--margin-xs);
  }

  .gift-card-form-option {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-sm);
    padding: 0;
    border: none;
  }

  .gift-card-form-option__button-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-lg);
    border: var(--style-border-width) solid var(--color-variant-border);
    border-radius: var(--options-border-radius);
    border-width: var(--options-border-width);
    overflow: clip;
    justify-content: center;
    min-width: auto;
    background-color: var(--color-variant-background);
    color: var(--color-variant-text);
    transition: background-color var(--animation-speed) var(--animation-easing),
      border-color var(--animation-speed) var(--animation-easing);

    &:hover {
      background-color: var(--color-variant-hover-background);
      border-color: var(--color-variant-hover-border);
      color: var(--color-variant-hover-text);
    }
  }

  .gift-card-form-option__button-label:has(:focus-visible) {
    --variant-picker-stroke-color: var(--color-foreground);

    border-color: var(--color-foreground);
    outline: var(--focus-outline-width) solid var(--color-foreground);
    outline-offset: var(--focus-outline-offset);
  }

  .gift-card-form-option__button-label:has(:checked) {
    color: var(--color-selected-variant-text);
    background-color: var(--color-selected-variant-background);
    border-color: var(--color-selected-variant-border);
    transition: background-color var(--animation-speed) var(--animation-easing),
      border-color var(--animation-speed) var(--animation-easing);

    &:hover {
      background-color: var(--color-selected-variant-hover-background);
      border-color: var(--color-selected-variant-hover-border);
      color: var(--color-selected-variant-hover-text);
    }
  }

  .gift-card-form-option__button-label input {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  .recipient-fields {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
    transition: opacity 0.3s var(--animation-easing);
    padding-block-start: var(--padding-xl);
  }

  .recipient-fields[hidden] {
    display: none;
  }

  .field--send-on {
    display: flex;
    flex-direction: column;
  }

  .recipient-form__message {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--gap-sm);
    margin-top: var(--margin-sm);
  }

  .recipient-form-field-label {
    position: absolute;
    left: var(--padding-sm);
    bottom: var(--padding-sm);
    font-style: italic;
    color: var(--color-input-text);
  }

  .recipient-fields__textarea {
    min-height: 5.5rem;
    overflow-y: auto;

    /* Space for the character count */
    padding-bottom: calc(var(--padding-sm) * 3);
    scroll-padding-bottom: calc(var(--padding-sm) * 3);
  }

  .recipient-fields__input {
    flex-grow: 1;
    transition: background-color var(--animation-speed) ease, border-color var(--animation-speed) ease;
    padding: var(--input-padding);
    background-color: var(--color-input-background);
    color: var(--color-input-text);
    text-align: left;
    font-size: var(--font-paragraph--size);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    border-radius: var(--style-border-radius-inputs);

    &:autofill {
      background-color: var(--color-input-background);
      color: var(--color-input-text);
    }

    &:is(:focus, :hover) {
      background-color: var(--color-input-hover-background);
    }

    &:is(:focus) {
      outline-color: var(--color-input-background);
    }
  }

  /* Date picker calendar icon
   * Safari doesn't show the icon and Firefox correctly applies the color from the input field.
   * Webkit browsers need the mask-image trick to use the correct icon color.
   */
  .field--send-on .recipient-fields__input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath d='M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-image: none;
    background-color: currentColor;
    mask-type: match-source;
  }

  /* For Webkit browsers - text cursor for input area */
  .field--send-on .recipient-fields__input::-webkit-datetime-edit {
    cursor: text;
  }

  .field--send-on .recipient-fields__input::-webkit-datetime-edit-year-field,
  .field--send-on .recipient-fields__input::-webkit-datetime-edit-month-field,
  .field--send-on .recipient-fields__input::-webkit-datetime-edit-day-field {
    /* Override the disabled color */
    color: var(--color-input-text);
  }

  /* Fallback for other browsers */
  .field--send-on .recipient-fields__input {
    cursor: text;
  }

  /* For Firefox - entire field is clickable, so show pointer */
  @supports (-moz-appearance: none) {
    .field--send-on .recipient-fields__input {
      cursor: pointer;
    }
  }
/* END_SNIPPET:gift-card-recipient-form-styles */
/* START_SNIPPET:header-actions-resmed (INDEX:268) */
.cart-drawer {
    --cart-drawer-padding: var(--padding-lg) var(--padding-xl);
    --cart-drawer-padding-desktop: var(--padding-xl) var(--padding-2xl);
    --cart-font-size--2xs: var(--font-size--2xs);
    --cart-font-size--xs: var(--font-size--xs);
    --cart-font-size--sm: var(--font-size--sm);
    --cart-font-size--md: var(--font-size--md);
    --cart-font-size--2xl: var(--font-size--2xl);
  }

  .cart-drawer__dialog {
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    border-left: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);
  }

  /* Needed to ensure the drawer is full height */
  .cart-drawer__dialog:modal {
    max-height: 93.4dvh;
    overflow-y: hidden;
    min-width: 556px;
    margin: 40px 40px 40px auto;
    border-radius: 32px;

    @media screen and (max-width: 749px) {
      max-height: 100dvh;
      margin: 0;
      margin-left: auto;
      min-width: unset;
      border-radius: 0;
    }
  }

  .cart-drawer__inner {
    height: 100%;
  }

  .cart-drawer__content {
    padding: 0;
    background-color: var(--color-background);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
  }

  .cart-drawer__heading {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .cart-drawer--empty .cart-drawer__content {
    text-align: center;
    min-height: auto;
  }

  .cart-drawer--empty .cart-drawer__heading {
    margin-bottom: var(--margin-md);
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--gap-xl);
  }

  .cart-drawer__items .cart-items__table-row:has(+ .cart-items__nested-line) {
    border-bottom: none;
    margin-bottom: 0;
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
  }

  .cart-drawer__summary {
    --cart-drawer-summary-padding: var(--padding-lg);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0;
    margin-top: auto;
    background-color: transparent;
    /* stylelint-disable-next-line color-named */
    mask-image: linear-gradient(to bottom, transparent, black var(--cart-drawer-summary-padding));
    padding-bottom: 20px;
    padding-top: 16px;

    @media screen and (min-width: 750px) {
      --cart-drawer-summary-padding: 0;
      padding-bottom: 40px;
      padding-top: 24px;
    }
  }

  .cart-drawer__summary .cart__summary-totals:not(:has(.cart__original-total-container:empty)) {
    border-block-start: var(--style-border-width) solid var(--color-border);
    padding-block-start: var(--padding-2xl);
  }

  .cart-drawer__summary .cart-note {
    @media screen and (min-width: 750px) {
      margin-block-start: var(--margin-3xs);
    }
  }

  .cart-drawer__heading--empty {
    display: flex;
    justify-content: center;
  }

  .cart-drawer__items {
    display: flex;
    flex-direction: column;
    padding-inline: 20px;
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      padding-inline: 40px;
    }
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--gap-xl);
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
    padding-block-end: 0;
    margin-block-end: 0;
  }

  .cart-drawer--empty .cart-drawer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    margin-top: 0;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-drawer__content {
    justify-content: center;
  }

  .cart-drawer--empty .cart-drawer__header {
    justify-content: right;
    border-bottom: none;
    padding-bottom: 0;
  }

  .cart-drawer--empty .cart-drawer__heading {
    text-align: center;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  header-actions {
    display: flex;

    @media screen and (max-width: 749px) {
      justify-self: flex-end;
    }
  }

  .header__column--right header-actions {
    margin-inline-start: calc(var(--gap-md) * -1);
  }

  .header-actions__action {
    --button-color: var(--color-foreground);

    cursor: pointer;
    display: flex;
    justify-content: center;
  }

  .header-actions__action .svg-wrapper {
    height: var(--button-size);
    width: var(--button-size);
  }

  .header-actions__action svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .header-actions__cart-icon {
    --cart-bubble-size: 20px;
    --cart-bubble-top: 0px;
    --cart-bubble-right: 0px;

    position: relative;
  }

  .header-actions__cart-icon .cart-bubble {
    position: absolute;
    top: var(--cart-bubble-top);
    right: var(--cart-bubble-right);
  }

  .header-actions__cart-icon .cart-bubble__text,
  .cart-drawer__heading .cart-bubble__text {
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
  }

  .header-actions__cart-icon.header-actions__cart-icon--has-cart svg {
    /* Create donut mask where the cart bubble sits */
    mask: radial-gradient(
      calc(var(--cart-bubble-size) + 2px) at calc(100% - var(--cart-bubble-right)) var(--cart-bubble-top),
      transparent 45.45%,
      #fff 45.45%,
      #fff 100%
    );
  }

  .cart-drawer__heading .cart-bubble__background {
  --color-primary-button-background: #FFDEF8;
    background-color: var(--color-primary-button-background);
  }

  .cart-drawer__heading .cart-bubble__text {
    color: #8A036D;
    font-size: var(--font-size--xs);
  }

  .cart-bubble--animating .cart-bubble__background {
    animation: grow var(--animation-speed) var(--animation-easing);
  }

  .cart-bubble--animating .cart-bubble__text {
    animation: cartBubbleSlideIn var(--animation-speed) var(--animation-easing);
  }

  /* ── Icon tooltips ── */
  [data-tooltip] {
    position: relative;
  }

  [data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(13, 10, 21, 0.85);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 100;
  }

  [data-tooltip]:hover::after {
    opacity: 1;
  }
/* END_SNIPPET:header-actions-resmed */
/* START_SNIPPET:header-drawer-resmed (INDEX:270) */
.header__icon--menu {
    position: initial;
  }

  @media screen and (min-width: 750px) {
    .header--desktop header-menu + .header__drawer header-drawer {
      display: none;
    }
  }

  .menu-drawer-container .header__icon--summary {
    color: var(--color-foreground);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--padding-lg);
  }

  .header__icon--summary .header-drawer-icon {
    margin: auto;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .header__drawer {
    display: flex;
    min-height: 60px;
    align-items: center;

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

  .header--compact .header__drawer {
    min-height: var(--minimum-touch-target);
  }

  .menu-drawer__navigation {
    padding: 0;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  details:not([open]) .header__icon--menu .header-drawer-icon--close {
    display: none;
  }

  details[open] .header__icon--menu .header-drawer-icon--close {
    @media screen and (min-width: 1281px) {
      display: none;
    }
  }

  details[open] .header__icon--menu .header-drawer-icon--open {
    display: none;

    @media screen and (min-width: 1281px) {
      display: flex;
    }
  }

  .menu-drawer {
    position: fixed;
    transform: translateX(-100%);
    visibility: hidden;
    height: calc(100dvh - var(--mobile-drawer-top, var(--header-height, 60px)));
    width: 100%;
    max-width: 100%;
    z-index: var(--layer-menu-drawer);
    left: 0;
    top: var(--mobile-drawer-top, var(--header-height, 60px));
    padding: 0;
    background-color: var(--color-background);
    overflow: auto;
    display: flex;
    border-right: none;
    flex-direction: column;

    @media screen and (min-width: 1281px) {
      width: 25rem;
      max-width: var(--drawer-max-width);
      top: 0;
      height: var(--drawer-height);
      border-right: var(--style-border-drawer);
      border-top: none;
    }

    .header__drawer--desktop & {
      height: 100vh;
    }
  }

  .menu-drawer:has(details[open]) {
    overflow: initial;
  }

  .menu-drawer__minifooter .dropdown-localization {
    width: 100%;
  }

  .language-drawer-dropdown {
    width: 100%;
  }

  .language-drawer-dropdown > summary {
    list-style: none;
    cursor: pointer;
  }

  .language-drawer-dropdown > summary::-webkit-details-marker {
    display: none;
  }

  .language-drawer-dropdown__list {
    list-style: none;
    margin: 0;
    padding: 8px 0 0 26px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .language-drawer-dropdown__option {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: none;
    border: none;
    padding: 6px 8px;
    border-radius: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0d0a15;
    cursor: pointer;
    text-align: start;
  }

  .language-drawer-dropdown__option:hover {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));
  }

  .language-drawer-dropdown__option .icon-checkmark {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    visibility: hidden;
    flex-shrink: 0;
  }

  .language-drawer-dropdown__option.is-active .icon-checkmark {
    visibility: visible;
  }

  .menu-drawer__minifooter {
    margin-top: auto;
    border-top: 1px solid #cfced0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px 120px;
    flex-shrink: 0;
  }

  .menu-drawer__minifooter-link,
  .language-drawer-dropdown > summary.menu-drawer__minifooter-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0d0a15;
    text-decoration: none;
  }

  .menu-drawer__minifooter-link:hover {
    opacity: 0.7;
  }

  .menu-drawer__minifooter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }

  .menu-drawer__minifooter-icon svg {
    width: 20px;
    height: 20px;
  }

  .menu-drawer__backdrop {
    position: fixed;
    top: var(--mobile-drawer-top, var(--header-height, 60px));
    left: 0;
    width: 100vw;
    height: calc(100dvh - var(--mobile-drawer-top, var(--header-height, 60px)));
    background: transparent;
    z-index: var(--layer-heightened);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--drawer-animation-speed) ease;

    @media screen and (min-width: 1281px) {
      top: 0;
      height: 100dvh;
      background: rgba(0, 0, 0, 0.4);
      pointer-events: auto;
    }

    .menu-open & {
      opacity: 1;
    }
  }

  .menu-drawer,
  details[open] > .menu-drawer__submenu {
    transition: transform var(--drawer-animation-speed) ease, visibility var(--drawer-animation-speed) ease,
      opacity var(--drawer-animation-speed) ease;
  }

  .menu-open > .menu-drawer,
  .menu-open > .menu-drawer__submenu:not(.menu-drawer__menu--childlist) {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    will-change: transform;
  }

  .menu-drawer__inner-container {
    position: relative;
    height: 100%;
  }

  .menu-drawer__navigation-container {
    display: grid;
    grid-template-rows: 1fr auto;
    align-content: space-between;
    overflow-y: auto;
    height: 100%;
  }

  .menu-drawer__inner-submenu {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  .menu-drawer__nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu {
    --menu-drawer-inline-padding: calc(var(--padding-sm) + 7px);

    list-style: none;
    padding-inline: var(--drawer-padding);
    margin-inline: 0;
    margin-block-start: 0;
  }

  .menu-drawer__menu--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--padding-sm);
    padding-inline-end: var(--menu-drawer-inline-padding);
    padding-block-start: var(--padding-xs);
  }

  .menu-drawer__menu--childlist:not(.menu-drawer__menu--grid) {
    flex-grow: 1;
  }

  .menu-drawer__menu.has-submenu,
  .menu-drawer__menu--childlist:not(:has(.menu-drawer__animated-element)) {
    margin-block-end: var(--margin-xs);

    @media screen and (min-width: 750px) {
      margin-block-end: 2.5rem;
    }
  }

  .menu-drawer__list-item--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__list-item--deep:not(.menu-drawer__list-item--divider) .menu-drawer__menu {
    margin-block-start: -0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu {
    margin-block-start: -0.4rem;
  }

  .menu-drawer__menu-container--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__menu > .menu-drawer__list-item {
    display: flex;
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__list-item--deep .menu-drawer__list-item,
  .menu-drawer__list-item--flat .menu-drawer__list-item {
    min-height: auto;
  }

  .menu-drawer__menu .menu-drawer__list-item--flat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-block-end: var(--margin-md);
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat {
    margin-block-end: var(--margin-sm);

    @media screen and (min-width: 750px) {
      margin-block-end: var(--margin-lg);
    }
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat.menu-drawer__list-item--divider {
    margin-block-end: 0;
  }

  .menu-drawer__list-item--flat .menu-drawer__menu--childlist {
    width: 100%;
    padding-inline-start: 0;
  }

  .menu-drawer-container[open] .menu-drawer__animated-element {
    animation: menu-drawer-nav-open var(--drawer-animation-speed) ease-in-out;
    animation-delay: calc(var(--drawer-animation-speed) + (var(--menu-drawer-animation-index) - 1) * 0.1s);
    animation-fill-mode: backwards;
  }

  .menu-drawer__menu details,
  .menu-drawer__menu-item,
  .menu-drawer__menu accordion-custom {
    width: 100%;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item:not(.menu-drawer__menu-item--child) {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__menu-item--mainlist {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    justify-content: space-between;

    &:hover {
      color: var(--menu-top-level-font-color);
    }
  }

  .menu-drawer__menu-item--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);

    &:hover {
      color: var(--menu-parent-font-color);
    }
  }

  .menu-drawer__menu-item--child {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);

    &:hover {
      color: var(--menu-child-font-color);
    }
  }

  .menu-drawer__menu--childlist summary.menu-drawer__menu-item {
    display: flex;
    width: 100%;
    padding-inline-end: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu,
  .menu-drawer__menu--grandchildlist {
    padding-inline-start: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__list-item--deep.menu-drawer__list-item--divider .menu-drawer__menu {
    padding-block-end: 0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu--grandchildlist {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__menu-item {
    display: flex;
    padding: var(--padding-2xs) 0;
    position: relative;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu-item:has(> .menu-drawer__link-image) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--padding-3xs);
    padding: 0;
  }

  .menu-drawer__link-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  /* Fix alignment for collection image mode links without images in drawer */

  /* Target menu items in grids that have images */
  .menu-drawer__menu--grid:has(.menu-drawer__link-image) .menu-drawer__menu-item:not(:has(> .menu-drawer__link-image)) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--padding-3xs);
    padding: 0;
  }

  .menu-drawer__menu--grid:has(.menu-drawer__link-image)
    .menu-drawer__menu-item:not(:has(> .menu-drawer__link-image))::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: var(--color-foreground-muted);
    opacity: 0.1;
    border-radius: var(--menu-image-border-radius);
  }

  .menu-drawer__close-button {
    position: relative;
    right: auto;
    top: auto;
    width: fit-content;
    height: fit-content;
    padding: var(--padding-lg);
    will-change: transform;
  }

  .menu-drawer__back-button {
    display: flex;
    width: 100%;
    padding: var(--padding-md) var(--padding-xl);
    border: none;
    align-items: center;
    color: var(--color-foreground);
    background-color: transparent;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow-x: hidden;
    line-height: 1.2;
    box-shadow: none;
  }

  .menu-drawer__menu-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /** Styles when the country selector is hidden */
  .menu-drawer .language-selector:not(.menu-drawer__submenu *) {
    width: fit-content;
    padding-inline-start: 0;

    .localization-form__select {
      text-align: left;
    }
  }

  .menu-drawer .language-selector__icon-button {
    width: auto;
    height: auto;
    gap: 8px;
  }

  .menu-drawer .language-selector__current-language {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0d0a15;
  }

  .menu-drawer .localization-form__select {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .menu-drawer__menu-item > .svg-wrapper {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding-block: var(--padding-lg);
    padding-inline-start: var(--padding-xl);
    flex-shrink: 0;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item > .svg-wrapper {
    padding-block: var(--padding-md);
  }

  .menu-drawer svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__submenu {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100dvh;
    left: 0;
    background-color: var(--color-background);
    z-index: var(--layer-flat);
    transform: translateX(-5%);
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
  }

  .menu-drawer__back-button > .svg-wrapper {
    margin-right: var(--padding-md);
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__utility-links {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-block: auto var(--padding-sm);
    margin-inline-start: var(--padding-xl);
    background-color: rgb(var(--color-foreground) 0.03);
  }

  .menu-drawer__account {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-xs);
    text-decoration: none;
    height: 44px;
    font-size: 1.4rem;
    color: rgb(var(--color-foreground));
  }

  .menu-drawer__account svg {
    height: var(--icon-size-sm);
    width: var(--icon-size-sm);
  }

  .menu-drawer__account shop-user-avatar {
    --shop-avatar-size: 2.4rem;

    margin-right: 0.55rem;
    margin-left: -0.45rem;
  }

  .menu-drawer__link-image,
  .menu-drawer__featured-product-image,
  .menu-drawer__featured-collection-image,
  .menu-drawer__featured-collection-link::before {
    border-radius: var(--menu-image-border-radius);
  }

  @keyframes menu-drawer-nav-open {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-0.5rem);
    }

    100% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes menu-drawer-subnav-open {
    0% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-1rem);
    }
  }
/* END_SNIPPET:header-drawer-resmed */
/* START_SNIPPET:predictive-search-styles-resmed (INDEX:305) */
/* Shared predictive search styles (used by both predictive-search and predictive-search-empty sections) */
  .predictive-search-dropdown {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--layer-base);
  }

  .predictive-search-results__inner {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    padding: 24px 60px;
  }

  .predictive-search-results__suggestions {
    padding-top: 32px;
  }

  .predictive-search-results__suggestions-title {
    margin: 0 0 24px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #53514a;
  }

  .predictive-search-results__suggestions-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .predictive-search-results__suggestion-link {
    color: #0d0a15;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }

  .predictive-search-results__suggestion-link:hover {
    color: #bc299b;
    text-decoration: underline;
  }

  .predictive-search-results__products-area {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .predictive-search-results__inner--performed {
    /* Span the full width of the outer grid */
    grid-column: 1 / -1;
    /* Use a 2-column grid for desktop: left rail (220px) + right products */
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 24px;
    padding: 0;
    align-items: start;
  }

  /* Desktop grid placement: queries-section + rail in col 1, products in col 2 */
  .predictive-search-results__queries-section {
    grid-column: 1;
    grid-row: 1;
    padding-top: 32px;
  }

  .predictive-search-results__rail {
    grid-column: 1;
    grid-row: 2;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .predictive-search-results__inner--performed .predictive-search-results__products-area {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .predictive-search-results__rail-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .predictive-search-results__rail-group-label {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #53514a;
  }

  .predictive-search-results__rail-group-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .predictive-search-results__rail-link {
    color: #0d0a15;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    display: block;
  }

  /* styled_text from Shopify wraps matches in <b> tags; highlight snippet also uses <b> */
  .predictive-search-results__rail-link b,
  .predictive-search-results__rail-link strong {
    font-style: normal;
    font-weight: 700;
  }

  .predictive-search-results__rail-link:hover,
  .predictive-search-results__rail-link[aria-selected='true'],
  .predictive-search-results__rail-link.keyboard-focus {
    color: #bc299b;
    text-decoration: underline;
  }

  /* Performed state: title style matches the small gray label */
  .predictive-search-results__inner--performed .predictive-search-results__title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #53514a;
    margin: 0 0 32px;
    text-transform: none;
  }

  /* Show all results button */
  .predictive-search-results__show-all {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }

  .predictive-search-results__show-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: #bc299b;
    color: #ffffff;
    border: 2px solid #bc299b;
    border-radius: 100px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
  }

  .predictive-search-results__show-all-btn:hover {
    background: #8a036d;
    border-color: #8a036d;
  }

  .search-action--inline .predictive-search-results__title {
    margin: 0 0 32px;
    color: #53514a;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: none;
  }

  .predictive-search-results__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size--body-md);
    font-weight: 500;
    margin-block: var(--margin-sm) var(--margin-xs);
    width: 100%;
    text-transform: var(--title-case);

    &:first-of-type {
      margin-block-start: 0;
    }

    @media screen and (max-width: 749px) {
      margin-block: var(--margin-lg) var(--margin-sm);
    }
  }

  .predictive-search-results__no-results {
    animation-delay: 100ms;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-in);
  }

  .predictive-search-results__no-results:last-child {
    margin-block: var(--margin-lg);
    text-align: center;
  }

  /* Predictive search section styles */
  input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none; /* stylelint-disable-line */
  }

  .search-action .predictive-search {
    z-index: calc(var(--layer-header-menu) + 2);
  }

  .search-action .search-modal .predictive-search {
    z-index: var(--layer-window-overlay);
  }

  .header__column--right .predictive-search-form__content-wrapper {
    right: 0;
    left: unset;
  }

  .search-modal .predictive-search-form__content-wrapper {
    width: 100%;

    @media screen and (min-width: 750px) {
      height: fit-content;
    }
  }
  .dialog-modal .predictive-search-form__header-inner {
    @media screen and (min-width: 750px) {
      border: 0;
    }
  }

  .search-modal__content .predictive-search-form__content {
    max-height: var(--modal-max-height);
  }

  .predictive-search:has(.predictive-search-dropdown) .search-input {
    outline-color: transparent;
  }

  .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header-inner:focus-within {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;

    @media screen and (max-width: 749px) {
      border-bottom-color: transparent;
    }
  }

  .predictive-search:has(.predictive-search-dropdown[aria-expanded='true'])
    .predictive-search-form__header-inner:focus-within {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: var(--search-border-radius);

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

  .dialog-modal .predictive-search-form__header {
    border: 0;
    border-radius: 0;
    background-color: var(--color-background);
    border-bottom: var(--style-border-width) solid var(--color-border);

    @media screen and (min-width: 750px) {
      padding: var(--padding-2xs) var(--padding-2xs) 0;
      border-bottom: var(--search-border-width) solid var(--color-border);
    }

    @media screen and (max-width: 749px) {
      transition: box-shadow 0.2s ease;
      box-shadow: none;
    }
  }

  .search-action .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header:focus-within {
    border-radius: var(--search-border-radius) var(--search-border-radius) 0 0;
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    background-color: var(--color-background);

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

  @media screen and (max-width: 749px) {
    .dialog-modal .predictive-search__close-modal-button {
      padding-inline-start: var(--margin-xs);
      margin-inline-start: 0;
    }
  }

  .dialog-modal[open] {
    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal .predictive-search-form__header:has(.predictive-search-form__header-inner:focus-within) {
    @media screen and (min-width: 750px) {
      border-bottom-color: transparent;
    }
  }

  @media screen and (max-width: 749px) {
    .dialog-modal {
      .predictive-search__reset-button-icon {
        display: none;
      }

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

      .predictive-search-form__content {
        /* The parent has overflow auto, we want to prevent a double scrollbar during animation */
        max-height: 100%;
      }

      .predictive-search-form__content-wrapper {
        box-shadow: none;
      }

      .predictive-search-form__header {
        box-shadow: none;
      }

      .predictive-search-form__footer {
        padding-block: var(--padding-2xl);
      }
    }
  }

  .predictive-search-results__pill {
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-foreground);
    transition: background-color var(--animation-speed-medium) var(--animation-timing-hover),
      box-shadow var(--animation-speed-medium) var(--animation-timing-bounce),
      transform var(--animation-speed-medium) var(--animation-timing-bounce);
    margin: 2px;

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

  .predictive-search-results__pill mark {
    background-color: transparent;
    font-weight: 200;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-80));
  }

  .predictive-search-results__pill:focus,
  .predictive-search-results__pill:hover,
  .predictive-search-results__card--query:is([aria-selected='true'], :focus-within) .predictive-search-results__pill {
    --pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));

    background-color: var(--pill-background-color);
    outline: var(--border-width-sm) solid var(--color-border);
    border: var(--border-width-sm);
    text-decoration: none;
  }

  .predictive-search-results__wrapper.predictive-search-results__wrapper-queries {
    margin-bottom: var(--margin-lg);
    padding-inline: var(--padding-xl);
    gap: var(--gap-2xs);
  }

  .predictive-search-results__card {
    --title-font-size: var(--font-size--md);
    --title-margin-block: var(--margin-xs);

    flex: 0 0 auto;
    scroll-snap-align: start;
    scroll-margin-block: calc(var(--title-font-size) + var(--title-margin-block) + var(--padding-sm))
      calc(var(--padding-xl) + var(--button-padding-block) * 2);
    transition: transform var(--animation-speed-medium) var(--animation-timing-default),
      background-color var(--animation-speed-medium) var(--animation-timing-hover),
      border-color var(--animation-speed-medium) var(--animation-timing-hover);

    &:nth-last-child(3) {
      scroll-snap-align: end;
    }

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

  .recently-viewed-wrapper .predictive-search-results__card {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .recently-viewed-wrapper.removing .predictive-search-results__card {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .predictive-search-results__card--product,
  .recently-viewed-wrapper .predictive-search-results__card--product {
    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
    }

    &:hover {
      background-color: var(--card-bg-hover);
      border-radius: var(--product-corner-radius);
      padding: calc(var(--padding-2xs) + 2px);
      margin: calc((var(--padding-2xs) + 2px) * -1);
    }

    &:is([aria-selected='true'].keyboard-focus, &:focus-visible, &:has(.resource-card:focus-visible)) {
      background-color: var(--card-bg-hover);
      padding: calc(var(--padding-2xs) + 1px);
      margin: calc((var(--padding-2xs) + 1px) * -1);
      outline: var(--border-width-sm) solid var(--color-border);
      border-radius: calc(var(--product-corner-radius) + 1px);
      border-color: var(--card-border-focus);
    }
  }

  .predictive-search-results__card:not(.predictive-search-results__card--product) {
    padding: var(--padding-sm);
    border: var(--border-width-sm) solid var(--color-border);
    border-radius: var(--card-corner-radius);
    width: 60cqi;
    content-visibility: visible;

    @media screen and (min-width: 750px) {
      width: 27.5cqi;
    }

    &:hover {
      border-color: var(--card-border-hover);
      background-color: var(--card-bg-hover);
    }

    &[aria-selected='true'].keyboard-focus {
      border-color: var(--card-border-hover);
      background-color: var(--card-bg-hover);
    }

    &:active {
      transform: scale(0.97);
      transition: transform var(--animation-speed-medium) var(--animation-timing-active);
    }
  }

  @keyframes search-element-scale-in {
    0% {
      transform: scale(0.95);
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  @keyframes search-element-scale-out {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(0.95);
      opacity: 0;
    }
  }

  @keyframes search-element-slide-in-top {
    from {
      margin-top: calc(var(--modal-top-margin) + var(--padding-sm));
      opacity: 0;
    }

    to {
      margin-top: var(--modal-top-margin);
      opacity: 1;
    }
  }

  @keyframes search-element-slide-out-top {
    from {
      margin-top: var(--modal-top-margin);
      opacity: 1;
    }

    to {
      margin-top: calc(var(--modal-top-margin) + var(--padding-sm));
      opacity: 0;
    }
  }

  @keyframes content-slide {
    from {
      transform: translateY(var(--slide-from, 0));
      opacity: var(--slide-opacity-from, 1);
    }

    to {
      transform: translateY(var(--slide-to, 0));
      opacity: var(--slide-opacity-to, 1);
    }
  }

  .predictive-search-results__list {
    --slide-width: 27.5%;
    --slideshow-gap: var(--gap-md);

    /* Make space for the outline to be visible */
    padding-block-start: var(--border-width-sm);
  }

  .predictive-search-results__list slideshow-arrows {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .predictive-search-results__no-results,
  .predictive-search-results__wrapper,
  .predictive-search-results__wrapper-products .predictive-search-results__card {
    animation: search-element-slide-up var(--animation-speed-medium) var(--animation-timing-bounce) backwards;
  }

  slideshow-slide .resource-card {
    /* stylelint-disable-next-line declaration-no-important */
    animation-delay: 0ms !important;
  }

  .predictive-search-results__list,
  .predictive-search-results__wrapper {
    animation-duration: var(--animation-speed-medium);
  }

  .predictive-search-results__wrapper-queries {
    animation-delay: 50ms;
  }

  .predictive-search-results__list:nth-of-type(2) {
    animation-delay: 150ms;
  }

  .predictive-search-results__list:nth-of-type(3) {
    animation-delay: 200ms;
  }

  .predictive-search-results__list:nth-of-type(4) {
    animation-delay: 250ms;
  }

  .predictive-search-results__list:last-child {
    margin-block-end: 0;
  }

  [data-resource-type] {
    /* stylelint-disable-next-line declaration-no-important */
    animation-delay: 0ms !important;
  }

  .predictive-search-results__no-results.removing,
  .predictive-search-results__wrapper.removing {
    animation: search-element-slide-down var(--animation-speed-medium) var(--animation-timing-fade-out) forwards;
  }

  .predictive-search-results__card.removing {
    animation: fadeOut var(--animation-speed-medium) var(--animation-timing-fade-out) forwards;
  }

  .predictive-search-results__wrapper {
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-in);
  }

  @keyframes search-element-slide-up {
    from {
      opacity: 0;
      transform: translateY(8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes search-element-slide-down {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(8px);
    }
  }

  .predictive-search-results__card--query {
    transition: transform var(--animation-speed-medium) var(--animation-timing-bounce);
    transform-origin: center;

    &:active {
      transform: scale(0.97);
    }
  }

  /* Products list styles */
  .predictive-search-results__products {
    padding-inline: 0;
  }

  .recently-viewed-wrapper {
    display: grid;
    grid-template-rows: auto auto;
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top center;
    transform: translateY(0);
  }

  .recently-viewed-wrapper.removing {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }

  .predictive-search-results__clear.button-unstyled {
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-easing);
    padding: 0;
    margin-left: var(--margin-sm);

    &:hover {
      opacity: 1;
    }
  }

  .recently-viewed-wrapper.removing .predictive-search-results__card {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .recently-viewed-wrapper > * {
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(1) {
    animation-delay: 30ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(2) {
    animation-delay: 60ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(3) {
    animation-delay: 90ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(4) {
    animation-delay: 120ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(n + 5) {
    animation-delay: 150ms;
  }

  .predictive-search-results__wrapper-products {
    animation-delay: 50ms;
  }

  /* Resource carousel styles */
  .predictive-search-results__wrapper {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-block-end: var(--padding-sm);
    padding-inline: 0;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 var(--padding-xl);
    scrollbar-width: none;
    -ms-overflow-style: none;

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

  .predictive-search-results__wrapper slideshow-slides {
    --gutter-slide-width: var(--padding-xl);

    /* Add padding to prevent hover animations from being clipped in slideshow
       15px accommodates:
       - Scale effect (9px on each side from 1.03 scale)
       - Lift effect (4px upward movement)
       - Shadow (15px spread with -5px offset)
       Using 16px for better alignment with our spacing scale */
    padding-block: var(--padding-xl);
    margin-block: calc(-1 * var(--padding-xl));
    gap: var(--gap-md);
  }

  .predictive-search-results__resource-header {
    display: flex;
    padding-inline: var(--padding-xl);
    justify-content: space-between;
    align-items: center;
    height: 32px;
  }

  .predictive-search-results__resource-header .svg-wrapper {
    width: var(--icon-size-xs);
  }

  .predictive-search-results__wrapper-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-block-end: var(--padding-sm);
    gap: var(--gap-md);
    transition: height var(--animation-speed-medium) var(--animation-easing);
  }

  .search-action--inline .predictive-search-results__wrapper-products {
    grid-template-columns: repeat(3, 312px);
    gap: 24px;
    justify-content: flex-start;
    @media screen and (max-width: 690px) {
      display: flex;
      flex-direction: row;
      gap: 16px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      flex-wrap: wrap;
    }
  }

  .search-action--inline .predictive-search-results__resource-header {
    padding-inline: 0;
    margin-bottom: 16px;
  }

  .search-action--inline .predictive-search-results__card--product {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    @media screen and (min-width: 550px) {
      width: 100%;
      min-width: 0;
      overflow: hidden;
      box-sizing: border-box;
    }
  }

  .search-action--inline .predictive-search-results__card--product:hover,
  .search-action--inline .predictive-search-results__card--product:focus-visible,
  .search-action--inline .predictive-search-results__card--product[aria-selected='true'] {
    margin: 0;
    padding: 0;
    outline: none;
    background: transparent;
  }

  @media screen and (max-width: 1280px) {
    /* Outer container: 1-column */
    .predictive-search-results__inner {
      grid-template-columns: 1fr;
      padding: 16px 20px;
      gap: 24px;
    }

    .predictive-search-results__suggestions {
      padding-top: 0;
    }

    /* Performed state: switch from 2-col grid to flex-column.
       width: 100% + overflow-x: hidden ensure no child can cause horizontal scroll. */
    .search-action--inline .predictive-search-results__inner--performed {
      display: flex;
      flex-direction: column;
      gap: 32px;
      padding: 0;
      width: 100%;
      overflow-x: hidden;
      box-sizing: border-box;
    }

    /* Reset column/row placement from desktop grid */
    .search-action--inline .predictive-search-results__queries-section,
    .search-action--inline .predictive-search-results__inner--performed .predictive-search-results__products-area,
    .search-action--inline .predictive-search-results__inner--performed .predictive-search-results__rail {
      grid-column: unset;
      grid-row: unset;
    }

    /* Queries section: remove desktop top padding */
    .search-action--inline .predictive-search-results__queries-section {
      padding-top: 0;
    }

    /* Rail on mobile: flex-column, gap 24px (tighter than desktop 40px) */
    .search-action--inline .predictive-search-results__inner--performed .predictive-search-results__rail {
      gap: 24px;
    }

    /* Products area must not overflow the dropdown */
    .search-action--inline .predictive-search-results__products-area {
      min-width: 0;
      width: 100%;
      overflow: hidden;
    }

    /* "Show all results" button: full-width on mobile */
    .search-action--inline .predictive-search-results__show-all-btn {
      width: 100%;
      padding: 6px 24px;
    }

    /* Non-inline (modal) keeps 2-col product grid */
    .predictive-search-results__wrapper-products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .predictive-search-results__wrapper-products:last-child {
    padding-block-end: var(--padding-lg);

    @media screen and (min-width: 750px) {
      padding-block-end: var(--padding-sm);
    }
  }

  .predictive-search-results__resource-header .predictive-search-results__title {
    margin-block-end: 0;
  }

  .predictive-search-results__resource-header:has(slideshow-controls) .predictive-search-results__title {
    margin-block-end: 0;
  }

  .predictive-search-results__resource-header slideshow-controls {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }
/* END_SNIPPET:predictive-search-styles-resmed */
/* START_SNIPPET:product-badges-styles (INDEX:311) */
.product-badges {
    --badge-inset: max(var(--padding-xs), calc((var(--border-radius) + var(--padding-xs)) * (1 - cos(45deg))));

    position: absolute;
    z-index: var(--layer-flat);

    display: flex;
    gap: 8px;
    justify-content: center;
  }

  .product-badges--bottom-left {
    bottom: 12px;
    left: 12px;
  }

  .product-badges--top-left {
    top: 12px;
    left: 12px;
  }

  .product-badges--top-right {
    top: 12px;
    right: 12px;
  }

  .product-badges__badge {
    --badge-font-size: 12px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* color: var(--color-foreground); */
    color: #51003f;
    background: var(--color-background);
    font-size: var(--badge-font-size);
    line-height: 1.6;
    font-family: var(--badge-font-family);
    font-weight: var(--badge-font-weight);
    text-transform: var(--badge-text-transform);
    border-radius: var(--badge-border-radius);
    font-weight: 500;
    padding: 4px 8px;
  }

  .product-badges__badge--rectangle {
    padding-block: var(--badge-rectangle-padding-block);
    padding-inline: var(--badge-rectangle-padding-inline);
  }
/* END_SNIPPET:product-badges-styles */
/* START_SNIPPET:product-card-resmed (INDEX:317) */
product-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    width: 100%;
    max-width: 312px;
  }

  /* Figma card styling */
  .product-card__content {
    background: #f4f3ee;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  /* Image gallery area: white background with beige border + Figma paddings */
  .product-card__content .card-gallery {
    position: relative;
    background: #ffffff;
    border: 6px solid #f4f3ee;
    border-radius: 34px;
    overflow: hidden;
    flex: 0 247px;

    /* Reset theme spacing-style / border-style variables */
    --padding-block-start: 0 !important;
    --padding-block-end: 0 !important;
    --padding-inline-start: 0 !important;
    --padding-inline-end: 0 !important;
    --border-width: 0 !important;
    --border-radius: 0 !important;

    @media(min-width: 700px) {
      border-width: 12px;
      flex: 0 312px;
    }
  }

  /* Bestseller badge (pink pill, top-left in gallery) */
  .pc-badge-bestseller {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: #ffdef8;
    color: #51003f;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 100px;
    white-space: nowrap;
  }

  /* ATC button inside card body — push to bottom */
  .product-card__content > .product-card-atc-row {
    margin-top: auto;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    padding: 16px 24px 24px;
  }

  product-card[data-mobile-layout='horizontal'] .product-card__content .pc-body,
  product-card[data-mobile-layout='vertical'] .product-card__content .pc-body {
    padding: 24px 24px 0px;
  }
  .product-card__placeholder-image svg {
    height: 100%;
  }

  .product-card__content slideshow-component {
    --cursor: pointer;
  }

  @media screen and (max-width: 690px) {
    .product-card slideshow-arrows .slideshow-control {
      display: none;
    }

    /* ── Horizontal layout (PLP / list — default) ──────────────────────── */
    product-card[data-mobile-layout='horizontal'] {
      max-width: 100%;
      border-radius: 24px;
    }

    product-card[data-mobile-layout='horizontal'] .product-card__content {
      border-radius: 24px;
      display: grid;
      grid-template-columns: 47% 1fr;
      grid-template-rows: 1fr auto;
      padding: 12px;
      gap: 0 12px;
      align-items: start;
    }

    product-card[data-mobile-layout='horizontal'] .product-card__content .card-gallery {
      grid-column: 1;
      grid-row: 1 / -1;
      width: 100%;
      border: none;
      border-radius: 16px;
      align-self: center;
      aspect-ratio: 1 / 1;
    }

    product-card[data-mobile-layout='horizontal'] .pc-badge-bestseller {
      top: 8px;
      left: 8px;
      padding: 2px 8px;
    }

    product-card[data-mobile-layout='horizontal'] .product-card__content .pc-body {
      grid-column: 2;
      grid-row: 1;
      min-width: 0;
      padding: 0;
      gap: 12px;
    }

    product-card[data-mobile-layout='horizontal'] .product-card__content > .product-card-atc-row {
      margin: 0;
      margin-top: 12px;
      padding: 0;
      display: flex;
      gap: 8px;
      align-items: center;

      @media screen and (max-width: 500px) {
        margin-top: 4px;
      }
    }
    product-card[data-mobile-layout='horizontal'] product-form-component {
      width: unset;
    }

    product-card[data-mobile-layout='horizontal'] .product-card__content .product-card-atc-row .product-card-atc {
      flex: 1 1 0;
      min-width: 0;
    }

    product-card[data-mobile-layout='horizontal']
      .product-card__content
      .product-card-atc-row
      > product-form-component:not(.product-card-atc-cart-icon-form) {
      flex: 1 1 0;
      min-width: 0;
    }

    /* ── Vertical layout (carousel / recommendations) ──────────────────── */
    product-card[data-mobile-layout='vertical'] .product-card__content {
      border-radius: 24px;
      padding: 0;
      gap: 0;
    }

    product-card[data-mobile-layout='vertical'] .product-card__content .card-gallery {
      border-radius: 32px;
    }

    product-card[data-mobile-layout='vertical'] .product-card__content .pc-body {
      padding: 22px 24px 0;
    }

    product-card[data-mobile-layout='vertical'] .product-card__content > .product-card-atc-row {
      padding: 16px 24px 24px;
    }
  }
  /* Hide theme's quick-add button in product image area */
  product-card .quick-add {
    display: none !important;
  }

  /*
    Zoom-out grid mode (sessionStorage) hides every direct child of .product-grid__card.
    Resmed cards use that class on .product-card__content with gallery, body and ATC as
    direct children — they would all become display:none and only the beige shell remains.
  */
  :is(ul[product-grid-view='zoom-out']) .product-card__content.product-grid__card > * {
    display: revert !important;
  }

  /* Figma card uses pc-body for title/price; hide theme zoom-out title duplicate inside gallery */
  :is(ul[product-grid-view='zoom-out']) .product-card__content .product-grid-view-zoom-out--details {
    display: none !important;
  }
/* END_SNIPPET:product-card-resmed */
/* START_SNIPPET:product-media-gallery-content-styles (INDEX:324) */
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:328) */
#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:quick-add-styles (INDEX:330) */
/* Quick Add */
  .quick-add {
    --quick-add-offset: var(--padding-sm);
    --quick-add-right: calc(var(--quick-add-offset) + var(--padding-inline-end));
    --quick-add-bottom: calc(var(--quick-add-offset) + var(--padding-block-end));

    position: absolute;
    inset: 0;
    z-index: var(--layer-raised);
    pointer-events: none;

    @media screen and (min-width: 750px) {
      --quick-add-offset: var(--padding-md);
    }
  }

  .quick-add .variant-option__button-label input[data-option-available='false'] {
    cursor: not-allowed;
  }

  .quick-add[class*='color-scheme-'] {
    background-color: #0000;
  }

  product-card:is(:hover, :focus-within) .quick-add__button {
    opacity: 1;
  }

  .quick-add__button {
    display: var(--quick-add-mobile-display, none);
    align-items: center;
    background: linear-gradient(var(--color-background) 0 100%) padding-box;
    padding: 0;
    border-radius: 50px;
    border: 2px solid hsl(0 0% 0% / 0.15);
    height: var(--button-size-md);
    cursor: pointer;
    opacity: var(--quick-add-mobile-opacity, 0);
    overflow: hidden;
    color: var(--color-foreground);
    pointer-events: all;
    position: absolute;
    right: max(var(--quick-add-right), calc((var(--border-radius) + var(--quick-add-right)) * (1 - cos(45deg))));
    bottom: max(var(--quick-add-bottom), calc((var(--border-radius) + var(--quick-add-bottom)) * (1 - cos(45deg))));
    backdrop-filter: blur(20px) saturate(180%);

    &:hover {
      scale: 1.03;

      /* Hover stabilizer: extends hit area to maintain hover state */
      &::before {
        content: '';
        position: absolute;
        inset: -10px;
        z-index: -1;
      }
    }

    &:active {
      scale: 0.99;
    }

    .quick-add[stay-visible] & {
      display: grid;
    }

    @media screen and (min-width: 750px) {
      display: var(--quick-add-display, flex);
      opacity: 0;
    }
  }

  .quick-add__button.add-to-cart-button {
    height: var(--button-size-md);
  }

  .quick-add__button .add-to-cart-text {
    background: var(--color-background);
    overflow: hidden;
    border-radius: 50px;
    height: 100%;
    gap: 0;
  }

  .quick-add__button .svg-wrapper .checkmark-burst {
    width: 22px;
    height: 22px;
  }

  .quick-add__button .add-to-cart-icon {
    /* account for border width */
    height: 100%;
    width: calc(var(--button-size-md) - 4px);
  }

  .quick-add__button .add-to-cart-text__content {
    display: grid;
    grid-template-columns: 0fr;

    & > span {
      min-width: 0;

      span {
        padding-right: var(--padding-sm);
        opacity: 0;
        display: inline-block;
        filter: blur(2px);
        translate: 0.5ch 0;
      }
    }
  }

  .quick-add__button[data-added='true'] .add-to-cart-text {
    animation-name: atc-fade-out;
  }

  .quick-add__button[data-added='true'] .add-to-cart-text--added {
    translate: 0 0;
    animation-name: atc-fade-in;
  }

  .quick-add__product-form-component {
    height: 100%;
  }

  .quick-add__product-form-component .shopify-product-form {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    container-type: inline-size;
    height: 100%;
  }

  .quick-add-modal .product-media {
    width: 100%;
    height: 100%;
  }

  .quick-add-modal deferred-media {
    display: none;
  }

  .quick-add-modal .media-gallery--carousel slideshow-component {
    --cursor: default;
  }

  .quick-add__button:is(:hover, :focus-visible) {
    .add-to-cart-text__content {
      grid-template-columns: 1fr;

      span span {
        opacity: 1;
        translate: 0 0;
        filter: blur(0);
      }
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .quick-add__button .add-to-cart-text__content {
      grid-template-columns: 1fr;

      span span {
        opacity: 1;
        translate: 0 0;
        filter: blur(0);
      }
    }
  }

  @media (prefers-reduced-motion: no-preference) {
    .quick-add__button {
      transition-property: scale, translate, opacity;
      transition-duration: var(--animation-speed);
      transition-timing-function: var(--ease-out-cubic);
    }

    .quick-add__button:is(:hover, :focus-visible) {
      .add-to-cart-text__content,
      .add-to-cart-text__content span span {
        transition-delay: var(--animation-speed);
      }
    }

    .quick-add__button .add-to-cart-text__content {
      transition-property: grid-template-columns;
      transition-duration: var(--animation-speed);
      transition-timing-function: var(--ease-out-cubic);

      span span {
        transition-property: opacity, filter, translate;
        transition-duration: var(--animation-speed-slow);
        transition-timing-function: var(--ease-out-quad);
      }
    }
  }
/* END_SNIPPET:quick-add-styles */
/* START_SNIPPET:search-modal-resmed (INDEX:340) */
/* 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;
    }
  }

  @media screen and (min-width: 1281px) {
    .search-modal__content {
      --modal-width: min(1440px, 100vw);
      --modal-top-margin: 36px;
      margin-inline: auto;
      border: none;
      border-radius: 0 0 32px 32px;
      box-shadow: none;
    }

    .dialog-modal[open].search-modal__content {
      border-radius: 0 0 32px 32px;
      box-shadow: none;
    }

    .search-modal__content::backdrop {
      background: transparent;
    }
  }

  /* 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-resmed */
/* START_SNIPPET:search-resmed (INDEX:343) */
.search-action {
    --search-border-radius: var(--style-border-radius-inputs);
    --search-border-width: var(--style-border-width-inputs);

    display: flex;
  }

  .search-action--inline {
    position: relative;
    width: 100%;
  }

  .search-action--inline .predictive-search-form {
    position: relative;
    width: 100%;
  }

  .search-action--inline .predictive-search-form:focus-within {
    outline: none !important;
    box-shadow: none !important;
    border-color: #85837a !important;
  }

  .search-action--inline .search-bar-resmed__input {
    border: 0;
    background: transparent;
    width: 100%;
    outline: none;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #0d0a15;
  }

  .search-action--inline .search-bar-resmed__input:hover,
  .search-action--inline .search-bar-resmed__input:active,
  .search-action--inline .search-bar-resmed__input:focus,
  .search-action--inline .search-bar-resmed__input:focus-visible,
  .search-action--inline .search-input:hover,
  .search-action--inline .search-input:active,
  .search-action--inline .search-input:focus,
  .search-action--inline .search-input:focus-visible {
    background: transparent !important;
    background-color: transparent !important;
    color: #0d0a15 !important;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  .search-action--inline .search-bar-resmed__input:focus,
  .search-action--inline .search-bar-resmed__input:focus-visible,
  .search-action--inline .search-input:focus,
  .search-action--inline .search-input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  .search-action--inline .search-bar-resmed__input::placeholder {
    color: #6e6c73;
  }

  .search-action--inline .search-bar-resmed__results {
    display: none;
    position: fixed;
    top: 81px;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    max-height: calc(100dvh - var(--header-group-height, 116px));
    z-index: calc(var(--layer-header-menu) + 3);
    border-radius: 0 0 32px 32px;
    overflow: hidden;
    box-shadow: none;
  }

  .search-action--inline.search-action--open .search-bar-resmed__results {
    display: block;
  }

  .search-action--inline.search-action--open::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--header-group-height, 116px);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: calc(var(--layer-header-menu) + 2);
    pointer-events: none;
  }

  body:has(.search-action--inline.search-action--open) #MainContent,
  body:has(.search-action--inline.search-action--open) main {
    filter: blur(5px);
    transition: filter 180ms ease;
  }

  .search-action--inline .predictive-search-form__content {
    max-height: calc(100dvh - var(--header-group-height, 116px));
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border: 0 !important;
  }

  .search-action--inline .predictive-search-dropdown {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .search-action--inline .search-bar-resmed__reset {
    display: none !important;
  }

  .header__column--center .search-action {
    width: auto;
    flex-grow: 1;
  }

  :is(.header__column--left, .header__column--center) .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--padding-lg) * -1);
    }
  }

  .header__column--right .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--gap-md) * -1) calc(var(--gap-xs) * -1);
    }
  }

  @media screen and (max-width: 1280px) {
    .search-action--inline .search-bar-resmed__results {
      position: fixed;
      inset: 52px 0 auto 0;
      width: 100vw;
      max-width: 100vw;
      overflow-x: hidden;
      max-height: calc(100dvh - 52px);
      border-radius: 0 0 24px 24px;
    }

    .search-action--inline.search-action--open::before {
      top: 52px;
    }
  }
/* END_SNIPPET:search-resmed */
/* START_SNIPPET:skip-to-content-link (INDEX:349) */
.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 */
/* START_SNIPPET:slideshow-styles (INDEX:359) */
/*
   * Slideshow Component
   */
  slideshow-component {
    --cursor: grab;
    --slide-offset: 6px;

    position: relative;
    display: flex;
    flex-direction: column;
    timeline-scope: var(--slideshow-timeline);
  }

  .slideshow--single-media {
    --cursor: default;
  }

  a slideshow-component {
    --cursor: pointer;
  }

  slideshow-component [data-placeholder='true'] * {
    cursor: grab;
  }

  /*
   * Slideshow Slides
   */
  slideshow-slides {
    width: 100%;
    position: relative;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    gap: var(--slideshow-gap, 0);
    cursor: var(--cursor);
    min-height: var(--slide-min-height);
    align-items: var(--slideshow-align-items, normal);

    @media (prefers-reduced-motion) {
      scroll-behavior: auto;
    }

    &::-webkit-scrollbar {
      width: 0;
    }

    &::-webkit-scrollbar-track {
      background: transparent;
    }

    &::-webkit-scrollbar-thumb {
      background: transparent;
      border: none;
    }

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

  .slideshow--stretch-content slideshow-slides > * {
    height: auto;
  }

  slideshow-component[disabled='true'] slideshow-slides {
    overflow: hidden;
  }

  /**
   * By default, slideshows have overflow: hidden (no compositor layer).
   * When the slideshow enters the viewport, JavaScript adds [in-viewport] which enables scrolling.
   */
  slideshow-component:not([in-viewport]) slideshow-slides {
    overflow: hidden;
  }

  slideshow-component[mobile-disabled] slideshow-slides {
    @media screen and (max-width: 749px) {
      overflow: hidden;
    }
  }

  slideshow-slides[gutters*='start'] {
    padding-inline-start: var(--gutter-slide-width, 0);
    scroll-padding-inline-start: var(--gutter-slide-width, 0);
  }

  slideshow-slides[gutters*='end'] {
    padding-inline-end: var(--gutter-slide-width, 0);
  }

  slideshow-component[dragging] {
    --cursor: grabbing;

    * {
      pointer-events: none;
    }
  }

  slideshow-component[dragging] slideshow-arrows {
    display: none;
  }

  slideshow-container {
    width: 100%;
    display: block;
    position: relative;
    grid-area: container;
    container-type: inline-size;
    background-color: var(--color-background);
  }

  /*
   * Be specific about HTML children structure to avoid targeting nested slideshows.
   * Ensure that the content is 'visible' while scrolling instead of 'auto' to avoid issues in Safari.
   */
  slideshow-component:is([dragging], [transitioning], :hover) > slideshow-container > slideshow-slides > slideshow-slide {
    content-visibility: visible;
  }

  @keyframes slide-reveal {
    0% {
      translate: calc(var(--slideshow-slide-offset, 6) * 1rem) 0;
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      translate: calc(var(--slideshow-slide-offset, 6) * -1rem) 0;
      opacity: 0;
    }
  }

  /*
   * Slideshow Slide
   */
  slideshow-slide {
    position: relative;
    scroll-snap-align: center;
    width: var(--slide-width, 100%);
    max-height: 100%;
    flex-shrink: 0;
    view-timeline-name: var(--slideshow-timeline);
    view-timeline-axis: inline;
    content-visibility: auto;
    contain-intrinsic-size: auto none;
    border-radius: var(--corner-radius, 0);
    overflow: hidden;

    slideshow-component[actioned] &,
    &[aria-hidden='false'] {
      content-visibility: visible;
    }

    slideshow-component slideshow-slide:not([aria-hidden='false']) {
      content-visibility: hidden;
    }

    &[hidden]:not([reveal]) {
      display: none;
    }

    /* Make inactive slides appear clickable */
    &[aria-hidden='true'] {
      cursor: pointer;
    }
  }

  slideshow-slide .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
    bottom: var(--padding-sm);
    right: var(--padding-sm);
  }

  slideshow-component.slideshow--content-below-media slideshow-slide {
    display: grid;
  }

  .slideshow--content-below-media slideshow-slide :is(.slide__image-container, .slide__content) {
    position: static;
  }

  .slideshow--content-below-media slideshow-slide {
    grid-template-rows: var(--grid-template-rows);

    @media screen and (min-width: 750px) {
      grid-template-rows: var(--grid-template-rows-desktop);
    }
  }
/* END_SNIPPET:slideshow-styles */
