/** Shopify CDN: Minification failed

Line 13:0 Unexpected "<"
Line 47:0 Unexpected "<"
Line 78:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bannerusa (INDEX:9) */
<style>
  .banner-memorial {
    width: 100%;
    margin: 0 auto;
  }

  .banner-memorial__image {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Oculta ambas por defecto */
  .banner-desktop,
  .banner-mobile {
    display: none;
  }

  /* Muestra solo en desktop (≥768px) */
  @media (min-width: 768px) {
    .banner-desktop {
      display: block;
    }
  }

  /* Muestra solo en mobile (<768px) */
  @media (max-width: 767px) {
    .banner-mobile {
      display: block;
    }
  }
  .shopify-section--header {
  height: 100% !important;
}
</style>
/* END_SECTION:bannerusa */

/* START_SECTION:image-banner-home-responsive (INDEX:45) */
<style>
  .section-banner-responsive {
    width: 100%;
  }

  .banner-link img {
    width: 100%;
    height: auto;
    display: none;
  }

  .banner-link .banner-desktop {
    display: block;
  }

  .banner-link .banner-mobile {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .banner-link .banner-desktop {
      display: none;
    }
    .banner-link .banner-mobile {
      display: block;
    }
  }
</style>
/* END_SECTION:image-banner-home-responsive */