/* ===== DESKTOP ===== */
@media screen and (min-width: 641px) {

  .t-store__card__imgwrapper {
    border-radius: 40px !important;
    overflow: hidden !important;
  }

  .t-store__card__imgwrapper img {
    border-radius: 40px !important;
    display: block;
  }
}


/* ===== MOBILE ===== */
@media screen and (max-width: 640px) {

  .t-store__card__imgwrapper {
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  .t-store__card__imgwrapper img {
    border-radius: 20px !important;
  }
}
