site-header {
  --active-bg: #e7c400;

  &:after {
    border-block: 2px solid black;
    z-index: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    content: "";
    background-color: var(--active-bg);
    @media (max-width: 782px) {
      display: none;
    }
  }

  .header {
    padding-bottom: 20px;
  }

  .header-wrapper::before {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
  }

  .header-logo__menu {
    margin-bottom: 0px !important;
  }

  .list-menu li {
    margin-right: -20px;
  }

  summary.list-menu__item {
    padding: 0;
  }

  .list-menu__item {
    overflow: initial;
  }

  .list-menu > li > a,
  .list-menu > li > details-disclosure summary > span {
    background-image: url("/cdn/shop/files/bg-orange.png?v=1749061052");
    background-size: 100% 100%;
    min-width: 160px;
    background-repeat: no-repeat;
    display: block;
    height: auto;

    padding: 18px 45px 8px 20px;
    border-bottom: 2px solid black;
    margin-bottom: -2px;
    &::after {
      display: none;
    }
  }

  .list-menu > li:nth-child(2n) {
    & > a,
    details-disclosure summary > span {
      background-image: url("/cdn/shop/files/bg-yellow.png?v=1749061052");
    }
    details-disclosure summary svg {
      right: 50px;
      top: 50%;
    }
  }

  .header__icon--cart {
    width: 50px;
    height: 50px;
    background-image: url("/cdn/shop/files/EMBLEM_CLR_B.png?v=1749061875");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    svg {
      display: none;
    }
  }
}

.collection:has(slider-component),
.collection-list-wrapper:has(slider-component) {
  position: relative;
  --page-width-padding: 8px;
  max-width: min(92vw, var(--page-width));
  margin: 20px auto;
  --color-background: 255, 255, 255;
  --color-foreground: 0, 0, 0;
  background: white;
  border-radius: 12px;
  padding: 3px;
  color: rgb(var(--color-background));

  @media (max-width: 782px) {
    padding-top: 30px;
  }

  .grid-grid.grid--peek.slider--everywhere .grid__item:first-child {
    margin-left: 0px;
  }
  .grid-grid.grid--peek.slider--everywhere .grid__item:first-child {
    margin-right: 0px;
  }

  slider-component {
    position: initial;
  }

  .slider-buttons {
    position: absolute;
    height: 57px;
    align-items: center;
    width: 100%;
    top: calc(var(--page-width-padding) * 1.5);
    left: 0;
    padding: 0 calc(var(--page-width-padding) * 3);
    justify-content: space-between;
    pointer-events: none;

    @media (max-width: 782px) {
      top: 5px;
      padding: 0 var(--page-width-padding);
      height: 30px;
    }
    button {
      pointer-events: all;
      background-image: url(/cdn/shop/files/DIRECTIONAL_BUTTON.svg?v=1749060980);
      background-size: 100% auto;
      background-position: 50% 50%;
      background-repeat: no-repeat;

      @media (max-width: 782px) {
        width: 25px;
      }

      &[disabled] {
        opacity: 0.5;
      }

      &[name="previous"] {
        scale: -1 1;
      }

      svg {
        display: none;
      }
    }
  }

  .slider-counter {
    display: none;
  }

  .header-wrap {
    display: block;
    padding: 3px;
    margin-top: var(--page-width-padding);
    border-radius: 8px;
    width: 100%;
    color: white;
    background: linear-gradient(
      90deg,
      rgba(119, 169, 220, 1) 0%,
      rgba(75, 104, 179, 1) 25%,
      rgba(119, 169, 220, 1) 55%,
      rgba(75, 104, 179, 1) 75%,
      rgba(119, 169, 220, 1) 100%
    );

    h2,
    .label {
      margin: 0;
      color: white;
      text-shadow: 2px 3px 0px black;
    }
  }
}

.button {
  --border-opacity: var(--buttons-border-opacity);
}
.multicolumn-card {
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  line-height: 1.5;

  h3 {
    font-weight: 700;
    line-height: 1.25;
  }
}

.multicolumn-card__info::before {
  display: block;
  margin: 0 auto 10px 0;
  width: 50px;
  height: 50px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}
