/* .product_image{
    height: 200px;
} */

.product-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
}
.product-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.swatch {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin: 5px;
    cursor: pointer;
}
.view-product-link:hover{
    background-color: #2fab40 !important;
    /* background-color: #ab7b2f !important; */
    color: white !important;
}

@media (max-width: 600px) {
    .product-img {
        height: auto !important
    }
    .product-item h5,
    .product-item a{
        font-size: small !important
    }
    .product-item p{
        font-size: 11px !important
    }

    .product_item, .product_item p{
        font-size: 9px !important;
    }

}
