/** Shopify CDN: Minification failed

Line 294:8 Expected identifier but found whitespace
Line 294:10 Unexpected "{"
Line 294:19 Expected ":"
Line 294:42 Expected identifier but found "!"

**/


/* CSS from section stylesheet tags */
.collection-page__grid-products {
        margin-top: 10px;
      }
    
      .collection-page__paginate {
        border-top: 1px solid #e8e8e8;
      }
    
      .collection-page__paginate,
      .collection-description__button-wrapper {
        text-align: center;
      }
    
      .collection-banner,
      .collection-description__text {
        position: relative;
      }
    
      .collection-description,
      .collection-banner {
        clear: both;
      }
    
      .collection-banner {
        height: 0;
        padding-top: 40%;
      }
    
      .collection-banner,
      .collection-description__text {
        overflow: hidden;
      }
    
      .collection-banner__background {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
      }
    
      .collection-banner__background,
      .collection-description__text:not(.collection-description__text--opened):after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
      }
    
      .collection-banner + .collection-page__title,
      .collection-banner + .collection-description,
      .collection-page__title + .collection-banner {
        margin-top: 10px;
      }
    
      .collection-description__text:not(.collection-description__text--opened):after {
        background-image: linear-gradient(0deg, rgba(255, 255, 255, .9), transparent);
      }
    
      .collection-banner__image {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    
      .collection-description__button {
        display: inline-block;
        font-size: 1.2rem;
        cursor: pointer;
        margin: 0 0 15px;
      }
    
      .grid__item-image-wrapper {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
      }
.section-collection-list {
    position: relative;
  }

  .collection-list__image-wrapper,
  .collection-list__item-title {
    display: block;
  }

  .collection-list__wrapper {
    background-color: #fff;
    padding-bottom: 25px;
  }

  .collection-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 2%;
    padding: 10px;
    padding-bottom: 0;
  }

  .collection-list__list--centered {
    justify-content: center;
  }

  .collection-list__item {
    width: 23.5%;
    border-width: 2px;
    border-style: solid;
  }

  .collection-list__image-wrapper {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
  }

  .collection-list__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .collection-list__item-title {
    text-align: center;
    padding: 10px 0;
  }

  @media (max-width: 767px) {
    .collection-list__item {
      width: 49%;
    }
  }
.wrapper.custom-area  .section-title {
    padding: 17px 0 10px;
    margin-bottom: 0;   
  }
.list-collections,
  .list-collections__list,
  .list-collections__title {
    width: 100%;
  }

  .list-collections__page-title {
    font-weight: 400;
    text-transform: uppercase;
    clear: both;
    width: 100%;
  }

  .list-collections__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
    margin: 30px 0;
  }

  .list-collections__item {
    width: 23.5%;
  }

  .list-collections__title {
    display: block;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
  }

  .list-collections__item,
  .list-collections__image-wrapper {
    position: relative;
  }

  .list-collections__image-wrapper {
    padding-top: 100%;
    height: 0;
  }

  .list-collections__list--floating-items .list-collections__title,
  .list-collections__image {
    position: absolute;
    left: 0;
  }

  .list-collections__list--floating-items .list-collections__title {
    top: 50%;
    transform: translatey(-50%);
  }

  .list-collections__image {
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
  }

  @media (max-width: 767px) {
    .list-collections__item {
      width: 49%;
    }
  }
.shipping-bar--fixed {
  position: sticky;
  top: 0;
}
.shipping-bar__section-item,
.shipping-bar__wrapper {
  display: flex;
  align-items: center;
}
.shipping-bar__wrapper {
  height: 40px;
  justify-content: space-between;
}
.shipping-bar__section-item,
.shipping-bar__item {
  flex: 1;
}
.shipping-bar__item {
  line-height: 1.15;
}
.shipping-bar__item:nth-of-type(1) {
  text-align: left;
}
.shipping-bar__item:nth-of-type(2) {
  text-align: center;
}
.shipping-bar--info-style .shipping-bar__item:nth-of-type(2) {
  text-transform: uppercase;
}
.shipping-bar__item:nth-of-type(3) {
  text-align: right;
}
.shipping-bar__item--small {
  max-width: 230px;
}
.shipping-bar__item svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transform: translateY(2px);
}
.shipping-bar__link {
  color: inherit;
  font: inherit;
}
.shipping-bar__section-item {
  justify-content: center;
  height: calc(100% - 10px);
  width: 33%;
}
.shipping-bar__section-item + .shipping-bar__section-item {
  border-left: 1px solid var(--shipping-bar-items-line-color, #fff);
}
.shipping-bar__section-image  {
  width: 100%;
  max-width: 25px;
  margin-right: 10px;
}
.shipping-bar--discount-style .shipping-bar__discount-value {
  background: var(--shipping-bar-price-background, rgb(28, 168, 28));
  margin: 0 4px;
}
.shipping-bar__discount-value {
  display: inline-block;
  color: var(--shipping-bar-price-text-color, rgb(255, 255, 255));
  margin: 0px 4px;
}
.shipping-bar__discount-value:not(:last-child) {
  margin-right: 4px;
}
.shipping-bar .shipping-bar__message {
  display: flex;
  justify-content: center;
  text-transform: none;
}
.shipping-bar .shipping-bar__message a{
  color: {{ section.settings.text_color }}!important;
}
@media (max-width: 1019px) {
  .shipping-bar__item--small {
    max-width: 190px;
  }
}
@media (max-width: 479px) {
  .shipping-bar__item {
    font-size: .85rem;
  }
  .shipping-bar__section-item {
    font-size: 10px;
  }
  .shipping-bar > .wrapper {
    padding: 0;
  }
}
.section-slide-promotional .slick-slide .slick-prev,
.section-slide-promotional .slick-slide .slick-next {
    position: absolute;
    z-index: 1;
    top: 39%;
    border: none;
    background-color: #fff;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    box-shadow: 0 1px 2px #0003;
}

.section-slide-promotional .slick-slide .slick-next {
  right: -20px;
}

.section-slide-promotional .slick-slide .slick-prev {
  left: -20px;
}

.section-slide-promotional .grid-uniform {
  padding: 10px 10px 0;
  position: relative;
  background: var(--slider-promotional-background-color, #fff);
}