@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Lato:wght@300;400;700;900&display=swap");

/* ==========================================================================
   MALU AROMAS - CSS oficial
   ========================================================================== */

/* 00. Container fluido global - sobrescreve 940px fixo do Bootstrap 2 da LI */

.conteiner,
.container {
  width: 100% !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}
header .conteiner,
header .container,
#cabecalho .conteiner,
#cabecalho .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 01. Base, header, busca e componentes globais */

:root {
  --cor-principal: #c4846a;
  --cor-botao: #c4846a;
  --cor-secundaria: #3d2b1f;
  --ff: "Lora", Georgia, serif;
}
body {
  background-color: #faf7f4 !important;
  color: #3d2b1f !important;
  font-family: "Lora", Georgia, serif !important;
}

html body *,
html body *::before,
html body *::after {
  font-family: inherit !important;
}

body,
button,
input,
select,
textarea {
  font-family: "Lora", Georgia, serif !important;
}

body *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-family: "Lora", Georgia, serif !important;
}

.g_ #barraNewsletter .componente .newsletter-assinar:after {
  font-family: "Lora", Georgia, serif !important;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "FontAwesome" !important;
}
[class^="icon-"]::before,
[class^="icon-"]::after,
[class*=" icon-"]::before,
[class*=" icon-"]::after {
  font-family: "FontAwesome" !important;
}
/* Breadcrumb separators via CSS sem Font Awesome */
.breadcrumbs li:not(:last-child)::after {
  content: " / " !important;
  color: #c4846a !important;
  margin: 0 4px !important;
}
/* Limpa qualquer símbolo parasita */
.breadcrumbs li::before,
.breadcrumbs li:before {
  display: none !important;
  content: "" !important;
}
.breadcrumbs [class^="icon-"],
.breadcrumbs [class*=" icon-"],
.breadcrumb [class^="icon-"],
.breadcrumb [class*=" icon-"] {
  display: none !important;
}

/* Font Awesome - carregando a mesma fonte que a produção usa */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.fa,
[class^="icon-"],
[class*=" icon-"] {
  font-family: "FontAwesome" !important;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: "Lora", serif !important;
  color: #3d2b1f !important;
}
html body h1 *,
html body h2 *,
html body h3 *,
html body h4 *,
html body h5 *,
html body h6 * {
  font-family: inherit !important;
}
a {
  color: #c4846a !important;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #a86e56 !important;
}
::selection {
  background-color: #c4846a !important;
  color: #ffffff !important;
}
::-moz-selection {
  background-color: #c4846a !important;
  color: #ffffff !important;
}
header {
  background-color: #ffffff !important;
  border-bottom: 1px solid #ede8e3 !important;
  box-shadow: 0 2px 12px rgba(61, 43, 31, 0.07) !important;
}
header nav a,
.menu-categorias a,
ul.menu-categorias > li > a,
nav.principal a {
  font-family: "Lora", Georgia, serif !important;
  font-weight: 700 !important;
  color: #3d2b1f !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.4px;
  transition: color 0.2s !important;
}
header nav a:hover,
.menu-categorias a:hover,
ul.menu-categorias > li > a:hover,
ul.menu-categorias > li:hover > a {
  color: #c4846a !important;
  background-color: transparent !important;
}
.numero-carrinho,
[class*="numero-carrinho"],
.quantidade-carrinho {
  background-color: #c4846a !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  font-weight: 700 !important;
}
#search-form .btn,
#search-form button,
form[action="/buscar"] button {
  background: transparent !important;
  border: none !important;
  color: #c4846a !important;
}
#search-form input[type="text"],
form[action="/buscar"] input[type="text"] {
  border: 1px solid #ede8e3 !important;
  border-radius: 50px !important;
  padding: 8px 16px !important;
  background: #faf7f4 !important;
  color: #3d2b1f !important;
  font-family: "Lora", Georgia, serif !important;
}
.btn-primario,
.btn-comprar,
[class*="btn-comprar"],
.adicionar-carrinho,
button.btn-carrinho {
  background-color: #c4846a !important;
  border: 2px solid #c4846a !important;
  color: #ffffff !important;
  font-family: "Lora", Georgia, serif !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  padding: 10px 24px !important;
  transition: all 0.2s !important;
}
.btn-primario:hover,
.btn-comprar:hover,
[class*="btn-comprar"]:hover {
  background-color: #a86e56 !important;
  border-color: #a86e56 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 132, 106, 0.35) !important;
}
.listagem-item,
li.span4,
li.span3,
li.span6 {
  background: #fffdf9 !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease !important;
  border: 1px solid #eee5dc !important;
  padding: 10px !important;
  box-shadow: 0 8px 24px rgba(61, 43, 31, 0.08) !important;
}
.listagem-item:hover,
li.span4:hover,
li.span3:hover,
li.span6:hover {
  box-shadow: 0 20px 48px rgba(61, 43, 31, 0.15) !important;
  transform: translateY(-5px) !important;
  border-color: rgba(196, 132, 106, 0.5) !important;
}
.listagem-item .imagem-produto {
  position: relative !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  background: #f5ede8 !important;
}
.listagem-item .imagem-produto a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.listagem-item .imagem-produto img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 24px !important;
  transition:
    transform 0.35s ease,
    filter 0.35s ease !important;
}
.listagem-item:hover .imagem-produto img {
  transform: scale(1.045) !important;
  filter: saturate(1.03) contrast(1.02) !important;
}
.listagem-item .info-produto {
  position: relative !important;
  min-height: initial !important;
  text-align: center !important;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(196, 132, 106, 0.11),
      transparent 38%
    ),
    #fffdf9 !important;
}
.nome-produto,
.nome-produto a {
  display: block !important;
  min-height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font-family: "Lora", Georgia, serif !important;
  color: #3d2b1f !important;
  font-size: clamp(18px, 1.65vw, 24px) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
}
.nome-produto a:hover {
  color: #a86e56 !important;
}
.preco-produto {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 10px 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1.1 !important;
}
.preco-produto .preco,
.preco-produto .preco-promocional,
.preco-produto .preco-a-partir,
.preco-produto strong,
.preco-por,
.preco-atual {
  color: #3d2b1f !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: clamp(22px, 2.2vw, 32px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}
.preco-de,
.preco-cheio,
.preco-venda,
.preco-promocional-riscado,
del {
  display: inline-flex !important;
  align-items: center !important;
  color: #9f9189 !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: clamp(13px, 1.15vw, 17px) !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
  opacity: 0.85 !important;
  margin: 0 !important;
}
.bandeiras-produto {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  pointer-events: none !important;
}
.bandeira-desconto,
.bandeira-promocao,
[class*="bandeira-desc"],
.tag-desconto {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 80px !important;
  min-height: 36px !important;
  padding: 9px 15px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #d99d8f, #c4846a) !important;
  color: #ffffff !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.03em !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: 0 8px 22px rgba(196, 132, 106, 0.28) !important;
}
.adicionado-carrinho,
.bandeira-carrinho,
[class*="adicionado"] {
  background-color: #2d7a4f !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 5px 11px !important;
  border: none !important;
}
.vitrine h2,
.destaques-titulo,
[class*="titulo-vitrine"],
h2 {
  font-family: "Lora", serif !important;
  color: #3d2b1f !important;
  font-size: 26px !important;
  font-weight: 600 !important;
}
.componente.newsletter {
  background: linear-gradient(135deg, #f5ede8, #ede8e3) !important;
  border-radius: 20px !important;
  border: none !important;
}
.componente.newsletter .titulo {
  font-family: "Lora", serif !important;
  color: #3d2b1f !important;
}
.componente.newsletter .btn,
.componente.newsletter button {
  background-color: #c4846a !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
}
.institucional.fundo-secundario {
  background-color: #3d2b1f !important;
}
.fundo-secundario {
  background-color: #3d2b1f !important;
}
#rodape *,
.institucional.fundo-secundario * {
  color: #faf7f4 !important;
}
#rodape a,
.institucional.fundo-secundario a {
  color: #d4c4b8 !important;
  transition: color 0.2s !important;
}
#rodape a:hover,
.institucional.fundo-secundario a:hover {
  color: #c4846a !important;
}
#rodape h5,
.institucional.fundo-secundario h5 {
  font-family: "Lora", serif !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#g_social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15) !important;
  transition: background 0.2s !important;
}
#g_social a:hover {
  background: #c4846a !important;
}
.pague-com,
.rodape-pague,
[class*="pague-com"] {
  background-color: rgba(255, 255, 255, 0.06) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 16px !important;
}
.pague-com .titulo,
.rodape-pague .titulo {
  color: #faf7f4 !important;
  font-family: "Lora", serif !important;
}
.bandeiras-pagamento li i,
.bandeiras-pagamento li [class*="icon"] {
  filter: brightness(0) invert(1) !important;
  opacity: 0.85;
}
.metodo-pagamento,
[class*="metodo-pag"],
.i-pix,
.i-boleto,
[class*="boleto"],
[class*="pix"] {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
.selos {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
  padding: 16px !important;
}
.rodape-inferior,
.copyright,
[class*="rodape-inferior"] {
  background-color: #2a1d14 !important;
  color: rgba(250, 247, 244, 0.5) !important;
  font-size: 12px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.rodape-inferior a,
.copyright a {
  color: rgba(250, 247, 244, 0.5) !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
select,
textarea {
  border: 1px solid #ede8e3 !important;
  border-radius: 8px !important;
  font-family: "Lora", Georgia, serif !important;
  color: #3d2b1f !important;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #c4846a !important;
  box-shadow: 0 0 0 3px rgba(196, 132, 106, 0.18) !important;
  outline: none !important;
}
.breadcrumb a,
.breadcrumb li {
  color: #c4846a !important;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #faf7f4;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
}
li.produto-adicionado,
.listagem-item.produto-adicionado,
li.produto-adicionado.span4,
li.produto-adicionado.span3 {
  background-color: #ffffff !important;
}
.produto-adicionado .adicionado-carrinho,
.adicionado-carrinho {
  background-color: #2d7a4f !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 10px !important;
  position: relative !important;
  z-index: 10 !important;
}
.bandeira-desconto,
.tag-desconto,
[class*="bandeira-desc"] {
  background-color: #c4846a !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 10px !important;
}
::-webkit-scrollbar-thumb {
  background: #c4846a !important;
}
.fundo-principal {
  background-color: #c4846a !important;
  color: #ffffff !important;
}
.bandeira-promocao.fundo-principal,
span.fundo-principal,
[class*="bandeira"].fundo-principal {
  background-color: #c4846a !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  padding: 3px 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}
.pagamento-selos {
  background-color: #2a1d14 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 24px 0 !important;
}
.pagamento-selos .titulo,
.pagamento-selos .cor-secundaria {
  color: rgba(250, 247, 244, 0.6) !important;
  font-size: 12px !important;
  font-family: "Lora", Georgia, serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pagamento-selos .bandeiras-pagamento li,
.pagamento-selos .selos {
  opacity: 0.85;
}
.pagamento-selos .metodos-pagamento,
.pagamento-selos [class*="metodo"],
.pagamento-selos [class*="boleto"],
.pagamento-selos [class*="pix"] {
  background: rgba(255, 255, 255, 0.08) !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 8px 16px !important;
}
.copyright-rodape,
[class*="copyright"] {
  background-color: #2a1d14 !important;
  color: rgba(250, 247, 244, 0.4) !important;
  font-size: 11px !important;
}
#g_social ul li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
  transition: all 0.2s !important;
}
#g_social ul li a:hover {
  background: #c4846a !important;
  border-color: #c4846a !important;
}
#g_social .icon-instagram {
  font-size: 22px !important;
  color: #ffffff !important;
}
#search-form form,
#search-form > div {
  display: flex !important;
  align-items: center !important;
  background: #f5ede8 !important;
  border-radius: 50px !important;
  border: 1.5px solid #d4c4b8 !important;
  overflow: hidden !important;
  height: 40px !important;
  transition:
    border-color 0.2s,
    box-shadow 0.2s !important;
}
#search-form form:focus-within,
#search-form > div:focus-within {
  border-color: #c4846a !important;
  box-shadow: 0 0 0 3px rgba(196, 132, 106, 0.15) !important;
}
#search-form input[type="text"],
#search-form .ui-autocomplete-input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 16px 0 18px !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 14px !important;
  color: #3d2b1f !important;
  height: 40px !important;
  flex: 1 !important;
  min-width: 180px !important;
  width: 100% !important;
}
#search-form input::placeholder {
  color: #b0a099 !important;
  font-size: 13px !important;
}
#search-form .botao-busca,
#search-form button {
  background-color: #c4846a !important;
  border: none !important;
  border-radius: 0 50px 50px 0 !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  color: #ffffff !important;
  font-size: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}
#search-form .botao-busca:hover,
#search-form button:hover {
  background-color: #a86e56 !important;
}
#search-form .botao-busca::before,
#search-form button::before,
#search-form .icon-search::before {
  color: #ffffff !important;
  font-size: 16px !important;
}
input[name="q"],
form[action="/buscar"] input[type="text"],
#search-form input[type="text"] {
  border-radius: 50px !important;
  border: 1.5px solid #d4c4b8 !important;
  padding: 9px 18px 9px 18px !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 14px !important;
  color: #3d2b1f !important;
  background-color: #faf7f4 !important;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    width 0.2s !important;
  min-width: 220px !important;
}
input[name="q"]:focus,
form[action="/buscar"] input[type="text"]:focus {
  border-color: #c4846a !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(196, 132, 106, 0.15) !important;
  outline: none !important;
}
input[name="q"]::placeholder {
  color: #b0a099 !important;
  font-style: italic;
}
.botao-busca.botao-input,
.botao-busca.icon-search {
  background-color: #c4846a !important;
  color: #ffffff !important;
  border-radius: 0 50px 50px 0 !important;
  border: none !important;
  padding: 9px 16px !important;
  margin-left: -2px !important;
  transition: background-color 0.2s !important;
}
.botao-busca.botao-input:hover,
.botao-busca.icon-search:hover {
  background-color: #a86e56 !important;
}
#search-form form,
form[action="/buscar"] {
  display: flex !important;
  align-items: center !important;
}
#search-form input,
form[action="/buscar"] input[name="q"] {
  border-right: none !important;
  border-radius: 50px 0 0 50px !important;
}

/* 02. Rodape e sub-rodape */

#rodape {
  background-color: #f4ede4 !important;
}
#rodape .institucional.fundo-secundario {
  background-color: #f4ede4 !important;
}
#rodape > div:last-child {
  border-top: none !important;
}
#rodape .institucional,
#rodape .institucional * {
  color: #5c4030 !important;
}
#rodape .institucional h5,
#rodape .institucional .titulo,
#rodape .institucional [class*="titulo"] {
  color: #3d2b1f !important;
}
#rodape .institucional a,
#rodape a {
  color: #6b4c35 !important;
}
#rodape .institucional a:hover,
#rodape a:hover {
  color: #3d2b1f !important;
}
#rodape .pagamento-selos .titulo,
#rodape .pagamento-selos .cor-secundaria,
#rodape .pagamento-selos > .conteiner span:not(.icone-pagamento) {
  color: #3d2b1f !important;
}
#rodape .pagamento-selos .bandeiras-pagamento li {
  background-color: #ffffff !important;
  border-radius: 5px !important;
  padding: 2px 4px !important;
  margin-right: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#rodape .icone-pagamento {
  background-color: transparent !important;
  padding: 0 !important;
}
#rodape .pagamento-selos .pagamento .col-md-3 {
  background-color: #ffffff !important;
  border-radius: 6px !important;
  padding: 6px 12px !important;
  margin-right: 8px !important;
  margin-top: 4px !important;
  border: 1px solid rgba(61, 43, 31, 0.12) !important;
  display: inline-flex !important;
  align-items: center !important;
}
#rodape .selos,
#rodape .pagamento-selos .selos {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
#rodape .selos .titulo,
#rodape .pagamento-selos .selos .titulo {
  color: #3d2b1f !important;
}
#rodape > div:last-child .conteiner,
#rodape > div:last-child .row-fluid,
#rodape > div:last-child div,
#rodape > div:last-child p,
#rodape > div:last-child span {
  color: #6b4c35 !important;
}
#rodape > div:last-child a {
  color: #6b4c35 !important;
  opacity: 1 !important;
}
#rodape > div:last-child svg path,
#rodape > div:last-child svg rect,
#rodape > div:last-child svg g {
  fill: #6b4c35 !important;
}
#rodape > div:last-child {
  background-color: #f4ede4 !important;
}
#rodape > div:last-child[style] {
  background-color: #f4ede4 !important;
}
#rodape > div:last-child,
#rodape > div:last-child[style] {
  border: none !important;
  border-top: none !important;
  border-top-color: #f4ede4 !important;
  border-top-width: 0 !important;
  border-top-style: none !important;
  outline: none !important;
}
#rodape .pagamento-selos {
  border: none !important;
  border-top: none !important;
  background-color: #f4ede4 !important;
}
#rodape hr {
  display: none !important;
}

