@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: #891c1b;
}

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: #891c1b;
}

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

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: #891c1b;
}

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: #891c1b;
  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: 8px !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(137, 28, 27, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(137, 28, 27, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #891c1b !important;
}

*::-moz-scrollbar-thumb:active {
  background: #891c1b !important;
}

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

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

.footer {
  background: #ffffff;
}
.footer__top {
  padding: 60px 0 90px;
}
.footer__top * {
  color: #891c1b;
}
.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: #891c1b;
  font-size: 16px;
  font-weight: 400;
}
.footer__top .btnsFooter .btnFooter {
  background: #891c1b;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5e3dc;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer__top .btnsFooter .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.footer__bottom > .container {
  border-top: 4px solid #891c1b;
  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: #891c1b;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .page-template-home .banner {
    background-position: right;
  }
}
.page-template-home .banner > .container {
  text-align: left;
  justify-content: flex-start;
}
.page-template-home .banner .boxBanner {
  max-width: 580px;
}

.homePage {
  background: #f5f5f5;
}

/* ---- TOPO: CARDS INSTITUCIONAIS ---- */
.homeTopHighlights {
  padding: 60px 0;
  background: #fafafa;
}
.homeTopHighlights__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .homeTopHighlights__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .homeTopHighlights__grid {
    grid-template-columns: 1fr;
  }
}
.homeTopHighlights__item {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
}
.homeTopHighlights__icon span {
  font-size: 24px;
}
.homeTopHighlights__content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #891c1b;
}
.homeTopHighlights__content p {
  margin: 0;
}

