/* @import url(../../custom-search-bars/css/search-bars.css); */

/* Latest Products Display Styles */
/* .latest-products-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
} */

.product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-card-link:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* ? Responsive styles */

/* break point */

/* ? Mobile styles here ***/
@media (max-width: 768px) {

    /* .latest-products-container {
        grid-template-columns: repeat(2, 1fr);
    } */

}


/* ?Tablet styles here */
@media (min-width: 768px) and (max-width: 1023px) {}



/* ? Desktop styles here ***/
@media (min-width: 1200px) {}