/** Shopify CDN: Minification failed

Line 45:34 Expected ":"

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

.price__regular.actual-price, .price__sale span {
  color: black;

}

.price .price-item {
  margin:0 !important;
}
.price--on-sale .price__sale {
  display: flex !important;
  flex-direction: column;
}
.price__sale {
  .price-item--regular {
    color: #aeaeae !important;
    .money {
        color: #aeaeae !important;
        font-size: 18px !important;
    }
  }
}

.btn1 {
  padding: 10px 20px;
}

.card {
  background-color: #fff;
  border-radius: 1.2rem;
  display: flex !important;
  flex-direction: column;
  padding: 16px;
  justify-content: space-between;s
  margin: 2rem 0;
  transition: all .3s ease;
  border:none;
  min-height:480px;
}
.card__heading {
  font-size:2.2rem;
}
.brief-desc {
  font-size: 14px;
  line-height: 2.38rem;
  margin-top: 5px;
  color: #222;
}
.card-information {
  position: absolute;
  height: fit-content;
  bottom: 20px;
  left: 0;
  width: 100% !important;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  .caption-large {
    display:none;
  }
}
.card__inner.color-background-2.gradient.ratio {
  height: 290px;
}
.price__sale {
  display:flex;
  flex-direction:column !important;
}
.button-container {
  display: flex;
  margin-top: auto !important;
  justify-content: space-between;
  align-content: center;
  gap: 20px;
}
.jdgm-prev-badge__text {
  visibility:visible;
}

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