/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 38:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-banner {
    position: relative;
    text-align: center;
    color: white;
  }

  .custom-banner img {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
  }

  .desktop-banner { display: block; }
  .mobile-banner { display: none; }

  @media (max-width: 768px) {
    .desktop-banner { display: none; }
    .mobile-banner { display: block; }
  }
</style>