/* ---- MELHORES DA SEMANA ---- */
.homeBestWeek {
  padding: 40px 0 50px;
  background: #f3f3f3;
}
.homeBestWeek__header {
  text-align: center;
  margin-bottom: 30px;
}
.homeBestWeek__stars span {
  color: #f6b800;
  font-size: 18px;
  margin: 0 2px;
}
.homeBestWeek__slider {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  /* quando usar slick, sobrescrever aqui, se quiser */
}
@media (max-width: 1100px) {
  .homeBestWeek__slider {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .homeBestWeek__slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .homeBestWeek__slider {
    grid-template-columns: 1fr;
  }
}
.homeBestWeek__card {
  background: #891c1b;
  color: #fff;
  border-radius: 8px;
  padding: 18px 18px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.homeBestWeek__productImage {
  text-align: center;
  margin-bottom: 10px;
}
.homeBestWeek__productImage img {
  max-height: 150px;
  width: auto;
  display: inline-block;
}
.homeBestWeek__info {
  margin-bottom: 10px;
}
.homeBestWeek__price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.homeBestWeek__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
}
.homeBestWeek__title a {
  color: #fff;
  text-decoration: none;
}
.homeBestWeek__title a:hover {
  text-decoration: underline;
}
.homeBestWeek__rating {
  font-size: 12px;
}
.homeBestWeek__rating .star-rating {
  font-size: 12px;
  color: #f6b800;
}
.homeBestWeek__rating .star-rating span:before {
  color: #f6b800;
}
.homeBestWeek__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.homeBestWeek__btnAdd {
  flex: 1;
}
.homeBestWeek__btnAdd .button {
  width: 100%;
  text-align: center;
  background: #ffffff;
  color: #891c1b;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 10px;
  border: none;
  font-weight: 600;
}
.homeBestWeek__btnAdd .button:hover {
  background: #f0f0f0;
}
.homeBestWeek__wishlist {
  width: 36px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.homeBestWeek__wishlist:hover {
  background: #fff;
  color: #891c1b;
}

/* ---- BAG IN BOX ---- */
.homeBagBox {
  padding: 40px 0;
  background: #ffffff;
}
.homeBagBox__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
}
@media (max-width: 900px) {
  .homeBagBox__grid {
    grid-template-columns: 1fr;
  }
}
.homeBagBox__stars span {
  color: #f6b800;
  font-size: 18px;
  margin: 0 2px;
}
.homeBagBox__subtitle {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.homeBagBox__image {
  text-align: right;
}
@media (max-width: 900px) {
  .homeBagBox__image {
    text-align: center;
  }
}
.homeBagBox__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ---- HERO FINAL ---- */
.homeHeroFinal * {
  color: white;
}
.homeHeroFinal__bg {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeHeroFinal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
}
.homeHeroFinal__content {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 40px 20px;
}
.homeHeroFinal__content .btn {
  background: white;
  color: #891c1b;
}
.homeHeroFinal__line2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 22px;
}

/* BOTÕES GENÉRICOS */
.btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sobrePage {
  /* =======================
       BLOCO HISTÓRIA
    ======================== */
  /* =======================
       GALERIA
    ======================== */
  /* =======================
       BLOCO FUTURO
    ======================== */
}
.sobrePage .estrelas {
  color: #eac208;
  font-size: 14px;
  margin-bottom: 10px;
}
.sobrePage .estrelas.center {
  text-align: center;
}
.sobrePage .blocoHistoria {
  padding: 60px 0;
  background: #fafafa;
}
.sobrePage .blocoHistoria .historiaGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1199px) {
  .sobrePage .blocoHistoria .historiaGrid {
    grid-template-columns: 1fr;
  }
}
.sobrePage .blocoHistoria .historiaGrid .historiaTexto h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.sobrePage .blocoHistoria .historiaGrid .historiaTexto .texto {
  line-height: 1.6;
  font-size: 16px;
}
.sobrePage .blocoHistoria .historiaGrid .historiaImagem img {
  width: 100%;
  border-radius: 8px;
}
.sobrePage .sobreGaleria {
  padding: 80px 0;
}
.sobrePage .sobreGaleria h2 {
  text-align: center;
  margin-bottom: 25px;
}
.sobrePage .sobreGaleria .galeriaCarousel .slick-prev::before,
.sobrePage .sobreGaleria .galeriaCarousel .slick-next::before {
  color: #891c1b;
  opacity: 1;
  font-size: 28px;
}
.sobrePage .sobreGaleria .galeriaCarousel .galItem {
  margin: 0 8px;
}
.sobrePage .sobreGaleria .galeriaCarousel .galItem .imgGal {
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.sobrePage .sobreGaleria .galeriaCarousel .galItem img {
  width: 100%;
  border-radius: 8px;
}
.sobrePage .blocoFuturo {
  padding: 90px 0;
  background: #fafafa;
}
.sobrePage .blocoFuturo .futuroGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1199px) {
  .sobrePage .blocoFuturo .futuroGrid {
    grid-template-columns: 1fr;
  }
  .sobrePage .blocoFuturo .futuroGrid > *:first-child {
    order: 2;
  }
  .sobrePage .blocoFuturo .futuroGrid > *:last-child {
    order: 1;
  }
}
.sobrePage .blocoFuturo .futuroGrid .futuroImagem img {
  width: 100%;
  border-radius: 8px;
}
.sobrePage .blocoFuturo .futuroGrid .futuroTexto h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.sobrePage .blocoFuturo .futuroGrid .futuroTexto .texto {
  line-height: 1.7;
}

.contacto {
  padding-top: 48px;
  background: #f3f3f3;
}

.contactSection {
  padding: 24px 0 48px;
}
.contactSection .contactWrapper {
  display: flex;
  border: 1px solid #c5d5d5;
  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 #c5d5d5;
  max-width: 630px;
  background: white;
}
@media (max-width: 768px) {
  .contactSection .contactForm {
    border-right: none;
    border-bottom: 1px solid #c5d5d5;
    padding: 16px;
  }
}
.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: 1px solid #ccc;
  border-radius: 6px;
  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: #891c1b;
  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 50%;
  background: #fff;
}
.contactSection .contactInfo h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.contactSection .contactInfo .content {
  padding: 40px 40px 0;
}
.contactSection .contactInfo .morada p {
  padding: 0 40px;
}
.contactSection .contactInfo .morada p:last-child {
  padding: 0;
  margin: 0;
}
.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;
}

