@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap");
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.contrast {
  filter: grayscale(100%);
}

#wpadminbar {
  position: fixed !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 130%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
p strong {
  color: #5f021f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  color: #000000;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: normal;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #5f021f;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h1 strong {
  color: #5f021f;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  font-family: "Gilda Display", serif;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 strong {
  color: #5f021f;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  font-weight: 700;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: #000000;
}
a:hover {
  opacity: 0.7;
}

.btn {
  border-radius: 4px;
  background: #5f021f;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 16px;
  border-radius: 16px !important;
}

.btn:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* leve elevação */
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.overflow {
  width: 100%;
  overflow: auto;
}

*::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

*::-moz-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(95, 2, 31, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(95, 2, 31, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #5f021f !important;
}

*::-moz-scrollbar-thumb:active {
  background: #5f021f !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #af937e !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 8px;
  background: #af937e !important;
}

.footer {
  background: #af937e;
}
.footer h4 {
  color: white;
}
.footer__top {
  padding: 60px 0 48px;
}
.footer__top * {
  color: white;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .footer__top > .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    gap: 48px;
  }
}
.footer__top .logoFooter {
  max-width: 370px;
}
.footer__top .logoFooter img:first-child {
  margin-bottom: 16px;
}
.footer__top .menuFooter .primary-menu li {
  margin-bottom: 12px;
}
.footer__top .menuFooter .primary-menu li a {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.footer__top .btnsFooter .btnFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 4 0;
  margin-bottom: 20px;
}
.footer__top .btnsFooter .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.footer__top .btnsFooter .logoPRR {
  padding-top: 80px;
}
.footer__bottom > .container {
  border-top: 4px solid #94cdca;
  padding: 29px 0;
}
@media (min-width: 1200px) {
  .footer__bottom > .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .footer__bottom > .container {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

@media (min-width: 1200px) {
  .home .boxBanner .banner {
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: bottom right;
    height: 560px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .home .boxBanner .banner::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .home .boxBanner .banner * {
    color: #000;
    text-align: left;
  }
}
.home .boxBanner .banner .btn {
  color: white;
}
@media (min-width: 1200px) {
  .home .boxBanner .banner .btnsBanner {
    justify-content: flex-start;
  }
}
.home .boxBanner .banner .btnsBanner .btn {
  background: #af937e;
}
.home .boxBanner .banner .btnsBanner .btn:last-child {
  background: transparent;
  border: 1px solid #af937e;
  color: #af937e;
}
@media (min-width: 1200px) {
  .home .boxBanner .banner .container {
    justify-content: flex-start;
  }
  .home .boxBanner .banner .container .boxBanner {
    max-width: 600px;
  }
  .home .boxBanner .banner .container .boxBanner .btn {
    margin: 32px 0;
  }
}

.homePage .homeIntro {
  background: #5f021f;
  padding: 60px 0;
}
.homePage .homeIntro .txt {
  max-width: 695px;
  margin: 0 auto;
  text-align: center;
}
.homePage .homeIntro .txt * {
  color: white;
}
.homePage .homeProdutos {
  background: #fafafa;
  padding: 40px 0;
}
.homePage .homeProdutos .txt {
  text-align: center;
}
.homePage .homeProdutos .txt h2 {
  color: #5f021f;
}
.homePage .homeProdutos__slider {
  margin-top: 32px;
}
.homePage .homeProdutos__slider .prodCard {
  margin: 0 16px;
}
.homePage .homeProdutos__slider .prodCard {
  background: #af937e; /* cor do print */
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  overflow: hidden;
  position: relative;
  min-height: 415px;
}
.homePage .homeProdutos__slider .prodCard__image img {
  width: 100%;
  max-width: 160px;
  display: block;
  margin: 0 auto 20px;
}
.homePage .homeProdutos__slider .prodCard__price {
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin: 0 0 8px;
}
.homePage .homeProdutos__slider .prodCard__title a {
  color: white;
  font-weight: 500;
  text-decoration: none;
}
.homePage .homeProdutos__slider .prodCard__rating {
  margin: 10px 0 15px;
}
.homePage .homeProdutos__slider .prodCard__rating .star-rating span:before {
  color: #ffd861 !important; /* amarelo igual ao print */
}
.homePage .homeProdutos__slider .prodCard__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 16px;
}
.homePage .homeProdutos__slider .prodCard__actions .addToCartBtn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.homePage .homeProdutos__slider .prodCard__actions .addToCartBtn .added_to_cart {
  color: white;
}
.homePage .homeProdutos__slider .addToCartBtn .button {
  background: white;
  color: #af937e;
  padding: 6px 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.homePage .homeProdutos__slider .addToCartBtn .button:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23A8846A" viewBox="0 0 24 24"><path d="M7 4h14l-1.5 9h-13z"/><circle cx="10" cy="20" r="2"/><circle cx="17" cy="20" r="2"/></svg>');
}
.homePage .homeProdutos__slider .wishlistBtn {
  background: none;
  border: 2px solid white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.homePage .homeDestaques {
  background: white;
  padding: 38px 0 48px;
}
.homePage .homeDestaques .txt {
  text-align: center;
}
.homePage .homeDestaques .txt h2 {
  color: #5f021f;
}
.homePage .homeDestaques .boxesDestaques {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1199px) {
  .homePage .homeDestaques .boxesDestaques {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .homePage .homeDestaques .boxesDestaques {
    grid-template-columns: 1fr;
  }
}
.homePage .homeDestaques .boxesDestaques .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.homePage .homeDestaques .boxesDestaques .box h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 113%; /* 22.6px */
  margin: 0;
}
.homePage .homeDestaques .boxesDestaques .box p {
  max-width: 300px;
  margin: 0 auto;
}
.homePage .homeLocalizacao {
  background: #5f021f;
  padding: 48px 0;
}
.homePage .homeLocalizacao .txt {
  max-width: 695px;
  margin: 0 auto;
  text-align: center;
}
.homePage .homeLocalizacao .txt * {
  color: white;
}
.homePage .homeLocalizacao .btnLocalizacao {
  border-radius: 16px;
  border: 1px solid #fff;
  padding: 7px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f021f;
  font-size: 16px;
  background: transparent;
  font-weight: 700;
  width: fit-content;
  margin: 32px auto 0;
  color: white;
}
.homePage .homeSabores {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 164px 0;
  position: relative;
}
.homePage .homeSabores::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
}
.homePage .homeSabores .container {
  position: relative;
}
.homePage .homeSabores .txt {
  text-align: center;
}
.homePage .homeSabores .txt * {
  color: white;
}
.homePage .homeSabores .txt h2 {
  font-size: 48px;
}
@media (max-width: 1199px) {
  .homePage .homeSabores .txt h2 {
    font-size: 28px;
  }
}
.homePage .homeSabores .btnSabores {
  border-radius: 16px;
  background: #5f021f;
  padding: 7px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  margin: 32px auto 0;
}

.sobrePage__intro {
  padding: 32px 0;
}
.sobrePage__intro .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .sobrePage__intro .container {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.sobrePage__intro__img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 531px;
  height: 790px;
}
@media (max-width: 1199px) {
  .sobrePage__intro__img {
    width: 100%;
    height: 450px;
  }
}
.sobrePage__intro__txt {
  max-width: 560px;
}
.sobrePage__intro__txt h2 {
  color: #5f021f;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 108%; /* 34.56px */
}
.sobrePage__espaco {
  background: #5f021f;
  padding: 44px 0;
}
.sobrePage__espaco .txt {
  max-width: 695px;
  text-align: center;
  margin: 0 auto;
}
.sobrePage__espaco .txt * {
  color: white;
}

.contacto {
  padding-top: 48px;
}

.contactSection {
  padding: 24px 0 48px;
}
.contactSection .contactWrapper {
  display: flex;
  border: 1px solid #61a6ab;
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contactSection .contactWrapper {
    flex-direction: column;
  }
}
.contactSection .contactForm {
  flex: 1;
  padding: 40px;
  border-right: 1px solid #61a6ab;
  max-width: 630px;
}
@media (max-width: 768px) {
  .contactSection .contactForm {
    border-right: none;
    border-bottom: 1px solid #5f021f;
  }
}
.contactSection .contactForm form {
  max-width: 563px;
}
.contactSection .contactForm form .formRow {
  display: flex;
  gap: 15px;
}
@media (max-width: 600px) {
  .contactSection .contactForm form .formRow {
    flex-direction: column;
  }
}
.contactSection .contactForm form .formGroup {
  width: 100%;
  margin-bottom: 20px;
}
.contactSection .contactForm form .formGroup.half {
  flex: 1;
}
.contactSection .contactForm form .formGroup input,
.contactSection .contactForm form .formGroup textarea,
.contactSection .contactForm form .formGroup select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(208, 0, 111, 0.21);
  font-size: 15px;
  color: #2c2c2c;
  font-family: inherit;
  transition: border-color 0.2s ease;
  background: transparent;
}
.contactSection .contactForm form .formGroup input:focus,
.contactSection .contactForm form .formGroup textarea:focus,
.contactSection .contactForm form .formGroup select:focus {
  border-color: #d00321;
  outline: none;
}
.contactSection .contactForm form .formGroup input::placeholder,
.contactSection .contactForm form .formGroup textarea::placeholder,
.contactSection .contactForm form .formGroup select::placeholder {
  color: #2c2c2c;
}
.contactSection .contactForm form .formGroup label {
  color: #2c2c2c;
}
.contactSection .contactForm form .formGroup textarea {
  height: 120px;
  resize: none;
}
.contactSection .contactForm form .formSubmit {
  text-align: left;
}
.contactSection .contactForm form .formSubmit input[type=submit] {
  background: #5f021f;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 20V4L22 12L3 20ZM5 17L16.85 12L5 7V10.5L11 12L5 13.5V17ZM5 17V12V7V10.5V13.5V17Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 50px;
}
.contactSection .contactInfo {
  flex: 0 0 40%;
  padding: 40px;
  background: #fff;
}
.contactSection .contactInfo h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.contactSection .contactInfo p strong {
  color: #000000;
}
.contactSection .contactInfo .btnWhats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 12px;
  background: #00d35e;
  padding: 8px 16px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  margin: 16px 0;
}
.contactSection .contactInfo .infoItem {
  margin-bottom: 20px;
}
.contactSection .contactInfo .infoItem strong {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}
.contactSection .contactInfo .infoItem p {
  margin: 0;
  color: #333;
  font-size: 15px;
}
.contactSection .contactInfo .infoItem p a {
  color: #d00321;
  text-decoration: none;
}
.contactSection .contactInfo .infoItem p a:hover {
  text-decoration: underline;
}

