/*-----------------------------------------*/
/*PRODUCT TEMPLATE CSS*/
/*-----------------------------------------*/




/*Explore by Category Section- highlight the active category*/
/* Tables */
.category-tables .categories-grid .tables-link svg path {
  fill: #C5A76D;
}

/* Seating */
.category-seating .categories-grid .seating-link svg path {
  fill: #C5A76D;
}

/* Storage */
.category-storage .categories-grid .storage-link svg path {
  fill: #C5A76D;
}

/* Bedding */
.category-bedding .categories-grid .bedding-link svg path {
  fill: #C5A76D;
}

/* Hover effect for all category cards */
.categories-grid .category-grid-card:hover svg path {
  fill: #C5A76D;
}
.categories-grid .category-grid-card svg path {
  transition: fill 0.25s ease;
}

/* category cards styling */
.category-grid-card .elementor-icon {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-grid-card {
    color: black;
    padding: 20px;
    background: red;
}


/*-----------------------------------------*/
/*END OF PRODUCT TEMPLATE CSS*/
/*-----------------------------------------*/