/** Shopify CDN: Minification failed

Line 17:26 Unexpected "{"
Line 17:35 Expected ":"
Line 23:30 Unexpected "{"
Line 23:39 Expected ":"
Line 25:30 Unexpected "{"
Line 25:39 Expected ":"
Line 34:30 Unexpected "{"
Line 34:39 Expected ":"
Line 40:30 Unexpected "{"
Line 40:39 Expected ":"
... and 172 more hidden warnings

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

    #collection-grid-filters-{{ section.id }} .cgf__head{ text-align:center; margin-bottom: 18px; }

    #collection-grid-filters-{{ section.id }} .cgf__title{
      margin:0 0 10px;
      font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
      font-weight:500;
      font-size: clamp(28px, 3vw, 44px);
      line-height:1.15;
      font-size:25px;
    }

    #collection-grid-filters-{{ section.id }} .cgf__sub{
      font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      font-size:15px; line-height:1.8; color: var(--cgf-muted);
      max-width:820px; margin:0 auto;
    }

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

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

    #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: 4px;
      box-shadow: 0 16px 40px rgba(0,0,0,.06);
    }

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

    #collection-grid-filters-{{ section.id }} .cgf__clear{
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:13px;
      color: var(--cgf-accent) !important;
      text-decoration:none;
      border-bottom:1px solid rgba(0,0,0,.18);
    }

    #collection-grid-filters-{{ section.id }} .cgf__filter{
      border-top:1px solid rgba(0,0,0,.06);
      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;
    }

    #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(17,17,17,.86);
    }

    #collection-grid-filters-{{ section.id }} .cgf__check input[type="checkbox"]{
      accent-color: var(--cgf-accent) !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 var(--cgf-accent) !important;
      background: var(--cgf-accent) !important;
      color:#fff !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.92); }

    #collection-grid-filters-{{ section.id }} .cgf__grid{
      display:grid !important;
      grid-template-columns:repeat(4,minmax(0,1fr)) !important;
      gap:18px !important;
    }

    #collection-grid-filters-{{ section.id }} .cgf-card{
      display:block; text-decoration:none; color:inherit;
      background: var(--cgf-card);
      border:1px solid var(--cgf-border);
      border-radius:var(--cgf-radius);
      overflow:hidden;
      box-shadow:0 16px 40px rgba(0,0,0,.06);
      transition: transform .25s ease, box-shadow .25s ease;
    }
    #collection-grid-filters-{{ section.id }} .cgf-card:hover{
      transform: translateY(-2px);
      box-shadow:0 22px 55px rgba(0,0,0,.10);
    }

    /* ✅ UPDATED: show full image (no cut/crop) */
    #collection-grid-filters-{{ section.id }} .cgf-card__media{
      aspect-ratio: 3 / 4; /* portrait (best for suits). change to 4/5 if needed */
      background:#fff;
      position:relative;
      overflow:hidden;
    }

    /* ✅ UPDATED: contain = no cropping */
    #collection-grid-filters-{{ section.id }} .cgf-card__media .cgf-card__img{
      width:100%;
      height:100%;
      object-fit:contain;
      object-position:center;
      display:block;
      position:absolute;
      inset:0;
      opacity:1;
      transform:none;
      transition: opacity .35s ease;
      background:#fff;
    }

    /* ✅ keep FIRST(main) image on top by default */
    #collection-grid-filters-{{ section.id }} .cgf-card__img--main{
      z-index: 1;
      opacity: 1 !important;
    }
    #collection-grid-filters-{{ section.id }} .cgf-card__img--alt{
      z-index: 0;
      opacity: 0 !important;
    }

    /* ✅ UPDATED: no zoom on hover (zoom makes image feel cut) */
    #collection-grid-filters-{{ section.id }} .cgf-card:hover .cgf-card__img{ transform:none; }

    #collection-grid-filters-{{ section.id }} .cgf-card.has-alt:hover .cgf-card__img--alt{
      opacity:1 !important;
      z-index: 1;
    }
    #collection-grid-filters-{{ section.id }} .cgf-card.has-alt:hover .cgf-card__img--main{
      opacity:0 !important;
      z-index: 0;
    }

    #collection-grid-filters-{{ section.id }} .cgf-card__img--ph{
      background:linear-gradient(120deg,#e7dfd9,#fff);
      position:relative;
      inset:auto;
    }

    #collection-grid-filters-{{ section.id }} .cgf-card__media::after{
      content:"";
      position:absolute;
      inset:0;
      background: rgba(0,0,0,.10);
      opacity:0;
      transition: opacity .22s ease;
      pointer-events:none;
      z-index:2;
    }
    #collection-grid-filters-{{ section.id }} .cgf-card:hover .cgf-card__media::after{ opacity:1; }

    #collection-grid-filters-{{ section.id }} .cgf-qv__pill{
      position:absolute;
      left:50%;
      bottom:14px;
      transform: translateX(-50%) translateY(10px);
      width: calc(100% - 34px);
      height: 56px;
      border-radius: 999px;
      background: #000;
      color: #fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:700;
      font-size:15px;
      z-index:3;
      opacity:0;
      pointer-events:none;
      transition: opacity .22s ease, transform .22s ease, filter .2s ease;
      user-select:none;
    }
    #collection-grid-filters-{{ section.id }} .cgf-card:hover .cgf-qv__pill{
      opacity:1;
      transform: translateX(-50%) translateY(0);
      pointer-events:auto;
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__pill:hover{ filter: brightness(.92); }

    #collection-grid-filters-{{ section.id }} .cgf-qv__icon{
      position:absolute;
      right:12px;
      top:12px;
      width:40px;
      height:40px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(0,0,0,.12);
      display:grid;
      place-items:center;
      z-index:3;
      opacity:0;
      transform: translateY(-8px);
      pointer-events:none;
      transition: opacity .22s ease, transform .22s ease;
      user-select:none;
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__icon svg{ width:18px; height:18px; fill:#111; display:block; }
    #collection-grid-filters-{{ section.id }} .cgf-card:hover .cgf-qv__icon{
      opacity:1;
      transform: translateY(0);
      pointer-events:auto;
    }

    #collection-grid-filters-{{ section.id }} .cgf-card__info{ padding:14px 14px 16px; }
    #collection-grid-filters-{{ section.id }} .cgf-card__title{
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-weight:600; font-size:14px; line-height:1.45;
      color: rgba(17,17,17,.92);
      display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
      overflow:hidden; min-height:40px;
    }
    #collection-grid-filters-{{ section.id }} .cgf-card__price{
      margin-top:10px; display:flex; align-items:baseline; gap:10px;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    }
    #collection-grid-filters-{{ section.id }} .cgf-card__now{ font-weight:700; font-size:15px; }
    #collection-grid-filters-{{ section.id }} .cgf-card__was{ font-size:13px; color:rgba(17,17,17,.55); text-decoration:line-through; }

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

    html.cgf-qv-open{ overflow:hidden; }

    #collection-grid-filters-{{ section.id }} .cgf-qv{
      border: none;
      padding: 0;
      width: min(1040px, calc(100vw - 28px));
      max-height: calc(100vh - 28px);
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 30px 80px rgba(0,0,0,.25);
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv::backdrop{ background: rgba(0,0,0,.55); }

    #collection-grid-filters-{{ section.id }} .cgf-qv__panel{ position: relative; }

    #collection-grid-filters-{{ section.id }} .cgf-qv__close{
      position:absolute;
      right:12px;
      top:10px;
      width:40px;
      height:40px;
      border-radius:999px;
      border:1px solid rgba(0,0,0,.10);
      background:#fff;
      cursor:pointer;
      font-size:22px;
      line-height:1;
      z-index:5;
    }

    #collection-grid-filters-{{ section.id }} .cgf-qv__grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 0;
      min-height: 520px;
    }

    #collection-grid-filters-{{ section.id }} .cgf-qv__gallery{
      display:grid;
      grid-template-columns: 78px 1fr;
      gap: 12px;
      padding: 18px;
      background: #fbfaf9;
      border-right: 1px solid rgba(0,0,0,.06);
    }

    #collection-grid-filters-{{ section.id }} .cgf-qv__thumbs{
      display:flex;
      flex-direction:column;
      gap:10px;
      overflow:auto;
      padding-right:6px;
      max-height: calc(100vh - 120px);
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__thumbBtn{
      border:1px solid rgba(0,0,0,.12);
      border-radius:12px;
      background:#fff;
      padding:0;
      overflow:hidden;
      cursor:pointer;
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__thumbBtn.is-active{
      border-color: var(--cgf-accent);
      box-shadow: 0 0 0 2px rgba(15,35,64,.15);
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__thumbImg{
      width:100%;
      aspect-ratio:1/1;
      object-fit:cover;
      display:block;
    }

    #collection-grid-filters-{{ section.id }} .cgf-qv__main{
      border-radius: 14px;
      overflow:hidden;
      background:#f3efec;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    /* ✅ UPDATED: full image in quick view too */
    #collection-grid-filters-{{ section.id }} .cgf-qv__mainImg{
      width:100%;
      height:100%;
      object-fit:contain;
      display:block;
      background:#fff;
    }

    #collection-grid-filters-{{ section.id }} .cgf-qv__details{
      padding: 18px 18px 20px;
      overflow:auto;
      max-height: calc(100vh - 28px);
    }

    #collection-grid-filters-{{ section.id }} .cgf-qv__vendor{
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:12px;
      letter-spacing:.14em;
      text-transform: uppercase;
      color: var(--cgf-muted);
      margin-bottom:8px;
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__title{
      margin:0 0 10px;
      font-family:"Playfair Display", Georgia, "Times New Roman", Times, serif;
      font-weight:500;
      font-size:28px;
      line-height:1.15;
      color:#111;
    }

    #collection-grid-filters-{{ section.id }} .cgf-qv__priceRow{
      display:flex;
      align-items:baseline;
      gap:10px;
      margin: 10px 0 12px;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__price{
      font-weight:800;
      font-size:16px;
      color:#111;
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__compare{
      font-size:13px;
      color: rgba(17,17,17,.55);
      text-decoration: line-through;
    }

    #collection-grid-filters-{{ section.id }} .cgf-qv__stock{
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:13px;
      color: rgba(17,17,17,.78);
      padding: 10px 12px;
      border:1px solid rgba(0,0,0,.08);
      border-radius: 12px;
      background:#fff;
      margin-bottom: 14px;
    }

    #collection-grid-filters-{{ section.id }} .cgf-qv__options{
      display:grid;
      gap: 12px;
      margin-bottom: 14px;
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__opt{
      display:grid;
      gap:6px;
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__opt label{
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:12px;
      letter-spacing:.06em;
      text-transform: uppercase;
      color: var(--cgf-muted);
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__opt select{
      height:44px;
      border-radius:12px;
      border:1px solid var(--cgf-border);
      padding:0 12px;
      background:#fff;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:14px;
    }

    #collection-grid-filters-{{ section.id }} .cgf-qv__actions{
      display:grid;
      gap:10px;
    }
    #collection-grid-filters-{{ section.id }} .cgf-qv__add{
      height:46px;
      border-radius:12px;
      border:1px solid var(--cgf-accent);
      background: var(--cgf-accent);
      color:#fff;
      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-qv__add[disabled]{ opacity:.6; cursor:not-allowed; }

    #collection-grid-filters-{{ section.id }} .cgf-qv__view{
      text-align:center;
      font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      font-size:13px;
      color: var(--cgf-accent);
      text-decoration:none;
      border-bottom:1px solid rgba(0,0,0,.18);
      width:fit-content;
      margin:0 auto;
      padding-bottom:2px;
    }

    @media (max-width:768px){
      #collection-grid-filters-{{ section.id }} .cgf__layout{ grid-template-columns:1fr; }
      #collection-grid-filters-{{ section.id }} .cgf__filters{ position: static; top:auto; }
      #collection-grid-filters-{{ section.id }} .cgf__grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:14px !important;
      }

      #collection-grid-filters-{{ section.id }} .cgf-qv__pill,
      #collection-grid-filters-{{ section.id }} .cgf-qv__icon{
        opacity:1;
        transform:none;
        pointer-events:auto;
      }
      #collection-grid-filters-{{ section.id }} .cgf-card__media::after{ opacity:1; }

      #collection-grid-filters-{{ section.id }} .cgf-qv__grid{
        grid-template-columns: 1fr;
        min-height: auto;
      }
      #collection-grid-filters-{{ section.id }} .cgf-qv__gallery{
        grid-template-columns: 64px 1fr;
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,.06);
      }
    }
/* 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 */
