/** Shopify CDN: Minification failed

Line 2832:20 Unexpected "{"
Line 2832:29 Expected ":"
Line 2848:20 Unexpected "{"
Line 2848:29 Expected ":"
Line 2849:20 Unexpected "{"
Line 2849:29 Expected ":"
Line 2856:20 Unexpected "{"
Line 2856:29 Expected ":"
Line 2864:20 Unexpected "{"
Line 2864:29 Expected ":"
... and 2 more hidden warnings

**/
/* START_SECTION:czen-guide-pills (INDEX:20) */
.czen-guide-pills {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: var(--cgp-padding-top) 20px var(--cgp-padding-bottom);
    background:
      radial-gradient(700px 220px at 50% 0%, color-mix(in srgb, var(--cgp-accent) 11%, transparent), transparent 72%),
      var(--cgp-bg);
    color: var(--cgp-text);
    font-family: 'DM Sans', var(--font-body--family), system-ui, sans-serif;
  }

  .czen-guide-pills::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      transparent,
      color-mix(in srgb, var(--cgp-accent) 38%, transparent),
      transparent
    );
  }

  .czen-guide-pills__inner {
    width: min(100%, var(--cgp-max-width));
    margin-inline: auto;
  }

  .czen-guide-pills__header {
    display: grid;
    justify-items: center;
    gap: 7px;
    margin: 0 auto 20px;
    text-align: center;
  }

  .czen-guide-pills__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: color-mix(in srgb, var(--cgp-accent) 76%, white);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .czen-guide-pills__signal {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cgp-accent);
    box-shadow:
      0 0 0 4px color-mix(in srgb, var(--cgp-accent) 13%, transparent),
      0 0 18px color-mix(in srgb, var(--cgp-accent) 80%, transparent);
  }

  .czen-guide-pills__heading {
    margin: 0;
    color: var(--cgp-text);
    font-size: clamp(22px, 2.3vw, 32px);
    font-weight: 780;
    letter-spacing: -.025em;
    line-height: 1.1;
  }

  .czen-guide-pills__subheading {
    max-width: 680px;
    margin: 0;
    color: var(--cgp-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .czen-guide-pills__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .czen-guide-pill {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-width: 0;
    min-height: 88px;
    padding: 15px 16px;
    overflow: hidden;
    border: 1px solid var(--cgp-border);
    border-radius: var(--cgp-radius);
    background:
      linear-gradient(
        145deg,
        color-mix(in srgb, var(--cgp-surface) 94%, white 6%),
        var(--cgp-surface)
      );
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / .07),
      0 20px 48px -36px rgb(0 0 0 / .95);
    color: var(--cgp-text);
    text-decoration: none;
    transition:
      transform .28s cubic-bezier(.16, 1, .3, 1),
      border-color .25s ease,
      background .25s ease,
      box-shadow .28s ease;
  }

  .czen-guide-pill::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
      110deg,
      transparent 24%,
      color-mix(in srgb, var(--cgp-accent) 10%, transparent) 50%,
      transparent 76%
    );
    opacity: 0;
    transform: translateX(-35%);
    transition: opacity .25s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
  }

  .czen-guide-pill:hover {
    z-index: 1;
    border-color: color-mix(in srgb, var(--cgp-accent) 52%, transparent);
    background:
      linear-gradient(
        145deg,
        color-mix(in srgb, var(--cgp-surface-hover) 91%, var(--cgp-accent) 9%),
        var(--cgp-surface-hover)
      );
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / .1),
      0 24px 54px -34px rgb(0 0 0 / .95),
      0 0 34px -24px var(--cgp-accent);
    transform: translateY(-3px);
  }

  .czen-guide-pill:hover::before {
    opacity: 1;
    transform: translateX(35%);
  }

  .czen-guide-pill:focus-visible {
    outline: 2px solid var(--cgp-accent);
    outline-offset: 3px;
  }

  .czen-guide-pill__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid color-mix(in srgb, var(--cgp-accent) 34%, transparent);
    border-radius: calc(var(--cgp-radius) - 5px);
    background: color-mix(in srgb, var(--cgp-accent) 12%, transparent);
    color: color-mix(in srgb, var(--cgp-accent) 78%, white);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .08);
  }

  .czen-guide-pill__icon svg {
    width: 23px;
    height: 23px;
  }

  .czen-guide-pill__content {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .czen-guide-pill__kicker {
    color: color-mix(in srgb, var(--cgp-accent) 70%, white);
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .czen-guide-pill__title {
    overflow: hidden;
    color: var(--cgp-text);
    font-size: 14px;
    font-weight: 750;
    letter-spacing: -.01em;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .czen-guide-pill__description {
    display: -webkit-box;
    overflow: hidden;
    color: var(--cgp-muted);
    font-size: 11px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .czen-guide-pill__arrow {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid color-mix(in srgb, var(--cgp-border) 82%, white);
    border-radius: 50%;
    color: var(--cgp-muted);
    transition:
      color .25s ease,
      border-color .25s ease,
      transform .3s cubic-bezier(.16, 1, .3, 1),
      background .25s ease;
  }

  .czen-guide-pill__arrow svg {
    width: 17px;
    height: 17px;
  }

  .czen-guide-pill:hover .czen-guide-pill__arrow {
    border-color: color-mix(in srgb, var(--cgp-accent) 52%, transparent);
    background: color-mix(in srgb, var(--cgp-accent) 13%, transparent);
    color: color-mix(in srgb, var(--cgp-accent) 74%, white);
    transform: translateX(2px);
  }

  @media screen and (max-width: 989px) {
    .czen-guide-pills {
      padding-inline: 16px;
    }

    .czen-guide-pills__track {
      display: flex;
      gap: 11px;
      width: calc(100% + 16px);
      padding: 3px 16px 12px 0;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-padding-inline: 16px;
      scroll-snap-type: inline mandatory;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .czen-guide-pills__track::-webkit-scrollbar {
      display: none;
    }

    .czen-guide-pill {
      flex: 0 0 min(82vw, 370px);
      scroll-snap-align: start;
    }
  }

  @media screen and (max-width: 520px) {
    .czen-guide-pills {
      padding-inline: 12px;
    }

    .czen-guide-pills__header {
      justify-items: start;
      margin-bottom: 18px;
      text-align: left;
    }

    .czen-guide-pills__heading {
      font-size: clamp(24px, 8vw, 32px);
      line-height: 1.08;
    }

    .czen-guide-pills__subheading {
      font-size: 13.5px;
      line-height: 1.6;
    }

    .czen-guide-pills__track {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 12px;
      width: 100%;
      padding: 0;
      overflow: visible;
      scroll-snap-type: none;
    }

    .czen-guide-pill {
      width: 100%;
      min-height: 112px;
      padding: 17px 16px;
      gap: 14px;
      grid-template-columns: auto minmax(0, 1fr) auto;
      scroll-snap-align: none;
    }

    .czen-guide-pill__icon {
      width: 48px;
      height: 48px;
      border-radius: calc(var(--cgp-radius) - 4px);
    }

    .czen-guide-pill__icon svg {
      width: 25px;
      height: 25px;
    }

    .czen-guide-pill__content {
      gap: 4px;
    }

    .czen-guide-pill__kicker {
      font-size: 9.5px;
    }

    .czen-guide-pill__title {
      overflow: visible;
      font-size: 15px;
      line-height: 1.35;
      text-overflow: clip;
      white-space: normal;
    }

    .czen-guide-pill__description {
      display: block;
      overflow: visible;
      font-size: 12px;
      line-height: 1.5;
      -webkit-line-clamp: unset;
    }

    .czen-guide-pill__arrow {
      width: 34px;
      height: 34px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .czen-guide-pill,
    .czen-guide-pill::before,
    .czen-guide-pill__arrow {
      transition: none !important;
    }
  }
/* END_SECTION:czen-guide-pills */
/* START_SECTION:product-information (INDEX:76) */
/* ============================================================
     CZEN PRODUCT — Soft Chrome premium product layout
     Explicit dark surfaces prevent light-on-light contrast issues.
     ============================================================ */
  .shopify-section:has(.product-information),
  .product-information {
    --czen-bg-start: #0c1b36;
    --czen-bg-end: #050e1e;
    --czen-accent: #3d9bff;
    --czen-accent-deep: #0b4fd6;
    --czen-ink: #e8f1ff;
    --czen-text: #e8f1ff;
    --czen-text-soft: #b8cce3;
    --czen-text-muted: #8da7c2;
    --czen-text-faint: #6f89a4;
    --czen-dark-text: #04101f;
    --czen-surface: #09182d;
    --czen-surface-2: #0d203a;
    --czen-surface-3: #102743;
    --czen-border: rgb(108 180 255 / 0.22);
    --czen-border-strong: rgb(108 180 255 / 0.46);
    --czen-radius: 18px;
    --czen-radius-sm: 12px;
    --czen-ease: cubic-bezier(.16, 1, .3, 1);
    --czen-shadow: 0 28px 70px -34px rgb(0 0 0 / 0.9);
  }

  .product-information[data-czen-theme] {
    position: relative;
    isolation: isolate;
    overflow: clip;
    min-height: 560px;
    padding: clamp(22px, 3vw, 42px) 0 clamp(42px, 6vw, 86px);
    background:
      radial-gradient(900px 520px at 12% 4%, rgb(61 155 255 / 0.15), transparent 64%),
      radial-gradient(760px 520px at 92% 12%, rgb(53 101 219 / 0.13), transparent 68%),
      linear-gradient(180deg, var(--czen-bg-start) 0%, #08172b 48%, var(--czen-bg-end) 100%);
    color: var(--czen-text);
    color-scheme: dark;
    font-family: 'DM Sans', var(--font-body--family), system-ui, sans-serif;

    /* Common Shopify color variables, scoped to this product section. */
    --color-background: #071426;
    --color-foreground: #e8f1ff;
    --color-primary: #e8f1ff;
    --color-secondary: #b8cce3;
    --color-border: rgb(108 180 255 / 0.24);
    --color-button: #3d9bff;
    --color-button-text: #ffffff;
    --color-secondary-button: #0c1d35;
    --color-secondary-button-text: #e8f1ff;
  }

  .product-information[data-czen-atmosphere='true']::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image:
      linear-gradient(rgb(101 174 255 / 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgb(101 174 255 / 0.045) 1px, transparent 1px);
    background-size: 52px 52px;
    -webkit-mask-image: radial-gradient(90% 70% at 50% 28%, #000, transparent 80%);
    mask-image: radial-gradient(90% 70% at 50% 28%, #000, transparent 80%);
  }

  .product-information[data-czen-atmosphere='true']::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 220px;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgb(2 8 18 / 0.46));
  }

  .czen-product-stage {
    position: relative;
    z-index: 1;
    width: min(100%, 1540px);
    margin-inline: auto;
  }

  .czen-product-breadcrumbs {
    width: min(calc(100% - 32px), 1420px);
    margin: 0 auto clamp(14px, 2vw, 22px);
    overflow: hidden;
    color: var(--czen-text-muted);
    font-family: 'DM Sans', var(--font-body--family), system-ui, sans-serif;
  }

  .czen-product-breadcrumbs > .czen-product-breadcrumbs__list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 7px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: none !important;
  }

  .czen-product-breadcrumbs__list::before,
  .czen-product-breadcrumbs__list::after,
  .czen-product-breadcrumbs__item::marker {
    content: none !important;
    display: none !important;
  }

  .czen-product-breadcrumbs__list > .czen-product-breadcrumbs__item {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center;
    gap: 7px;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--czen-text-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
    white-space: nowrap;
  }

  .czen-product-breadcrumbs__list > .czen-product-breadcrumbs__item:last-child {
    flex: 1 1 auto !important;
    overflow: hidden;
  }

  .czen-product-breadcrumbs__item:not(:last-child)::after {
    content: '›';
    color: color-mix(in srgb, var(--czen-accent) 66%, var(--czen-text-muted));
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
  }

  .czen-product-breadcrumbs a {
    color: #9edcff;
    text-decoration: none;
    text-underline-offset: 3px;
  }

  .czen-product-breadcrumbs a:hover {
    color: #e4d5ff;
    text-decoration: underline;
  }

  .czen-product-breadcrumbs [aria-current='page'] {
    color: #f4f8ff;
  }

  .czen-product-breadcrumbs [aria-current='page'] span {
    overflow: hidden;
    max-width: min(52vw, 440px);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .czen-product-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(calc(100% - 32px), 1420px);
    margin: 0 auto clamp(16px, 2vw, 26px);
    padding: 10px 14px;
    border: 1px solid var(--czen-border);
    border-radius: 999px;
    background: linear-gradient(180deg, rgb(13 33 59 / 0.84), rgb(6 18 35 / 0.78));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08), 0 16px 44px -30px rgb(61 155 255 / 0.8);
    color: var(--czen-text-soft);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .czen-product-kicker__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ddebfb;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .czen-product-kicker__signal {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #6ed3ff;
    box-shadow: 0 0 0 4px rgb(61 155 255 / 0.12), 0 0 18px rgb(61 155 255 / 0.9);
  }

  .czen-product-kicker__note {
    color: var(--czen-text-muted);
    font-size: 12px;
    font-weight: 600;
  }

  .czen-product-core {
    position: relative;
  }

  /* ------------------------------------------------------------
     Layout and premium surfaces
     ------------------------------------------------------------ */
  .product-information[data-czen-theme] :where(.product-information__grid, .product-information__content) {
    position: relative;
    z-index: 1;
  }

  .product-information[data-czen-theme] :where(.product-details, .product-information__details) {
    position: relative;
    border: 1px solid var(--czen-border);
    border-radius: calc(var(--czen-radius) + 4px);
    background:
      linear-gradient(145deg, rgb(17 39 68 / 0.92), rgb(6 18 34 / 0.94));
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.08),
      0 32px 80px -44px rgb(0 0 0 / 0.95),
      0 0 50px -34px rgb(61 155 255 / 0.75);
    color: var(--czen-text);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .product-information[data-czen-theme] .product-details {
    padding: clamp(20px, 2.8vw, 38px);
  }

  .product-information[data-czen-theme] :where(media-gallery, .product-media-gallery) {
    position: relative;
    display: block;
    padding: clamp(10px, 1.5vw, 18px);
    border: 1px solid var(--czen-border);
    border-radius: calc(var(--czen-radius) + 6px);
    background:
      radial-gradient(100% 90% at 50% 0%, rgb(61 155 255 / 0.1), transparent 65%),
      linear-gradient(145deg, rgb(14 32 57 / 0.84), rgb(5 15 29 / 0.9));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.07), var(--czen-shadow);
    color: var(--czen-text);
  }

  .product-information[data-czen-theme] :where(.product-media-container, .product-media, media-gallery img, media-gallery video, media-gallery model-viewer) {
    border-radius: var(--czen-radius);
  }

  .product-information[data-czen-theme] :where(media-gallery img, media-gallery video, media-gallery model-viewer) {
    background: #08172b;
    box-shadow: 0 22px 54px -30px rgb(0 0 0 / 0.92);
  }

  .product-information[data-czen-theme] media-gallery img {
    transition: transform .55s var(--czen-ease), filter .4s ease;
  }

  .product-information[data-czen-theme] media-gallery img:hover {
    transform: scale(1.008);
    filter: saturate(1.04) contrast(1.02);
  }

  .product-information[data-czen-theme] :where(.product-media--thumbnail, .thumbnail, .thumbnail-list__item img) {
    overflow: hidden;
    border: 1px solid var(--czen-border) !important;
    border-radius: var(--czen-radius-sm) !important;
    background: #0a1a30 !important;
    opacity: .76;
    transition: opacity .25s ease, transform .3s var(--czen-ease), border-color .25s ease, box-shadow .25s ease;
  }

  .product-information[data-czen-theme] :where(.thumbnail-list__item[aria-current='true'] img, .thumbnail[aria-current='true'], .product-media--thumbnail:hover, .thumbnail:hover) {
    border-color: var(--czen-border-strong) !important;
    box-shadow: 0 0 0 2px rgb(61 155 255 / 0.12), 0 12px 28px -18px rgb(61 155 255 / 0.9);
    opacity: 1;
    transform: translateY(-1px);
  }

  /* ------------------------------------------------------------
     Global contrast guard — removes accidental white surfaces
     ------------------------------------------------------------ */
  .product-information[data-czen-theme] :where(
    .product-details__block,
    .group-block,
    .product-form,
    .product-form__input,
    .buy-buttons-block,
    .product-form__buttons,
    .pickup-availability,
    .quantity-popover__info,
    .product-form__error-message-wrapper,
    .accordion,
    details,
    .share-button__fallback,
    .product-popup-modal__content,
    .product-model__dialog,
    .recipient-form,
    .localization-form__select
  ) {
    color: var(--czen-text);
  }

  .product-information[data-czen-theme] :where(
    .product-details__block,
    .group-block,
    .product-form,
    .product-form__input,
    .buy-buttons-block,
    .product-form__buttons
  ) {
    background-color: transparent !important;
  }

  .product-information[data-czen-theme] :where(
    .pickup-availability,
    .quantity-popover__info,
    .product-form__error-message-wrapper,
    .share-button__fallback,
    .product-popup-modal__content,
    .product-model__dialog,
    .recipient-form
  ) {
    border: 1px solid var(--czen-border) !important;
    background: #091a30 !important;
    box-shadow: 0 20px 55px -30px rgb(0 0 0 / 0.9);
  }

  .product-information[data-czen-theme] [class*='color-']:not(.button):not(button) {
    --color-background: #09182d;
    --color-foreground: #e8f1ff;
    --color-primary: #e8f1ff;
    --color-secondary: #b8cce3;
    color: inherit;
  }

  /* ------------------------------------------------------------
     Typography and product information
     ------------------------------------------------------------ */
  .product-information[data-czen-theme] :where(.product-title, h1) {
    margin-block: 0;
    color: #ffffff !important;
    font-family: 'DM Sans', var(--font-heading--family), system-ui, sans-serif;
    font-size: clamp(30px, 3.4vw, 52px);
    font-weight: 780;
    letter-spacing: -.035em;
    line-height: 1.03;
    text-wrap: balance;
    text-shadow: 0 14px 42px rgb(0 0 0 / 0.28);
  }

  .product-information[data-czen-theme] :where(h2, h3, h4, h5, h6, legend, label) {
    color: var(--czen-text) !important;
  }

  .product-information[data-czen-theme] :where(p, li, dd, .rte, .product-details, .product-subtitle, .caption, .text-block) {
    color: var(--czen-text-soft);
  }

  .product-information[data-czen-theme] :where(.rte, .product-description) {
    line-height: 1.72;
  }

  .product-information[data-czen-theme] :where(.rte strong, .rte b, strong, b) {
    color: #f5f9ff;
  }

  .product-information[data-czen-theme] a:not(.button) {
    color: #79beff;
    text-decoration-color: rgb(121 190 255 / 0.42);
    text-underline-offset: 3px;
  }

  .product-information[data-czen-theme] a:not(.button):hover {
    color: #b5dcff;
    text-decoration-color: currentColor;
  }

  .product-information[data-czen-theme] :where(.vendor, .product-vendor, .sku, .product-sku, .caption-with-letter-spacing) {
    color: var(--czen-text-muted) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  /* Price hierarchy */
  .product-information[data-czen-theme] :where(.price, .price-list, .price-item, .money) {
    color: #ffffff;
  }

  .product-information[data-czen-theme] :where(.price, .price-list) {
    font-weight: 760;
    letter-spacing: -.025em;
  }

  .product-information[data-czen-theme] :where(.price--on-sale .price-item--sale, .price__sale, .price-item--sale) {
    color: #70c3ff !important;
  }

  .product-information[data-czen-theme] :where(.compare-at-price, .price-item--regular s, s) {
    color: var(--czen-text-faint) !important;
    text-decoration-color: rgb(141 167 194 / 0.65);
  }

  .product-information[data-czen-theme] :where(.badge, .product-badge, .price__badge-sale, .price__badge-sold-out) {
    border: 1px solid rgb(98 183 255 / 0.3);
    border-radius: 999px;
    background: rgb(61 155 255 / 0.13);
    color: #dff1ff !important;
    font-weight: 700;
  }

  /* ------------------------------------------------------------
     Form controls, variants and quantity
     ------------------------------------------------------------ */
  .product-information[data-czen-theme] :where(
    input:not([type='checkbox']):not([type='radio']):not([type='hidden']),
    textarea,
    select,
    .select__select,
    .quantity-selector,
    .quantity,
    .quantity__input
  ) {
    border: 1px solid var(--czen-border) !important;
    border-radius: var(--czen-radius-sm) !important;
    background: #07172b !important;
    color: var(--czen-text) !important;
    -webkit-text-fill-color: var(--czen-text);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.035);
  }

  .product-information[data-czen-theme] :where(input, textarea)::placeholder {
    color: var(--czen-text-faint) !important;
    opacity: 1;
  }

  .product-information[data-czen-theme] select option {
    background: #07172b;
    color: #e8f1ff;
  }

  .product-information[data-czen-theme] :where(.quantity-selector button, .quantity__button, .select__select + svg) {
    color: var(--czen-text-soft) !important;
  }

  .product-information[data-czen-theme] :where(.quantity-selector button:hover, .quantity__button:hover) {
    color: #8dceff !important;
  }

  .product-information[data-czen-theme] :where(
    .variant-option__button-label,
    .variant-option label,
    .product-form__input label,
    .swatch-input__label
  ) {
    border: 1px solid var(--czen-border) !important;
    border-radius: var(--czen-radius-sm) !important;
    background: #0a1a30 !important;
    color: var(--czen-text-soft) !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.035);
    transition: transform .24s var(--czen-ease), border-color .24s ease, background .24s ease, color .24s ease, box-shadow .24s ease;
  }

  .product-information[data-czen-theme] :where(
    .variant-option__button-label:hover,
    .variant-option label:hover,
    .product-form__input label:hover,
    .swatch-input__label:hover
  ) {
    transform: translateY(-1px);
    border-color: var(--czen-border-strong) !important;
    background: #102642 !important;
    color: #ffffff !important;
  }

  .product-information[data-czen-theme] :where(
    input:checked + .variant-option__button-label,
    input:checked + label,
    .swatch-input__input:checked + .swatch-input__label
  ) {
    border-color: #58adff !important;
    background: linear-gradient(180deg, rgb(61 155 255 / 0.24), rgb(61 155 255 / 0.12)) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 2px rgb(61 155 255 / 0.1), 0 14px 30px -20px rgb(61 155 255 / 0.9);
  }

  .product-information[data-czen-theme] :where(.variant-option__button-label[aria-disabled='true'], input:disabled + label) {
    background: #081526 !important;
    color: #61778d !important;
    opacity: .72;
  }

  /* ------------------------------------------------------------
     Buttons — explicit foreground/background pairings
     ------------------------------------------------------------ */
  .product-information[data-czen-theme] :where(.button, button, .shopify-payment-button__button) {
    font-family: 'DM Sans', system-ui, sans-serif;
  }

  .product-information[data-czen-theme] :where(.add-to-cart-button, .product-form__submit, .shopify-payment-button__button--unbranded) {
    position: relative;
    overflow: hidden;
    min-height: 52px;
    border: 1px solid rgb(144 211 255 / 0.34) !important;
    border-radius: var(--czen-radius-sm) !important;
    background: linear-gradient(135deg, #4da8ff 0%, #176fd6 56%, #0b4fb8 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.25), 0 18px 36px -20px rgb(61 155 255 / 0.95);
    font-weight: 750;
    letter-spacing: .005em;
    transition: transform .25s var(--czen-ease), box-shadow .3s ease, filter .3s ease;
  }

  .product-information[data-czen-theme] :where(.add-to-cart-button, .product-form__submit)::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 34%, rgb(255 255 255 / 0.28) 50%, transparent 66%);
    transform: translateX(-125%);
  }

  .product-information[data-czen-theme] :where(.add-to-cart-button:hover, .product-form__submit:hover, .shopify-payment-button__button--unbranded:hover) {
    transform: translateY(-2px);
    filter: brightness(1.06);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.28), 0 24px 46px -20px rgb(61 155 255 / 1);
  }

  .product-information[data-czen-theme] :where(.add-to-cart-button:hover, .product-form__submit:hover)::after {
    transform: translateX(125%);
    transition: transform .85s var(--czen-ease);
  }

  .product-information[data-czen-theme] :where(.add-to-cart-button[disabled], .product-form__submit[disabled], button[disabled]) {
    border-color: rgb(125 151 179 / 0.17) !important;
    background: #122036 !important;
    color: #71869d !important;
    -webkit-text-fill-color: #71869d;
    box-shadow: none;
    filter: none;
    cursor: not-allowed;
  }

  .product-information[data-czen-theme] :where(.button--secondary, .button-secondary, .shopify-payment-button__more-options) {
    border: 1px solid var(--czen-border-strong) !important;
    border-radius: var(--czen-radius-sm) !important;
    background: #0b1d35 !important;
    color: #dcecff !important;
    -webkit-text-fill-color: #dcecff;
    text-decoration: none;
  }

  .product-information[data-czen-theme] :where(.button--secondary:hover, .button-secondary:hover, .shopify-payment-button__more-options:hover) {
    border-color: #59afff !important;
    background: #112946 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
  }

  /* Branded wallet buttons control their own accessible colours. */
  .product-information[data-czen-theme] .shopify-payment-button__button--branded {
    overflow: hidden;
    border: 1px solid var(--czen-border) !important;
    border-radius: var(--czen-radius-sm) !important;
    background: #ffffff !important;
  }

  /* ------------------------------------------------------------
     Simplified one-item purchase controls
     ------------------------------------------------------------ */
  .product-information[data-czen-theme] :where(
    .product-form__quantity,
    .quantity-selector,
    .quantity-popover-container,
    .quantity-popover,
    quantity-selector,
    [data-quantity-selector]
  ) {
    display: none !important;
  }

  .product-information[data-czen-theme] :where(
    .shopify-payment-button,
    .shopify-payment-button__button,
    .shopify-payment-button__more-options,
    shopify-accelerated-checkout,
    shopify-accelerated-checkout-cart
  ) {
    display: none !important;
  }

  .product-information[data-czen-theme] :where(
    .product-form__buttons,
    .buy-buttons-block
  ) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
    width: 100%;
  }

  .product-information[data-czen-theme] :where(
    .product-form__buttons > *,
    .buy-buttons-block > *
  ) {
    width: 100%;
    min-width: 0;
  }

  .product-information[data-czen-theme] :where(
    .product-form__submit,
    button[name='add']
  ) {
    min-height: 50px;
    border-color: var(--czen-border-strong) !important;
    background: linear-gradient(180deg, #102a49, #0a1d35) !important;
    color: #eaf5ff !important;
    -webkit-text-fill-color: #eaf5ff;
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.08),
      0 16px 34px -26px rgb(0 0 0 / 0.92);
  }

  .product-information[data-czen-theme] :where(
    .product-form__submit:hover,
    button[name='add']:hover
  ) {
    border-color: #65b8ff !important;
    background: linear-gradient(180deg, #17395e, #0d2846) !important;
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.11),
      0 20px 40px -24px rgb(61 155 255 / 0.72);
  }

  .product-information[data-czen-theme] .czen-buy-now-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    min-height: 56px;
    width: 100%;
    border: 1px solid rgb(164 222 255 / 0.44) !important;
    border-radius: var(--czen-radius-sm) !important;
    background:
      linear-gradient(105deg, transparent 30%, rgb(255 255 255 / 0.18) 50%, transparent 70%),
      linear-gradient(135deg, #58b5ff 0%, #1677df 52%, #084db5 100%) !important;
    background-position: -180% 0, 0 0 !important;
    background-size: 58% 100%, 100% 100% !important;
    background-repeat: no-repeat !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.3),
      0 22px 44px -20px rgb(61 155 255 / 0.95);
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 15px;
    font-weight: 780;
    letter-spacing: .01em;
    text-decoration: none;
    transition:
      transform .25s var(--czen-ease),
      box-shadow .3s ease,
      filter .3s ease,
      background-position .8s var(--czen-ease);
  }

  .product-information[data-czen-theme] .czen-buy-now-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
    background-position: 180% 0, 0 0 !important;
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.34),
      0 28px 52px -20px rgb(61 155 255 / 1);
  }

  .product-information[data-czen-theme] .czen-buy-now-button:active {
    transform: translateY(0);
  }

  .product-information[data-czen-theme] .czen-buy-now-button:disabled {
    border-color: rgb(120 146 172 / 0.16) !important;
    background: #122036 !important;
    color: #71869d !important;
    -webkit-text-fill-color: #71869d;
    box-shadow: none;
    filter: none;
    cursor: not-allowed;
    transform: none;
  }

  .product-information[data-czen-theme] .czen-buy-now-button__icon {
    display: inline-grid;
    place-items: center;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
  }

  .product-information[data-czen-theme] .czen-buy-now-button__icon svg {
    width: 100%;
    height: 100%;
  }

  /* ------------------------------------------------------------
     Accordions, rich text, tables and utility content
     ------------------------------------------------------------ */
  .product-information[data-czen-theme] :where(details, .accordion) {
    overflow: hidden;
    border: 1px solid var(--czen-border) !important;
    border-radius: var(--czen-radius-sm) !important;
    background: linear-gradient(180deg, #0c2039, #08182d) !important;
    color: var(--czen-text) !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.035);
  }

  .product-information[data-czen-theme] :where(details summary, .accordion__toggle, .accordion__summary) {
    color: #eef7ff !important;
    font-weight: 700;
    transition: background .25s ease, color .25s ease;
  }

  .product-information[data-czen-theme] :where(details summary:hover, .accordion__toggle:hover, .accordion__summary:hover) {
    background: #102943 !important;
    color: #ffffff !important;
  }

  .product-information[data-czen-theme] details[open] summary {
    border-bottom: 1px solid var(--czen-border);
    background: rgb(61 155 255 / 0.08) !important;
  }

  .product-information[data-czen-theme] :where(table, pre, code, blockquote) {
    color: var(--czen-text-soft);
  }

  .product-information[data-czen-theme] table {
    overflow: hidden;
    border: 1px solid var(--czen-border);
    border-radius: var(--czen-radius-sm);
    background: #08182c;
  }

  .product-information[data-czen-theme] :where(th, td) {
    border-color: var(--czen-border) !important;
    background: transparent !important;
    color: var(--czen-text-soft) !important;
  }

  .product-information[data-czen-theme] th {
    background: #10243f !important;
    color: #ffffff !important;
  }

  .product-information[data-czen-theme] :where(pre, code) {
    border: 1px solid var(--czen-border);
    border-radius: 8px;
    background: #061323 !important;
  }

  .product-information[data-czen-theme] hr,
  .product-information[data-czen-theme] .divider {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--czen-border-strong), transparent);
  }

  .product-information[data-czen-theme] :focus-visible {
    outline: 2px solid #69b9ff !important;
    outline-offset: 3px;
  }

  /* ------------------------------------------------------------
     Benefits strip
     ------------------------------------------------------------ */
  .czen-product-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: min(calc(100% - 32px), 1420px);
    margin: clamp(18px, 2.6vw, 32px) auto 0;
  }

  .czen-product-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 15px 16px;
    border: 1px solid var(--czen-border);
    border-radius: 15px;
    background: linear-gradient(145deg, rgb(14 34 60 / 0.88), rgb(6 18 34 / 0.88));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.055), 0 18px 44px -34px rgb(0 0 0 / 0.9);
    color: var(--czen-text);
  }

  .czen-product-benefit__icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 1px solid rgb(105 186 255 / 0.31);
    border-radius: 12px;
    background: rgb(61 155 255 / 0.11);
    color: #76c4ff;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08), 0 0 26px -14px rgb(61 155 255 / 0.9);
  }

  .czen-product-benefit__icon svg {
    width: 20px;
    height: 20px;
  }

  .czen-product-benefit > span:last-child {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .czen-product-benefit strong {
    color: #f5f9ff;
    font-size: 13px;
    line-height: 1.25;
  }

  .czen-product-benefit small {
    color: var(--czen-text-muted);
    font-size: 11px;
    line-height: 1.35;
  }

  /* ============================================================
     Sticky add-to-cart
     ============================================================ */
  .sticky-add-to-cart__bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: calc(var(--layer-sticky) - 1);
    display: flex;
    align-items: center;
    gap: var(--gap-md);
    width: min(680px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid rgb(103 184 255 / 0.32);
    border-radius: 18px;
    background: linear-gradient(145deg, rgb(13 32 56 / 0.96), rgb(5 15 29 / 0.97));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1), 0 26px 70px -26px rgb(0 0 0 / 0.95), 0 0 44px -30px rgb(61 155 255 / 0.9);
    color: #e8f1ff;
    font-family: 'DM Sans', system-ui, sans-serif;
    opacity: 0;
    transform: translateX(-50%) translateY(calc(100% + 42px));
    backdrop-filter: blur(22px) saturate(170%);
    -webkit-backdrop-filter: blur(22px) saturate(170%);
  }

  @media (prefers-reduced-motion: no-preference) {
    .sticky-add-to-cart__bar {
      transition: transform .45s var(--czen-ease), opacity .35s ease, display .35s allow-discrete;
    }
  }

  .sticky-add-to-cart__bar[data-stuck='true'] {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  sticky-add-to-cart:not([data-variant-available='true']) .sticky-add-to-cart__bar {
    display: none;
    opacity: 0;
  }

  .sticky-add-to-cart__image {
    flex: 0 0 auto;
    width: var(--height-buy-buttons);
    height: var(--height-buy-buttons);
    overflow: hidden;
    border: 1px solid rgb(103 184 255 / 0.26);
    border-radius: 12px;
    background: #08172a;
  }

  .sticky-add-to-cart__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sticky-add-to-cart__info {
    flex: 1;
    min-width: 0;
  }

  .sticky-add-to-cart__info[data-has-image='false'] {
    padding-left: 8px;
  }

  .sticky-add-to-cart__title,
  .sticky-add-to-cart__price,
  .sticky-add-to-cart__price :where(.price, .money) {
    color: #ffffff !important;
  }

  .sticky-add-to-cart__title {
    margin: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: var(--font-paragraph-medium--size);
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sticky-add-to-cart__variant {
    margin-top: 2px;
    overflow: hidden;
    color: #91abc5;
    font-size: var(--font-paragraph-small--size);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sticky-add-to-cart__price {
    font-weight: 750;
  }

  .sticky-add-to-cart__button {
    min-height: var(--height-buy-buttons);
    border: 1px solid rgb(152 216 255 / 0.34) !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #4da8ff, #0d5fc9) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.24), 0 14px 30px -18px rgb(61 155 255 / 0.95);
    font-weight: 750;
    transition: transform .24s var(--czen-ease), box-shadow .28s ease;
  }

  .sticky-add-to-cart__button:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.26), 0 20px 38px -17px rgb(61 155 255 / 1);
  }

  .sticky-add-to-cart__button[disabled] {
    border-color: rgb(120 146 172 / 0.16) !important;
    background: #122036 !important;
    color: #71869d !important;
    -webkit-text-fill-color: #71869d;
    box-shadow: none;
  }


  /* ============================================================
     CZEN PRODUCT — Premium visual refinement
     Adds stronger hierarchy, depth and responsive polish without
     changing product logic, JSON-LD or section settings.
     ============================================================ */
  .product-information[data-czen-theme] {
    --czen-panel: rgb(7 20 38 / 0.82);
    --czen-panel-strong: rgb(8 24 45 / 0.94);
    --czen-line: linear-gradient(90deg, transparent, color-mix(in srgb, var(--czen-accent) 72%, white), transparent);
    --czen-glow-soft: 0 0 60px -22px color-mix(in srgb, var(--czen-accent) 68%, transparent);
    padding-top: clamp(24px, 4vw, 58px);
  }

  .product-information[data-czen-theme] .czen-product-stage {
    padding-inline: clamp(12px, 2vw, 24px);
  }

  .product-information[data-czen-theme] .czen-product-stage::before {
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    width: min(74vw, 920px);
    height: 1px;
    pointer-events: none;
    background: var(--czen-line);
    opacity: .72;
    transform: translateX(-50%);
  }

  .product-information[data-czen-theme] .czen-product-core {
    position: relative;
    width: min(100%, 1450px);
    margin-inline: auto;
    padding: clamp(10px, 1.5vw, 18px);
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--czen-accent) 24%, transparent);
    border-radius: clamp(22px, 2.2vw, 34px);
    background:
      linear-gradient(145deg, rgb(255 255 255 / .055), transparent 32%),
      linear-gradient(135deg, rgb(10 29 53 / .74), rgb(4 13 26 / .84));
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / .09),
      0 42px 110px -58px rgb(0 0 0 / .98),
      0 0 80px -55px color-mix(in srgb, var(--czen-accent) 68%, transparent);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .product-information[data-czen-theme] .czen-product-core::before,
  .product-information[data-czen-theme] .czen-product-core::after {
    content: '';
    position: absolute;
    pointer-events: none;
  }

  .product-information[data-czen-theme] .czen-product-core::before {
    top: -150px;
    right: -120px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--czen-accent) 18%, transparent), transparent 68%);
    filter: blur(8px);
  }

  .product-information[data-czen-theme] .czen-product-core::after {
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(110deg, transparent 18%, rgb(255 255 255 / .025) 48%, transparent 72%);
    opacity: .72;
  }

  .product-information[data-czen-theme] .czen-product-core > * {
    position: relative;
    z-index: 1;
  }

  .product-information[data-czen-theme] :where(.product-information__grid, .product-information__content) {
    gap: clamp(24px, 4.2vw, 68px) !important;
    align-items: start;
  }

  .product-information[data-czen-theme] :where(media-gallery, .product-media-gallery) {
    overflow: hidden;
    border-color: color-mix(in srgb, var(--czen-accent) 31%, transparent);
    background:
      radial-gradient(85% 70% at 50% 12%, color-mix(in srgb, var(--czen-accent) 18%, transparent), transparent 68%),
      linear-gradient(155deg, rgb(16 39 68 / .96), rgb(4 14 28 / .98));
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / .1),
      inset 0 0 0 1px rgb(255 255 255 / .018),
      0 36px 80px -42px rgb(0 0 0 / .96),
      var(--czen-glow-soft);
  }

  .product-information[data-czen-theme] :where(media-gallery, .product-media-gallery)::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    z-index: 3;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 8%, rgb(158 219 255 / .8), transparent 92%);
    opacity: .66;
  }

  .product-information[data-czen-theme] :where(.product-media-container, .product-media) {
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--czen-accent) 12%, transparent), transparent 56%),
      #071426;
  }

  .product-information[data-czen-theme] media-gallery img {
    filter: saturate(1.03) contrast(1.02);
  }

  .product-information[data-czen-theme] :where(.thumbnail-list, .product-media-gallery__thumbnails) {
    gap: 9px !important;
    padding-top: 10px;
  }

  .product-information[data-czen-theme] :where(.product-details, .product-information__details) {
    overflow: hidden;
    border-color: color-mix(in srgb, var(--czen-accent) 30%, transparent);
    background:
      linear-gradient(155deg, rgb(20 44 75 / .94), rgb(5 17 32 / .97) 52%, rgb(4 13 26 / .98));
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / .1),
      inset 0 0 0 1px rgb(255 255 255 / .014),
      0 38px 88px -48px rgb(0 0 0 / .98),
      0 0 60px -46px color-mix(in srgb, var(--czen-accent) 62%, transparent);
  }

  .product-information[data-czen-theme] :where(.product-details, .product-information__details)::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--czen-accent) 86%, #bfe8ff), transparent);
    opacity: .9;
  }

  .product-information[data-czen-theme] .product-details::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 260px;
    height: 260px;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--czen-accent) 13%, transparent), transparent 70%);
  }

  .product-information[data-czen-theme] .product-details > * {
    position: relative;
    z-index: 1;
  }

  .product-information[data-czen-theme] :where(.product-title, h1) {
    max-width: 17ch;
    font-size: clamp(34px, 3.8vw, 58px);
    line-height: .99;
    letter-spacing: -.045em;
  }

  .product-information[data-czen-theme] :where(.product-title, h1)::after {
    content: '';
    display: block;
    width: clamp(58px, 8vw, 94px);
    height: 3px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--czen-accent), color-mix(in srgb, var(--czen-accent) 34%, white), transparent);
    box-shadow: 0 0 22px color-mix(in srgb, var(--czen-accent) 55%, transparent);
  }

  .product-information[data-czen-theme] :where(.price, .price-list) {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    width: fit-content;
    margin-block: 4px 2px;
    padding: 10px 14px;
    border: 1px solid color-mix(in srgb, var(--czen-accent) 28%, transparent);
    border-radius: 13px;
    background: linear-gradient(180deg, rgb(61 155 255 / .12), rgb(61 155 255 / .055));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .08);
  }

  .product-information[data-czen-theme] :where(.price-item, .money) {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 800;
  }

  .product-information[data-czen-theme] :where(.product-description, .rte) {
    position: relative;
  }

  .product-information[data-czen-theme] .product-description {
    padding: 15px 16px;
    border-left: 3px solid color-mix(in srgb, var(--czen-accent) 72%, white);
    border-radius: 0 13px 13px 0;
    background: linear-gradient(90deg, rgb(61 155 255 / .09), transparent 84%);
  }

  .product-information[data-czen-theme] :where(.product-form, form[action*='/cart/add']) {
    position: relative;
  }

  .product-information[data-czen-theme] form[action*='/cart/add'] {
    margin-top: 6px;
    padding: clamp(13px, 1.6vw, 18px);
    border: 1px solid color-mix(in srgb, var(--czen-accent) 28%, transparent);
    border-radius: 17px;
    background:
      linear-gradient(145deg, rgb(61 155 255 / .1), transparent 42%),
      rgb(5 17 33 / .72);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .065), 0 24px 54px -40px rgb(0 0 0 / .96);
  }

  .product-information[data-czen-theme] form[action*='/cart/add']::before {
    content: 'Secure digital checkout';
    display: block;
    margin-bottom: 12px;
    color: color-mix(in srgb, var(--czen-accent) 62%, white);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .product-information[data-czen-theme] :where(fieldset, .product-form__input) {
    padding: 0;
    border: 0;
  }

  .product-information[data-czen-theme] :where(.product-form__input legend, .product-form__input > label) {
    margin-bottom: 9px;
    color: #f3f8ff !important;
    font-size: 12px;
    font-weight: 760;
    letter-spacing: .03em;
  }

  .product-information[data-czen-theme] :where(.product-form__buttons, .buy-buttons-block) {
    gap: 10px;
  }

  .product-information[data-czen-theme] :where(.product-form__submit, button[name='add']) {
    min-height: 54px;
    border-radius: 13px !important;
    font-size: 14px;
    letter-spacing: .015em;
  }

  .product-information[data-czen-theme] .czen-buy-now-button {
    min-height: 60px;
    border-radius: 14px !important;
    font-size: 16px;
  }

  .product-information[data-czen-theme] :where(details, .accordion) {
    border-color: color-mix(in srgb, var(--czen-accent) 24%, transparent) !important;
    background: linear-gradient(180deg, rgb(12 32 57 / .94), rgb(5 17 32 / .96)) !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .045), 0 18px 42px -36px rgb(0 0 0 / .96);
    transition: border-color .25s ease, transform .25s var(--czen-ease), box-shadow .25s ease;
  }

  .product-information[data-czen-theme] :where(details:hover, .accordion:hover) {
    border-color: color-mix(in srgb, var(--czen-accent) 46%, transparent) !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .065), 0 22px 48px -34px rgb(0 0 0 / .98);
    transform: translateY(-1px);
  }

  .product-information[data-czen-theme] :where(details summary, .accordion__toggle, .accordion__summary) {
    min-height: 54px;
    padding-inline: 16px;
  }

  .czen-product-benefits {
    gap: 14px;
    margin-top: clamp(22px, 3vw, 38px);
  }

  .czen-product-benefit {
    position: relative;
    overflow: hidden;
    min-height: 86px;
    padding: 17px 18px;
    border-color: color-mix(in srgb, var(--czen-accent) 24%, transparent);
    background:
      linear-gradient(145deg, rgb(255 255 255 / .045), transparent 38%),
      linear-gradient(145deg, rgb(15 37 65 / .94), rgb(5 17 32 / .95));
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / .075),
      0 24px 56px -42px rgb(0 0 0 / .98);
    transition: transform .28s var(--czen-ease), border-color .24s ease, box-shadow .28s ease;
  }

  .czen-product-benefit::after {
    content: '';
    position: absolute;
    right: -35px;
    bottom: -48px;
    width: 110px;
    height: 110px;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--czen-accent) 14%, transparent), transparent 70%);
  }

  .czen-product-benefit:hover {
    border-color: color-mix(in srgb, var(--czen-accent) 46%, transparent);
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / .09),
      0 28px 62px -42px rgb(0 0 0 / .98),
      0 0 34px -27px color-mix(in srgb, var(--czen-accent) 70%, transparent);
    transform: translateY(-3px);
  }

  .czen-product-benefit__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-color: color-mix(in srgb, var(--czen-accent) 42%, transparent);
    background: linear-gradient(145deg, color-mix(in srgb, var(--czen-accent) 22%, transparent), rgb(61 155 255 / .07));
  }

  .czen-product-benefit strong {
    font-size: 14px;
  }

  .sticky-add-to-cart__bar {
    border-color: color-mix(in srgb, var(--czen-accent) 42%, transparent);
    background:
      linear-gradient(145deg, rgb(255 255 255 / .055), transparent 30%),
      linear-gradient(145deg, rgb(13 34 60 / .98), rgb(4 14 28 / .99));
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / .12),
      0 34px 90px -34px rgb(0 0 0 / .98),
      0 0 58px -36px color-mix(in srgb, var(--czen-accent) 74%, transparent);
  }

  @media screen and (min-width: 990px) {
    .product-information[data-czen-theme] :where(media-gallery, .product-media-gallery) {
      position: sticky;
      top: clamp(16px, 3vw, 36px);
    }

    .product-information[data-czen-theme] .product-details {
      padding: clamp(28px, 3vw, 44px);
    }
  }

  @media screen and (max-width: 989px) {
    .product-information[data-czen-theme] .czen-product-core {
      padding: 10px;
      border-radius: 24px;
    }

    .product-information[data-czen-theme] :where(.product-title, h1) {
      max-width: none;
    }
  }

  @media screen and (max-width: 749px) {
    .product-information[data-czen-theme] {
      padding-top: 16px;
    }

    .product-information[data-czen-theme] .czen-product-stage {
      padding-inline: 10px;
    }

    .product-information[data-czen-theme] .czen-product-core {
      padding: 7px;
      border-radius: 20px;
    }

    .product-information[data-czen-theme] :where(.product-title, h1) {
      font-size: clamp(31px, 10vw, 44px);
      line-height: 1.02;
    }

    .product-information[data-czen-theme] :where(.product-title, h1)::after {
      margin-top: 12px;
    }

    .product-information[data-czen-theme] :where(.price, .price-list) {
      padding: 8px 11px;
    }

    .product-information[data-czen-theme] form[action*='/cart/add'] {
      padding: 12px;
    }

    .czen-product-benefits {
      width: min(calc(100% - 20px), 1420px);
      gap: 10px;
    }

    .czen-product-benefit {
      min-height: 78px;
    }
  }

  /* ------------------------------------------------------------
     Responsive tuning
     ------------------------------------------------------------ */
  @media screen and (max-width: 989px) {
    .product-information[data-czen-theme] {
      padding-top: 18px;
    }

    .product-information[data-czen-theme] .product-details {
      padding: clamp(18px, 4vw, 28px);
    }

    .czen-product-benefits {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (max-width: 749px) {
    .czen-product-breadcrumbs {
      width: min(calc(100% - 20px), 1420px);
      margin-bottom: 12px;
    }

    .czen-product-breadcrumbs__item {
      font-size: 11px;
    }

    .czen-product-breadcrumbs [aria-current='page'] span {
      display: block;
      max-width: none;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .product-information[data-czen-theme] .czen-buy-now-button {
      min-height: 54px;
      font-size: 14px;
    }

    .czen-product-kicker {
      align-items: flex-start;
      border-radius: 14px;
    }

    .czen-product-kicker__note {
      display: none;
    }

    .product-information[data-czen-theme] :where(media-gallery, .product-media-gallery) {
      padding: 8px;
      border-radius: 18px;
    }

    .product-information[data-czen-theme] .product-details {
      border-radius: 18px;
    }

    .czen-product-benefit {
      padding: 13px 14px;
    }

    .sticky-add-to-cart__bar {
      bottom: 0;
      width: 100%;
      max-width: none;
      border-right: 0;
      border-bottom: 0;
      border-left: 0;
      border-radius: 0;
    }

    .sticky-add-to-cart__bar .add-to-cart-text__content {
      display: none;
    }

    .sticky-add-to-cart__button {
      width: var(--height-buy-buttons);
      padding-inline: var(--padding-lg);
    }

    sticky-add-to-cart:not([data-variant-available='true']) .add-to-cart-text__content {
      display: initial;
    }

    sticky-add-to-cart:not([data-variant-available='true']) .sticky-add-to-cart__button {
      width: auto;
    }
  }

  @media screen and (max-width: 389px) {
    .sticky-add-to-cart__bar .compare-at-price,
    .sticky-add-to-cart__title {
      display: none;
    }

    .sticky-add-to-cart__info[data-singleton='true'] .sticky-add-to-cart__title,
    .sticky-add-to-cart__info[data-single-option='true'] .sticky-add-to-cart__title {
      display: block;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .product-information[data-czen-theme] *,
    .sticky-add-to-cart__bar,
    .sticky-add-to-cart__button {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
    }
  }

  /* ========================================================================
     CZEN PRODUCT V4 — rainbow prism commerce stage
     Presentation-only overrides. Product JSON-LD, Liquid content blocks,
     sticky-cart markup and all purchase/variant JavaScript remain unchanged.
     ======================================================================== */

  .product-information[data-czen-theme] {
    --czen-prism-cyan: #55d8ff;
    --czen-prism-blue: #3d9bff;
    --czen-prism-violet: #7b61ff;
    --czen-prism-purple: #a855f7;
    --czen-prism-magenta: #ec4899;
    --czen-prism-gold: #ffd166;
    --czen-prism-spectrum: linear-gradient(
      90deg,
      var(--czen-prism-cyan) 0%,
      var(--czen-prism-blue) 22%,
      var(--czen-prism-violet) 44%,
      var(--czen-prism-purple) 62%,
      var(--czen-prism-magenta) 82%,
      var(--czen-prism-gold) 100%
    );
    --czen-prism-spectrum-soft: linear-gradient(
      110deg,
      rgba(85,216,255,.20),
      rgba(61,155,255,.10) 27%,
      rgba(123,97,255,.14) 50%,
      rgba(168,85,247,.13) 70%,
      rgba(236,72,153,.12)
    );
    overflow: hidden;
    padding-top: clamp(28px, 4.8vw, 70px);
    background:
      radial-gradient(880px 540px at -5% 8%, rgba(85,216,255,.20), transparent 66%),
      radial-gradient(820px 520px at 102% 9%, rgba(168,85,247,.21), transparent 68%),
      radial-gradient(620px 430px at 80% 74%, rgba(236,72,153,.105), transparent 70%),
      radial-gradient(520px 380px at 18% 82%, rgba(61,155,255,.10), transparent 72%),
      linear-gradient(180deg, #020813 0%, #061326 29%, #09182d 62%, #040c19 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.045),
      inset 0 -100px 150px -120px rgba(0,0,0,.98);
  }

  .product-information[data-czen-theme]::before {
    z-index: -2;
    background-image:
      linear-gradient(rgba(85,216,255,.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(123,97,255,.045) 1px, transparent 1px),
      radial-gradient(circle, rgba(255,255,255,.13) 1px, transparent 1.5px);
    background-size: 52px 52px, 52px 52px, 25px 25px;
    background-position: center top, center top, 8px 12px;
    -webkit-mask-image: radial-gradient(100% 78% at 50% 28%, #000 0%, rgba(0,0,0,.64) 55%, transparent 90%);
    mask-image: radial-gradient(100% 78% at 50% 28%, #000 0%, rgba(0,0,0,.64) 55%, transparent 90%);
    opacity: .72;
    animation: czenProductPrismGrid 28s linear infinite;
  }

  .product-information[data-czen-theme]::after {
    inset: auto 0 0;
    height: 34%;
    z-index: -1;
    background:
      radial-gradient(ellipse at 50% 100%, rgba(123,97,255,.18), transparent 62%),
      linear-gradient(180deg, transparent, rgba(2,8,18,.76) 78%);
  }

  @keyframes czenProductPrismGrid {
    to { background-position: 52px 52px, -52px 52px, 33px 37px; }
  }

  .product-information[data-czen-theme] .czen-product-stage {
    isolation: isolate;
    width: min(100%, 1580px);
    padding-inline: clamp(10px, 2.5vw, 38px);
  }

  .product-information[data-czen-theme] .czen-product-stage::before {
    top: -24px;
    width: min(1120px, 86vw);
    height: 2px;
    border-radius: 999px;
    background: var(--czen-prism-spectrum);
    background-size: 220% 100%;
    opacity: .88;
    box-shadow:
      0 0 14px rgba(85,216,255,.50),
      0 0 28px rgba(123,97,255,.35),
      0 7px 30px -10px rgba(236,72,153,.48);
    animation: czenProductSpectrumRail 9s ease-in-out infinite;
  }

  .product-information[data-czen-theme] .czen-product-stage::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 4%;
    width: min(1180px, 88vw);
    height: 620px;
    transform: translateX(-50%);
    border-radius: 50%;
    background:
      radial-gradient(circle at 24% 46%, rgba(85,216,255,.15), transparent 38%),
      radial-gradient(circle at 76% 42%, rgba(168,85,247,.17), transparent 40%),
      radial-gradient(circle at 62% 68%, rgba(236,72,153,.07), transparent 42%);
    filter: blur(52px);
    pointer-events: none;
    animation: czenProductAuraBreathe 13s ease-in-out infinite alternate;
  }

  @keyframes czenProductSpectrumRail {
    0%, 100% { background-position: 0 50%; }
    50% { background-position: 100% 50%; }
  }

  @keyframes czenProductAuraBreathe {
    from { opacity: .72; transform: translateX(-50%) scale(.96); }
    to { opacity: 1; transform: translateX(-50%) scale(1.06); }
  }

  .product-information[data-czen-theme] .czen-product-kicker {
    position: relative;
    overflow: hidden;
    width: min(calc(100% - 24px), 1450px);
    min-height: 46px;
    margin-bottom: clamp(18px, 2.5vw, 30px);
    padding: 10px 17px;
    border: 1px solid rgba(146,202,255,.24);
    border-radius: 17px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.07), transparent 34%),
      linear-gradient(110deg, rgba(85,216,255,.10), rgba(7,20,40,.88) 32%, rgba(17,16,53,.88) 70%, rgba(168,85,247,.11));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.12),
      0 20px 48px -34px rgba(0,0,0,.98),
      0 0 38px -28px rgba(123,97,255,.78);
  }

  .product-information[data-czen-theme] .czen-product-kicker::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: var(--czen-prism-spectrum);
    background-size: 220% 100%;
    opacity: .72;
    animation: czenProductSpectrumRail 9s ease-in-out infinite reverse;
  }

  .product-information[data-czen-theme] .czen-product-kicker::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45%;
    width: 34%;
    transform: skewX(-18deg);
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.16), transparent);
    animation: czenProductKickerSheen 7.5s ease-in-out infinite;
    pointer-events: none;
  }

  @keyframes czenProductKickerSheen {
    0%, 64%, 100% { transform: translateX(0) skewX(-18deg); opacity: 0; }
    72% { opacity: 1; }
    88% { transform: translateX(440%) skewX(-18deg); opacity: 0; }
  }

  .product-information[data-czen-theme] .czen-product-kicker__signal {
    background: #aeeeff;
    box-shadow:
      0 0 0 4px rgba(85,216,255,.10),
      0 0 14px rgba(85,216,255,.95),
      8px 0 18px rgba(168,85,247,.46);
  }

  .product-information[data-czen-theme] .czen-product-kicker__label {
    color: rgba(241,248,255,.95);
  }

  .product-information[data-czen-theme] .czen-product-kicker__note {
    color: rgba(218,225,247,.72);
  }

  .product-information[data-czen-theme] .czen-product-core {
    width: min(100%, 1480px);
    padding: clamp(9px, 1.5vw, 19px);
    border: 1px solid rgba(122,190,255,.23);
    border-radius: clamp(24px, 2.4vw, 38px);
    background:
      linear-gradient(135deg, rgba(255,255,255,.052), transparent 30%),
      radial-gradient(700px 340px at 0% 0%, rgba(85,216,255,.095), transparent 68%),
      radial-gradient(760px 360px at 100% 0%, rgba(168,85,247,.12), transparent 69%),
      linear-gradient(145deg, rgba(8,27,50,.79), rgba(5,14,31,.91));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.10),
      inset 0 -1px 0 rgba(0,0,0,.48),
      0 46px 120px -60px rgba(0,0,0,.99),
      -22px 0 70px -52px rgba(85,216,255,.75),
      22px 0 74px -52px rgba(168,85,247,.82);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
  }

  .product-information[data-czen-theme] .czen-product-core::before {
    top: -170px;
    right: -110px;
    width: 430px;
    height: 430px;
    background:
      radial-gradient(circle at 45% 45%, rgba(168,85,247,.20), rgba(236,72,153,.06) 42%, transparent 72%);
    filter: blur(12px);
  }

  .product-information[data-czen-theme] .czen-product-core::after {
    inset: 0;
    border-radius: inherit;
    background:
      linear-gradient(100deg, transparent 16%, rgba(85,216,255,.025) 34%, transparent 48%, rgba(168,85,247,.028) 67%, transparent 82%),
      linear-gradient(180deg, rgba(255,255,255,.02), transparent 18%);
    opacity: 1;
  }

  .product-information[data-czen-theme] :where(media-gallery, .product-media-gallery) {
    border-color: rgba(102,205,255,.31);
    background:
      radial-gradient(90% 74% at 26% 4%, rgba(85,216,255,.18), transparent 66%),
      radial-gradient(84% 70% at 95% 22%, rgba(123,97,255,.15), transparent 68%),
      radial-gradient(75% 60% at 80% 100%, rgba(236,72,153,.055), transparent 68%),
      linear-gradient(155deg, rgba(13,39,68,.97), rgba(4,14,29,.99));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.12),
      inset 0 0 0 1px rgba(255,255,255,.016),
      0 38px 88px -44px rgba(0,0,0,.98),
      -15px 0 45px -34px rgba(85,216,255,.72),
      15px 0 50px -35px rgba(123,97,255,.65);
  }

  .product-information[data-czen-theme] :where(media-gallery, .product-media-gallery)::before {
    height: 2px;
    background: var(--czen-prism-spectrum);
    background-size: 240% 100%;
    opacity: .83;
    box-shadow: 0 0 18px rgba(85,216,255,.30), 0 0 22px rgba(168,85,247,.28);
    animation: czenProductSpectrumRail 10s ease-in-out infinite;
  }

  .product-information[data-czen-theme] :where(.product-media-container, .product-media) {
    background:
      radial-gradient(circle at 35% 38%, rgba(85,216,255,.12), transparent 48%),
      radial-gradient(circle at 78% 62%, rgba(168,85,247,.10), transparent 52%),
      #061322;
  }

  .product-information[data-czen-theme] media-gallery img {
    filter:
      drop-shadow(-10px 8px 34px rgba(85,216,255,.12))
      drop-shadow(12px 10px 38px rgba(168,85,247,.12))
      saturate(1.06)
      contrast(1.035);
  }

  .product-information[data-czen-theme] media-gallery img:hover {
    filter:
      drop-shadow(-12px 10px 40px rgba(85,216,255,.17))
      drop-shadow(14px 12px 44px rgba(168,85,247,.17))
      saturate(1.10)
      contrast(1.045);
  }

  .product-information[data-czen-theme] :where(.product-media--thumbnail, .thumbnail, .thumbnail-list__item img) {
    border-color: rgba(110,184,255,.22) !important;
    background: linear-gradient(145deg, rgba(13,35,61,.96), rgba(6,16,32,.98)) !important;
  }

  .product-information[data-czen-theme] :where(.thumbnail-list__item[aria-current='true'] img, .thumbnail[aria-current='true'], .product-media--thumbnail:hover, .thumbnail:hover) {
    border-color: rgba(188,132,255,.64) !important;
    box-shadow:
      0 0 0 2px rgba(85,216,255,.09),
      0 0 0 3px rgba(168,85,247,.08),
      0 14px 32px -18px rgba(123,97,255,.88);
  }

  .product-information[data-czen-theme] :where(.product-details, .product-information__details) {
    border-color: rgba(162,129,255,.30);
    background:
      linear-gradient(145deg, rgba(255,255,255,.046), transparent 30%),
      radial-gradient(530px 300px at 0% 0%, rgba(85,216,255,.11), transparent 67%),
      radial-gradient(580px 330px at 100% 0%, rgba(168,85,247,.14), transparent 69%),
      linear-gradient(155deg, rgba(16,39,70,.97), rgba(6,17,35,.985) 52%, rgba(4,12,27,.995));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.105),
      inset 0 0 0 1px rgba(255,255,255,.012),
      0 42px 96px -50px rgba(0,0,0,.99),
      -12px 0 48px -39px rgba(85,216,255,.68),
      14px 0 54px -40px rgba(168,85,247,.76);
  }

  .product-information[data-czen-theme] :where(.product-details, .product-information__details)::before {
    height: 3px;
    background: var(--czen-prism-spectrum);
    background-size: 230% 100%;
    opacity: .96;
    box-shadow:
      0 0 16px rgba(85,216,255,.40),
      0 0 24px rgba(168,85,247,.34);
    animation: czenProductSpectrumRail 8.5s ease-in-out infinite reverse;
  }

  .product-information[data-czen-theme] .product-details::after {
    top: -115px;
    right: -115px;
    width: 300px;
    height: 300px;
    background:
      radial-gradient(circle at 44% 44%, rgba(168,85,247,.18), rgba(236,72,153,.055) 45%, transparent 72%);
  }

  /* White-first title with restrained prism lighting. */
  .product-information[data-czen-theme] :where(.product-title, h1) {
    color: #fbfdff !important;
    -webkit-text-fill-color: #fbfdff !important;
    background: none !important;
    filter: none;
    text-shadow:
      -2px 0 22px rgba(85,216,255,.19),
      2px 0 24px rgba(168,85,247,.22),
      0 15px 42px rgba(0,0,0,.48);
  }

  .product-information[data-czen-theme] :where(.product-title, h1)::after {
    width: clamp(88px, 12vw, 150px);
    height: 3px;
    margin-top: 18px;
    background: var(--czen-prism-spectrum);
    background-size: 220% 100%;
    box-shadow:
      0 0 14px rgba(85,216,255,.54),
      0 0 20px rgba(168,85,247,.42),
      0 7px 22px -8px rgba(236,72,153,.55);
    animation: czenProductSpectrumRail 8s ease-in-out infinite;
  }

  .product-information[data-czen-theme] a:not(.button) {
    color: #9edcff;
    text-decoration-color: rgba(168,85,247,.46);
  }

  .product-information[data-czen-theme] a:not(.button):hover {
    color: #e4d5ff;
  }

  .product-information[data-czen-theme] :where(.price, .price-list) {
    border-color: rgba(157,128,255,.31);
    background:
      radial-gradient(circle at 10% 0%, rgba(85,216,255,.13), transparent 50%),
      linear-gradient(120deg, rgba(61,155,255,.11), rgba(123,97,255,.095) 52%, rgba(236,72,153,.055));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.10),
      0 14px 34px -26px rgba(123,97,255,.88);
  }

  .product-information[data-czen-theme] :where(.price--on-sale .price-item--sale, .price__sale, .price-item--sale) {
    color: #a9e6ff !important;
    text-shadow: 0 0 18px rgba(168,85,247,.22);
  }

  .product-information[data-czen-theme] :where(.badge, .product-badge, .price__badge-sale, .price__badge-sold-out) {
    border-color: rgba(184,133,255,.36);
    background: linear-gradient(120deg, rgba(85,216,255,.11), rgba(168,85,247,.13), rgba(236,72,153,.07));
  }

  .product-information[data-czen-theme] .product-description {
    border-left-color: #8bddff;
    background:
      linear-gradient(90deg, rgba(85,216,255,.09), rgba(123,97,255,.035) 62%, transparent 92%);
    box-shadow: inset 9px 0 28px -24px rgba(85,216,255,.82);
  }

  .product-information[data-czen-theme] form[action*='/cart/add'] {
    border-color: rgba(158,126,255,.31);
    background:
      radial-gradient(circle at 6% 0%, rgba(85,216,255,.12), transparent 42%),
      radial-gradient(circle at 100% 0%, rgba(168,85,247,.13), transparent 45%),
      linear-gradient(145deg, rgba(11,30,56,.88), rgba(5,15,33,.91));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.08),
      0 26px 58px -42px rgba(0,0,0,.98),
      0 0 34px -28px rgba(123,97,255,.76);
  }

  .product-information[data-czen-theme] form[action*='/cart/add']::before {
    color: #d8c9ff;
    text-shadow: 0 0 14px rgba(85,216,255,.22);
  }

  .product-information[data-czen-theme] :where(
    input:not([type='checkbox']):not([type='radio']):not([type='hidden']),
    textarea,
    select,
    .select__select,
    .quantity-selector,
    .quantity,
    .quantity__input
  ) {
    border-color: rgba(133,154,255,.28) !important;
    background:
      linear-gradient(145deg, rgba(11,30,55,.98), rgba(5,16,31,.99)) !important;
  }

  .product-information[data-czen-theme] :where(
    .variant-option__button-label,
    .variant-option label,
    .product-form__input label,
    .swatch-input__label
  ) {
    border-color: rgba(121,174,255,.24) !important;
    background: linear-gradient(145deg, rgba(13,34,61,.96), rgba(7,18,35,.98)) !important;
  }

  .product-information[data-czen-theme] :where(
    .variant-option__button-label:hover,
    .variant-option label:hover,
    .product-form__input label:hover,
    .swatch-input__label:hover
  ) {
    border-color: rgba(187,131,255,.54) !important;
    background: linear-gradient(120deg, rgba(85,216,255,.10), rgba(123,97,255,.13), rgba(236,72,153,.055)) !important;
    box-shadow: 0 10px 26px -20px rgba(123,97,255,.92);
  }

  .product-information[data-czen-theme] :where(
    input:checked + .variant-option__button-label,
    input:checked + label,
    .swatch-input__input:checked + .swatch-input__label
  ) {
    border-color: rgba(212,154,255,.70) !important;
    background:
      linear-gradient(120deg, rgba(85,216,255,.20), rgba(123,97,255,.24) 52%, rgba(236,72,153,.15)) !important;
    box-shadow:
      0 0 0 2px rgba(85,216,255,.08),
      0 0 0 4px rgba(168,85,247,.06),
      0 16px 34px -22px rgba(123,97,255,.98);
  }

  .product-information[data-czen-theme] :where(.product-form__submit, button[name='add']) {
    border-color: rgba(164,155,255,.40) !important;
    background:
      linear-gradient(135deg, rgba(85,216,255,.10), transparent 40%),
      linear-gradient(180deg, #172b52, #0c1c3b) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.11),
      0 18px 38px -27px rgba(0,0,0,.96),
      0 0 26px -20px rgba(123,97,255,.80);
  }

  .product-information[data-czen-theme] :where(.product-form__submit:hover, button[name='add']:hover) {
    border-color: rgba(207,151,255,.70) !important;
    background:
      linear-gradient(125deg, rgba(85,216,255,.16), rgba(123,97,255,.18) 56%, rgba(236,72,153,.10)),
      linear-gradient(180deg, #1b3b63, #10254a) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.15),
      0 23px 46px -25px rgba(0,0,0,.98),
      0 0 34px -18px rgba(168,85,247,.86);
  }

  .product-information[data-czen-theme] .czen-buy-now-button {
    border-color: rgba(232,207,255,.66) !important;
    background:
      linear-gradient(105deg, transparent 26%, rgba(255,255,255,.34) 50%, transparent 74%),
      linear-gradient(118deg, #67ddff 0%, #3d9bff 22%, #715fff 46%, #a855f7 67%, #ec4899 86%, #ffd166 112%) !important;
    background-position: -190% 0, 0 0 !important;
    background-size: 58% 100%, 100% 100% !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    text-shadow: 0 1px 3px rgba(29,8,62,.38);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.55),
      inset 0 -1px 0 rgba(27,8,66,.26),
      0 24px 48px -20px rgba(61,155,255,.82),
      0 0 42px -18px rgba(168,85,247,.86),
      0 0 0 4px rgba(168,85,247,.035);
  }

  .product-information[data-czen-theme] .czen-buy-now-button:hover {
    background-position: 190% 0, 0 0 !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.66),
      0 30px 58px -20px rgba(61,155,255,.92),
      0 0 58px -14px rgba(168,85,247,1),
      0 0 36px -18px rgba(236,72,153,.90);
  }

  .product-information[data-czen-theme] :where(details, .accordion) {
    border-color: rgba(143,137,255,.27) !important;
    background:
      linear-gradient(120deg, rgba(85,216,255,.045), rgba(123,97,255,.06) 60%, rgba(236,72,153,.025)),
      linear-gradient(180deg, rgba(12,32,59,.96), rgba(5,16,33,.98)) !important;
  }

  .product-information[data-czen-theme] :where(details:hover, .accordion:hover) {
    border-color: rgba(196,138,255,.52) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.07),
      0 24px 52px -36px rgba(0,0,0,.99),
      0 0 28px -23px rgba(168,85,247,.80);
  }

  .product-information[data-czen-theme] details[open] summary {
    border-bottom-color: rgba(153,132,255,.28);
    background: linear-gradient(90deg, rgba(85,216,255,.07), rgba(123,97,255,.10), rgba(236,72,153,.045)) !important;
  }

  .product-information[data-czen-theme] hr,
  .product-information[data-czen-theme] .divider {
    background: var(--czen-prism-spectrum);
    background-size: 220% 100%;
    opacity: .66;
  }

  .product-information[data-czen-theme] :focus-visible {
    outline-color: #b17cff !important;
    box-shadow: 0 0 0 4px rgba(85,216,255,.08), 0 0 22px rgba(168,85,247,.30);
  }

  .czen-product-benefits {
    width: min(calc(100% - 24px), 1450px);
  }

  .czen-product-benefit {
    border-color: rgba(132,158,255,.25);
    background:
      linear-gradient(145deg, rgba(255,255,255,.05), transparent 36%),
      radial-gradient(circle at 0% 0%, rgba(85,216,255,.09), transparent 48%),
      radial-gradient(circle at 100% 100%, rgba(168,85,247,.10), transparent 52%),
      linear-gradient(145deg, rgba(14,37,66,.96), rgba(5,16,34,.98));
  }

  .czen-product-benefit::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: var(--czen-prism-spectrum);
    opacity: .38;
  }

  .czen-product-benefit::after {
    background: radial-gradient(circle, rgba(168,85,247,.18), rgba(236,72,153,.045) 46%, transparent 72%);
  }

  .czen-product-benefit:hover {
    border-color: rgba(196,139,255,.50);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.10),
      0 30px 66px -44px rgba(0,0,0,.99),
      -8px 0 30px -24px rgba(85,216,255,.72),
      8px 0 34px -24px rgba(168,85,247,.82);
  }

  .czen-product-benefit__icon {
    border-color: rgba(180,142,255,.43);
    background:
      linear-gradient(145deg, rgba(85,216,255,.18), rgba(123,97,255,.15) 54%, rgba(236,72,153,.08));
    color: #c8eaff;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.10),
      -5px 0 18px -12px rgba(85,216,255,.90),
      6px 0 20px -12px rgba(168,85,247,.92);
  }

  .sticky-add-to-cart__bar {
    border-color: rgba(174,140,255,.42);
    background:
      linear-gradient(145deg, rgba(255,255,255,.06), transparent 28%),
      radial-gradient(circle at 0% 0%, rgba(85,216,255,.11), transparent 46%),
      radial-gradient(circle at 100% 0%, rgba(168,85,247,.14), transparent 50%),
      linear-gradient(145deg, rgba(13,35,63,.985), rgba(4,13,29,.995));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.13),
      0 36px 94px -36px rgba(0,0,0,.99),
      -12px 0 48px -34px rgba(85,216,255,.78),
      14px 0 54px -34px rgba(168,85,247,.88);
  }

  .sticky-add-to-cart__bar::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    border-radius: inherit;
    background: var(--czen-prism-spectrum);
    background-size: 220% 100%;
    opacity: .86;
    animation: czenProductSpectrumRail 8s ease-in-out infinite;
  }

  .sticky-add-to-cart__image {
    border-color: rgba(155,142,255,.35);
    box-shadow: -5px 0 20px -14px rgba(85,216,255,.72), 5px 0 22px -14px rgba(168,85,247,.82);
  }

  .sticky-add-to-cart__button {
    border-color: rgba(226,199,255,.55) !important;
    background: linear-gradient(118deg, #59d8ff, #3d9bff 28%, #7663ff 54%, #a855f7 76%, #ec4899 108%) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.38),
      0 16px 34px -18px rgba(61,155,255,.84),
      0 0 34px -18px rgba(168,85,247,.84);
  }

  .sticky-add-to-cart__button:hover {
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.46),
      0 22px 42px -17px rgba(61,155,255,.92),
      0 0 44px -14px rgba(168,85,247,.96),
      0 0 28px -15px rgba(236,72,153,.80);
  }

  @media screen and (max-width: 989px) {
    .product-information[data-czen-theme] .czen-product-stage::after {
      width: 108vw;
      height: 520px;
      opacity: .78;
    }

    .product-information[data-czen-theme] .czen-product-core {
      border-radius: 25px;
    }
  }

  @media screen and (max-width: 749px) {
    .product-information[data-czen-theme] {
      padding-top: 20px;
      background:
        radial-gradient(470px 350px at -12% 8%, rgba(85,216,255,.16), transparent 68%),
        radial-gradient(500px 360px at 112% 12%, rgba(168,85,247,.17), transparent 70%),
        linear-gradient(180deg, #020813 0%, #071529 52%, #040c19 100%);
    }

    .product-information[data-czen-theme]::before {
      opacity: .42;
      animation: none;
    }

    .product-information[data-czen-theme] .czen-product-stage {
      padding-inline: 8px;
    }

    .product-information[data-czen-theme] .czen-product-stage::before {
      top: -15px;
      width: 82vw;
    }

    .product-information[data-czen-theme] .czen-product-stage::after {
      top: 8%;
      height: 420px;
      filter: blur(42px);
      animation: none;
    }

    .product-information[data-czen-theme] .czen-product-kicker {
      width: calc(100% - 8px);
      border-radius: 14px;
    }

    .product-information[data-czen-theme] .czen-product-core {
      padding: 7px;
      border-radius: 20px;
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 32px 80px -52px rgba(0,0,0,.99),
        -9px 0 34px -27px rgba(85,216,255,.62),
        9px 0 38px -27px rgba(168,85,247,.68);
    }

    .product-information[data-czen-theme] :where(.product-title, h1) {
      text-shadow:
        -1px 0 16px rgba(85,216,255,.16),
        1px 0 18px rgba(168,85,247,.18),
        0 10px 34px rgba(0,0,0,.44);
    }

    .product-information[data-czen-theme] :where(.product-title, h1)::after {
      width: 108px;
      margin-top: 14px;
    }

    .product-information[data-czen-theme] .czen-buy-now-button {
      background:
        linear-gradient(105deg, transparent 26%, rgba(255,255,255,.28) 50%, transparent 74%),
        linear-gradient(118deg, #62dcff, #3d9bff 26%, #735fff 54%, #a855f7 78%, #ec4899 108%) !important;
    }

    .sticky-add-to-cart__bar::before {
      border-radius: 0;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .product-information[data-czen-theme]::before,
    .product-information[data-czen-theme] .czen-product-stage::before,
    .product-information[data-czen-theme] .czen-product-stage::after,
    .product-information[data-czen-theme] .czen-product-kicker::before,
    .product-information[data-czen-theme] .czen-product-kicker::after,
    .product-information[data-czen-theme] :where(media-gallery, .product-media-gallery)::before,
    .product-information[data-czen-theme] :where(.product-details, .product-information__details)::before,
    .product-information[data-czen-theme] :where(.product-title, h1)::after,
    .sticky-add-to-cart__bar::before {
      animation: none !important;
    }
  }


  /* ============================================================
     CZEN breadcrumb — prism glass navigation
     Final scoped overrides ensure global product link styles do not
     turn breadcrumbs into plain blue text.
     ============================================================ */
  .product-information[data-czen-theme] .czen-product-breadcrumbs {
    position: relative;
    z-index: 4;
    width: min(calc(100% - 32px), 1420px);
    margin: 0 auto clamp(16px, 2.2vw, 26px);
    overflow: hidden;
    border: 1px solid rgba(151, 133, 255, 0.28);
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 34%),
      radial-gradient(circle at 0% 50%, rgba(85, 216, 255, 0.10), transparent 34%),
      radial-gradient(circle at 100% 50%, rgba(168, 85, 247, 0.12), transparent 38%),
      linear-gradient(110deg, rgba(8, 28, 52, 0.90), rgba(6, 17, 36, 0.94));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.09),
      0 18px 46px -34px rgba(0, 0, 0, 0.96),
      -10px 0 34px -28px rgba(85, 216, 255, 0.58),
      10px 0 38px -29px rgba(168, 85, 247, 0.68);
    color: rgba(221, 232, 247, 0.76);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
  }

  .product-information[data-czen-theme] .czen-product-breadcrumbs::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    pointer-events: none;
    background: var(--czen-prism-spectrum, linear-gradient(90deg, #55d8ff, #7b61ff, #a855f7, #ec4899));
    opacity: 0.66;
  }

  .product-information[data-czen-theme] .czen-product-breadcrumbs > .czen-product-breadcrumbs__list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    min-height: 48px;
    width: 100%;
    margin: 0 !important;
    padding: 8px 10px !important;
    overflow: hidden;
    list-style: none !important;
  }

  .product-information[data-czen-theme] .czen-product-breadcrumbs__list > .czen-product-breadcrumbs__item {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 7px !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(209, 222, 240, 0.72) !important;
    font-size: 12px;
    font-weight: 720;
    letter-spacing: 0.012em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .product-information[data-czen-theme] .czen-product-breadcrumbs__list > .czen-product-breadcrumbs__item:last-child {
    flex: 1 1 auto !important;
    overflow: hidden;
  }

  .product-information[data-czen-theme] .czen-product-breadcrumbs__item:not(:last-child)::after {
    content: '›' !important;
    display: inline-grid !important;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border: 1px solid rgba(157, 145, 255, 0.24);
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(85, 216, 255, 0.08), rgba(168, 85, 247, 0.10));
    color: rgba(207, 192, 255, 0.88) !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  }

  .product-information[data-czen-theme] .czen-product-breadcrumbs a:not(.button) {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 9px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: rgba(225, 235, 249, 0.78) !important;
    -webkit-text-fill-color: rgba(225, 235, 249, 0.78) !important;
    text-decoration: none !important;
    text-shadow: none;
    transition:
      color 0.22s ease,
      background 0.22s ease,
      border-color 0.22s ease,
      transform 0.22s var(--czen-ease);
  }

  .product-information[data-czen-theme] .czen-product-breadcrumbs a:not(.button):hover {
    border-color: rgba(181, 143, 255, 0.34);
    background: linear-gradient(120deg, rgba(85, 216, 255, 0.08), rgba(123, 97, 255, 0.11), rgba(236, 72, 153, 0.045));
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
  }

  .product-information[data-czen-theme] .czen-product-breadcrumbs [aria-current='page'] {
    min-width: 0;
    color: #ffffff !important;
  }

  .product-information[data-czen-theme] .czen-product-breadcrumbs [aria-current='page'] > span {
    display: block;
    min-width: 0;
    max-width: min(48vw, 520px);
    overflow: hidden;
    padding: 7px 11px;
    border: 1px solid rgba(202, 161, 255, 0.36);
    border-radius: 10px;
    background:
      linear-gradient(120deg, rgba(85, 216, 255, 0.10), rgba(123, 97, 255, 0.15) 54%, rgba(236, 72, 153, 0.07));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.09),
      0 10px 26px -22px rgba(168, 85, 247, 0.86);
    color: #f8fbff !important;
    font-weight: 790;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  @media screen and (max-width: 749px) {
    .product-information[data-czen-theme] .czen-product-breadcrumbs {
      width: min(calc(100% - 16px), 1420px);
      margin-bottom: 14px;
      border-radius: 14px;
    }

    .product-information[data-czen-theme] .czen-product-breadcrumbs > .czen-product-breadcrumbs__list {
      min-height: 44px;
      gap: 4px !important;
      padding: 7px 8px !important;
    }

    .product-information[data-czen-theme] .czen-product-breadcrumbs__list > .czen-product-breadcrumbs__item {
      gap: 4px !important;
      font-size: 10.5px;
    }

    .product-information[data-czen-theme] .czen-product-breadcrumbs a:not(.button) {
      min-height: 28px;
      padding: 5px 7px;
    }

    .product-information[data-czen-theme] .czen-product-breadcrumbs__item:not(:last-child)::after {
      width: 18px;
      height: 18px;
      flex-basis: 18px;
      font-size: 13px;
    }

    .product-information[data-czen-theme] .czen-product-breadcrumbs [aria-current='page'] > span {
      max-width: none;
      padding: 6px 8px;
    }
  }


  /* ========================================================================
     CZEN PRODUCT V5 — full-spectrum border enhancement
     Converts the key commerce surfaces from single-colour borders into
     true cyan → blue → violet → purple → magenta → gold perimeter borders.
     Presentation only: no Liquid, schema, product or purchase logic changed.
     ======================================================================== */

  .shopify-section:has(.product-information),
  .product-information[data-czen-theme] {
    --czen-rainbow-border: linear-gradient(
      112deg,
      #55d8ff 0%,
      #3d9bff 20%,
      #7b61ff 42%,
      #a855f7 63%,
      #ec4899 82%,
      #ffd166 100%
    );
    --czen-rainbow-border-reverse: linear-gradient(
      292deg,
      #55d8ff 0%,
      #3d9bff 20%,
      #7b61ff 42%,
      #a855f7 63%,
      #ec4899 82%,
      #ffd166 100%
    );
  }

  /* Main product shell — dominant full rainbow perimeter. */
  .product-information[data-czen-theme] .czen-product-core {
    border: 3px solid transparent;
    background:
      linear-gradient(135deg, rgba(255,255,255,.052), transparent 30%) padding-box,
      radial-gradient(700px 340px at 0% 0%, rgba(85,216,255,.095), transparent 68%) padding-box,
      radial-gradient(760px 360px at 100% 0%, rgba(168,85,247,.12), transparent 69%) padding-box,
      linear-gradient(145deg, rgba(8,27,50,.94), rgba(5,14,31,.97)) padding-box,
      var(--czen-rainbow-border) border-box;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.11),
      0 46px 120px -60px rgba(0,0,0,.99),
      -22px 0 72px -48px rgba(85,216,255,.75),
      22px 0 78px -48px rgba(168,85,247,.82),
      0 0 52px -38px rgba(236,72,153,.62);
  }

  /* Media and information panels — matching but slightly finer borders. */
  .product-information[data-czen-theme] :where(media-gallery, .product-media-gallery) {
    border: 2.5px solid transparent !important;
    background:
      radial-gradient(90% 74% at 26% 4%, rgba(85,216,255,.18), transparent 66%) padding-box,
      radial-gradient(84% 70% at 95% 22%, rgba(123,97,255,.15), transparent 68%) padding-box,
      radial-gradient(75% 60% at 80% 100%, rgba(236,72,153,.055), transparent 68%) padding-box,
      linear-gradient(155deg, rgba(13,39,68,.985), rgba(4,14,29,.995)) padding-box,
      var(--czen-rainbow-border) border-box !important;
  }

  .product-information[data-czen-theme] :where(.product-details, .product-information__details) {
    border: 2.5px solid transparent !important;
    background:
      linear-gradient(155deg, rgba(255,255,255,.045), transparent 25%) padding-box,
      radial-gradient(circle at 100% 0%, rgba(168,85,247,.13), transparent 34%) padding-box,
      linear-gradient(155deg, rgba(20,44,75,.97), rgba(5,17,32,.985) 52%, rgba(4,13,26,.995)) padding-box,
      var(--czen-rainbow-border-reverse) border-box !important;
  }

  /* Breadcrumb container and each breadcrumb pill. */
  #shopify-section-{{ section.id }} .czen-product-breadcrumbs-inline {
    border: 2.5px solid transparent !important;
    background:
      linear-gradient(135deg, rgba(255,255,255,.07), transparent 34%) padding-box,
      radial-gradient(circle at 0% 50%, rgba(85,216,255,.14), transparent 36%) padding-box,
      radial-gradient(circle at 100% 50%, rgba(168,85,247,.17), transparent 40%) padding-box,
      linear-gradient(110deg, rgba(8,28,52,.97), rgba(6,17,36,.985)) padding-box,
      var(--czen-rainbow-border) border-box !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.13),
      0 18px 46px -34px rgba(0,0,0,.96),
      -10px 0 38px -25px rgba(85,216,255,.82),
      10px 0 42px -26px rgba(168,85,247,.88),
      0 0 30px -23px rgba(236,72,153,.55) !important;
  }

  #shopify-section-{{ section.id }} .czen-product-breadcrumbs-inline__link,
  #shopify-section-{{ section.id }} .czen-product-breadcrumbs-inline__current {
    border: 1.5px solid transparent !important;
    background:
      linear-gradient(120deg, rgba(8,28,52,.94), rgba(15,23,50,.96)) padding-box,
      var(--czen-rainbow-border) border-box !important;
  }

  #shopify-section-{{ section.id }} .czen-product-breadcrumbs-inline__link:hover {
    border: 2px solid transparent !important;
    background:
      linear-gradient(120deg, rgba(85,216,255,.13), rgba(123,97,255,.18), rgba(236,72,153,.08)) padding-box,
      var(--czen-rainbow-border) border-box !important;
    box-shadow: 0 0 22px -12px rgba(168,85,247,.9), -6px 0 20px -14px rgba(85,216,255,.9);
  }

  #shopify-section-{{ section.id }} .czen-product-breadcrumbs-inline__separator {
    border: 1.5px solid transparent !important;
    background:
      linear-gradient(145deg, rgba(12,31,54,.95), rgba(20,17,48,.96)) padding-box,
      var(--czen-rainbow-border) border-box !important;
  }

  /* Price and secure checkout enclosure. */
  .product-information[data-czen-theme] :where(.price, .price-list) {
    border: 2px solid transparent;
    background:
      linear-gradient(180deg, rgba(61,155,255,.13), rgba(61,155,255,.055)) padding-box,
      var(--czen-rainbow-border) border-box;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.09),
      -5px 0 18px -13px rgba(85,216,255,.75),
      5px 0 20px -13px rgba(168,85,247,.82);
  }

  .product-information[data-czen-theme] form[action*='/cart/add'] {
    border: 2px solid transparent;
    background:
      linear-gradient(145deg, rgba(61,155,255,.10), transparent 42%) padding-box,
      linear-gradient(145deg, rgba(5,17,33,.94), rgba(5,14,29,.97)) padding-box,
      var(--czen-rainbow-border-reverse) border-box;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.075),
      0 24px 54px -40px rgba(0,0,0,.96),
      -8px 0 30px -24px rgba(85,216,255,.58),
      8px 0 34px -24px rgba(168,85,247,.66);
  }

  /* Purchase buttons: rainbow edge while keeping their existing fill hierarchy. */
  .product-information[data-czen-theme] :where(.product-form__submit, button[name='add']) {
    border: 2px solid transparent !important;
    background:
      linear-gradient(180deg, #102a49, #0a1d35) padding-box,
      var(--czen-rainbow-border) border-box !important;
  }

  .product-information[data-czen-theme] :where(.product-form__submit:hover, button[name='add']:hover) {
    background:
      linear-gradient(180deg, #17395e, #0d2846) padding-box,
      var(--czen-rainbow-border) border-box !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.12),
      0 20px 40px -24px rgba(61,155,255,.72),
      0 0 28px -18px rgba(168,85,247,.7);
  }

  .product-information[data-czen-theme] .czen-buy-now-button {
    border: 2.75px solid transparent !important;
    background:
      linear-gradient(118deg, #59d8ff, #3d9bff 28%, #7663ff 54%, #a855f7 76%, #ec4899 108%) padding-box,
      var(--czen-rainbow-border-reverse) border-box !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.42),
      0 22px 44px -20px rgba(61,155,255,.96),
      0 0 38px -19px rgba(168,85,247,.92),
      0 0 30px -23px rgba(236,72,153,.78);
  }

  /* Variant controls: quiet rainbow edge normally, brighter when active. */
  .product-information[data-czen-theme] :where(
    .variant-option__button-label,
    .variant-option label,
    .product-form__input label,
    .swatch-input__label
  ) {
    border: 1.5px solid transparent !important;
    background:
      linear-gradient(#0a1a30, #0a1a30) padding-box,
      linear-gradient(112deg, rgba(85,216,255,.45), rgba(123,97,255,.42), rgba(168,85,247,.40), rgba(236,72,153,.34)) border-box !important;
  }

  .product-information[data-czen-theme] :where(
    input:checked + .variant-option__button-label,
    input:checked + label,
    .swatch-input__input:checked + .swatch-input__label
  ) {
    border: 2px solid transparent !important;
    background:
      linear-gradient(180deg, rgba(61,155,255,.22), rgba(123,97,255,.13)) padding-box,
      var(--czen-rainbow-border) border-box !important;
    box-shadow:
      0 0 0 2px rgba(61,155,255,.07),
      -6px 0 20px -14px rgba(85,216,255,.85),
      6px 0 23px -14px rgba(168,85,247,.9);
  }

  /* Accordions and information cards. */
  .product-information[data-czen-theme] :where(details, .accordion) {
    border: 1.75px solid transparent !important;
    background:
      linear-gradient(180deg, rgba(12,32,57,.965), rgba(5,17,32,.98)) padding-box,
      linear-gradient(112deg, rgba(85,216,255,.58), rgba(61,155,255,.32), rgba(123,97,255,.48), rgba(168,85,247,.52), rgba(236,72,153,.36)) border-box !important;
  }

  .product-information[data-czen-theme] :where(details:hover, .accordion:hover) {
    background:
      linear-gradient(180deg, rgba(15,39,68,.98), rgba(7,20,38,.99)) padding-box,
      var(--czen-rainbow-border) border-box !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.075),
      0 22px 48px -34px rgba(0,0,0,.98),
      -7px 0 24px -17px rgba(85,216,255,.66),
      7px 0 28px -18px rgba(168,85,247,.76);
  }

  /* Benefit strip — full rainbow frame on every card and icon. */
  .czen-product-benefit {
    border: 2px solid transparent;
    background:
      linear-gradient(145deg, rgba(255,255,255,.05), transparent 36%) padding-box,
      radial-gradient(circle at 0% 0%, rgba(85,216,255,.09), transparent 48%) padding-box,
      radial-gradient(circle at 100% 100%, rgba(168,85,247,.10), transparent 52%) padding-box,
      linear-gradient(145deg, rgba(14,37,66,.97), rgba(5,16,34,.985)) padding-box,
      var(--czen-rainbow-border) border-box;
  }

  .czen-product-benefit:hover {
    border-color: transparent;
    background:
      linear-gradient(145deg, rgba(255,255,255,.065), transparent 36%) padding-box,
      radial-gradient(circle at 0% 0%, rgba(85,216,255,.13), transparent 48%) padding-box,
      radial-gradient(circle at 100% 100%, rgba(168,85,247,.14), transparent 52%) padding-box,
      linear-gradient(145deg, rgba(16,42,74,.98), rgba(6,18,37,.99)) padding-box,
      var(--czen-rainbow-border-reverse) border-box;
  }

  .czen-product-benefit__icon {
    border: 1.75px solid transparent;
    background:
      linear-gradient(145deg, rgba(85,216,255,.15), rgba(123,97,255,.13) 54%, rgba(236,72,153,.07)) padding-box,
      var(--czen-rainbow-border) border-box;
  }

  /* Sticky purchase bar — clearly framed even over busy page content. */
  .sticky-add-to-cart__bar {
    border: 2.5px solid transparent;
    background:
      linear-gradient(145deg, rgba(255,255,255,.06), transparent 28%) padding-box,
      radial-gradient(circle at 0% 0%, rgba(85,216,255,.11), transparent 46%) padding-box,
      radial-gradient(circle at 100% 0%, rgba(168,85,247,.14), transparent 50%) padding-box,
      linear-gradient(145deg, rgba(13,35,63,.99), rgba(4,13,29,.998)) padding-box,
      var(--czen-rainbow-border) border-box;
  }

  .sticky-add-to-cart__image {
    border: 1.75px solid transparent;
    background:
      linear-gradient(#08172a, #08172a) padding-box,
      var(--czen-rainbow-border-reverse) border-box;
  }

  .sticky-add-to-cart__button {
    border: 2.5px solid transparent !important;
    background:
      linear-gradient(118deg, #59d8ff, #3d9bff 28%, #7663ff 54%, #a855f7 76%, #ec4899 108%) padding-box,
      var(--czen-rainbow-border-reverse) border-box !important;
  }

  @media screen and (max-width: 749px) {
    .product-information[data-czen-theme] .czen-product-core {
      border-width: 2.25px;
    }

    .product-information[data-czen-theme] :where(media-gallery, .product-media-gallery),
    .product-information[data-czen-theme] :where(.product-details, .product-information__details),
    #shopify-section-{{ section.id }} .czen-product-breadcrumbs-inline,
    .sticky-add-to-cart__bar {
      border-width: 2px !important;
    }

    .czen-product-benefit,
    .product-information[data-czen-theme] form[action*='/cart/add'] {
      border-width: 1.75px;
    }
  }
/* END_SECTION:product-information */
/* START_BLOCK:_product-details (INDEX:131) */
/* Clear padding on mobile, if not full-width */
  @media screen and (max-width: 749px) {
    .product-information.section--page-width .product-details > .group-block {
      padding-inline: 0;
    }
  }

  .view-product-title {
    display: none;
  }

  /* Container styles */
  .product-details {
    display: flex;
    align-self: start;
    justify-content: center;
  }

  @media screen and (min-width: 750px) {
    .product-details > .group-block {
      height: min-content;
    }

    .full-height--desktop {
      height: 100%;
      max-height: calc(100vh - var(--header-group-height, 0));
      min-height: fit-content;
    }

    .full-height--desktop .group-block {
      align-self: var(--details-position, 'flex-start');
    }
  }
/* END_BLOCK:_product-details */
/* START_BLOCK:disclosures (INDEX:150) */
.disclosures__container {
      width: 100%;
    }

    .disclosures__container:has(> [shopify-block-empty]) {
      display: none;
    }

    .disclosures {
      --disclosures-symbol-width: calc(var(--disclosures-icon-size) * var(--disclosures-symbol-aspect-ratio, 1));

      display: block;
      color: var(--color, inherit);
      width: 100%;
      container-type: inline-size;
    }

    .disclosures.accordion--dividers accordion-custom:first-child .details {
      border-block-start: var(--style-border-width) solid var(--color-border);
    }

    .disclosures.accordion--dividers accordion-custom:last-child .details {
      border-block-end: var(--style-border-width) solid var(--color-border);
    }

    .disclosures__heading {
      margin-block-end: var(--margin-lg);
    }

    .disclosures .details__header {
      padding-block: var(--padding-xl);
      display: flex;
      align-items: flex-start;
      gap: var(--gap-xs);
    }

    .disclosures .details__header > .svg-wrapper {
      margin-block-start: calc((var(--disclosures-icon-size) - var(--icon-size-xs)) / 2);
    }

    .disclosures details[open] .details__header {
      padding-block-end: var(--padding-xs);
    }

    .disclosures__summary-content {
      flex: 1 1 0%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      row-gap: var(--gap-xs);
      min-width: 0;
    }

    .disclosures__summary-item {
      display: flex;
      flex-direction: column;
      row-gap: var(--gap-xs);
      min-width: 0;
      overflow-wrap: break-word;
    }

    .disclosures__summary-item--measure {
      position: fixed;
      inset-block-start: 0;
      inset-inline-start: 0;
      display: block;
      width: max-content;
      max-width: none;
      visibility: hidden;
      white-space: nowrap;
      pointer-events: none;
      contain: layout style;
    }

    .disclosures__summary-item-row {
      display: flex;
      align-items: center;
      gap: var(--padding-2xs);
      min-width: 0;
      vertical-align: middle;
    }

    .disclosures__summary-item-title {
      font-weight: var(--font-weight-normal, normal);
      overflow-wrap: break-word;
    }

    .disclosures__summary-item--measure .disclosures__summary-item-title {
      white-space: nowrap;
      overflow-wrap: normal;
    }

    .disclosures .details__icon {
      display: inline-block;
      flex-shrink: 0;
      width: auto;
      max-inline-size: 100%;
      height: var(--disclosures-icon-size);
      margin: 0;
      object-fit: contain;
      vertical-align: middle;
    }

    .disclosures__summary-item-row:has(> .details__icon) {
      display: grid;
      grid-template-columns: var(--disclosures-symbol-width) minmax(0, 1fr);
      align-items: center;
      column-gap: var(--padding-2xs);
      min-inline-size: 0;
    }

    .disclosures__summary-item-row:has(> .details__icon) > .details__icon {
      grid-column: 1;
      justify-self: center;
    }

    .disclosures__summary-item-row:has(> .details__icon) > .disclosures__summary-item-title {
      grid-column: 2;
    }

    .disclosures details[open] > summary .disclosures__summary-item-title {
      font-weight: var(--font-weight-bold, bold);
    }

    .disclosures__summary-item-extra {
      display: block;
    }

    .disclosures__separator {
      display: none;
      flex-shrink: 0;
      padding-inline: var(--padding-xs);
      line-height: 1;
    }

    @container (min-width: 701px) {
      .disclosures:where([data-summary-layout='inline']) .details__header {
        align-items: center;
      }

      .disclosures:where([data-summary-layout='inline']) .details__header > .svg-wrapper {
        margin-block-start: 0;
      }

      .disclosures:where([data-summary-layout='inline']) .disclosures__summary-item {
        display: block;
      }

      .disclosures:where([data-summary-layout='inline']) .disclosures__summary-item-row {
        display: inline-flex;
      }

      .disclosures:where([data-summary-layout='inline']) .disclosures__summary-item-row:has(> .details__icon) {
        display: inline-grid;
      }

      .disclosures:where([data-summary-layout='inline']) .disclosures__summary-item-extra {
        display: inline-flex;
        align-items: center;
      }

      .disclosures:where([data-summary-layout='inline']) .disclosures__separator {
        display: inline-block;
      }
    }

    .disclosures__summary-item--measure .disclosures__summary-item-row {
      display: inline-flex;
      white-space: nowrap;
    }

    .disclosures__summary-item--measure .disclosures__summary-item-row:has(> .details__icon) {
      display: inline-grid;
    }

    .disclosures__summary-item--measure .disclosures__summary-item-extra {
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
    }

    .disclosures__summary-item--measure .disclosures__separator {
      display: inline-block;
    }

    .disclosures details[open] .disclosures__summary-item-extra {
      display: none;
    }

    .disclosures__item {
      display: flex;
    }

    .disclosures__item + .disclosures__item {
      margin-block-start: var(--spacing-lg);
    }

    .disclosures__item-left {
      flex: 0 1 auto;
      min-width: 0;
      cursor: default;
    }

    .disclosures__item-right {
      flex: 1;
      cursor: pointer;
    }

    .disclosures__item-header {
      display: flex;
      align-items: center;
      gap: var(--padding-2xs);
      margin-block-end: var(--spacing-xs);
      padding-block-end: var(--padding-xs);
    }

    .disclosures__item-title {
      margin: 0;
    }

    .disclosures__item-header:has(> .details__icon) {
      display: grid;
      grid-template-columns: var(--disclosures-symbol-width) minmax(0, 1fr);
      align-items: center;
      column-gap: var(--padding-2xs);
      min-inline-size: 0;
    }

    .disclosures__item-header:has(> .details__icon) > .details__icon {
      grid-column: 1;
      justify-self: center;
    }

    .disclosures__item-header:has(> .details__icon) > .disclosures__item-title {
      grid-column: 2;
    }

    .disclosures details[open] .disclosures__item-title {
      font-weight: var(--font-weight-bold, bold);
    }

    .disclosures__item-content {
      max-width: var(--normal-content-width);
      padding-block-end: var(--padding-2xl);
    }

    .disclosures details[open] .details-content {
      padding-block-end: 0;
    }
/* END_BLOCK:disclosures */
/* START_SNIPPET:accordion-styles (INDEX:184) */
.accordion {
    flex: 1;
    width: 100%;
  }

  .accordion--dividers accordion-custom:not(:first-child) .details {
    border-block-start: var(--style-border-width) solid var(--color-border);
  }

  /* When accordion borders are not set, show fallback borders */
  .accordion--dividers {
    /* stylelint-disable-next-line declaration-property-value-disallowed-list */
    --show-fallback-borders: 0;
  }

  .accordion--dividers:not([class*='color-'])[style*='--border-width: 0'],
  .accordion--dividers:not([class*='color-'])[style*='--border-style: none'] {
    --show-fallback-borders: 1;
  }

  .accordion--dividers accordion-custom:first-child .details {
    border-block-start: calc(var(--style-border-width) * var(--show-fallback-borders)) solid var(--color-border);
  }

  .accordion--dividers accordion-custom:last-child .details {
    border-block-end: calc(var(--style-border-width) * var(--show-fallback-borders)) solid var(--color-border);
  }

  .accordion--dividers .details-content {
    padding-block-end: var(--padding-sm);
  }

  .accordion--caret .icon-plus,
  .accordion--plus .icon-caret {
    display: none;
  }

  /* because we can't pass apply a specific class on a block based on its parent block setting */
  .accordion .details__header {
    font-family: var(--summary-font-family);
    font-style: var(--summary-font-style);
    font-weight: var(--summary-font-weight);
    font-size: var(--summary-font-size);
    line-height: var(--summary-font-line-height);
    text-transform: var(--summary-font-case);
    min-height: var(--minimum-touch-target);
  }

  .details__icon {
    height: auto;
    margin-inline-end: var(--margin-xs);
  }
/* END_SNIPPET:accordion-styles */
/* START_SNIPPET:add-to-cart-button-styles (INDEX:185) */
/* Add to cart button */
  .button[id^='BuyButtons-ProductSubmitButton-'] {
    position: relative;
    overflow: hidden;
  }

  .add-to-cart-button {
    --text-speed: 0.26;
    --base-delay: calc(var(--text-speed) * 0.25);
    --tick-speed: 0.1;
    --ring-speed: 0.2;
    --check-speed: 0.2;
    --burst-speed: 0.32;
    --step-delay: 3;
    --speed: 1;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap-2xs);
    user-select: none;
    transition-property: color, box-shadow, background-color, scale, translate;
    transition-duration: var(--animation-speed);
    transition-timing-function: var(--ease-out-cubic);

    &:active {
      scale: 0.99;
      translate: 0 1px;
    }
  }

  .add-to-cart-button .svg-wrapper .checkmark-burst {
    width: 30px;
    height: 30px;
  }

  .add-to-cart-text {
    --atc-opacity: 0;
    --atc-destination: -1em;

    display: flex;
    gap: var(--gap-2xs);
    align-items: center;
    justify-content: center;
    animation-duration: var(--animation-speed);
    animation-timing-function: var(--animation-easing);
    animation-fill-mode: forwards;
    transition: width var(--animation-speed) var(--animation-easing),
      opacity var(--animation-speed) var(--animation-easing);
  }

  .add-to-cart__added {
    --atc-opacity: 1;
    --atc-destination: 0px;

    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
  }

  .add-to-cart__added-icon {
    width: 32px;
    height: 32px;
  }

  [data-added='true'] .add-to-cart-text,
  [data-added='true'] .add-to-cart__added {
    animation-name: atc-slide;
  }

  .checkmark-burst {
    opacity: 0;
    overflow: visible;

    .burst {
      rotate: 20deg;
    }

    .check {
      opacity: 0.2;
      scale: 0.8;
      filter: blur(2px);
      transform: translateZ(0);
    }

    :is(.ring, .line, .check, .burst, .tick) {
      transform-box: fill-box;
      transform-origin: center;
    }

    :is(.line) {
      stroke-dasharray: 1.5 1.5;
      stroke-dashoffset: -1.5;
      translate: 0 -180%;
    }

    g {
      transform-origin: center;
      rotate: calc(var(--index) * (360 / 8) * 1deg);
    }
  }

  .add-to-cart-button[data-added='true'] .checkmark-burst {
    opacity: 1;
  }

  .add-to-cart-button[data-added='true'] {
    color: transparent;

    .check {
      opacity: 1;
      scale: 1;
      filter: blur(0);
    }

    .tick {
      scale: 1.75;
    }

    .ring {
      opacity: 0;
      scale: 1;
    }

    .line {
      stroke-dashoffset: 1.5;
    }

    .add-to-cart__added {
      color: var(--button-color);
    }

    .add-to-cart-text {
      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
      clip-path: circle(0% at 50% 50%);
      filter: blur(2px);
      opacity: 0;
      translate: 0 4px;
    }
  }

  @media (prefers-reduced-motion: no-preference) {
    .add-to-cart-button[data-added='true'] {
      .check {
        transition-property: opacity, scale, filter;
        transition-duration: calc(calc(var(--check-speed) * 1s));
        transition-delay: calc((var(--base-delay) * 1s));
        transition-timing-function: var(--ease-out-quad);
      }

      .tick {
        transition-property: scale;
        transition-duration: calc((calc(var(--tick-speed) * 1s)));
        transition-delay: calc(((var(--base-delay) + (var(--check-speed) * (var(--step-delay) * 1.1))) * 1s));
        transition-timing-function: ease-out;
      }

      .ring {
        transition-property: opacity, scale;
        transition-duration: calc((calc(var(--ring-speed) * 1s)));
        transition-delay: calc(((var(--base-delay) + (var(--check-speed) * var(--step-delay))) * 1s));
        transition-timing-function: var(--ease-out-quad);
      }

      .line {
        transition-property: stroke-dashoffset;
        transition-duration: calc((calc(var(--burst-speed) * 1s)));
        transition-delay: calc(((var(--base-delay) + (var(--check-speed) * var(--step-delay))) * 1s));
        transition-timing-function: var(--ease-out-cubic);
      }
    }

    .add-to-cart-text {
      transition-property: clip-path, opacity, filter, translate;
      transition-duration: calc((var(--text-speed) * 0.6s)), calc((var(--text-speed) * 1s));
      transition-timing-function: ease-out;
    }
  }

  .add-to-cart-text {
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    clip-path: circle(100% at 50% 50%);
  }

  @keyframes atc-slide {
    to {
      opacity: var(--atc-opacity, 1);
      translate: 0px var(--atc-destination, 0px);
    }
  }
/* END_SNIPPET:add-to-cart-button-styles */
/* START_SNIPPET:buy-buttons-styles (INDEX:194) */
.buy-buttons-block {
    --buy-button-preferred-width: 185px;

    width: 100%;
  }

  .product-form-buttons {
    display: flex;
    flex-wrap: wrap;
  }

  .product-form-buttons:not(:has(.quantity-rules)) {
    gap: calc(var(--gap-sm) / 2);

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

  .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
    > *:not(.quantity-selector-wrapper, .quantity-rules, .quantity-label, .volume-pricing, .product-form-text__error) {
    flex-basis: 51%;
  }

  .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-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);
  }

  shopify-accelerated-checkout {
    --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-primary);
    --shopify-accelerated-checkout-button-block-size: var(--height-buy-buttons);
  }

  .product-form-buttons:has(.add-to-cart-button.button-secondary) shopify-accelerated-checkout {
    --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-secondary);
    --shopify-accelerated-checkout-button-block-size: var(--height-buy-buttons);
  }

  .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%;
    color: var(--color, var(--color-foreground));
  }

  .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);
    padding-inline: var(--theme-drawer-padding);
    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__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, var(--color-foreground));
    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: rgb(var(--color-rgb, var(--color-foreground-rgb)) / var(--opacity-subdued-text));
  }

  .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;
  }

  .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:hover {
    color: rgb(var(--color-rgb, var(--color-foreground-rgb)) / var(--opacity-subdued-text));
  }

  .shopify-payment-button__more-options[aria-hidden='true'] {
    display: none;
  }
