/* Remove o Fancybox que está sobrando no checkout */
.pagina-carrinho .fancybox-wrap,
.pagina-carrinho .fancybox-overlay {
    display: none !important;
}

/* Destrava a página após o Fancybox abrir */
html.fancybox-lock,
html.fancybox-lock body,
body.fancybox-lock {
    overflow: visible !important;
    height: auto !important;
}

/* Mantém a rolagem vertical funcionando no checkout */
html,
body.pagina-carrinho {
    overflow-y: auto !important;
    height: auto !important;
    touch-action: pan-y !important;
}