/*
  AURA theme layer for Loja Integrada.
  Base visual mode: luxo clean comercial
  Optional mode: body.aura-mode-editorial
*/

:root {
  --aura-mint-100: #dcecee;
  --aura-mint-200: #87b3bc;
  --aura-mint-300: #92c3cb;
  --aura-beige-100: #f6f6e9;
  --aura-ink-900: #2b221d;
  --aura-ink-800: #3f3128;
  --aura-paper: #fcfbf8;
  --aura-white: #ffffff;
  --aura-border: #e0d9d2;
  --aura-shadow: 0 20px 45px rgba(51, 39, 30, 0.08);
  --aura-radius-lg: 20px;
  --aura-radius-md: 14px;
  --aura-radius-sm: 10px;
  --aura-font-title: "Instrument Serif", "Cormorant Garamond", "Times New Roman", serif;
  --aura-font-body: "Inter", "Manrope", "Segoe UI", sans-serif;
}
.menu .lateral .fechado .borda-principal{
    display: none !important;
}
.menu .lateral .aberto{
    display: none !important;
}

.minha-conta,
.rastreio-btn,
.contato-top{
  display: none !important;
}

.busca .botao-busca{
    right: 52px !important;
}

.listagem-item .acoes-produto{
    background-color: var(--aura-ink-900) !important;
    padding: 5px 0 !important;
    border-radius: 10px;
}

#avisoCookies{
    display: none;
}