/* END_SNIPPET:buy-buttons-styles */
/* START_SNIPPET:cart-drawer (INDEX:198) */
cart-drawer-component {
    --cart-drawer-padding: var(--theme-drawer-padding);
    --font-paragraph--line-height: 1;
    display: contents;
  }

  .cart-drawer__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }

  .cart-drawer__inner > .cart-items-component {
    flex: 1;
    min-height: 0;
    height: auto;
  }

  .cart-drawer__content {
    height: calc(100% - var(--header-height));
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: var(--color-background);
    flex-grow: 1;
    overflow-y: auto;
  }

  .cart-drawer__items {
    display: flex;
    flex-direction: column;
    padding-inline: var(--cart-drawer-padding);
    overflow-y: auto;
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    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;
    padding-block-end: 0;
    margin-block-end: 0;
  }

  .cart-drawer__close-button--empty {
    margin-inline-start: auto;
  }

  .cart-drawer__summary {
    --cart-drawer-summary-padding: var(--padding-lg);

    position: sticky;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-xl);
    padding: var(--cart-drawer-summary-padding);
    margin-top: auto;
    background-color: var(--color-background);
    /* stylelint-disable-next-line color-named */
    mask-image: linear-gradient(to bottom, transparent, black var(--cart-drawer-summary-padding));

    @media screen and (min-width: 750px) {
      --cart-drawer-summary-padding: var(--padding-2xl);
    }
  }

  .theme-drawer__dialog[cart-summary-sticky='false'] .cart-drawer__summary {
    position: static;
    mask-image: none;
  }

  .theme-drawer__dialog[cart-summary-sticky='false'] .cart-drawer__items {
    overflow: unset;
  }

  .cart-actions summary {
    padding-inline: 0;
    padding-block: var(--padding-sm);
    line-height: 1.2;
    min-height: var(--minimum-touch-target);
  }

  .cart-drawer__summary .cart__summary-totals:not(:has(.cart__subtotal-container:empty)) {
    border-block-start: var(--style-border-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    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--empty .cart-drawer__content {
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: auto;
  }

  .cart-drawer--empty .cart-drawer__items {
    padding-inline: 0;
  }

  cart-drawer-component:not(:has(.cart-form)) .cart-drawer__content {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  cart-drawer-component:not(:has(.cart-form)) .cart-drawer__items {
    padding-inline: 0;
  }

  @media screen and (prefers-reduced-motion: no-preference) {
    html:active-view-transition-type(empty-cart-drawer) {
      .theme-drawer__close-button {
        view-transition-name: cart-drawer-close-button;
      }
    }
  }

  :active-view-transition {
    .cart-drawer__header,
    .cart-drawer__content {
      background: transparent;
    }
  }
/* END_SNIPPET:cart-drawer */
/* START_SNIPPET:cart-items-component (INDEX:199) */
.cart-items-component {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  @media screen and (prefers-reduced-motion: no-preference) {
    html:active-view-transition-type(empty-cart-drawer),
    html:active-view-transition-type(fill-cart-drawer) {
      .cart-items-component {
        view-transition-name: cart-drawer-content;
      }
    }

    html:active-view-transition-type(empty-cart-page) {
      .cart-items-component {
        view-transition-name: cart-page-content;
      }
    }
  }

  ::view-transition-old(cart-page-content) {
    animation: cart-page-content-old var(--animation-speed-fast) var(--animation-easing) forwards;
  }

  @keyframes cart-page-content-old {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      filter: blur(4px);
    }
  }

  ::view-transition-old(cart-drawer-content) {
    transform-origin: 50% 33%;
    animation: cart-contents-old var(--spring-d280-b0-duration) var(--spring-d280-b0-easing) forwards;
  }

  ::view-transition-new(cart-drawer-content) {
    transform-origin: top center;
    animation: cart-contents-new var(--spring-d280-b0-duration) var(--spring-d280-b0-easing) forwards;
  }

  @keyframes cart-contents-old {
    to {
      scale: 0.92;
      opacity: 0;
    }
  }

  @keyframes cart-contents-new {
    from {
      scale: 1.05;
      translate: 0 128px;
      filter: blur(1px);
      opacity: 0;
    }
  }
/* END_SNIPPET:cart-items-component */
/* START_SNIPPET:cart-products (INDEX:200) */
.cart-items {
    --cart-item-media-width-min: 2.5rem;
    --cart-item-media-width-max: 7.5rem;

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

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

  .cart-items__wrapper {
    display: flex;
    flex-direction: column;
  }

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

  .cart-items__wrapper--drawer-empty {
    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(2.5rem, 15cqi, 7.5rem) minmax(0, 1fr) minmax(var(--cart-item-price-width), auto);
    grid-template-areas:
      'media details price'
      'media quantity price'
      'media error error';
    column-gap: var(--gap-md);
    align-items: start;
    padding-bottom: var(--cart-items-gap);
    margin-bottom: var(--margin-lg);
  }

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

  .cart-items__product-info {
    min-width: 0;
  }

  /* Cart drawer: separate grid areas for variants and unit price */
  .cart-items__table-row--full-width-variants {
    grid-template-columns: clamp(2.5rem, 15cqi, 7.5rem) minmax(0, 1fr) auto;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-areas:
      'media details price'
      'media variants variants'
      'media unit_price unit_price'
      '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.adding {
    interpolate-size: allow-keywords;
    overflow: hidden;
    animation: addRow calc(var(--animation-speed) * 2) var(--animation-easing) forwards;
  }

  @keyframes addRow {
    0% {
      opacity: 0;
      height: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      border-color: transparent;
    }

    100% {
      opacity: 1;
      height: auto;
    }
  }

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

  .cart-items--dividers .cart-items__table-row {
    border-bottom: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    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 > * + *,
  .cart-items__bundle li {
    margin-block-start: var(--margin-3xs);
  }

  .cart-items__details * {
    font-size: var(--font-size--sm);
  }

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

  .cart-items__title-row {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-xs);
    max-width: 100%;
    min-width: 0;
  }

  .cart-items__title {
    font-size: var(--font-size--md);
    color: var(--color-foreground);
    text-transform: var(--product-title-case);
    display: block;
    margin-block-start: 0;
    min-width: 0;
    overflow-wrap: break-word;
  }

  .cart-items__variants {
    display: block;
  }

  .cart-items__variant {
    display: inline;
  }

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

  .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-xs);
    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 .quantity-selector {
    display: inline-flex;
    font-size: var(--font-size--sm);
    height: auto;
  }

  .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;
  }

  .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);
    margin-inline: auto;
    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 1fr;
      grid-template-areas:
        'media details quantity price'
        'media details 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-items__table-row--full-width-variants {
      grid-template-rows: 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 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__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-button-block-size: var(--height-buy-buttons);
    --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: 105px;
      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 */
/* START_SNIPPET:cart-typography-styles (INDEX:202) */
.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-secondary-typography {
    font-family: var(--cart-secondary-font-family);
    font-style: var(--cart-secondary-font-style);
    font-weight: var(--cart-secondary-font-weight);
  }
/* END_SNIPPET:cart-typography-styles */
/* START_SNIPPET:chat-drawer (INDEX:203) */
/* Pin the chat's mobile/desktop boundary so the theme and the chat agree
     on where standalone mode kicks in. Must stay in sync with the @media
     query below — @shopify/storefront-components reads this value once at
     init and uses it to decide when to force standalone mode. */
  shopify-chat {
    --shopify-chat-breakpoint: 768px;
  }

  shopify-chat[mode='managed'] {
    position: static;
    height: 100%;
  }

  .theme-drawer__dialog:has(shopify-chat[mode='standalone'][open]) {
    z-index: calc(var(--layer-menu-drawer) + 1);
  }

  /* Keep the panel rendered while closed so <shopify-chat>'s position-fixed
     "Ask anything" launcher stays visible. */
  .theme-drawer__dialog.chat-drawer:has(shopify-chat:defined) {
    display: flex;
  }
/* END_SNIPPET:chat-drawer */
/* START_SNIPPET:deferred-media-product-model-styles (INDEX:210) */
.product-media {
    aspect-ratio: var(--gallery-aspect-ratio, var(--ratio));
    min-height: 0;
    min-width: 0;
  }

  .product-media__image {
    object-position: var(--focal-point, center center);
  }

  /*** Media border-radius feature ****/
  @media screen and (min-width: 750px) {
    .media-gallery--carousel slideshow-container,
    .media-gallery--grid .product-media > * {
      border-radius: var(--media-radius, 0);
      overflow: hidden;
    }

    /* When the CAROUSEL is on the LEFT side */
    .product-information:not(.product-information--media-right)
      .media-gallery--carousel.media-gallery--extend
      slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    /* When the CAROUSEL is on the RIGHT side */
    .product-information.product-information--media-right
      .media-gallery--carousel.media-gallery--extend
      slideshow-container {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    /* When the GRID is on the LEFT side */
    .product-information:not(.product-information--media-right) {
      /* One column */
      .media-gallery--grid.media-gallery--extend:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--extend.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--extend.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(even))
        .product-media
        > * {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
    }

    /* When the GRID is on the RIGHT side */
    .product-information.product-information--media-right {
      /* One column */
      .media-gallery--grid.media-gallery--extend:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column:not(.media-gallery--large-first-image)
        .product-media-container:nth-of-type(even)
        .product-media
        > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(odd))
        .product-media
        > * {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    }
  }

  .product-media product-model {
    position: absolute;
  }

  .product-media-container--model {
    /* Usefull when view in your space is shown */
    flex-direction: column;
  }

  .shopify-model-viewer-ui__controls-area {
    bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
  }

  /* If the product media is already providing an image cover, hide images provided by sibling product-model */
  .product-media__image ~ product-model .deferred-media__poster-image {
    display: none;
  }

  /* If the product model is playing, hide the preview image */
  .product-media-container:has(product-model .deferred-media__playing) .product-media__image {
    opacity: 0;
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  product-model {
    /* Height needed to make sure when it's set to be stretched, it takes the full height */
    height: 100%;
    width: 100%;
    position: relative;
  }

  /* Media that have a poster button sibling providing the size should be absolute-positioned.
  Otherwise, it should be a block to rely on its own size */
  product-model model-viewer,
  product-model > .deferred-media__poster-button ~ *:not(template) {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    /* Required to make sure the absolute position respects the padding of the wrapper: */
    padding: inherit;
  }

  product-model > .deferred-media__poster-button {
    width: 100%;
    height: 100%;
    aspect-ratio: var(--video-aspect-ratio, auto);
  }

  product-model > .deferred-media__poster-button.deferred-media__playing {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .button-shopify-xr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--padding-md);
  }

  .button-shopify-xr > svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    margin-inline-end: var(--margin-md);
  }

  .button-shopify-xr[data-shopify-xr-hidden] {
    display: none;
  }

  product-model .deferred-media__poster-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  product-model .deferred-media__poster-icon svg {
    width: var(--button-size);
    height: var(--button-size);
    color: var(--color-white);
    filter: drop-shadow(var(--shadow-button));

    &:hover {
      color: rgb(var(--color-white-rgb) / var(--opacity-80));
    }

    @media screen and (min-width: 750px) {
      width: 4rem;
      height: 4rem;
    }
  }
/* END_SNIPPET:deferred-media-product-model-styles */
/* START_SNIPPET:deferred-media-video-styles (INDEX:211) */
.product-media deferred-media {
    position: absolute;
  }

  /* If the product media is already providing an image cover, hide images provided by sibling deferred-media */
  .product-media__image ~ deferred-media .deferred-media__poster-image {
    display: none;
  }

  /* If the product media video is playing, hide the preview image */
  .product-media-container:has(deferred-media .deferred-media__playing) .product-media__image {
    opacity: 0;
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  deferred-media {
    /* Height needed to make sure when it's set to be stretched, it takes the full height */
    height: 100%;
    width: 100%;
    position: relative;

    /* The overflow hidden in the deferred-media won't let the button show the focus ring */
    &:has(:focus-visible) {
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: var(--focus-outline-offset);
    }

    @supports not selector(:focus-visible) {
      &:has(:focus) {
        outline: var(--focus-outline-width) solid currentcolor;
        outline-offset: var(--focus-outline-offset);
      }
    }
  }

  /* Media that have a poster button sibling providing the size should be absolute-positioned.
  Otherwise, it should be a block to rely on its own size */
  deferred-media > .deferred-media__poster-button ~ *:not(template) {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    /* Required to make sure the absolute position respects the padding of the wrapper: */
    padding: inherit;
  }

  deferred-media.border-style {
    /* Apply the border radius to the video */
    overflow: hidden;
  }

  deferred-media > .deferred-media__poster-button {
    width: 100%;
    height: 100%;
    aspect-ratio: var(--video-aspect-ratio, auto);
  }

  deferred-media > .deferred-media__poster-button.deferred-media__playing {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  deferred-media img {
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
  }

  deferred-media iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    aspect-ratio: var(--size-style-aspect-ratio, auto);
  }

  deferred-media[data-media-loaded] img {
    opacity: 0;
  }

  deferred-media .deferred-media__poster-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  deferred-media .deferred-media__poster-icon svg {
    width: var(--button-size);
    height: var(--button-size);
    color: var(--color-white);
    filter: drop-shadow(var(--shadow-button));

    &:hover {
      color: rgb(var(--color-white-rgb) / var(--opacity-80));
    }

    @media screen and (min-width: 750px) {
      width: 4rem;
      height: 4rem;
    }
  }

  deferred-media[class] :is(.deferred-media__poster-button img, .deferred-media__poster-button ~ video) {
    /* only apply this on the video block not product media */
    object-fit: cover;
    height: 100%;
    aspect-ratio: var(--size-style-aspect-ratio, auto);
  }

  .video-interaction-hint {
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: var(--layer-flat);
  }

  .video-interaction-hint:hover {
    opacity: 1;
  }
/* END_SNIPPET:deferred-media-video-styles */
/* START_SNIPPET:divider (INDEX:212) */
.divider {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: var(--divider-justify-content);
  }

  .divider__line {
    border-bottom: var(--divider-border-thickness) solid var(--color-border);
    border-right: var(--divider-border-thickness) solid var(--color-border);
    border-radius: calc(var(--style-border-radius-sm) * var(--divider-border-rounded));
    flex-basis: var(--divider-flex-basis);
    min-height: var(--divider-flex-basis);
  }
/* END_SNIPPET:divider */
/* START_SNIPPET:fly-to-cart-styles (INDEX:217) */
/* Fly to cart animation */
  fly-to-cart {
    --offset-y: 10px;

    position: fixed;
    width: var(--width, 40px);
    height: var(--height, 40px);
    left: 0;
    top: 0;
    z-index: calc(infinity);
    pointer-events: none;
    border-radius: var(--style-border-radius-buttons-primary);
    overflow: hidden;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    opacity: 0;
    background-color: var(--color-foreground);
    translate: var(--start-x, 0) var(--start-y, 0);
    transform: translate(-50%, -50%);
    animation-name: travel-x, travel-y, travel-scale;
    animation-timing-function: var(--x-timing), var(--y-timing), var(--scale-timing);
    animation-duration: 0.6s;
    animation-composition: accumulate;
    animation-fill-mode: both;
  }

  fly-to-cart.fly-to-cart--main {
    --x-timing: cubic-bezier(0.7, -5, 0.98, 0.5);
    --y-timing: cubic-bezier(0.15, 0.57, 0.9, 1.05);
    --scale-timing: cubic-bezier(0.85, 0.05, 0.96, 1);
  }

  fly-to-cart.fly-to-cart--quick {
    --x-timing: cubic-bezier(0, -0.1, 1, 0.32);
    --y-timing: cubic-bezier(0, 0.92, 0.92, 1.04);
    --scale-timing: cubic-bezier(0.86, 0.08, 0.98, 0.98);

    animation-duration: 0.6s;
  }

  fly-to-cart.fly-to-cart--sticky {
    --x-timing: cubic-bezier(0.98, -0.8, 0.92, 0.5);
    --y-timing: cubic-bezier(0.14, 0.56, 0.92, 1.04);
    --scale-timing: cubic-bezier(0.86, 0.08, 0.98, 0.98);
    --radius: var(--style-border-radius-buttons-primary);

    @media screen and (max-width: 749px) {
      --x-timing: cubic-bezier(0.98, -0.1, 0.92, 0.5);
    }

    animation-duration: 0.8s;
  }

  @keyframes travel-scale {
    0% {
      opacity: var(--start-opacity, 1);
    }

    5% {
      opacity: 1;
    }

    100% {
      border-radius: 50%;
      opacity: 1;
      transform: translate(-50%, calc(-50% + var(--offset-y))) scale(0.25);
    }
  }

  @keyframes travel-x {
    to {
      translate: var(--travel-x, 0) 0;
    }
  }

  @keyframes travel-y {
    to {
      translate: 0 var(--travel-y, 0);
    }
  }
/* END_SNIPPET:fly-to-cart-styles */
/* START_SNIPPET:group (INDEX:225) */
.group-block__link {
    position: absolute;
    inset: 0;
  }

  .group-block__link ~ :is(.group-block-content, .group-block__media-wrapper) {
    pointer-events: none;

    :is(a, button, input, textarea, select) {
      pointer-events: auto;
    }
  }

  /* Needs the .group-block__link ~ to be specific enough to take effect. */
  .group-block__link ~ .group-block-content--design-mode {
    pointer-events: auto;
  }
/* END_SNIPPET:group */
/* START_SNIPPET:payment-terms-styles (INDEX:246) */
form.payment-terms {
    padding-top: 0.5em;
    font-size: min(0.85em, var(--font-paragraph--size));
    font-weight: var(--font-paragraph--weight);
    color: var(--color, rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text)));
  }

  .installments:not(:has(shopify-payment-terms)) {
    display: none;
  }
