/** Shopify CDN: Minification failed

Line 235:25 Unexpected "{"
Line 235:34 Expected ":"
Line 235:41 Unexpected "{"
Line 363:0 Unexpected "{"

**/
.featured--collection .product-grid.swiper-wrapper {
  padding:0;
}

.featured--collection {
  padding-left:17px;
  padding-right:17px;
}


.product-grid-container .product-card-wrapper {
  background-color:#f6f6f6;
}

.featured__collection.page-width {
  padding-left:17px;
  padding-right:17px;
}

.featured__collection .product-card-wrapper {
  background-color:#f6f6f6;
}

.featured__collection .product-card-wrapper .quick-add .quick-add__submit:hover {
  background-color:#f6f6f6;
}

.featured__collection .title.h1 {
  font-size:20px;
  margin:0;
}

.featured__collection .collection__title {
  padding:0;
  margin-bottom:15px !important;
}

.featured__collection .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
  margin-left:0;
}

.product-grid-container .collection.page-width {
  padding-left:17px;
  padding-right:17px;
}




@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured__collection .slider-mobile-gutter.page-width {
    padding:0 !important;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }

  
}

@media screen and (min-width: 750px) {


  .featured__collection .page-width {
    padding-left:24px;
    padding-right:24px;
  }
  
  .featured--collection {
    padding-left:24px;
    padding-right:24px;
  }

  .product-grid-container .collection.page-width {
    padding-left:24px;
    padding-right:24px;
  }

  .featured__collection .title.h1 {
    font-size:25px;
    margin-bottom:25px;
  }

  .Featured--Collection__Tabs-wrapper {
    padding-left:24px;
    padding-right:24px;
  }

  .featured__collection .collection__title {
    padding:0;
  }

  .collection .loading-overlay {
    left: 0;
  }

  .product-card-wrapper .card__information .rating-star {
    font-size: 20px;
  }

  .product-card-wrapper .card-information-wrapper .card__heading {
    font-size:15px;
    line-height:18px;
  }

  .product-card-wrapper .card-information-wrapper .price {
    font-size:15px;
  }

  .product-card-wrapper .quick-add .quick-add__submit {
    font-size:13px;
  }

  .product-grid-container .product-card-wrapper .quick-add .quick-add__submit:hover {
    background-color:#f6f6f6;
  }

  
}

.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;
  font-family: 'Intervogue Alt Reg';
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .product-grid {
    row-gap: 4rem;
  }

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

  .featured__collection .collection__title {
    padding:0 !important;
  }

  .featured__collection .collection__title h2.title {
    margin-bottom: 2.5rem;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}


/* =========================================
   FEATURED COLLECTION TABS
========================================= */

#FeaturedCollectionTabs-{{ section.id }} {
  background: #edf3ef;
}

/* Tabs */


.collection-tabs__navigation {
  margin-bottom: 45px;
}

.collection-tabs__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.collection-tabs__button {
  text-transform: uppercase;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  border: solid 1px #fff;
  background: transparent;
  padding: 2px 15px 0 15px !important;
  border-radius: 10px;
  font-size: 15px;
  line-height: 23px;
  cursor: pointer;
  min-height: 38px;
  transition: background 0.2s ease,
  border-color 0.2s ease;
  min-width:100px;
   font-family: 'Intervogue Alt Reg';
}

.collection-tabs__button:hover {
  background: #ffffff;
}

.collection-tabs__button.is-active {
  background: #ffffff;
  border-color: #ffffff;
}

.collection-tabs__button::before, .collection-tabs__button::after {
  display:none;
}

.collection-tabs__button:focus {
  box-shadow:none;
  outline:none;
}

.collection-tabs__button:focus-visible {
  box-shadow:none;
  outline:none;
}

.collection-tabs__content {
  width: 100%;
}

.collection-tabs__content[hidden] {
  display: none !important;
}

.product-grid {
  margin-top: 0;
}