body.aura-theme {
  color: var(--aura-ink-900);
  font-family: var(--aura-font-body);
  background: linear-gradient(180deg, #fff 0%, var(--aura-paper) 55%, #fff 100%);
}

body.aura-theme h1,
body.aura-theme h2,
body.aura-theme h3,
body.aura-theme .titulo,
body.aura-theme .titulo strong {
  font-family: var(--aura-font-title);
  letter-spacing: 0.01em;
  font-weight: 400;
}

body.aura-theme .conteiner,
body.aura-theme .container {
  max-width: 1240px;
}

body.aura-theme .acao-item,
body.aura-theme .topo .acoes-flutuantes,
body.aura-theme .topo .icon-shopping-cart,
body.aura-theme .topo .icon-user {
  color: var(--aura-paper);
}

body.aura-theme #cabecalho,
body.aura-theme .topo,
body.aura-theme header {
  border-bottom: none;
  box-shadow: none;
  background: var(--aura-ink-900);
}

body.aura-theme .topo .busca input,
body.aura-theme .busca input,
body.aura-theme .search input {
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  height: 44px;
  padding: 0 20px;
  font-size: 13px;
  color: var(--aura-paper);
}
body.aura-theme .topo .busca input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#aura-rebuy {
    background-image: url("https://i.postimg.cc/Pf6K1X1B/newsletter-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 761px) {
  body.aura-theme.aura-base-mosaico #cabecalho .conteiner > .row-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 15px 0;
  }
  body.aura-theme.aura-base-mosaico #cabecalho .conteiner > .row-fluid::after,
  body.aura-theme.aura-base-mosaico #cabecalho .conteiner > .row-fluid::before {
    display: none !important;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .conteiner > .row-fluid > [class*="span"] {
    float: none;
    width: auto;
    margin-left: 0;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .conteiner > .row-fluid > .span3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 10;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .conteiner > .row-fluid > .conteudo-topo {
    width: 100%;
    margin: 0;
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .conteudo-topo .superior {
    display: none;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .conteudo-topo .inferior {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .conteudo-topo .inferior .span8.busca-mobile {
    margin-right: 500px;
    width: min(100%, 360px);
    padding: 0;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .conteudo-topo .inferior .span4.hidden-phone,
  body.aura-theme.aura-base-mosaico #cabecalho .conteudo-topo .inferior .span4 {
    margin: 0;
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 48px;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .logo {
    margin: 12px 0;
    text-align: center;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .logo img {
    max-height: 70px;
    width: auto;
    max-width: 220px;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .busca {
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .busca form {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .busca input {
    width: 100%;
    min-width: 320px;
  }

  body.aura-theme.aura-base-mosaico #cabecalho .busca .botao-busca {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    padding: 0;
    flex: 0 0 auto;
  }

  body.aura-theme.aura-base-mosaico .aura-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 13px;
    letter-spacing: 0.02em;
  }

  body.aura-theme.aura-base-mosaico .aura-header-link {
    color: var(--aura-paper);
    text-decoration: none;
    font-weight: 500;
  }

  body.aura-theme.aura-base-mosaico .aura-header-link:hover {
    color: var(--aura-beige-100);
    opacity: 0.8;
  }
}

body.aura-theme .menu.superior,
body.aura-theme .menu.superior .nivel-um {
  background: transparent;
}
.menu.superior .nivel-um>li a strong{
    color: #ffff;
}

body.aura-theme .menu.superior .nivel-um > li > a,
body.aura-theme .menu.superior .nivel-um > li > span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--aura-ink-900);
}

body.aura-theme .menu.superior .nivel-um > li > a:hover,
body.aura-theme .menu.superior .nivel-um > li:hover > a {
  color: #5f817f;
}

body.aura-theme .botao,
body.aura-theme .botao.principal,
body.aura-theme .btn,
body.aura-theme button {
  border-radius: 8px;
  border: 1px solid transparent;
  background: #6f9ca2;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  transition: all 0.24s ease;
}

body.aura-theme .botao:hover,
body.aura-theme .botao.principal:hover,
body.aura-theme .btn:hover,
body.aura-theme button:hover {
  background: #5f868b;
  transform: translateY(-1px);
}

body.aura-theme .secao-banners,
body.aura-theme .banner {
  border-radius: 0;
  overflow: hidden;
}

body.aura-theme.aura-base-mosaico .secao-banners .banner img,
body.aura-theme.aura-base-mosaico .banner.cheio img,
body.aura-theme.aura-base-mosaico .flexslider .slides img,
body.aura-theme.aura-base-mosaico .carousel img {
  width: 100%;
  object-fit: cover;
}

body.aura-theme.aura-base-mosaico .mini-banners,
body.aura-theme.aura-base-mosaico .fullbanners-tarja,
body.aura-theme.aura-base-mosaico .fullbanner-tarja,
body.aura-theme.aura-base-mosaico .banner.tarja {
  margin-top: 14px;
}

body.aura-theme.aura-base-mosaico .mini-banners img,
body.aura-theme.aura-base-mosaico .fullbanners-tarja img,
body.aura-theme.aura-base-mosaico .fullbanner-tarja img,
body.aura-theme.aura-base-mosaico .banner.tarja img {
  border-radius: var(--aura-radius-md);
  width: 100%;
  object-fit: cover;
}

body.aura-theme .listagem .listagem-item,
body.aura-theme .produto,
body.aura-theme .listagem-item {
  border: 1px solid #ebe4da;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(51, 39, 30, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.aura-theme .listagem .listagem-item:hover,
body.aura-theme .produto:hover,
body.aura-theme .listagem-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--aura-shadow);
}

body.aura-theme .listagem .nome-produto,
body.aura-theme .listagem .preco-produto,
body.aura-theme .produto .nome-produto {
  color: var(--aura-ink-900);
}

body.aura-theme .listagem .nome-produto {
  font-size: 14px;
  line-height: 1.35;
}

body.aura-theme .secao-produtos .titulo,
body.aura-theme .titulo-categoria {
  font-size: clamp(28px, 3vw, 46px);
  text-align: center;
  margin: 10px 0 26px;
}

body.aura-theme .aura-inner {
  max-width: 1240px;
  width: min(100% - 36px, 1240px);
  margin: 0 auto;
}

body.aura-theme .aura-microbar {
  background: var(--aura-ink-900);
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

body.aura-theme .aura-microbar .aura-inner {
  min-height: 34px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

body.aura-theme .aura-microbar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

body.aura-theme .aura-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  opacity: 0.95;
}

body.aura-theme .aura-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

body.aura-theme .aura-benefits {
  border-bottom: 1px solid var(--aura-border);
  background: var(--aura-beige-100);
}

body.aura-theme .aura-benefits-grid {
  min-height: 54px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

body.aura-theme .aura-benefit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 12px;
  color: var(--aura-ink-900);
}

body.aura-theme .aura-benefit-card .aura-icon {
  color: #6f8f8e;
}

body.aura-theme .aura-categories {
  padding: 36px 0 24px;
  background: var(--aura-paper);
}

body.aura-theme .aura-category-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.aura-theme .aura-category-chip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  border-radius: 50px;
  padding: 0 30px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #c4aa83 0%, #7f6347 100%);
}

body.aura-theme .aura-category-chip span {
  position: relative;
  z-index: 2;
  font-family: var(--aura-font-title);
  font-size: 28px;
  line-height: 0.92;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}

body.aura-theme .aura-category-chip.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--aura-chip-image);
  background-size: cover;
  background-position: center;
  filter: contrast(1.04) brightness(0.74);
}

body.aura-theme .aura-category-chip.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://i.postimg.cc/L6Q9d1Lw/categoria-masculino.jpg");
}



body.aura-theme .aura-rebuy {
  padding: 0 0 18px;
}

body.aura-theme .aura-rebuy-layout {
  border-radius: var(--aura-radius-lg);
  background: transparent;
  color: #fff;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 34px 44px;
}

body.aura-theme .aura-rebuy-form-slot {
  flex: 1;
  max-width: 500px;
}

body.aura-theme .aura-rebuy-form-slot .newsletter .conteiner {
  padding: 0;
  max-width: 100%;
}

body.aura-theme .aura-rebuy-form-slot .newsletter {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

/* Esconde todas as newsletters genéricas, menos a do modal e a realocada no .aura-rebuy-form-slot */
body.aura-theme :not(#modalNewsletter):not(.aura-rebuy-form-slot) > .componente.newsletter {
  display: none !important;
}

/* Inline Newsletter styling - Mockup Exact Match */
body.aura-theme .aura-newsletter-inline,
body.aura-theme .aura-newsletter-inline-dummy {
  display: flex;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  height: 52px;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

body.aura-theme .aura-newsletter-inline input,
body.aura-theme .aura-newsletter-inline-dummy input {
  flex: 1;
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  height: 100%;
  padding: 0 24px;
  color: #333;
  font-size: 14px;
  outline: none;
}

body.aura-theme .aura-newsletter-inline button,
body.aura-theme .aura-newsletter-inline-dummy button {
  background: #6f8f8e;
  border: none;
  height: 44px;
  width: 50px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: opacity 0.2s;
  margin: 0;
}

body.aura-theme .aura-newsletter-inline button:hover,
body.aura-theme .aura-newsletter-inline-dummy button:hover {
  opacity: 0.85;
}

body.aura-theme .aura-newsletter-inline button svg,
body.aura-theme .aura-newsletter-inline-dummy button svg {
  width: 18px;
  height: 18px;
}

body.aura-theme .aura-rebuy-copy h3 {
  font-size: clamp(27px, 2.9vw, 42px);
  line-height: 0.94;
  margin: 0 0 8px;
}

body.aura-theme .aura-rebuy-copy p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  opacity: 0.95;
}

body.aura-theme .aura-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  text-decoration: none;
  min-height: 40px;
  padding: 0 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  transition: all 0.2s ease;
}

body.aura-theme .aura-btn-light {
  background: #fff;
  border: 1px solid #fff;
  color: #221913;
}

body.aura-theme .aura-btn-dark {
  background: #2d2018;
  border: 1px solid #2d2018;
  color: #fff;
}

body.aura-theme .aura-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

body.aura-theme .aura-featured-shelf .titulo,
body.aura-theme .aura-featured-shelf .titulo strong {
  font-size: clamp(28px, 3vw, 50px);
  font-family: var(--aura-font-title);
}

body.aura-theme .listagem-item {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.aura-theme .listagem-item .botao-comprar {
  background: var(--aura-ink-900) !important;
  border-radius: 4px !important;
  color: white !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em;
  font-weight: 600;
}

body.aura-theme #rodape,
body.aura-theme .rodape,
body.aura-theme footer {
  border-top: 1px solid #dfd9d0;
  background: #faf8f5;
}

body.aura-theme .newsletter,
body.aura-theme .institucional {
  border-radius: var(--aura-radius-md);
}

body.aura-theme .aura-icon,
body.aura-theme .aura-btn,
body.aura-theme .aura-category-chip {
  will-change: transform;
}

body.aura-theme.aura-mode-editorial {
  background: linear-gradient(180deg, #f8f5f0 0%, #f0ebe3 100%);
}

body.aura-theme.aura-mode-editorial #cabecalho,
body.aura-theme.aura-mode-editorial .topo,
body.aura-theme.aura-mode-editorial header {
  background:
    linear-gradient(180deg, rgba(28, 19, 14, 0.94) 0%, rgba(31, 20, 15, 0.9) 100%),
    radial-gradient(circle at 20% 0, rgba(174, 123, 71, 0.35), transparent 32%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.aura-theme.aura-mode-editorial .topo .acao-item,
body.aura-theme.aura-mode-editorial .menu.superior .nivel-um > li > a,
body.aura-theme.aura-mode-editorial .menu.superior .nivel-um > li > span {
  color: #f6eee4;
}

body.aura-theme.aura-mode-editorial.aura-base-mosaico .aura-header-link {
  color: #f6eee4;
}

body.aura-theme.aura-mode-editorial .topo .busca input,
body.aura-theme.aura-mode-editorial .busca input {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

body.aura-theme.aura-mode-editorial .aura-benefits,
body.aura-theme.aura-mode-editorial .aura-categories {
  background: #f7f1e8;
}

@media (max-width: 1090px) {
  body.aura-theme .aura-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 72px;
    padding: 10px 0;
  }

  body.aura-theme .aura-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


}

@media (max-width: 760px) {
  body.aura-theme .aura-inner {
    width: min(100% - 20px, 1240px);
  }

  body.aura-theme .aura-microbar .aura-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2px;
    padding: 6px 0;
  }

  body.aura-theme .aura-microbar-item {
    font-size: 10px;
  }

  body.aura-theme .aura-benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 0;
  }

  body.aura-theme .aura-benefit-card {
    justify-content: flex-start;
    font-size: 11px;
  }

  body.aura-theme .aura-category-grid {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  body.aura-theme .aura-category-chip {
    min-width: 142px;
    min-height: 74px;
    scroll-snap-align: start;
  }

  body.aura-theme .aura-category-chip span {
    font-size: 23px;
  }



  body.aura-theme .aura-rebuy-layout {
    display: block;
    text-align: left;
    padding: 20px;
  }

  body.aura-theme .aura-rebuy-copy {
    margin-bottom: 14px;
  }
}