/* END_SNIPPET:payment-terms-styles */
/* START_SNIPPET:pills-styles (INDEX:247) */
/* Pills (used in facets and predictive search) */

  .pills__pill {
    --pills-pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));

    color: var(--color-foreground);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap-sm);
    min-width: 48px;
    padding: 6px 12px;
    border-radius: var(--style-border-radius-pills);
    cursor: pointer;
    background-color: var(--pills-pill-background-color);
    transition: background-color var(--animation-speed) var(--animation-easing);

    &:hover {
      --pills-pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    }

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

  .pills__pill > .svg-wrapper {
    --close-icon-opacity: 0.4;
    --icon-stroke-width: 1px;

    color: var(--color-foreground);
  }

  .pills__pill--swatch {
    @media screen and (max-width: 749px) {
      padding-inline-start: var(--padding-sm);
    }
  }

  .pills__pill--swatch .swatch {
    margin-right: -4px;
  }

  .pills__pill--desktop-small {
    @media screen and (min-width: 750px) {
      font-size: var(--font-size--xs);
    }
  }
/* END_SNIPPET:pills-styles */
/* START_SNIPPET:predictive-search-styles (INDEX:251) */
/* 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 {
    flex-grow: 1;
    overflow-y: auto;
    padding-block: var(--padding-lg);
    container-type: inline-size;
    color: var(--color-foreground);
  }

  .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: var(--color-foreground-subdued);
  }

  .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: var(--padding-xl);
  }

  .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(2, 1fr);
    padding-block-end: var(--padding-sm);
    gap: var(--gap-md);
    transition: height var(--animation-speed-medium) var(--animation-easing);

    @container (min-width: 550px) {
      grid-template-columns: repeat(4, 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 */
