.t-store__card__imgwrapper {
padding: 0 !important;
width: 100px;
border-radius: 35px;
}
.t-store__card__wrap_all {
padding: 40px;
display: flex;
flex-direction: column;
border-radius: 35px;
}
.store__card__wrap_txt-and-opts {
padding: 0 !important;
border-radius: 35px;
}
.t-store__card__textwrapper {
padding: 0 !important;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 35px;
}
.js-store-price-wrapper.t-store__card__price-wrapper {
text-align: center;
margin: 0 !important;
border-radius: 35px;
}
.js-product-img, .t-store__card__bgimg_second {
position: relative;
width: 100% !important;
height: 100% !important;
border-radius: 35px;
}
.t-store__card__imgwrapper:hover .js-product-img{
opacity: 1 !important;
border-radius: 35px;
}