/* 03. Patches consolidados de menu, banners e botoes */

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff !important;
}
.botao-comprar-ajax,
a.botao-comprar-ajax {
  background-color: #c4846a !important;
  border-color: #c4846a !important;
  color: #ffffff !important;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease !important;
}
.botao-comprar-ajax:hover,
a.botao-comprar-ajax:hover {
  background-color: #a8694f !important;
  border-color: #a8694f !important;
  color: #ffffff !important;
}
.list-inline .dropdown .dropdown-menu > li > a:hover,
.list-inline .dropdown .dropdown-menu > li > a:focus,
header .dropdown .dropdown-menu > li > a:hover,
header .dropdown .dropdown-menu > li > a:focus {
  background-color: #c4846a !important;
  color: #ffffff !important;
}
.list-inline .dropdown .dropdown-menu,
header .dropdown .dropdown-menu {
  border-radius: 6px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
.list-inline .dropdown .dropdown-menu > li > a,
header .dropdown .dropdown-menu > li > a {
  padding: 9px 18px !important;
  transition:
    background-color 0.18s ease,
    color 0.18s ease !important;
}
.titulo-categoria {
  font-family: "Lora", serif !important;
  font-size: 1.65rem !important;
  font-weight: 700 !important;
  color: #3d2b1f !important;
  letter-spacing: 0.04em !important;
  padding: 0 0 10px 0 !important;
  margin-bottom: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  position: relative !important;
  border: none !important;
  background: transparent !important;
}
.titulo-categoria::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(
    90deg,
    #c4846a 0%,
    rgba(196, 132, 106, 0.2) 60%,
    transparent 100%
  ) !important;
  border-radius: 2px !important;
}
.banner.mini-banner,
.banner.mini-banner .modulo,
.banner.mini-banner .flexslider,
.banner.mini-banner .flex-viewport,
.banner.mini-banner .slides,
.banner.mini-banner .slides li {
  overflow: visible !important;
}
.mini-banner .modulo a {
  display: block !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid transparent !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #3d2b1f 0%, #c4846a 30%, #f4c9a0 50%, #c4846a 70%, #3d2b1f 100%) border-box !important;
  box-shadow: 0 12px 36px rgba(196, 132, 106, 0.5) !important;
}
.mini-banner .modulo a img {
  transition: transform 0.35s ease !important;
  will-change: transform !important;
  display: block !important;
  border-radius: 0 !important;
  width: 100% !important;
}
.mini-banner .modulo a:hover img {
  transform: scale(1.06) !important;
}
.mini-banner label {
  left: 20px !important;
  right: auto !important;
  transform: none !important;
  text-align: left !important;
  color: #3d2b1f !important;
  text-shadow:
    0 1px 3px rgba(255, 255, 255, 0.9),
    0 0 12px rgba(255, 255, 255, 0.7) !important;
  letter-spacing: 0.08em !important;
  font-weight: 700 !important;
}
header .menu.superior .nivel-um > li > a strong.titulo,
header nav a strong.titulo,
.menu.superior strong.titulo.cor-secundaria {
  font-family: "Lora", serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-shadow: none !important;
}

@media (max-width: 767px) {
  header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  header .container,
  header .conteiner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
  }
  header .row-flex,
  header .row-flex.justify-content-between {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100% !important;
    gap: 8px !important;
  }
  .menu-trigger.menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    padding: 8px !important;
    margin: 0 !important;
  }
  header .col-auto:last-child {
    display: none !important;
  }
  .menu.superior {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 80% !important;
    max-width: 320px !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: #ffffff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    transition: left 0.3s ease !important;
    padding: 80px 0 20px !important;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.12) !important;
  }
  .menu.superior.menu-visible-desktop {
    left: 0 !important;
  }
  .menu.superior .nivel-um {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .menu.superior .nivel-um > li {
    border-bottom: 1px solid rgba(196, 132, 106, 0.15) !important;
    display: block !important;
  }
  .menu.superior .nivel-um > li:last-child {
    border-bottom: none !important;
  }
  .menu.superior .nivel-um > li > a {
    display: flex !important;
    align-items: center !important;
    padding: 16px 24px !important;
    text-decoration: none !important;
  }
  .menu.superior .nivel-um > li > a strong.titulo {
    font-family: "Lora", serif !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #3d2b1f !important;
    transition: color 0.2s !important;
  }
  .menu.superior .nivel-um > li > a:hover strong.titulo,
  .menu.superior .nivel-um > li > a:active strong.titulo {
    color: #c4846a !important;
  }
  .menu-trigger.menu-toggle.open-desktop ~ * .menu.superior::before,
  body.menu-open::after {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.45) !important;
    z-index: 9998 !important;
  }
}

@media (max-width: 767px) {
  header .between-mobile .col-auto:last-child {
    display: flex !important;
    flex: 1 !important;
    min-width: 0 !important;
  }
  header .between-mobile form,
  header .between-mobile .ui-autocomplete-input {
    display: flex !important;
    width: 100% !important;
  }
  header .ui-autocomplete-input,
  header input[name="q"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 1 !important;
    box-sizing: border-box !important;
    border-radius: 24px 0 0 24px !important;
    border: 1.5px solid rgba(212, 196, 184, 1) !important;
    border-right: none !important;
    padding: 10px 14px 10px 16px !important;
    background: rgb(250, 247, 244) !important;
    font-size: 0.9rem !important;
  }
  header .ui-autocomplete-input:focus,
  header input[name="q"]:focus {
    border-color: #c4846a !important;
    outline: none !important;
    box-shadow: none !important;
  }
}
.g_ .produto div.principal .acoes-produto .comprar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
}
.g_ .produto div.principal .acoes-produto .comprar .qtde-adicionar-carrinho {
  flex: 0 0 auto !important;
  margin: 0 !important;
}
.g_ .produto div.principal .acoes-produto .comprar .botao-comprar {
  flex: 1 1 auto !important;
  width: auto !important;
  height: 44px !important;
  line-height: 44px !important;
  margin-top: 0 !important;
}
.g_ .produto div.principal .acoes-produto .comprar .disponibilidade-produto {
  flex: 0 0 100% !important;
  order: 10 !important;
  margin-top: 0 !important;
}
.botao.continuar-comprando,
a.botao.continuar-comprando {
  background-color: transparent !important;
  background: transparent !important;
  border: 2px solid #c4846a !important;
  color: #c4846a !important;
  font-family: "Lora", serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease !important;
}
.botao.continuar-comprando:hover,
a.botao.continuar-comprando:hover {
  background-color: #c4846a !important;
  background: #c4846a !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-color: #c4846a !important;
}
.botao.principal.ir-carrinho,
a.botao.principal.ir-carrinho,
.botao.principal.grande,
a.botao.principal.grande {
  background-color: #c4846a !important;
  background: #c4846a !important;
  border: 2px solid #c4846a !important;
  color: #ffffff !important;
  font-family: "Lora", serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  border-radius: 999px !important;
}
.botao.principal.ir-carrinho:hover,
.botao.principal.grande:hover {
  background-color: #a8694f !important;
  background: #a8694f !important;
  border-color: #a8694f !important;
}

/* 04. Card premium da listagem de produtos */

#listagemProdutos,
#listagemProdutos * {
  box-sizing: border-box !important;
}
#listagemProdutos > ul {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
#listagemProdutos li.listagem-linha {
  display: block !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 0 42px !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
#listagemProdutos li.listagem-linha > ul {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 28px 2.5% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
#listagemProdutos li.listagem-linha > ul::after {
  content: none !important;
  display: none !important;
}
#listagemProdutos li.listagem-linha > ul > li.span4 {
  display: block !important;
  float: none !important;
  flex: 0 0 31.666% !important;
  width: 31.666% !important;
  max-width: 31.666% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  color: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  font-size: inherit !important;
  white-space: normal !important;
  transform: none !important;
}
#listagemProdutos .listagem-item {
  position: relative !important;
  display: block !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  background: #fffdf9 !important;
  border: 1px solid #ede4dc !important;
  overflow: hidden !important;
  color: inherit !important;
  box-shadow:
    0 20px 52px rgba(61, 43, 31, 0.13),
    0 4px 14px rgba(61, 43, 31, 0.06) !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease !important;
}
#listagemProdutos .listagem-item:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(196, 132, 106, 0.42) !important;
  box-shadow:
    0 30px 70px rgba(61, 43, 31, 0.17),
    0 7px 20px rgba(61, 43, 31, 0.08) !important;
}
#listagemProdutos .listagem-item::after {
  content: "" !important;
  position: absolute !important;
  inset: 6px !important;
  z-index: 2 !important;
  pointer-events: none !important;
  border: 1px solid rgba(237, 228, 220, 0.9) !important;
  border-radius: 22px !important;
}
#listagemProdutos .listagem-item > .produto-sobrepor {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
#listagemProdutos .listagem-item .imagem-produto {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  float: none !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  background: #f5ede8 !important;
}
#listagemProdutos .listagem-item .imagem-produto img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 20px !important;
  transition: transform 0.35s ease !important;
}
#listagemProdutos .listagem-item:hover .imagem-produto img {
  transform: scale(1.04) !important;
}
#listagemProdutos .listagem-item .imagem-produto::before,
#listagemProdutos .listagem-item .produto-sobrepor::before {
  content: none !important;
  display: none !important;
}
#listagemProdutos .listagem-item .add-wishlist {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  z-index: 30 !important;
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 249, 0.96) !important;
  border: 1px solid rgba(196, 132, 106, 0.22) !important;
  box-shadow: 0 6px 20px rgba(61, 43, 31, 0.12) !important;
  color: #a86e56 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  backdrop-filter: blur(6px) !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease !important;
}
#listagemProdutos .listagem-item .add-wishlist:hover {
  background: #f7ece6 !important;
  border-color: rgba(196, 132, 106, 0.5) !important;
  text-decoration: none !important;
}
#listagemProdutos .listagem-item .add-wishlist i.fa {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  color: #a86e56 !important;
  line-height: 1 !important;
}
#listagemProdutos .listagem-item .bandeiras-produto {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  z-index: 25 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 6px !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
#listagemProdutos .listagem-item .bandeiras-produto .bandeira-promocao,
#listagemProdutos .listagem-item .bandeiras-produto .bandeira-desconto,
#listagemProdutos .listagem-item .bandeiras-produto .tag-desconto,
#listagemProdutos .listagem-item .bandeiras-produto .fundo-principal {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 68px !important;
  min-height: 30px !important;
  padding: 6px 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #d99d8f, #c4846a) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: 0 6px 16px rgba(196, 132, 106, 0.25) !important;
}
#listagemProdutos .listagem-item .bandeiras-produto .adicionado-carrinho,
#listagemProdutos .listagem-item .bandeiras-produto .bandeira-carrinho {
  background: #2d8b57 !important;
  box-shadow: 0 6px 16px rgba(45, 139, 87, 0.18) !important;
}
#listagemProdutos .listagem-item .info-produto {
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 14px 22px !important;
  text-align: center !important;
  background: #fffdf9 !important;
}
#listagemProdutos .listagem-item .nome-produto {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  width: 100% !important;
  min-height: 36px !important;
  max-height: 56px !important;
  margin: 0 auto 0 !important;
  padding: 0 !important;
  color: #3d2b1f !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: clamp(16px, 1.3vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-decoration: none !important;
}
#listagemProdutos .listagem-item .nome-produto:hover {
  color: #a86e56 !important;
  text-decoration: none !important;
}
#listagemProdutos .listagem-item .info-produto::before {
  content: "✿" !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  order: 2 !important;
  width: 140px !important;
  height: 14px !important;
  margin: 12px auto 14px !important;
  color: #df9aa0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  background:
    linear-gradient(90deg, transparent, rgba(196, 132, 106, 0.6), transparent)
      left center / 52px 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(196, 132, 106, 0.6), transparent)
      right center / 52px 1px no-repeat !important;
}
#listagemProdutos .listagem-item .nome-produto {
  order: 1 !important;
}
#listagemProdutos .listagem-item .info-produto > div {
  order: 3 !important;
  width: 100% !important;
}
#listagemProdutos .listagem-item .preco-parcela,
#listagemProdutos .listagem-item .produto-sku,
#listagemProdutos .listagem-item .trustvox-stars {
  display: none !important;
}
#listagemProdutos .listagem-item .preco-produto s,
#listagemProdutos .listagem-item .preco-produto s.preco-venda,
#listagemProdutos .listagem-item .preco-produto del {
  display: inline !important;
  color: #9f9189 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  opacity: 0.9 !important;
  margin-right: 4px !important;
  vertical-align: middle !important;
}
#listagemProdutos .listagem-item .preco-produto strong,
#listagemProdutos .listagem-item .preco-produto strong.preco-promocional {
  display: inline !important;
  color: #3d2b1f !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: clamp(20px, 1.7vw, 26px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.1 !important;
  vertical-align: middle !important;
}
#listagemProdutos .listagem-item .acoes-produto {
  position: absolute !important;
  left: 50% !important;
  top: 44% !important;
  z-index: 40 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
  max-width: calc(100% - 32px) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate(-50%, 10px) !important;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
#listagemProdutos .listagem-item:hover .acoes-produto {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, 0) !important;
}
#listagemProdutos .listagem-item .acoes-produto .qtde-adicionar-carrinho {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  height: 38px !important;
  margin: 0 !important;
  background: rgba(255, 253, 249, 0.96) !important;
  border: 1px solid rgba(196, 132, 106, 0.35) !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(61, 43, 31, 0.12) !important;
}
#listagemProdutos .listagem-item .acoes-produto .qtde-carrinho {
  width: 60px !important;
  height: 26px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #3d2b1f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow: none !important;
}
#listagemProdutos .listagem-item .acoes-produto .qtde-adicionar-carrinho .minus,
#listagemProdutos .listagem-item .acoes-produto .qtde-adicionar-carrinho .plus {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(196, 132, 106, 0.15) !important;
  color: #a86e56 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background 0.18s ease !important;
  flex-shrink: 0 !important;
}
#listagemProdutos
  .listagem-item
  .acoes-produto
  .qtde-adicionar-carrinho
  .minus:hover,
#listagemProdutos
  .listagem-item
  .acoes-produto
  .qtde-adicionar-carrinho
  .plus:hover {
  background: rgba(196, 132, 106, 0.32) !important;
}
#listagemProdutos
  .listagem-item
  .acoes-produto
  .qtde-adicionar-carrinho
  .minus
  i,