.iframeMapa {
  padding-bottom: 48px;
}
.iframeMapa p {
  margin: 0 !important;
}
.iframeMapa > .container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1199px) {
  .iframeMapa > .container {
    flex-direction: column;
  }
  .iframeMapa > .container iframe {
    width: 100%;
  }
}

.colecoesPage {
  /* BLOCO DE COLEÇÃO */
  /* BANNERS */
  /* -----------------------------
     LAYOUT DESKTOP (4 imagens)
     1 grande | 2 pequenas | 1 grande
  -------------------------------- */
  /* Imagem 1 — grande (coluna 1) */
  /* Imagem 2 — topo da coluna 2 */
  /* Imagem 3 — abaixo da 2 */
  /* Imagem 4 — grande (coluna 3) */
  /* -----------------------------
     MOBILE
  -------------------------------- */
  /* RESPONSIVO */
}
.colecoesPage .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.colecoesPage .colecaoBloco {
  padding: 60px 0;
}
.colecoesPage .colecaoBloco:nth-child(even) {
  background: #fafafa;
}
.colecoesPage .colecaoBloco:nth-child(even) .colecaoBloco__grid {
  direction: rtl;
}
.colecoesPage .colecaoBloco:nth-child(even) .colecaoBloco__grid .colecaoBloco__texto {
  direction: ltr;
}
.colecoesPage .colecaoBloco__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.colecoesPage .colecaoBloco__imagem img {
  width: 100%;
  border-radius: 12px;
}
.colecoesPage .colecaoBloco__lista {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.colecoesPage .colecaoBloco__lista li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.colecoesPage .colecaoBloco__lista li span {
  font-size: 18px;
  font-weight: 700;
}
.colecoesPage .colecaoBloco .btn {
  width: fit-content;
  margin-top: 32px;
}
.colecoesPage .colecoesBanner1,
.colecoesPage .colecoesBanner2 {
  padding: 120px 0;
  background-size: cover;
  position: relative;
  text-align: center;
}
.colecoesPage .colecoesBanner1::before,
.colecoesPage .colecoesBanner2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.colecoesPage .colecoesBanner1 .container,
.colecoesPage .colecoesBanner2 .container {
  position: relative;
}
.colecoesPage .colecoesBanner1 .container *,
.colecoesPage .colecoesBanner2 .container * {
  color: white;
}
.colecoesPage .colecoesBanner1 .container .btn,
.colecoesPage .colecoesBanner2 .container .btn {
  width: fit-content;
  margin: 24px auto 0;
}
.colecoesPage .colecoesGaleria {
  padding: 48px 0;
  text-align: center;
}
.colecoesPage .galeriaGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px; /* altura base igual ao exemplo anterior */
  gap: 20px;
  margin-top: 32px;
}
.colecoesPage .galeriaGrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.colecoesPage .galeriaGrid img:nth-child(1) {
  grid-column: 1;
  grid-row: span 2;
}
.colecoesPage .galeriaGrid img:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.colecoesPage .galeriaGrid img:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.colecoesPage .galeriaGrid img:nth-child(4) {
  grid-column: 3;
  grid-row: span 2;
}
@media (max-width: 768px) {
  .colecoesPage {
    /* Remove o layout especial */
  }
  .colecoesPage .galeriaGrid {
    grid-template-columns: 1fr; /* 1 coluna */
    grid-auto-rows: auto;
  }
  .colecoesPage .galeriaGrid img {
    height: auto;
  }
  .colecoesPage .galeriaGrid img:nth-child(1),
  .colecoesPage .galeriaGrid img:nth-child(2),
  .colecoesPage .galeriaGrid img:nth-child(3),
  .colecoesPage .galeriaGrid img:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 900px) {
  .colecoesPage .colecaoBloco__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .colecoesPage .galeriaGrid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .colecoesPage .galeriaGrid {
    grid-template-columns: 1fr !important;
  }
}

