/* merchant-mobile-goods-image-fix-v10-9 */
@media (max-width: 768px) {
  html.goods-mobile-image-fix-active img[data-goods-mobile-fixed="1"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain !important;
    box-sizing: border-box !important;
  }

  html.goods-mobile-image-fix-active [data-goods-mobile-card-fixed="1"] {
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html.goods-mobile-image-fix-active [data-goods-mobile-wrap-fixed="1"] {
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
}
