/* BHS-CMS mobil ürün ana görsel full genişlik v1.9.18 */

@media (max-width: 900px) {
  .bhs-product-detail {
    width: 100% !important;
    max-width: 100% !important;
  }

  .bhs-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .bhs-product-main-image-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: var(--bhs-product-main-ratio, auto) !important;
    overflow: hidden !important;
    background: #fff !important;
    line-height: 0 !important;
  }

  .bhs-product-main-image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .bhs-gallery-arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .bhs-product-thumbs {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 520px) {
  .bhs-product-main-image-wrap,
  .bhs-product-main-image {
    min-height: 0 !important;
    height: auto !important;
  }
}