#listagemProdutos
  .listagem-item
  .acoes-produto
  .qtde-adicionar-carrinho
  .plus
  i {
  font-size: 10px !important;
  color: #a86e56 !important;
  pointer-events: none !important;
}
.listagem-item .acoes-produto .qtde-adicionar-carrinho button {
  margin: 0 3px !important;
}
#listagemProdutos .listagem-item .acoes-produto .botao-comprar-ajax {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 110px !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #c4846a !important;
  border: 1px solid #c4846a !important;
  color: #fff !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 6px 16px rgba(196, 132, 106, 0.32) !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease !important;
  cursor: pointer !important;
}
#listagemProdutos .listagem-item .acoes-produto .botao-comprar-ajax:hover {
  background: #a86e56 !important;
  border-color: #a86e56 !important;
  color: #fff !important;
  text-decoration: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  #listagemProdutos li.listagem-linha > ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px 3% !important;
  }
  #listagemProdutos li.listagem-linha > ul > li.span4 {
    flex: 0 0 48% !important;
    width: 48% !important;
    max-width: 48% !important;
    float: none !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  #listagemProdutos li.listagem-linha > ul {
    display: block !important;
  }
  #listagemProdutos li.listagem-linha > ul > li.span4 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
  }
  #listagemProdutos .listagem-item {
    border-radius: 20px !important;
    padding: 8px 8px 0 8px !important;
  }
  #listagemProdutos .listagem-item::after {
    inset: 4px !important;
    border-radius: 16px !important;
  }
  #listagemProdutos .listagem-item .imagem-produto,
  #listagemProdutos .listagem-item .imagem-produto img {
    border-radius: 15px !important;
  }
  #listagemProdutos .listagem-item .add-wishlist {
    top: 16px !important;
    left: 16px !important;
    width: 38px !important;
    height: 38px !important;
  }
  #listagemProdutos .listagem-item .add-wishlist i.fa {
    font-size: 16px !important;
  }
  #listagemProdutos .listagem-item .bandeiras-produto {
    top: 16px !important;
    right: 16px !important;
  }
  #listagemProdutos .listagem-item .info-produto {
    padding: 18px 10px 18px !important;
  }
  #listagemProdutos .listagem-item .nome-produto {
    font-size: 16px !important;
  }
  #listagemProdutos .listagem-item .preco-produto strong,
  #listagemProdutos .listagem-item .preco-produto strong.preco-promocional {
    font-size: 20px !important;
  }
}
.flexslider .flex-direction-nav {
  display: none !important;
}
.listagem-item.produto-adicionado .adicionado-carrinho {
  display: none !important;
}
.listagem-item {
  padding: 6px 6px 0 6px !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background-color: #ffffff;
}
.listagem-item .imagem-produto {
  margin: 0 !important;
  width: 100% !important;
  border-radius: 22px 22px 0 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.listagem-item .imagem-produto .imagem-principal {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}
.listagem-item .info-produto {
  padding: 15px 12px !important;
}
.listagem-item .acoes-produto {
  padding: 0 12px 15px 12px !important;
}
.listagem-item .preco-promocional,
.listagem-item .preco-venda,
.listagem-item .preco-parcela .titulo {
  font-family: "Lora", Georgia, serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.listagem-item .preco-promocional {
  font-size: 20px !important;
  line-height: 1.2 !important;
}
#listagemProdutos .listagem-item {
  padding: 6px 6px 0 6px !important;
  border-radius: 28px !important;
}
#listagemProdutos .listagem-item .imagem-produto,
#listagemProdutos .listagem-item .imagem-produto img {
  border-radius: 22px 22px 0 0 !important;
}
#listagemProdutos .listagem-item .preco-produto strong,
#listagemProdutos .listagem-item .preco-produto .preco-promocional,
#listagemProdutos .listagem-item .preco-venda,
#listagemProdutos .listagem-item .preco-parcela .titulo {
  font-family: "Lora", Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  letter-spacing: 0 !important;
}
#listagemProdutos .listagem-item .acoes-produto .qtde-adicionar-carrinho .minus,
#listagemProdutos .listagem-item .acoes-produto .qtde-adicionar-carrinho .plus {
  margin: 0 6px !important;
}
#listagemProdutos .listagem-item .acoes-produto .qtde-adicionar-carrinho {
  padding: 2px 10px !important;
  width: auto !important;
}
body.pagina-inicial
  #listagemProdutos
  .listagem-item
  .info-produto
  .preco-produto
  strong,
body.pagina-inicial
  #listagemProdutos
  .listagem-item
  .info-produto
  .preco-produto
  .preco-promocional,
body.pagina-inicial
  #listagemProdutos
  .listagem-item
  .info-produto
  .preco-produto
  strong.preco-promocional {
  font-family: "Lora", Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
body.pagina-inicial
  #listagemProdutos
  .listagem-item
  .info-produto
  .preco-produto
  s,
body.pagina-inicial
  #listagemProdutos
  .listagem-item
  .info-produto
  .preco-produto
  .preco-venda {
  font-family: "Lora", Georgia, serif !important;
  font-size: 14px !important;
}

/* 05. Pagina de detalhe do produto */

.produto .abas-custom {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  float: none !important;
  margin-top: 28px !important;
  padding: 24px 28px !important;
  background: #fffdf9 !important;
  border: 1px solid #e9dcd3 !important;
  border-radius: 24px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.produto .abas-custom > ul,
.produto .abas-custom .nav,
.produto .abas-custom .nav-tabs {
  display: none !important;
}

.produto .tab-content,
.produto .tab-pane#descricao {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.produto .tab-content {
  position: relative !important;
}

.produto .tab-content:has(.tab-pane#descricao) {
  padding-top: 46px !important;
}

.produto .abas-custom::before,
.produto .tab-pane#descricao::before {
  content: none !important;
  display: none !important;
}

.produto > .row-fluid:has(.tab-pane#descricao)::before {
  content: none !important;
  display: none !important;
}

.produto .tab-content:has(.tab-pane#descricao)::before {
  content: "Descrição" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid #e9dcd3 !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #3d2b1f !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

.produto .tab-pane#descricao {
  clear: both !important;
  float: none !important;
  margin-top: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

.produto #comentarios-container {
  display: none !important;
}

.produto .tab-pane#descricao h3,
.produto .tab-pane#descricao p,
.produto .tab-pane#descricao ol,
.produto .tab-pane#descricao ul,
.produto .tab-pane#descricao li {
  float: none !important;
}

.produto .tab-pane#descricao h3 {
  display: block !important;
  clear: both !important;
  width: 100% !important;
  margin: 28px 0 12px !important;
  text-align: left !important;
}

.produto .tab-pane#descricao > h3:first-child,
.produto .tab-pane#descricao > p:first-child {
  margin-top: 0 !important;
}

.produto .tab-pane#descricao p,
.produto .tab-pane#descricao ol,
.produto .tab-pane#descricao ul {
  display: block !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  text-align: left !important;
  line-height: 1.7 !important;
}

.produto .tab-pane#descricao ol,
.produto .tab-pane#descricao ul {
  padding-left: 22px !important;
}

.produto .tab-pane#descricao li {
  display: list-item !important;
  margin-bottom: 8px !important;
  line-height: 1.65 !important;
}

.span5 .principal {
  background-color: #ffffff !important;
  border: 1px solid #e9dcd3 !important;
  border-radius: 28px !important;
  padding: 20px 26px !important;
  box-shadow: 0 10px 30px rgba(233, 220, 211, 0.25) !important;
  color: #3d2b1f !important;
  margin-top: 0 !important;
}
.principal {
  background: #ffffff !important;
  border: 1px solid #e9dcd3 !important;
  border-radius: 28px !important;
  box-sizing: border-box !important;
}
.info-principal-produto .nome-produto {
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #3d2b1f !important;
  text-align: center !important;
  line-height: 1.25 !important;
  margin: 0 0 8px 0 !important;
  display: block !important;
}
.codigo-produto {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #f4eae4 !important;
  color: #a6968c !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  font-family: "Lora", Georgia, serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 0 16px !important;
  height: 24px !important;
  border-radius: 50px !important;
  border: none !important;
  margin-bottom: 12px !important;
  box-sizing: border-box !important;
}
.codigo-produto * {
  display: inline !important;
  font-size: inherit !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: inherit !important;
  line-height: 1 !important;
}
.codigo-produto b {
  margin-right: 3px !important;
}
.preco-produto.destaque-parcela {
  border-radius: 18px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  gap: 4px !important;
  position: relative !important;
}
.preco-produto.destaque-parcela > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  order: 1 !important;
  width: 100% !important;
}
.preco-produto.destaque-parcela .preco-venda {
  font-family: "Lora", Georgia, serif !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  display: block !important;
  margin: 0 0 4px 0 !important;
  order: 1 !important;
}
.preco-produto.destaque-parcela .preco-promocional {
  font-family: "Lora", Georgia, serif !important;
  color: #3d2b1f !important;
  margin: 0 !important;
  order: 2 !important;
}
.preco-produto.destaque-parcela .preco-parcela {
  font-family: "Lora", Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #c4846a !important;
  order: 3 !important;
  display: block !important;
  margin: 4px 0 0 0 !important;
  opacity: 1 !important;
}
.preco-produto.destaque-parcela .preco-parcela .titulo,
.preco-produto.destaque-parcela .preco-parcela strong {
  font-size: inherit !important;
  font-family: "Lora", Georgia, serif !important;
  color: #c4846a !important;
  font-weight: 400 !important;
}
.comprar {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
}
.qtde-adicionar-carrinho {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  height: 44px !important;
  min-width: 100px !important;
  padding: 0 12px !important;
  border: 1px solid #e9dcd3 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}
.qtde-carrinho {
  border: none !important;
  width: 40px !important;
  text-align: center !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #3d2b1f !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 32px !important;
  line-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: none !important;
  -moz-appearance: textfield !important;
}
.qtde-carrinho::-webkit-outer-spin-button,
.qtde-carrinho::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.qtde-carrinho-title {
  font-family: "Lora", Georgia, serif !important;
  font-size: 11px !important;
  color: #a6968c !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-right: 2px !important;
}
.qtde-adicionar-carrinho .minus,
.qtde-adicionar-carrinho .plus {
  background: none !important;
  border: none !important;
  font-size: 20px !important;
  color: #3d2b1f !important;
  cursor: pointer !important;
  padding: 0 6px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
}
.qtde-adicionar-carrinho .minus:hover,
.qtde-adicionar-carrinho .plus:hover {
  color: #c4846a !important;
}
.qtde-adicionar-carrinho .minus i,
.qtde-adicionar-carrinho .plus i {
  font-size: 14px !important;
  color: inherit !important;
}
.botao-comprar,
.botao-comprar.principal,
.botao-comprar.grande {
  background: #c4846a !important;
  border: none !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  height: 44px !important;
  padding: 0 24px !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-grow: 1 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: background 0.25s ease !important;
}
.botao-comprar:hover,
.botao-comprar.principal:hover {
  background: #a86e56 !important;
  color: #ffffff !important;
}
.botao-comprar i {
  font-size: 15px !important;
}
.comprar .disponibilidade-produto,
.disponibilidade-produto {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin: 4px 0 8px 0 !important;
  font-size: 12px !important;
  color: #3d2b1f !important;
  font-family: "Lora", Georgia, serif !important;
}
.disponibilidade-produto b,
.disponibilidade-produto strong {
  font-weight: 700 !important;
  color: #3d2b1f !important;
}
.product-functions {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: 100% !important;
  border-top: 1px solid #ede4dc !important;
  border-bottom: 1px solid #ede4dc !important;
}
.product-functions a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 13px !important;
  color: #a86e56 !important;
  text-decoration: none !important;
  flex: 1 !important;
  justify-content: center !important;
}
.product-functions a:first-child {
  border-right: 1px solid #ede4dc !important;
}
.product-functions a:hover {
  color: #3d2b1f !important;
}
.product-functions i {
  font-size: 14px !important;
}
.cep {
  background: #fdfaf8 !important;
  border: 1px solid #e9dcd3 !important;
  border-radius: 18px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  float: none !important;
  text-align: left !important;
}
.cep .titulo {
  font-family: "Lora", Georgia, serif !important;
  font-size: 15px !important;
  color: #3d2b1f !important;
  font-weight: 500 !important;
  margin: 0 0 12px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
#formCalcularCep {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  align-items: stretch !important;
}
#formCalcularCep > label {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 15px !important;
  color: #3d2b1f !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
#formCalcularCep .form-inline {
  display: block !important;
  width: 100% !important;
}
#formCalcularCep .input-append {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  width: 100% !important;
}
#formCalcularCep .input-cep,
.input-cep {
  flex: 1 !important;
  height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid #e9dcd3 !important;
  padding: 0 18px !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 14px !important;
  color: #3d2b1f !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  outline: none !important;
}
#formCalcularCep button.btn,
#formCalcularCep .btn,
#formCalcularCep .input-append .btn,
.botao-simular-frete {
  height: 42px !important;
  padding: 0 24px !important;
  background: #c4846a !important;
  background-image: none !important;
  border: none !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  transition: background 0.25s ease !important;
}
#formCalcularCep button.btn:hover,
.botao-simular-frete:hover {
  background: #a86e56 !important;
}
#formCalcularCep button.btn {
  font-size: 14px !important;
}
#formCalcularCep button.btn::before {
  content: none !important;
}
.acoes-produto {
  padding-bottom: 0 !important;
}
#DelimiterFloat {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.comprar .disponibilidade-produto {
  margin-bottom: 6px !important;
}
.preco-venda {
  margin-bottom: 2px !important;
}
.principal {
  padding: 18px 26px 16px !important;
}
.parcelas-pai,
.principal > div:empty,
.principal > div[style*="height: 0"],
[class*="parcelas"] {
  padding: 0 !important;
  margin: 0 !important;
}
.cep {
  padding: 14px 18px !important;
  margin: 0 !important;
}
.cep .titulo {
  margin-bottom: 8px !important;
}
.product-functions {
  margin: 0 0 8px 0 !important;
  padding: 8px 0 !important;
}
.acoes-produto {
  padding: 0 !important;
  margin: 0 !important;
}
.preco-produto.destaque-parcela {
  padding: 10px 16px !important;
  margin: 0 0 10px 0 !important;
}
.comprar {
  margin: 0 0 4px 0 !important;
}
.disponibilidade-produto,
.comprar .disponibilidade-produto {
  margin: 2px 0 4px 0 !important;
}
.span5 > .principal,
div.principal {
  padding: 20px 28px 20px !important;
}
.principal .info-principal-produto .nome-produto {
  font-size: 26px !important;
  margin-bottom: 8px !important;
}
.principal .codigo-produto {
  margin-bottom: 12px !important;
}
.principal .preco-produto.destaque-parcela {
  padding: 12px 18px !important;
  margin-bottom: 12px !important;
  gap: 2px !important;
}
.principal .preco-produto .preco-promocional,
.acoes-produto .preco-produto .preco-promocional {
  font-size: 30px !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}
.principal .preco-produto .preco-venda,
.acoes-produto .preco-produto .preco-venda {
  font-size: 13px !important;
  margin-bottom: 2px !important;
}
.principal .preco-produto .preco-parcela,
.acoes-produto .preco-produto .preco-parcela {
  font-size: 13px !important;
  margin-top: 3px !important;
}
.principal .comprar {
  margin: 0 0 4px 0 !important;
}
.principal .disponibilidade-produto,
.principal .comprar .disponibilidade-produto {
  margin: 2px 0 8px 0 !important;
  font-size: 11px !important;
}
.principal .product-functions {
  margin: 0 0 10px 0 !important;
  padding: 8px 0 !important;
}
.principal .cep {
  padding: 12px 16px !important;
}
.preco-produto.destaque-parcela {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: transparent !important;
}
.preco-produto.destaque-parcela div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
}
.nome-produto {
  height: auto !important;
  min-height: unset !important;
  margin-bottom: 5px !important;
  text-align: center !important;
  display: block !important;
}
.nome-produto img {
  margin: 0 auto !important;
  display: block !important;
}
.g_ #rodape .institucional {
  border-bottom: 0 !important;
}
#rodape .bandeiras-pagamento .icone-pagamento.visa {
  background-position: 0 0 !important;
}
#rodape .bandeiras-pagamento .icone-pagamento.mastercard {
  background-position: -50px 0 !important;
}
#rodape .bandeiras-pagamento .icone-pagamento.amex {
  background-position: -100px 0 !important;
}
#rodape .bandeiras-pagamento .icone-pagamento.diners {
  background-position: -150px 0 !important;
}
#rodape .bandeiras-pagamento .icone-pagamento.elo {
  background-position: -200px 0 !important;
}
#rodape .bandeiras-pagamento .icone-pagamento.hipercard {
  background-position: -250px 0 !important;
}
.preco-produto.destaque-parcela .preco-promocional {
  line-height: 1.2 !important;
  display: inline-block !important;
  margin-top: 4px !important;
}
.preco-produto.destaque-parcela .preco-venda {
  font-size: 13px !important;
  color: #999 !important;
}

