﻿.productStyle {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px -4px rgba(1, 1, 1, 0.6);
    padding: 20px;
    margin-bottom: 30px;
    height: 460px;
}

    .productStyle:hover {
        box-shadow: 0px 5px 9px 0px #a4a0a0;
        animation-duration: 5s;
    }

.setBoxShadow {
    -webkit-box-shadow: 0px 0px 30px -15px rgba(1, 1, 1, 0.6);
    box-shadow: 0px 0px 30px -15px rgba(1, 1, 1, 0.6);
}
@media (min-width:320px) {
    .productStyle {
        height: 450px;
    }
}

@media (min-width:481px) {
    .productStyle {
        height: 600px;
    }
}

@media (min-width:641px) {
    .productStyle {
        height: 390px;
    }
}

@media (min-width:961px) {
    .productStyle {
        height: 320px;
    }
}

@media (min-width:1025px) {
    .productStyle {
        height: 430px;
    }
}

@media (min-width:1281px) {
    .productStyle {
        height: 430px;
    }
}