.pageBlog {
  padding: 62px 0 0;
  background: #f3f3f3;
  border-bottom: 20px solid #af937e;
}
.pageBlog__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .pageBlog__intro {
    padding-bottom: 45px;
  }
}
.pageBlog__intro .title h2 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
}
@media (max-width: 1199px) {
  .pageBlog__intro .title h2 {
    font-size: 42px;
  }
}
.pageBlog__intro .title p {
  color: #252121;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 109%; /* 28.34px */
  letter-spacing: -0.52px;
}
.pageBlog__destaque .blogPost {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost {
    flex-direction: column-reverse;
  }
}
.pageBlog__destaque .blogPost .blogImg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 580px;
  height: 432px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost .blogImg {
    width: 100%;
  }
}
.pageBlog__destaque .blogPost .contentBlog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.pageBlog__destaque .blogPost .contentBlog .boxBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pageBlog__destaque .blogPost .contentBlog .boxBtn .btn {
  margin: 0;
}
.pageBlog__destaque .blogPost .contentBlog .txt h2 {
  color: #252121;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 83%; /* 41.5px */
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost .contentBlog .txt h2 {
    font-size: 32px;
    line-height: 130%;
  }
}
.pageBlog__destaque .blogPost .contentBlog .txt p {
  color: #252121;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 109%; /* 28.34px */
  letter-spacing: -0.52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pageBlog__destaque .blogPost .contentBlog .btn {
  border-radius: 4px;
  color: white;
  padding: 8px 24px;
}
.pageBlog__txt {
  text-align: center;
  padding: 48px 0;
}
.pageBlog__blog .titleBlog {
  text-align: center;
}
.pageBlog__blog__txt {
  text-align: center;
}
.pageBlog__blog__boxes {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 48px;
}
.pageBlog__blog__boxes .slick-dots {
  bottom: -50px;
}
.pageBlog__blog__boxes .slick-dots li button::before {
  width: 20px;
  height: 20px;
  color: #5f021f;
  font-size: 20px;
}
.pageBlog__blog__boxes .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' fill='%23a07e28'/%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.pageBlog__blog__boxes .slick-prev::before {
  content: "";
}
.pageBlog__blog__boxes .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' fill='%2312D0FF'/%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.pageBlog__blog__boxes .slick-next::before {
  content: "";
}
.pageBlog__blog__boxes .blogPost {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}
.pageBlog__blog__boxes .blogPost:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.pageBlog__blog__boxes .blogPost:hover .cardImg {
  transform: scale(1.05);
}
.pageBlog__blog__boxes .blogPost:hover .cardContent {
  background: #e4ecf4;
}
.pageBlog__blog__boxes .blogPost .blogImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 287px;
  border-radius: 16px;
}
.pageBlog__blog__boxes .blogPost .contentBlog {
  padding: 16px 16px 32px;
  text-align: center;
}
.pageBlog__blog__boxes .blogPost .contentBlog .txt {
  margin-bottom: 32px;
  text-align: center;
}
.pageBlog__blog__boxes .blogPost .contentBlog .txt h4 {
  color: #252121;
}
.pageBlog__blog__boxes .blogPost .contentBlog .btn {
  border-radius: 28px;
  background: #c7a14a;
  padding: 8px 24px;
}
.pageBlog__blog__boxes .blogPost .contentBlog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.pageBlog__img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .pageBlog__img {
    background-position: center center;
  }
}
.pageBlog__img::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pageBlog__img > .container {
  position: relative;
}
.pageBlog__img__content {
  text-align: center;
}
.pageBlog__img__content h2 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
  max-width: 740px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .pageBlog__img__content h2 {
    font-size: 32px;
    line-height: 130%;
  }
}

