/** Shopify CDN: Minification failed

Line 23:30 Unexpected "{"
Line 23:39 Expected ":"
Line 30:30 Unexpected "{"
Line 30:39 Expected ":"
Line 34:30 Unexpected "{"
Line 34:39 Expected ":"
Line 38:30 Unexpected "{"
Line 38:39 Expected ":"
Line 39:30 Unexpected "{"
Line 39:39 Expected ":"
... and 166 more hidden warnings

**/
/* START_SECTION:main-collection (INDEX:37) */
/* =========================================================
       PALETTE
       Mint Blue  #A9E3DD   Peach  #F6C79C   Baby Pink  #F7C6C7
       Cream      #FFF7F1   Navy   #243B5A
    ========================================================= */

    #collection-grid-filters-{{ section.id }}.cgf{
      background: var(--cgf-bg);
      padding: clamp(30px, 4vw, 64px) 0;
      color: var(--cgf-text);
    }

    /* ===== Toolbar desktop ===== */
    #collection-grid-filters-{{ section.id }} .cgf__toolbar{
      display:flex; justify-content:space-between; align-items:center; gap:12px;
      margin:18px 0; flex-wrap:wrap;
    }
    #collection-grid-filters-{{ section.id }} .cgf__count{
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      color: var(--cgf-muted); font-size:14px;
    }
    #collection-grid-filters-{{ section.id }} .cgf__sort{ display:flex; align-items:center; gap:10px; }
    #collection-grid-filters-{{ section.id }} .cgf__sortLabel{
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:13px; color: var(--cgf-muted);
      letter-spacing:.06em; text-transform:uppercase;
    }
    #collection-grid-filters-{{ section.id }} .cgf__sortSelect{
      height:42px; padding:0 12px; border-radius:12px;
      border:1px solid var(--cgf-border); background:#fff;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:13px;
    }

    /* ===== Layout ===== */
    #collection-grid-filters-{{ section.id }} .cgf__layout{
      display:grid;
      grid-template-columns:280px 1fr;
      gap:18px;
      align-items:start;
    }

    /* ===== Desktop sidebar ===== */
    #collection-grid-filters-{{ section.id }} .cgf__filters{
      border:1px solid var(--cgf-border);
      border-radius: var(--cgf-radius);
      padding:14px;
      background:#fff;
      position: sticky;
      top: 145px;
      box-shadow: 0 16px 40px rgba(36,59,90,.08);
    }
    #collection-grid-filters-{{ section.id }} .cgf__filtersTop{
      display:flex; justify-content:space-between; align-items:center; margin-bottom:10px;
    }
    #collection-grid-filters-{{ section.id }} .cgf__filtersTitle{
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:800; font-size:13px; letter-spacing:.14em; text-transform:uppercase;
      color: #243B5A;
    }
    #collection-grid-filters-{{ section.id }} .cgf__clear{
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:13px; color: #243B5A !important;
      text-decoration:none;
      border-bottom:1px solid rgba(36,59,90,.25);
    }
    #collection-grid-filters-{{ section.id }} .cgf__filter{
      border-top:1px solid rgba(36,59,90,.08);
      padding-top:10px; margin-top:10px;
    }
    #collection-grid-filters-{{ section.id }} details > summary::-webkit-details-marker{ display:none; }
    #collection-grid-filters-{{ section.id }} .cgf__filterSummary{
      cursor:pointer;
      display:flex; justify-content:space-between; align-items:center;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:700; font-size:13px;
      letter-spacing:.08em; text-transform:uppercase;
      list-style:none; color: #243B5A;
    }
    #collection-grid-filters-{{ section.id }} .cgf__activeCount{ font-size:12px; color: var(--cgf-muted); }
    #collection-grid-filters-{{ section.id }} .cgf__filterBody{ padding-top:10px; }
    #collection-grid-filters-{{ section.id }} .cgf__list{ margin:0; padding:0; list-style:none; display:grid; gap:8px; }
    #collection-grid-filters-{{ section.id }} .cgf__check{
      display:flex; gap:10px; align-items:center;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:14px; color: rgba(36,59,90,.86);
    }
    #collection-grid-filters-{{ section.id }} .cgf__check input[type="checkbox"]{
      accent-color: #A9E3DD !important;
      width:16px; height:16px;
    }
    #collection-grid-filters-{{ section.id }} .cgf__checkCount{ margin-left:auto; font-size:12px; color: var(--cgf-muted); }
    #collection-grid-filters-{{ section.id }} .cgf__item.is-disabled{ opacity:.45; }
    #collection-grid-filters-{{ section.id }} .cgf__price{ display:grid; gap:10px; }
    #collection-grid-filters-{{ section.id }} .cgf__priceRow{ display:grid; gap:6px; }
    #collection-grid-filters-{{ section.id }} .cgf__priceLabel{
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:12px; color: var(--cgf-muted);
      letter-spacing:.06em; text-transform:uppercase;
    }
    #collection-grid-filters-{{ section.id }} .cgf__priceInput{
      height:40px; border-radius:12px; border:1px solid var(--cgf-border);
      padding:0 12px; background:#fff;
    }
    #collection-grid-filters-{{ section.id }} .cgf__apply{
      margin-top:14px; width:100%; height:46px;
      border-radius:12px;
      border:1px solid #A9E3DD !important;
      background: #A9E3DD !important;
      color: #243B5A !important;
      cursor:pointer;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:800; letter-spacing:.12em; text-transform:uppercase;
    }
    #collection-grid-filters-{{ section.id }} .cgf__apply:hover{ filter: brightness(0.94); }

    /* ===== Mobile toolbar (hidden on desktop) ===== */
    #collection-grid-filters-{{ section.id }} .cgf__mobileToolbar{
      display:none;
      gap:10px;
      margin-bottom:14px;
      align-items:center;
    }
    #collection-grid-filters-{{ section.id }} .cgf__mobileBtn{
      display:inline-flex; align-items:center; gap:7px;
      height:42px; padding:0 18px;
      border-radius:999px;
      border:1.5px solid #A9E3DD;
      background:#fff;
      color: #243B5A;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:700; font-size:13px; letter-spacing:.06em;
      cursor:pointer;
    }
    #collection-grid-filters-{{ section.id }} .cgf__mobileBtn:hover{ background:#A9E3DD; }

    #collection-grid-filters-{{ section.id }} .cgf__mobileSortWrap{
      flex:1;
      display:flex; align-items:center; justify-content:flex-end;
    }
    #collection-grid-filters-{{ section.id }} .cgf__mobileSort{
      display:inline-flex; align-items:center; gap:7px;
      height:42px; padding:0 14px;
      border-radius:999px;
      border:1.5px solid #A9E3DD;
      background:#fff;
      color: #243B5A;
    }
    #collection-grid-filters-{{ section.id }} .cgf__sortSelectM{
      border:none; background:transparent; outline:none;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:700; font-size:13px; color: #243B5A;
      cursor:pointer;
    }

    /* ===== Drawer overlay ===== */
    #collection-grid-filters-{{ section.id }} .cgf__drawerOverlay{
      display:none;
      position:fixed; inset:0; z-index:999;
      background: rgba(36,59,90,.38);
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      opacity:0;
      transition: opacity .3s ease;
    }
    #collection-grid-filters-{{ section.id }} .cgf__drawerOverlay.is-open{
      opacity:1;
    }

    /* ===== Drawer panel ===== */
    #collection-grid-filters-{{ section.id }} .cgf__drawer{
      display:none;
      position:fixed;
      top:0; left:0; bottom:0;
      width: min(320px, 90vw);
      z-index:1000;
      background: #FFF7F1;
      box-shadow: 4px 0 32px rgba(36,59,90,.18);
      transform: translateX(-100%);
      transition: transform .32s cubic-bezier(.4,0,.2,1);
      overflow-y:auto;
      -webkit-overflow-scrolling:touch;
    }
    #collection-grid-filters-{{ section.id }} .cgf__drawer.is-open{
      transform: translateX(0);
    }
    #collection-grid-filters-{{ section.id }} .cgf__drawerHead{
      display:flex; justify-content:space-between; align-items:center;
      padding:16px 18px;
      border-bottom:1px solid rgba(36,59,90,.10);
      position:sticky; top:0;
      background: #FFF7F1;
      z-index:1;
    }
    #collection-grid-filters-{{ section.id }} .cgf__drawerClose{
      border:none; background:transparent; cursor:pointer;
      color: #243B5A; padding:4px;
    }
    #collection-grid-filters-{{ section.id }} .cgf__drawerBody{
      padding:14px 18px 30px;
    }

    /* ===== Grid 3/2/1 ===== */
    #collection-grid-filters-{{ section.id }} .cgf__grid{
      display:grid !important;
      grid-template-columns:repeat(3,minmax(0,1fr)) !important;
      gap: var(--cgf-grid-gap) !important;
    }
    @media (max-width: 990px){
      #collection-grid-filters-{{ section.id }} .cgf__grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
      }
    }

    /* ===== Mobile breakpoint ===== */
    @media (max-width: 640px){
      /* Show mobile toolbar, hide desktop layout toolbar */
      #collection-grid-filters-{{ section.id }} .cgf__mobileToolbar{ display:flex; }
      #collection-grid-filters-{{ section.id }} .cgf__toolbar{ display:none; }

      /* Show drawer elements */
      #collection-grid-filters-{{ section.id }} .cgf__drawerOverlay{ display:block; }
      #collection-grid-filters-{{ section.id }} .cgf__drawer{ display:block; }

      /* Hide desktop sidebar, full width main */
      #collection-grid-filters-{{ section.id }} .cgf__layout{ grid-template-columns:1fr; }
      #collection-grid-filters-{{ section.id }} .cgf__filtersDesktop{ display:none !important; }

      /* 2 products per row on mobile */
      #collection-grid-filters-{{ section.id }} .cgf__grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap: var(--cgf-grid-gap-m) !important;
      }
    }

    /* ===== Premium Card ===== */
    #collection-grid-filters-{{ section.id }} .pcard{
      background: var(--cgf-card);
      border:1px solid var(--cgf-border);
      border-radius: var(--cgf-radius);
      overflow:hidden;
      box-shadow: 0 10px 26px rgba(36,59,90,.06);
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    #collection-grid-filters-{{ section.id }} .pcard:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 45px rgba(36,59,90,.12);
      border-color: #A9E3DD;
    }

    #collection-grid-filters-{{ section.id }} .pcard__mediaLink{
      display:block;
      padding: var(--cgf-card-pad);
      padding-bottom:10px;
      text-decoration:none;
      color:inherit;
    }
    #collection-grid-filters-{{ section.id }} .pcard__imgBox{
      position:relative;
      height: var(--cgf-img-h);
      border-radius: var(--cgf-img-radius);
      background: var(--cgf-img-bg);
      overflow:hidden;
    }
    @media (max-width:640px){
      #collection-grid-filters-{{ section.id }} .pcard__imgBox{ height: var(--cgf-img-h-m); }
    }
    #collection-grid-filters-{{ section.id }} .pcard__img{
      position:absolute;
      inset: var(--cgf-img-pad);
      width: calc(100% - (var(--cgf-img-pad) * 2));
      height: calc(100% - (var(--cgf-img-pad) * 2));
      object-fit:contain;
      display:block;
      transition: opacity .28s ease, transform .35s ease;
      transform: scale(1);
      border-radius: calc(var(--cgf-img-radius) - 6px);
    }
    #collection-grid-filters-{{ section.id }} .pcard__img--main{ opacity:1; z-index:1; }
    #collection-grid-filters-{{ section.id }} .pcard__img--alt{ opacity:0; z-index:0; }
    #collection-grid-filters-{{ section.id }} .pcard:hover .pcard__img{ transform: scale(1.02); }
    #collection-grid-filters-{{ section.id }} .pcard.has-alt:hover .pcard__img--alt{ opacity:1; z-index:1; }
    #collection-grid-filters-{{ section.id }} .pcard.has-alt:hover .pcard__img--main{ opacity:0; z-index:0; }

    #collection-grid-filters-{{ section.id }} .pcard__badge{
      position:absolute; left:14px; top:14px;
      background: #F6C79C;
      color: #243B5A;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:900;
      font-size: var(--cgf-badge-fs);
      letter-spacing:.04em;
      padding:8px 12px; border-radius:999px; line-height:1;
      text-transform:uppercase;
      box-shadow: 0 6px 16px rgba(246,199,156,.45);
      user-select:none; z-index:2; white-space:nowrap;
    }

    #collection-grid-filters-{{ section.id }} .pcard__body{
      padding: 0 var(--cgf-card-pad) var(--cgf-card-pad);
      text-align:center;
    }
    #collection-grid-filters-{{ section.id }} .pcard__titleLink{
      display:block; text-decoration:none; color:inherit;
    }
    #collection-grid-filters-{{ section.id }} .pcard__title{
      margin:0;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      color: var(--cgf-title-color);
      font-size: var(--cgf-title-fs);
      font-weight: var(--cgf-title-w);
      line-height:1.25;
    }
    @media (max-width:640px){
      #collection-grid-filters-{{ section.id }} .pcard__title{ font-size: var(--cgf-title-fs-m); }
    }

    #collection-grid-filters-{{ section.id }} .pcard__divider{
      height:1px;
      background: rgba(36,59,90,.08);
      margin:10px 0 10px;
    }

    #collection-grid-filters-{{ section.id }} .pcard__priceRow{
      display:flex; justify-content:center; align-items:baseline; gap:12px;
      margin-bottom:12px;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    }
    #collection-grid-filters-{{ section.id }} .pcard__price{
      font-weight:900;
      font-size: var(--cgf-price-fs);
      color: #243B5A;
    }
    #collection-grid-filters-{{ section.id }} .pcard__compare{
      font-weight:700;
      font-size: calc(var(--cgf-price-fs) - 2px);
      color: var(--cgf-compare);
      text-decoration:line-through;
    }

    #collection-grid-filters-{{ section.id }} .pcard__variantRow{
      display:flex; justify-content:center; margin-bottom:12px;
    }
    #collection-grid-filters-{{ section.id }} .pcard__variant{
      height: var(--cgf-variant-h);
      width: min(240px, 100%);
      border-radius:999px;
      border:1.5px solid #A9E3DD;
      background: #f0faf9;
      color: #243B5A;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:900;
      font-size: var(--cgf-variant-fs);
      letter-spacing:.06em;
      text-transform:uppercase;
      padding:0 14px;
      outline:none; cursor:pointer;
      appearance:none; -webkit-appearance:none;
      background-image:
        linear-gradient(45deg, transparent 50%, #243B5A 50%),
        linear-gradient(135deg, #243B5A 50%, transparent 50%);
      background-position:
        calc(100% - 18px) 50%,
        calc(100% - 12px) 50%;
      background-size: 6px 6px, 6px 6px;
      background-repeat: no-repeat;
    }

    #collection-grid-filters-{{ section.id }} .pcard__actions{
      display:grid;
      grid-template-columns: var(--cgf-qty-w) 1fr;
      gap:12px; align-items:center;
    }
    @media (max-width:640px){
      #collection-grid-filters-{{ section.id }} .pcard__actions{ grid-template-columns:1fr; }
    }
    #collection-grid-filters-{{ section.id }} .pcard__qty{
      width: var(--cgf-qty-w); max-width:100%;
      height: var(--cgf-qty-h);
      border-radius: var(--cgf-qty-radius);
      border:1.5px solid #A9E3DD;
      background: #f0faf9;
      display:grid; grid-template-columns:44px 1fr 44px;
      overflow:hidden;
    }
    @media (max-width:640px){
      #collection-grid-filters-{{ section.id }} .pcard__qty{ width:100%; }
    }
    #collection-grid-filters-{{ section.id }} .pcard__qtyBtn{
      border:none; background:transparent; cursor:pointer;
      font-weight:900; font-size: calc(var(--cgf-qty-fs) + 2px);
      color: #243B5A;
    }
    #collection-grid-filters-{{ section.id }} .pcard__qtyInput{
      border:none; background:transparent; outline:none;
      text-align:center;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:900; font-size: var(--cgf-qty-fs);
      -moz-appearance:textfield;
      color: #243B5A;
    }
    #collection-grid-filters-{{ section.id }} .pcard__qtyInput::-webkit-outer-spin-button,
    #collection-grid-filters-{{ section.id }} .pcard__qtyInput::-webkit-inner-spin-button{
      -webkit-appearance:none; margin:0;
    }

    #collection-grid-filters-{{ section.id }} .pcard__atc{
      height: var(--cgf-btn-h); width:100%;
      border-radius: var(--cgf-btn-radius);
      border:1px solid rgba(36,59,90,.12);
      background: #243B5A;
      color:#fff;
      cursor:pointer;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:900; letter-spacing:.12em; text-transform:uppercase;
      transition: background .2s ease, opacity .2s ease;
    }
    #collection-grid-filters-{{ section.id }} .pcard__atc:hover{ background: #1a2d47; }
    #collection-grid-filters-{{ section.id }} .pcard__atc[disabled]{ opacity:.60; cursor:not-allowed; }

    #collection-grid-filters-{{ section.id }} .cgf__pagination{ margin-top:22px; display:flex; justify-content:center; }
    #collection-grid-filters-{{ section.id }} .cgf__empty{
      text-align:center; padding:18px; border:1px dashed var(--cgf-border);
      border-radius:12px; color: var(--cgf-muted);
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    }

    /* Mobile compact card fixes */
    @media (max-width:640px){
      #collection-grid-filters-{{ section.id }} .pcard__variantRow{ margin-bottom:8px; }
      #collection-grid-filters-{{ section.id }} .pcard__variant{ font-size:11px; height:36px; }
      #collection-grid-filters-{{ section.id }} .pcard__qty{ height:44px; }
      #collection-grid-filters-{{ section.id }} .pcard__atc{ height:44px; font-size:11px; }
    }
/* END_SECTION:main-collection */
/* START_SNIPPET:product-media-gallery-content-styles (INDEX:209) */
media-gallery:where(.media-gallery--grid) .media-gallery__grid {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .price {
      font-weight: 500;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* Firefox */
    scrollbar-width: none;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .predictive-search__close-modal-button:hover {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;
  }
/* END_SNIPPET:search-modal */
/* START_SNIPPET:skip-to-content-link (INDEX:226) */
.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 */