.heroContact {
  padding: 180px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
  border-top: 20px solid #891c1b;
}
.heroContact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  z-index: 0;
}
.heroContact .heroContact__txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}
.heroContact .heroContact__txt * {
  color: white;
}
.heroContact .btn {
  background: #fff;
  color: #891c1b;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
  width: fit-content;
  margin: 24px auto 0;
}

.pageServicos .tratamentosIntro {
  padding: 60px 0 20px;
  text-align: center;
}
.pageServicos .tratamentosIntro .container {
  max-width: 1200px;
  margin: 0 auto;
}
.pageServicos .tratamentosIntro__subtitle {
  margin-top: 10px;
}
.pageServicos .tratamentosLista {
  padding: 40px 0 80px;
}
.pageServicos .tratamentosLista .container {
  max-width: 1300px;
  margin: 0 auto;
}
.pageServicos .tratamentosLista__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.pageServicos .tratamentosLista__card {
  border: 2px solid #d4967d;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pageServicos .tratamentosLista__image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.pageServicos .tratamentosLista__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pageServicos .tratamentosLista__content h3 {
  margin: 0;
}
.pageServicos .tratamentosLista__content p {
  flex: 1;
}
.pageServicos .tratamentosLista__content .btn {
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .pageServicos .tratamentosLista__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .pageServicos .tratamentosLista__grid {
    grid-template-columns: 1fr;
  }
}

.single-tratamentos .header {
  position: relative;
}

.tratamentoSingle {
  padding: 60px 0;
}

.tratamentoSingle .container {
  max-width: 900px;
  margin: 0 auto;
}

.tratamentoSingle__content {
  margin: 20px 0 40px;
}

.tratamentoSingle__galeriaWrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.tratamentoSingle__galeria {
  width: 100%;
}

.tratamentoSingle__galeriaItem {
  margin: 0 8px;
}

.tratamentoSingle__galeriaItem img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.tratamentoSingle__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 22px;
}

.tratamentoSingle__voltar {
  display: inline-block;
  margin-top: 40px;
}

.tratamentosLista {
  padding: 60px 0;
}

.tratamentosLista .container {
  max-width: 1300px;
  margin: 0 auto;
}

.tratamentosLista__title {
  text-align: center;
  margin-bottom: 10px;
}

.tratamentosLista__subtitle {
  text-align: center;
  margin-bottom: 40px;
}

.tratamentosLista__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.tratamentosLista__card {
  border: 2px solid #d4967d;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.tratamentosLista__image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.tratamentosLista__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tratamentosLista__content h3 {
  margin-bottom: 10px;
}

.tratamentosLista__content p {
  flex: 1;
  margin-bottom: 20px;
}

.tratamentosLista__content .btn {
  margin-top: auto;
}

