/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 61:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .recetly-viewed{
    padding: 30px 0px;
  }
    .recently-title h2 {
      font-size: 24px;
      color: #000 !important;
    }
    .recently-title h2 b{
      color: #000 !important;
    }

    .c-product {
      cursor: pointer;
      text-align: center;
    }

  .card-img-top{
    overflow: hidden;
  }
  .c-product img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .c-product:hover img {
    transform: scale(1.2);
    
  }

    .c-product p.c-productPrice {
      line-height: 1.5;
      color: #000;
    }

    .c-product h3.c-product__title {
      font-size: 18px;
      font-weight: 600;
      padding-bottom: 10px;
    }

    .c-product h3.c-product__title a {
      color: black;
      text-decoration: none;
    }

    a.c-product__url {
      position: relative;
    }
  </style>