/* 06. Carrinho, mini-carrinho, pagamentos e modal */

/* Carrinho vazio: botão "Ir às compras" no padrão secundário */
.pagina-carrinho .caixa-destaque a.botao.principal {
  background-color: #ffffff !important;
  color: #c4846a !important;
  border: 1.5px solid #c4846a !important;
  border-radius: 999px !important;
  font-family: "Lora", Georgia, serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

.pagina-carrinho .caixa-destaque a.botao.principal:hover,
.pagina-carrinho .caixa-destaque a.botao.principal:focus {
  background-color: #c4846a !important;
  color: #ffffff !important;
  border-color: #c4846a !important;
  text-decoration: none !important;
}

#carrinho-produtos .quantidade button.atualizar-quantidade,
.quantidade button.atualizar-quantidade {
  background-color: #c4846a !important;
  color: #ffffff !important;
  padding: 8px 16px !important;
  display: inline-block !important;
  height: auto !important;
  width: auto !important;
  min-width: 0 !important;
  line-height: normal !important;
  border-radius: 60px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border: none !important;
  margin-left: 8px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background 0.2s ease !important;
}
#carrinho-produtos .quantidade button.atualizar-quantidade:hover {
  background-color: #3d2b1f !important;
  color: #ffffff !important;
}
.buttons {
  width: 100% !important;
  box-sizing: border-box !important;
  align-items: stretch !important;
}
.buttons a.botao {
  width: 100% !important;
  height: 54px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  white-space: normal !important;
  font-size: 13px !important;
}
.buttons a.botao.principal.ir-carrinho {
  gap: 8px !important;
}
.acao-editar.row-fluid .span12 {
  margin-bottom: 20px !important;
}
.acao-editar.row-fluid .span12 a.botao,
.acao-editar.row-fluid .span12 button.botao.principal {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 700 !important;
}
.acao-editar.row-fluid .span12 button.botao.principal {
  flex: 0 0 auto !important;
}

@media (max-width: 767px) {
  .acao-editar.row-fluid .span12 {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .acao-editar.row-fluid .span12 a.botao,
  .acao-editar.row-fluid .span12 button.botao.principal {
    width: 100% !important;
  }
}
.icone-pagamento.amex {
  background-position: -100px 0 !important;
}
.icone-pagamento.diners {
  background-position: -150px 0 !important;
}
.preco-produto.destaque-parcela .preco-promocional {
  font-size: 20px !important;
  font-weight: 700 !important;
}
#carrinho-produtos .quantidade button.atualizar-quantidade {
  background-color: #c4846a !important;
  color: #ffffff !important;
  padding: 8px 15px !important;
  display: inline-block !important;
  height: auto !important;
  border-radius: 60px !important;
  font-size: 11px !important;
  font-weight: bold !important;
  border: none !important;
  margin-left: 5px !important;
  text-transform: uppercase !important;
}
.acao-editar.row-fluid .span12 {
  flex-wrap: nowrap !important;
  float: none !important;
  width: 100% !important;
}
.acao-editar.row-fluid .span12 a.botao {
  height: 52px !important;
  line-height: 52px !important;
  padding: 0 25px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 60px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.acao-editar.row-fluid .span12 button.botao.principal {
  height: 52px !important;
  line-height: 52px !important;
  padding: 0 35px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 60px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

@media (max-width: 767px) {
  .acao-editar.row-fluid .span12 {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .acao-editar.row-fluid .span12 a.botao,
  .acao-editar.row-fluid .span12 button.botao.principal {
    width: 100% !important;
  }
}
.acao-editar.row-fluid .span12 a.botao,
.acao-editar.row-fluid .span12 button.botao.principal {
  font-family: "Lora", Georgia, serif !important;
  height: 48px !important;
  line-height: 48px !important;
  text-transform: none !important;
  border-radius: 60px !important;
  font-size: 16px !important;
  padding: 0 25px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
.acao-editar.row-fluid .span12 a.botao {
  background-color: #ffffff !important;
  color: #c4846a !important;
  border: 1.5px solid #c4846a !important;
}
.acao-editar.row-fluid .span12 button.botao.principal {
  background-color: #c4846a !important;
  color: #ffffff !important;
  border: none !important;
}
.acao-editar.row-fluid .span12 button.botao.principal i {
  display: inline-block !important;
  margin-right: 10px !important;
  text-transform: none !important;
}
.ordenar-listagem.topo {
  margin-bottom: 30px !important;
}
.buttons {
  margin-top: 15px !important;
  padding-top: 10px !important;
  border-top: 1px solid #eee !important;
}
.buttons a.botao,
.buttons button.botao {
  padding: 0 5px !important;
  white-space: nowrap !important;
}
.buttons a.botao i,
.buttons button.botao i {
  margin: 0 !important;
  font-size: 14px !important;
}
.bandeiras-pagamento li {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 4px !important;
}
.gateways-rodape li {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 10px !important;
}
.gateways-rodape li img {
  max-height: 35px !important;
}
.fancybox-wrap {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: calc(100vw - 32px) !important;
  max-height: calc(100vh - 40px) !important;
  width: auto !important;
  box-sizing: border-box !important;
}
.fancybox-skin {
  width: auto !important;
  max-width: calc(100vw - 48px) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}
.fancybox-inner {
  width: auto !important;
  max-width: calc(100vw - 64px) !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
  box-sizing: border-box !important;
}
.fancybox-outer {
  overflow: visible !important;
}

/* Garante que o botão fechar do modal de foto fique visível */
.fancybox-wrap .fancybox-close {
  top: 10px !important;
  right: 10px !important;
  width: 34px !important;
  height: 34px !important;
  z-index: 10020 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.sucesso {
  width: auto !important;
  max-width: calc(100vw - 64px) !important;
  box-sizing: border-box !important;
}
.sucesso {
  overflow: hidden !important;
}
.sucesso table.tabela-carrinho {
  display: block !important;
  max-height: 280px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 8px !important;
}
.sucesso table.tabela-carrinho::-webkit-scrollbar {
  width: 6px;
}
.sucesso table.tabela-carrinho::-webkit-scrollbar-thumb {
  background: #c4846a;
  border-radius: 10px;
}
.sucesso .buttons {
  margin-top: auto !important;
  padding-top: 15px !important;
  background: #fff !important;
  border-top: 1px solid #f1f1f1 !important;
}
#modalContato .modal-footer {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  padding: 20px !important;
}
#modalContato .modal-footer button.botao.principal {
  background-color: #c4846a !important;
  color: #ffffff !important;
  height: 46px !important;
  line-height: 46px !important;
  padding: 0 30px !important;
  border-radius: 60px !important;
  border: none !important;
  font-weight: 700 !important;
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#modalContato .modal-footer a.botao {
  background-color: #ffffff !important;
  color: #c4846a !important;
  border: 1.5px solid #c4846a !important;
  height: 46px !important;
  line-height: 46px !important;
  padding: 0 30px !important;
  border-radius: 60px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#barraNewsletter,
#barraNewsletter .conteiner {
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

/* 07. Ajustes finais de topo e responsivo */

html,
body,
.conteiner-principal {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
header,
#cabecalho {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
  background-color: #faf7f4 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
header .conteiner .row-fluid,
header .container .row-fluid,
header .conteiner .row-flex,
header .container .row-flex,
#cabecalho .conteiner .row-fluid,
#cabecalho .container .row-fluid {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}
.menu-trigger.menu-toggle {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  z-index: 10001 !important;
}
.logo.cor-secundaria {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 0 15px !important;
  z-index: 10001 !important;
}
.menu.superior {
  top: 0 !important;
  z-index: 9999 !important;
}
#rodape .bandeiras-pagamento .icone-pagamento {
  background-image: url("https://cdn.awsli.com.br/production/static/loja/estrutura/v1/img/bandeiras/icone-pagamento.png?v7") !important;
  filter: none !important;
  opacity: 1 !important;
  text-indent: -9999px !important;
  display: inline-block !important;
  width: 35px !important;
  height: 25px !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.icone-pagamento.visa {
  background-position: 0 0 !important;
}
.icone-pagamento.mastercard {
  background-position: -50px 0 !important;
}
.icone-pagamento.elo {
  background-position: -200px 0 !important;
}
.sucesso {
  overflow: hidden !important;
}
.sucesso {
  max-height: 85vh !important;
  display: flex !important;
  flex-direction: column !important;
}
.sucesso .corpo,
.sucesso table.tabela-carrinho {
  max-height: 280px !important;
  overflow-y: auto !important;
  display: block !important;
}
.buttons {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
}
.buttons a.botao,
.buttons button.botao {
  height: 48px !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  text-transform: none !important;
  border-radius: 60px !important;
  font-size: 11px !important;
  gap: 5px !important;
}
.acao-editar.row-fluid .span12 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
}
.acao-editar .span12 a.botao,
.acao-editar .span12 button.botao.principal {
  height: 46px !important;
  text-transform: none !important;
  border-radius: 60px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.acao-editar .span12 a.botao {
  background: #fff !important;
  color: #c4846a !important;
  border: 1.5px solid #c4846a !important;
}

@media (max-width: 767px) {
  .acao-editar.row-fluid .span12 {
    flex-direction: column !important;
  }
  .acao-editar .span12 a.botao,
  .acao-editar .span12 button.botao.principal {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .produto > .row-fluid:first-of-type {
    flex-wrap: wrap !important;
    flex-direction: column !important;
  }
  .produto > .row-fluid:first-of-type > .span7,
  .produto > .row-fluid:first-of-type > .span5 {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  .produto .principal {
    padding: 20px 0 !important;
    height: auto !important;
  }
  header .conteiner .row-fluid {
    justify-content: flex-start !important;
    padding: 0 15px !important;
  }
}

/* 08. Responsivo consolidado */

@media (max-width: 767px) {
  html,
  body {
    width: 100% !important;
    overflow-x: hidden !important;
  }
  .conteiner,
  .container,
  .row-fluid,
  .span12 {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  header,
  #cabecalho {
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
  }
  header .conteiner .row-fluid,
  #cabecalho .conteiner .row-fluid {
    height: auto !important;
    min-height: 64px !important;
    padding: 8px 12px !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
  }
  header .col-auto.g_logo {
    position: relative !important;
    left: auto !important;
    transform: none !important;
    top: auto !important;
    z-index: 2 !important;
    pointer-events: auto !important;
    max-width: calc(100vw - 120px) !important;
    margin: 0 auto !important;
  }
  header .menu-trigger.menu-toggle {
    position: fixed !important;
    left: 12px !important;
    top: 11px !important;
    z-index: 10002 !important;
    flex-shrink: 0 !important;
  }
  .menu-trigger.menu-toggle {
    padding: 8px 8px 8px 12px !important;
  }
  .logo.cor-secundaria img,
  header .logo img,
  #cabecalho .logo img {
    max-width: 230px !important;
    height: auto !important;
  }
  header .between-mobile {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  header .between-mobile form,
  #search-form,
  form[action="/buscar"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  #search-form > div,
  #search-form input[type="text"],
  #search-form .ui-autocomplete-input,
  form[action="/buscar"] input[type="text"],
  form[action="/buscar"] input[name="q"] {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .menu.superior {
    width: min(86vw, 320px) !important;
    padding-top: 72px !important;
  }
  .titulo-categoria,
  .vitrine h2,
  .destaques-titulo,
  [class*="titulo-vitrine"],
  h2 {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
  .mini-banner .modulo {
    margin-bottom: 14px !important;
  }
  .mini-banner .modulo a {
    border-radius: 14px !important;
  }
  #listagemProdutos li.listagem-linha > ul {
    display: block !important;
    margin: 0 !important;
  }
  #listagemProdutos li.listagem-linha > ul > li,
  #listagemProdutos li.listagem-linha > ul > li.span3,
  #listagemProdutos li.listagem-linha > ul > li.span4,
  #listagemProdutos li.listagem-linha > ul > li.span6 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
  }
  .listagem-item,
  #listagemProdutos .listagem-item {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 20px !important;
    padding: 8px 8px 0 !important;
  }
  .listagem-item .imagem-produto,
  .listagem-item .imagem-produto img,
  #listagemProdutos .listagem-item .imagem-produto,
  #listagemProdutos .listagem-item .imagem-produto img {
    border-radius: 15px 15px 0 0 !important;
  }
  .listagem-item .info-produto,
  #listagemProdutos .listagem-item .info-produto {
    padding: 16px 10px 18px !important;
  }
  .nome-produto,
  .nome-produto a,
  #listagemProdutos .listagem-item .nome-produto {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }
  .listagem-item .preco-promocional,
  .listagem-item .preco-venda,
  #listagemProdutos .listagem-item .preco-produto strong,
  #listagemProdutos .listagem-item .preco-produto .preco-promocional {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
  #listagemProdutos .listagem-item .acoes-produto {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 8px 16px !important;
    gap: 8px !important;
  }
  #listagemProdutos .listagem-item .acoes-produto .qtde-adicionar-carrinho,
  #listagemProdutos .listagem-item .acoes-produto .botao-comprar-ajax {
    height: 40px !important;
  }
  #listagemProdutos .listagem-item .acoes-produto .botao-comprar-ajax {
    min-width: 140px !important;
    flex: 1 1 140px !important;
  }
  .produto > .row-fluid:first-of-type {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }
  .produto > .row-fluid:first-of-type > .span7,
  .produto > .row-fluid:first-of-type > .span5,
  .produto .span7,
  .produto .span5 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .span5 .principal,
  .principal,
  div.principal {
    width: 100% !important;
    border-radius: 20px !important;
    padding: 18px 14px !important;
  }
  .info-principal-produto .nome-produto,
  .principal .info-principal-produto .nome-produto {
    font-size: 24px !important;
    line-height: 1.22 !important;
  }
  .principal .preco-produto .preco-promocional,
  .acoes-produto .preco-produto .preco-promocional,
  .preco-produto.destaque-parcela .preco-promocional {
    font-size: 26px !important;
  }
  .comprar,
  .principal .comprar {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  .qtde-adicionar-carrinho {
    flex: 0 0 auto !important;
  }
  .botao-comprar,
  .botao-comprar.principal,
  .botao-comprar.grande {
    flex: 1 1 180px !important;
    min-width: 180px !important;
    max-width: 100% !important;
    padding: 0 18px !important;
  }
  .cep,
  .principal .cep {
    width: 100% !important;
    padding: 12px !important;
    box-sizing: border-box !important;
  }
  #formCalcularCep,
  #formCalcularCep .input-append {
    display: flex !important;
    gap: 8px !important;
    width: 100% !important;
  }
  #formCalcularCep {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  #formCalcularCep .input-append {
    flex-wrap: nowrap !important;
  }
  #formCalcularCep .input-cep,
  .input-cep {
    min-width: 0 !important;
    flex: 1 1 180px !important;
  }
  #formCalcularCep button.btn,
  #formCalcularCep .btn,
  #formCalcularCep .input-append .btn,
  .botao-simular-frete {
    flex: 1 1 120px !important;
    padding: 0 16px !important;
  }
  .acao-editar.row-fluid .span12 {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .acao-editar.row-fluid .span12 a.botao,
  .acao-editar.row-fluid .span12 button.botao.principal,
  .acao-editar .span12 a.botao,
  .acao-editar .span12 button.botao.principal {
    width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
  }
  .sucesso {
    width: min(94vw, 520px) !important;
    max-height: 86vh !important;
  }
  .sucesso .corpo,
  .sucesso table.tabela-carrinho {
    max-height: 46vh !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
  }
  .buttons {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .buttons a.botao,
  .buttons button.botao {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }
  #modalContato .modal-footer {
    flex-direction: column-reverse !important;
    align-items: stretch !important;
    padding: 16px !important;
  }
  #modalContato .modal-footer button.botao.principal,
  #modalContato .modal-footer a.botao {
    width: 100% !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
  }
  #rodape .institucional,
  #rodape .pagamento-selos,
  #rodape > div:last-child {
    text-align: center !important;
  }
  #rodape .pagamento-selos .bandeiras-pagamento,
  #rodape .pagamento-selos ul,
  .gateways-rodape {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
  }
  #rodape .pagamento-selos .bandeiras-pagamento li,
  .gateways-rodape li {
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  header .conteiner .row-fluid,
  #cabecalho .conteiner .row-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .logo.cor-secundaria img,
  header .logo img,
  #cabecalho .logo img {
    max-width: 190px !important;
  }
  .menu.superior {
    width: 88vw !important;
  }
  .titulo-categoria,
  .vitrine h2,
  .destaques-titulo,
  [class*="titulo-vitrine"],
  h2 {
    font-size: 20px !important;
  }
  .listagem-item,
  #listagemProdutos .listagem-item,
  .span5 .principal,
  .principal,
  div.principal {
    border-radius: 18px !important;
  }
  .info-principal-produto .nome-produto,
  .principal .info-principal-produto .nome-produto {
    font-size: 22px !important;
  }
  .principal .preco-produto .preco-promocional,
  .acoes-produto .preco-produto .preco-promocional,
  .preco-produto.destaque-parcela .preco-promocional {
    font-size: 24px !important;
  }
  .qtde-adicionar-carrinho,
  .botao-comprar,
  .botao-comprar.principal,
  .botao-comprar.grande,
  #formCalcularCep .input-cep,
  #formCalcularCep button.btn,
  #formCalcularCep .btn,
  .botao-simular-frete {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  #listagemProdutos .listagem-item .acoes-produto .qtde-adicionar-carrinho,
  #listagemProdutos .listagem-item .acoes-produto .botao-comprar-ajax {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  .buttons a.botao,
  .buttons button.botao {
    height: auto !important;
    min-height: 46px !important;
    line-height: 1.2 !important;
    padding: 10px 12px !important;
  }
}

