.cppCamadaCompartilharProduto {
  position: fixed;
  inset: 0;
  z-index: 4000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.cppCamadaCompartilharProduto.cppCompartilharAberto {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cppFundoCompartilharProduto {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}

.cppSheetCompartilharProduto {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 28px 28px 0 0;
  padding: 14px 14px 30px;
  transform: translateY(100%);
  transition: transform 0.28s ease;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.18);
}

.cppCamadaCompartilharProduto.cppCompartilharAberto .cppSheetCompartilharProduto {
  transform: translateY(0);
}

.cppCabecalhoCompartilharProduto {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-bottom: 12px;
}

.cppTituloCompartilharProduto {
  font-size: 17px;
  font-weight: 800;
  color: #111111;
}

.cppBotaoFecharCompartilhar {
  position: absolute;
  top: 50%;
  right: 0;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}

.cppIconeFecharCompartilharSvg {
  width: 28px;
  height: 28px;
}

.cppListaAcoesCompartilharProduto {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 10px;
}

.cppItemAcaoCompartilharProduto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: transparent;
  border: none;
  text-align: center;
  min-width: 0;
}

.cppBolhaIconeCompartilhar {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  overflow: hidden;
}

.cppBolhaWhatsappCompartilhar {
  background: #25d366;
}

.cppBolhaCopiarCompartilhar {
  background: #1f6fff;
}

.cppBolhaFacebookCompartilhar {
  background: #1877f2;
}

.cppBolhaInstagramCompartilhar {
  background: #ffffff;
}

.cppBolhaSmsCompartilhar {
  background: #3b82f6;
}

.cppBolhaEmailCompartilhar {
  background: #64748b;
}

.cppBolhaMaisCompartilhar {
  background: #3c3c3c;
}

.cppIconeAcaoCompartilharSvg {
  width: 31px;
  height: 31px;
}

.cppTextoAcaoCompartilharProduto {
  font-size: 13px;
  line-height: 1.2;
  color: #232323;
  max-width: 84px;
  word-break: break-word;
}

.cppToastCopiadoProduto {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.cppToastCopiadoProduto.cppToastCopiadoVisivel {
  opacity: 1;
  visibility: visible;
}

.cppToastCopiadoConteudo {
  min-width: 170px;
  min-height: 170px;
  padding: 22px 20px;
  border-radius: 28px;
  background: rgba(46, 46, 46, 0.94);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.cppToastCopiadoIcone {
  width: 44px;
  height: 44px;
}

.cppToastCopiadoTexto {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

body.cppTravaRolagemCompartilhar {
  overflow: hidden;
}

@media (max-width: 640px) {
  .cppSheetCompartilharProduto {
    padding: 10px 12px 26px;
    border-radius: 24px 24px 0 0;
  }

  .cppCabecalhoCompartilharProduto {
    min-height: 52px;
    margin-bottom: 10px;
  }

  .cppTituloCompartilharProduto {
    font-size: 16px;
  }

  .cppBotaoFecharCompartilhar {
    width: 40px;
    height: 40px;
  }

  .cppIconeFecharCompartilharSvg {
    width: 26px;
    height: 26px;
  }

  .cppListaAcoesCompartilharProduto {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 8px;
  }

  .cppBolhaIconeCompartilhar {
    width: 58px;
    height: 58px;
  }

  .cppIconeAcaoCompartilharSvg {
    width: 29px;
    height: 29px;
  }

  .cppTextoAcaoCompartilharProduto {
    font-size: 12px;
    max-width: 76px;
  }

  .cppToastCopiadoConteudo {
    min-width: 156px;
    min-height: 156px;
    border-radius: 24px;
    gap: 14px;
  }

  .cppToastCopiadoTexto {
    font-size: 16px;
  }
}
.cppBolhaFacebookCompartilhar {
  background: #1877f2;
  color: #1877f2;
}
.cppIconeAcaoCompartilharSvg {
  width: 26px;
  height: 26px;
}
.cppBolhaInstagramCompartilhar {
  background: transparent;
}.cppIconeAcaoCompartilharSvg {
  width: 30px;
  height: 30px;
}
.cppBolhaInstagramCompartilhar {
  background: transparent;
}

.cppIconeInstagramCompartilharSvg {
  width: 62px;
  height: 62px;
  display: block;
}
.cppListaAcoesCompartilharProduto {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.cppListaAcoesCompartilharProduto::-webkit-scrollbar {
  display: none;
}
.cppItemAcaoCompartilharProduto {
  flex: 0 0 78px;
  width: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: transparent;
  border: none;
  text-align: center;
}

