/** Shopify CDN: Minification failed

Line 65:10 Unexpected "{"
Line 65:19 Expected ":"
Line 68:18 Unexpected "{"
Line 68:27 Expected ":"
Line 68:34 Unexpected "{"
Line 69:18 Expected identifier but found whitespace
Line 69:20 Unexpected "{"
Line 69:29 Expected ":"
Line 69:55 Expected ":"
Line 70:21 Expected identifier but found whitespace
... and 3 more hidden warnings

**/


/* CSS from section stylesheet tags */
.tab-buttons {

  display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    margin-bottom: 4.8rem;
    /* justify-content: center; */
  overflow-x: auto;
}

.tab-button {
  background: none;
    border: none;
    padding: .5rem 1rem;
    cursor: pointer;
    font-weight: 500;
    border-radius: 100px;
    transition: .2s;
    padding: 6px 16px;
    letter-spacing: 1.17px;
    text-transform: uppercase;
    color: #4e4e50;
    font-size: 13px;
      white-space: nowrap;
    box-sizing: border-box;
}
.collection_list_outer {
  overflow: hidden;
  max-width: fit-content;
    margin-inline: a;
    margin: auto;
}
.tab-button.active {

  border: 1px solid #4e4e50 !important;
  color: white !important;
    background-color: #464648 !important;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.section-{{ section.id }}-padding .swiper {
  padding-bottom: 2rem;
}
#shopify-section-{{ section.id }} {
    --padding-top: {{ section.settings.padding_top }}px;
    --padding-bottom: {{ section.settings.padding_bottom }}px;
  }
  .lookbook-image img {
    width: 100%;
  }
  .product-swiper-wrapper {
    position: absolute;
    width: 250px;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    padding: 25px;
    background-color: white;
  }
  .shop-look-wrapper {
    position: relative;
  }
  
  @media (max-width:768px) {
    .lookbook-image img{
      height: auto;
      display: block;
    }
    .shop-look-wrapper {
        flex-direction: column;
  }
    .product-swiper-wrapper {
      position: static;
    transform: unset;
    width: 100%;
    }
    .product-swiper-wrapper {
        position: fixed;
    width: 100%;
    z-index: 2;
    height: 85vh;
    bottom: 0;
    left: 0;
    max-height: 85vh;
    min-height: 80vh;
    top: unset;
    right: unset;
    overflow: auto;
    transform: translateY(100%);
              padding-block: 0;
              transition: .3s all ease;
    }
     .product-swiper-wrapper .products-swiper {
       padding-top: 120px;
        padding-bottom: 150px;

     }
    .product-swiper-wrapper.active {
      transform: translateY(0);
      
    }
    .popup_cross {
          display: flex;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: bold;
    background: rgb(228, 216, 206);
      top: 30px;
      cursor: pointer;
    }
    
  }