/** Shopify CDN: Minification failed

Line 58:0 Unexpected "}"

**/
/* === custom-banner.css - Forçar banner sem cortes (substitua todo o arquivo por este bloco) === */

/* --- 1) Garantir que containers não imponham altura fixa --- */
[id^="shopify-section-"][id*="image_banner"],
[id^="shopify-section-"][id*="hero"],
.image-banner,
.banner,
.banner__media,
.image-banner__media,
.hero__image,
.section--image-banner {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

/* --- 2) Para imagens <img> dentro do banner (força mostrar inteira) --- */
[id^="shopify-section-"][id*="image_banner"] img,
.image-banner img,
.banner__media img,
.image-banner__media img,
.hero__image img,
.section--image-banner img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  display: block !important;
  object-fit: contain !important;        /* mostra toda a imagem sem cortar */
  object-position: center center !important;
}

/* --- 3) Caso o tema use background-image no container --- */
[id^="shopify-section-"][id*="image_banner"],
.image-banner,
.banner {
  background-size: contain !important;   /* mostra inteira */
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* --- 4) Ajuste estético (cor de fundo caso sobre espaço) --- */
[id^="shopify-section-"][id*="image_banner"] .banner,
.image-banner,
.banner {
  background-color: #ffffff !important;
}

/* --- 5) se preferir "preencher e cortar" (opção alternativa) --- */
/* Troque 'contain' por 'cover' nas regras acima para preencher sempre */


}
