/* === HOTFIX: remover shape/overlay que invade a página do produto === */
body.template-product .main-content,
body.template-product main,
body.template-product #MainContent,
body.template-product .shopify-section {
  position: relative;
}

body.template-product .main-content::before,
body.template-product .main-content::after,
body.template-product main::before,
body.template-product main::after,
body.template-product #MainContent::before,
body.template-product #MainContent::after,
body.template-product .shopify-section::before,
body.template-product .shopify-section::after {
  content: none !important;
  display: none !important;
}

/* Garante seu agendamento acima de qualquer “shape” */
.agendamento-container-principal,
.agendamento-container-principal * {
  position: relative;
  z-index: 5;
}

/* Evita vazamento lateral de elementos gigantes */
body.template-product {
  overflow-x: hidden;
}