/* START_SNIPPET:product-information-content (INDEX:259) */
.product-information {
    gap: var(--gap) 0;
  }

  /* Base grid layout */
  .product-information__grid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
  }

  /* Default column positions */
  .product-details {
    order: 1;
  }

  .product-information__media {
    order: 0;
    width: 0;
    min-width: 100%;
  }

  .product-information__media .product-media-gallery__placeholder-image {
    width: 100%;
    height: 100%;
  }

  /* Mobile styles */
  @media screen and (max-width: 749px) {
    .product-information__media {
      grid-column: 1 / -1;
    }

    .product-details {
      grid-column: 2 / 3;
    }
  }

  /* Desktop styles */
  @media screen and (min-width: 750px) {
    .product-information__grid {
      grid-column: 2;
    }

    /* Position when there is no media */
    .product-information__grid.product-information--media-none {
      .product-details {
        width: var(--narrow-content-width);
        margin: 0 auto;
      }
    }

    /* Position when there is media */
    .product-information__grid:not(.product-information--media-none) {
      /* Media on the left side */
      &.product-information--media-left {
        grid-template-columns: 1fr min(50vw, var(--sidebar-width));

        .product-information__media {
          padding-right: calc(var(--gap, 0) / 2);
        }

        .product-details {
          padding-left: calc(var(--gap, 0) / 2);
        }

        &:has(.media-gallery--extend) {
          grid-column: 1 / 3;
        }
      }

      /* Media on the right side */
      &.product-information--media-right {
        grid-template-columns: min(50vw, var(--sidebar-width)) 1fr;

        .product-information__media {
          padding-left: calc(var(--gap, 0) / 2);
          order: 1;
        }

        .product-details {
          padding-right: calc(var(--gap, 0) / 2);
          order: 0;
        }

        &:has(.media-gallery--extend) {
          grid-column: 2 / -1;
        }
      }

      /* Equal width columns */
      &.product-information__grid--half,
      &.product-information__grid--half:has(.media-gallery--extend) {
        grid-column: 1 / -1;
        grid-template-columns:
          var(--full-page-grid-margin) calc(var(--full-page-grid-central-column-width) / 2) calc(
            var(--full-page-grid-central-column-width) / 2
          )
          var(--full-page-grid-margin);

        &.product-information--media-left {
          .product-information__media {
            grid-column: 2 / 3;

            &:has(.media-gallery--extend) {
              grid-column: 1 / 3;
            }
          }

          .product-details {
            grid-column: 3 / 4;
          }
        }

        &.product-information--media-right {
          .product-information__media {
            grid-column: 3 / 4;

            &:has(.media-gallery--extend) {
              grid-column: 3 / -1;
            }
          }

          .product-details {
            grid-column: 2 / 3;
          }
        }
      }
    }

    /* Handle full width section */
    .section--full-width {
      .product-information__grid:not(.product-information--media-none) {
        &.product-information--media-left,
        &.product-information--media-right {
          grid-column: 1 / -1;
        }

        &.product-information--media-left .product-details {
          padding-inline-end: var(--padding-lg);
        }

        &.product-information--media-right .product-details {
          padding-inline-start: var(--padding-lg);
        }

        &.product-information__grid--half.product-information--media-left {
          .product-information__media {
            grid-column: 1 / 3;
          }

          .product-details {
            grid-column: 3 / -1;
          }
        }

        &.product-information__grid--half.product-information--media-right {
          .product-information__media {
            grid-column: 3 / -1;
          }

          .product-details {
            grid-column: 1 / 3;
          }
        }
      }
    }
  }

  /* Wider sidebar for large screens */
  @media screen and (min-width: 1200px) {
    .product-information__grid:not(
        .product-information__grid--half,
        .product-information--media-none
      ).product-information--media-left {
      grid-template-columns: 2fr 1fr;
    }

    .product-information__grid:not(
        .product-information__grid--half,
        .product-information--media-none
      ).product-information--media-right {
      grid-template-columns: 1fr 2fr;
    }
  }

  .product-information__grid--limit-details .product-details > .group-block {
    --details-max-width: var(--sidebar-width);
    max-width: var(--details-max-width);
  }

  @media screen and (min-width: 1600px) {
    .product-information__grid--limit-details .product-details > .group-block {
      --details-max-width: 32rem;
    }
  }

  /* If the header is sticky, make product details content stick underneath the header */
  body:has(#header-group #header-component[data-sticky-state='active']) .product-details.sticky-content--desktop {
    --sticky-header-offset: var(--header-height);
  }
