/** Shopify CDN: Minification failed

Line 112:4 "visibality" is not a known CSS property
Line 141:4 "visibality" is not a known CSS property
Line 147:4 "visibality" is not a known CSS property
Line 278:20 The "-" operator only works if there is whitespace on both sides
Line 495:8 "visibality" is not a known CSS property

**/
  .meta_product_title {
    font-size: 20px;
    text-transform: capitalize;
}
     .meta_mySwiper .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 6px;
}
    .meta_mySwiper .image-with-text__media--medium {
    width: 100% ;
}
  .meta_mySwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: black;
}
 .meta_mySwiper .swiper-slide.meta_product_slide {
    flex-direction: column;
    align-items: flex-start;
}
 .meta_mySwiper .swiper-button {
    top: 4% !important;
    background: #E5E5E5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
 .meta_mySwiper .swiper-button.swiper-button-prev {
     left: 95%;
        transform: translateX(-95%);
}
 .meta_mySwiper .swiper-button-next, .meta_mySwiper .swiper-button-prev {
    color: #000 !important;
}
  .meta_mySwiper .swiper-button-next:after, .meta_mySwiper .swiper-button-prev:after {
    font-size: 17px !important;
}

  .meta_mySwiper.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top:95%;
}

    .meta_product_slide .swiper {
      width: 100%;
      height: 100%;
    }
    .meta_product_slide .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
   .meta_product_wrapper{
     padding-bottom:20px;
   }
    .meta_product_slide .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  @media (max-width:768px){
 .meta_mySwiper .swiper-button.swiper-button-prev {
     left: 86%;
        transform: translateX(-86%);
}
    .meta_mySwiper .swiper-button-next:after, .meta_mySwiper .swiper-button-prev:after {
    font-size: 13px !important;
}
    .meta_mySwiper .swiper-button {
    width: 30px;
    height: 30px;
}
    .meta_mySwiper .swiper-button {
    top: 7% !important;
}
  }

  .look_item_spot{
    cursor: pointer;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    border: 4px solid rgba(17,17,17,.25);
    background-clip: padding-box;
    position: relative;
  }
  .look_item_spot:hover{
    background-color: #9e9ea0;
  }
   .product_group_image_wrapper {
      width: 100%;
      height: 100%;
      position: relative;
  }
  .loo_item_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibality: hidden;
    transition: all .5s;
}
  .product_group_image_wrapper:hover .loo_item_wrapper{
    opacity: 1;
    visibility: visible
  }
  .loo_item_wrapper .look_item_spot:nth-child(1){
    position: absolute;
    left: 15%;
    top: 8%;
  }
  .loo_item_wrapper .look_item_spot:nth-child(2){
    position: absolute;
    right: 10%;
    top: 5%;
  }
  .loo_item_wrapper .look_item_spot:nth-child(3){
    position: absolute;
    bottom: 60%;
    left: 40%;
  }
  .loo_item_wrapper .look_item_spot:nth-child(4){
    position: absolute;
    bottom: 25%;
    left: 10%;
  }
  .look_item_content_wrapper{
    opacity: 0;
    visibality: hidden;
     pointer-events: none;
    transition: all .5s;
  }
  .look_item_spot:hover .look_item_content_wrapper{
    opacity: 1;
    visibality: visibality;
    pointer-events: all;
    
  }
  .look_item_content_wrapper {
      background: white;
      min-width: 150px;
      position: absolute;
      top: 104%;
      text-align: left;
      padding: 8px;
      border-radius: 5px;
      display: flex;
      gap: 10px;
     justify-content: space-between;
      align-items: center;
    z-index: 1
  }
  .look_item_content_arrow_icon svg{
    width: 12px;
    height: 12px
  }
  .look_item_content_wrapper .h6{
    margin: 0px;
  }

  .loo_item_wrapper .look_item_spot:nth-child(2) .look_item_content_wrapper {
    right: 0
  }
  .loo_item_wrapper .look_item_spot:nth-child(4) .look_item_content_wrapper {
    top: inherit;
    bottom: 104%;
  }

  /* model style */
  /* The Modal (background) */
.lookUp-modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  -webkit-animation-name: lookUp-fadeIn; 
  -webkit-animation-duration: 0.4s;
  animation-name: lookUp-fadeIn;
  animation-duration: 0.4s;
  z-index:3;
  justify-content: center;
    align-items: center;
    /* display: flex; */
}

/* Modal Content */

  /* Modal Content */
/* Modal Content */
.lookUp-modal-content {
  position: absolute; 
  top: 20px; 
  bottom: 20px; 
  background-color: #fefefe;
  width: 100%;
  max-width: 900px;
  margin: 0 auto; 
  animation-name: lookUp-slideIn;
  animation-duration: 0.4s;
  overflow: hidden;
  border-radius:12px
}
  .lookUp-modal-body{
    animation-name: lookUp-slideInIN;
  }

  .lookUp-modal-body,.lookup_model_left_content,.lookup_model_swiper{
    height: 100%
  }
  




