/** Shopify CDN: Minification failed

Line 104:25 Unterminated string token
Line 108:0 Unexpected "}"
Line 117:2 Expected identifier but found "."
Line 117:25 Unterminated string token
Line 127:0 Unexpected "}"

**/
.latest-product-heading{
  padding: 20px 0px 40px 0px;
  width:fit-content;
}
.latest-product-border{
  border-bottom: 2px solid #BFA692;
  display: block;
  margin: 20px 0px;
  width: 10%;
}
.latest-product-collection{
  display: flex;
  flex-direction: row;
  column-gap:20px;
  row-gap:50px;
}
.latest-product-boxs{
  width:100%;
  max-width:25%;
}
.latest-product-compare-price{
 color:#A2A092 !important;
 font-size:14px;
}
.latest-sold-out{
  color: #fff;
  background: #BFA692;
  border-radius: 10px !important
}
.tags-positions{
  position:absolute;
  top:10px;
  left:10px;
}
.new-tag{
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 10px;
  border-radius: 10px !important;
  text-align: center;
  background: #A2A092;
  color: #fff;
}
.add-custom-button{
  display:flex;
  gap:10px;
  align-items:center;
}
.card-wrapper:hover .card-box{
  opacity:1;
}
.card-box{
  z-index:99999 !important;
  position: absolute;
  right: 11px;
  top: -55px;
  opacity:0;
  transition:all .6s;
}
.quick-add__submit.custom-add-to-cart{
  border: none;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #BFA692 !important;
  padding: 5px 20px;
}
.wish-list-box{
  position: absolute;
  top: 45px;
  right: 10px;
  opacity: 0;
  transition: all .6s;
}
.card-wrapper:hover .wish-list-box{
  opacity:1;
}
.card .card__inner .card__media{
  transition: all .6s;
  border-radius: 20px !important;
}
.card-wrapper:hover .card .card__inner .card__media{
   box-shadow: 1px 0px 15px 0px grey;
   border-radius: 20px !important;
}
.card-wrapper .color-scheme-2{
  --gradient-background: #transparent !important;
}
@media only screen and (min-width:990px){
  .latest-product-title{
    font-size:22px;
    color:#2E2E2E;
  }
  .latest-product-price"{
    color:#2E2E2E;
    font-size:18px !important;
  }
}
@media only screen and (max-width:990px){
  .latest-product-heading{
    padding: 20px 0px 20px 0px;
  }
   .latest-product-title{
    font-size:16px !important;
    color:#2E2E2E;
  }
  .latest-product-price"{
    color:#2E2E2E;
    font-size:14px;
  }
  .latest-slide{
    margin:0px 10px;
  }
  .latest-collection-slider.mobile-view.slick-initialized.slick-slider{
    margin:0px;
  }
}