/** Shopify CDN: Minification failed

Line 1024:12 Unexpected "*"
Line 1105:97 Unexpected "@media"

**/
/* START_SECTION:belyr-caia-footer (INDEX:5) */
.belyr-caia-footer {
    background: var(--belyr-footer-background);
    color: var(--belyr-footer-text);
    font-family: var(--belyr-footer-font);
    font-size: 18px;
    line-height: 1.45;
    width: 100%;
  }

  .belyr-caia-footer * {
    box-sizing: border-box;
  }

  .belyr-caia-footer a {
    color: inherit;
    text-decoration: none;
    transition: color 160ms ease;
  }

  .belyr-caia-footer a:hover {
    color: #6d5c55;
  }

  .belyr-caia-footer h2,
  .belyr-caia-footer p,
  .belyr-caia-footer ul {
    margin: 0;
  }

  .belyr-caia-footer ul {
    list-style: none;
    padding: 0;
  }

  .belyr-caia-footer__main {
    display: grid;
    gap: clamp(28px, 3.2vw, 64px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 76px 50px 68px;
  }

  .belyr-caia-footer__main--mobile {
    display: none;
  }

  .belyr-caia-footer__column {
    min-width: 0;
  }

  .belyr-caia-footer h2 {
    color: inherit;
    font-family: var(--belyr-footer-font);
    font-size: 1.344rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 22px;
    text-transform: none;
  }

  .belyr-caia-footer__column li + li {
    margin-top: 12px;
  }

  .belyr-caia-footer__column a {
    font-size: 1.2rem;
  }

  .belyr-caia-footer__socials a {
    align-items: center;
    display: inline-flex;
    gap: 12px;
  }

  .belyr-caia-footer__socials svg,
  .belyr-caia-footer__commerce h2 svg {
    fill: none;
    flex: 0 0 auto;
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 19px;
  }

  .belyr-caia-footer__socials svg path,
  .belyr-caia-footer__icon-dot,
  .belyr-caia-footer__icon-fill {
    fill: currentColor;
    stroke: none;
  }

  @media (min-width: 750px) {
    .belyr-caia-footer__main--desktop .belyr-caia-footer__socials svg {
      color: inherit;
      display: block;
      opacity: 1;
      visibility: visible;
    }
  }

  .belyr-caia-footer__commerce {
    align-items: center;
    background: transparent;
    color: var(--belyr-footer-text);
    display: grid;
    gap: clamp(36px, 7vw, 130px);
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    padding: 32px 50px;
  }

  .belyr-caia-footer__commerce-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 30px;
    min-width: 0;
  }

  .belyr-caia-footer__commerce h2 {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    margin: 0;
    white-space: nowrap;
  }

  .belyr-caia-footer__commerce p {
    font-weight: 500;
  }

  .belyr-caia-footer__payment-logos-wrap {
    display: block;
    max-width: 100%;
    position: relative;
    width: 320px;
  }

  .belyr-caia-footer__payment-logos {
    display: block;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, .22));
    height: auto;
    max-width: 100%;
    width: 320px;
  }

  .belyr-caia-footer__payment-extra-logos {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 55.8%;
    position: absolute;
    right: 6.1%;
  }

  .belyr-caia-footer__payment-extra-logo {
    display: block;
    width: 31.2%;
  }

  .belyr-caia-footer__payment-extra-logo svg {
    display: block;
    height: auto;
    width: 100%;
  }

  .belyr-caia-footer__postnord-logo {
    display: block;
    flex: 0 0 auto;
    height: auto;
    max-width: 100%;
    overflow: visible;
    width: 118px;
  }

  @media (min-width: 750px) {
    .belyr-caia-footer__postnord-logo {
      transform: translateY(2px);
    }
  }

  .belyr-caia-footer__legal {
    align-items: center;
    border-top: 1px solid color-mix(in srgb, var(--belyr-footer-text) 15%, transparent);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: .96rem;
    gap: 8px 22px;
    justify-content: center;
    line-height: 1.5;
    padding: 18px 50px 20px;
    text-align: center;
  }

  .belyr-caia-footer__legal-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    justify-content: center;
  }

  .belyr-caia-footer__legal a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  @media (max-width: 1100px) {
    .belyr-caia-footer__main {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

  }

  @media (max-width: 749px) {
    .belyr-caia-footer__main,
    .belyr-caia-footer__commerce {
      grid-template-columns: 1fr;
      padding-left: 20px;
      padding-right: 20px;
    }

    .belyr-caia-footer__main {
      gap: 0;
      padding-bottom: 30px;
      padding-top: 30px;
    }

    .belyr-caia-footer__main--desktop {
      display: none;
    }

    .belyr-caia-footer__main--mobile {
      display: block;
    }

    .belyr-caia-footer__mobile-tab {
      border-top: 1px solid color-mix(in srgb, var(--belyr-footer-text) 32%, transparent);
    }

    .belyr-caia-footer__mobile-tab:last-child {
      border-bottom: 1px solid color-mix(in srgb, var(--belyr-footer-text) 32%, transparent);
    }

    .belyr-caia-footer__mobile-tab summary {
      align-items: center;
      -webkit-appearance: none;
      appearance: none;
      -webkit-tap-highlight-color: transparent;
      background: transparent !important;
      box-shadow: none !important;
      color: inherit !important;
      cursor: pointer;
      display: flex;
      font-size: 1.08rem;
      font-weight: 600;
      justify-content: space-between;
      list-style: none;
      min-height: 60px;
      outline: 0;
    }

    .belyr-caia-footer__mobile-tab summary:hover,
    .belyr-caia-footer__mobile-tab summary:active,
    .belyr-caia-footer__mobile-tab summary:focus,
    .belyr-caia-footer__mobile-tab[open] summary {
      background: transparent !important;
      box-shadow: none !important;
      color: inherit !important;
    }

    .belyr-caia-footer__mobile-tab summary:focus-visible {
      outline: 0;
    }

    .belyr-caia-footer__mobile-tab summary:focus-visible > span:first-child {
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .belyr-caia-footer__mobile-tab summary::-webkit-details-marker {
      display: none;
    }

    .belyr-caia-footer__mobile-tab-content {
      padding: 0 0 24px;
    }

    .belyr-caia-footer__mobile-tab-content li + li {
      margin-top: 12px;
    }

    .belyr-caia-footer__mobile-tab-content a {
      font-size: 1rem;
    }

    .belyr-caia-footer__mobile-chevron {
      border-bottom: 1.5px solid currentColor;
      border-right: 1.5px solid currentColor;
      flex: 0 0 auto;
      height: 9px;
      margin-right: 4px;
      transform: rotate(45deg) translateY(-2px);
      transition: transform 160ms ease;
      width: 9px;
    }

    .belyr-caia-footer__mobile-tab[open] .belyr-caia-footer__mobile-chevron {
      transform: rotate(225deg) translate(-2px, -2px);
    }

    .belyr-caia-footer__commerce {
      gap: 34px;
      padding-bottom: 30px;
      padding-top: 30px;
    }

    .belyr-caia-footer__commerce-group {
      align-items: flex-start;
      flex-direction: column;
    }

    .belyr-caia-footer__legal,
    .belyr-caia-footer__legal-list {
      align-items: center;
      flex-direction: column;
      justify-content: center;
    }

    .belyr-caia-footer__legal {
      gap: 8px;
      padding: 18px 20px 22px;
    }

  }

  @media (prefers-reduced-motion: reduce) {
    .belyr-caia-footer a,
    .belyr-caia-footer__mobile-chevron {
      transition: none;
    }
  }
/* END_SECTION:belyr-caia-footer */
/* START_SECTION:belyr-caia-header (INDEX:6) */
.shopify-section-group-header-group:has(.belyr-caia-header) {
    inset-inline: 0;
    position: absolute;
    top: 0;
    z-index: 80;
  }

  body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) {
    position: fixed;
  }

  .shopify-section-group-header-group:has(.belyr-caia-header--routine) {
    background: transparent !important;
    inset-inline: 0 !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 80 !important;
  }

  .shopify-section-group-header-group:has(.belyr-caia-header--routine) > .shopify-section {
    background: transparent !important;
  }

  body:has(.belyr-pdp) .shopify-section-group-header-group:has(.belyr-caia-header) {
    position: sticky;
    top: 0;
  }

  .belyr-caia-header {
    background: #71153b;
    color: #ffffff;
    font-family: var(--font-body--family);
    left: 0;
    padding: 0 14px;
    position: relative;
    right: 0;
    text-transform: uppercase;
    transition:
      background-color .3s ease,
      box-shadow .3s ease,
      color .3s ease;
    width: 100%;
  }

  body:has(.belyr-home) .belyr-caia-header--scrolled {
    -webkit-backdrop-filter: blur(22px) saturate(1.25);
    backdrop-filter: blur(22px) saturate(1.25);
    background: rgba(255, 255, 255, .06) !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .22), 0 12px 30px rgba(28, 17, 24, .10);
    color: #111111;
  }

  body:has(.belyr-pdp) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header {
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
    backdrop-filter: blur(18px) saturate(1.18);
    background: #71153b !important;
    box-shadow: 0 1px 0 rgba(99, 39, 69, .23), 0 12px 32px rgba(99, 39, 69, .12) !important;
    color: #ffffff !important;
  }

  body:has(.belyr-home) .belyr-caia-header--scrolled .belyr-caia-header__search {
    border-bottom-color: rgba(17, 17, 17, .68);
  }

  body:has(.belyr-pdp) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search {
    border-bottom-color: rgba(255, 255, 255, .88) !important;
  }

  body:has(.belyr-home) .belyr-caia-header--scrolled .belyr-caia-header__search button,
  body:has(.belyr-home) .belyr-caia-header--scrolled .belyr-caia-header__search input {
    color: #111111;
  }

  body:has(.belyr-pdp) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search button,
  body:has(.belyr-pdp) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search input {
    color: #ffffff !important;
  }

  body:has(.belyr-home) .belyr-caia-header--scrolled .belyr-caia-header__search input::placeholder {
    color: rgba(17, 17, 17, .72);
  }

  body:has(.belyr-pdp) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search input::placeholder {
    color: rgba(255, 255, 255, .82) !important;
  }

  .belyr-caia-header a {
    color: inherit;
    text-decoration: none;
  }

  .belyr-caia-header__ticker {
    font-size: 13px;
    font-weight: 760;
    height: 32px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: background-color .3s ease, color .3s ease;
    white-space: nowrap;
  }

  body:has(.belyr-home) .belyr-caia-header--scrolled .belyr-caia-header__ticker {
    background: transparent !important;
    color: #111111;
    margin-inline: -14px;
    padding-inline: 14px;
  }

  body:has(.belyr-pdp) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__ticker {
    background: #71153b !important;
    color: #ffffff !important;
    margin-inline: -14px;
    padding-inline: 14px;
  }

  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header {
    background: #71153b !important;
    color: #ffffff !important;
  }

  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__ticker {
    background: #71153b !important;
    color: #ffffff !important;
    margin-inline: -14px;
    padding-inline: 14px;
  }

  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search {
    border-bottom-color: rgba(255, 255, 255, .88) !important;
  }

  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search button,
  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search input {
    color: #ffffff !important;
  }

  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search input::placeholder {
    color: rgba(255, 255, 255, .82) !important;
  }

  body .shopify-section-group-header-group:has(.belyr-caia-header--routine) .belyr-caia-header--routine:not(.belyr-caia-header--scrolled) {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent !important;
    box-shadow: none !important;
  }

  body .shopify-section-group-header-group:has(.belyr-caia-header--routine) .belyr-caia-header--routine:not(.belyr-caia-header--scrolled) .belyr-caia-header__ticker {
    background: transparent !important;
  }

  body .shopify-section-group-header-group:has(.belyr-caia-header--routine) .belyr-caia-header--routine.belyr-caia-header--scrolled {
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
    backdrop-filter: blur(18px) saturate(1.18);
    background: #71153b !important;
    box-shadow: 0 1px 0 rgba(99, 39, 69, .23), 0 12px 32px rgba(99, 39, 69, .12) !important;
  }

  body .shopify-section-group-header-group:has(.belyr-caia-header--routine) .belyr-caia-header--routine.belyr-caia-header--scrolled .belyr-caia-header__ticker {
    background: #71153b !important;
  }

  .belyr-caia-header__ticker-summary {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: normal;
    width: 1px;
  }

  .belyr-caia-header__ticker-message {
    align-items: center;
    animation: belyr-caia-ticker-pulse 12s ease-in-out infinite both;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 0 16px;
    position: absolute;
    transform: translateY(4px) scale(.98);
    will-change: opacity, transform;
  }

  .belyr-caia-header__ticker-social {
    gap: 18px;
  }

  .belyr-caia-header__social-account {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    text-transform: lowercase;
  }

  .belyr-caia-header__social-account svg {
    flex: 0 0 auto;
    height: 15px;
    width: 15px;
  }

  .belyr-caia-header__social-divider {
    background: currentColor;
    height: 14px;
    opacity: .58;
    width: 1px;
  }

  .belyr-caia-header__ticker-message--2 {
    animation-delay: 4s;
  }

  .belyr-caia-header__ticker-message--3 {
    animation-delay: 8s;
  }

  .belyr-caia-header__ticker:is(:hover, :focus-within) .belyr-caia-header__ticker-message {
    animation-play-state: paused;
  }

  @keyframes belyr-caia-ticker-pulse {
    0% {
      opacity: 0;
      transform: translateY(4px) scale(.98);
    }

    6%,
    25% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    16% {
      opacity: 1;
      transform: translateY(0) scale(1.018);
    }

    31%,
    100% {
      opacity: 0;
      transform: translateY(-4px) scale(.985);
    }
  }

  .belyr-caia-header__main {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(260px, 430px) 1fr minmax(260px, 430px);
    min-height: 52px;
  }

  .belyr-caia-header__search {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .9);
    display: grid;
    gap: 12px;
    grid-template-columns: 36px 1fr;
    height: 46px;
    max-width: 340px;
    position: relative;
  }

  .belyr-caia-header__search button {
    appearance: none;
    background: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    height: 36px;
    padding: 0;
    width: 36px;
  }

  .belyr-caia-header__search-icon {
    border: 3px solid currentColor;
    border-radius: 999px;
    display: block;
    height: 29px;
    position: relative;
    width: 29px;
  }

  .belyr-caia-header__search-icon::after {
    background: currentColor;
    content: "";
    height: 17px;
    position: absolute;
    right: -9px;
    top: 20px;
    transform: rotate(-45deg);
    width: 3px;
  }

  .belyr-caia-header__search input {
    appearance: none;
    background: transparent;
    border: 0;
    color: #ffffff;
    font: inherit;
    font-size: 17px;
    font-weight: 650;
    height: 100%;
    outline: none;
    text-transform: uppercase;
    width: 100%;
  }

  .belyr-caia-header__search input::placeholder {
    color: rgba(255, 255, 255, .95);
    opacity: 1;
  }

  .belyr-caia-header__logo {
    font-family: var(--font-heading--family);
    font-size: 44px;
    font-weight: 950;
    justify-self: center;
    letter-spacing: 8px;
    line-height: 1;
  }

  .belyr-caia-header__actions {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }

  .belyr-caia-header__icon {
    display: block;
    height: 42px;
    position: relative;
    width: 38px;
  }

  /* Comfortable cart edge spacing */
  .belyr-caia-header__icon--cart {
    margin-inline-end: 14px;
  }

  .belyr-caia-header__icon--cart::before,
  .belyr-caia-header__icon--cart::after {
    content: none;
  }

  .belyr-caia-header__cart-svg {
    display: block;
    height: 34px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
  }

  @media (min-width: 901px) {
    .belyr-caia-header__icon--cart {
      height: 44px;
      width: 44px;
    }

    .belyr-caia-header__cart-svg {
      height: 40px;
      width: 40px;
    }
  }

  .belyr-caia-header__nav {
    align-items: center;
    display: flex;
    gap: 29px;
    justify-content: center;
    min-height: 44px;
    overflow-x: auto;
    padding: 0 20px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .belyr-caia-header__nav::-webkit-scrollbar {
    display: none;
  }

  .belyr-caia-header__nav a {
    font-size: 16px;
    font-weight: 760;
    letter-spacing: 0;
  }

  @media (prefers-reduced-motion: reduce) {
    .belyr-caia-header {
      transition: none;
    }

    .belyr-caia-header__ticker-message {
      animation: none;
      display: none;
    }

    .belyr-caia-header__ticker-message--1 {
      display: flex;
      opacity: 1;
      transform: none;
    }
  }

  @media (max-width: 900px) {
    body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) {
      position: sticky;
      top: 0;
    }

    body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--routine):not(.belyr-caia-header--scrolled) {
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      background: transparent !important;
      box-shadow: none !important;
      color: #71153b !important;
    }

    body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--routine):not(.belyr-caia-header--scrolled) .belyr-caia-header__ticker {
      background: transparent !important;
      color: #71153b !important;
    }

    body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--routine):not(.belyr-caia-header--scrolled) .belyr-caia-header__search {
      border-bottom-color: rgba(113, 21, 59, .72) !important;
    }

    body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--routine):not(.belyr-caia-header--scrolled) .belyr-caia-header__search button,
    body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--routine):not(.belyr-caia-header--scrolled) .belyr-caia-header__search input {
      color: #71153b !important;
    }

    body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--routine):not(.belyr-caia-header--scrolled) .belyr-caia-header__search input::placeholder {
      color: rgba(113, 21, 59, .72) !important;
    }

    .belyr-caia-header {
      padding: 0 12px;
    }

    body:has(.belyr-home) .belyr-caia-header--scrolled .belyr-caia-header__ticker {
      margin-inline: -12px;
      padding-inline: 12px;
    }

    .belyr-caia-header__main {
      grid-template-columns: 88px 1fr 88px;
      min-height: 47px;
    }

    .belyr-caia-header__search {
      border-bottom: 0;
      display: block;
      height: 36px;
      width: 36px;
    }

    .belyr-caia-header__search button {
      align-items: center;
      display: flex;
      height: 36px;
      justify-content: center;
      width: 36px;
    }

    .belyr-caia-header__search button .belyr-caia-header__search-icon {
      border-width: 2px;
      box-sizing: border-box;
      height: 20px;
      width: 20px;
    }

    .belyr-caia-header__search-icon::after {
      height: 9px;
      right: -5px;
      top: 14px;
      width: 2px;
    }

    .belyr-caia-header__search input {
      background: transparent;
      border: 1px solid currentColor;
      border-radius: 0;
      box-shadow: none;
      display: block;
      height: 46px;
      left: 0;
      opacity: 0;
      padding: 0 14px;
      pointer-events: none;
      position: absolute;
      top: calc(100% + 10px);
      transform: translateY(-6px);
      transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
      visibility: hidden;
      width: min(280px, calc(100vw - 82px));
      z-index: 90;
    }

    #BelyrHeaderSearchInput {
      color: inherit !important;
      text-transform: none;
    }

    #BelyrHeaderSearchInput::placeholder {
      color: transparent !important;
    }

    .belyr-caia-header__search--open input {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
      visibility: visible;
    }

    .belyr-caia-header__logo {
      font-size: 30px;
      letter-spacing: 6px;
    }

    .belyr-caia-header__nav {
      display: none;
    }

    .belyr-caia-header__icon--cart {
      margin-inline-end: 8px;
    }
  }

  /* Belyr non-home glass header */
  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header),
  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) > .shopify-section {
    background: transparent !important;
  }

  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header,
  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header--routine) .belyr-caia-header--routine {
    -webkit-backdrop-filter: blur(22px) saturate(1.25);
    backdrop-filter: blur(22px) saturate(1.25);
    background: rgba(255, 255, 255, .06) !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .22), 0 12px 30px rgba(28, 17, 24, .10) !important;
    color: #111111 !important;
  }

  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__ticker {
    background: transparent !important;
    color: #111111 !important;
  }

  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search {
    border-bottom-color: rgba(17, 17, 17, .68) !important;
  }

  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search button,
  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search input {
    color: #111111 !important;
  }

  body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search input::placeholder {
    color: rgba(17, 17, 17, .72) !important;
  }

  /* Unified Belyr header behavior */
  html body .shopify-section-group-header-group:has(.belyr-caia-header),
  html body .shopify-section-group-header-group:has(.belyr-caia-header) > .shopify-section {
    background: transparent !important;
    inset-inline: 0 !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 80 !important;
  }

  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--scrolled) {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
  }

  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--scrolled) .belyr-caia-header__ticker {
    background: transparent !important;
    color: #ffffff !important;
  }

  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--scrolled) .belyr-caia-header__search {
    border-bottom-color: rgba(255, 255, 255, .9) !important;
  }

  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--scrolled) .belyr-caia-header__search button,
  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--scrolled) .belyr-caia-header__search input {
    color: #ffffff !important;
  }

  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header:not(.belyr-caia-header--scrolled) .belyr-caia-header__search input::placeholder {
    color: rgba(255, 255, 255, .95) !important;
  }

  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header.belyr-caia-header--scrolled,
  html body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header {
    -webkit-backdrop-filter: blur(22px) saturate(1.25) !important;
    backdrop-filter: blur(22px) saturate(1.25) !important;
    background: rgba(255, 255, 255, .06) !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .22), 0 12px 30px rgba(28, 17, 24, .10) !important;
    color: #111111 !important;
  }

  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header.belyr-caia-header--scrolled .belyr-caia-header__ticker,
  html body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__ticker {
    background: transparent !important;
    color: #111111 !important;
    margin-inline: -14px;
    padding-inline: 14px;
  }

  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header.belyr-caia-header--scrolled .belyr-caia-header__search,
  html body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search {
    border-bottom-color: rgba(17, 17, 17, .68) !important;
  }

  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header.belyr-caia-header--scrolled .belyr-caia-header__search button,
  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header.belyr-caia-header--scrolled .belyr-caia-header__search input,
  html body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search button,
  html body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search input {
    color: #111111 !important;
  }

  html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header.belyr-caia-header--scrolled .belyr-caia-header__search input::placeholder,
  html body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__search input::placeholder {
    color: rgba(17, 17, 17, .72) !important;
  }

  @media (max-width: 900px) {
    html body:has(.belyr-home) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header.belyr-caia-header--scrolled .belyr-caia-header__ticker,
    html body:not(:has(.belyr-home)) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header__ticker {
      margin-inline: -12px;
      padding-inline: 12px;
    }
  }


  /* Keep the default collection page below the fixed Belyr mobile header. */
  @media (max-width: 900px) {
    html body #MainContent[data-template="collection"] {
      padding-top: 79px;
    }

    html body:has(#MainContent[data-template="collection"]) .shopify-section-group-header-group:has(.belyr-caia-header) .belyr-caia-header {
      -webkit-backdrop-filter: blur(22px) saturate(1.25) !important;
      backdrop-filter: blur(22px) saturate(1.25) !important;
      background: rgba(255, 255, 255, .94) !important;
      color: #111111 !important;
    }
  }


  @media (min-width: 901px) {
    html body .shopify-section-group-header-group:has(.belyr-caia-header--routine) .belyr-caia-header--routine.belyr-caia-header--scrolled .belyr-caia-header__ticker {
      background: transparent !important;
      color: #111111 !important;
    }
  }
