[data-msg-frete] {
  padding-top: 20px;
  padding-left: 5px;
  color: #e84c3d;
  font-size: 14px;
}

:root {
  --color-add-cart: #39ac2f;
}

.total-produtos {
  width: 100%;
  padding-top: 250px;
  padding-bottom: 55px;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .total-produtos {
    padding-top: 190px;
  }
}

@media (max-width: 767px) {
  .total-produtos {
    padding-top: 180px;
  }
}

.total-produtos .cabecalho-produtos {
  margin-bottom: 20px;
}

.total-produtos .cabecalho-produtos .esquerda {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-cor-2);
  display: flex;
  align-items: center;
}

.total-produtos .cabecalho-produtos .esquerda strong {
  font-weight: 700;
  color: var(--color-cor-2);
  margin-right: 4px;
}

.total-produtos .cabecalho-produtos .esquerda a {
  font-weight: 400;
  font-size: 16px;
  color: var(--color-cor-2);
  margin-right: 4px;
}

.total-produtos .cabecalho-produtos .esquerda a:hover {
  color: var(--color-cor-2);
}

.total-produtos .cabecalho-produtos .direita,
.total-produtos .cabecalho-produtos .direita div {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-cor-3, #404040);
}

.total-produtos .cabecalho-produtos .direita svg path {
  fill: var(--color-cor-4);
}

.total-produtos .cabecalho-produtos .direita svg path#Retângulo_1,
.total-produtos .cabecalho-produtos .direita svg path[data-name="Retângulo 1"] {
  fill: none;
}

.total-produtos .cabecalho-produtos .direita svg path#Forma_1 {
  fill: var(--color-cor-4, #73b61c);
}

.total-produtos .cabecalho-produtos .direita a svg {
  width: 20px;
  height: 20px;
}

.total-produtos .cabecalho-produtos .direita a {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all linear;
}

.total-produtos .cabecalho-produtos .direita a:hover {
  background-color: #ffffff;
  border-color: var(--color-cor-2);
}

.container-mosaico .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.container-mosaico .swiper-slide {
  width: calc(50% - 10px);
  border-radius: 12px;
  overflow: hidden;
}

.total-produtos .total-foto-produto {
  width: 562px;
  float: left;
}

#page-produto .total-produtos .gallery-thumbs .swiper-slide {
  border: none;
  outline: none;
  box-shadow: none;
}

#page-produto .total-produtos .gallery-top,
#page-produto .total-produtos .gallery-thumbs .swiper-slide img,
#page-produto .total-produtos .gallery-thumbs .swiper-slide-thumb-active img,
#page-produto .total-produtos .gallery-thumbs .swiper-slide:hover img {
  border: 1px solid var(--color-cor-5);
  border-width: 1px;
  border-color: var(--color-cor-5);
  border-radius: 16px;
  outline: none;
  box-shadow: none;
}

.total-produtos .swiper-slide {
  width: 100%;
}

.total-produtos .swiper-slide img {
  width: 100%;
  display: block;
  max-height: 560px;
  object-fit: contain;
}

.total-produtos .contorno-gallery-thumbs {
  margin-top: 12px;
  position: relative;
}

.total-produtos .gallery-thumbs .swiper-slide {
  z-index: 100;
  width: calc(20% - 16px);
  margin-right: 16px;
  height: 100%;
  border-radius: 16px;
  cursor: pointer;
}

.total-produtos .gallery-thumbs .swiper-slide img {
  width: 100%;
  display: block;
  border-radius: 16px;
  max-height: 90px;
  object-fit: contain;
}

.total-produtos .swiper-prev {
  left: 12px;
  background: url("/thumbs/100/100/imagens/seta-esquerda.svg") 0px 0px no-repeat;
}

.total-produtos .swiper-next {
  right: 12px;
  background: url("/thumbs/100/100/imagens/seta-direita.svg") 0px 0px no-repeat;
}

.total-produtos .swiper-prev,
.total-produtos .swiper-next {
  top: 50%;
  cursor: pointer;
  outline: none;
  position: absolute;
  width: 13px;
  height: 23px;
  margin-top: -9.555px;
  z-index: 99;
}

.total-produtos .swiper-button-disabled {
  opacity: 0.5;
}

.total-produtos .total-informacoes-produto {
  width: calc(100% - 562px);
  float: left;
  padding-left: 30px;
  gap: 0;
}