/* The Close Button */
.lookUp-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.lookUp-close:hover,
.lookUp-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Add Animation */
  @keyframes lookUp-slideInIN {
  from {opacity: 0;bottom: -1px} 
  to {opacity: 1;bottom: 0}
}
@-webkit-keyframes lookUp-slideIn {
  from { opacity: 0;bottom: -1px} 
  to { opacity: 1;bottom: -1px}
}

@keyframes lookUp-slideIn {
  from { opacity: 0;bottom: -1px}
  to { opacity: 1;bottom: 0}
}

@-webkit-keyframes lookUp-fadeIn {
  from {opacity: 0;bottom: -1px} 
  to {opacity: 1;bottom: 0}
}

@keyframes lookUp-fadeIn {
  from {opacity: 0;bottom: -1px} 
  to {opacity: 1;bottom: 0}
}
  .lookup_model_left_content{
    width: 55%;
    position: relative;
  }
  .lookup_model_right_content{
    width: calc(45% -30px);
  }
  .lookUp-modal-body{
    display: flex;
    gap: 30px
  }
  .lookUp-myModal .swiper-pagination{
    top: 10px;
    right: 20px;
    height: fit-content;
    width: 60px;
    background: white;
    border-radius: 50px;
    padding: 3px;
  }

      .close_icon_wrapper {
    background-color: #eeeeee;
    border-radius:  12px;
    border: none;
    cursor: pointer;
    line-height: 0;
    padding: var(--stylitics-ui-close-padding, 10px);
    position: absolute;
    right: 20px;
    top: 8px;
    width: fit-content;
}
  .pdt_image_wrapper{
    width: 35%;
    position: relative
  }

  .pdt_content_wrapper{
    width: calc(65% - 20px);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .lookmodel_products_item_wrapper{
    list-style: none;
    padding: 0
  }
  .pdt__item{
    display: flex;
    gap: 20px;
  }
  .pdt_image_wrapper img{
      width: 100%;
      height: 100%;
      aspect-ratio: 5 / 6;
      object-fit: cover;
  }
 .lookmodel_products_item_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
  .complete__look_model_products_wrapper{
    height: 100%;
  }
  .pdt__item a{
      display: flex;
      gap: 20px;
    text-decoration:none
  }
  .lookmodel_products_item_wrapper{
    display: none
  }
  .lookmodel_products_item_wrapper.active{
    display: flex;
    overflow: auto;
    height: 100%;
  }
  .look_view_popup {
    position: absolute;
    bottom: 24px;
    left: 24px;
    min-height: 30px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background .4s ease-in-out;
      z-index: 4;
}
  .product_group_image_wrapper:hover .look_view_popup {
    background: white;
}

    .look_view_popup .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 35px;
      background-color: white;
      border-radius: 50%;
      transition: all 0.4s ease;
      overflow: hidden;
    }

    .view__content {
        white-space: nowrap;
        opacity: 0;
        transform: translateX(-20px);
        transition: opacity 0.4s ease, transform 0.4s ease;
        font-size: 16px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 10px;
    }

    .look_view_popup:hover .icon {
     
      border-top-right-radius: 0;
      border-bottom-right-radius:0
    }

    .product_group_image_wrapper:hover .look_view_popup .view__content {
      opacity: 1;
      transform: translateX(0);
       border-top-right-radius: 50px;
      border-bottom-right-radius:50px
    }
    .complete__look_model_products_wrapper_mobile_show{
      display:none
    }

  .pdt_content_wrapper .h6,.look_item_content.h6:first-child{
    margin: 0px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
  }
  .pdt_shop_button{
    max-width: fit-content;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid black;
  }
  .pdt_price_wrapper,.look_item_content h6:last-child{
     font-size: 14px;
    color: #000;
    font-weight: 500
  }
  .look_item_content_wrapper{
    text-decoration: none
  }
  #lookUp-myModal .swiper-button-prev,#lookUp-myModal .swiper-button-next{
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
  }
   #lookUp-myModal .swiper-button-prev:after,#lookUp-myModal .swiper-button-next:after{
    font-size: 18px !important;
    color: black;
    font-weight: 700;
   }
  #lookUp-myModal .swiper-pagination{
        left: initial;
    right: 15px;
    top: 15px;
    position: absolute;
    height: fit-content;
    background: #767676;
    color: white;
    padding: 8px 16px;
    max-width: 66px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
  }

.complete__look_heading.h2{
  margin: 0px;
}


    @media screen and (max-width: 750px){
      .lookup_model_left_content{
       display: none
      }
      .complete__look_model_products_wrapper_mobile_show{
        display: block;
        padding-left: 20px
      }
      .lookUp-modal-content {
          height: 80vh;
          border-radius: 12px 12px 0 0;
          top: initial;
          bottom: 0;
        }
      .lookmodel_products_item_wrapper {
          padding: 0px 20px;
      }
      .look_item_spot:hover .look_item_content_wrapper{
        opacity: 1;
        visibality: visibality;
        pointer-events: all;
      }
       .loo_item_wrapper{
          opacity: 1;
          visibility: visible
        }
      .view__content{
        opacity: 1;
      transform: translateX(0);
       border-top-right-radius: 50px;
      border-bottom-right-radius:50px
      }
      .look_view_popup{
        background: white
      }
    }
  