/** Shopify CDN: Minification failed

Line 132:23 Expected "}" to go with "{"

**/
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: white;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  text-align: center;
}

.brand-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
}

.brand-card {
  padding: 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.3s ease;
}

.brand-card:hover {
  background: #f4f4f4;
}

.quantity__button {
    color: #373737 !important;
}

 .quantity__input {
    color: #181818 !important;
}

.quantity:before {
    background: #f0e3d1!important;}

.custom_cart_wrapper_page .quantity__button {
    background-color: #c16627 !important;
}

.custom_cart_wrapper_page td.border, .custom_cart_wrapper_page th.border {
        border: 1px solid #c1c1c1!important;
    }

.product-option {
    font-size: 1.2rem!important;}


    .product__media-wrapper .swiper-buttons, .product__media-wrapper .slider-button {
        opacity: 100 !important;
    }


/* bump the outline on the selected option */
.lool-option-checked{
  /* break the old outline into separate pieces, then override them */
  outline-width: 3px !important;
  outline-style: solid !important;
  outline-color: #000 !important;   /* pick any colour */
}


.lool-style-MXZUD4 {
   
    width: 78% !important;}

.product__info-wrapper .product-form__submit, .product__info-wrapper .shopify-payment-button {
        max-width: 49% !important;
    }
@media (max-width: 639px) {
  .l-space-x-\[20px\]>:not([hidden])~:not([hidden]) {
    width: 100% !important;
  }
  .product--thumbnail_slider .thumbnail-list, .product--thumbnail_slider_verticle .thumbnail-list, .product--thumbnail_right_slider_verticle .thumbnail-list, .product--horizontal_thumbnail .thumbnail-list {
    display: flex;
    grid-gap: 0px !important;
}
  .thumbnail-slider {
    padding: 0px !Important;
    padding-bottom: 5px !Important; 
    padding-top: 5px !Important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
  .thumbnail {
  width: 96%;
  height: 65%;
}
.product__media-wrapper .slider-mobile-gutter .slider-button.slider-button--prev, .product__media-wrapper .slider-mobile-gutter .slider-button.slider-button--next, .product__media-wrapper .swiper-button-next, .product__media-wrapper .swiper-button-prev{
    transform: translateY(-99%) !important;
     margin-top:-15px !important;
}

@media (min-width: 1200px) {
  .l-space-x-\[20px\]>:not([hidden])~:not([hidden]) {
    width: 42% !important;
  }
  .sm\:l-space-x-\[20px\]>:not([hidden])~:not([hidden]) {

        width: 42% !important;
    }

}
    


.feature-category {
  display: none !important;}

@media screen and (max-width: 840px) {
    .main-lookbook-section .button_product .card {
        flex-direction: column!important;}
  .main-lookbook-section .button_product .custom-product-card
  {left:0% !important;}