/** Shopify CDN: Minification failed

Line 15:3 Unexpected "`"

**/
@media (max-width: 767px) {
  .multi-column {
    display:block;
  }
 .multi-column .multi-column__item:not(:last-child) {
  margin-bottom: 12px;
}
  .product-card__info.custom_product_card_info{
    gap:0px;
  }`
  .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: 67%;
    min-width: 72%;
}
.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;
}
.custom_icons_container .icon_content{
  margin-top : -20px !important;
}
.shop-the-look__carousel {
    grid: none !important;
}
.header__logo-image {
  max-width : 50%;
  margin : auto;
}

#product-extra-information{
  margin-top : -32px;
}
.multi_column_dots {
  margin-top : 30px;
}
}
@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;
  }
}
