/* v5.1.33 — product image source + visual crop fix */

body.vlg-theme.single-product .vlg-mobile-featured-image,
body.vlg-theme.single-product .vlg-mobile-featured-image__link {
  box-sizing: border-box !important;
  overflow: hidden !important;
}

body.vlg-theme.single-product .vlg-mobile-featured-image__img,
body.vlg-theme.single-product .vlg-mobile-featured-image img {
  flex: 0 1 auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

body.vlg-theme.single-product .vlg-mobile-featured-image__img.vlg-autocropped-image {
  width: auto !important;
  height: auto !important;
  max-width: 96% !important;
  max-height: 96% !important;
}

@media (min-width: 783px) {
  body.vlg-theme.single-product .vlg-mobile-featured-image {
    min-height: 480px !important;
  }

  body.vlg-theme.single-product .vlg-mobile-featured-image__img,
  body.vlg-theme.single-product .vlg-mobile-featured-image img {
    max-width: min(92%, 720px) !important;
    max-height: 455px !important;
  }
}

@media (max-width: 782px) {
  html body.vlg-theme.single-product .vlg-product-gallery-card {
    padding: 6px !important;
    margin-bottom: 8px !important;
  }

  html body.vlg-theme.single-product .vlg-mobile-featured-image {
    aspect-ratio: 1 / .70 !important;
    min-height: 188px !important;
    max-height: 270px !important;
    padding: 4px !important;
    background: #fff !important;
  }

  html body.vlg-theme.single-product .vlg-mobile-featured-image__link {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html body.vlg-theme.single-product .vlg-mobile-featured-image__img,
  html body.vlg-theme.single-product .vlg-mobile-featured-image img {
    width: auto !important;
    height: auto !important;
    max-width: 96% !important;
    max-height: 250px !important;
    margin: auto !important;
  }

  html body.vlg-theme.single-product .vlg-single-image-energy {
    right: 6px !important;
    bottom: 6px !important;
    transform: scale(.52) !important;
  }

  html body.vlg-theme.single-product .product_title,
  html body.vlg-theme.single-product div.product .product_title {
    font-size: clamp(17px, 5.05vw, 23px) !important;
    line-height: 1.15 !important;
  }

  html body.vlg-theme.single-product .vlg-product-summary-card,
  html body.vlg-theme.single-product div.product .summary {
    padding-bottom: 18px !important;
  }

  html body.vlg-theme.single-product .vlg-product-buybox,
  html body.vlg-theme.single-product #vlg-product-buybox {
    margin-bottom: calc(var(--vlg-mobile-appbar-h, 78px) + 28px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 390px) {
  html body.vlg-theme.single-product .vlg-mobile-featured-image {
    min-height: 178px !important;
    max-height: 240px !important;
    aspect-ratio: 1 / .68 !important;
  }

  html body.vlg-theme.single-product .vlg-mobile-featured-image__img,
  html body.vlg-theme.single-product .vlg-mobile-featured-image img {
    max-height: 222px !important;
  }
}
