.product__card-image{background-color:var(--card-bg);box-shadow:0 4px 16.7px #94949440;height:339px;overflow:hidden;position:relative;transition:all .3s ease-in-out;width:100%}.card__item-wrapper:hover .product__card-image{box-shadow:0 4px 16.7px #4a240670;transition:all .3s ease-in-out}.product__card-image:after{background:linear-gradient(90deg,#fff 0,#fff0);background:linear-gradient(90deg,#fff0 0,#ffffff4d);content:"";display:block;height:100%;left:-75%;position:absolute;top:0;transform:skew(-25deg);width:100%;width:50%;z-index:2}.card__item-wrapper:hover .product__card-image:after{animation:shine 1s}@keyframes shine{to{left:125%}}.product__card-image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease-in-out;width:100%}.product__card-title{padding:24px 20px;text-align:center}.product__title{color:var(--primery-color);display:inline-block;font-family:var(--roboto-font);font-size:16px;font-weight:var(--font-regular);line-height:18.75px;text-decoration:underline;transition:all .3s ease-in-out}.card__item-wrapper:hover .product__title{color:var(--secondary-color);transition:all .3s ease-in-out}
