/** Shopify CDN: Minification failed

Line 38:2 Unexpected "{"
Line 38:3 Expected identifier but found "%"
Line 38:40 Unexpected "{"
Line 38:41 Expected identifier but found "%"

**/
.product-wrappers{
  display: flex;
  overflow-x: auto;
  gap: 10px;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
    scrollbar-width: none;
}
.video-section{
width:100%;
height:450px;
}
.video-section video{
width:100%;
height:100%;
border-radius:0;
padding:1px;
object-fit:cover;
object-position:center top;
}
.product-card{
  width:min-content;
  position:relative;
  min-width: 275px;
  height:500px;
  flex: 0 0 auto;
  padding: 0.1rem;
  background: #fff;
  display: flex;
  {% comment %} flex-direction: column; {% endcomment %}
  position: relative;
    flex-wrap: wrap;
}
.content-section{
display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: absolute;
    bottom: 0%;
    padding: 1rem;
    margin-bottom: 0;
    border-radius: 12px;
}
.product-card img{
  width: 100%;
  height: auto;
}

.add-to-cart-btn{
  margin-top: 10px;
    padding: 8px;
    cursor: pointer;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: .8em;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #a185c8;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-family: poppins;
}  .product-card a{
  width:13%;
}

.shopify-product-form{
width:100%;
}
.product-card .price{
    
    position: absolute;
    left: 78px;
    font-size: 12px !important;
    font-family: poppins;
    font-weight: 600;
    /* margin: 35px auto; */
    bottom: 51px;
  }
.product-card a img{
width:60px;
height:60px;
object-fit:cover;
object-position:center top;
border-radius:6px;
}
.product-card h3{
       width: 80%;
    line-height: 15px;
    margin: 0px;
    text-align: left; 
    padding-left: 38px;
    font-size: 11px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
}
/* .tab-content{
  overflow:scroll;
  scroll-behavior:smooth;
  scrollbar-width:none;

} */
 .product-card-wrappers{
  width:300px;
  height:350px;
 }
 .image-section img{
  width:200px;
  height:200px;
  object-fit:cover;
  object-position:center top;
  border-radius:12px;
 }
 .product-info .price{
  display: flex;
    font-size: 13px;
    font-weight: 600;
    font-family: poppins;
    flex-direction: row;
    margin: 0px 0px;
 }
 .product-info .full-unstyled-link{
 font-size: 12px;
    font-family: poppins;
    font-weight: 600;
    line-height: 13px;
    /* white-space: nowrap; */
    margin: 0px;
    padding: 0px;
    height:40px;
    color: #c86d6a;
 }