/* =========================
   MOBILE ONLY FIXES
   ========================= */
@media only screen and (max-width: 768px) {

  /* Hide footer on mobile */
  footer,
  .site-footer,
  #footer {
    display: none !important;
  }

  /* Move Zoho SalesIQ chat */
  #zsiq_float {
    bottom: auto !important;
    top: 80px !important;
    right: 10px !important;
    z-index: 9999 !important;
  }

  /* Mobile login link MUST be above overlays */
  .mobile-login {
    position: fixed !important;
    top: 18px !important;
    right: 56px !important;
    z-index: 10001 !important;
    pointer-events: auto !important;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    background: transparent;
  }

  /* Kill any invisible overlay stealing taps */
  header * {
    pointer-events: auto;
  }

  /* Prevent bottom UI clipping */
  body {
    padding-bottom: 96px !important;
  }

}
.theme-product-list-style-17 .theme-product-box-content .theme-product-image-area picture img, .theme-product-list-style-16 .theme-product-box-content .theme-product-image-area picture img,
.theme-product-details-style-10 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-image-container .theme-product-detail-image-inner picture img {
 object-fit:contain; 
}

