@import url('/assets/rifinha-premium-ui-base.css');

/* Correção final: desktop/notebook mostra a foto inteira do prêmio. Mobile permanece intacto. */
@media (min-width:761px){
  html body #publicView.premium-public article.premium-hero.product-photo div.premium-hero-main div#prizeCarousel.premium-prize{
    min-height:560px!important;
    background:#fff!important;
    overflow:hidden!important;
  }
  html body #publicView.premium-public article.premium-hero.product-photo div.premium-hero-main div#prizeCarousel.premium-prize::before,
  html body #publicView.premium-public article.premium-hero.product-photo div.premium-hero-main div#prizeCarousel.premium-prize::after{
    display:none!important;
    content:none!important;
  }
  html body #publicView.premium-public article.premium-hero.product-photo div.premium-hero-main div#prizeCarousel.premium-prize > img.carousel-slide.prize-image,
  html body #publicView.premium-public article.premium-hero.product-photo div.premium-hero-main div#prizeCarousel.premium-prize > img.carousel-slide.prize-image.active{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    margin:0!important;
    padding:24px!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
    border-radius:22px!important;
    background:#fff!important;
    filter:none!important;
  }
}