.pageBlog__destaque {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 1199px) {
  .pageBlog__destaque {
    flex-direction: column;
  }
}
.pageBlog__destaque .blogPost--principal {
  position: relative;
  display: flex;
  flex-direction: column;
}
.pageBlog__destaque .blogPost--principal .blogImg {
  width: 780px;
  height: 452px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost--principal .blogImg {
    width: 100%;
    height: 190px;
  }
}
.pageBlog__destaque .blogPost--principal .contentBlog {
  margin-top: 20px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .txt h2 {
  font-size: 24px;
  font-family: "Gilda Display", serif;
  margin-bottom: 10px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .txt p {
  font-size: 16px;
  line-height: 24px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .btn {
  margin-top: 15px;
}
.pageBlog__destaque .blogLateral {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral {
  display: flex;
  gap: 15px;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogLateral .blogPost--lateral {
    flex-direction: column;
  }
}
.pageBlog__destaque .blogLateral .blogPost--lateral .blogImg {
  width: 220px;
  height: 190px;
  flex-shrink: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogLateral .blogPost--lateral .blogImg {
    width: 100%;
    height: 300px;
  }
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt p {
  font-size: 14px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt .blogDate {
  font-size: 0.8rem;
  display: block;
  margin-top: 4px;
}

.blocosHomeEva .bloco {
  padding: 60px 0;
  background: #e5e1d6;
  border-bottom: 15px solid #612418;
}
.blocosHomeEva .bloco__intro {
  text-align: center;
  margin-bottom: 40px;
}
.blocosHomeEva .bloco__intro h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.blocosHomeEva .bloco__intro p {
  max-width: 800px;
  margin: 0 auto;
}
.blocosHomeEva .bloco .abas {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.blocosHomeEva .bloco .abas .aba {
  background: #e5e1d6;
  border: 2px solid #612418;
  color: #612418;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}
.blocosHomeEva .bloco .abas .aba.ativa, .blocosHomeEva .bloco .abas .aba:hover {
  background: #612418;
  color: #fff;
}
.blocosHomeEva .bloco .abaConteudo {
  display: none;
}
.blocosHomeEva .bloco .abaConteudo.ativa {
  display: block;
  animation: fadeIn 0.4s ease;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  padding-top: 24px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto {
  border: 1px solid #612418;
  border-radius: 8px;
  text-align: center;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto .imgCard {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto .txtCard {
  padding: 16px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto h3 {
  color: #612418;
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto p {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto .btn {
  display: inline-block;
  background: #612418;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blocoDestaque {
  background: #faf9f8;
  padding: 48px 0;
  border-bottom: 15px solid #254538;
}
.blocoDestaque .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .blocoDestaque .container {
    flex-direction: column;
  }
}
.blocoDestaque .left {
  max-width: 687px;
  position: relative;
}
.blocoDestaque .left .itensDestaque {
  padding-top: 24px;
}
.blocoDestaque .left .itensDestaque .itemDestaque {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.blocoDestaque .left .itensDestaque .itemDestaque .icone {
  background: #5f021f;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blocoDestaque .left .itensDestaque .itemDestaque h4 {
  margin: 0;
}
.blocoDestaque .left .logoEva {
  position: absolute;
  bottom: 0;
  right: 25px;
}
.blocoDestaque .right .imgDestaque {
  width: 515px;
  height: 476px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .blocoDestaque .right .imgDestaque {
    width: 100%;
    height: 300px;
  }
}

.blocoBolo {
  background: #e5e1d6;
  padding: 48px 0 0;
  position: relative;
}
.blocoBolo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #612418;
}
.blocoBolo .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blocoBolo .txt {
  text-align: center;
  padding-bottom: 24px;
}
.blocoBolo .btnBolo {
  color: white;
  margin-bottom: 16px;
}
.blocoBolo .logoEva {
  position: absolute;
  bottom: 48px;
  right: 25px;
}

.blocoEventos {
  background: #faf9f8;
  padding: 48px 0;
  border-bottom: 15px solid #254538;
}
.blocoEventos .container {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1199px) {
  .blocoEventos .container {
    flex-direction: column-reverse;
  }
}
.blocoEventos .right {
  max-width: 687px;
  position: relative;
}
.blocoEventos .right .txt {
  margin-bottom: 24px;
}
.blocoEventos .right .txt ul {
  list-style: disc;
  padding-left: 24px;
  padding-bottom: 16px;
}
.blocoEventos .right .txt ul li {
  list-style: disc;
  font-weight: 700;
  margin-bottom: 8px;
}
.blocoEventos .right .btn {
  color: white;
}
.blocoEventos .right .logoEva {
  position: absolute;
  bottom: 0;
  right: 25px;
}
@media (max-width: 767px) {
  .blocoEventos .right .logoEva {
    bottom: -50px;
    right: 0px;
    max-width: 90px;
  }
}
.blocoEventos .left .imgDestaque {
  width: 515px;
  height: 476px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .blocoEventos .left .imgDestaque {
    width: 100%;
    height: 300px;
  }
}

.blocoExperiencias {
  background: #faf9f8;
  padding: 48px 0;
  border-bottom: 15px solid #254538;
}
.blocoExperiencias .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1199px) {
  .blocoExperiencias .container {
    flex-direction: column;
  }
}
.blocoExperiencias .right {
  max-width: 687px;
  position: relative;
}
.blocoExperiencias .right .txt {
  margin-bottom: 24px;
}
.blocoExperiencias .right .txt ul {
  list-style: disc;
  padding-left: 24px;
  padding-bottom: 16px;
}
.blocoExperiencias .right .txt ul li {
  list-style: disc;
  font-weight: 700;
  margin-bottom: 8px;
}
.blocoExperiencias .right .btn {
  color: white;
}
.blocoExperiencias .right .logoEva {
  position: absolute;
  bottom: 0;
  right: 25px;
}
@media (max-width: 767px) {
  .blocoExperiencias .right .logoEva {
    bottom: -60px;
    right: 0px;
    max-width: 90px;
  }
}
.blocoExperiencias .left .imgDestaque {
  width: 515px;
  height: 476px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .blocoExperiencias .left .imgDestaque {
    width: 100%;
    height: 300px;
  }
}

.lojaPage {
  /* ============================
     SIDEBAR DE FILTROS
  ============================ */
  /* ============================
     GRID & CARDS
  ============================ */
}
.lojaPage .lojaWrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 60px 0;
}
.lojaPage .lojaFilters {
  background: #fafafa;
  padding: 24px 28px;
  border-radius: 12px;
  border: 1px solid #f0e0ea;
  position: sticky;
  top: 40px;
  height: fit-content;
  align-self: flex-start;
  /* grupos de atributos */
}
.lojaPage .lojaFilters h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.lojaPage .lojaFilters .filterBox {
  margin-bottom: 24px;
}
.lojaPage .lojaFilters .filterBox h4 {
  font-size: 15px;
  margin-bottom: 10px;
  border-left: 3px solid #5f021f;
  padding-left: 8px;
  font-weight: 600;
}
.lojaPage .lojaFilters .filterBox .filterList,
.lojaPage .lojaFilters .filterBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lojaPage .lojaFilters .filterBox .filterLink {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  transition: 0.2s;
}
.lojaPage .lojaFilters .filterBox .filterLink:hover {
  color: #5f021f;
}
.lojaPage .lojaFilters .filterBox .filterLink.is-active {
  font-weight: 600;
  color: #5f021f;
}
.lojaPage .lojaFilters .filterBox .priceRange {
  display: flex;
  gap: 10px;
}
.lojaPage .lojaFilters .filterBox .priceRange input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.lojaPage .lojaFilters .filterBox .btnFilter {
  margin-top: 12px;
  width: 100%;
  background: #5f021f;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
}
.lojaPage .lojaFilters .filterBox .btnFilter:hover {
  background: rgb(65.0309278351, 1.3690721649, 21.2206185567);
}
.lojaPage .lojaFilters .subFilter {
  margin: 16px 0 10px;
}
.lojaPage .lojaFilters .subFilter h5 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border-left: 3px solid #5f021f;
  padding-left: 8px;
}
.lojaPage .lojaFilters .subFilter ul li {
  margin-bottom: 4px;
}
.lojaPage .lojaContent {
  /* Botões do card */
}
.lojaPage .lojaContent .prodGrid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lojaPage .lojaContent .prodCard {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5b3c8;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* imagem */
  /* conteúdo */
}
.lojaPage .lojaContent .prodCard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px dashed rgba(95, 2, 31, 0.5);
  opacity: 0;
  transform: scale(0.97);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.lojaPage .lojaContent .prodCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.09);
}
.lojaPage .lojaContent .prodCard:hover::after {
  opacity: 1;
  transform: scale(1);
}
.lojaPage .lojaContent .prodCard__image {
  display: block;
}
.lojaPage .lojaContent .prodCard__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .lojaPage .lojaContent .prodCard__image img {
    height: auto;
  }
}
.lojaPage .lojaContent .prodCard__content {
  padding: 14px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lojaPage .lojaContent .prodCard__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.lojaPage .lojaContent .prodCard__text {
  flex: 1;
  min-width: 0;
}
.lojaPage .lojaContent .prodCard__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
  min-height: 65px;
}
.lojaPage .lojaContent .prodCard__title a {
  color: #222;
  text-decoration: none;
  font-size: 20px;
}
.lojaPage .lojaContent .prodCard__title a:hover {
  color: #5f021f;
}
.lojaPage .lojaContent .prodCard__subtitle {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  margin: 0;
}
.lojaPage .lojaContent .prodCard__price {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  color: #222;
}
.lojaPage .lojaContent .prodCard__price .amount {
  color: #222;
}
.lojaPage .lojaContent .prodCard__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.lojaPage .lojaContent .prodCard__actions .add_to_cart_button {
  background: #5f021f !important;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
}
.lojaPage .lojaContent .prodCard__actions .add_to_cart_button:hover {
  background: rgb(65.0309278351, 1.3690721649, 21.2206185567) !important;
}
.lojaPage .lojaContent .btnDetails {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #5f021f;
  background: #f9f1f5;
  color: #5f021f;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
}
.lojaPage .lojaContent .btnDetails:hover {
  background: #5f021f;
  color: #fff;
}
.lojaPage .lojaContent .btnQuote {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #5f021f;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #5f021f;
  transition: 0.2s ease;
}
.lojaPage .lojaContent .btnQuote:hover {
  background: #5f021f;
  color: #fff;
}

/* ===========================================
   BOTÃO DE FILTRO (MOBILE)
=========================================== */
.filterToggle {
  display: none;
  background: #5f021f;
  color: #fff;
  padding: 12px 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 18px;
  cursor: pointer;
  border: none;
}

/* GRID RESPONSIVO */
@media (max-width: 1200px) {
  .lojaPage .lojaContent .prodGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .lojaPage .lojaWrapper {
    grid-template-columns: 1fr;
  }
  .lojaPage .filterToggle {
    display: block;
  }
  .lojaPage .lojaFilters {
    position: fixed;
    left: -100%;
    top: 0;
    width: 85%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    padding: 24px 20px 40px;
    border-radius: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: left 0.3s ease;
  }
  .lojaPage .lojaFilters.open {
    left: 0;
  }
  .lojaPage .lojaContent .prodGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  body.filter-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9998;
  }
}
@media (max-width: 480px) {
  .lojaPage .lojaContent .prodGrid {
    grid-template-columns: 1fr;
  }
}
/* ===============================
   BOTÕES DO CARD DO PRODUTO
================================ */
.prodButtons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

/* Ver Detalhes */
.btnDetails {
  display: block;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  background: #e3c9d2;
  color: #5a1f2a;
  border-radius: 6px;
  border: 1px solid #d4a8b3;
  transition: 0.25s;
}
.btnDetails:hover {
  background: #d4a8b3;
  color: #fff;
}

/* Adicionar ao Pedido de Cotação */
.btnQuote {
  display: block;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  color: #b03f57;
  border-radius: 6px;
  border: 1px solid #b03f57;
  transition: 0.25s;
}
.btnQuote:hover {
  background: #b03f57;
  color: #fff;
}

.singleProduto {
  padding: 60px 0;
  /* GALERIA */
  /* INFO */
  /* TABS */
}
.singleProduto .produtoGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 900px) {
  .singleProduto .produtoGrid {
    grid-template-columns: 1fr;
  }
}
.singleProduto .produtoGaleria .galeriaPrincipal img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.singleProduto .produtoGaleria .galeriaThumbs {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.singleProduto .produtoGaleria .galeriaThumbs img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.2s;
  opacity: 0.6;
  border: 2px solid transparent;
}
.singleProduto .produtoGaleria .galeriaThumbs img.active, .singleProduto .produtoGaleria .galeriaThumbs img:hover {
  opacity: 1;
  border-color: #b22222;
}
.singleProduto .produtoInfo .prodNome {
  font-size: 36px;
  margin-bottom: 10px;
}
.singleProduto .produtoInfo .prodRegiao {
  opacity: 0.7;
  margin-bottom: 15px;
}
.singleProduto .produtoInfo .prodPreco {
  margin: 25px 0;
  font-size: 28px;
  font-weight: 700;
  color: #b22222;
}
.singleProduto .produtoInfo .prodBtns {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.singleProduto .produtoInfo .prodBtns button,
.singleProduto .produtoInfo .prodBtns a.button {
  background: #b22222 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 12px 25px;
}
.singleProduto .produtoTabs {
  margin-top: 80px;
}
.singleProduto .produtoTabs .tabsNav {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.singleProduto .produtoTabs .tabsNav .tabBtn {
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  opacity: 0.6;
}
.singleProduto .produtoTabs .tabsNav .tabBtn.active {
  opacity: 1;
}
.singleProduto .produtoTabs .tabsNav .tabBtn.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #b22222;
}
.singleProduto .produtoTabs .tabItem {
  display: none;
}
.singleProduto .produtoTabs .tabItem.active {
  display: block;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: 0.2s;
}

.woocommerce-cart {
  /* ===== RESPONSIVO ===== */
}
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
  /* ===== TABELA DO CARRINHO ===== */
  /* OCULTAR botão feio do Woo */
  /* ===== CUPON ===== */
  /* ===== TOTAL ===== */
}
.woocommerce-cart .woocommerce table.shop_table {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: none;
  width: 100%;
}
.woocommerce-cart .woocommerce table.shop_table th {
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  color: #333;
}
.woocommerce-cart .woocommerce table.shop_table td {
  padding: 18px 0;
  border-bottom: 1px solid #f4f4f4;
  vertical-align: middle;
}
.woocommerce-cart .woocommerce table.shop_table td a.remove {
  color: #b30000;
  font-size: 22px;
  font-weight: bold;
  transition: 0.2s;
}
.woocommerce-cart .woocommerce table.shop_table td a.remove:hover {
  color: #8d0000;
}
.woocommerce-cart .woocommerce table.shop_table td .product-thumbnail img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
}
.woocommerce-cart .woocommerce table.shop_table td .product-name a {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  transition: 0.2s;
}
.woocommerce-cart .woocommerce table.shop_table td .product-name a:hover {
  color: #b30000;
}
.woocommerce-cart .woocommerce table.shop_table td .quantity input {
  width: 70px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table td .button {
  background: #b30000;
  padding: 8px 16px;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 600;
  transition: 0.2s;
}
.woocommerce-cart .woocommerce table.shop_table td .button:hover {
  background: #8d0000;
}
.woocommerce-cart .woocommerce .actions .button {
  display: none !important;
}
.woocommerce-cart .woocommerce .coupon {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.woocommerce-cart .woocommerce .coupon input {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.woocommerce-cart .woocommerce .coupon button {
  background: #b30000;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}
.woocommerce-cart .woocommerce .coupon button:hover {
  background: #8d0000;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.woocommerce-cart .woocommerce .cart-collaterals h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals table {
  width: 100%;
  margin-bottom: 25px;
}
.woocommerce-cart .woocommerce .cart-collaterals table td,
.woocommerce-cart .woocommerce .cart-collaterals table th {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.woocommerce-cart .woocommerce .cart-collaterals table th {
  font-weight: 600;
  color: #444;
}
.woocommerce-cart .woocommerce .cart-collaterals table td {
  text-align: right;
  font-weight: 600;
}
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  display: block;
  width: 100%;
  background: #b30000;
  padding: 14px;
  text-align: center;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 700;
  transition: 0.2s;
}
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
  background: #8d0000;
}
@media (max-width: 992px) {
  .woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
  }
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  /* ===== FORMULÁRIO ===== */
  /* ===== RESUMO DO PEDIDO ===== */
}
.woocommerce-checkout form.checkout .col2-set .col-1,
.woocommerce-checkout form.checkout .col2-set .col-2 {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.woocommerce-checkout form.checkout .col2-set .col-1 h3,
.woocommerce-checkout form.checkout .col2-set .col-2 h3 {
  font-size: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #b30000;
  padding-left: 10px;
}
.woocommerce-checkout form.checkout .col2-set .col-1 label,
.woocommerce-checkout form.checkout .col2-set .col-2 label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.woocommerce-checkout form.checkout .col2-set .col-1 input,
.woocommerce-checkout form.checkout .col2-set .col-1 select,
.woocommerce-checkout form.checkout .col2-set .col-2 input,
.woocommerce-checkout form.checkout .col2-set .col-2 select {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 16px;
}
.woocommerce-checkout form.checkout #order_review {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: fit-content;
}
.woocommerce-checkout form.checkout #order_review h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.woocommerce-checkout form.checkout #order_review table.shop_table {
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-checkout form.checkout #order_review table.shop_table th,
.woocommerce-checkout form.checkout #order_review table.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.checkout #order_review #payment {
  background: #fafafa;
  padding: 15px;
  border-radius: 10px;
}
.woocommerce-checkout form.checkout #order_review #payment .place-order button {
  width: 100%;
  background: #b30000;
  padding: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  transition: 0.2s;
}
.woocommerce-checkout form.checkout #order_review #payment .place-order button:hover {
  background: #8d0000;
}
@media (max-width: 992px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }
}

.woocommerce-account {
  padding: 60px 0;
}
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  /* ===== MENU DA CONTA ===== */
  /* ===== CONTEÚDO ===== */
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: fit-content;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  color: #333;
  font-weight: 600;
  transition: 0.2s;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #b30000;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #b30000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form input,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form select,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 16px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  background: #b30000;
  padding: 12px 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  transition: 0.2s;
  display: inline-block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover {
  background: #8d0000;
}
@media (max-width: 992px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
}

.quotePage {
  padding: 60px 0;
  /* LISTA DE PRODUTOS */
  /* FORMULÁRIO */
}
.quotePage .quoteTitle {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}
.quotePage .quoteEmpty {
  text-align: center;
  padding: 60px;
  font-size: 18px;
}
.quotePage .quoteWrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media (max-width: 900px) {
  .quotePage .quoteWrapper {
    grid-template-columns: 1fr;
  }
}
.quotePage .quoteItems {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quotePage .quoteCard {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  background: #fff;
  padding: 20px;
  border: 2px solid #e6c5ce;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.quotePage .quoteCard:hover {
  transform: translateY(-3px);
  border-color: #c57e8a;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
@media (max-width: 600px) {
  .quotePage .quoteCard {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.quotePage .quoteImg img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.quotePage .quoteInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quotePage .quoteInfo h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.quotePage .quoteInfo .quotePrice {
  font-size: 16px;
  color: #b03f57;
  font-weight: bold;
  margin-bottom: 15px;
}
.quotePage .quoteInfo .quoteRemove {
  background: transparent;
  border: 1px solid #d49ca7;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
  width: fit-content;
}
.quotePage .quoteInfo .quoteRemove:hover {
  background: #d49ca7;
  color: #fff;
}
.quotePage .quoteFormBox {
  background: #fff6f8;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #f2d6dd;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}
.quotePage .quoteFormBox h3 {
  margin-bottom: 20px;
}
.quotePage .quoteForm {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.quotePage .quoteForm label {
  font-weight: 600;
}
.quotePage .quoteForm input,
.quotePage .quoteForm textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
}
.quotePage .quoteForm textarea {
  height: 120px;
}
.quotePage .quoteForm .quoteSubmit {
  background: #b03f57;
  color: #fff;
  font-size: 18px;
  padding: 14px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
.quotePage .quoteForm .quoteSubmit:hover {
  background: #8d3245;
}

.btnQuote {
  display: block;
  padding: 12px 16px;
  background: #5f021f;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.2s;
}

.btnQuote:hover {
  background: rgb(65.0309278351, 1.3690721649, 21.2206185567);
}

#quote-toast {
  position: fixed;
  bottom: -100px;
  right: 20px;
  background: #5f021f;
  color: #fff;
  padding: 18px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: 600;
  z-index: 99999;
  opacity: 0;
  transition: all 0.35s ease;
}

#quote-toast.visible {
  bottom: 30px;
  opacity: 1;
}

.imgEffect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 1199px) {
  .imgEffect {
    width: 100%;
  }
}
.imgEffect:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.imgFilter {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.imgFilter:hover {
  filter: grayscale(0%);
}

.cardEffect {
  box-shadow: 0 4px 10px rgba(22, 17, 3, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.cardEffect:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.295);
}

.pageDefault {
  padding: 60px 0;
}

.singleProduct {
  padding: 80px 0;
}

.woocommerce div.product form.cart .button {
  background: #5f021f !important;
}

.header {
  left: 0;
  right: 0;
  z-index: 9;
  border: 1px solid #222;
  background: #af937e;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top {
  background: #5f021f;
  border-bottom: 1px solid #5f021f;
  padding: 5px 0;
}
.header__top * {
  color: white;
}
.header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__bottom {
  background: #5f021f;
  padding: 8px 0;
}
@media (min-width: 1200px) {
  .header__bottom {
    margin-bottom: -24px;
    transition: margin-bottom 0.3s ease;
  }
}
.header__bottom > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header__bottom > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .header__bottom .logo.desk {
    display: none;
  }
}
.header__bottom .logo.mob {
  display: none;
}
@media (max-width: 1199px) {
  .header__bottom .logo.mob {
    display: block;
  }
}
.header .headerLeft {
  display: flex;
  align-items: center;
  gap: 77px;
}
.header .headerTop {
  background: white;
  padding: 24px 0;
}
.header .headerRight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .header .headerRight.desktop {
    display: none;
  }
}
.header .headerRight.mobile {
  display: none;
}
@media (max-width: 1199px) {
  .header .headerRight.mobile {
    display: flex;
    flex-direction: column;
  }
  .header .headerRight.mobile .itens {
    display: flex;
    gap: 16px;
  }
}
.header .headerRight .btnLoja {
  background: #5f021f;
  border-radius: 16px;
  padding: 7px 50px;
  color: white;
}
@media (min-width: 1200px) {
  .header .headerRight .search svg path,
  .header .headerRight .iconCar svg path {
    fill: white;
  }
}
.header .headerRight .search .cartCount,
.header .headerRight .iconCar .cartCount {
  color: white;
}
.header .headerRight .search svg {
  transform: scale(1.5);
}
.header .headerRight .redes {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 140px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 190px;
  }
}
@media (min-width: 1200px) {
  .header .openMenu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header nav {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: white;
    padding: 48px 0;
    z-index: 1;
  }
  .header nav.active {
    display: block;
    right: 0;
  }
}
.header nav .closeMenu {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 1200px) {
  .header nav .closeMenu {
    display: none !important;
  }
}
.header .primary-menu {
  display: flex;
  align-items: center;
  gap: 38px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.header .primary-menu li a {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: #000000;
  }
}
@media (max-width: 1199px) {
  .header .primary-menu li > .sub-menu {
    padding-top: 16px;
    padding-left: 16px;
  }
  .header .primary-menu li > .sub-menu li {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .header .primary-menu li > .sub-menu {
    position: absolute;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 8px;
    display: none;
    flex-direction: column;
    padding: 16px 8px;
    z-index: 2;
    border-radius: 0 0 8px 8px;
  }
  .header .primary-menu li > .sub-menu li {
    margin-bottom: 16px;
  }
  .header .primary-menu li > .sub-menu li a {
    padding: 8px 16px;
    font-size: 16px;
  }
  .header .primary-menu li > .sub-menu li a:hover {
    background: #5f021f;
    color: white;
  }
  .header .primary-menu li:hover > .sub-menu {
    display: block;
  }
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 710px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: 500px;
    background-position: center;
  }
}
.banner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-slick .slick-dots {
  bottom: 60px;
  z-index: 1;
}
.banner-slick .slick-dots li button:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
  color: white;
}
.banner > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner .subtitle {
  color: #af937e !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.banner h1 {
  color: white;
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
  font-weight: 300;
  text-align: center;
}
.banner__txt {
  max-width: 800px;
}
.banner__txt * {
  color: white;
}
.banner__txt p {
  font-size: 18px;
  line-height: 25px;
}
.banner .boxBanner .btnsBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.banner .boxBanner .btnBanner {
  margin: 30px auto;
}