@charset "utf-8";

.product-card01-img {
    overflow: hidden;
}

.product-card01-img > img {
    transition: .3s;
}

.product-card01-link:hover .product-card01-img > img {
    transform: scale(1.1);
}