/* 09. Correcoes Loja Integrada - Header desktop (todas as páginas) */

@media (min-width: 768px) {
  .g_ header .container,
  .g_ header .conteiner {
    position: relative !important;
    padding-bottom: 46px !important;
  }
  .g_ header .container .row-flex,
  .g_ header .conteiner .row-flex {
    height: auto !important;
    min-height: 70px !important;
    align-items: center !important;
  }
  .g_ header .container .row-flex > .col-auto:first-child,
  .g_ header .conteiner .row-flex > .col-auto:first-child {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    position: static !important;
  }
  .g_ header .container .row-flex > .col-auto:last-child,
  .g_ header .conteiner .row-flex > .col-auto:last-child {
    flex: 0 0 auto !important;
    align-self: center !important;
  }
  .g_ header .menu-trigger.menu-toggle {
    display: none !important;
  }
  .g_ header .between-mobile {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .g_ header .g_logo {
    flex: 0 0 auto !important;
    padding-left: 0 !important;
  }
  .g_ header .between-mobile > .col-auto:last-child {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }
  .g_ header .menu.superior {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    z-index: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    padding: 0 !important;
  }
  .g_ header .menu.superior > .nivel-um {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }
  .g_ header .menu.superior > .nivel-um > li {
    display: inline-flex !important;
    align-items: stretch !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
  }
  .g_ header .menu.superior .nivel-um > li > a {
    padding: 0 12px !important;
    min-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .g_ header .search-desktop-container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .g_ header #search-form,
  .g_ header #search-form > div,
  .g_ header #form-buscar {
    max-width: 100% !important;
  }
  .g_ header .theme-functions {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
  }
  .g_ body.pagina-inicial #listagemProdutos li.listagem-linha > ul {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 32px 2.5% !important;
  }
  .g_ body.pagina-inicial #listagemProdutos li.listagem-linha > ul > li.span4 {
    flex: 0 0 31.666% !important;
    width: 31.666% !important;
    max-width: 31.666% !important;
    margin: 0 !important;
  }
  .g_ body.pagina-inicial #listagemProdutos .listagem-item {
    height: 100% !important;
  }
  .g_ body.pagina-inicial #listagemProdutos .listagem-item .info-produto {
    min-height: 190px !important;
  }
  .g_ body.pagina-inicial #listagemProdutos .listagem-item .nome-produto {
    display: block !important;
    min-height: 48px !important;
    max-height: none !important;
    overflow: visible !important;
    -webkit-line-clamp: initial !important;
    -webkit-box-orient: initial !important;
    padding: 0 6px !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  .g_ body.pagina-inicial #barraNewsletter.posicao-rodape {
    margin: 72px auto 0 !important;
  }
}

@media (min-width: 768px) {
  #cabecalho .menu.superior,
  header .menu.superior,
  .g_ header .menu.superior {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  #cabecalho .menu.superior > .nivel-um,
  header .menu.superior > .nivel-um,
  .g_ header .menu.superior > .nivel-um {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }
  #cabecalho .menu.superior > .nivel-um > li,
  header .menu.superior > .nivel-um > li,
  .g_ header .menu.superior > .nivel-um > li {
    display: inline-flex !important;
    align-items: stretch !important;
    flex: 0 0 auto !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
  }
  #cabecalho .menu.superior .nivel-um > li > a,
  header .menu.superior .nivel-um > li > a,
  .g_ header .menu.superior .nivel-um > li > a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    border: 0 !important;
    background: transparent !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }
  #cabecalho .menu.superior .nivel-um > li > a::after,
  header .menu.superior .nivel-um > li > a::after,
  .g_ header .menu.superior .nivel-um > li > a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 2px !important;
    background: #c4846a !important;
    opacity: 0 !important;
    transform: scaleX(0.7) !important;
    transform-origin: center bottom !important;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease !important;
    pointer-events: none !important;
  }
  #cabecalho .menu.superior .nivel-um > li:hover > a::after,
  #cabecalho .menu.superior .nivel-um > li > a:hover::after,
  header .menu.superior .nivel-um > li:hover > a::after,
  header .menu.superior .nivel-um > li > a:hover::after,
  .g_ header .menu.superior .nivel-um > li:hover > a::after,
  .g_ header .menu.superior .nivel-um > li > a:hover::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }
}

@media (min-width: 768px) {
  header,
  #cabecalho {
    height: 80px !important;
    min-height: 80px !important;
  }
  header .container,
  header .conteiner,
  #cabecalho .conteiner {
    position: relative !important;
    height: 80px !important;
    min-height: 80px !important;
    padding-bottom: 0 !important;
  }
  header .container .row-flex,
  header .conteiner .row-flex,
  header .conteiner .row-fluid,
  #cabecalho .conteiner .row-fluid {
    height: 80px !important;
    min-height: 80px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header .between-mobile > .col-auto:last-child,
  .g_ header .between-mobile > .col-auto:last-child,
  #cabecalho .menu.superior {
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    left: 280px !important;
    right: 540px !important;
    width: auto !important;
    max-width: none !important;
    height: 80px !important;
    min-height: 80px !important;
    flex: none !important;
  }
  header .menu.superior,
  #cabecalho .menu.superior,
  .g_ header .menu.superior {
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    left: 280px !important;
    right: 540px !important;
    width: auto !important;
    max-width: none !important;
    height: 80px !important;
    min-height: 80px !important;
    align-items: stretch !important;
    z-index: 3 !important;
  }
  header .menu.superior > .nivel-um,
  #cabecalho .menu.superior > .nivel-um,
  .g_ header .menu.superior > .nivel-um {
    height: 80px !important;
    min-height: 80px !important;
    align-items: stretch !important;
  }
  header .menu.superior > .nivel-um > li,
  #cabecalho .menu.superior > .nivel-um > li,
  .g_ header .menu.superior > .nivel-um > li,
  header .menu.superior .nivel-um > li > a,
  #cabecalho .menu.superior .nivel-um > li > a,
  .g_ header .menu.superior .nivel-um > li > a {
    height: 80px !important;
    min-height: 80px !important;
  }
  header .menu.superior .nivel-um > li > a,
  #cabecalho .menu.superior .nivel-um > li > a,
  .g_ header .menu.superior .nivel-um > li > a {
    padding: 0 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  header .logo img,
  #cabecalho .logo img {
    max-width: 180px !important;
    height: auto !important;
  }
  header .search-desktop-container #search-form {
    display: none !important;
  }
  header .search-desktop-container {
    width: auto !important;
    justify-content: flex-end !important;
  }
  header .between-mobile > .col-auto:last-child,
  .g_ header .between-mobile > .col-auto:last-child,
  #cabecalho .menu.superior,
  header .menu.superior,
  .g_ header .menu.superior {
    left: 250px !important;
    right: 270px !important;
  }
  header .menu.superior .nivel-um > li > a,
  #cabecalho .menu.superior .nivel-um > li > a,
  .g_ header .menu.superior .nivel-um > li > a {
    padding: 0 7px !important;
  }
  header .menu.superior .nivel-um > li > a strong.titulo,
  #cabecalho .menu.superior .nivel-um > li > a strong.titulo,
  .g_ header .menu.superior .nivel-um > li > a strong.titulo {
    font-size: 13px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  header,
  #cabecalho {
    height: 85px !important;
    min-height: 85px !important;
  }
  header .container,
  header .conteiner,
  #cabecalho .conteiner {
    height: 85px !important;
    min-height: 85px !important;
    padding-bottom: 0 !important;
  }
  header .container .row-flex,
  header .conteiner .row-flex,
  header .conteiner .row-fluid,
  #cabecalho .conteiner .row-fluid {
    height: 85px !important;
    min-height: 85px !important;
    padding: 0 20px !important;
  }
  header .menu-trigger.menu-toggle,
  .g_ header .menu-trigger.menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    z-index: 10002 !important;
    margin: 0 14px 0 0 !important;
  }
  header .logo img,
  #cabecalho .logo img {
    max-width: 190px !important;
    height: auto !important;
  }
  header .search-desktop-container #search-form {
    display: none !important;
  }
  header .search-desktop-container {
    width: auto !important;
    max-width: none !important;
    justify-content: flex-end !important;
  }
  header .between-mobile > .col-auto:last-child,
  .g_ header .between-mobile > .col-auto:last-child,
  #cabecalho .menu.superior,
  header .menu.superior,
  .g_ header .menu.superior {
    position: fixed !important;
    top: 0 !important;
    left: -100vw !important;
    right: auto !important;
    bottom: auto !important;
    width: min(86vw, 340px) !important;
    max-width: 340px !important;
    height: 100vh !important;
    min-height: 100vh !important;
    z-index: 10001 !important;
    background: #ffffff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 84px 0 20px !important;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.12) !important;
    transition: left 0.3s ease !important;
  }
  header .menu.superior.menu-visible-desktop,
  #cabecalho .menu.superior.menu-visible-desktop,
  .g_ header .menu.superior.menu-visible-desktop {
    left: 0 !important;
  }
  header .menu.superior > .nivel-um,
  #cabecalho .menu.superior > .nivel-um,
  .g_ header .menu.superior > .nivel-um {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    white-space: normal !important;
  }
  header .menu.superior > .nivel-um > li,
  #cabecalho .menu.superior > .nivel-um > li,
  .g_ header .menu.superior > .nivel-um > li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    border-bottom: 1px solid rgba(196, 132, 106, 0.15) !important;
  }
  header .menu.superior .nivel-um > li > a,
  #cabecalho .menu.superior .nivel-um > li > a,
  .g_ header .menu.superior .nivel-um > li > a {
    width: 100% !important;
    height: auto !important;
    min-height: 52px !important;
    justify-content: flex-start !important;
    padding: 15px 24px !important;
    white-space: normal !important;
  }
  header .menu.superior .nivel-um > li > a::after,
  #cabecalho .menu.superior .nivel-um > li > a::after,
  .g_ header .menu.superior .nivel-um > li > a::after {
    display: none !important;
  }
  header .between-mobile > .col-auto:last-child,
  .g_ header .between-mobile > .col-auto:last-child {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    z-index: auto !important;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1200px) {
  header .between-mobile > .col-auto:last-child .menu.superior,
  .g_ header .between-mobile > .col-auto:last-child .menu.superior {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 80px !important;
    min-height: 80px !important;
  }
}

/* 10. Rodape - bandeiras de cartao sem caixa branca */

#rodape .pagamento-selos .bandeiras-pagamento li,
.g_ #rodape .pagamento-selos .bandeiras-pagamento li,
#rodape .bandeiras-pagamento li,
.g_ #rodape .bandeiras-pagamento li,
#rodape .pagamento-selos .pagamento .col-md-3,
.g_ #rodape .pagamento-selos .pagamento .col-md-3,
#rodape .gateways-rodape li,
.g_ #rodape .gateways-rodape li {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-right: 8px !important;
}
#rodape .pagamento-selos .bandeiras-pagamento li i,
.g_ #rodape .pagamento-selos .bandeiras-pagamento li i,
#rodape .bandeiras-pagamento .icone-pagamento,
.g_ #rodape .bandeiras-pagamento .icone-pagamento,
#rodape .gateways-rodape img,
.g_ #rodape .gateways-rodape img {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: multiply !important;
  opacity: 1 !important;
}

/* 11. Modal de carrinho - hover do continuar comprando */

#comprar-ajax-status .sucesso .buttons .continuar-comprando:hover,
#comprar-ajax-status .sucesso .buttons .continuar-comprando:focus,
.g_ #comprar-ajax-status .sucesso .buttons .continuar-comprando:hover,
.g_ #comprar-ajax-status .sucesso .buttons .continuar-comprando:focus {
  background: #c4846a !important;
  background-color: #c4846a !important;
  border-color: #c4846a !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* 12. Cards de produto - titulo com reticencias */