.total-informacoes-produto .box-info {
  background-color: #ffffff;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.total-informacoes-produto .box-info-1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.total-informacoes-produto .box-info-1 .categoria {
  margin-bottom: 0;
  padding-bottom: 0;
}

.total-informacoes-produto .box-info-2 {
  margin-top: 19px;
  padding-top: 0;
}

.total-informacoes-produto .box-info .codigo {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: var(--color-cor-3);
  display: flex;
  align-items: center;
}

.total-informacoes-produto .box-info h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 140%;
  color: var(--color-cor-2);
  display: flex;
  align-items: center;
}

.total-informacoes-produto .box-info .categoria {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-cor-3);
  display: flex;
  align-items: center;
}

.total-informacoes-produto .box-info .categoria span.italic,
.total-informacoes-produto .box-info .categoria strong {
  font-style: italic;
  font-weight: 700;
}

.total-informacoes-produto .valor,
.total-informacoes-produto .valor .valor-de,
.total-informacoes-produto .valor .valor-final {
  text-align: left;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 0;
}

.total-informacoes-produto .valor .valor-de,
.total-informacoes-produto .valor .valor-de s,
.total-informacoes-produto .valor .valor-de .label-price-old {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: line-through;
  text-decoration-line: line-through;
  color: var(--color-cor-3, #404040);
}

.total-informacoes-produto .valor .valor-final {
  color: var(--color-cor-4, #73b61c);
  font-size: 34px;
  font-weight: 700;
}

.total-informacoes-produto .valor .valor-parcelas {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-cor-3, #404040);
  margin-top: 8px;
}

.total-informacoes-produto .valor .valor-parcelas strong:first-of-type {
  font-weight: 700;
  color: var(--color-cor-3, #404040);
}

.total-informacoes-produto .valor .valor-parcelas .parcela-valor-destaque {
  font-weight: 700;
  color: var(--color-cor-4, #73b61c);
}

.total-informacoes-produto .valor {
  margin-bottom: 0;
}

.total-informacoes-produto .valor .valor-condicoes,
.total-informacoes-produto .valor .valor-condicoes p {
  font-size: 15px;
  color: #404040;
  text-align: left;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 0;
  font-style: italic;
  text-decoration: underline;
}

.total-informacoes-produto .valor .valor-condicoes p:hover {
  text-decoration: none;
}

.frete-gratis-aviso {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.total-produtos .total-informacoes-produto .quantidade,
.total-produtos .total-informacoes-produto .frete {
  width: auto;
  max-width: fit-content;
  flex: 0 0 auto;
  float: none;
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
}

.total-informacoes-produto .quantidade p,
.total-informacoes-produto .frete p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  color: var(--color-cor-3, #404040);
  margin-top: 0;
  margin-bottom: 8px;
  white-space: nowrap;
}

.total-informacoes-produto .quantidade .flex,
.total-informacoes-produto .quantidade .flex * {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  border-radius: 0;
  outline: none;
  outline-width: 0;
  box-shadow: none;
  background: transparent;
  background-color: transparent;
  overflow: hidden;
  width: fit-content;
  height: 50px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.total-informacoes-produto .quantidade .botao-menos,
.total-informacoes-produto .quantidade .botao-mais {
  height: 50px;
  width: 35px;
  background-color: var(--color-cor-2, #102a83);
  background: var(--color-cor-2, #102a83);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-sizing: border-box;
}

.total-produtos .total-informacoes-produto .quantidade .input-quantidade,
#FrmQuantidade {
  height: 50px;
  width: 50px;
  text-align: center;
  background: transparent;
  background-color: transparent;
  background-image: none;
  color: var(--color-cor-3, #404040);
  font-size: 16px;
  font-weight: 400;
  border: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-style: none;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 0;
  outline: none;
  outline-style: none;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.total-informacoes-produto .tamanho {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.total-informacoes-produto .tamanho .opcoes-itens {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}

.total-informacoes-produto .tamanho .opcoes-itens:last-child {
  margin-bottom: 0;
}

.total-informacoes-produto .tamanho .opcoes-itens strong,
.total-informacoes-produto .tamanho p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-cor-3, #404040);
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
}

.total-informacoes-produto .tamanho .opcoes-itens br {
  display: none;
}

.total-informacoes-produto .tamanho .opcoes-itens .btn-opcao-item {
  padding: 8px 24px;
  border: 1px solid #e6e7e8;
  border-radius: 8px;
  background-color: #ffffff;
  color: var(--color-cor-2, #102a83);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 8px 0;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
}

.total-informacoes-produto .tamanho .opcoes-itens .btn-opcao-item[data-selecionado="true"],
.total-informacoes-produto .tamanho .opcoes-itens .btn-opcao-item:not([data-selecionado="true"]):hover {
  background-color: var(--color-cor-2, #102a83);
  border-color: var(--color-cor-2, #102a83);
  color: #ffffff;
}

.total-informacoes-produto .frete .contorno-frete {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: auto;
  max-width: fit-content;
}

.total-informacoes-produto .frete .input-frete,
#FrmFrete {
  width: 155px;
  max-width: 155px;
  height: 50px;
  border: 1px solid var(--color-cor-5, #e6e7e8);
  border-radius: 8px;
  background-color: #ffffff;
  background: #ffffff;
  padding: 0 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-cor-3, #404040);
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}

.total-informacoes-produto .frete .input-frete::placeholder,
#FrmFrete::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-cor-3, #404040);
  opacity: 1;
}

.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart,
a.add-cart {
  width: 235px;
  height: 51px;
  border-radius: 16px;
  background-color: var(--color-cor-4, #73b61c);
  background: var(--color-cor-4, #73b61c);
  border: 1px solid var(--color-cor-4, #73b61c);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
  box-shadow: none;
}

.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart span,
a.add-cart span {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  color: #ffffff;
  text-transform: uppercase;
}

.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart svg g,
.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart svg path,
a.add-cart svg path,
a.add-cart svg g {
  fill: #ffffff;
}

.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart:hover,
a.add-cart:hover {
  background-color: #ffffff;
  background: #ffffff;
  color: var(--color-cor-4, #73b61c);
  border-color: var(--color-cor-4, #73b61c);
}

.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart:hover span,
a.add-cart:hover span {
  color: var(--color-cor-4, #73b61c);
}

.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart:hover svg g,
.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart:hover svg path,
a.add-cart:hover svg path,
a.add-cart:hover svg g {
  fill: var(--color-cor-4, #73b61c);
}

.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart svg,
a.add-cart svg {
  display: none;
}

.divisor-produto {
  width: 100%;
  max-width: 575px;
  height: 2px;
  background-color: var(--color-cor-5, #e6e7e8);
  background: #e6e7e8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.total-informacoes-produto .botoes,
#botoes-principais-produtos-compra {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.total-menus-desc {
  background-color: var(--color-cor-6, #f5f6f8);
  background: var(--color-cor-6, #f5f6f8);
  border-radius: 24px;
  padding: 32px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 32px);
  max-width: calc(100% - 32px);
  box-sizing: border-box;
}

@media (min-width: 1240px) {
  .total-menus-desc {
    width: 100%;
    max-width: 100%;
  }
}

.total-menus-desc ul {
  border-bottom: none;
  margin-bottom: 24px;
  padding: 0;
}

.total-menus-desc ul li.abas-total a,
.total-menus-desc ul li.abas-total a.menu-selecionado {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--color-cor-2, #102a83);
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.total-menus-desc ul li.abas-total a .borda,
.total-menus-desc .borda {
  width: 400px;
  max-width: 100%;
  height: 2px;
  background-color: var(--color-cor-2, #102a83);
  background: var(--color-cor-2, #102a83);
  margin-top: 8px;
  border: none;
}

.total-menus-desc .total-descricao,
.total-menus-desc .total-descricao p,
.total-menus-desc .total-descricao * {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-cor-3, #404040);
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 1023px) {
  .total-produtos .total-foto-produto {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 24px;
  }

  .total-produtos .total-informacoes-produto {
    width: 100%;
    max-width: 100%;
    float: none;
    padding-left: 0;
    box-sizing: border-box;
  }

  .total-produtos .total-informacoes-produto .box-info {
    width: 100%;
    box-sizing: border-box;
  }

  .total-produtos .total-informacoes-produto .add-cart {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.botao-frete,
input[data-calcular-frete="true"] {
  cursor: pointer;
}

@media (max-width: 640px) {
  .total-menus-desc {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    padding: 24px 20px;
  }
}