/* END_SECTION:belyr-caia-header */
/* START_SECTION:belyr-product-page (INDEX:7) */
.belyr-pdp{color:var(--belyr-pdp-ink);background:#fff;padding:0 clamp(18px,1.7vw,28px) clamp(64px,8vw,120px)}
  .belyr-pdp*,.belyr-pdp*::before,.belyr-pdp*::after{box-sizing:border-box}
  .belyr-pdp__breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;max-width:1580px;margin:0 auto;padding:19px 0 24px;color:color-mix(in srgb,var(--belyr-pdp-ink) 62%,transparent);font-size:11px;letter-spacing:.04em;text-transform:uppercase}
  .belyr-pdp__breadcrumbs a{color:inherit;text-decoration:none}
  .belyr-pdp__breadcrumbs a:hover{color:var(--belyr-pdp-accent)}
  .belyr-pdp__hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);align-items:start;gap:clamp(30px,3.1vw,52px);max-width:1580px;margin:0 auto}
  .belyr-pdp__gallery{display:grid;grid-template-columns:88px minmax(0,1fr);grid-template-areas:'thumbs main';align-items:start;gap:14px;min-width:0}
  .belyr-pdp__main-media{position:relative;grid-area:main;overflow:hidden;aspect-ratio:1/1.02;background:#f5f5f5}
  .belyr-pdp__main-image,.belyr-pdp__placeholder{display:block;width:100%;height:100%;object-fit:contain;padding:0;box-shadow:none;transition:opacity .2s ease}
  .belyr-pdp__main-image{filter:none}
  .belyr-pdp__main-image--packshot{filter:none}
  .belyr-pdp__thumbs{grid-area:thumbs;display:grid;grid-auto-flow:row;grid-auto-rows:100px;gap:12px;max-height:min(68vw,670px);overflow-y:auto;padding-right:2px;scrollbar-width:thin}
  .belyr-pdp__thumb{display:block;width:86px;height:100px;padding:0;overflow:hidden;border:1px solid transparent;background:#f5f5f5;cursor:pointer}
  .belyr-pdp__thumb.is-active{border-color:var(--belyr-pdp-ink)}
  .belyr-pdp__thumb img{display:block;width:100%;height:100%;object-fit:cover;filter:none;box-shadow:none}
  .belyr-pdp__thumb[data-belyr-packshot="true"] img{filter:none}
  .belyr-pdp__purchase{position:sticky;top:150px;padding:0}
  .belyr-pdp__eyebrow{margin:0 0 10px;color:var(--belyr-pdp-accent);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
  .belyr-pdp__purchase h1{max-width:650px;margin:0 0 6px;font-family:Geist,Arial,Helvetica,sans-serif;font-size:clamp(30px,2.25vw,38px);font-weight:800;letter-spacing:-.025em;line-height:1.04;text-transform:uppercase}
  .belyr-pdp__price{display:flex;gap:14px;align-items:center;margin:0 0 21px;font-size:20px;font-weight:800}
  .belyr-pdp__price s{color:color-mix(in srgb,var(--belyr-pdp-ink) 45%,transparent);font-size:15px;font-weight:500}
  .belyr-pdp__benefits{display:none}
  .belyr-pdp__benefits span{padding:7px 15px;border:1px solid color-mix(in srgb,var(--belyr-pdp-ink) 28%,transparent);border-radius:999px;background:#fff;color:var(--belyr-pdp-ink);font-size:12px;font-weight:500;line-height:1}
  .belyr-pdp__intro{max-width:640px;margin:0;font-size:15px;line-height:1.58}
  .belyr-pdp__intro p{margin:0 0 12px}
  .belyr-pdp__read-more{display:none;margin:-4px 0 0;padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;font:inherit;font-size:13px}
  .belyr-pdp__intro:has(p:nth-child(3)) p:nth-child(n+3){display:none}
  .belyr-pdp__intro:has(p:nth-child(3))+.belyr-pdp__read-more{display:inline-block}
  .belyr-pdp__form{margin:23px 0 16px}
  .belyr-pdp__variant-label{display:block;margin-bottom:8px;font-size:13px;font-weight:700}
  .belyr-pdp__variant-select{width:100%;min-height:52px;margin-bottom:12px;padding:0 15px;border:1px solid color-mix(in srgb,var(--belyr-pdp-ink) 20%,transparent);border-radius:0;background:#fff;color:inherit}
  .belyr-pdp__buy-row{display:block}
  .belyr-pdp__add{width:100%;min-height:52px;padding:13px 24px;border:1px solid #2f2e2e;border-radius:9px;background:#2f2e2e;color:#fff;cursor:pointer;font:inherit;font-size:18px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;transition:background .2s ease,color .2s ease,border-color .2s ease}
  .belyr-pdp__add:hover{border-color:var(--belyr-pdp-accent);background:var(--belyr-pdp-accent);color:#fff}
  .belyr-pdp__add:disabled{cursor:not-allowed;opacity:.5}
  .belyr-pdp__service-list{display:grid;gap:8px;margin:0 0 24px;padding:0;list-style:none;color:color-mix(in srgb,var(--belyr-pdp-ink) 78%,transparent);font-size:12px;text-transform:uppercase}
  .belyr-pdp__service-list li{display:flex;gap:8px;align-items:center}
  .belyr-pdp__service-list span{color:var(--belyr-pdp-ink);font-weight:800}
  .belyr-pdp__accordions{border-top:1px solid color-mix(in srgb,var(--belyr-pdp-ink) 17%,transparent)}
  .belyr-pdp__accordions details{border-bottom:1px solid color-mix(in srgb,var(--belyr-pdp-ink) 17%,transparent)}
  .belyr-pdp__accordions summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;cursor:pointer;list-style:none;font-size:15px;font-weight:750}
  .belyr-pdp__accordions summary::-webkit-details-marker{display:none}
  .belyr-pdp__summary-icon{position:relative;flex:0 0 16px;width:16px;height:16px}
  .belyr-pdp__summary-icon::before,.belyr-pdp__summary-icon::after{position:absolute;top:50%;left:50%;width:14px;height:1.5px;background:currentColor;content:"";transform:translate(-50%,-50%)}
  .belyr-pdp__summary-icon::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .18s ease}
  .belyr-pdp__accordions details[open] .belyr-pdp__summary-icon::after{transform:translate(-50%,-50%) rotate(0)}
  .belyr-pdp__accordion-content{padding:0 0 22px;color:color-mix(in srgb,var(--belyr-pdp-ink) 78%,transparent);font-size:14px;line-height:1.7}
  .belyr-pdp__accordion-content>:first-child{margin-top:0}
  .belyr-pdp__accordion-content h4{margin:20px 0 8px;color:var(--belyr-pdp-ink);font-size:14px;text-transform:uppercase}
  .belyr-pdp__accordion-content ul{padding-left:20px}
  .belyr-pdp__recommendations{max-width:1500px;margin:clamp(72px,9vw,140px) auto 0}
  .belyr-pdp__recommendations-header{margin-bottom:25px;text-align:left}
  .belyr-pdp__recommendations-header h2{margin:0;font-size:clamp(19px,1.8vw,26px);font-weight:800;letter-spacing:.015em;line-height:1.1;text-transform:uppercase}
  .belyr-pdp__recommendation-carousel{position:relative}
  .belyr-pdp__recommendation-track{display:grid;grid-auto-columns:calc((100% - 42px)/4);grid-auto-flow:column;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}
  .belyr-pdp__recommendation-track::-webkit-scrollbar{display:none}
  .belyr-pdp-card{display:flex;min-width:0;flex-direction:column;background:#f5f5f5;scroll-snap-align:start}
  .belyr-pdp-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:1/1.08;background:#f5f5f5}
  .belyr-pdp-card__media img,.belyr-pdp-card__media svg{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .25s ease,transform .35s ease}
  .belyr-pdp-card__media img{filter:none;box-shadow:none}
  .belyr-pdp-card__media .belyr-pdp-card__primary-image{filter:none}
  .belyr-pdp-card__hover-image{position:absolute;inset:0;filter:none!important;opacity:0}
  .belyr-pdp-card:hover .belyr-pdp-card__hover-image{opacity:1}
  .belyr-pdp-card:hover .belyr-pdp-card__media img{transform:scale(1.015)}
  .belyr-pdp-card__content{display:flex;min-height:210px;flex:1;flex-direction:column;align-items:center;padding:22px 18px 18px;background:#f5f5f5;text-align:center}
  .belyr-pdp-card__content h3{display:-webkit-box;min-height:39px;margin:0 0 7px;overflow:hidden;font-family:Geist,Arial,Helvetica,sans-serif;font-size:16px;font-weight:800;letter-spacing:.015em;line-height:1.2;text-overflow:ellipsis;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .belyr-pdp-card__content h3 a{color:inherit;text-decoration:none}
  .belyr-pdp-card__content>p{min-height:20px;margin:0 0 14px;color:color-mix(in srgb,var(--belyr-pdp-ink) 68%,transparent);font-size:13px;line-height:1.3}
  .belyr-pdp-card__price{margin:0 0 18px;font-size:16px;font-weight:800}
  .belyr-pdp-card__cta{display:flex;width:100%;min-height:50px;align-items:center;justify-content:center;margin-top:auto;border:1.5px solid var(--belyr-pdp-ink);border-radius:8px;color:var(--belyr-pdp-ink);font-size:14px;font-weight:800;letter-spacing:.02em;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease,color .2s ease}
  .belyr-pdp-card__cta:hover{background:var(--belyr-pdp-ink);color:#fff}
  @media(min-width:990px){.belyr-pdp .belyr-pdp__add{box-sizing:border-box!important;width:100%!important;height:50px!important;min-height:50px!important;max-height:50px!important;padding:0 20px!important;border:0!important;border-radius:10px!important;background:#333!important;box-shadow:none!important;color:#fff!important;font-size:22px!important;font-weight:700!important;letter-spacing:normal!important;line-height:50px!important;text-transform:uppercase!important}.belyr-pdp .belyr-pdp__add:hover:not(:disabled),.belyr-pdp .belyr-pdp__add:focus-visible{border:0!important;background:#333!important;color:#fff!important}.belyr-pdp__recommendations .belyr-pdp-card__cta{box-sizing:border-box!important;width:180px!important;min-width:180px!important;max-width:180px!important;height:50px!important;min-height:50px!important;max-height:50px!important;margin-inline:auto!important;padding:0 20px!important;border:2px solid #333!important;border-radius:10px!important;background:transparent!important;color:#333!important;font-size:16px!important;font-weight:700!important;letter-spacing:normal!important;line-height:48px!important}.belyr-pdp__recommendations .belyr-pdp-card__cta:hover,.belyr-pdp__recommendations .belyr-pdp-card__cta:focus-visible{border-color:#333!important;background:#333!important;color:#fffcf7!important}}
  .belyr-pdp__recommendation-arrow{position:absolute;top:42%;z-index:2;display:flex;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:0;border-radius:7px;background:#4a4848;color:#fff;cursor:pointer;font:inherit;font-size:34px;line-height:1;transform:translateY(-50%);transition:opacity .2s ease,background-color .2s ease}
  .belyr-pdp__recommendation-arrow:hover{background:#2f2e2e}
  .belyr-pdp__recommendation-arrow:disabled{pointer-events:none;opacity:0}
  .belyr-pdp__recommendation-arrow--previous{left:-10px}
  .belyr-pdp__recommendation-arrow--next{right:-10px}
  .belyr-pdp__recommendation-progress{width:min(300px,42vw);height:5px;margin:22px auto 0;overflow:hidden;border-radius:999px;background:#eee8e5}
  .belyr-pdp__recommendation-progress span{display:block;width:25%;height:100%;border-radius:inherit;background:var(--belyr-pdp-ink);transform-origin:left center;transition:transform .15s ease,width .15s ease}
  @media(max-width:989px){.belyr-pdp{padding-inline:16px}.belyr-pdp__hero{grid-template-columns:1fr;gap:22px}.belyr-pdp__gallery{grid-template-columns:1fr;grid-template-areas:'main' 'thumbs';gap:10px}.belyr-pdp__main-media{aspect-ratio:1/1.08}.belyr-pdp__main-image{padding:0}.belyr-pdp__thumbs{grid-auto-flow:column;grid-auto-columns:74px;grid-auto-rows:88px;max-height:none;overflow-x:auto;overflow-y:hidden}.belyr-pdp__thumb{width:74px;height:88px}.belyr-pdp__purchase{position:static;padding-top:10px}.belyr-pdp__purchase h1{font-size:clamp(30px,7vw,40px)}.belyr-pdp__recommendation-track{grid-auto-columns:calc((100% - 12px)/2);gap:12px}.belyr-pdp__recommendation-arrow{display:none}}
  @media(max-width:520px){.belyr-pdp__breadcrumbs{padding:14px 0;font-size:10px}.belyr-pdp__thumbs{grid-auto-columns:64px;grid-auto-rows:76px}.belyr-pdp__thumb{width:64px;height:76px}.belyr-pdp-card__content h3{font-size:15px}}
  @media(max-width:749px){.belyr-pdp{padding-inline:10px;padding-bottom:40px}.belyr-pdp__breadcrumbs{padding:10px 0 12px}.belyr-pdp__hero{gap:14px}.belyr-pdp__gallery{grid-template-columns:48px minmax(0,1fr);grid-template-areas:'thumbs main';gap:6px}.belyr-pdp .belyr-pdp__main-media{aspect-ratio:4/5!important}.belyr-pdp__thumbs{grid-auto-flow:row;grid-auto-columns:auto;grid-auto-rows:58px;gap:6px;max-height:calc((100vw - 74px)*1.25);overflow-x:hidden;overflow-y:auto;padding-right:0}.belyr-pdp__thumb{width:48px;height:58px}.belyr-pdp__purchase{padding-top:0}.belyr-pdp .belyr-pdp__purchase h1{font-size:24px!important;font-weight:700!important;line-height:normal!important;text-align:center!important}.belyr-pdp .belyr-pdp__price{justify-content:center!important;font-size:20px!important;font-weight:700!important;text-align:center!important}.belyr-pdp .belyr-pdp__intro{font-size:14px!important;font-weight:400!important;line-height:22.4px!important}.belyr-pdp-card__cta{align-self:center!important;width:auto!important;min-height:27.5px!important;padding:0 10px!important;border:0!important;border-radius:10px!important;background:transparent!important;box-shadow:none!important;color:#333!important;font-family:Geist,sans-serif!important;font-size:14px!important;font-weight:700!important;letter-spacing:.35px!important;line-height:normal!important}.belyr-pdp-card__cta:hover,.belyr-pdp-card__cta:focus-visible{background:transparent!important;color:#333!important}}
  @media(max-width:749px){.belyr-pdp__hero{gap:15px}.belyr-pdp__purchase{padding-inline:5px}}\n  @media(prefers-reduced-motion:reduce){.belyr-pdp *,.belyr-pdp *::before,.belyr-pdp *::after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
/* END_SECTION:belyr-product-page */
/* START_SECTION:belyr-storefront-polish (INDEX:10) */
:root {
    --belyr-quiet-transition: 220ms ease;
  }

  body {
    background: var(--belyr-polish-paper, #fffaf7);
  }

  .shopify-section-group-header-group:not(:has(.belyr-caia-header)) {
    position: sticky;
    top: 0;
    z-index: 50;
  }

  .shopify-section-group-header-group .announcement-bar {
    background: #eee4d8;
    border: 0;
    color: var(--belyr-polish-ink, #1d1916);
    min-height: 34px;
  }

  .shopify-section-group-header-group .announcement-bar__text {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  header-component,
  .header,
  .header__row {
    backdrop-filter: saturate(140%) blur(18px);
    transition: min-height var(--belyr-quiet-transition), background var(--belyr-quiet-transition);
  }

  .header__row {
    min-height: 82px;
  }

  .header__heading,
  .header__heading-link,
  .header-logo,
  .header-logo__link {
    letter-spacing: 0;
  }

  .header {
    box-shadow: none;
  }

  .header a,
  .header button,
  .header summary {
    letter-spacing: 0;
  }

  .header__menu-item,
  .menu-list__link,
  .header-actions a,
  .header-actions button {
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .header-drawer,
  .menu-drawer,
  .theme-drawer__dialog {
    border-radius: 0;
  }

  .header-drawer,
  .menu-drawer {
    background: var(--belyr-polish-paper, #fffaf7);
  }

  .header-drawer a,
  .menu-drawer a {
    text-transform: uppercase;
  }

  @media (max-width: 749px) {
    .belyr-mobile-menu__navigation > .belyr-mobile-menu__row[href='/collections/all'] {
      display: none !important;
    }
  }

  predictive-search,
  .search-modal,
  .predictive-search {
    background: var(--belyr-polish-paper, #fffaf7);
  }

  .predictive-search__heading,
  .predictive-search-results__heading {
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  #cart-drawer .theme-drawer__dialog {
    --theme-drawer-padding: clamp(20px, 3vw, 30px);
    background: var(--belyr-polish-paper, #fffaf7);
    color: var(--belyr-polish-ink, #1d1916);
    max-width: min(450px, 100vw);
    width: min(450px, 100vw);
    z-index: 120;
  }

  #cart-drawer .theme-drawer__title {
    font-family: var(--font-heading--family);
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .belyr-cart-progress {
    display: grid;
    gap: 10px;
    padding: 0 var(--cart-drawer-padding, 24px) 18px;
  }

  .belyr-cart-progress p {
    font-size: .74rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
  }

  .belyr-cart-progress__bar {
    background: rgba(29, 25, 22, .12);
    display: block;
    height: 6px;
    overflow: hidden;
  }

  .belyr-cart-progress__bar span {
    background: var(--belyr-polish-ink, #1d1916);
    display: block;
    height: 100%;
    transition: width .34s ease;
  }

  .cart-drawer__summary,
  .cart__ctas,
  .cart__checkout-button {
    border-radius: 0;
  }

  .cart-drawer__items {
    gap: 0;
  }

  .cart-drawer__items .cart-items__table-row {
    border-bottom: 1px solid rgba(29, 25, 22, .12);
    margin-bottom: 0;
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .cart-drawer__upsells {
    border-top: 1px solid rgba(29, 25, 22, .12);
    display: block;
    padding: 24px var(--cart-drawer-padding, 24px);
  }

  .belyr-cart-carousel__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .belyr-cart-carousel__header h3 {
    font-family: var(--font-heading--family);
    font-size: .82rem;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
  }

  .belyr-cart-carousel__controls {
    display: flex;
    gap: 6px;
  }

  .belyr-cart-carousel__controls button {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 1px solid rgba(29, 25, 22, .36);
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    height: 32px;
    justify-content: center;
    padding: 0;
    width: 32px;
  }

  .belyr-cart-carousel__controls button:disabled {
    cursor: default;
    opacity: .28;
  }

  .belyr-cart-carousel__track {
    display: grid;
    gap: 12px;
    grid-auto-columns: calc(50% - 6px);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .belyr-cart-carousel__track::-webkit-scrollbar {
    display: none;
  }

  .belyr-cart-carousel__progress {
    background: rgba(29, 25, 22, .12);
    display: block;
    height: 3px;
    margin-top: 16px;
    overflow: hidden;
  }

  .belyr-cart-carousel__progress span {
    background: var(--belyr-polish-ink, #1d1916);
    display: block;
    height: 100%;
    transform-origin: left center;
    transition: transform .2s ease;
    width: 100%;
  }

  .belyr-cart-upsell {
    display: grid;
    gap: 10px;
    grid-template-rows: auto 1fr auto;
    min-width: 0;
    scroll-snap-align: start;
  }

  .belyr-cart-upsell__image {
    aspect-ratio: 1;
    background: #f8f2ed;
    border: 1px solid rgba(29, 25, 22, .08);
    display: block;
  }

  .belyr-cart-upsell__image img {
    display: block;
    height: 100%;
    object-fit: contain;
    padding: 10%;
    width: 100%;
  }

  .belyr-cart-upsell__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .belyr-cart-upsell__copy a,
  .belyr-cart-upsell__copy strong {
    font-size: .76rem;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .belyr-cart-upsell__copy span {
    color: rgba(29, 25, 22, .56);
    font-size: .7rem;
  }

  .belyr-cart-upsell__form {
    margin-top: auto;
  }

  .belyr-cart-upsell__button {
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 0;
    color: var(--belyr-polish-ink, #1d1916);
    font-size: .68rem;
    font-weight: 900;
    min-height: 36px;
    padding: 8px 10px;
    text-transform: uppercase;
    width: 100%;
  }

  .belyr-cart-payments {
    border-top: 1px solid rgba(29, 25, 22, .12);
    display: grid;
    gap: 10px;
    padding: 18px var(--cart-drawer-padding, 24px) 0;
  }

  .belyr-cart-payments > span {
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .belyr-cart-payments > div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .belyr-cart-payments svg {
    height: 22px;
    width: auto;
  }

  #cart-drawer .cart-drawer__summary {
    gap: 14px;
    mask-image: none;
    padding: 20px var(--cart-drawer-padding, 24px) 24px;
  }

  #cart-drawer .cart__checkout-button {
    background: var(--belyr-polish-ink, #1d1916);
    color: #ffffff;
    min-height: 52px;
  }

  #cart-drawer .theme-drawer__dialog {
    --theme-drawer-padding: 0;
    background: #ffffff;
    color: #333333;
    max-width: min(450px, 100vw);
    padding: 0;
    width: min(450px, 100vw);
  }

  #cart-drawer .theme-drawer__dialog::backdrop {
    background: rgba(210, 203, 199, .5);
  }

  #cart-drawer cart-drawer-component,
  #cart-drawer .cart-drawer__inner,
  #cart-drawer .cart-items-component,
  #cart-drawer .cart-drawer__content {
    height: 100%;
    min-height: 0;
  }

  #cart-drawer .cart-drawer__content {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
  }

  #cart-drawer .cart-drawer__items {
    flex: 1 1 auto;
    min-height: 115px;
    overflow-y: auto;
    padding: 0;
    scrollbar-width: none;
  }

  #cart-drawer .cart-drawer__items::-webkit-scrollbar {
    display: none;
  }

  #cart-drawer .belyr-cart-scroll-indicator {
    background: #dedad7;
    border-radius: 999px;
    box-shadow: 0 0 0 1px rgba(51, 51, 51, .08);
    pointer-events: none;
    position: absolute;
    right: 4px;
    width: 8px;
    z-index: 6;
  }

  #cart-drawer .belyr-cart-scroll-indicator[hidden] {
    display: none;
  }

  #cart-drawer .belyr-cart-scroll-indicator span {
    background: #454545;
    border-radius: 999px;
    display: block;
    min-height: 36px;
    width: 100%;
  }

  #cart-drawer .cart-items,
  #cart-drawer .cart-items__table,
  #cart-drawer .cart-items__wrapper,
  #cart-drawer .cart-form {
    width: 100%;
  }

  #cart-drawer .cart-drawer__items .cart-items__table-row,
  #cart-drawer .cart-drawer__items .cart-items__table-row:last-child {
    align-items: start;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    column-gap: 10px;
    display: grid;
    grid-template-areas:
      'media details quantity'
      'media price quantity'
      'media error error';
    grid-template-columns: 60px minmax(0, 1fr) 140px;
    grid-template-rows: min-content min-content 1fr;
    margin: 0;
    min-height: 115px;
    padding: 20px 10px;
  }

  #cart-drawer .cart-drawer__items .cart-items__table-row--full-width-variants {
    grid-template-areas:
      'media details quantity'
      'media variants quantity'
      'media price quantity'
      'media error error';
    grid-template-columns: 60px minmax(0, 1fr) 140px;
    grid-template-rows: min-content min-content min-content 1fr;
  }

  #cart-drawer .cart-items__table-row.removing,
  #cart-drawer .cart-items__table-row.adding {
    animation-delay: 0ms !important;
    animation-duration: 90ms !important;
  }

  #cart-drawer .belyr-cart-pending-line {
    align-items: center;
    animation: belyr-cart-pending-in 120ms ease-out both;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    column-gap: 10px;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 24px;
    min-height: 115px;
    padding: 20px 14px 20px 10px;
    width: 100%;
  }

  #cart-drawer .belyr-cart-pending-line__media {
    align-items: center;
    background: #fafafa;
    display: flex;
    height: 74px;
    justify-content: center;
    overflow: hidden;
    width: 60px;
  }

  #cart-drawer .belyr-cart-pending-line__media img {
    display: block;
    height: 100%;
    object-fit: contain;
    padding: 4px;
    width: 100%;
  }

  #cart-drawer .belyr-cart-pending-line__copy {
    align-content: center;
    display: grid;
    gap: 10px;
    min-width: 0;
  }

  #cart-drawer .belyr-cart-pending-line__copy strong {
    color: #333333;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  #cart-drawer .belyr-cart-pending-line__skeleton {
    animation: belyr-cart-pending-pulse 700ms ease-in-out infinite alternate;
    background: #e6e2df;
    border-radius: 999px;
    display: block;
    height: 10px;
    width: min(120px, 75%);
  }

  #cart-drawer .belyr-cart-pending-line__activity {
    animation: belyr-cart-pending-spin 600ms linear infinite;
    border: 3px solid #dedad7;
    border-radius: 50%;
    border-top-color: #454545;
    height: 22px;
    width: 22px;
  }

  @keyframes belyr-cart-pending-in {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes belyr-cart-pending-pulse {
    from { opacity: .45; }
    to { opacity: 1; }
  }

  @keyframes belyr-cart-pending-spin {
    to { transform: rotate(360deg); }
  }

  @media (min-width: 750px) {
    #cart-drawer .belyr-cart-pending-line {
      column-gap: 16px;
      grid-template-columns: 90px minmax(0, 1fr) 28px;
      min-height: 150px;
      padding: 24px 20px 24px 16px;
    }

    #cart-drawer .belyr-cart-pending-line__media {
      height: 110px;
      width: 90px;
    }

    #cart-drawer .belyr-cart-pending-line__copy strong {
      font-size: 17px;
    }

    #cart-drawer .belyr-cart-pending-line__activity {
      height: 26px;
      width: 26px;
    }
  }

  #cart-drawer .cart-items__media {
    align-self: start;
    grid-area: media;
    height: 74px;
    width: 60px;
  }

  #cart-drawer .cart-items__media-container {
    align-items: center;
    aspect-ratio: auto;
    background: #fafafa;
    display: flex;
    height: 74px;
    justify-content: center;
    width: 60px;
  }

  #cart-drawer .cart-items__media-image {
    height: 100%;
    object-fit: contain;
    padding: 4px;
    width: 100%;
  }

  #cart-drawer .cart-items__product-info {
    grid-area: details;
    min-width: 0;
  }

  #cart-drawer .cart-items__title-row {
    align-items: flex-start;
    display: flex;
    min-width: 0;
  }

  #cart-drawer .cart-items__title {
    color: #333333;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-transform: uppercase;
  }

  #cart-drawer .cart-items__variants-wrapper,
  #cart-drawer .cart-items__variants,
  #cart-drawer .cart-items__variant,
  #cart-drawer .cart-items__variant dd {
    color: #333333;
    font-size: 12px;
    line-height: 1.2;
  }

  #cart-drawer .cart-items__variants-wrapper {
    grid-area: variants;
    margin-top: 5px;
  }

  #cart-drawer .cart-items__unit-price-wrapper {
    display: none;
  }

  #cart-drawer .cart-items__price {
    align-self: start;
    color: #333333;
    font-size: 14px;
    font-weight: 800;
    grid-area: price;
    line-height: 1.2;
    margin-top: 8px;
    min-width: 0;
    text-align: start;
    width: auto;
  }

  #cart-drawer .cart-items__quantity {
    align-self: center;
    grid-area: quantity;
    justify-self: end;
    margin: 0;
    width: auto;
  }

  #cart-drawer .cart-items__quantity-controls {
    align-items: center;
    display: flex;
    gap: 7px;
    justify-content: flex-end;
    width: 140px;
  }

  #cart-drawer .quantity-selector-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }

  #cart-drawer .quantity-selector {
    align-items: center;
    background: transparent;
    border: 0;
    display: grid;
    grid-template-columns: 28px 28px 28px;
    height: 28px;
  }

  #cart-drawer .quantity-selector button,
  #cart-drawer .quantity-selector input {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    height: 28px;
    min-height: 28px;
    padding: 0;
    text-align: center;
    width: 28px;
  }

  #cart-drawer .quantity-selector .svg-wrapper {
    height: 11px;
    width: 11px;
  }

  #cart-drawer .cart-items__remove {
    align-items: center;
    background: transparent;
    border: 0;
    color: #333333;
    display: inline-flex;
    height: 28px;
    min-height: 28px;
    padding: 0;
    position: relative;
    width: 28px;
  }

  #cart-drawer .cart-items__remove .svg-wrapper {
    display: inline-flex;
    height: 18px;
    width: 18px;
  }

  #cart-drawer .cart-items__remove::before {
    content: none;
  }

  #cart-drawer .belyr-caia-cart-footer {
    background: #ffffff;
    flex: 0 0 auto;
    margin-top: auto;
    position: relative;
    z-index: 2;
  }

  #cart-drawer .cart-drawer__upsells {
    background: #ffffff;
    border: 0;
    box-sizing: border-box;
    display: block;
    height: 287px;
    padding: 0 35px 54px;
    position: relative;
  }

  #cart-drawer .cart-drawer__upsells:not(:has([data-belyr-cart-card])) {
    display: none;
  }

  #cart-drawer .belyr-cart-carousel__header {
    align-items: center;
    display: flex;
    height: 45px;
    justify-content: center;
    margin: 0 -35px;
  }

  #cart-drawer .belyr-cart-carousel__header h3 {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
  }

  #cart-drawer .belyr-cart-carousel__controls {
    display: contents;
  }

  #cart-drawer .belyr-cart-carousel__controls button {
    background: #454545;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    font-size: 26px;
    height: 44px;
    position: absolute;
    top: 121px;
    transform: translateY(-50%);
    width: 44px;
    z-index: 3;
  }

  #cart-drawer .belyr-cart-carousel__controls button:first-child {
    left: 7px;
  }

  #cart-drawer .belyr-cart-carousel__controls button:last-child {
    right: 7px;
  }

  #cart-drawer .belyr-cart-carousel__track {
    gap: 20px;
    grid-auto-columns: 100%;
    height: 165px;
  }

  #cart-drawer .belyr-cart-upsell {
    background: #ffffff;
    box-sizing: border-box;
    column-gap: 16px;
    display: grid;
    grid-template-areas:
      'image copy'
      'image form';
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    height: 165px;
    padding: 14px 20px;
    row-gap: 8px;
  }

  #cart-drawer .belyr-cart-upsell__image {
    align-self: stretch;
    background: #ffffff;
    border: 0;
    grid-area: image;
    height: 137px;
    overflow: hidden;
    width: 96px;
  }

  #cart-drawer .belyr-cart-upsell__image img {
    height: 100%;
    object-fit: contain;
    padding: 2px;
    transform: scale(1.2);
    transform-origin: center;
    width: 100%;
  }

  #cart-drawer .belyr-cart-upsell__copy {
    align-content: start;
    gap: 5px;
    grid-area: copy;
    padding-top: 8px;
  }

  #cart-drawer .belyr-cart-upsell__copy a,
  #cart-drawer .belyr-cart-upsell__copy strong {
    color: #333333;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
  }

  #cart-drawer .belyr-cart-upsell__copy span {
    color: #333333;
    font-size: 13px;
    line-height: 1.25;
  }

  #cart-drawer .belyr-cart-upsell__form {
    grid-area: form;
    margin: 0;
    width: 120px;
  }

  #cart-drawer .belyr-cart-upsell__button {
    background: #ffffff;
    border: 2px solid #333333;
    border-radius: 8px;
    color: #333333;
    font-size: 14px;
    font-weight: 800;
    height: 40px;
    min-height: 40px;
    padding: 0 12px;
    text-transform: uppercase;
    width: 120px;
  }

  #cart-drawer .belyr-cart-upsell__button .add-to-cart-icon {
    display: none;
  }

  #cart-drawer .belyr-cart-carousel__progress {
    background: #ffffff;
    height: 4px;
    margin: 18px 40px 0;
  }

  #cart-drawer .belyr-cart-carousel__progress span {
    background: #333333;
  }

  #cart-drawer .belyr-cart-payments {
    align-items: center;
    border-bottom: 1px solid #dddddd;
    border-top: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: center;
    min-height: 46px;
    overflow: hidden;
    padding: 10px 20px;
  }

  #cart-drawer .belyr-cart-payments svg {
    flex: 0 1 auto;
    height: 22px;
    max-width: 54px;
    width: auto;
  }

  #cart-drawer .belyr-caia-cart-summary {
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 20px 17px;
  }

  #cart-drawer .belyr-caia-cart-total {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 800;
    gap: 6px;
    height: 62px;
    justify-content: center;
    text-transform: uppercase;
  }

  #cart-drawer .belyr-caia-cart-total strong {
    font: inherit;
  }

  #cart-drawer .belyr-caia-cart-shipping {
    align-items: center;
    column-gap: 5px;
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    min-height: 37px;
    justify-content: center;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
  }

  #cart-drawer .belyr-caia-cart-shipping__amount {
    font-size: 1.25em;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    line-height: 1;
    text-transform: none;
  }

  #cart-drawer .belyr-caia-cart-summary .cart__ctas {
    display: block;
    width: 100%;
  }

  #cart-drawer .belyr-caia-cart-summary .cart__checkout-button {
    align-items: center;
    background: #333333;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    gap: 10px;
    height: 50px;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
  }

  #cart-drawer .belyr-caia-cart-lock {
    border: 2px solid currentColor;
    border-radius: 2px;
    display: inline-block;
    height: 11px;
    position: relative;
    width: 13px;
  }

  #cart-drawer .belyr-caia-cart-lock::before {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    content: '';
    height: 7px;
    left: 1px;
    position: absolute;
    top: -9px;
    width: 7px;
  }

  .belyr-caia-header__icon--cart .belyr-cart-count {
    align-items: center;
    background: #171412;
    border: 2px solid currentColor;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-family: var(--font-body--family);
    font-size: 11px;
    font-weight: 800;
    height: 21px;
    justify-content: center;
    line-height: 1;
    min-width: 21px;
    padding: 0 4px;
    position: absolute;
    right: -8px;
    top: -5px;
    z-index: 2;
  }

  .belyr-caia-header__icon--cart .belyr-cart-count[hidden] {
    display: none;
  }

  .cart__checkout-button,
  .shopify-payment-button__button,
  .add-to-cart-button {
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  product-card,
  .product-card,
  .resource-card {
    border-radius: 0;
  }

  .product-information,
  .product-information__grid,
  product-information {
    background: var(--belyr-polish-paper, #fffaf7);
  }

  .product-information h1,
  .product-information .h1,
  .product-information .h2 {
    font-family: var(--font-heading--family);
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .footer,
  .footer-utilities,
  footer {
    background: var(--belyr-polish-paper, #fffaf7);
    color: var(--belyr-polish-ink, #1d1916);
  }

  .footer a,
  .footer-utilities a {
    color: inherit;
  }

  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5 {
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .footer,
  .footer-utilities {
    border-top: 1px solid rgba(29, 25, 22, .1);
  }

  :focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
  }

  .bh-product-card__add:focus-visible,
  .belyr-caia-header__icon--cart:focus-visible {
    outline: 0;
    background: rgba(51, 51, 51, .07);
  }

  .bh-product-card :is(a, button):focus-visible {
    outline: 0;
    box-shadow: none;
  }

  .bh-product-card a:focus-visible {
    opacity: .78;
  }

  #cart-drawer .theme-drawer__dialog,
  #cart-drawer .theme-drawer__dialog:focus,
  #cart-drawer .theme-drawer__dialog:focus-visible {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .belyr-home .bh-product-card:focus,
  .belyr-home .bh-product-card:focus-within,
  .belyr-home .bh-product-card :is(a, button, form):focus,
  .belyr-home .bh-product-card :is(a, button, form):active {
    outline: 0 !important;
    box-shadow: none !important;
  }

  body:has(.belyr-home)
    :is(
      .page-wrapper,
      #MainContent,
      .shopify-section:has(.belyr-home),
      .belyr-home,
      .bh-editorial--primary-products,
      .bh-product-carousel,
      .bh-product-grid--favorites
    ):is(:focus, :focus-visible, :focus-within),
  body:has(.belyr-home)
    :is(
      .page-wrapper,
      #MainContent,
      .shopify-section:has(.belyr-home),
      .belyr-home,
      .bh-editorial--primary-products,
      .bh-product-carousel,
      .bh-product-grid--favorites
    ):is(:focus, :focus-visible, :focus-within)::before,
  body:has(.belyr-home)
    :is(
      .page-wrapper,
      #MainContent,
      .shopify-section:has(.belyr-home),
      .belyr-home,
      .bh-editorial--primary-products,
      .bh-product-carousel,
      .bh-product-grid--favorites
    ):is(:focus, :focus-visible, :focus-within)::after {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  @media (max-width: 749px) {
    .belyr-home .bh-product-card,
    .belyr-home .bh-product-card * {
      -webkit-tap-highlight-color: transparent;
    }
  }

  @media (min-width: 750px) {
    #cart-drawer .theme-drawer__title {
      font-size: 1.25rem;
    }

    #cart-drawer .belyr-cart-progress p {
      font-size: .875rem;
    }

    #cart-drawer .cart-drawer__items .cart-items__table-row,
    #cart-drawer .cart-drawer__items .cart-items__table-row:last-child {
      column-gap: 16px;
      grid-template-columns: 90px minmax(0, 1fr) 150px;
      min-height: 150px;
      padding: 24px 16px;
    }

    #cart-drawer .cart-drawer__items .cart-items__table-row--full-width-variants {
      grid-template-columns: 90px minmax(0, 1fr) 150px;
    }

    #cart-drawer .cart-items__media,
    #cart-drawer .cart-items__media-container {
      height: 112px;
      width: 90px;
    }

    #cart-drawer .cart-items__media-image {
      padding: 6px;
    }

    #cart-drawer .cart-items__title {
      font-size: 17px;
      line-height: 1.25;
    }

    #cart-drawer .cart-items__variants-wrapper,
    #cart-drawer .cart-items__variants,
    #cart-drawer .cart-items__variant,
    #cart-drawer .cart-items__variant dd {
      font-size: 14px;
      line-height: 1.3;
    }

    #cart-drawer .cart-items__price {
      font-size: 16px;
      margin-top: 10px;
    }

    #cart-drawer .cart-items__quantity-controls {
      gap: 6px;
      width: 150px;
    }

    #cart-drawer .quantity-selector {
      grid-template-columns: 34px 34px 34px;
      height: 34px;
    }

    #cart-drawer .quantity-selector button,
    #cart-drawer .quantity-selector input {
      font-size: 17px;
      height: 34px;
      min-height: 34px;
      width: 34px;
    }

    #cart-drawer .quantity-selector .svg-wrapper {
      height: 16px;
      width: 16px;
    }

    #cart-drawer .cart-items__remove {
      height: 34px;
      min-height: 34px;
      width: 34px;
    }

    #cart-drawer .cart-items__remove .svg-wrapper {
      display: inline-flex;
      height: 21px;
      width: 21px;
    }

    #cart-drawer .cart-items__remove::before {
      content: none;
    }

    #cart-drawer .cart-drawer__upsells {
      height: 330px;
      padding: 0 40px 58px;
    }

    #cart-drawer .belyr-cart-carousel__header {
      height: 50px;
      margin-inline: -40px;
    }

    #cart-drawer .belyr-cart-carousel__header h3 {
      font-size: 22.5px;
    }

    #cart-drawer .belyr-cart-carousel__controls button {
      top: 150px;
    }

    #cart-drawer .belyr-cart-carousel__track {
      height: 200px;
    }

    #cart-drawer .belyr-cart-upsell {
      column-gap: 14px;
      grid-template-columns: 128px minmax(0, 1fr);
      height: 200px;
      padding: 18px 22px;
    }

    #cart-drawer .belyr-cart-upsell__image {
      height: 164px;
      width: 128px;
    }

    #cart-drawer .belyr-cart-upsell__copy a,
    #cart-drawer .belyr-cart-upsell__copy strong {
      font-size: 17px;
      line-height: 1.25;
    }

    #cart-drawer .belyr-cart-upsell__copy span {
      font-size: 15px;
    }

    #cart-drawer .belyr-cart-upsell__form,
    #cart-drawer .belyr-cart-upsell__button {
      width: 140px;
    }

    #cart-drawer .belyr-cart-upsell__button {
      font-size: 16px;
      height: 44px;
      min-height: 44px;
    }

    #cart-drawer .belyr-cart-payments {
      min-height: 50px;
    }

    #cart-drawer .belyr-cart-payments svg {
      height: 24px;
    }

    #cart-drawer .belyr-caia-cart-total {
      font-size: 22px;
    }

    #cart-drawer .belyr-caia-cart-shipping {
      font-size: 15px;
    }

    #cart-drawer .belyr-caia-cart-summary .cart__checkout-button {
      font-size: 17px;
      height: 54px;
      min-height: 54px;
    }
  }

  @media (max-width: 749px) {
    .header__row {
      min-height: 58px;
    }

    #cart-drawer .theme-drawer__dialog {
      max-width: 90vw;
      width: 90vw;
    }

    #cart-drawer .cart-drawer__upsells {
      display: block;
      height: 225px;
      padding: 0 28px 34px;
    }

    #cart-drawer .belyr-cart-carousel__header {
      height: 40px;
      margin-inline: -28px;
    }

    #cart-drawer .belyr-cart-carousel__header h3 {
      font-size: 17.5px;
    }

    #cart-drawer .belyr-cart-carousel__controls button {
      height: 36px;
      top: 104px;
      width: 36px;
    }

    #cart-drawer .belyr-cart-carousel__controls button:first-child {
      left: 4px;
    }

    #cart-drawer .belyr-cart-carousel__controls button:last-child {
      right: 4px;
    }

    #cart-drawer .belyr-cart-carousel__track {
      height: 145px;
    }

    #cart-drawer .belyr-cart-upsell {
      grid-template-columns: 88px minmax(0, 1fr);
      height: 145px;
      padding: 12px 14px;
    }

    #cart-drawer .belyr-cart-upsell__image {
      height: 121px;
      width: 88px;
    }

    #cart-drawer .belyr-cart-upsell__copy {
      padding-top: 3px;
    }

    #cart-drawer .belyr-cart-upsell__copy a,
    #cart-drawer .belyr-cart-upsell__copy strong {
      font-size: 13px;
    }

    #cart-drawer .belyr-cart-upsell__copy span {
      font-size: 12px;
    }

    #cart-drawer .belyr-cart-upsell__form,
    #cart-drawer .belyr-cart-upsell__button {
      width: 106px;
    }

    #cart-drawer .belyr-cart-upsell__button {
      font-size: 12px;
      height: 34px;
      min-height: 34px;
      padding-inline: 8px;
    }

    #cart-drawer .belyr-cart-carousel__progress {
      height: 3px;
      margin: 10px 28px 0;
    }

    #cart-drawer .cart-drawer__items .cart-items__table-row,
    #cart-drawer .cart-drawer__items .cart-items__table-row:last-child,
    #cart-drawer .cart-drawer__items .cart-items__table-row--full-width-variants {
      grid-template-columns: 60px minmax(0, 1fr) 102px;
    }

    #cart-drawer .cart-items__quantity-controls {
      gap: 3px;
      width: 102px;
    }

    #cart-drawer .quantity-selector {
      grid-template-columns: 24px 24px 24px;
      height: 28px;
    }

    #cart-drawer .quantity-selector button,
    #cart-drawer .quantity-selector input {
      width: 24px;
    }

    #cart-drawer .cart-items__remove {
      width: 24px;
    }

    #cart-drawer .belyr-cart-payments {
      gap: 8px;
      padding-inline: 10px;
    }

    #cart-drawer .belyr-cart-payments svg {
      height: 19px;
      max-width: 45px;
    }

    #cart-drawer .belyr-caia-cart-summary {
      padding-inline: 10px;
    }
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .cart-drawer__upsells {
    height: 190px;
    padding: 0 24px 25px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-carousel__header {
    height: 34px;
    margin-inline: -24px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-carousel__header h3 {
    font-size: 16.25px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-carousel__controls button {
    height: 34px;
    top: 88px;
    width: 34px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-carousel__track,
  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell {
    height: 122px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell {
    column-gap: 12px;
    grid-template-columns: 80px minmax(0, 1fr);
    padding: 9px 12px;
    row-gap: 4px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__image {
    height: 104px;
    width: 80px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__copy {
    gap: 2px;
    padding-top: 1px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__copy a,
  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__copy strong {
    font-size: 12px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__copy span {
    font-size: 11px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__form,
  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__button {
    width: 96px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__button {
    font-size: 11px;
    height: 31px;
    min-height: 31px;
    padding-inline: 6px;
  }

  #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-carousel__progress {
    height: 3px;
    margin: 8px 24px 0;
  }

  @media (min-width: 750px) {
    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .cart-drawer__upsells {
      height: 225px;
      padding: 0 32px 34px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-carousel__header {
      height: 40px;
      margin-inline: -32px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-carousel__header h3 {
      font-size: 18.75px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-carousel__controls button {
      height: 38px;
      top: 105px;
      width: 38px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-carousel__track,
    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell {
      height: 145px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell {
      column-gap: 12px;
      grid-template-columns: 96px minmax(0, 1fr);
      padding: 12px 16px;
      row-gap: 6px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__image {
      height: 121px;
      width: 96px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__copy a,
    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__copy strong {
      font-size: 14px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__copy span {
      font-size: 12px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__form,
    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__button {
      width: 112px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-upsell__button {
      font-size: 12px;
      height: 35px;
      min-height: 35px;
    }

    #cart-drawer .cart-drawer__content:has(.cart-drawer__items .cart-items__table-row[data-key] ~ .cart-items__table-row[data-key]) .belyr-cart-carousel__progress {
      margin: 10px 32px 0;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
    }
  }
/* END_SECTION:belyr-storefront-polish */
/* START_SNIPPET:belyr-mobile-menu (INDEX:156) */
.account-button,
  shopify-account,
  a[href='/account'],
  a[href^='/account/'],
  a[href*='/account/login'],
  a[href*='/account/register'],
  p:has(a[href*='/account/login']) {
    display: none !important;
  }

  #cart-drawer .theme-drawer__close-button {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #71153b;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    position: relative;
    width: 44px;
  }

  #cart-drawer .theme-drawer__close-button .svg-wrapper {
    display: none;
  }

  #cart-drawer .theme-drawer__close-button::before,
  #cart-drawer .theme-drawer__close-button::after {
    background: currentColor;
    content: '';
    height: 1.5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 22px;
  }

  #cart-drawer .theme-drawer__close-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #cart-drawer .theme-drawer__close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  #cart-drawer .theme-drawer__close-button:hover {
    background: transparent !important;
    color: #8d4262;
  }

  .belyr-mobile-menu-trigger,
  .belyr-mobile-menu,
  .belyr-mobile-menu-overlay {
    display: none;
  }

  @media (max-width: 900px) {
    body.belyr-mobile-menu-open {
      overflow: hidden;
    }

    .belyr-caia-header__left {
      align-items: center;
      display: flex;
      gap: 10px;
      justify-self: start;
    }

    .belyr-mobile-menu-trigger {
      align-items: center;
      appearance: none;
      background: transparent;
      border: 0;
      color: inherit;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 5px;
      height: 36px;
      justify-content: center;
      padding: 0;
      width: 36px;
    }

    .belyr-mobile-menu-trigger span {
      background: currentColor;
      display: block;
      height: 2px;
      transition: transform .22s ease, opacity .22s ease;
      width: 27px;
    }

    .belyr-mobile-menu-trigger[aria-expanded="true"] span:first-child {
      transform: translateY(7px) rotate(45deg);
    }

    .belyr-mobile-menu-trigger[aria-expanded="true"] span:nth-child(2) {
      opacity: 0;
    }

    .belyr-mobile-menu-trigger[aria-expanded="true"] span:last-child {
      transform: translateY(-7px) rotate(-45deg);
    }

    .belyr-mobile-menu-overlay {
      background: rgba(47, 35, 43, .48);
      display: block;
      inset: 0;
      opacity: 0;
      pointer-events: none;
      position: fixed;
      transition: opacity .26s ease, visibility 0s linear .26s;
      visibility: hidden;
      z-index: 140;
    }

    .belyr-mobile-menu-overlay.is-open {
      opacity: 1;
      pointer-events: auto;
      transition-delay: 0s;
      visibility: visible;
    }

    .belyr-mobile-menu {
      background: #ffffff;
      color: #2f2c2d;
      display: block;
      height: 100dvh;
      inset: 0 auto 0 0;
      max-width: 84vw;
      overflow: hidden;
      pointer-events: none;
      position: fixed;
      transform: translateX(-100%);
      transition: transform .28s cubic-bezier(.22, .61, .36, 1), visibility 0s linear .28s;
      visibility: hidden;
      width: 300px;
      z-index: 150;
    }

    .belyr-mobile-menu.is-open {
      pointer-events: auto;
      transform: translateX(0);
      transition-delay: 0s;
      visibility: visible;
    }

    .belyr-mobile-menu__scroll {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      overscroll-behavior: contain;
      scrollbar-width: thin;
    }

    .belyr-mobile-menu__topbar {
      align-items: center;
      background: #ffffff;
      border-bottom: 1px solid #ede7e9;
      display: grid;
      grid-template-columns: 48px 1fr 48px;
      height: 64px;
      position: sticky;
      top: 0;
      z-index: 3;
    }

    .belyr-mobile-menu__close {
      align-items: center;
      appearance: none;
      background: transparent;
      border: 0;
      color: #111111;
      cursor: pointer;
      display: flex;
      height: 44px;
      justify-content: center;
      padding: 0;
      position: relative;
      width: 44px;
    }

    .belyr-mobile-menu__close span {
      background: currentColor;
      height: 2px;
      left: 10px;
      position: absolute;
      top: 21px;
      width: 27px;
    }

    .belyr-mobile-menu__close span:first-child {
      transform: rotate(45deg);
    }

    .belyr-mobile-menu__close span:last-child {
      transform: rotate(-45deg);
    }

    .belyr-mobile-menu__logo {
      color: #2f2c2d;
      font-family: var(--font-heading--family);
      font-size: 24px;
      font-weight: 950;
      justify-self: center;
      letter-spacing: 5px;
      line-height: 1;
      text-decoration: none;
    }

    .belyr-mobile-menu__popular {
      background: #faf8f7;
      padding: 17px 0 28px;
    }

    .belyr-mobile-menu__popular h2 {
      margin: 0 14px 13px;
      font-size: 13px;
      font-weight: 850;
      letter-spacing: .035em;
      text-transform: uppercase;
    }

    .belyr-mobile-menu__popular-track {
      display: flex;
      gap: 14px;
      overflow-x: auto;
      padding: 0 14px 5px;
      scroll-padding-inline: 14px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .belyr-mobile-menu__popular-track::-webkit-scrollbar {
      display: none;
    }

    .belyr-mobile-menu__popular-card {
      color: inherit;
      display: grid;
      flex: 0 0 104px;
      gap: 8px;
      scroll-snap-align: start;
      text-align: center;
      text-decoration: none;
    }

    .belyr-mobile-menu__popular-card > span:last-child {
      font-size: 12px;
      font-weight: 760;
      line-height: 1.15;
      text-transform: uppercase;
    }

    .belyr-mobile-menu__popular-image {
      align-items: center;
      aspect-ratio: 3 / 4;
      background: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      box-sizing: border-box;
      display: flex;
      height: auto;
      justify-content: center;
      overflow: hidden;
      padding: 0;
      transition: transform .2s ease;
      width: 104px;
    }

    .belyr-mobile-menu__popular-card:active .belyr-mobile-menu__popular-image {
      transform: scale(.98);
    }

    .belyr-mobile-menu__popular-image img {
      border-radius: 0;
      display: block;
      height: 100%;
      object-fit: contain;
      padding: 0;
      transform: scale(1.1);
      transform-origin: center;
      width: 100%;
    }

    .belyr-mobile-menu__popular-image > span {
      color: #71153b;
      font-size: 11px;
      font-weight: 900;
    }

    .belyr-mobile-menu__row,
    .belyr-mobile-menu__details summary {
      align-items: center;
      background: #ffffff;
      color: inherit;
      cursor: pointer;
      display: flex;
      font-size: 16.8px;
      font-weight: 850;
      justify-content: space-between;
      min-height: 50px;
      padding: 0 18px;
      text-decoration: none;
    }

    .belyr-mobile-menu__details summary {
      list-style: none;
    }

    .belyr-mobile-menu__details summary::-webkit-details-marker {
      display: none;
    }

    .belyr-mobile-menu__chevron {
      border-bottom: 1.5px solid currentColor;
      border-right: 1.5px solid currentColor;
      height: 8px;
      margin-right: 3px;
      transform: rotate(45deg) translate(-2px, -2px);
      transition: transform .2s ease;
      width: 8px;
    }

    .belyr-mobile-menu__details[open] .belyr-mobile-menu__chevron {
      transform: rotate(225deg) translate(-1px, -1px);
    }

    .belyr-mobile-menu__submenu {
      background: transparent;
      display: grid;
      padding: 7px 18px 15px;
    }

    .belyr-mobile-menu__submenu a {
      align-items: center;
      color: inherit;
      display: flex;
      font-size: 15.6px;
      min-height: 34px;
      text-decoration: none;
    }

    .belyr-mobile-menu__support {
      border-top: 1px solid #e8e2e4;
      display: grid;
      padding: 9px 18px 24px;
    }

    .belyr-mobile-menu__support a {
      align-items: center;
      color: inherit;
      display: flex;
      font-size: 14.4px;
      min-height: 34px;
      text-decoration: none;
    }

    .belyr-mobile-menu__socials {
      align-items: center;
      border-top: 1px solid #e8e2e4;
      display: flex;
      gap: 12px;
      padding: 17px 18px 25px;
    }

    .belyr-mobile-menu__socials a {
      align-items: center;
      border: 1px solid #d9cfd3;
      border-radius: 50%;
      color: #2d282a;
      display: flex;
      height: 42px;
      justify-content: center;
      transition: background-color .2s ease, color .2s ease;
      width: 42px;
    }

    .belyr-mobile-menu__socials a:active {
      background: #71153b;
      color: #fff;
    }

    .belyr-mobile-menu__socials svg {
      fill: none;
      height: 21px;
      stroke: currentColor;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.8;
      width: 21px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .belyr-mobile-menu,
    .belyr-mobile-menu-overlay,
    .belyr-mobile-menu__popular-image,
    .belyr-mobile-menu-trigger span {
      transition: none;
    }
  }
/* END_SNIPPET:belyr-mobile-menu */
/* START_SNIPPET:cart-drawer (INDEX:176) */
cart-drawer-component {
    --cart-drawer-padding: var(--theme-drawer-padding);
    --font-paragraph--line-height: 1;
    display: contents;
  }

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

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

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

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

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    margin-bottom: var(--gap-xl);
  }

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

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
    padding-block-end: 0;
    margin-block-end: 0;
  }

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

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

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

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

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

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

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

  .cart-drawer__summary .cart__summary-totals:not(:has(.cart__subtotal-container:empty)) {
    border-block-start: var(--style-border-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    padding-block-start: var(--padding-2xl);
  }

  .cart-drawer__summary .cart-note {
    @media screen and (min-width: 750px) {
      margin-block-start: var(--margin-3xs);
    }
  }

  .cart-drawer--empty .cart-drawer__content {
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: auto;
  }

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

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

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

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

  :active-view-transition {
    .cart-drawer__header,
    .cart-drawer__content {
      background: transparent;
    }
  }
  #cart-drawer .belyr-caia-cart-footer > .cart-drawer__upsells {
    background: #f3efec;
    border-top: 1px solid #d8d2cc;
  }
/* END_SNIPPET:cart-drawer */
/* START_SNIPPET:cart-items-component (INDEX:177) */
.cart-items-component {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .cart-items__wrapper--drawer-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

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

  .cart-items__table * {
    margin: 0;
  }

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

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

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

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

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

    .cart-items__details {
      display: contents;
    }

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

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

      &:empty {
        display: none;
      }

      p {
        margin: 0;
      }
    }

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

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

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

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

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

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

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

  .cart-items__table-row.adding {
    interpolate-size: allow-keywords;
    overflow: hidden;
    animation: addRow calc(var(--animation-speed) * 2) var(--animation-easing) forwards;
  }

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

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

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

  .cart-items--dividers .cart-items__table-row {
    border-bottom: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    margin-bottom: var(--cart-items-gap);
  }

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

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

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

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

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

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

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

  #cart-drawer .cart-items__title--hydra-glow {
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .cart-items__variants {
    display: block;
  }

  .cart-items__variant {
    display: inline;
  }

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

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

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

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

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

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

  .cart-items__media {
    grid-area: media;
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    &.cart__total-container--has-installments {
      row-gap: var(--gap-xs);
    }
  }

  .cart__subtotal-container:empty {
    display: none;
  }

  .cart__summary-totals {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl);
    width: 100%;
    border-block-start: none;

    &:has(> :first-child:not(.cart__subtotal-container, .cart__total-container)) {
      padding-block-start: 0;
      border-block-start: none;
    }

    @media screen and (min-width: 750px) {
      padding-block-start: 0;
    }
  }

  .cart__subtotal-container,
  .cart__subtotal-container * {
    font-size: var(--font-size--sm);
  }

  .cart__total {
    font-weight: var(--font-weight-bold);
  }

  .cart__total-label {
    font-size: var(--font-size--sm);
  }

  .cart__total-value {
    font-size: var(--font-size--xl);

    @media screen and (max-width: 749px) {
      font-size: var(--font-size--lg);
    }
  }

  .cart-primary-typography {
    font-family: var(--cart-primary-font-family);
    font-style: var(--cart-primary-font-style);
    font-weight: var(--cart-primary-font-weight);
  }

  .cart-secondary-typography {
    font-family: var(--cart-secondary-font-family);
    font-style: var(--cart-secondary-font-style);
    font-weight: var(--cart-secondary-font-weight);
  }

  .cart__ctas {
    width: 100%;
    display: grid;
    gap: var(--checkout-button-gap);
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  .cart__additional-checkout-buttons {
    width: 100%;
  }

  shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-inline-alignment: center;
    --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-primary);
    --shopify-accelerated-checkout-row-gap: var(--checkout-button-gap, 10px);
  }

  /* Remove animation */
  .remove-icon-bottom,
  .remove-icon-top {
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .cart-items__remove:hover .remove-icon-top {
    transform: translate(calc(-1 * var(--icon-stroke-width)), var(--icon-stroke-width)) rotate(-15deg);
  }

  .cart-items__remove:is(:hover, :active) .remove-icon-bottom {
    transform: translateY(var(--icon-stroke-width));
  }

  .cart-items__table-row.removing .remove-icon-bottom {
    transform: translateY(0);
  }

  .cart-items__table-row.removing .remove-icon-top {
    animation: removeButtonClickedIconTop var(--animation-speed) var(--animation-easing) forwards;
  }

  @keyframes removeButtonClickedIconTop {
    50% {
      transform: translate(0, calc(-1 * var(--icon-stroke-width)));
    }

    100% {
      transform: translate(0, 0);
    }
  }

  .cart-items__properties {
    display: block;
    margin-block-start: var(--margin-2xs);
  }

  .cart-items__property {
    display: block;
  }

  .cart-items__properties dt,
  .cart-items__properties dd {
    display: inline;
    margin: 0;
    overflow-wrap: break-word;
  }

  @media screen and (min-width: 750px) {
    .cart-items .quantity-selector {
      --quantity-selector-width: 105px;
      height: var(--button-size-md);
      width: var(--quantity-selector-width);
    }

    .cart-items .quantity-selector button {
      width: var(--button-size-md);
      height: var(--button-size-md);
    }

    .cart-items .quantity-selector input {
      max-width: calc(var(--quantity-selector-width) - var(--button-size-md) * 2);
    }
  }

  @media screen and (prefers-reduced-motion: no-preference) {
    html:active-view-transition-type(empty-cart-drawer) {
      .cart-items__empty-button,
      .cart__checkout-button {
        view-transition-name: cart-drawer-primary-action;

        & > .button-text {
          view-transition-name: cart-drawer-primary-action-text;
        }
      }
    }
  }

  ::view-transition-old(cart-drawer-primary-action-text),
  ::view-transition-new(cart-drawer-primary-action-text) {
    height: 100%;
    object-fit: none;
    overflow: clip;
    overflow-clip-margin: 1em;
  }

  ::view-transition-old(cart-drawer-primary-action-text) {
    animation: cart-drawer-primary-action-text var(--animation-speed) var(--animation-easing) reverse forwards;
  }
  ::view-transition-new(cart-drawer-primary-action-text) {
    animation: cart-drawer-primary-action-text var(--animation-speed) var(--animation-easing) forwards;
  }

  ::view-transition-old(cart-drawer-primary-action),
  ::view-transition-new(cart-drawer-primary-action) {
    height: 100%;
  }

  ::view-transition-group(cart-drawer-primary-action-text),
  ::view-transition-group(cart-drawer-primary-action) {
    animation-duration: var(--spring-d300-b0-duration);
    animation-timing-function: var(--spring-d300-b0-easing);
  }

  @keyframes cart-drawer-primary-action-text {
    from {
      filter: blur(3px);
      opacity: 0;
    }
    to {
      filter: none;
      opacity: 1;
    }
  }
/* END_SNIPPET:cart-products */
/* START_SNIPPET:chat-drawer (INDEX:180) */
/* Pin the chat's mobile/desktop boundary so the theme and the chat agree
     on where standalone mode kicks in. Must stay in sync with the @media
     query below — @shopify/storefront-components reads this value once at
     init and uses it to decide when to force standalone mode. */
  shopify-chat {
    --shopify-chat-breakpoint: 768px;
  }

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

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

  /* Keep the panel rendered while closed so <shopify-chat>'s position-fixed
     "Ask anything" launcher stays visible. */
  .theme-drawer__dialog.chat-drawer:has(shopify-chat:defined) {
    display: flex;
  }
/* END_SNIPPET:chat-drawer */
/* START_SNIPPET:product-media-gallery-content-styles (INDEX:228) */
media-gallery:where(.media-gallery--grid) .media-gallery__grid {
    display: none;
  }

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

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

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

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

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

    &[open] {
      opacity: 1;
    }

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

    &::backdrop {
      background: transparent;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* END_SNIPPET:quick-add-modal-styles */
/* START_SNIPPET:skip-to-content-link (INDEX:247) */
.skip-to-content-link {
    position: absolute;
    left: -99999px;
  }

  .skip-to-content-link:focus {
    z-index: var(--layer-temporary);
    overflow: auto;
    width: auto;
    height: auto;
    padding: var(--padding-lg) var(--padding-4xl);
    left: var(--margin-lg);
    top: var(--margin-lg);
    background-color: var(--color-background);
    box-shadow: 0 0 0 var(--focus-outline-offset) var(--color-background);
  }
/* END_SNIPPET:skip-to-content-link */
/* START_SNIPPET:text-component-shimmer-styles (INDEX:263) */
text-component {
    --shimmer-text-color: rgb(var(--color-foreground-rgb) / var(--opacity-50));
    --shimmer-color-light: rgb(var(--color-foreground-rgb) / var(--opacity-10));
    --shimmer-speed: 1.25s;

    display: inline-block;
    position: relative;
    transition: color var(--animation-speed-slow) ease;
    line-height: 1;

    &::after {
      /* Empty alt text: the pseudo-element is a visual shimmer overlay, not announceable content.
        Without this, VoiceOver reads attr(value) in addition to the inner text node, doubling the announcement. */
      content: attr(value) / '';
      position: absolute;
      inset: 0;
      color: transparent;
      opacity: 0;
      transition: opacity var(--animation-speed-slow) var(--animation-easing);
      pointer-events: none;
      background-image: linear-gradient(
        -85deg,
        var(--shimmer-text-color) 10%,
        var(--shimmer-color-light) 50%,
        var(--shimmer-text-color) 90%
      );
      background-clip: text;
      background-size: 200% 100%;
      background-position: 100% 0;
      place-content: center;
    }

    &[shimmer] {
      color: transparent;

      &::after {
        opacity: 1;
        animation: text-shimmer var(--shimmer-speed) infinite linear;
      }
    }
  }

  @keyframes text-shimmer {
    0% {
      background-position: 100% 0;
    }

    100% {
      background-position: -100% 0;
    }
  }
/* END_SNIPPET:text-component-shimmer-styles */
/* START_SNIPPET:theme-drawer-styles (INDEX:266) */
theme-drawer {
    display: contents;
  }

  .theme-drawer__dialog {
    --theme-drawer-padding: var(--padding-xl);

    z-index: calc(var(--layer-sticky) + var(--drawer-stack-order, 0));
    position: fixed;
    inset: unset;
    top: 0;
    right: calc(-1 * var(--theme-drawer-width, var(--sidebar-width)));
    flex-direction: column;
    width: var(--theme-drawer-width, var(--sidebar-width));
    max-width: 100%;
    max-height: none;
    height: 100dvh;
    padding: 0;
    border: none;
    border-left: var(--style-border-drawer);
    background-color: var(--color-background);
    color: var(--color-foreground);
  }

  .theme-drawer__dialog[open] {
    display: flex;
    right: 0;
  }

  .theme-drawer__dialog--opening {
    animation: drawer-slide-in var(--animation-speed) var(--animation-timing-fade-in);
  }

  .theme-drawer__dialog--opening-inline-start {
    animation: drawer-slide-in-inline-start var(--animation-speed) var(--animation-timing-fade-in);
  }

  .theme-drawer__dialog--closing {
    animation: drawer-slide-out var(--animation-speed) var(--animation-timing-fade-out) forwards;
  }

  .theme-drawer__dialog-instant {
    animation: none;
  }

  @keyframes drawer-slide-in {
    from {
      right: calc(-1 * var(--theme-drawer-width, var(--sidebar-width)));
    }
  }

  @keyframes drawer-slide-in-inline-start {
    from {
      right: calc(var(--theme-drawer-width, var(--sidebar-width)) / 2);
    }
  }

  @keyframes drawer-slide-out {
    to {
      right: calc(-1 * var(--theme-drawer-width, var(--sidebar-width)));
    }
  }

  .theme-drawer__dialog::backdrop {
    background: rgb(var(--backdrop-color-rgb) / var(--backdrop-opacity));
  }

  /* Exclude open drawers from the page navigation cross-fade so they
     stay frozen (visually unchanged) while the rest of the page transitions. */
  html:active-view-transition-type(page-navigation) .theme-drawer__dialog[open] {
    view-transition-name: theme-drawer;
  }

  ::view-transition-old(theme-drawer),
  ::view-transition-new(theme-drawer) {
    animation: none;
  }

  .theme-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--theme-drawer-padding);
    flex-shrink: 0;
    color: var(--color-foreground);
  }

  .theme-drawer__title {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    margin: 0;
  }

  .theme-drawer__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: var(--style-border-radius-lg);
    background-color: rgb(var(--color-foreground-rgb) / 0.1);
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
    color: var(--color-foreground);
    font-size: clamp(var(--font-size--3xs), 0.75em, var(--font-size--xs));
    padding-inline: 0.5em;
    line-height: 1;
  }

  .theme-drawer__badge[data-maintain-ratio] {
    aspect-ratio: 1 / 1;
    padding-inline: 0.2em;
  }

  .theme-drawer__close-button {
    --private-button-size: 34px;
    --private-focus-ring-size: 2px;
    --private-motion-speed: 150ms;
    --private-motion-ease: cubic-bezier(0.25, 0, 0.1, 1);
    --private-border-width: 1px;
    --private-button-border-color: rgb(0, 0, 0, 0.06);
    --private-button-shadow: 0 2px 6px 0 var(--private-button-border-color);

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: auto;
    width: var(--private-button-size);
    height: var(--private-button-size);
    border-radius: var(--private-button-size);
    background-color: var(--color-background);
    outline: var(--private-focus-ring-size) solid transparent;
    outline-offset: var(--private-focus-ring-size);
    transition-property: color, outline-color, background-color;
    transition-duration: var(--private-motion-speed);
    transition-timing-function: var(--private-motion-ease);

    /* Legacy non-contrast-aware color scheme */
    --button-icon-opacity: 0.8;
    color: var(--color-foreground);
    border: var(--private-border-width) solid var(--private-button-border-color);
    box-shadow: var(--private-button-shadow);

    &:hover:not(:active) {
      /* Legacy non-contrast-aware color scheme */
      --button-icon-opacity: 1;
    }

    &:focus-visible {
      outline-color: var(--color-foreground);
    }
  }

  @supports (color: oklch(from red l c h)) {
    .theme-drawer__close-button {
      --contrast-color: oklch(from var(--color-background) clamp(0, (0.6 / l - 1) * infinity, 1) 0 0);
      --button-icon-opacity: 1;
      --private-button-border-color: color-mix(in srgb, var(--contrast-color) 6%, transparent);
      --private-button-shadow: 0 2px 6px 0 var(--private-button-border-color);

      color: color-mix(in srgb, var(--contrast-color) 50%, transparent);

      &:hover:not(:active) {
        color: color-mix(in srgb, var(--contrast-color) 70%, transparent);
      }
    }

    .theme-drawer__close-button:hover:not(:active) {
      background-color: color-mix(in srgb, var(--contrast-color) 6%, var(--color-background));
    }
  }
/* END_SNIPPET:theme-drawer-styles */
