/* SUMMER STRANDS — CART IMAGE FIX */
.cart-item__media,
.cart-item__image-container,
.cart-item__image-wrapper {
width: 120px !important;
height: 120px !important;
flex: 0 0 120px !important;
}
.cart-item__media img,
.cart-item__image-container img,
.cart-item__image-wrapper img,
.cart-item img {
width: 120px !important;
height: 120px !important;
max-width: 120px !important;
max-height: 120px !important;
object-fit: contain !important;
object-position: center !important;
}