/* v5.1.49 — mobile product card image enlargement
   Less empty grey area in product cards: the product photo/canvas is scaled
   up while keeping contain behavior so bulbs are not cropped. */
@media (max-width: 782px) {
  body.vlg-theme ul.products li.product.vlg-product-card .vlg-card-image-wrap,
  body.vlg-theme .vlg-products-grid .vlg-product-card .vlg-card-image-wrap,
  body.vlg-theme .vlg-shop-products .vlg-product-card .vlg-card-image-wrap,
  body.vlg-theme .vlg-home-product-section .vlg-product-card .vlg-card-image-wrap,
  body.vlg-theme .related.products .vlg-product-card .vlg-card-image-wrap,
  body.vlg-theme .upsells.products .vlg-product-card .vlg-card-image-wrap {
    padding: 6px !important;
    min-height: 0 !important;
    aspect-ratio: 1 / .96 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  body.vlg-theme ul.products li.product.vlg-product-card .vlg-card-image-wrap img,
  body.vlg-theme .vlg-products-grid .vlg-product-card .vlg-card-image-wrap img,
  body.vlg-theme .vlg-shop-products .vlg-product-card .vlg-card-image-wrap img,
  body.vlg-theme .vlg-home-product-section .vlg-product-card .vlg-card-image-wrap img,
  body.vlg-theme .related.products .vlg-product-card .vlg-card-image-wrap img,
  body.vlg-theme .upsells.products .vlg-product-card .vlg-card-image-wrap img,
  body.vlg-theme ul.products li.product.vlg-product-card .vlg-card-image-wrap .wp-post-image,
  body.vlg-theme .vlg-products-grid .vlg-product-card .vlg-card-image-wrap .wp-post-image,
  body.vlg-theme .vlg-shop-products .vlg-product-card .vlg-card-image-wrap .wp-post-image,
  body.vlg-theme .vlg-home-product-section .vlg-product-card .vlg-card-image-wrap .wp-post-image {
    width: 94% !important;
    height: 94% !important;
    max-width: 94% !important;
    max-height: 94% !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: auto !important;
    transform: none !important;
  }

  body.vlg-theme ul.products li.product.vlg-product-card .vlg-card-image-wrap .valgusallikad-energiasildid-label-wrap,
  body.vlg-theme .vlg-products-grid .vlg-product-card .vlg-card-image-wrap .valgusallikad-energiasildid-label-wrap,
  body.vlg-theme .vlg-shop-products .vlg-product-card .vlg-card-image-wrap .valgusallikad-energiasildid-label-wrap,
  body.vlg-theme .vlg-home-product-section .vlg-product-card .vlg-card-image-wrap .valgusallikad-energiasildid-label-wrap {
    right: 8px !important;
    bottom: 8px !important;
  }
}

@media (max-width: 420px) {
  body.vlg-theme ul.products li.product.vlg-product-card .vlg-card-image-wrap,
  body.vlg-theme .vlg-products-grid .vlg-product-card .vlg-card-image-wrap,
  body.vlg-theme .vlg-shop-products .vlg-product-card .vlg-card-image-wrap,
  body.vlg-theme .vlg-home-product-section .vlg-product-card .vlg-card-image-wrap {
    padding: 4px !important;
  }

  body.vlg-theme ul.products li.product.vlg-product-card .vlg-card-image-wrap img,
  body.vlg-theme .vlg-products-grid .vlg-product-card .vlg-card-image-wrap img,
  body.vlg-theme .vlg-shop-products .vlg-product-card .vlg-card-image-wrap img,
  body.vlg-theme .vlg-home-product-section .vlg-product-card .vlg-card-image-wrap img {
    width: 96% !important;
    height: 96% !important;
    max-width: 96% !important;
    max-height: 96% !important;
  }
}