.g_ body.pagina-inicial #listagemProdutos .listagem-item .nome-produto,
.g_ #listagemProdutos .listagem-item .nome-produto,
#listagemProdutos .listagem-item .nome-produto,
.listagem-item .nome-produto {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  width: 100% !important;
  min-height: calc(1.3em * 2) !important;
  max-height: calc(1.3em * 2) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* 13. Mini banners - sombra solida no texto */

.mini-banner label,
.secao-banners .mini-banner .modulo img + label,
.g_ .secao-banners .mini-banner .modulo img + label {
  color: #3d2b1f !important;
  text-shadow:
    0 1px 3px rgba(255, 255, 255, 0.9),
    0 0 12px rgba(255, 255, 255, 0.7) !important;
}

/* 14. Full banner - hero full bleed escapando do container 940px da LI */

.secao-banners {
  overflow: visible !important;
}
.secao-banners .banner.cheio {
  overflow-x: clip !important;
}
.secao-banners .banner.cheio {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  border-top: 6px solid transparent !important;
  border-image: linear-gradient(90deg, #3d2b1f 0%, #c4846a 30%, #f4c9a0 50%, #c4846a 70%, #3d2b1f 100%) 1 !important;
  border-radius: 0 !important;
}
.secao-banners .banner.cheio .span12,
.secao-banners .banner.cheio .flexslider,
.secao-banners .banner.cheio .flex-viewport,
.secao-banners .banner.cheio .slides,
.secao-banners .banner.cheio .slides > li,
.secao-banners .banner.cheio a,
.secao-banners .banner.cheio picture {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.secao-banners .banner.cheio img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

/* 15. Full banner - cola imediatamente abaixo do header sticky */

.secao-banners,
.secao-banners > .conteiner,
.secao-banners .banner.cheio,
.secao-banners .banner.cheio .row-fluid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.secao-banners > .conteiner {
  padding-bottom: 0 !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.secao-banners .banner.mini-banner {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 20px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  box-sizing: border-box !important;
}
.secao-banners .banner.mini-banner .modulo {
  flex: 1 1 0 !important;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .secao-banners .banner.mini-banner {
    display: block !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    gap: 0 !important;
  }
  .secao-banners .banner.mini-banner .modulo {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    margin: 0 0 14px !important;
  }
  .secao-banners .banner.mini-banner .modulo:last-child {
    margin-bottom: 0 !important;
  }
  .secao-banners .banner.mini-banner .modulo a {
    display: block !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .secao-banners .banner.cheio {
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
  }
  .secao-banners .banner.cheio img {
    width: 100vw !important;
    max-width: 100vw !important;
  }
  .secao-banners .banner.mini-banner {
    padding-left: 22px !important;
    padding-right: 22px !important;
    box-sizing: border-box !important;
  }
}
#smarthint-home-position1,
#blank-home-position1 {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
html {
  scroll-padding-top: 70px;
}

/* ===== FIX DEFINITIVO: Thumbs verticais piscando/sumindo ===== */

.g_ .thumbs-vertical {
  opacity: 1 !important;
}

.thumbs-vertical ul.miniaturas li,
.g_ .thumbs-vertical ul.miniaturas li {
  display: block !important;
  opacity: 1 !important;
}

.thumbs-vertical ul.miniaturas li a,
.g_ .thumbs-vertical ul.miniaturas li a {
  display: block !important;
  width: 58px !important;
  height: 58px !important;
  overflow: hidden !important;
  position: relative !important;
}

.thumbs-vertical .elastislide-carousel ul li.active a,
.g_ .thumbs-vertical .elastislide-carousel ul li.active a {
  opacity: 1 !important;
}

.thumbs-vertical #carouselImagem .flex-viewport,
.g_ .produto .thumbs-vertical #carouselImagem .flex-viewport {
  overflow: visible !important;
  height: auto !important;
}

.g_ .produto .thumbs-vertical ul.miniaturas li a span {
  display: block !important;
  width: 58px !important;
  height: 58px !important;
  position: relative !important;
}

.g_ .produto .thumbs-vertical ul.miniaturas li a span img {
  display: block !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 4px !important;
}
.produto > .row-fluid:first-of-type {
  display: flex !important;
  align-items: stretch !important;
}
.produto > .row-fluid:first-of-type > .span7,
.produto > .row-fluid:first-of-type > .span5 {
  float: none !important;
}
.produto > .row-fluid:first-of-type > .span7 {
  flex: 0 0 58.33% !important;
}
.produto > .row-fluid:first-of-type > .span5 {
  flex: 0 0 38.3% !important;
  display: flex !important;
  flex-direction: column !important;
}
.produto > .row-fluid:first-of-type > .span5 > .principal {
  flex: 1 1 auto !important;
  height: auto !important;
  min-height: 100% !important;
  box-sizing: border-box !important;
}
.preco-produto.destaque-parcela > div:has(.preco-parcela) {
  order: 2 !important;
}
.preco-produto.destaque-parcela .preco-venda {
  order: 1 !important;
  display: block !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #9f9189 !important;
  line-height: 1.3 !important;
  margin: 0 0 4px 0 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  opacity: 1 !important;
}
.preco-produto.destaque-parcela .preco-promocional {
  order: 2 !important;
  display: block !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: clamp(22px, 2.2vw, 30px) !important;
  font-weight: 700 !important;
  color: #3d2b1f !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.preco-produto.destaque-parcela .preco-parcela,
.preco-produto.destaque-parcela .preco-parcela strong,
.preco-produto.destaque-parcela .preco-parcela .titulo {
  font-family: "Lora", Georgia, serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #9f9189 !important;
  line-height: 1.3 !important;
}
.aproveite-tambem {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.aproveite-tambem > h4.titulo {
  font-family: "Lora", Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #3d2b1f !important;
  text-align: center !important;
  margin: 0 0 28px !important;
}
.aproveite-tambem li.listagem-linha {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.aproveite-tambem li.listagem-linha > ul.row-fluid {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 28px 2.5% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.aproveite-tambem li.listagem-linha > ul.row-fluid::after {
  content: none !important;
  display: none !important;
}
.aproveite-tambem li.listagem-linha > ul.row-fluid > li.span3 {
  display: block !important;
  float: none !important;
  flex: 0 0 23.125% !important;
  width: 23.125% !important;
  max-width: 23.125% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.aproveite-tambem .listagem-item {
  position: relative !important;
  display: block !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  background: #fffdf9 !important;
  border: 1px solid #ede4dc !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  color: inherit !important;
  box-shadow:
    0 20px 52px rgba(61, 43, 31, 0.13),
    0 4px 14px rgba(61, 43, 31, 0.06) !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease !important;
}
.aproveite-tambem .listagem-item:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(196, 132, 106, 0.42) !important;
  box-shadow:
    0 30px 70px rgba(61, 43, 31, 0.17),
    0 7px 20px rgba(61, 43, 31, 0.08) !important;
}
.aproveite-tambem .listagem-item::after {
  content: "" !important;
  position: absolute !important;
  inset: 6px !important;
  z-index: 2 !important;
  pointer-events: none !important;
  border: 1px solid rgba(237, 228, 220, 0.9) !important;
  border-radius: 22px !important;
}
.aproveite-tambem .listagem-item > .produto-sobrepor {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.aproveite-tambem .listagem-item .imagem-produto {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  float: none !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 22px 22px 0 0 !important;
  background: #f5ede8 !important;
}
.aproveite-tambem .listagem-item .imagem-produto img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 22px 22px 0 0 !important;
  transition: transform 0.35s ease !important;
}
.aproveite-tambem .listagem-item:hover .imagem-produto img {
  transform: scale(1.04) !important;
}
.aproveite-tambem .listagem-item .bandeiras-produto {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  z-index: 25 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 6px !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.aproveite-tambem .listagem-item .bandeiras-produto .bandeira-promocao,
.aproveite-tambem .listagem-item .bandeiras-produto .bandeira-desconto,
.aproveite-tambem .listagem-item .bandeiras-produto .fundo-principal {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 68px !important;
  min-height: 30px !important;
  padding: 6px 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #d99d8f, #c4846a) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: 0 6px 16px rgba(196, 132, 106, 0.25) !important;
}
.aproveite-tambem .listagem-item .info-produto {
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 14px 22px !important;
  text-align: center !important;
  background: #fffdf9 !important;
}
.aproveite-tambem .listagem-item .info-produto > * {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.aproveite-tambem .listagem-item .info-produto::before {
  content: "✿" !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  order: 2 !important;
  width: 140px !important;
  height: 14px !important;
  margin: 12px auto 14px !important;
  color: #df9aa0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  background:
    linear-gradient(90deg, transparent, rgba(196, 132, 106, 0.6), transparent)
      left center / 52px 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(196, 132, 106, 0.6), transparent)
      right center / 52px 1px no-repeat !important;
}
.aproveite-tambem .listagem-item .nome-produto {
  order: 1 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  width: 100% !important;
  min-height: 36px !important;
  max-height: 56px !important;
  margin: 0 auto 0 !important;
  padding: 0 !important;
  color: #3d2b1f !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: clamp(14px, 1.1vw, 18px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-decoration: none !important;
}
.aproveite-tambem .listagem-item .nome-produto:hover {
  color: #a86e56 !important;
}
.aproveite-tambem .listagem-item .info-produto > div {
  order: 3 !important;
  width: 100% !important;
}
.aproveite-tambem .listagem-item .info-produto > div:not(.produto-sku) {
  display: flex !important;
  justify-content: center !important;
}
.aproveite-tambem .listagem-item .preco-parcela,
.aproveite-tambem .listagem-item .produto-sku,
.aproveite-tambem .listagem-item .produto-sku.hide,
.aproveite-tambem .listagem-item .trustvox-stars {
  display: none !important;
}
.aproveite-tambem .listagem-item .preco-produto {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 2px !important;
  text-align: center !important;
}
.aproveite-tambem .listagem-item .preco-produto.destaque-parcela {
  align-items: center !important;
  text-align: center !important;
}
.aproveite-tambem .listagem-item .preco-produto.destaque-parcela > div {
  align-items: center !important;
  text-align: center !important;
}
.aproveite-tambem .listagem-item .preco-produto s,
.aproveite-tambem .listagem-item .preco-produto s.preco-venda,
.aproveite-tambem .listagem-item .preco-produto del {
  display: inline !important;
  color: #9f9189 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  opacity: 0.9 !important;
  margin-right: 0 !important;
  vertical-align: middle !important;
}
.aproveite-tambem .listagem-item .preco-produto strong,
.aproveite-tambem .listagem-item .preco-produto strong.preco-promocional {
  display: inline !important;
  color: #3d2b1f !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: clamp(18px, 1.4vw, 22px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.1 !important;
  vertical-align: middle !important;
  text-decoration: none !important;
}
.aproveite-tambem .listagem-item .acoes-produto {
  position: absolute !important;
  left: 50% !important;
  top: 44% !important;
  z-index: 40 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: calc(100% - 32px) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate(-50%, 10px) !important;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.aproveite-tambem .listagem-item:hover .acoes-produto {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, 0) !important;
}

.aproveite-tambem .listagem-item .acoes-produto .qtde-adicionar-carrinho {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  width: auto !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 2px 10px !important;
  background: rgba(255, 253, 249, 0.96) !important;
  border: 1px solid rgba(196, 132, 106, 0.35) !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(61, 43, 31, 0.12) !important;
}

.aproveite-tambem .listagem-item .acoes-produto .qtde-carrinho {
  width: 60px !important;
  height: 26px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #3d2b1f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow: none !important;
}

.aproveite-tambem .listagem-item .acoes-produto .qtde-adicionar-carrinho .minus,
.aproveite-tambem .listagem-item .acoes-produto .qtde-adicionar-carrinho .plus {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  padding: 0 !important;
  margin: 0 6px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(196, 132, 106, 0.15) !important;
  color: #a86e56 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background 0.18s ease !important;
  flex-shrink: 0 !important;
}

.aproveite-tambem .listagem-item .acoes-produto .qtde-adicionar-carrinho .minus:hover,
.aproveite-tambem .listagem-item .acoes-produto .qtde-adicionar-carrinho .plus:hover {
  background: rgba(196, 132, 106, 0.32) !important;
}

.aproveite-tambem .listagem-item .acoes-produto .qtde-adicionar-carrinho .minus i,
.aproveite-tambem .listagem-item .acoes-produto .qtde-adicionar-carrinho .plus i {
  font-size: 10px !important;
  color: #a86e56 !important;
  pointer-events: none !important;
}

.aproveite-tambem .listagem-item .acoes-produto .botao-comprar-ajax {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 110px !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #c4846a !important;
  border: 1px solid #c4846a !important;
  color: #fff !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 6px 16px rgba(196, 132, 106, 0.32) !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease !important;
  cursor: pointer !important;
}

.aproveite-tambem .listagem-item .acoes-produto .botao-comprar-ajax:hover {
  background: #a86e56 !important;
  border-color: #a86e56 !important;
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .aproveite-tambem li.listagem-linha > ul.row-fluid > li.span3 {
    flex: 0 0 48% !important;
    width: 48% !important;
    max-width: 48% !important;
  }
}

@media (max-width: 767px) {
  .aproveite-tambem li.listagem-linha > ul.row-fluid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px 4% !important;
  }
  .aproveite-tambem li.listagem-linha > ul.row-fluid > li.span3 {
    flex: 0 0 48% !important;
    width: 48% !important;
    max-width: 48% !important;
    float: none !important;
    margin: 0 !important;
  }

  .aproveite-tambem .listagem-item .acoes-produto .qtde-adicionar-carrinho,
  .aproveite-tambem .listagem-item .acoes-produto .botao-comprar-ajax {
    height: 40px !important;
  }

  .aproveite-tambem .listagem-item .acoes-produto .botao-comprar-ajax {
    min-width: 140px !important;
    flex: 1 1 140px !important;
  }
}

/* 16. Font lock final - site inteiro em Lora, exceto icones */

html,
body,
html body,
html body *,
html body *::before,
html body *::after {
  font-family: "Lora", Georgia, serif !important;
}

html body .produto .tab-content:has(.tab-pane#descricao)::before {
  font-family: "Lora", Georgia, serif !important;
}

html body [class^="icon-"],
html body [class*=" icon-"],
html body [class^="icon-"]::before,
html body [class^="icon-"]::after,
html body [class*=" icon-"]::before,
html body [class*=" icon-"]::after {
  font-family: "FontAwesome" !important;
}

html body .fa,
html body .fa::before,
html body .fa::after,
html body .fa * {
  font-family: "FontAwesome-v4" !important;
}

/* 17. Modal/carrinho - calibragem fina de tipografia e acoes */

#comprar-ajax-status .sucesso .buttons a.botao,
#comprar-ajax-status .sucesso .buttons button.botao,
.sucesso .buttons a.botao,
.sucesso .buttons button.botao {
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

#comprar-ajax-status .sucesso .buttons a.botao i,
#comprar-ajax-status .sucesso .buttons button.botao i,
.sucesso .buttons a.botao i,
.sucesso .buttons button.botao i {
  font-size: 13px !important;
  margin-right: 6px !important;
}

#comprar-ajax-status .sucesso .preco-produto .preco-promocional,
#comprar-ajax-status .sucesso .preco-produto strong,
#comprar-ajax-status .sucesso .tabela-carrinho .preco-promocional,
#comprar-ajax-status .sucesso .tabela-carrinho strong.preco-promocional,
.sucesso .tabela-carrinho .preco-promocional,
.sucesso .tabela-carrinho strong.preco-promocional {
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

#comprar-ajax-status .sucesso .preco-venda,
#comprar-ajax-status .sucesso .tabela-carrinho .preco-venda,
.sucesso .tabela-carrinho .preco-venda {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

#carrinho-produtos .quantidade button.atualizar-quantidade,
.quantidade button.atualizar-quantidade,
#comprar-ajax-status .quantidade button.atualizar-quantidade,
.sucesso .quantidade button.atualizar-quantidade {
  height: 36px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

#comprar-ajax-status .sucesso .subtotal,
#comprar-ajax-status .sucesso .total,
#comprar-ajax-status .sucesso [class*="subtotal"],
#comprar-ajax-status .sucesso [class*="total"] {
  text-align: right !important;
}

#comprar-ajax-status .sucesso .subtotal,
#comprar-ajax-status .sucesso [class*="subtotal"] {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

#comprar-ajax-status .sucesso .subtotal strong,
#comprar-ajax-status .sucesso .subtotal b,
#comprar-ajax-status .sucesso [class*="subtotal"] strong,
#comprar-ajax-status .sucesso [class*="subtotal"] b {
  display: inline-block !important;
  text-align: right !important;
}

#comprar-ajax-status .sucesso .tabela-carrinho tfoot,
#comprar-ajax-status .sucesso .tabela-carrinho tfoot tr,
#comprar-ajax-status .sucesso .tabela-carrinho tfoot td,
#comprar-ajax-status .sucesso .tabela-carrinho .alinhado-direita {
  text-align: right !important;
}

/* 18. Estados vazios - CTA com contraste correto */

.caixa-destaque a.botao.principal,
.caixa-destaque button.botao.principal,
.caixa-destaque a.botao.secundario,
.caixa-destaque button.botao.secundario {
  background-color: #c4846a !important;
  color: #ffffff !important;
  border: 1.5px solid #c4846a !important;
  border-radius: 999px !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease !important;
}

.caixa-destaque a.botao.principal:hover,
.caixa-destaque a.botao.principal:focus,
.caixa-destaque button.botao.principal:hover,
.caixa-destaque button.botao.principal:focus,
.caixa-destaque a.botao.secundario:hover,
.caixa-destaque a.botao.secundario:focus,
.caixa-destaque button.botao.secundario:hover,
.caixa-destaque button.botao.secundario:focus {
  background-color: #a86e56 !important;
  color: #ffffff !important;
  border-color: #a86e56 !important;
  text-decoration: none !important;
}

/* 19. Header x hero - remove vao sem margem negativa */

#cabecalho,
#cabecalho > .conteiner,
#cabecalho > .container,
header,
header > .conteiner,
header > .container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#delimitadorBarra,
span#delimitadorBarra {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.conteiner-principal > .secao-banners,
#cabecalho + .secao-banners,
header + .secao-banners {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.conteiner-principal > .secao-banners > .conteiner,
#cabecalho + .secao-banners > .conteiner,
header + .secao-banners > .conteiner {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 20. Mobile - checkout, login e identificacao */

@media (max-width: 767px) {
  body.pagina-login .conteiner-principal,
  body.pagina-carrinho .conteiner-principal,
  body.pagina-checkout .conteiner-principal {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 96px !important;
    box-sizing: border-box !important;
  }

  body.pagina-login .cabecalho-interno,
  body.pagina-login .cadastro,
  body.pagina-login .cadastro-logar {
    margin: 0 !important;
  }

  body.pagina-login .cabecalho-interno .titulo {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin: 12px 0 18px !important;
  }

  body.pagina-login .cabecalho-interno .titulo small {
    display: block !important;
    margin-top: 8px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    color: #8c7a70 !important;
  }

  body.pagina-login .cadastro-logar.row-fluid {
    display: block !important;
  }

  body.pagina-login .cadastro-logar > .span6,
  body.pagina-login .cadastro-logar > div[class*="span"] {
    width: 100% !important;
    margin: 0 0 18px 0 !important;
    float: none !important;
    display: block !important;
  }

  body.pagina-login .caixa-sombreada.borda-principal,
  body.pagina-login .cadastro-logar .caixa-sombreada {
    padding: 20px 18px !important;
    border: 1px solid #ece2da !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 32px rgba(61, 43, 31, 0.08) !important;
  }

  body.pagina-login fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.pagina-login legend.titulo {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 18px 0 !important;
    padding: 0 0 14px 0 !important;
    border-bottom: 1px solid #ece2da !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    box-sizing: border-box !important;
  }

  body.pagina-login legend.titulo i {
    font-size: 18px !important;
    color: #3d2b1f !important;
  }

  body.pagina-login .control-group,
  body.pagina-login .controls,
  body.pagina-login .controls > div {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.pagina-login .control-label,
  body.pagina-login fieldset > label {
    display: block !important;
    margin: 0 0 8px 0 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #5c4030 !important;
    text-align: left !important;
  }

  body.pagina-login input[type="text"],
  body.pagina-login input[type="email"],
  body.pagina-login input[type="password"],
  body.pagina-login .controls input,
  body.pagina-login .span8,
  body.pagina-login .span9 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 50px !important;
    margin: 0 0 14px 0 !important;
    padding: 0 18px !important;
    border: 1.5px solid #ece2da !important;
    border-radius: 999px !important;
    background: #fffdfb !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
    color: #3d2b1f !important;
  }

  body.pagina-login .botao.principal,
  body.pagina-login button.botao.principal,
  body.pagina-login .controls .botao.principal {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 52px !important;
    height: 52px !important;
    margin: 6px 0 0 !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
  }

  body.pagina-login .recuperar-senha {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    color: #c4846a !important;
    text-decoration: none !important;
  }

  body.pagina-login .recuperar-senha i {
    color: #3d2b1f !important;
  }

  body.pagina-login .social-login-google {
    margin-top: 14px !important;
  }

  body.pagina-login .alert,
  body.pagina-login .alert-danger,
  body.pagina-login .alert-error {
    margin: 8px 0 18px !important;
    padding: 14px 16px !important;
    border: 1px solid #efc7c4 !important;
    border-radius: 14px !important;
    background: #f8dddd !important;
    color: #a14d48 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  #login-content .identificacao {
    margin: 0 !important;
  }

  #login-content .identificacao-inner {
    padding: 20px 18px !important;
    border: 1px solid #ece2da !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 36px rgba(61, 43, 31, 0.12) !important;
  }

  #login-content .identificacao-title {
    margin: 0 0 16px 0 !important;
    padding: 0 28px 14px 0 !important;
    border-bottom: 1px solid #ece2da !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    color: #3d2b1f !important;
  }

  #login-content .form-horizontal,
  #login-content .control-group,
  #login-content .email-box,
  #login-content .senha-box {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  #login-content input[type="text"],
  #login-content input[type="password"] {
    width: 100% !important;
    max-width: 100% !important;
    height: 50px !important;
    margin: 0 0 14px 0 !important;
    padding: 0 18px !important;
    border: 1.5px solid #ece2da !important;
    border-radius: 999px !important;
    background: #fffdfb !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
  }

  #login-content .submit-email,
  #login-content #id_botao_login,
  #login-content .fazer-cadastro {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 52px !important;
    height: 52px !important;
    margin: 4px 0 0 !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
  }

  #login-content .esqueci-senha {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  #login-content .fazer-cadastro {
    margin-top: 10px !important;
    background: #ffffff !important;
    color: #c4846a !important;
    border: 1.5px solid #c4846a !important;
  }

  #comprar-ajax-status .sucesso,
  .sucesso {
    width: min(92vw, 420px) !important;
    max-width: min(92vw, 420px) !important;
    padding: 18px 16px 16px !important;
    border-radius: 28px !important;
    box-sizing: border-box !important;
  }

  #comprar-ajax-status .sucesso .head.visible-phone,
  .sucesso .head.visible-phone {
    margin: 0 28px 16px 0 !important;
    padding: 0 0 14px 0 !important;
    border-bottom: 1px solid #ece2da !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    color: #3d2b1f !important;
  }

  #comprar-ajax-status .sucesso .buttons,
  .sucesso .buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    background: transparent !important;
  }

  #comprar-ajax-status .sucesso .buttons a.botao,
  #comprar-ajax-status .sucesso .buttons button.botao,
  .sucesso .buttons a.botao,
  .sucesso .buttons button.botao {
    width: 100% !important;
    min-height: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    border-radius: 999px !important;
    justify-content: center !important;
  }
}

@media (max-width: 480px) {
  body.pagina-login .conteiner-principal,
  body.pagina-carrinho .conteiner-principal,
  body.pagina-checkout .conteiner-principal {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.pagina-login .caixa-sombreada.borda-principal,
  body.pagina-login .cadastro-logar .caixa-sombreada,
  #login-content .identificacao-inner,
  #comprar-ajax-status .sucesso,
  .sucesso {
    border-radius: 24px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.pagina-login .cabecalho-interno .titulo {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) {
  body.pagina-login .conteiner-principal,
  body.pagina-carrinho .conteiner-principal,
  body.pagina-checkout .conteiner-principal {
    max-width: 1180px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    padding-bottom: 72px !important;
    box-sizing: border-box !important;
  }

  body.pagina-login .cabecalho-interno {
    margin-bottom: 28px !important;
  }

  body.pagina-login .cabecalho-interno .titulo {
    font-size: 34px !important;
    line-height: 1.18 !important;
    margin: 10px 0 0 !important;
    color: #3d2b1f !important;
  }

  body.pagina-login .cabecalho-interno .titulo small {
    display: block !important;
    margin-top: 10px !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #8c7a70 !important;
  }

  body.pagina-login .cadastro-logar.row-fluid {
    display: flex !important;
    gap: 28px !important;
    align-items: stretch !important;
  }

  body.pagina-login .cadastro-logar > .span6,
  body.pagina-login .cadastro-logar > div[class*="span"] {
    width: calc(50% - 14px) !important;
    margin: 0 !important;
    float: none !important;
    display: block !important;
  }

  body.pagina-login .caixa-sombreada.borda-principal,
  body.pagina-login .cadastro-logar .caixa-sombreada {
    height: 100% !important;
    padding: 28px 28px 24px !important;
    border: 1px solid #ece2da !important;
    border-radius: 30px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 42px rgba(61, 43, 31, 0.09) !important;
    box-sizing: border-box !important;
  }

  body.pagina-login fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.pagina-login legend.titulo {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 22px 0 !important;
    padding: 0 0 16px 0 !important;
    border-bottom: 1px solid #ece2da !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    box-sizing: border-box !important;
  }

  body.pagina-login legend.titulo i {
    font-size: 19px !important;
    color: #3d2b1f !important;
  }

  body.pagina-login .control-group {
    margin-bottom: 18px !important;
  }

  body.pagina-login .control-label,
  body.pagina-login fieldset > label {
    display: block !important;
    margin: 0 0 9px 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    color: #5c4030 !important;
    text-align: left !important;
  }

  body.pagina-login input[type="text"],
  body.pagina-login input[type="email"],
  body.pagina-login input[type="password"],
  body.pagina-login .controls input,
  body.pagina-login .span8,
  body.pagina-login .span9 {
    width: 100% !important;
    max-width: 100% !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 1.5px solid #ece2da !important;
    border-radius: 999px !important;
    background: #fffdfb !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
    color: #3d2b1f !important;
  }

  body.pagina-login .controls {
    width: 100% !important;
  }

  body.pagina-login .controls > .botao.principal,
  body.pagina-login .controls button.botao.principal,
  body.pagina-login .botao.principal {
    min-width: 220px !important;
    height: 54px !important;
    margin-top: 14px !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
  }

  body.pagina-login .recuperar-senha {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 12px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    color: #c4846a !important;
    text-decoration: none !important;
  }

  body.pagina-login .social-login-google {
    margin-top: 18px !important;
    padding-top: 4px !important;
  }

  body.pagina-login .alert,
  body.pagina-login .alert-danger,
  body.pagina-login .alert-error {
    margin: 0 0 24px !important;
    padding: 16px 18px !important;
    border: 1px solid #efc7c4 !important;
    border-radius: 16px !important;
    background: #f8dddd !important;
    color: #a14d48 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  #login-content .identificacao-inner {
    width: min(100%, 520px) !important;
    padding: 24px 24px 22px !important;
    border: 1px solid #ece2da !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 40px rgba(61, 43, 31, 0.12) !important;
    box-sizing: border-box !important;
  }

  #login-content .identificacao-title {
    margin: 0 0 18px 0 !important;
    padding: 0 34px 16px 0 !important;
    border-bottom: 1px solid #ece2da !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    color: #3d2b1f !important;
  }

  #login-content input[type="text"],
  #login-content input[type="password"] {
    width: 100% !important;
    max-width: 100% !important;
    height: 54px !important;
    margin: 0 0 14px 0 !important;
    padding: 0 20px !important;
    border: 1.5px solid #ece2da !important;
    border-radius: 999px !important;
    background: #fffdfb !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
  }

  #login-content .submit-email,
  #login-content #id_botao_login,
  #login-content .fazer-cadastro {
    min-height: 54px !important;
    height: 54px !important;
    padding: 0 24px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
  }

  #login-content .fazer-cadastro {
    background: #ffffff !important;
    color: #c4846a !important;
    border: 1.5px solid #c4846a !important;
  }

  #comprar-ajax-status .sucesso,
  .sucesso {
    width: min(92vw, 560px) !important;
    max-width: min(92vw, 560px) !important;
    padding: 24px 22px 22px !important;
    border-radius: 30px !important;
    box-sizing: border-box !important;
  }

  #comprar-ajax-status .sucesso .head,
  .sucesso .head {
    margin: 0 34px 18px 0 !important;
    padding: 0 0 16px 0 !important;
    border-bottom: 1px solid #ece2da !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    color: #3d2b1f !important;
  }

  #comprar-ajax-status .sucesso .buttons,
  .sucesso .buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    background: transparent !important;
  }

  #comprar-ajax-status .sucesso .buttons a.botao,
  #comprar-ajax-status .sucesso .buttons button.botao,
  .sucesso .buttons a.botao,
  .sucesso .buttons button.botao {
    width: 100% !important;
    min-height: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    font-size: 16px !important;
    border-radius: 999px !important;
    justify-content: center !important;
  }
}

/* 21. Normalizacao final por fluxo - header, vitrines, produto, carrinho e login */

/* Header: tablet e desktop shrink usam a mesma logica de drawer para evitar colisao */
@media (min-width: 768px) and (max-width: 1199px) {
  header,
  #cabecalho {
    height: 80px !important;
    min-height: 80px !important;
  }

  header .container,
  header .conteiner,
  #cabecalho .conteiner {
    height: 80px !important;
    min-height: 80px !important;
  }

  header .container .row-flex,
  header .conteiner .row-flex,
  header .conteiner .row-fluid,
  #cabecalho .conteiner .row-fluid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    height: 80px !important;
    min-height: 80px !important;
    padding: 0 20px !important;
  }

  header .menu-trigger.menu-toggle,
  .g_ header .menu-trigger.menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    z-index: 10002 !important;
  }

  header .between-mobile,
  .g_ header .between-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    width: 100% !important;
  }

  header .g_logo,
  .g_ header .g_logo {
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }

  header .logo img,
  #cabecalho .logo img {
    max-width: 190px !important;
    height: auto !important;
  }

  header .search-desktop-container,
  .g_ header .search-desktop-container {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }

  header .search-desktop-container #search-form {
    display: none !important;
  }

  header .between-mobile > .col-auto:last-child,
  .g_ header .between-mobile > .col-auto:last-child,
  header .menu.superior,
  #cabecalho .menu.superior,
  .g_ header .menu.superior {
    position: fixed !important;
    top: 0 !important;
    left: -100vw !important;
    right: auto !important;
    width: min(86vw, 340px) !important;
    max-width: 340px !important;
    height: 100vh !important;
    min-height: 100vh !important;
    padding: 84px 0 20px !important;
    background: #ffffff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.12) !important;
    transition: left 0.3s ease !important;
    z-index: 10001 !important;
  }

  header .menu.superior.menu-visible-desktop,
  #cabecalho .menu.superior.menu-visible-desktop,
  .g_ header .menu.superior.menu-visible-desktop {
    left: 0 !important;
  }

  header .menu.superior > .nivel-um,
  #cabecalho .menu.superior > .nivel-um,
  .g_ header .menu.superior > .nivel-um {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    white-space: normal !important;
  }

  header .menu.superior > .nivel-um > li,
  #cabecalho .menu.superior > .nivel-um > li,
  .g_ header .menu.superior > .nivel-um > li {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    border-bottom: 1px solid rgba(196, 132, 106, 0.15) !important;
  }

  header .menu.superior .nivel-um > li > a,
  #cabecalho .menu.superior .nivel-um > li > a,
  .g_ header .menu.superior .nivel-um > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 52px !important;
    height: auto !important;
    padding: 15px 24px !important;
    white-space: normal !important;
  }

  header .menu.superior .nivel-um > li > a::after,
  #cabecalho .menu.superior .nivel-um > li > a::after,
  .g_ header .menu.superior .nivel-um > li > a::after {
    display: none !important;
  }
}

