html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  outline: none !important;
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  max-width: 100vw;

  margin: 0;
  padding: 0;

  /* Reset para aguardar carregamento das alterações */
  opacity: 0;

  overflow-x: hidden;
  overflow-y: visible;
  line-height: 1.2em;
  letter-spacing: normal;

  font-weight: 400;
  max-width: 100%;

  position: relative;

  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: colorBasescale;
  text-rendering: optimizeLegibility;
}
.pagina-produto #corpo .conteiner .secao-principal .produto .abas-custom p:nth-child(2){
	background-color: transparent !important;
	padding: 0 !important;
}

.pagina-carrinho.carrinho-checkout .fancybox-desktop .fancybox-inner{
    width: 313px;
    height: auto !important;
    overflow: visible !important;
}   
.pagina-carrinho.carrinho-checkout .fancybox-desktop .fancybox-inner h5{
    white-space: normal !important;
    word-break: keep-all !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    -webkit-white-space: normal !important;   
}