/* END_SNIPPET:product-information-content */
/* START_SNIPPET:product-media-container-styles (INDEX:260) */
:where(:not(.dialog-zoomed-gallery)) > .product-media-container {
    --slide-width: 100%;

    display: flex;
    aspect-ratio: var(--gallery-aspect-ratio, var(--media-preview-ratio));
    max-height: var(--constrained-height);
    width: var(--slide-width, 100%);

    /* Relative position needed for video and 3d models */
    position: relative;
    overflow: hidden;

    &:where(.constrain-height) {
      /* arbitrary offset value based on average theme spacing and header height */
      --viewport-offset: 400px;
      --constrained-min-height: 300px;
      --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));

      margin-right: auto;
      margin-left: auto;
    }

    @supports (--test: round(up, 100%, 1px)) {
      /* width and overflow forces children to shrink to parent width */
      --slide-width: round(up, 100%, 1px);
    }
  }

  @media screen and (max-width: 749px) {
    .product-media-container.constrain-height {
      max-height: none;
    }
  }

  @media screen and (min-width: 750px) {
    .product-media-container.constrain-height {
      --viewport-offset: var(--header-height, 100px);
      --constrained-min-height: 500px;
    }

    body:has(header-component[transparent]) .product-media-container.constrain-height {
      --viewport-offset: 0px;
    }
  }

  .product-media-container img {
    aspect-ratio: inherit;
    object-fit: contain;
  }

  .product-media-container.media-fit-contain img {
    object-position: center center;
  }

  .product-media-container.media-fit {
    --product-media-fit: cover;

    img {
      object-fit: var(--product-media-fit);
    }
  }
