/* COMPARALO_HERO_PARRILLAS_HUASO_V3_BALANCE */
.cmp-parrillas-hero-v2{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate;

  /* Centro vertical real del bloque de texto */
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;

  padding-right:clamp(170px,24vw,330px) !important;
  min-height:220px !important;
}

.cmp-parrillas-hero-v2 > *:not(.cmp-parrillas-hero-art-v2){
  position:relative;
  z-index:2;
}

/* El huaso baja un poco de protagonismo en desktop */
.cmp-parrillas-hero-art-v2{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:absolute !important;
  z-index:10 !important;
  right:clamp(10px,2.5vw,38px) !important;
  bottom:-8px !important;
  width:clamp(155px,18.5vw,255px) !important;
  height:auto !important;
  max-width:39% !important;
  max-height:94% !important;
  object-fit:contain !important;
  object-position:right bottom !important;
  pointer-events:none !important;
  user-select:none !important;
  -webkit-user-drag:none !important;
  filter:drop-shadow(0 8px 18px rgba(49,39,28,.12));
}

@media(max-width:900px){
  .cmp-parrillas-hero-v2{
    padding-right:185px !important;
    min-height:205px !important;
  }
  .cmp-parrillas-hero-art-v2{
    width:172px !important;
    right:8px !important;
    bottom:-4px !important;
    max-width:36% !important;
  }
}

@media(max-width:620px){
  .cmp-parrillas-hero-v2{
    padding-right:108px !important;
    min-height:174px !important;
  }
  .cmp-parrillas-hero-art-v2{
    width:108px !important;
    right:-2px !important;
    bottom:0 !important;
    max-width:32% !important;
    filter:drop-shadow(0 5px 12px rgba(49,39,28,.10));
  }
}

@media(max-width:390px){
  .cmp-parrillas-hero-v2{
    padding-right:92px !important;
    min-height:164px !important;
  }
  .cmp-parrillas-hero-art-v2{
    width:92px !important;
    right:-4px !important;
  }
}