@media (max-width: 1024px) {
  .tratamentosLista__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .tratamentosLista__grid {
    grid-template-columns: 1fr;
  }
}
.pageBlog {
  padding: 62px 0 0;
  background: #f3f3f3;
  border-bottom: 20px solid #fafafa;
}
.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: #891c1b;
  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: #891c1b;
  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 {
  /* ===== FILTROS ===== */
  /* ===== CONTENT ===== */
  /* RESPONSIVO */
}
.lojaPage .lojaPagination {
  margin: 40px 0;
  text-align: center;
}
.lojaPage .lojaPagination .page-numbers {
  display: inline-block;
  padding: 10px 16px;
  margin: 0 4px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ddd;
  color: #444;
  font-weight: 500;
  transition: 0.2s;
}
.lojaPage .lojaPagination .page-numbers:hover {
  background: #891c1b;
  color: #fff;
  border-color: #891c1b;
}
.lojaPage .lojaPagination .page-numbers.current {
  background: #891c1b;
  color: #fff;
  border-color: #891c1b;
  font-weight: 700;
}
.lojaPage .lojaWrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 60px 0;
}
.lojaPage .lojaFilters {
  background: #fafafa;
  padding: 25px;
  border-radius: 10px;
  position: sticky;
  top: 40px;
  height: fit-content;
}
.lojaPage .lojaFilters h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.lojaPage .lojaFilters .filterBox {
  margin-bottom: 25px;
}
.lojaPage .lojaFilters .filterBox h4 {
  font-size: 16px;
  margin-bottom: 10px;
  border-left: 3px solid #b30000;
  padding-left: 8px;
  font-weight: 600;
}
.lojaPage .lojaFilters .filterBox ul {
  list-style: none;
}
.lojaPage .lojaFilters .filterBox ul li a {
  display: block;
  padding: 6px 0;
  color: #444;
  transition: 0.2s;
}
.lojaPage .lojaFilters .filterBox ul li a:hover {
  color: #b30000;
}
.lojaPage .lojaFilters .filterBox .priceRange {
  display: flex;
  gap: 10px;
}
.lojaPage .lojaFilters .filterBox .priceRange input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.lojaPage .lojaFilters .filterBox .btnFilter {
  margin-top: 10px;
  width: 100%;
  background: #b30000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.lojaPage .lojaFilters .filterBox .btnFilter:hover {
  background: #8d0000;
}
.lojaPage .lojaContent .lojaSort {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.lojaPage .lojaContent .lojaSort select {
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.lojaPage .lojaContent .prodGrid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
.lojaPage .lojaContent .prodCard {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: 0.2s;
}
.lojaPage .lojaContent .prodCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.lojaPage .lojaContent .prodCard .imgBox img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  background: #f5f5f5;
}
.lojaPage .lojaContent .prodCard .prodInfo {
  margin-top: 15px;
}
.lojaPage .lojaContent .prodCard .prodInfo h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.lojaPage .lojaContent .prodCard .prodInfo .marca {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.lojaPage .lojaContent .prodCard .prodInfo .price {
  color: #b30000;
  font-weight: 700;
  margin-bottom: 15px;
}
.lojaPage .lojaContent .prodCard .prodInfo .prodActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lojaPage .lojaContent .prodCard .prodInfo .prodActions .wishBtn {
  font-size: 22px;
  color: #b30000;
  transition: 0.2s;
}
.lojaPage .lojaContent .prodCard .prodInfo .prodActions .wishBtn:hover {
  color: #333;
}
@media (max-width: 992px) {
  .lojaPage .lojaWrapper {
    grid-template-columns: 1fr;
  }
  .lojaPage .prodGrid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .lojaPage .prodGrid {
    grid-template-columns: 1fr !important;
  }
}

.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;
}

.cartPremium {
  background: #fafafa;
  padding: 60px 0;
  /* ÁREA DO CARRINHO */
}
.cartPremium .cartTitle {
  font-size: 32px;
  font-weight: 700;
  color: #891c1b;
  margin-bottom: 40px;
  text-align: center;
}
.cartPremium .cartWrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cartPremium .woocommerce {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8e2e2;
  /* CUPOM */
  /* BOTÃO ATUALIZAR CARRINHO DESABILITADO */
  /* RESUMO DO CARRINHO */
}
.cartPremium .woocommerce table.shop_table {
  width: 100%;
  border: none !important;
  border-collapse: separate;
  border-spacing: 0 16px;
}
.cartPremium .woocommerce table.shop_table th {
  text-align: left;
  font-size: 15px;
  color: #444;
  font-weight: 600;
  border: none !important;
  padding-bottom: 4px;
}
.cartPremium .woocommerce table.shop_table tr {
  background: #fff;
}
.cartPremium .woocommerce table.shop_table tr td {
  border: none !important;
  padding: 18px 12px;
  vertical-align: middle;
}
.cartPremium .woocommerce table.shop_table tbody tr {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.cartPremium .woocommerce table.shop_table tbody tr td.product-thumbnail img {
  width: 70px;
  height: 100px;
  object-fit: contain;
  border-radius: 8px;
}
.cartPremium .woocommerce table.shop_table tbody tr td.product-name a {
  font-size: 16px;
  font-weight: 600;
  color: #891c1b;
}
.cartPremium .woocommerce table.shop_table tbody tr td.product-name a:hover {
  color: rgb(94.3963414634, 19.2926829268, 18.6036585366);
}
.cartPremium .woocommerce table.shop_table tbody tr td.product-subtotal {
  font-size: 18px;
  font-weight: 700;
  color: #891c1b;
}
.cartPremium .woocommerce table.shop_table tbody tr td.product-remove a {
  color: #891c1b !important;
  font-size: 22px;
  transition: 0.2s;
}
.cartPremium .woocommerce table.shop_table tbody tr td.product-remove a:hover {
  color: rgb(85.8756097561, 17.5512195122, 16.9243902439) !important;
}
.cartPremium .woocommerce table.shop_table tbody tr .quantity input.qty {
  border-radius: 8px;
  border: 1px solid #ddd;
  width: 60px;
  height: 42px;
  text-align: center;
  font-size: 16px;
}
.cartPremium .woocommerce .coupon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cartPremium .woocommerce .coupon input {
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  flex: 1;
}
.cartPremium .woocommerce .coupon button {
  background: #891c1b !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  transition: 0.2s;
}
.cartPremium .woocommerce .coupon button:hover {
  background: rgb(102.9170731707, 21.0341463415, 20.2829268293) !important;
}
.cartPremium .woocommerce button[name=update_cart][disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.cartPremium .woocommerce .cart_totals {
  margin-top: 40px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e8e2e2;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}
.cartPremium .woocommerce .cart_totals h2 {
  font-size: 24px;
  color: #891c1b;
  margin-bottom: 20px;
}
.cartPremium .woocommerce .cart_totals table {
  width: 100%;
  border: none;
}
.cartPremium .woocommerce .cart_totals table tr th {
  font-size: 15px;
  font-weight: 600;
  padding: 6px 0;
}
.cartPremium .woocommerce .cart_totals table tr td {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  color: #891c1b;
}
.cartPremium .woocommerce .cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
}
.cartPremium .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  background: #891c1b !important;
  border-radius: 999px;
  color: #fff !important;
  padding: 14px 20px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  transition: 0.2s;
}
.cartPremium .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: rgb(102.9170731707, 21.0341463415, 20.2829268293) !important;
}
@media (max-width: 768px) {
  .cartPremium .woocommerce {
    padding: 20px;
  }
  .cartPremium .woocommerce table.shop_table {
    border-spacing: 0 10px;
  }
}