/* END_SNIPPET:product-media-container-styles */
/* START_SNIPPET:product-media-gallery-content-styles (INDEX:261) */
/* Product Media */
  media-gallery {
    display: block;
    width: 100%;
  }

  :where(media-gallery, .product-grid__item) {
    .media-gallery__grid {
      grid-template-columns: 1fr;
      gap: var(--image-gap);
    }
  }

  @media screen and (min-width: 750px) {
    .media-gallery--large-first-image .product-media-container:first-child,
    .media-gallery--two-column .product-media-container:only-child {
      /* First child spans 2 columns */
      grid-column: span 2;
    }
  }

  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;
    }
  }

  zoom-dialog dialog {
    width: 100vw;
    height: 100vh;
    border: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    opacity: 0;
    transition: opacity var(--animation-speed) var(--animation-easing);
    scrollbar-width: none;

    &[open] {
      opacity: 1;
    }

    @media (prefers-reduced-motion: no-preference) {
      scroll-behavior: smooth;
    }

    &::backdrop {
      background: transparent;
    }
  }

  .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:product-media-gallery-content (INDEX:262) */
.dialog-thumbnails-list-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    z-index: var(--layer-raised);
  }

  .dialog-thumbnails-list {
    --active-thumbnail-border-color: rgb(var(--color-border-rgb) / var(--media-border-opacity));

    position: relative;
    display: inline-flex;
    flex-direction: row;
    gap: 8px;
    bottom: 0;
    overflow-x: auto;
    opacity: 0;
    padding: var(--padding-lg);
    margin-inline: auto;
    scrollbar-width: none;
    animation: thumbnailsSlideInBottom calc(var(--animation-speed) * 0.75) var(--animation-easing) forwards;
    animation-delay: calc(var(--animation-speed) * 1.5);
  }

  .dialog--closed .dialog-thumbnails-list {
    animation: thumbnailsSlideOutBottom var(--animation-speed) var(--animation-easing) forwards;
  }

  @media screen and (min-width: 750px) {
    .dialog-thumbnails-list {
      position: fixed;
      flex-direction: column;
      inset: 50% var(--margin-lg) auto auto;
      right: 0;
      max-height: calc(100vh - 200px);
      overflow-y: auto;
      animation: thumbnailsSlideInTop var(--spring-d220-b0-duration) var(--spring-d220-b0-easing) forwards;
      animation-delay: calc(var(--spring-d220-b0-duration) * 0.5);
    }

    .dialog--closed .dialog-thumbnails-list {
      animation: thumbnailsSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
    }
  }

  .dialog-thumbnails-list__thumbnail {
    width: var(--thumbnail-width);
    height: auto;
    transition: transform var(--animation-speed) var(--animation-easing);
    flex-shrink: 0;
    border-radius: var(--media-radius);

    img {
      height: 100%;
      object-fit: cover;
      border-radius: var(--media-radius);
      aspect-ratio: var(--aspect-ratio);
    }

    &:is([aria-selected='true']) {
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: calc(var(--focus-outline-offset) / 2);
      border: var(--style-border-width) solid var(--active-thumbnail-border-color);
    }
  }

  @supports (anchor-name: --test) {
    .dialog-thumbnails-list:has(.dialog-thumbnails-list__thumbnail:is([aria-selected='true']))::after {
      --inset-offset: calc(var(--focus-outline-offset) / 2);

      content: '';
      position: absolute;
      inset: anchor(top) anchor(right) anchor(bottom) anchor(left);
      position-anchor: --selected-thumbnail;
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: calc(var(--focus-outline-offset) / 2);
      border: var(--style-border-width) solid var(--active-thumbnail-border-color);
      border-radius: var(--media-radius);
      z-index: var(--layer-raised);
    }

    @media (prefers-reduced-motion: no-preference) {
      .dialog-thumbnails-list:has(.dialog-thumbnails-list__thumbnail:is([aria-selected='true']))::after {
        transition-property: inset;
        transition-duration: var(--spring-d180-b0-duration);
        transition-timing-function: var(--spring-d180-b0-easing);
      }
    }

    .dialog-thumbnails-list__thumbnail:is([aria-selected='true']) {
      outline: none;
      border: none;
      anchor-name: --selected-thumbnail;
    }
  }

  .dialog-zoomed-gallery .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
    /* Move the controls above the thumbnails. Need to calculate the height of the thumbnails list */
    bottom: calc(var(--thumbnail-width) / var(--media-preview-ratio) + var(--padding-lg) * 2);
    right: var(--padding-lg);
  }

  @media screen and (min-width: 750px) {
    .dialog-zoomed-gallery .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
      /* Move the controls up to match the padding on the thumbnails */
      bottom: var(--padding-lg);

      /* Move the controls to the left of the thumbnails list on the right */
      right: calc(var(--thumbnail-width) + var(--padding-lg) * 2);
    }
  }

  @media screen and (max-width: 749px) {
    /* Media gallery has a peeking slide on the right side always, and on the left side when the current slide is the last one */
    .media-gallery--hint
      :is(
        slideshow-slide:has(+ slideshow-slide[aria-hidden='false']:last-of-type),
        slideshow-slide[aria-hidden='false'] + slideshow-slide
      ) {
      content-visibility: auto;

      slideshow-component[actioned] & {
        content-visibility: visible;
      }
    }
  }

  .dialog-zoomed-gallery__dialog {
    background-color: var(--color-background);
    view-transition-name: zoom-dialog-ui;
  }

  .dialog-zoomed-gallery {
    cursor: zoom-out;
  }

  .dialog--preloading {
    opacity: 0;
  }

  @media screen and (max-width: 749px) {
    .dialog-zoomed-gallery {
      /* Prevent scroll wheel or swipe scrolling */
      overscroll-behavior: none;
      scrollbar-width: none;
      display: flex;
      scroll-snap-type: x mandatory;
      overflow-x: hidden;
      scroll-behavior: smooth;
      height: 100%;

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

    .dialog-zoomed-gallery .product-media-container {
      flex: 0 0 100%;
      scroll-snap-align: start;
      position: relative;
    }

    .dialog-zoomed-gallery .product-media-container--image .product-media {
      aspect-ratio: auto;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }

    .dialog-zoomed-gallery .product-media-container--video,
    .dialog-zoomed-gallery .product-media-container--external_video {
      align-content: center;
    }

    .dialog-zoomed-gallery
      :is(.product-media-container--video, .product-media-container--external_video, .product-media-container--model)
      .product-media {
      aspect-ratio: auto;
      align-items: center;
      height: 100%;

      .product-media__image {
        height: 100%;
      }
    }

    .product-media__drag-zoom-wrapper {
      display: flex;
      aspect-ratio: auto;
      height: 100%;
      width: 100%;
      overflow: scroll;
      scrollbar-width: none;
      justify-content: center;

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

    .product-media__drag-zoom-wrapper .product-media__image {
      --product-media-fit: contain;

      object-fit: var(--product-media-fit);
      overflow: hidden;
      transform: scale(var(--drag-zoom-scale))
        translate(var(--drag-zoom-translate-x, 0), var(--drag-zoom-translate-y, 0));
    }

    .media-gallery--hint {
      --slideshow-gap: var(--gap-2xs);

      :not(.dialog-zoomed-gallery) > .product-media-container:not(:only-child) {
        width: 90%;

        .product-media img {
          object-fit: cover;
        }
      }
    }
  }

  .dialog-zoomed-gallery__close-button {
    color: #fff;
    mix-blend-mode: difference;
    z-index: var(--layer-raised);
  }

  /* Mobile thumbnails styling */
  @media screen and (max-width: 749px) {
    .media-gallery__mobile-controls[thumbnails] {
      --thumbnail-width: 44px;
    }

    .media-gallery__mobile-controls[thumbnails] .slideshow-controls__thumbnail {
      width: var(--thumbnail-width);
      height: auto;
    }
  }

  .dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-out;
  }

  .dialog-zoomed-gallery .product-media-container--video deferred-media,
  .dialog-zoomed-gallery .product-media-container--external_video deferred-media {
    height: auto;
    aspect-ratio: var(--ratio);
  }

  .dialog-zoomed-gallery .product-media-container--model .product-media__image {
    /* Make the height match the height of the model-viewer */
    height: 100vh;
  }

  :root:active-view-transition .dialog-zoomed-gallery__dialog {
    background-color: transparent;
  }

  ::view-transition-group(zoom-dialog-ui) {
    z-index: calc(var(--layer-overlay) + 1);
  }

  ::view-transition-old(gallery-item-open),
  ::view-transition-new(gallery-item-open) {
    animation-timing-function: step-start;
  }

  ::view-transition-old(gallery-item-close),
  ::view-transition-new(gallery-item-close) {
    animation-timing-function: step-end;
  }

  @media screen and (min-width: 750px) {
    :root:active-view-transition .product-media__image {
      background-color: transparent;
    }
  }

  ::view-transition-group(gallery-item-open),
  ::view-transition-group(gallery-item-close) {
    z-index: var(--layer-overlay);
    border-radius: var(--gallery-media-border-radius);
    overflow: clip;
  }

  ::view-transition-group(gallery-item-open) {
    animation-timing-function: var(--spring-d300-b0-easing);
    animation-duration: var(--spring-d300-b0-duration);
  }

  ::view-transition-group(gallery-item-close) {
    animation-timing-function: var(--spring-d220-b0-easing);
    animation-duration: var(--spring-d220-b0-duration);
  }

  @media screen and (max-width: 749px) {
    ::view-transition-group(gallery-item-open),
    ::view-transition-group(gallery-item-close) {
      animation-timing-function: step-start;
      animation-duration: 0.1s;
    }

    ::view-transition-new(gallery-item-open) {
      animation: fade-in var(--spring-d180-b0-duration) var(--spring-d180-b0-easing) forwards;
      animation-timing-function: var(--spring-d180-b0-easing);
      animation-duration: var(--spring-d180-b0-duration);
    }

    ::view-transition-old(gallery-item-close) {
      animation: fade-out 0.08s linear forwards;
    }
  }

  @keyframes fade-in {
    from {
      scale: 0.98;
      opacity: 0.8;
    }
  }

  @keyframes fade-out {
    to {
      opacity: 0;
    }
  }

  /*
   * Product media gallery slideshow context styles
   */
  .product-media-gallery__slideshow--single-media slideshow-container {
    @media screen and (max-width: 749px) {
      grid-area: unset;
    }
  }

  /* Display grid view as a carousel on mobile, grid on desktop */
  media-gallery:is(.media-gallery--grid) slideshow-component {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  @media screen and (max-width: 749px) {
    /* Media gallery has a peeking slide on the right side always, and on the left side when the current slide is the last one */
    .media-gallery--hint
      :is(
        slideshow-slide:has(+ slideshow-slide[aria-hidden='false']:last-of-type),
        slideshow-slide[aria-hidden='false'] + slideshow-slide
      ) {
      content-visibility: auto;

      slideshow-component[actioned] & {
        content-visibility: visible;
      }
    }
  }

  @media screen and (min-width: 750px) {
    .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]) {
      &:has(slideshow-controls[pagination-position='right']) {
        display: grid;
        grid-template:
          'container controls' auto
          'arrows controls' min-content
          / 1fr auto;
      }

      &:has(slideshow-controls[pagination-position='left']) {
        display: grid;
        grid-template:
          'controls container' auto
          'controls arrows' min-content
          / auto 1fr;
      }

      slideshow-controls[pagination-position='left'] {
        order: -1;
      }
    }
  }

  .media-gallery--carousel slideshow-arrows .slideshow-control {
    padding-inline: 0 var(--padding-md);
    opacity: 1;
  }

  @media screen and (max-width: 749px) {
    slideshow-component:has(:not(.mobile\:hidden) :is(.slideshow-controls__dots, .slideshow-controls__counter))
      .shopify-model-viewer-ui__controls-area {
      /* Position the controls just above the counter */
      bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
    }
  }

  @media screen and (min-width: 750px) {
    slideshow-component:has(:not(.desktop\:hidden) :is(.slideshow-controls__dots, .slideshow-controls__counter))
      .shopify-model-viewer-ui__controls-area {
      /* Position the controls just above the counter */
      bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
    }
  }

  slideshow-slide.product-media-container--tallest {
    content-visibility: visible;
  }
