/* Local override (not CDN): mosaic on desktop, Swiper slider on mobile viewports. */
@media (max-width: 768px) {
  section.hybrid-image-detail-form:not(.hybird-mobile-image-detail-form) {
    display: none !important;
  }

  section.hybird-mobile-image-detail-form {
    display: block !important;
  }

  .hybird-mobile-image-detail-form .hybrid-detail-gallery-swiper {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
  }

  .hybird-mobile-image-detail-form .hybrid-detail-gallery-slide {
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 16px !important;
    cursor: pointer;
  }

  .hybird-mobile-image-detail-form .swiper-pagination {
    bottom: 12px !important;
  }

  .hybird-mobile-image-detail-form .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.7;
  }

  .hybird-mobile-image-detail-form .swiper-pagination-bullet-active {
    background: #0b8bee;
    opacity: 1;
  }
}

@media (min-width: 769px) {
  section.hybird-mobile-image-detail-form {
    display: none !important;
  }
}