/* Header desktop real: layout horizontal mais fluido e sem coordenadas rigidas demais */
@media (min-width: 1200px) and (max-width: 1499px) {
  header .container .row-flex,
  header .conteiner .row-flex,
  header .conteiner .row-fluid,
  #cabecalho .conteiner .row-fluid {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  header .logo img,
  #cabecalho .logo img {
    max-width: 180px !important;
  }

  header .menu.superior,
  #cabecalho .menu.superior,
  .g_ header .menu.superior {
    left: 230px !important;
    right: 230px !important;
  }

  header .menu.superior .nivel-um > li > a,
  #cabecalho .menu.superior .nivel-um > li > a,
  .g_ header .menu.superior .nivel-um > li > a {
    padding: 0 8px !important;
  }
}

/* Cards e vitrines: consolidacao de CTA responsivo e alturas */
.acoes-produto-responsiva.visible-phone {
  display: none !important;
}

.acoes-produto-responsiva .tag-comprar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: #c4846a !important;
  color: #ffffff !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(196, 132, 106, 0.3) !important;
}

.acoes-produto-responsiva .tag-comprar .titulo {
  color: inherit !important;
  font: inherit !important;
}

@media (max-width: 767px) {
  .acoes-produto.hidden-phone {
    display: none !important;
  }

  .acoes-produto-responsiva.visible-phone {
    display: flex !important;
    justify-content: center !important;
    padding: 0 10px 16px !important;
  }

  .acoes-produto-responsiva .tag-comprar {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #listagemProdutos li.listagem-linha > ul,
  .aproveite-tambem li.listagem-linha > ul.row-fluid {
    gap: 22px 3% !important;
  }

  #listagemProdutos .listagem-item .info-produto,
  .aproveite-tambem .listagem-item .info-produto {
    padding: 18px 12px 20px !important;
  }

  #listagemProdutos .listagem-item .nome-produto,
  .aproveite-tambem .listagem-item .nome-produto {
    min-height: calc(1.3em * 2) !important;
    max-height: calc(1.3em * 2) !important;
  }
}

/* Produto: estrutura da coluna, galeria e frete */
@media (min-width: 768px) {
  .produto > .row-fluid:first-of-type > .span7,
  .produto > .row-fluid:first-of-type > .span5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .produto > .row-fluid:first-of-type {
    justify-content: space-between !important;
    gap: 3.37% !important;
  }

  .produto .thumbs-vertical ul.miniaturas li a span,
  .produto .thumbs-vertical ul.miniaturas li a {
    width: 58px !important;
    height: 58px !important;
  }

  .produto .thumbs-vertical ul.miniaturas li a span img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

@media (max-width: 991px) {
  #formCalcularCep .input-append {
    flex-wrap: wrap !important;
  }

  #formCalcularCep .input-cep,
  .input-cep,
  #formCalcularCep button.btn,
  #formCalcularCep .btn,
  #formCalcularCep .input-append .btn,
  .botao-simular-frete {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}

/* Carrinho principal: tabela e controles */
#carrinho-produtos .tabela-carrinho,
.pagina-carrinho .tabela-carrinho {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
  border: 1px solid #ece2da !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 34px rgba(61, 43, 31, 0.06) !important;
}

#carrinho-produtos .tabela-carrinho thead th,
.pagina-carrinho .tabela-carrinho thead th {
  padding: 16px 18px !important;
  background: #f8f1eb !important;
  color: #5c4030 !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  border-bottom: 1px solid #ece2da !important;
}

#carrinho-produtos .tabela-carrinho tbody td,
.pagina-carrinho .tabela-carrinho tbody td {
  padding: 18px !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #f0e6de !important;
  color: #3d2b1f !important;
  background: #ffffff !important;
}

#carrinho-produtos .tabela-carrinho tbody tr:last-child td,
.pagina-carrinho .tabela-carrinho tbody tr:last-child td {
  border-bottom: none !important;
}

#carrinho-produtos .tabela-carrinho .produto-titulo,
.pagina-carrinho .tabela-carrinho .produto-titulo {
  color: #3d2b1f !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

#carrinho-produtos .tabela-carrinho input.quantidade,
.pagina-carrinho .tabela-carrinho input.quantidade {
  width: 72px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1.5px solid #e5d7cc !important;
  border-radius: 999px !important;
  background: #fffdfb !important;
  text-align: center !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

#carrinho-produtos .tabela-carrinho .remover,
.pagina-carrinho .tabela-carrinho .remover {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 999px !important;
  background: #f8ece7 !important;
  color: #b26d59 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

@media (max-width: 991px) {
  #carrinho-produtos .tabela-carrinho,
  .pagina-carrinho .tabela-carrinho {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }
}

/* Modal de sucesso: escopo fechado e hierarquia correta */
#comprar-ajax-status .sucesso {
  width: min(92vw, 620px) !important;
  max-width: min(92vw, 620px) !important;
  padding: 24px 22px 22px !important;
  border-radius: 30px !important;
  background: #fffdfb !important;
  box-sizing: border-box !important;
}

#comprar-ajax-status .sucesso .head,
#comprar-ajax-status .sucesso .head.visible-phone {
  display: block !important;
  margin: 0 34px 18px 0 !important;
  padding: 0 0 16px 0 !important;
  border-bottom: 1px solid #ece2da !important;
  color: #3d2b1f !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

#comprar-ajax-status .sucesso .buttons {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 18px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
}

#comprar-ajax-status .sucesso .buttons a.botao,
#comprar-ajax-status .sucesso .buttons button.botao {
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  padding: 0 18px !important;
  justify-content: center !important;
}

#comprar-ajax-status .sucesso #carrinho-mini {
  display: block !important;
  margin-bottom: 18px !important;
}

#comprar-ajax-status .sucesso table.tabela-carrinho {
  display: table !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  #comprar-ajax-status .sucesso {
    width: min(92vw, 420px) !important;
    max-width: min(92vw, 420px) !important;
    padding: 18px 16px 16px !important;
  }

  #comprar-ajax-status .sucesso .head,
  #comprar-ajax-status .sucesso .head.visible-phone {
    margin: 0 28px 16px 0 !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  #comprar-ajax-status .sucesso .buttons {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 0 !important;
  }
}

