/*
Generated time: June 22, 2024 11:15
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
@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: 1rem;
}
@media screen and (min-width: 750px) {
  .collection__title.title-wrapper {
    margin-bottom: 2.25rem;
  }
}
.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 .collection__title,
  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}
.collection__view-all a:not(.link) {
  margin-top: 3rem;
}
.featured-collection .collection__description {
  font-size: 1.2rem;
}
.featured-collection slider-component ul {
  margin-bottom: 0 !important;
  overflow-y: hidden;
}
.heading-and-description .title.inline-richtext {
  margin-top: 0;
  margin-bottom: 0;
}
.heading-with-view-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-with-view-all.align_start {
  align-items: flex-start;
}
@media screen and (min-width: 750px) {
  .heading-with-view-all {
    align-items: flex-start;
  }
}
.heading-with-view-all.justify_center {
  justify-content: center;
}
.view-all-wrapper {
  margin-left: 2rem;
}
.view-all-wrapper .collection__view-all a {
  margin-top: 0;
  min-height: 3rem;
  font-size: 1rem;
}
.heading-and-description .collection__description {
  margin-top: 1rem;
}
.collection-count {
  margin-top: 0.8rem;
}
.coll-image-item {
  width: 100%;
}
.collection-featured-image-with-products {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
  height: 100%;
}
.collection-featured-image-with-products > * {
  width: 100%;
}
@media screen and (min-width: 990px) {
  .collection-featured-image-with-products > * {
    width: calc(50% - 0.2rem);
  }
}
.collection-featured-image__text {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0.8rem;
}
.coll-media {
  line-height: 1;
}
@media screen and (min-width: 990px) {
  .coll-image-item {
    margin-top: 3rem;
    margin-bottom: calc(3rem + var(--collection-text-height));
  }
  .coll-image-text {
    height: 100%;
  }
  .coll-media {
    height: 100%;
  }
}
@media screen and (max-width: 989px) {
  .coll-media img {
    height: 100%;
  }
  .collection-featured-image__image {
    margin-bottom: 3rem;
  }
  .coll-image-item {
    margin-top: 2rem;
  }
}
.featured-collection .slider-button {
  position: absolute;
  top: 1rem;
  z-index: 1;
}
.featured-collection .slider-button--next {
  right: 0.5rem;
}
.featured-collection .slider-button--prev {
  left: 0.5rem;
}
.featured-collection .slider-button[disabled] .icon {
  visibility: hidden;
}
.featured-collection .slider-button .icon {
  height: 5rem;
}
model-view {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font-heading-family);
  padding: 0;
}
.model_label {
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-heading-family);
}

.heading-with-view-all--center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.heading-with-view-all--center:not(.heading-with-view-all--full)
  .heading-and-description {
  grid-column: 2 / 3;
}

.heading-with-view-all--center .heading-and-description {
  text-align: center;
}

.heading-with-view-all--center .view-all-wrapper .collection__view-all {
  text-align: right;
}

.heading-with-view-all--center.heading-with-view-all--full {
  grid-template-columns: 1fr;
}

@media screen and (max-width: 749px) {
  .heading-with-view-all--center.view-all-hidden-mobile {
    grid-template-columns: 1fr;
  }

  .heading-with-view-all--center.view-all-hidden-mobile
    .heading-and-description {
    grid-column: unset;
  }
}

/* @media screen and (max-width: 749px) {
  .heading-with-view-all--center:not(.heading-with-view-all--full) {
    grid-template-columns: 1fr;
  }
  .heading-with-view-all--center:not(.heading-with-view-all--full)
    .heading-and-description {
    grid-column: unset;
  }
  .heading-with-view-all--center:not(.heading-with-view-all--full)
    .view-all-wrapper
    .collection__view-all {
    text-align: center;
  }

  .heading-with-view-all--center:not(.heading-with-view-all--full)
    .view-all-wrapper {
    margin-left: 0;
  }
} */

.coll-image-banner-item {
  width: 100%;
}

.coll-image-banner-item .banner__box {
  padding: 2rem 1.5rem;
}

.coll-image-banner-item .banner__content {
  align-items: flex-start;
}

@media screen and (min-width: 750px) {
  .coll-image-banner-item .banner__box {
    padding: 0 1.5rem;
  }
}

model-view {
  margin-top:1rem;
}
