/* V22 SAFE CORRECTIONS — built from stable V20, not from broken V21 */
html,body{max-width:100%;overflow-x:hidden}
/* Keep premium width, but never stretch cards vertically like V21 did */
.wrap{width:min(1220px,calc(100% - 48px));margin-inline:auto}
#produtos .prod-grid{align-items:start!important;grid-auto-rows:auto!important}
#produtos .pc{height:auto!important;display:flex!important;flex-direction:column!important}
#produtos .pc-media{height:auto!important;min-height:0!important;aspect-ratio:1/1!important;overflow:hidden!important}
#produtos .pc-media img,#produtos .pc-media video{width:100%!important;height:100%!important;object-fit:cover!important;padding:0!important}
#produtos .pc-body{display:flex!important;flex-direction:column!important;min-height:220px!important}
#produtos .pc-btn{margin-top:auto!important}
/* Detox Stop block: full media card, no huge empty beige box */
#detox-stop .ds-grid{width:min(1180px,calc(100% - 52px))!important;gap:48px!important}
#detox-stop .ds-media{overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:520px!important;background:#f2eadf!important}
#detox-stop .ds-media video,#detox-stop .ds-media img{width:100%!important;height:100%!important;object-fit:cover!important;padding:0!important;background:transparent!important}
#detox-stop .ds-media video+img{display:none!important}
/* Method/action video strip: avoid over-cropped or giant cards */
#protocolo-acao .vid-carousel{width:min(1320px,calc(100% - 40px))!important;margin-inline:auto!important;gap:18px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}
#protocolo-acao .vid-card{flex:0 0 clamp(180px,13vw,228px)!important;max-width:228px!important;min-width:180px!important;scroll-snap-align:center!important;overflow:hidden!important;border-radius:20px!important}
#protocolo-acao .vid-card video,#protocolo-acao .vid-card img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
/* Before/after: automatic carousel look, without changing page grid system */
#antes-depois .v19-gallery{display:flex!important;gap:18px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;width:min(1100px,100%)!important;margin-inline:auto!important;padding-bottom:8px!important;scrollbar-width:none!important}
#antes-depois .v19-gallery::-webkit-scrollbar{display:none!important}
#antes-depois .v19-gallery-card{flex:0 0 clamp(240px,24vw,300px)!important;min-width:240px!important;aspect-ratio:4/3!important;scroll-snap-align:center!important;overflow:hidden!important}
#antes-depois .v19-gallery-card img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
#antes-depois .v19-disclaimer{width:min(1100px,100%)!important}
/* Video proof: if video is unavailable, poster remains visible rather than black/blank */
.v22-video-fallback{position:relative!important;background:#17120d!important}
.v22-video-fallback video{display:none!important}
.v22-video-fallback::after{content:'Vídeo oficial';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--ff-h,Georgia,serif);font-size:clamp(1.3rem,2.2vw,2rem);color:rgba(245,240,232,.70);background:linear-gradient(145deg,rgba(13,10,7,.70),rgba(13,10,7,.92))}
.v22-video-fallback img.v22-poster{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:.62!important}
/* Creme Sublime Lush: brighter premium PDP and correct media */
body:has(link[href*="creme-sublime-lush"]){background:#f6efe5}
body .premium-gallery-slide img[src*="creme-sublime-lush"]{object-fit:cover!important;padding:0!important;background:#f6efe5!important}
body .premium-gallery-slide video[poster*="creme-sublime-lush"]{object-fit:cover!important;background:#f6efe5!important}
/* Hide any empty media placeholders in testimonial videos instead of creating white columns */
.dep-vid-card video:not([src]){background:#17120d}
@media(max-width:900px){
  .wrap{width:min(100% - 32px,760px)!important}
  #detox-stop .ds-grid{grid-template-columns:1fr!important;width:min(100% - 32px,680px)!important}
  #detox-stop .ds-media{min-height:360px!important}
  #produtos .pc-body{min-height:0!important}
  #antes-depois .v19-gallery-card{flex-basis:78vw!important;min-width:78vw!important}
}