/* LAYOUT GERAL */
.checkoutPremium {
  background: #fafafa;
  padding: 60px 0;
}
.checkoutPremium .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* GRID DO CHECKOUT */
.checkoutPremium .woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.3fr);
  column-gap: 40px;
  align-items: flex-start;
}

/* Coluna esquerda: detalhes de faturação */
.checkoutPremium #customer_details {
  grid-column: 1/2;
  grid-row: 1/3; /* ocupa duas linhas */
  background: #fff;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e1e1;
}

/* Título "A sua encomenda" na coluna da direita, em cima */
.checkoutPremium #order_review_heading {
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 0 0 15px;
  font-size: 22px;
  color: #891c1b;
  font-weight: 700;
  display: none;
}

/* Bloco da encomenda na coluna da direita, embaixo do título */
.checkoutPremium #order_review {
  grid-column: 2/3;
  grid-row: 2/3;
  background: #fff;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e1e1;
}

/* Responsivo: volta tudo empilhado no mobile */
@media (max-width: 900px) {
  .checkoutPremium .woocommerce-checkout {
    display: block;
  }
  .checkoutPremium #customer_details,
  .checkoutPremium #order_review,
  .checkoutPremium #order_review_heading {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 20px;
  }
}
/* ===== Ajuste do título principal da página ===== */
.checkoutPremium h1.entry-title,
.checkoutPremium .page-title {
  font-size: 36px;
  margin-bottom: 20px;
}

/* ===== Labels ===== */
.checkoutPremium .woocommerce form .form-row label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  display: block;
}

/* ===== Inputs, selects e textarea ===== */
.checkoutPremium input.input-text,
.checkoutPremium textarea,
.checkoutPremium select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  transition: all 0.2s ease;
  background: #fff;
}

