/** Shopify CDN: Minification failed

Line 52:44 Unterminated string token
Line 64:37 Unterminated string token
Line 127:44 Unterminated string token
Line 147:44 Unterminated string token

**/
.homepage-products .card-wrapper {
  display: flex;
  margin-top: 24px;
}

.homepage-products a {
  display: block;
}

.homepage-products a img {
  max-width: 100%;
  display: block;
  border-radius: 16px 16px 0 0;
}

.card__heading a::after {
  display: none !important;
}

.homepage-products .card-wrapper .card:not(:last-of-type) {
  margin-right: 40px;
}

.homepage-products .card-wrapper .card {
  background: #FFFFFE;
  box-shadow: 0px 8px 24px rgba(150, 161, 173, 0.2);
  border-radius: 16px;
  width:31%;
}


.homepage-products .card-wrapper .card .card__inner {
  background: #FFF9F4;
  border-radius: 16px 16px 0 0;

}

.homepage-products .card-wrapper .card .card__content {
  padding: 22px;

}

.homepage-products .card-wrapper .card .custom-field--value {
  font-family: 'Archivo Narrow' sans-serif';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F45D48;

}

.homepage-products .card-wrapper .card .card__content h2 {
  font-family: 'Archivo' sans-serif';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: #F45D48;
  margin: 0;


}



.homepage-products .card-wrapper .card .card__content h3 {
  font-family: 'Archivo';
  font-style: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  margin: 0;
   display: inline-block;

}

.homepage-products .card-wrapper .card .card__content h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  color: #F45D48;
  margin: 0;
   display: inline-block;

}


.homepage-products .card-wrapper .card .card__content h5 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin: 0;
  display: inline-block;

}

.homepage-products .card-wrapper .card .card__content h6 {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin: 0;

  display: inline-block;
}

.homepage-products .card-wrapper .card .card__heading {
  font-family: 'Archivo Narrow' sans-serif';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: baseline;
  color: #001E1D;
  margin: 0;

}

.homepage-products .card-wrapper .card .card__heading span {
  font-size: 16px;
  margin-left: 8px;


}

.homepage-products .card-wrapper .card .card__description {
  font-family: 'Archivo Narrow' sans-serif';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3D4040;
}






.homepage-products .card-wrapper .card .button.button--primary {
  font-size: 20px;
  white-space: nowrap;
  padding: 20px 70px;
  box-shadow: none;
margin-left: 1px;
   margin-top: 25px;
  

   
  
  
}





/*

.homepage-products .card-wrapper .card .button.button--primary1 {
  font-size: 14px;
  white-space: nowrap;
  padding: 18px 40px;
  box-shadow: none;
  background-color: transparent;
  color: #F45D48;
margin-left: 55px;
  margin-top: 10px;

}

*/




.homepage-products .card-wrapper .card .product-price span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2C6E49;
}

@media (max-width: 767px) {
  
  .homepage-products .card-wrapper {
    flex-direction: column;
  }
  
  .homepage-products .card-wrapper .card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .card__information {
    text-align: center;

    
    
    
  }
  
  .homepage-products .card-wrapper .card .product-price span {
    margin-top: 15px;
  }
  
  .homepage-products .card-wrapper .card .card__heading {
    display: block;
    text-align: center;
  }
  
  .homepage-products .card-wrapper .card .card__heading span {
    margin-left: 0;
  }
  
  
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .homepage-products .card-wrapper .card {
    width: 44%;
  }
  .homepage-products .card-wrapper {
    flex-wrap: wrap;
  }
  .d-flex {
    gap: 10px;
  }
}