/** Shopify CDN: Minification failed

Line 15:0 Unexpected "<"
Line 30:0 Unexpected "<"

**/
/* 
    Add here your own custom css styles
*/

/* fix for ultra wide monitors for hover effect  featured products */
.product-item .card .product-item-img {
    width: 100%;
}
<style>
  .btn-kr-rojo {
    background-color: #e30c18 !important;
    color: white !important;
    border: 2px solid #e30c18 !important;
    border-radius: 9999px;
    font-weight: bold;
    transition: all 0.3s ease;
  }

  .btn-kr-rojo:hover {
    background-color: white !important;
    color: #e30c18 !important;
    border: 2px solid #e30c18 !important;
  }
</style>
