/* Add custom CSS styles below */ 
/* Unify product card image heights */
.product-card img,
.product-item img,
.products-grid img {
    width: 100% !important;
    height: 100% !important; /* Change this number as needed */
    object-fit: cover !important;
}

/* Unify full card heights */
.product-card,
.product-item {
    height: 450px !important; /* Change this number as needed */
}
/* Style for the decorative line under category title */
.categories-title::after,
.section-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, transparent, #d4af37, transparent);
    margin: 15px auto;
    position: relative;
}

/* The circle in the middle */
.categories-title::before,
.section-title::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #d4af37;
    border-radius: 50%;
    background: white;
    margin: 10px auto;
    position: relative;
    z-index: 1;
}
 .offer_counter{
   /*margin-top: 0;*/
  margin-bottom: 50px;
}
.offer_counter h2,
.offer_counter .title {
  display: none !important;
}
.offer_counter p,
.offer_counter .description {
  display: none !important;
}