
/* Corrección visual final del encabezado */
*{
  box-sizing:border-box;
}
body{
  margin:0;
}
.site-header{
  width:100%;
  max-width:100vw;
}
.site-header > *{
  min-width:0;
}
.site-header .brand img{
  object-fit:contain!important;
}
.hero-slider,
.hero-slide,
.hero-slide-inner,
.home-collections,
.section{
  max-width:100%;
}
@media(min-width:981px){
  .site-header{
    overflow:visible;
  }
}