.checkoutPremium input.input-text:focus,
.checkoutPremium textarea:focus,
.checkoutPremium select:focus {
  outline: none;
  border-color: #891c1b;
  box-shadow: 0 0 0 2px rgba(137, 28, 27, 0.15);
}

/* ===== Erros abaixo dos campos ===== */
.checkoutPremium .woocommerce-invalid .input-text,
.checkoutPremium .woocommerce-invalid select {
  border-color: #e2401c;
}

/* ===== Cabeçalho da tabela da encomenda ===== */
.checkoutPremium #order_review table.shop_table thead th {
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #eee;
}

/* ===== Linhas da tabela ===== */
.checkoutPremium #order_review table.shop_table tbody td {
  padding: 8px 0;
  border-bottom: 1px solid #f3f3f3;
}

/* ===== Totais ===== */
.checkoutPremium #order_review table.shop_table tfoot th,
.checkoutPremium #order_review table.shop_table tfoot td {
  font-size: 15px;
  font-weight: 700;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

/* ===== Mensagens (erro/aviso) ===== */
.checkoutPremium .woocommerce-error,
.checkoutPremium .woocommerce-info,
.checkoutPremium .woocommerce-message {
  border-radius: 12px;
  padding: 14px 50px;
}

/* ===== Botão "Finalizar encomenda" ===== */
.checkoutPremium #place_order {
  width: 100%;
  background: #891c1b;
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}

.checkoutPremium #place_order:hover {
  background: #6f1416;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* ===== Pequeno respiro entre o aviso de pagamento e o botão ===== */
.checkoutPremium #order_review .woocommerce-terms-and-conditions-wrapper,
.checkoutPremium #order_review .wc_payment_methods,
.checkoutPremium #order_review .woocommerce-NoticeGroup {
  margin-bottom: 15px;
}

/* ============================
   PÁGINA MINHA CONTA (SHORTCODE)
============================ */
.pageMinhaConta {
  background: #fafafa;
  padding: 60px 0;
  /* Título padrão do Woo */
  /* ===== GRID: menu + conteúdo ===== */
  /* ============================
       MENU LATERAL
  ============================= */
  /* ============================
       CONTEÚDO
  ============================= */
  /* ============================
       Tabelas
  ============================= */
  /* ============================
       BOTÕES
  ============================= */
  /* ============================
       FORMULÁRIOS
  ============================= */
  /* ============================
       RESPONSIVO
  ============================= */
}
.pageMinhaConta .container {
  max-width: 1200px;
  margin: 0 auto;
}
.pageMinhaConta .woocommerce-account .woocommerce > h2,
.pageMinhaConta .entry-title {
  color: #891c1b;
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 700;
}
.pageMinhaConta .woocommerce-account {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: flex-start;
}
.pageMinhaConta .woocommerce-MyAccount-navigation {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #e5e1e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.pageMinhaConta .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pageMinhaConta .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 6px;
}
.pageMinhaConta .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 14px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 10px;
  color: #333;
  transition: 0.2s;
}
.pageMinhaConta .woocommerce-MyAccount-navigation ul li a:hover {
  background: #f3d5d5;
  color: #891c1b;
}
.pageMinhaConta .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #891c1b;
  color: #fff;
  font-weight: 600;
}
.pageMinhaConta .woocommerce-MyAccount-content {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #e5e1e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.pageMinhaConta .woocommerce-MyAccount-content h3,
.pageMinhaConta .woocommerce-MyAccount-content h2 {
  color: #891c1b;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.pageMinhaConta table.shop_table {
  border-radius: 10px;
  overflow: hidden;
}
.pageMinhaConta table.shop_table th {
  background: #f7f7f7;
  font-weight: 600;
  padding: 12px;
}
.pageMinhaConta table.shop_table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}
.pageMinhaConta .woocommerce-button,
.pageMinhaConta .button,
.pageMinhaConta button,
.pageMinhaConta input[type=submit] {
  background: #891c1b !important;
  color: #fff !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: 600 !important;
  transition: 0.2s;
}
.pageMinhaConta .woocommerce-button:hover,
.pageMinhaConta .button:hover,
.pageMinhaConta button:hover,
.pageMinhaConta input[type=submit]:hover {
  background: #6e1416 !important;
}
.pageMinhaConta .woocommerce form .form-row label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #444;
}
.pageMinhaConta .woocommerce form .form-row input,
.pageMinhaConta .woocommerce form .form-row textarea,
.pageMinhaConta .woocommerce form .form-row select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
}
@media (max-width: 900px) {
  .pageMinhaConta .woocommerce-account {
    display: block;
  }
  .pageMinhaConta .woocommerce-MyAccount-navigation {
    margin-bottom: 25px;
  }
}

