/** Shopify CDN: Minification failed

Line 61:24 Expected ":"

**/
.home-collection{
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (max-width: 768px){
  .home-collection{
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.home-collection .home-collection__wrapper{
  padding-left: 120px;
  padding-right: 120px;
  text-align: center;
}

@media (max-width: 1340px){
  .home-collection .home-collection__wrapper{
    padding-left: 25px;
    padding-right: 25px;
  }
}

.home-collection .home-collection__wrapper .section_description{
  font-size: 20px;
  margin: 0 auto;
}

.home-collection .home-collection__wrapper .home-collection__content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
    text-align: left;
}

@media (max-width: 768px){
  .home-collection .home-collection__wrapper .home-collection__content{
    margin-top: 50px;
  }
}

.home-collection .home-collection__wrapper .home-collection__content .home-collection__product{
  position: relative;
  width: calc(33.33% - 50px);
  margin-bottom: 40px;
}

.home-collection .home-collection__wrapper .home-collection__content .home-collection__product .product-badge{
  position: absolute;
  left: -10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;x
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color:  #D77D63;
  border: 1px solid #D77D63;
  border-radius: 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  top: 20px;
  z-index: 1;
  padding: 8px 12px;
}
.home-collection .home-collection__wrapper .home-collection__content .home-collection__product .home-collection__product-content{
  margin-top: 30px;
}

.home-collection .home-collection__wrapper .home-collection__content .home-collection__product .home-collection__product-content .product-button{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 175px;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 55px;
  background: #374C1E;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #feead3;
  font-weight: 600;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.home-collection .section_title{
  font-size: 40px;
  line-height: 1.2;
  color: #4B1715;
}

.home-collection .section_description{
  font-size: 25px;
}
.home-collection .product-title{
  font-size: 30px;
  color: #4B1715;
  line-height: 1.2;
}

.home-collection .product-description{
  font-size: 19px;
}

.product-description svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

@media screen and (max-width: 1200px){
  .home-collection .section_title{
    font-size: 34px;
    line-height: 1.2;
  }
  
  .home-collection .home-collection__wrapper .section_description{
    font-size: 18px;
  }
  .home-collection .product-title{
    font-size: 33px;
  }
  
  .home-collection .product-description{
    font-size: 18px;
  }
}

@media screen and (max-width: 640px){
  .home-collection .section_title{
    font-size: 25px;
    line-height: 1.2;
  }
  
  .home-collection .home-collection__wrapper .section_description{
    font-size: 16px;
  }
  .home-collection .product-title{
    font-size: 24px;
  }
  
  .home-collection .product-description{
    font-size: 16px;
  }
}

.home-collection  .home-collection__product-img{
  position: relative;
  display: inline-block;
  width: 100%;
}

.home-collection  .home-collection__product-img .responsive-image__wrapper{
  margin: 0 auto;
  width: 100%;
  height: 0px;
  padding-top: 100%;
}

.home-collection  .home-collection__product-img .responsive-image__wrapper img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}