/** Shopify CDN: Minification failed

Line 83:24 Expected identifier but found "!"
Line 100:3 Unexpected "`"

**/
@media (max-width: 767px) {

  accordion-disclosure.accordion:nth-of-type(3) .details-grid .detail-item{
    flex-direction : column;
  }
  .variant-picker__option legend,.custom_variant_picker legend{
    font-size: 14px;
  }

.custom_price_container .text-sm.text-subdued {
  text-align: left !important;
}
   /* accordion-disclosure.accordion:nth-of-type(3) .accordion__content.prose p{
    font-size : 11px !important;
   } */
  .sg-unit-toggle label {
    font-size : 10px !important;
    padding : 10px !important;
  }
  .multi-column {
    display:block;
  }
  .custom_accordion_details .accordion__content p ,.image-with-text p{
    font-size : 16px;
  }
  #wishlist-product-list .rating-badge {
    justify-content: left !important;
    margin-top: 5px;
  }
  .quick-buy-modal__gallery-wrapper .official_styling_sticky {
    left : 28% !important;
  }
  .official_styling_sticky {
    top : 83% !important;
    left : 0% !important;
  }
  .custom_prod_variant_picker  label.block-swatch,.block-swatch.custom_perso_btn,.custom_variant_picker span{
    font-size : 15px;
  }
  .shopify-section.shopify-section-group-header-group.shopify-section--header{
    --header-padding-block: 0rem !important;
  }
  .product-sticky-bar .buy-buttons{
    width : 100%;
  }
  .accordion__content.prose p ,.accordion__content.prose{
    font-size : 16px !important;
  }

  .product .product-info__block-list .btn_wishlist_container {
    display : none;
  }
  .product-card__quick-add-button {
    padding : 4px;
  }
  .image-products-section__products .product-list{
    flex-direction : column;
  }
 product-sticky-bar .btn_wishlist_container {
  background : white;
 }
 .product-info .bread_crumb_container ,  .product-info .product-title{
  text-align : left;
 }
 safe-sticky.product-info.product-info--center{
  margin-top : -26px;
 }
  .product-info .product-title{
letter-spacing : 1px;
  }
.custom_badge {
  font-size : 12px;
}
.product-sticky-bar {
  opacity: 1;
  visibility: visible;
  padding-bottom : 0px; !important;
}
  .custom_homepage .shopify-section--collection-list .collection-list{
    flex-direction : column !important;
  }
  .custom_homepage .shopify-section--collection-list .collection-list .collection-card img{
  height : 352px;
  }
 .multi-column .multi-column__item:not(:last-child) {
  margin-bottom: 12px;
}
   .style-hint-track {
      grid-auto-columns: calc(48%) !important;
  }
  .product-card__info.custom_product_card_info{
    gap:0px;
    margin-left : 12px;
  }`
a.link-faded.custom_footer_li {
  font-size: 16px !important;
}
  .custom_secondary_menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: end !important;
    gap: .625rem .9rem !important;
    overflow: visible !important;    /* add this */
    position: relative !important;   /* add this */
  }

  .custom_secondary_menu li {
    position: relative !important;
    z-index: 10 !important;
  }
.custom-tabs .tabs-nav .tab-btn {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 40%;
 
}
.shop-look-modal { 
top : -50px;
}

.custom-shop-the-look3 .shop-the-look__item-product {
  display : none;
}
.custom-shop-the-look3 .shop-the-look__item-product.is-selected{
  display : block;
}
.custom-shop-the-look3 .page-dots {
  margin-top : 22px;
}
.custom-shop-the-look3 .shop-the-look__item-content {
  text-align : center;
}
.custom-tabs .tabs-nav {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.collection__main .product-list{
  grid-template-columns : 1fr 1fr;
}
.product_banner_container {
  flex-direction : column !important;
}
.custom_icons_container .icon_content{
  margin-top : -20px !important;
}
.shop-the-look__carousel {
    grid: none !important;
    padding : 0px;
}
.header__logo-image {
  max-width : 50%;
  margin : auto;
}

#product-extra-information{
  margin-top : -32px;
}
.multi_column_dots {
  margin-top : 30px;
}
.product-sticky-bar .buy-buttons {
  display: grid;
  grid-template-columns : 1fr 1fr;
}
.product-sticky-bar .buy-buttons button {
  flex: 1;
}
.product .jdgm-widget.jdgm-widget {
  margin-top: 12px;
  margin-bottom: -14px;
}
.free_shipping_text {
  background: white;
    padding: 10px;
    text-align: center;
    font-size:14px;
}
.book_stylist_container.custom_product_sticky_bar{
  background: #caac6b;
  padding : 5px;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
 .buy-buttons .button.w-full{
  border : 1px solid #000 !important;
}

}
@media (max-width: 1024px) {

  .custom-shop-the-look__item-carousel {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    scrollbar-width: none;
    /* Kill the grid */
    grid-template-columns: unset !important;
  }

  .custom-shop-the-look__item-carousel::-webkit-scrollbar {
    display: none;
  }

  /* Each .w-full child becomes a fixed-width slide */
  .custom-shop-the-look__item-carousel > .w-full {
    flex: 0 0 60% !important;
  }

}

@media (min-width: 1025px) {

.product .buy-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
 .buy-buttons .button.w-full{
  border : 1px solid #000 !important;
}
.buy-buttons .button.w-full:hover{
  color : #000 !important;
}
.quick-buy-modal__info-wrapper .btn_wishlist_container .buy-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
}