@media screen and (max-width: 749px) {

  .collection-tabs__navigation {
    margin-bottom: 24px;
    overflow: hidden;
  }

  .collection-tabs__buttons {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 5px;
    scrollbar-width: none;
  }

  .collection-tabs__buttons::-webkit-scrollbar {
    display: none;
  }

  .collection-tabs__button {
    flex: 0 0 auto;
  }

}

/* featured__collection with subscription */

.featured__collection .sls-purchase-options-label {
  display:none;
}

.featured__collection .sealsubs-target-element .sls-option-container {
  display:none;
} 

.featured__collection .sealsubs-target-element .sealsubs-container {
  margin-bottom:10px !important;
}

.featured__collection .sealsubs-target-element .sls-option-container.sls-active {
    display: block;
    padding: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

.featured__collection .sealsubs-target-element .sls-more-info-container {
  display:none;
}

.featured__collection .sealsubs-target-element .seal-row, 
.featured__collection .sealsubs-target-element .seal-col.seal-col-radio, 

{
  display:none;
}

.featured__collection .sealsubs-target-element .sls-selling-plan-group-first-line {
  display:none;
}

/* .featured__collection .sealsubs-target-element .selling-plan-group-options-name-select label {
  display:none;
} */

.featured__collection .sls-active .sls-selling-plan-group-options {
    display: flex;
    justify-content: center;
    width: 100%;
}

.featured__collection .sealsubs-target-element .sls-select:focus, .featured__collection .sealsubs-target-element .sls-select:focus-visible {
  border:0;
  outline:0;
  box-shadow:none;
}

.featured__collection .sealsubs-target-element .sls-option-container.sls-active {
  display: block;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.featured__collection .selling-plan-group-options-name-select {
  position: relative;
  width: 100%;
  display: block;
}

.featured__collection
.selling-plan-group-options-name-select > label:first-child {
  display: none !important;
}

.featured__collection .sls-select-container {
  position: relative;
  width: 100%;
}



.featured__collection .sealsubs-target-element .sls-option-container .seal-row {
  width:100%;
  display:block;
}

.featured__collection .sealsubs-target-element .selling-plan-group-options-name-select {
    width: 100%;
    padding-right: 0;
    margin: 0;
}

.featured__collection .sealsubs-target-element .sls-select-container {
  width:100%;
}

.featured__collection .sealsubs-target-element .seal-col.seal-col-radio {
  padding: 0;
    display: block !important;
}

.featured__collection .sealsubs-target-element .sls-label-container.seal-col {
  display: block !important;
}



.featured__collection
.sls-select-container select.sls-select {
  width: 100% !important;
  border-radius: 10px !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;

  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  text-align: center !important;
  cursor: pointer;
  box-sizing: border-box !important;

  border-width: 1px !important;
  font-size: 11px;
  min-height: 27px !important;
  padding: 1px 0 0 10px;
  display: flex;
  align-items: center;
  max-width: 100% !important;
  background-position: calc(100% - 7px) 26% !important;
  background-color:#f6f6f6;
}


.featured__collection
.custom-subscription-select-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: calc(100% - 80px); */
    color: #333 !important;
    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.quick-add__subscribe::before, .quick-add__subscribe::after {
  display:none;
}

.quick-add__subscribe {
  border-radius: 10px;
  background-color: #ceddd2;
  font-size: 11px;
  line-height: 16px;
  font-family: Intervogue Alt Reg;
  cursor: pointer;
  transition: .25s;
  padding: 2px 0 0;
  min-height: 36px;
  text-transform: uppercase;
  transition: .4s;
  border: solid 1px #ceddd2;
}

@media screen and (min-width: 750px) {

  .featured__collection .sls-select-container select.sls-select {
    font-size: 13px;
    min-height: 36px !important;
    background-position: calc(100% - 10px) 44% !important;
    padding-left:0 !important;
  }

  .featured__collection .custom-subscription-select-text {
    font-size: 13px !important;
    width:100%;
    text-align:center;
  }

  .quick-add__subscribe {
      font-size: 13px;
  }

}