.product {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.product-title {
    background-color: var(--main-color);
    padding: 30px;
}

.product-title a {
    color: var(--white-color);
}

.product-image {
    border: 1px solid #dfdede;
    margin-top: 10px;
}

.product-image img,
.material-image img,
.product-image{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}