.lvdSecaoLojaVendedor {
  background: #ffffff;
  border-top: 10px solid #f5f6f8;
  border-bottom: 1px solid #eef1f4;
  padding: 12px 14px;
}

.lvdBlocoLojaVendedor {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
}

.lvdTopoLojaVendedor {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 12px;
  align-items: center;
}

.lvdLogoLojaVendedor,
.lvdLogoModalLoja,
.chmLogoChatLoja {
  border: 1px solid #e8edf3;
  border-radius: 999px;
  background: #ffffff;
  object-fit: cover;
}

.lvdLogoLojaVendedor {
  width: 52px;
  height: 52px;
}

.lvdInfoLojaVendedor {
  min-width: 0;
}

.lvdLinhaNomeLoja {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.lvdNomeLojaVendedor {
  color: #101828;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}

.lvdSeloVerificadoLoja {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #1d8cf8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.lvdSeloVerificadoLoja svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.lvdTextoVendidosLoja {
  margin-top: 3px;
  color: #65758b;
  font-size: 12px;
  line-height: 1.2;
}

.lvdBotaoVisitarLoja {
  min-width: 70px;
  height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  background: #f3f6f9;
  color: #101828;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lvdBodyModalAberto {
  overflow: hidden;
}

.lvdCamadaModal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(17, 24, 39, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.lvdCamadaModal.lvdModalAberto {
  opacity: 1;
  pointer-events: auto;
}

.lvdFolhaModal {
  width: 100%;
  max-width: 430px;
  max-height: 88vh;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -18px 40px rgba(15, 23, 42, 0.18);
  transform: translateY(104%);
  transition: transform 0.24s ease;
  overflow: hidden;
}

.lvdCamadaModal.lvdModalAberto .lvdFolhaModal {
  transform: translateY(0);
}

.lvdHandleModal {
  width: 38px;
  height: 4px;
  margin: 7px auto 5px;
  border-radius: 999px;
  background: #d9e0e8;
}

.lvdCabecalhoModal,
.chmCabecalhoChat {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 12px 10px;
  border-bottom: 1px solid #eef1f4;
}

.lvdCabecalhoModal h2 {
  flex: 1;
  color: #111827;
  font-size: 17px;
  font-weight: 700;
}

.lvdBotaoFecharModal {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lvdBotaoFecharModal svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
}

.lvdConteudoModalLoja {
  padding: 14px 12px 18px;
  overflow-y: auto;
  max-height: calc(88vh - 62px);
}

.lvdResumoModalLoja {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lvdLogoModalLoja {
  width: 50px;
  height: 50px;
}

.lvdNomeModalLoja {
  color: #101828;
  font-size: 16px;
  font-weight: 700;
}

.lvdLinhaNotaModalLoja {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #334155;
  font-size: 13px;
}

.lvdEstrelaModalLoja {
  color: #ff9f0a;
  font-size: 14px;
}

.lvdTextoPositivasModalLoja {
  color: #19c37d;
  font-weight: 700;
}

.lvdGridMetricasModalLoja {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.lvdCardMetricaModalLoja {
  min-height: 96px;
  border-radius: 8px;
  background: #f7f9fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.lvdIconeMetricaLoja {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lvdIconeMetricaLoja svg,
.lvdIconeGarantiaModalLoja svg,
.crtIconeCarrinhoVazio svg,
.chmBotaoEnviarChat svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lvdIconeMetricaLoja svg {
  width: 17px;
  height: 17px;
}

.lvdIconeMetricaRosa {
  background: #ffe7f0;
  color: #ff3d73;
}

.lvdIconeMetricaAmarelo {
  background: #fff4cf;
  color: #ffac0a;
}

.lvdIconeMetricaVerde {
  background: #dffbea;
  color: #16b96f;
}

.lvdCardMetricaModalLoja strong {
  color: #111827;
  font-size: 17px;
  font-weight: 700;
}

.lvdCardMetricaModalLoja span:last-child {
  color: #667085;
  font-size: 12px;
}

.lvdBlocoTextoModalLoja,
.lvdBlocoGarantiasModalLoja {
  margin-top: 20px;
}

.lvdBlocoTextoModalLoja h3,
.lvdBlocoGarantiasModalLoja h3 {
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 9px;
}

.lvdBlocoTextoModalLoja p {
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

.lvdItemGarantiaModalLoja {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eef1f4;
}

.lvdItemGarantiaModalLoja:last-child {
  border-bottom: none;
}

.lvdIconeGarantiaModalLoja {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lvdIconeGarantiaModalLoja svg {
  width: 19px;
  height: 19px;
}

.lvdItemGarantiaModalLoja div strong {
  display: block;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.lvdItemGarantiaModalLoja div span {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 12px;
}

.crtFolhaCarrinho {
  min-height: 365px;
}

.crtConteudoCarrinhoVazio {
  padding: 34px 14px 18px;
  text-align: center;
}

.crtIconeCarrinhoVazio {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: #f1f5f9;
  color: #a7b3c3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crtIconeCarrinhoVazio svg {
  width: 31px;
  height: 31px;
}

.crtConteudoCarrinhoVazio h3 {
  color: #111827;
  font-size: 17px;
  font-weight: 700;
}

.crtConteudoCarrinhoVazio p {
  margin-top: 7px;
  color: #667085;
  font-size: 14px;
}

.crtBotaoFinalizarCarrinho {
  width: 100%;
  height: 48px;
  margin-top: 52px;
  border-radius: 10px;
  background: #ff3b66;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.crtRodapeSeguroCarrinho {
  display: block;
  margin-top: 10px;
  color: #667085;
  font-size: 12px;
}

.chmFolhaChat {
  height: min(82vh, 680px);
  display: flex;
  flex-direction: column;
}

.chmCabecalhoChat {
  gap: 10px;
  padding-top: 0;
}

.chmLogoChatLoja {
  width: 42px;
  height: 42px;
}

.chmInfoChatLoja {
  flex: 1;
  min-width: 0;
}

.chmInfoChatLoja h2 {
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.chmInfoChatLoja span {
  color: #19c37d;
  font-size: 12px;
  font-weight: 700;
}

.chmMensagensChat {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.chmMensagemChat {
  max-width: 84%;
  border-radius: 14px;
  padding: 10px 12px;
  color: #253044;
  font-size: 13px;
  line-height: 1.38;
  animation: chmEntradaMensagem 0.18s ease;
}

.chmMensagemAssistente {
  align-self: flex-start;
  background: #f1f5f9;
  border-top-left-radius: 6px;
}

.chmMensagemUsuario {
  align-self: flex-end;
  background: #ff3b66;
  color: #ffffff;
  border-top-right-radius: 6px;
}

.chmPerguntasWrap {
  padding: 8px 16px 10px;
  border-top: 1px solid #eef1f4;
}

.chmPerguntasWrap > span {
  display: block;
  margin-bottom: 8px;
  color: #667085;
  font-size: 11px;
}

.chmPerguntasFrequentes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chmPerguntasFrequentes button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #d8e0ea;
  border-radius: 999px;
  background: #ffffff;
  color: #243247;
  font-size: 12px;
}

.chmFormularioChat {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
  padding: 10px 16px;
  border-top: 1px solid #eef1f4;
  background: #ffffff;
}

.chmFormularioChat input {
  min-width: 0;
  height: 38px;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  background: #f3f6f9;
  color: #111827;
  padding: 0 14px;
  outline: none;
  font-size: 13px;
}

.chmFormularioChat input::placeholder {
  color: #7b8798;
}

.chmBotaoEnviarChat {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #ff3b66;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chmBotaoEnviarChat svg {
  width: 21px;
  height: 21px;
}

@keyframes chmEntradaMensagem {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 640px) {
  .lvdSecaoLojaVendedor {
    padding-left: 18px;
    padding-right: 18px;
  }
}