.singleProdutoPremium {
  padding: 60px 0;
  /* ===== TABS ===== */
}
.singleProdutoPremium .produtoGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.singleProdutoPremium .produtoGaleria .galeriaPrincipal {
  background: #fafafa;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
}
.singleProdutoPremium .produtoGaleria .galeriaPrincipal img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.singleProdutoPremium .produtoGaleria .galeriaThumbs {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}
.singleProdutoPremium .produtoGaleria .galeriaThumbs img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 6px;
  cursor: pointer;
  transition: all 0.2s;
}
.singleProdutoPremium .produtoGaleria .galeriaThumbs img.active, .singleProdutoPremium .produtoGaleria .galeriaThumbs img:hover {
  border-color: #891c1b;
  transform: scale(1.05);
}
.singleProdutoPremium .produtoInfo .prodTitulo {
  font-size: 34px;
  color: #891c1b;
  margin-bottom: 10px;
}
.singleProdutoPremium .produtoInfo .prodPreco {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.singleProdutoPremium .produtoInfo .prodShort {
  margin: 20px 0;
  font-size: 16px;
  color: #444;
}
.singleProdutoPremium .produtoInfo .prodButtons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.singleProdutoPremium .produtoInfo .prodButtons button,
.singleProdutoPremium .produtoInfo .prodButtons .single_add_to_cart_button {
  background: #891c1b !important;
  padding: 12px 26px !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-weight: 600;
  border: none !important;
  cursor: pointer;
}
.singleProdutoPremium .produtoTabs {
  margin-top: 70px;
}
.singleProdutoPremium .produtoTabs .tabsNav {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.singleProdutoPremium .produtoTabs .tabsNav .tabBtn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
}
.singleProdutoPremium .produtoTabs .tabsNav .tabBtn.active, .singleProdutoPremium .produtoTabs .tabsNav .tabBtn:hover {
  border-color: #891c1b;
  color: #891c1b;
}
.singleProdutoPremium .produtoTabs .tabItem {
  display: none;
}
.singleProdutoPremium .produtoTabs .tabItem.active {
  display: block;
}

.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);
}

