/** Shopify CDN: Minification failed

Line 245: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-wrapper h2{
   font-weight: 700;
    color: #222;
    display: block;
    width: 100%;
    text-align: center;
  margin: 0;
}
.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__title .subtitle {color: var(--gradient-base-background-2);font-size: 14px;letter-spacing: 0px;font-weight: 700;text-align: center;}
.featured-collection-tab {
  overflow: hidden;
  border: none;
  background-color: transparent;
  display:flex;
  width:100%;
  justify-content:center;
  align-items:center;
  column-gap:55px;
  margin-top:3em;
}
.featured-collection-tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 2px;
  transition: 0.3s;
  font-size: 17px;
  font-weight:bold;
}
.featured-collection-tab button:hover {
 border-bottom: solid 3px #FFBA33;
}
.featured-collection-tab button.opentab {
  border-bottom: solid 3px #FFBA33;
}

.featured-collection-tabcontent {
  display: none;
  padding: 6px 12px;
  margin-top:5rem;
  margin-bottom: 2.5rem;
}
.quick-add__submit{padding: 0.8rem;min-width: 100%;box-sizing: border-box;background: var(--gradient-base-background-2);}
.collection__view-all a:not(.link) {
    margin-top: 1rem;background: var(--gradient-base-background-2);color: var(--color-icon);
   font-weight: bold;border-radius: 25px;padding: 5px 45px;}
.price>*{
    display: block;
}
.price .price-item{
margin: 0 1rem 0 0;
    color: #A7A7A7;
    font-size: 16px;
    text-align: center;
    display: block;}

.card__information h3, .card__information a {
    color: var(--color-icon);
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    height: 44px;
    margin-bottom: 2rem;
      padding: 0 2rem;
  overflow: hidden;
  
}
.card__information h3:hover, .card__information a:hover{text-transform:none;}
.page-width-desktop-featuredcol{
    max-width: 1200px;
    padding: 0;
}
.featured-colection-flexgrid{column-gap: 35px;margin-bottom: 3em !important;}
.featured-colection-grid-card{width: calc(25% - 105px) !important;max-width: 25% !important;}
.card.card--standard.card--media {
    background: white;
    padding: 4rem 2rem;
    box-shadow: 2px 2px 10px #c0c0c033;
    border-radius: 10px;
}
.card__media, .card .media{  background: white;}
.card__media .media img:hover, .card__media:hover, .card .media:hover{border:none !important;    background: white;}
.collection_header_grid{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.collection-filter-contain{
  width: 280px;
  background: white;
  padding: 1rem 2rem;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 6.5rem;
  box-shadow: 2px 2px 10px #c0c0c033;
  border-radius: 5px;
  display:none;
}
.collection-filter-open{
  display: block;
}
.collection-filter-contain a{
  display: block;
  text-decoration: none;
  color: #222;
  text-transform: capitalize;
}
.collection-thumbnails-grid-icon{
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.collection-side-bar{
  display:block;
  min-width:225px;
      padding-left: 1.8rem;
    padding-top: 1rem;
}
.collection-side-bar h3{
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  font-weight: 500;
  align-items: center;
  cursor:pointer;
}
.collection-side-bar h3 span{
   font-weight: 100;
}
.collection-side-bar h3 span:after{
      content: '+';
    color: var(--gradient-base-background-2);
    font-size: 18px;
    margin-left: 10px;
}
.openlist:after{
   content: '−' !important;
    color: var(--gradient-base-background-2);
    font-size: 18px;
    margin-left: 10px;
}
.collection-side-bar ul{
      list-style: none;
    max-height: 0;
  transition: max-height 0.35s ease-out;
    overflow: hidden;
}
.collection-side-bar ul li{
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
   cursor:pointer;
}
.collection-side-bar ul li:hover{
  text-decoration:underline;
}
}
.collection-side-bar h1{margin-top:0;}
.collection_header_grid h2{
  font-size:28px;
}
.mobile-categories-button{display:none}
 .active_category_navigation{
    border: 2px #FFBA33 solid !important;
   background-color:#FFF9EC !important;
   color: #FFBA33 !important;
  }
.custom_filter{
  background-color: transparent;
  border: none;
  padding: 3px 0 0;
  cursor:pointer;
}
@media only screen and (max-width: 800px){
  .featured-colection-grid-card {
    width: calc(48% - 10px) !important;
    max-width: 50% !important;
  }
  .card__information h3, .card__information a{
    margin-bottom: 0.5rem;
    padding: 0;
  }
  .featured-collection-tab{
     column-gap: 3%;
  }
  .featured-collection-tab button{font-size: 16px;}
  
}
@media only screen and (max-width: 600px){
  .featured-colection-flexgrid{column-gap: 15px;}
  .card.card--standard.card--media{ padding: 1.25rem 1rem}
  .collection-side-bar{display:none;}
  .mobile-categories-button{
        padding: 0 15px;
    display: flex;
    column-gap: 15px;
    max-width: 98%;
    overflow: scroll;
  }
  .page-width-desktop-featuredcol{
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }
  .mobile-categories-button button{
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    min-width: 8rem;
  }
 
  .mobile-categories-button::-webkit-scrollbar {
    display: none;
  }
  .mobile-categories-button {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
}