/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 37:0 Unexpected "<"

**/
<style>
  @media screen and (min-width: 769px) and (max-width: 1500px) {
    
    /* 1. Force the main container to stop being so tall */
    content-row-aqthivkivtmjpnkhiraigenblock510bc4ebqukfw {
      height: auto !important;
      min-height: 400px !important;
    }

    /* 2. OVERRIDE THE JAVASCRIPT: Reset the height calculation */
    .ai-content-row-column-aqthivkivtmjpnkhiraigenblock510bc4ebqukfw {
      min-height: 0 !important;
      height: auto !important;
      padding-bottom: 40px !important; /* This is your safety gap at the bottom */
    }

    /* 3. Shrink the massive 400px padding from your settings */
    .ai-content-row-container-aqthivkivtmjpnkhiraigenblock510bc4ebqukfw {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
    }

    /* 4. Ensure the content inside stays visible */
    .ai-content-row-column-content-aqthivkivtmjpnkhiraigenblock510bc4ebqukfw {
      position: relative !important;
      opacity: 1 !important;
      visibility: visible !important;
      height: auto !important;
    }
  }
</style>
/* Hide mobile banner on desktop */
#shopify-section-template--25493987197220__1776868671f5cd94de {
  display: none !important;
}

/* On mobile: show mobile banner, hide desktop banner */
@media (max-width: 767px) {
  #shopify-section-template--25493987197220__1776868671f5cd94de {
    display: block !important;
  }
  #shopify-section-slideshow-1 {
    display: none !important;
  }
}