/* END_SNIPPET:product-media-gallery-content */
/* START_SNIPPET:quantity-selector-styles (INDEX:265) */
/* Quantity selector */
  .quantity-selector {
    --quantity-selector-width: 124px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    border-radius: var(--style-border-radius-inputs);
    flex: 1 1 var(--quantity-selector-width);
    align-self: stretch;
  }

  .product-form-buttons:has(.add-to-cart-button.button-secondary) .quantity-selector {
    border-radius: var(--style-border-radius-buttons-secondary);
  }

  .quantity-selector :is(.quantity-minus, .quantity-plus) {
    /* Unset button styles */
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    flex-shrink: 0;
    color: var(--color-input-text);
  }

  .quantity-selector .quantity-minus {
    border-start-start-radius: var(--style-border-radius-inputs);
    border-end-start-radius: var(--style-border-radius-inputs);
  }

  .quantity-selector .quantity-plus {
    border-start-end-radius: var(--style-border-radius-inputs);
    border-end-end-radius: var(--style-border-radius-inputs);
  }

  .product-details .quantity-selector,
  .quick-add-modal .quantity-selector {
    border-radius: var(--style-border-radius-buttons-primary);
  }

  .product-details .quantity-selector .quantity-minus,
  .quick-add-modal .quantity-selector .quantity-minus {
    border-start-start-radius: var(--style-border-radius-buttons-primary);
    border-end-start-radius: var(--style-border-radius-buttons-primary);
  }

  .product-details .quantity-selector .quantity-plus,
  .quick-add-modal .quantity-selector .quantity-plus {
    border-start-end-radius: var(--style-border-radius-buttons-primary);
    border-end-end-radius: var(--style-border-radius-buttons-primary);
  }

  .quantity-selector .svg-wrapper {
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .quantity-selector svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  :is(.quantity-minus, .quantity-plus):active .svg-wrapper {
    transform: scale(0.9);
  }

  .quantity-selector input[type='number'] {
    margin: 0;
    text-align: center;
    border: none;
    appearance: none;
    max-width: calc(var(--quantity-selector-width) - var(--minimum-touch-target) * 2);
    border-radius: var(--style-border-radius-buttons);
    color: var(--color-input-text);
    background-color: transparent;
  }

  /* Chrome, Safari, Edge, Opera */
  .quantity-selector input[type='number']::-webkit-inner-spin-button,
  .quantity-selector input[type='number']::-webkit-outer-spin-button {
    appearance: none;
  }

  /* Firefox */
  .quantity-selector input[type='number'] {
    appearance: textfield;
  }
/* END_SNIPPET:quantity-selector-styles */
/* START_SNIPPET:quantity-selector (INDEX:266) */
.quantity-selector-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(var(--gap-sm) / 2);

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

  .price-per-item {
    display: block;
    color: var(--color-foreground);
    font-size: var(--font-size--sm);
    font-weight: normal;
  }
/* END_SNIPPET:quantity-selector */
/* START_SNIPPET:quick-add-modal-styles (INDEX:267) */
#quick-add-dialog {
    display: contents;
  }

  /* Inputs inside the quick-add modal use the global Input Fields settings,
     not any per-block overrides set on the product page. */
  .quick-add-modal .quantity-selector-wrapper {
    --color-input-background: inherit;
    --color-input-text: inherit;
    --color-input-text-rgb: inherit;
    --color-input-border: inherit;
    --style-border-width-inputs: inherit;
    --style-border-radius-inputs: inherit;
    --style-border-radius-buttons-primary: var(--style-border-radius-inputs);
    --style-border-radius-buttons-secondary: var(--style-border-radius-inputs);
  }

  .quick-add-modal .product-details .quantity-selector {
    border-radius: var(--style-border-radius-inputs);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* END_SNIPPET:quick-add-modal-styles */
/* START_SNIPPET:resource-card (INDEX:272) */
.resource-card__wrapper {
    display: block;
    height: 100%;
  }

  .resource-card {
    --resource-card-secondary-image-opacity: 0;
    --resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));

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

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

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

    .price {
      font-weight: 500;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* Firefox */
    scrollbar-width: none;

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

  .predictive-search-form__content-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: var(--layer-raised);
    display: flex;
    flex-direction: column;
    border-radius: 0 0 var(--search-border-radius) var(--search-border-radius);
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    transform: translateZ(0);
    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-foreground);
    }
  }

  .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;
  }

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

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

  input.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-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-foreground-rgb) / var(--opacity-8));
    }
  }

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

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

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

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

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

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

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

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

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

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

  .predictive-search__close-modal-button:hover {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;
  }
/* END_SNIPPET:search-modal */
/* START_SNIPPET:section (INDEX:280) */
.section-wrapper {
    --section-height-offset: 0px;
  }

  .section[data-shopify-visual-preview] {
    min-height: var(--section-preview-height);
    padding-top: 0;
  }

  .section[data-shopify-visual-preview] .custom-section-background {
    display: none;
  }

  body:has(#header-group > .header-section > #header-component[transparent]):not(
      :has(#header-group > .header-section + .shopify-section)
    )
    #MainContent
    > .section-wrapper:first-child {
    --section-height-offset: var(--header-group-height, 0);
  }

  .custom-section-background {
    grid-column: 1 / -1;
  }

  .custom-section-content {
    z-index: var(--layer-flat);
  }
/* END_SNIPPET:section */
/* START_SNIPPET:skip-to-content-link (INDEX:282) */
.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:288) */
/*
   * 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 */
/* START_SNIPPET:swatch-styles (INDEX:296) */
/* Swatches */
  .swatch {
    --color-border: rgb(var(--color-foreground-rgb) / var(--style-border-swatch-opacity));
    --min-width-unitless: 15.9999; /* want to avoid division by 0 */
    --min-height-unitless: 15.9999; /* want to avoid division by 0 */
    --min-height: 16px;
    --min-width: 16px;

    /* mobile values */
    --scaling-factor: 0.5;
    --max-swatch-size: 28px;
    --max-pill-size: 20px;
    --max-filter-size: 32px;

    /* From the settings */
    --offset-swatch-width: calc(var(--variant-picker-swatch-width-unitless) - var(--min-width-unitless));
    --offset-swatch-height: calc(var(--variant-picker-swatch-height-unitless) - var(--min-height-unitless));

    /**
    Offset values are obtained from the following formulas:
      offset-width = width - min-width
      offset-height = height - min-height

    The offset-scaled-width and heigth are obtained by extending the line from
    [min,min] to [W,H] and taking the intersection with a square that starts at
    [min,min] and ends at [max,max].

    The extending line forms right angle triangles with the [min,min]->[max,max]
    box that enable us to derive the following formulas

    We also want the result to always be smaller than the input (pdp > everywhere else)
    by some scaling factor.
  */
    --offset-scaled-width: calc(
      var(--scaling-factor) * var(--offset-swatch-width) / var(--offset-swatch-height) * var(--offset-max-swatch-size)
    );
    --offset-scaled-height: calc(
      var(--scaling-factor) * var(--offset-swatch-height) / var(--offset-swatch-width) * var(--offset-max-swatch-size)
    );
    --offset-max-swatch-size: calc(var(--max-swatch-size) - var(--min-width));

    /* width = min(m + sU, (m + s * W'/H' * M'), M) */
    --swatch-width: min(
      calc(var(--min-width) + var(--scaling-factor) * var(--offset-swatch-width) * 1px),
      calc(var(--min-width) + var(--offset-scaled-width)),
      var(--max-swatch-size)
    );

    /* height = min(m + sV, (m + s * H'/W' * M'), M) */
    --swatch-height: min(
      calc(var(--min-height) + var(--scaling-factor) * var(--offset-swatch-height) * 1px),
      calc(var(--min-height) + var(--offset-scaled-height)),
      var(--max-swatch-size)
    );

    display: block;
    background: var(--swatch-background);
    background-position: var(--swatch-focal-point, center);
    border-radius: var(--variant-picker-swatch-radius);
    border: var(--style-border-swatch-width) var(--style-border-swatch-style) var(--color-border);
    width: var(--swatch-width);
    height: var(--swatch-height);

    /* This is different than `background-size: cover` because we use `box-sizing: border-box`,
   * doing it like makes the background clip under the border without repeating.
   */
    background-size: var(--swatch-width) var(--swatch-height);

    &.swatch--unavailable {
      border-style: dashed;
    }

    &.swatch--unscaled {
      /* for when you want fixed sizing (e.g. pdp) */
      --swatch-width: var(--variant-picker-swatch-width);
      --swatch-height: var(--variant-picker-swatch-height);
    }

    &.swatch--filter {
      --swatch-width: var(--max-filter-size);
      --swatch-height: var(--max-filter-size);

      border-radius: var(--variant-picker-swatch-radius);
    }

    &.swatch--pill {
      --swatch-width: var(--max-pill-size);
      --swatch-height: var(--max-pill-size);

      border-radius: var(--variant-picker-swatch-radius);
    }

    /* swatches in filters and pills always have a border  */
    &.swatch--filter,
    &.swatch--pill {
      --style-border-swatch-width: var(--variant-picker-border-width);
      --style-border-swatch-style: var(--variant-picker-border-style);
      --color-border: rgb(var(--color-foreground-rgb) / var(--variant-picker-border-opacity));
    }

    &.swatch--variant-image {
      background-size: cover;
    }

    @media screen and (min-width: 750px) {
      /* desktop values */
      --max-swatch-size: 32px;
      --max-pill-size: 16px;
      --max-filter-size: 28px;
      --scaling-factor: 0.65;
    }
  }
