/** Shopify CDN: Minification failed

Line 202:0 Unexpected "}"

**/
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}

.collection-section {
  .title {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0%;
    color: #121212;
    strong {
      color: #EB5B27;
      font-weight: 400;
    }
  }
  a.button {
    padding: 12px 24px;
    border-radius: 8px;
    background: #fff;
    color: #121212;
    font-size: 16px;
    letter-spacing: 0;
    font-size: 16px;
    border: 1px solid #BDBDBD;
    &:after {
      box-shadow: none;
    }
  }

  .collection__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    &.h1 {
      display: inline-block;
    }
    h2 strong {
      color:#EB5B27;
    }
    .collection__title-wrapper {
      width: 60%;
    }
  }

  & ul.contains-card {
    position: relative;
    width: 100%;
  &:after {
    content:"";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #BDBDBD;
  }}
  .card__information {
    flex-direction: column-reverse;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    .price  {
font-weight: 600;
font-size: 18px;
line-height: 120%;
letter-spacing: 0%;
color: #EB5B27;
    }
  }
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 750px) { 
  .collection-section .collection__title {
    flex-wrap: wrap;
    .collection__title-wrapper {
      width: 100%;
      h2 {
font-weight: 600;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;

      }
      p {
        font-size: 14px;
      }
    }
  }
  .collection-section {
    ul.contains-card:after {
     background-color: transparent;
    }
    a.button {
      width: 93%;
      margin-top: 40px;
    }
    .mobile-only {
      display: block;
    }
    .desktop-only {
      display: none;
    }
    .full-unstyled-link {
font-weight: 400;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
color: #121212;
    }
  }

  hr {
    margin: 50px auto 0;
    width: 90%;
  }
}
}