/* Login, cadastro e identificacao */
body.pagina-login .alert-success,
#login-content .alert-success {
  margin: 0 0 24px !important;
  padding: 16px 18px !important;
  border: 1px solid #cde7d5 !important;
  border-radius: 16px !important;
  background: #edf8f0 !important;
  color: #2d7a4f !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

#login-content .identificacao-inner {
  margin-left: auto !important;
  margin-right: auto !important;
}

#login-content .control-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

#login-content .login-data .control-group {
  gap: 12px !important;
}

#login-content .submit-email,
#login-content #id_botao_login,
#login-content .fazer-cadastro,
body.pagina-login .controls > .botao.principal,
body.pagina-login .controls button.botao.principal,
body.pagina-login .botao.principal {
  width: 100% !important;
  min-width: 0 !important;
}

body.pagina-login .social-login-google .button-auth-google,
#login-content .button-auth-google {
  width: 100% !important;
  min-height: 54px !important;
  display: block !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  body.pagina-login .cadastro-logar.row-fluid {
    display: block !important;
  }

  body.pagina-login .cadastro-logar > .span6,
  body.pagina-login .cadastro-logar > div[class*="span"] {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }

  body.pagina-login .caixa-sombreada.borda-principal,
  body.pagina-login .cadastro-logar .caixa-sombreada {
    padding: 24px 22px !important;
    border-radius: 28px !important;
  }

  body.pagina-login .cabecalho-interno .titulo {
    font-size: 30px !important;
  }
}

/* 22. Pagina de carrinho - tabela, quantidades e resumo */

/* Container e título */
body.pagina-carrinho .finalizar-compra {
  max-width: 900px !important;
  margin: 0 auto !important;
}

body.pagina-carrinho .cabecalho-interno .titulo {
  font-family: "Lora", Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #3d2b1f !important;
  margin: 24px 0 20px !important;
}

body.pagina-carrinho .cabecalho-interno .titulo small {
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #9f9189 !important;
  display: block !important;
  margin-top: 4px !important;
}

/* Caixa principal */
body.pagina-carrinho .caixa-sombreada {
  background: #fffdf9 !important;
  border: 1px solid #ede4dc !important;
  border-radius: 24px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 12px 36px rgba(61, 43, 31, 0.08) !important;
}

/* Tabela */
body.pagina-carrinho .tabela-carrinho,
body.pagina-carrinho table.table {
  width: 100% !important;
  border-collapse: collapse !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.pagina-carrinho .tabela-carrinho thead th,
body.pagina-carrinho table.table thead th {
  padding: 16px 20px !important;
  background: #f8f1eb !important;
  border-bottom: 1px solid #ede4dc !important;
  border-top: none !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #8c7060 !important;
}

body.pagina-carrinho .tabela-carrinho thead th h6 {
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
}

/* Linhas de produto */
body.pagina-carrinho .tabela-carrinho tr,
body.pagina-carrinho table.table tbody tr {
  border-bottom: 1px solid #f0e6de !important;
}

body.pagina-carrinho .tabela-carrinho tr:last-child {
  border-bottom: none !important;
}

body.pagina-carrinho .tabela-carrinho td {
  padding: 20px !important;
  vertical-align: middle !important;
  background: transparent !important;
  border: none !important;
}

/* Imagem do produto */
body.pagina-carrinho .tabela-carrinho .conteiner-imagem {
  width: 90px !important;
  padding-right: 0 !important;
}

body.pagina-carrinho .tabela-carrinho .imagem a {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #f5ede8 !important;
  border: 1px solid #ede4dc !important;
}

body.pagina-carrinho .tabela-carrinho .imagem img {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

/* Info do produto */
body.pagina-carrinho .tabela-carrinho .produto-info a {
  font-family: "Lora", Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #3d2b1f !important;
  text-decoration: none !important;
  line-height: 1.35 !important;
  display: block !important;
  margin-bottom: 6px !important;
}

body.pagina-carrinho .tabela-carrinho .produto-info a:hover {
  color: #c4846a !important;
}

body.pagina-carrinho .tabela-carrinho .produto-info ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.pagina-carrinho .tabela-carrinho .produto-info ul li {
  font-size: 12px !important;
  color: #9f9189 !important;
  margin-bottom: 2px !important;
}

body.pagina-carrinho .tabela-carrinho .produto-info ul li strong {
  color: #7a6258 !important;
  font-weight: 600 !important;
}

/* Controle de quantidade */
body.pagina-carrinho .tabela-carrinho .quantidade {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

body.pagina-carrinho .tabela-carrinho .quantidade a.icon-minus,
body.pagina-carrinho .tabela-carrinho .quantidade a.icon-plus {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  background: rgba(196, 132, 106, 0.12) !important;
  color: #a86e56 !important;
  font-size: 12px !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  transition: background 0.18s !important;
}

body.pagina-carrinho .tabela-carrinho .quantidade a.icon-minus:hover,
body.pagina-carrinho .tabela-carrinho .quantidade a.icon-plus:hover {
  background: rgba(196, 132, 106, 0.28) !important;
}

body.pagina-carrinho .tabela-carrinho .quantidade input.input-mini {
  width: 52px !important;
  height: 36px !important;
  border: 1.5px solid #e5d7cc !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #3d2b1f !important;
  background: #fffdfb !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body.pagina-carrinho .tabela-carrinho .quantidade button.atualizar-quantidade {
  height: 34px !important;
  padding: 0 14px !important;
  background: #c4846a !important;
  border: none !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: background 0.2s !important;
}

body.pagina-carrinho .tabela-carrinho .quantidade button.atualizar-quantidade:hover {
  background: #a86e56 !important;
}

/* Coluna de preço */
body.pagina-carrinho .tabela-carrinho td.col-item-unit-price {
  text-align: right !important;
}

body.pagina-carrinho .tabela-carrinho .preco-produto {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 2px !important;
}

body.pagina-carrinho .tabela-carrinho .preco-produto .preco-venda,
body.pagina-carrinho .tabela-carrinho .preco-produto s {
  font-size: 12px !important;
  color: #9f9189 !important;
  text-decoration: line-through !important;
  font-weight: 400 !important;
  display: block !important;
}

body.pagina-carrinho .tabela-carrinho .preco-produto .preco-promocional,
body.pagina-carrinho .tabela-carrinho .preco-produto strong {
  font-family: "Lora", Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #3d2b1f !important;
  display: block !important;
}

/* Neutraliza o nesting duplo de .preco-produto dentro de strong */
body.pagina-carrinho .tabela-carrinho td strong.preco-promocional > .preco-produto {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
}

body.pagina-carrinho .tabela-carrinho td strong.preco-promocional > .preco-produto > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 2px !important;
}

body.pagina-carrinho .tabela-carrinho td strong.preco-promocional > .preco-produto > div > strong {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #3d2b1f !important;
}

body.pagina-carrinho .tabela-carrinho td strong.preco-promocional > .preco-produto > div > s {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #9f9189 !important;
}

/* Coluna excluir */
body.pagina-carrinho .tabela-carrinho .excluir {
  text-align: center !important;
}

body.pagina-carrinho .tabela-carrinho .excluir a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  background: #fdf1ee !important;
  color: #c4846a !important;
  font-size: 16px !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
}

body.pagina-carrinho .tabela-carrinho .excluir a:hover {
  background: #f5d9d0 !important;
  color: #a86e56 !important;
}

/* Subtotal e total */
body.pagina-carrinho .caixa-sombreada .subtotal,
body.pagina-carrinho .subtotal-carrinho,
body.pagina-carrinho tr.subtotal td {
  text-align: right !important;
  padding: 16px 20px !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 15px !important;
  color: #5c4030 !important;
  border-top: 1px solid #ede4dc !important;
  border-bottom: none !important;
  background: #fdf8f5 !important;
}

body.pagina-carrinho tr.subtotal td strong,
body.pagina-carrinho .subtotal-valor {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #3d2b1f !important;
}

/* Frete / CEP */
body.pagina-carrinho .frete-conteiner,
body.pagina-carrinho .calcular-frete {
  padding: 20px 20px !important;
  border-top: 1px solid #ede4dc !important;
  background: #faf7f4 !important;
}

body.pagina-carrinho .frete-conteiner label,
body.pagina-carrinho .calcular-frete label {
  font-family: "Lora", Georgia, serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #3d2b1f !important;
  display: block !important;
  margin-bottom: 10px !important;
}

/* Total final */
body.pagina-carrinho .total-carrinho,
body.pagina-carrinho tr.total td {
  padding: 16px 20px !important;
  text-align: right !important;
  border-top: 2px solid #ede4dc !important;
  background: #fdf8f5 !important;
}

body.pagina-carrinho .total-valor,
body.pagina-carrinho tr.total strong {
  font-family: "Lora", Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #3d2b1f !important;
}

body.pagina-carrinho .total-parcelas,
body.pagina-carrinho .parcelamento-total {
  font-size: 13px !important;
  color: #c4846a !important;
  margin-top: 4px !important;
}

/* Botões de ação (continuar / finalizar) */
body.pagina-carrinho .acao-editar.row-fluid {
  margin-top: 24px !important;
}

/* Responsivo */
@media (max-width: 767px) {
  body.pagina-carrinho .finalizar-compra {
    padding: 0 !important;
  }

  body.pagina-carrinho .caixa-sombreada {
    border-radius: 18px !important;
  }

  body.pagina-carrinho .tabela-carrinho thead {
    display: none !important;
  }

  body.pagina-carrinho .tabela-carrinho tr {
    display: block !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid #f0e6de !important;
  }

  body.pagina-carrinho .tabela-carrinho td {
    display: block !important;
    padding: 6px 16px !important;
    border: none !important;
    text-align: left !important;
  }

  body.pagina-carrinho .tabela-carrinho td.conteiner-imagem {
    padding-bottom: 0 !important;
  }

  body.pagina-carrinho .tabela-carrinho td.col-item-unit-price {
    text-align: left !important;
  }

  body.pagina-carrinho .tabela-carrinho .preco-produto,
  body.pagina-carrinho .tabela-carrinho td strong.preco-promocional > .preco-produto > div {
    align-items: flex-start !important;
  }
}