/* END_SNIPPET:swatch-styles */
/* START_SNIPPET:text-component-shimmer-styles (INDEX:299) */
text-component {
    --shimmer-text-color: rgb(var(--color-foreground-rgb) / var(--opacity-50));
    --shimmer-color-light: rgb(var(--color-foreground-rgb) / var(--opacity-10));
    --shimmer-speed: 1.25s;

    display: inline-block;
    position: relative;
    transition: color var(--animation-speed-slow) ease;
    line-height: 1;

    &::after {
      /* Empty alt text: the pseudo-element is a visual shimmer overlay, not announceable content.
        Without this, VoiceOver reads attr(value) in addition to the inner text node, doubling the announcement. */
      content: attr(value) / '';
      position: absolute;
      inset: 0;
      color: transparent;
      opacity: 0;
      transition: opacity var(--animation-speed-slow) var(--animation-easing);
      pointer-events: none;
      background-image: linear-gradient(
        -85deg,
        var(--shimmer-text-color) 10%,
        var(--shimmer-color-light) 50%,
        var(--shimmer-text-color) 90%
      );
      background-clip: text;
      background-size: 200% 100%;
      background-position: 100% 0;
      place-content: center;
    }

    &[shimmer] {
      color: transparent;

      &::after {
        opacity: 1;
        animation: text-shimmer var(--shimmer-speed) infinite linear;
      }
    }
  }

  @keyframes text-shimmer {
    0% {
      background-position: 100% 0;
    }

    100% {
      background-position: -100% 0;
    }
  }
/* END_SNIPPET:text-component-shimmer-styles */
/* START_SNIPPET:text (INDEX:300) */
:root {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] .text-block {
    --text-align-default: right;
  }

  [style*='--horizontal-alignment: flex-start'] > .text-block {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] > .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] > .text-block {
    --text-align-default: right;
  }

  .text-block {
    width: var(--width);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
    color: var(--color, var(--color-foreground));
  }

  .text-block > * {
    width: var(--width);
    max-inline-size: min(100%, var(--max-width, 100%));
    text-align: var(--text-align, var(--text-align-default));
    text-wrap: var(--text-wrap);
  }

  .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):is(.h1, .h2, .h3, .h4, .h5, .h6) {
    text-wrap: balance;
  }

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

    &:hover {
      text-decoration-line: none;
      color: currentColor;
    }
  }

  .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 p,
  .text-block.p > * {
    margin-block: var(--font-paragraph--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;
  }

  .text-block--background {
    background-color: var(--text-background-color);
    border-radius: var(--text-corner-radius);

    /* To avoid text being cropped when using a border radius we add a minimum padding. */
    padding-block-start: max(var(--text-padding), var(--padding-block-start, 0));
    padding-block-end: max(var(--text-padding), var(--padding-block-end, 0));
    padding-inline-start: max(var(--text-padding), var(--padding-inline-start, 0));
    padding-inline-end: max(var(--text-padding), var(--padding-inline-end, 0));
  }

  .custom-color,
  .custom-color > :is(h1, h2, h3, h4, h5, h6, p, *) {
    color: var(--color);
  }
/* END_SNIPPET:text */
/* START_SNIPPET:theme-drawer-styles (INDEX:302) */
theme-drawer {
    display: contents;
  }

  .theme-drawer__dialog {
    --theme-drawer-padding: var(--padding-xl);

    z-index: calc(var(--layer-sticky) + var(--drawer-stack-order, 0));
    position: fixed;
    inset: unset;
    top: 0;
    right: calc(-1 * var(--theme-drawer-width, var(--sidebar-width)));
    flex-direction: column;
    width: var(--theme-drawer-width, var(--sidebar-width));
    max-width: 100%;
    max-height: none;
    height: 100dvh;
    padding: 0;
    border: none;
    border-left: var(--style-border-drawer);
    background-color: var(--color-background);
    color: var(--color-foreground);
  }

  .theme-drawer__dialog[open] {
    display: flex;
    right: 0;
  }

  .theme-drawer__dialog--opening {
    animation: drawer-slide-in var(--animation-speed) var(--animation-timing-fade-in);
  }

  .theme-drawer__dialog--opening-inline-start {
    animation: drawer-slide-in-inline-start var(--animation-speed) var(--animation-timing-fade-in);
  }

  .theme-drawer__dialog--closing {
    animation: drawer-slide-out var(--animation-speed) var(--animation-timing-fade-out) forwards;
  }

  .theme-drawer__dialog-instant {
    animation: none;
  }

  @keyframes drawer-slide-in {
    from {
      right: calc(-1 * var(--theme-drawer-width, var(--sidebar-width)));
    }
  }

  @keyframes drawer-slide-in-inline-start {
    from {
      right: calc(var(--theme-drawer-width, var(--sidebar-width)) / 2);
    }
  }

  @keyframes drawer-slide-out {
    to {
      right: calc(-1 * var(--theme-drawer-width, var(--sidebar-width)));
    }
  }

  .theme-drawer__dialog::backdrop {
    background: rgb(var(--backdrop-color-rgb) / var(--backdrop-opacity));
  }

  /* Exclude open drawers from the page navigation cross-fade so they
     stay frozen (visually unchanged) while the rest of the page transitions. */
  html:active-view-transition-type(page-navigation) .theme-drawer__dialog[open] {
    view-transition-name: theme-drawer;
  }

  ::view-transition-old(theme-drawer),
  ::view-transition-new(theme-drawer) {
    animation: none;
  }

  .theme-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--theme-drawer-padding);
    flex-shrink: 0;
    color: var(--color-foreground);
  }

  .theme-drawer__title {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    margin: 0;
  }

  .theme-drawer__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: var(--style-border-radius-lg);
    background-color: rgb(var(--color-foreground-rgb) / 0.1);
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
    color: var(--color-foreground);
    font-size: clamp(var(--font-size--3xs), 0.75em, var(--font-size--xs));
    padding-inline: 0.5em;
    line-height: 1;
  }

  .theme-drawer__badge[data-maintain-ratio] {
    aspect-ratio: 1 / 1;
    padding-inline: 0.2em;
  }

  .theme-drawer__close-button {
    --private-button-size: 34px;
    --private-focus-ring-size: 2px;
    --private-motion-speed: 150ms;
    --private-motion-ease: cubic-bezier(0.25, 0, 0.1, 1);
    --private-border-width: 1px;
    --private-button-border-color: rgb(0, 0, 0, 0.06);
    --private-button-shadow: 0 2px 6px 0 var(--private-button-border-color);

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: auto;
    width: var(--private-button-size);
    height: var(--private-button-size);
    border-radius: var(--private-button-size);
    background-color: var(--color-background);
    outline: var(--private-focus-ring-size) solid transparent;
    outline-offset: var(--private-focus-ring-size);
    transition-property: color, outline-color, background-color;
    transition-duration: var(--private-motion-speed);
    transition-timing-function: var(--private-motion-ease);

    /* Legacy non-contrast-aware color scheme */
    --button-icon-opacity: 0.8;
    color: var(--color-foreground);
    border: var(--private-border-width) solid var(--private-button-border-color);
    box-shadow: var(--private-button-shadow);

    &:hover:not(:active) {
      /* Legacy non-contrast-aware color scheme */
      --button-icon-opacity: 1;
    }

    &:focus-visible {
      outline-color: var(--color-foreground);
    }
  }

  @supports (color: oklch(from red l c h)) {
    .theme-drawer__close-button {
      --contrast-color: oklch(from var(--color-background) clamp(0, (0.6 / l - 1) * infinity, 1) 0 0);
      --button-icon-opacity: 1;
      --private-button-border-color: color-mix(in srgb, var(--contrast-color) 6%, transparent);
      --private-button-shadow: 0 2px 6px 0 var(--private-button-border-color);

      color: color-mix(in srgb, var(--contrast-color) 50%, transparent);

      &:hover:not(:active) {
        color: color-mix(in srgb, var(--contrast-color) 70%, transparent);
      }
    }

    .theme-drawer__close-button:hover:not(:active) {
      background-color: color-mix(in srgb, var(--contrast-color) 6%, var(--color-background));
    }
  }
/* END_SNIPPET:theme-drawer-styles */
/* START_SNIPPET:variant-picker-styles (INDEX:315) */
/* Variant picker container styles - unique to main variant picker */
  .variant-picker {
    width: 100%;
  }

  .variant-picker__form {
    width: 100%;
  }

  .variant-picker[data-shopify-visual-preview] {
    min-width: 300px;
    padding-inline-start: max(4px, var(--padding-inline-start));
  }

  /* Dropdown variant option styles */
  .variant-option__select-wrapper {
    display: flex;
    position: relative;
    border: var(--style-border-width-inputs) solid var(--color-variant-border);
    border-radius: var(--style-border-radius-inputs);
    align-items: center;
    margin-top: var(--margin-2xs);
    overflow: clip;
    color: var(--color-variant-text);
  }

  .variant-option__select-wrapper:has(.swatch) {
    --variant-picker-swatch-width: 20px;
    --variant-picker-swatch-height: 20px;
  }

  .variant-option__select-wrapper:hover {
    border-color: var(--color-variant-hover-border);
    color: var(--color-variant-hover-text);
  }

  .variant-option__select-wrapper:hover .variant-option__select {
    background-color: var(--color-variant-hover-background);
  }

  .variant-option__select:focus-visible {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  .variant-option__select {
    padding-block: var(--padding-md);
    padding-inline: var(--padding-lg) calc(var(--padding-lg) + var(--icon-size-2xs));
    appearance: none;
    background-color: var(--color-variant-background);
    color: inherit;
    border: 0;
    width: 100%;
    margin: 0;
    cursor: pointer;
  }

  .variant-option__select-wrapper .icon {
    position: absolute;
    right: var(--padding-md);
    top: 50%;
    transform: translateY(-50%);
    width: var(--icon-size-2xs);
    height: var(--icon-size-2xs);
    pointer-events: none;
  }

  .variant-option__select--has-swatch {
    padding-inline-start: calc((2 * var(--padding-sm)) + var(--variant-picker-swatch-width));
  }

  .variant-option__select-wrapper .swatch {
    position: absolute;
    top: 50%;
    left: var(--padding-md);
    transform: translateY(-50%);
  }

  /* Variant picker alignment modifiers */
  .variant-picker--center,
  .variant-picker--center .variant-option {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .variant-picker--right,
  .variant-picker--right .variant-option {
    text-align: right;
    justify-content: right;
  }

  .variant-picker .variant-option--buttons label:has(.swatch) {
    border-radius: var(--variant-picker-swatch-radius);
  }

  /* Variant option component */
  .variant-option {
    --options-border-radius: var(--variant-picker-button-radius);
    --options-border-width: var(--variant-picker-button-border-width);
    --variant-option-padding-inline: var(--padding-md);
  }

  .variant-option + .variant-option {
    margin-top: var(--padding-lg);
  }

  .variant-option--swatches {
    --options-border-radius: var(--variant-picker-swatch-radius);

    width: 100%;

    overflow-list::part(list) {
      padding-block: var(--overflow-list-padding-block, 0);
      padding-inline: var(--overflow-list-padding-inline, 0);
    }
  }

  .variant-option--swatches > overflow-list {
    justify-content: var(--product-swatches-alignment);

    @media screen and (max-width: 749px) {
      justify-content: var(--product-swatches-alignment-mobile);
    }
  }

  .variant-option--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-sm);
    margin: 0;
    padding: 0;
    border: none;
  }

  .variant-option--buttons legend {
    padding: 0;
    margin-block-end: var(--margin-xs);
  }

  .variant-option--buttons legend,
  .variant-option--dropdowns > label,
  .variant-option[data-testid='variant-option-single'] {
    color: var(--variant-option-label-color, var(--color-foreground));
  }

  .variant-option__swatch-value {
    padding-inline-start: var(--padding-xs);
    color: var(--variant-option-label-color-subdued, var(--color-foreground-subdued));
  }

  @media (prefers-reduced-motion: no-preference) {
    .variant-option__button-label,
    .variant-option__select-wrapper,
    .variant-option__button-label::before,
    .variant-option__button-label::after,
    .variant-option__button-label:has([data-previous-checked='true'], [data-current-checked='true'])
      .variant-option__button-label__pill {
      transition-duration: var(--animation-speed);
      transition-timing-function: var(--animation-easing);
    }

    .variant-option__button-label__pill {
      transition-property: transform;
    }

    .variant-option__button-label:has([data-previous-checked='true'], [data-current-checked='true'])
      .variant-option__button-label__pill {
      transition-property: transform;
    }

    .variant-option__button-label::after {
      transition-property: clip-path;
    }

    .variant-option__button-label::before {
      transition-property: border-color;
    }

    .variant-option__select-wrapper,
    .variant-option__button-label {
      transition-property: background-color, border-color, color;
    }
  }

  .variant-option__button-label {
    --variant-picker-stroke-color: var(--color-variant-border);

    cursor: pointer;
    display: flex;
    flex: 0 0 3.25em;
    align-items: center;
    position: relative;
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-lg);
    border: var(--options-border-width) solid var(--color-variant-border);
    border-radius: var(--options-border-radius);
    overflow: clip;
    justify-content: center;
    min-height: 3.25em;
    min-width: fit-content;
    white-space: nowrap;
    background-color: var(--color-variant-background);
    color: var(--color-variant-text);
    gap: 0;

    &:hover,
    &:hover:has([aria-disabled='true']):has([data-option-available='false']) {
      --variant-picker-stroke-color: var(--color-variant-hover-border);

      background-color: var(--color-variant-hover-background);
      border-color: var(--color-variant-hover-border);
      color: var(--color-variant-hover-text);
    }

    /* we need something like overflow-clip-margin to use the pseudoelement but it doesn't work in Safari */

    /* so instead use the layered background image trick */
    &:not(.variant-option__button-label--has-swatch):has([data-option-available='false']) {
      border-width: 0;
    }

    /* ::after/::before act as a fake border for the button style variant */

    /* ::after is the unavailable variant border that clips in */
    &:not(.variant-option__button-label--has-swatch)::before,
    &:has([data-option-available='false']):not(.variant-option__button-label--has-swatch)::after {
      content: '';
      position: absolute;
      inset: 0;
      border: var(--options-border-width) solid var(--color-selected-variant-border);
      border-radius: inherit;
      pointer-events: none;
      z-index: 2;
      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
      clip-path: inset(var(--clip, 0 0 0 0));
    }

    &:has([data-option-available='false']):not(.variant-option__button-label--has-swatch)::before {
      inset: 0;
    }

    &:not(.variant-option__button-label--has-swatch)::before {
      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
      clip-path: inset(0 0 0 0);
      border-color: var(--color-variant-border);
      inset: calc(var(--options-border-width) * -1);
    }

    &:has(:checked):not(.variant-option__button-label--has-swatch, :has([data-option-available='false']))::before {
      border-color: var(--color-selected-variant-border);
    }

    /* setting left/right accounts for variant buttons of different widths */
    &:not(:has(:checked)):has(~ label > :checked),
    &:has(:checked):has(~ label > [data-previous-checked='true']) {
      .variant-option__button-label__pill {
        right: 0;
        left: unset;
      }
    }

    &:has([data-previous-checked='true']) ~ label:has([data-current-checked='true']),
    &:has(:checked) ~ label {
      .variant-option__button-label__pill {
        left: 0;
        right: unset;
      }
    }

    &:not(:has(:checked)):has(~ label > :checked) {
      --pill-offset: calc(100% + 1px);
    }

    &:has(:checked) ~ label {
      --pill-offset: calc(-100% - 1px);
    }

    &:has([data-current-checked='true']):first-of-type
      ~ label:last-of-type:not(.variant-option__button-label--has-swatch),
    &:not(:has(:checked)):has(~ label > :checked):not(.variant-option__button-label--has-swatch) {
      --clip: 0 0 0 100%;
    }

    &:not(:has([data-current-checked='true'])):first-of-type:has(~ label:last-of-type > :checked):not(
        .variant-option__button-label--has-swatch
      ),
    &:has(:checked) ~ label:not(.variant-option__button-label--has-swatch) {
      --clip: 0 100% 0 0;
    }

    &:has([data-previous-checked='true'], [data-current-checked='true']) .variant-option__button-label__pill {
      width: max(var(--pill-width-current, 100%), var(--pill-width-previous, 100%));
    }

    @media screen and (min-width: 750px) {
      padding: var(--padding-xs) var(--variant-option-padding-inline);
    }
  }

  /* wrap around only for 3 or more variants in a row */

  /* the more complex selector rules here produce the wrap around effect for first/last variants */
  .variant-option--buttons:has(:nth-of-type(3)) {
    .variant-option__button-label:has([data-current-checked='true']):first-of-type ~ label:last-of-type {
      --pill-offset: calc(100% + 1px);
    }

    .variant-option__button-label:not(:has([data-current-checked='true'])):first-of-type:has(
        ~ label:last-of-type > :checked
      ) {
      --pill-offset: calc(-100% - 1px);
    }
  }

  .variant-option__button-label__pill {
    background: var(--color-selected-variant-background);
    position: absolute;
    top: calc(var(--options-border-width) * -1);
    bottom: calc(var(--options-border-width) * -1);
    border-radius: inherit;
    pointer-events: none;
    width: 100%;
    transform: translateX(var(--pill-offset, 0));
  }

  .variant-option__button-label__text {
    pointer-events: none;
    text-align: start;
    text-wrap: auto;
    z-index: 2;
  }

  .variant-option--equal-width-buttons {
    --variant-min-width: clamp(44px, calc(var(--variant-option-padding-inline) * 2 + var(--variant-ch)), 100%);

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--variant-min-width), 1fr));

    .variant-option__button-label {
      min-width: var(--variant-min-width);
    }

    .variant-option__button-label__text {
      text-align: center;
      text-wrap: balance;
    }
  }

  .variant-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);
  }

  .variant-option__button-label--has-swatch {
    --focus-outline-radius: var(--variant-picker-swatch-radius);

    padding: 0;
    border: none;
    flex-basis: auto;
    min-height: auto;
  }

  /* Override global label:has(input) display rule with higher specificity */
  .variant-option__button-label--has-swatch:has(input) {
    display: block;
  }

  .variant-option__button-label:has(:checked) {
    --variant-picker-stroke-color: var(--color-selected-variant-border);

    color: var(--color-selected-variant-text);
    border-color: var(--color-selected-variant-border);
  }

  .variant-option__button-label:has(:checked):hover {
    border-color: var(--color-selected-variant-hover-border);
    color: var(--color-selected-variant-hover-text);

    .variant-option__button-label__pill {
      background-color: var(--color-selected-variant-hover-background);
    }
  }

  .variant-option__button-label:has([data-option-available='false']) {
    color: rgb(var(--color-variant-text-rgb) / var(--opacity-60));
  }

  .variant-option__button-label--has-swatch:hover {
    outline: var(--focus-outline-width) solid var(--color-variant-hover-border);
    outline-offset: var(--focus-outline-offset);
  }

  .variant-option__button-label--has-swatch:has([data-option-available='false']) svg,
  .variant-option__button-label--has-swatch:has([data-option-available='false']) .swatch {
    stroke: rgb(var(--color-variant-text-rgb) / var(--opacity-subdued-text));
  }

  /* Disable the duplicate overlay line so the subdued stroke doesn't double up */
  .variant-option__button-label--has-swatch:has([data-option-available='false']) svg line:last-of-type {
    stroke: none;
  }

  .variant-option__button-label--has-swatch:has(:checked) {
    --focus-outline: var(--focus-outline-width) solid var(--color-selected-variant-border);

    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  /* 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. **/
    .variant-option__button-label--has-swatch:has(:checked),
    .variant-option__button-label:has(:focus-visible) .swatch {
      outline: none;
      position: relative;
      overflow: visible;
    }

    .variant-option__button-label--has-swatch:has(:checked)::after,
    .variant-option__button-label:has(:focus-visible) .swatch::after {
      content: '';
      position: absolute;
      inset: calc(-1 * var(--focus-outline-offset));
      border: var(--focus-outline);
      border-radius: var(--focus-outline-radius, 50%);
      background-color: transparent;
      display: inherit;
    }
  }

  .variant-option__button-label:has([data-option-available='false']):has(:checked) {
    --variant-strikethrough-color: rgb(var(--color-selected-variant-text-rgb) / var(--opacity-subdued-text));

    background-color: var(--color-selected-variant-background);
    color: rgb(var(--color-selected-variant-text-rgb) / var(--opacity-subdued-text));
  }

  .variant-option__button-label:has([data-option-available='false']):has(:checked):hover {
    background-color: var(--color-selected-variant-hover-background);
    color: var(--color-selected-variant-hover-text);
  }

  .variant-option__button-label input {
    /* remove the checkbox from the page flow */
    position: absolute;

    /* set the dimensions to match those of the label */
    inset: 0;

    /* hide it */
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    border: none;
    border-radius: 0;
    background: transparent;
    appearance: auto;
    display: block;
    cursor: pointer;
  }

  .variant-option__button-label svg {
    position: absolute;
    left: var(--options-border-width);
    top: var(--options-border-width);
    height: calc(100% - (var(--options-border-width) * 2));
    width: calc(100% - (var(--options-border-width) * 2));
    cursor: pointer;
    pointer-events: none;
    stroke-width: var(--style-border-width);
    stroke: var(--variant-picker-stroke-color);
  }

  .variant-option__button-label:not(.variant-option__button-label--has-swatch) svg {
    stroke: var(--variant-strikethrough-color, rgb(var(--color-variant-text-rgb) / var(--opacity-60)));

    line {
      stroke-width: var(--options-border-width);
    }

    /* The second stroke line exists for "motion overlay". Disabled for swatches, remove line to avoid overlapping lines  */
    line:last-of-type {
      stroke: none;
    }
  }

  /* Override for swatch labels to maintain block display */
  .variant-option__button-label--has-swatch:has(input[type='radio']) {
    display: block;
  }

  /* Swatches do not take a background-color since a transparent or missing swatch would end up filled */
  .variant-option__button-label--has-swatch:has([data-option-available='false']):has(:checked),
  .variant-option__button-label--has-swatch:has([data-option-available='false']):has(:checked):hover {
    background-color: inherit;
  }
/* END_SNIPPET:variant-picker-styles */
/* START_SNIPPET:video-background-styles (INDEX:317) */
.video-background,
  .video-background * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .video-background--cover * {
    object-fit: cover;
  }

  .video-background--contain * {
    object-fit: contain;
  }

  @media (prefers-reduced-motion: reduce) {
    video-background-component video {
      display: none;
    }
  }
/* END_SNIPPET:video-background-styles */
