/** Shopify CDN: Minification failed

Line 172:18 Expected identifier but found bad string token
Line 172:19 Unterminated string token

**/
/* CREATED BY BN TEAM */
.product-grid-container {
  visibility: visible;
  opacity: 1;
}

.product-grid-container.discount-activated-and-filtered-by-price {
  animation-name: showcontent;
  animation-duration: 6s;
}

.product-grid-container.discount-activated-and-filtered-by-price[data-hidden="true"] {
  visibility: hidden;
  opacity: 0;
}

@keyframes showcontent {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}

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

    /* .sort-by-label .sort-by-select{
      padding:0px;
    } */


  .collection-template .collection-filter-view-options {
    gap: 10px;
    padding:0;
    background:transparent;
    /* background: transparent;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    border: 1px solid #959595;
    flex-wrap: nowrap; */
  }
}

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


.collection-filter-view-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.collection-template .breadcrumbs .breadcrumbs-list {
  margin-bottom: 16px;
}

@media screen and (max-width: 749px) {
  .collection-filter-view-options {
    background: #F0EEE4;
    padding: 19px 18px;
  }
  
  /* .collection-template .switch-button {
    background-color: #ffffff;
  } */
}

.collection-template .collection-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 24px;
  gap: 16px;
}

.collection-template .product-view-buttons-container {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .collection-filter-view-options {
    margin: 16px 0;
  }

  .collection-template .collection-title-links-container {
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
  }

  /* collection-title-links-container a{
    border: 1px solid #959595;
    padding: 6px 6px;
  } */

  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  
  .collection-template .collection-header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
  }
}

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

@media screen and (min-width: 990px) {
  /* Used for collection banners */
  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }
}

.collection-footer {
  text-align: center;
  margin-left:2%;
  margin-right:2%;
  border-top: 1px solid #E6E6E6;

  display:flex;
  flex-direction:column;
  margin-top:40px;"
}

.collection-footer .collection-footer-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  text-align: left;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  letter-spacing:-0.2px;
}

.collection-footer .collection-footer-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #262626;
  width:100%;
  max-width: 1125px;
  margin: 0;
}

.collection-footer-desc a {
  color: #000;
}

.collection-footer-desc p {
  text-align: left;
}

.collection-footer .collection-footer-desc td {
  width: 100% !important;
}

.collection-footer-desc > * {
  margin: 0;
  padding: 0;
  width: 100% !important;
}

.product-grid {
  --grid-mobile-horizontal-spacing: 3px;
  --grid-mobile-vertical-spacing: 16px;
  justify-content: space-between;
  margin: 0;
}

@media screen and (min-width: 750px) {
  .product-grid {
    --grid-desktop-horizontal-spacing: 8px;
    --grid-desktop-vertical-spacing: 20px;
    margin: 0;
  }

  .collection-footer {
    padding: 24px 0 0 0;
  }

  .collection-footer {
    padding: 24px 0 0 0;
  }
}

@media screen and (max-width: 749px) {
  .product-grid-container {
    padding: 0 1px;
  }

  .collection-template {
    padding-left: 4%;
    padding-right: 4%;
  }

  .collection-template .page-width {
    padding:0;
  }
}