.header {
  left: 0;
  right: 0;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.35);
  background: #fff;
  border-top: 0;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header > .container {
    max-width: 1440px;
  }
}
.header__note {
  background: #891c1b;
  text-align: center;
}
.header__note p {
  margin: 0;
  font-size: 14px;
  color: white;
}
.header__top {
  border-bottom: 1px solid #891c1b;
  padding: 16px 0;
  position: relative;
  z-index: 1;
}
.header__top.active .header__searchMob {
  opacity: 0;
}
.header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top .header__searchMob {
  display: none;
}
.header__top .header__searchMob .dgwt-wcas-search-form {
  border-radius: 8px;
  border: 2px solid #891c1b;
  background: #fff;
  width: 100%;
}
.header__top .header__searchMob .dgwt-wcas-search-form input::placeholder {
  color: #000;
}
.header__top .header__searchMob .dgwt-wcas-search-wrapp {
  min-width: 300px;
}
.header__top .header__searchMob .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
  display: none !important;
}
@media (max-width: 1199px) {
  .header__top .header__searchMob {
    display: flex;
    justify-content: center;
    padding-top: 16px;
  }
}
.header__bottom {
  background: #891c1b;
  padding: 8px 0;
  /* Ícone */
  /* Dropdown */
  /* Hover para abrir */
  /* Girar o ícone */
  /* Lista */
  /* Item */
}
@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__bottom .lang-header .gtranslate_wrapper {
  display: flex;
  gap: 8px;
}
.header__bottom .menuCategory {
  position: relative;
  display: inline-block;
  font-family: inherit;
}
.header__bottom .menuCategory__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
  color: white;
}
.header__bottom .menuCategory__toggle svg {
  transition: transform 0.2s ease;
}
.header__bottom .menuCategory__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px; /* Largura do menu */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  margin-top: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 50;
  /* Scroll elegante */
  max-height: 400px;
  overflow-y: auto;
}
.header__bottom .menuCategory:hover .menuCategory__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__bottom .menuCategory:hover .menuCategory__toggle svg {
  transform: rotate(180deg);
}
.header__bottom .menuCategory__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.header__bottom .menuCategory__list li a {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  background: #fafafa;
  border: 1px solid #eee;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.header__bottom .menuCategory__list li a:hover {
  background: #eaeaea;
  border-color: #ddd;
}
@media (max-width: 768px) {
  .header__bottom .menuCategory {
    width: 100%;
  }
  .header__bottom .menuCategory__dropdown {
    width: 100%;
    max-height: 300px;
  }
  .header__bottom .menuCategory__list {
    grid-template-columns: 1fr 1fr; /* 2 colunas no mobile para evitar scroll longo */
  }
}
.header__bottom .shortcodeMenuCategory {
  /* Ícone */
  /* Dropdown */
  /* Hover para abrir */
  /* Girar o ícone */
  /* Lista */
  /* Item */
}
.header__bottom .shortcodeMenuCategory .menuCategory {
  position: relative;
  display: inline-block;
  font-family: inherit;
}
.header__bottom .shortcodeMenuCategory .menuCategory__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
  color: white;
}
.header__bottom .shortcodeMenuCategory .menuCategory__toggle svg {
  transition: transform 0.2s ease;
}
.header__bottom .shortcodeMenuCategory .menuCategory__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px; /* Largura do menu */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  margin-top: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 50;
  /* Scroll elegante */
  max-height: 400px;
  overflow-y: auto;
}
.header__bottom .shortcodeMenuCategory .menuCategory:hover .menuCategory__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__bottom .shortcodeMenuCategory .menuCategory:hover .menuCategory__toggle svg {
  transform: rotate(180deg);
}
.header__bottom .shortcodeMenuCategory .menuCategory__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.header__bottom .shortcodeMenuCategory .menuCategory__list li a {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  background: #fafafa;
  border: 1px solid #eee;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.header__bottom .shortcodeMenuCategory .menuCategory__list li a:hover {
  background: #eaeaea;
  border-color: #ddd;
}
@media (max-width: 768px) {
  .header__bottom .shortcodeMenuCategory .menuCategory {
    width: 100%;
  }
  .header__bottom .shortcodeMenuCategory .menuCategory__dropdown {
    width: 100%;
    max-height: 300px;
  }
  .header__bottom .shortcodeMenuCategory .menuCategory__list {
    grid-template-columns: 1fr 1fr; /* 2 colunas no mobile para evitar scroll longo */
  }
}
.header .headerLeft {
  display: flex;
  align-items: center;
  gap: 58px;
}
.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;
    padding-top: 16px;
  }
}
.header .headerRight .redes {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .headerRight .iconCar {
  position: relative;
}
.header .headerRight .iconCar .cartLink {
  position: relative;
  display: inline-block;
}
.header .headerRight .iconCar .cartCount {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #891c1b;
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header .headerRight .iconList svg path {
  fill: #891c1b;
}
.header .headerRight .search .dgwt-wcas-search-form {
  border-radius: 8px;
  border: 2px solid #891c1b;
  background: #fff;
  width: 370px;
}
.header .headerRight .search .dgwt-wcas-search-form input::placeholder {
  color: #000;
}
.header .headerRight .search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
  display: none !important;
}
.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: 16px;
  font-weight: 500;
}
@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: #891c1b;
    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 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 .btnBanner {
  margin: 30px auto;
}

.content-default {
  padding: 100px 0;
}