.product-item {
    text-align: center;
    padding: 20px;
}

.product-item img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.product-slider .slick-prev, .product-slider .slick-next {
    background-color: #000;
    color: #fff;
}
