@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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: 1280px;
  }
}
.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: "Poppins", sans-serif;
  font-size: 16px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-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: #0072bc;
}

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

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 strong {
  color: #0072bc;
}

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: #0072bc;
  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(0, 114, 188, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(0, 114, 188, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #0072bc !important;
}

*::-moz-scrollbar-thumb:active {
  background: #0072bc !important;
}

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

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

.footer {
  padding: 80px 0 0;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .container {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__left h4 {
  color: #191919;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 28px;
}
.footer__left .line {
  background: #0072bc;
  height: 2px;
  width: 40px;
}
.footer__left .contactosItens {
  margin-top: 30px;
}
.footer__left .contactosItens li {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 287px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .footer__left .contactosItens li {
    max-width: 100%;
    justify-content: center;
  }
}
.footer__left .contactosItens li p {
  color: #808080;
  margin: 0;
  text-align: left;
}
.footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer__right {
    align-items: center;
  }
}
.footer__right img {
  max-width: 280px;
  height: auto;
}
.footer__bottom {
  border-top: 1px solid #eaeaea;
  padding: 32px 0;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .footer__bottom {
    margin-top: 40px;
  }
}
.footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__bottom .container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.footer__bottom p {
  color: #808080;
  font-size: 14px;
  margin: 0;
}
.footer__bottom .linkPolitica {
  color: #808080;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__bottom .linkPolitica:hover {
  color: #0072bc;
}
@media (max-width: 767px) {
  .footer__bottom .linkPolitica {
    order: 2;
  }
}
.footer__bottom .redes {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer__bottom .redes {
    order: 3;
  }
}
.footer__bottom .redes li:nth-child(2) a {
  background-color: #3f729b;
  border-color: #3f729b;
}
.footer__bottom .redes li a {
  background-color: #3b5998;
  border-color: #3b5998;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__bottom .redes li a img {
  filter: brightness(0) invert(1);
}

@media (min-width: 1200px) {
  .home .boxBanner .banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .home .boxBanner .banner::before {
    display: none;
  }
}
.home .boxBanner .banner * {
  color: white !important;
}
@media (min-width: 1200px) {
  .home .boxBanner .banner * {
    color: #000;
    text-align: left;
  }
}
.home .boxBanner .banner .btn {
  color: white;
  background: #0072bc;
}
@media (min-width: 1200px) {
  .home .boxBanner .banner .btnsBanner {
    justify-content: flex-start;
  }
}
.home .boxBanner .banner .btnsBanner .btn {
  background: #0072bc !important;
}
@media (min-width: 1200px) {
  .home .boxBanner .banner .container {
    justify-content: flex-start;
  }
}
@media (max-width: 1199px) {
  .home .boxBanner .banner .container .boxBanner {
    padding: 40px 0;
  }
  .home .boxBanner .banner .container .boxBanner h1 {
    font-size: 60px;
    max-width: 100%;
  }
  .home .boxBanner .banner .container .boxBanner .btnsBanner {
    justify-content: center;
  }
}

.homePage .homeIntro {
  padding: 125px 0 100px;
}
@media (max-width: 767px) {
  .homePage .homeIntro {
    padding: 60px 0;
  }
}
.homePage .homeIntro .txt {
  max-width: 892px;
  margin: 0 auto;
  text-align: center;
}
.homePage .homeIntro .txt * {
  color: #707070;
}
.homePage .homeIntro .txt p {
  font-size: 15px;
  line-height: 1.93;
  text-align: left;
}
.homePage .homeIntro .txt h4 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 6px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .homePage .homeIntro .txt h4 {
    letter-spacing: 3px;
  }
}
.homePage .homeServicos {
  background-size: cover;
  position: relative;
}
.homePage .homeServicos .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .homePage .homeServicos .container {
    justify-content: center;
  }
}
.homePage .homeServicos__txt {
  text-align: left;
  color: white;
  max-width: 600px;
  padding: 170px 0;
}
@media (max-width: 991px) {
  .homePage .homeServicos__txt {
    text-align: center;
    padding: 80px 0;
  }
}
.homePage .homeServicos__txt h4 {
  color: white !important;
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 6px;
}
@media (max-width: 991px) {
  .homePage .homeServicos__txt h4 {
    text-align: center;
    letter-spacing: 3px;
  }
}
.homePage .homeServicos__txt h2 {
  color: white !important;
  font-size: 48px;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .homePage .homeServicos__txt h2 {
    text-align: center;
    font-size: 32px;
  }
}
.homePage .homeServicos__txt p {
  color: white !important;
}
.homePage .homeServicos .listaServicos {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 991px) {
  .homePage .homeServicos .listaServicos {
    align-items: center;
  }
}
.homePage .homeServicos .listaServicos li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .homePage .homeServicos .listaServicos li {
    text-align: center;
    justify-content: center;
  }
}
.homePage .homeServicos .listaServicos li img {
  width: 24px;
  height: auto;
}
.homePage .homeServicos .listaServicos li .fusion-li-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 1.2em;
}
.homePage .homeServicos .btnServicos {
  background: #191919;
  color: white;
  font-weight: 700;
  padding: 17px 40px;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  opacity: 1 !important;
  display: block;
  width: fit-content;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .homePage .homeServicos .btnServicos {
    margin: 20px auto 0;
  }
}
.homePage .homeServicos .btnServicos:hover {
  background: #55c1ee;
}
.homePage .homeMarcas {
  padding: 120px 0 60px;
}
@media (max-width: 767px) {
  .homePage .homeMarcas {
    padding: 60px 0 30px;
  }
}
.homePage .homeMarcas h4 {
  color: #525252;
  font-size: 16px;
  text-align: center;
  letter-spacing: 6px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .homePage .homeMarcas h4 {
    letter-spacing: 3px;
  }
}
.homePage .homeMarcas h2 {
  color: #191919;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .homePage .homeMarcas h2 {
    font-size: 32px;
  }
}
.homePage .homeMarcas .line {
  background: #55c1ee;
  width: 90px;
  height: 2px;
  margin: 32px auto;
}
.homePage .homeVantagens {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 526px;
}
@media (max-width: 767px) {
  .homePage .homeVantagens {
    min-height: 400px;
  }
}
.homePage .homeVantagens__txt {
  max-width: 460px;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .homePage .homeVantagens__txt {
    padding: 60px 0;
    text-align: center;
    max-width: 100%;
  }
}
.homePage .homeVantagens__txt h3 {
  color: white;
  font-size: 40px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .homePage .homeVantagens__txt h3 {
    font-size: 28px;
  }
}
.homePage .homeVantagens__txt p {
  color: white;
  font-size: 15px;
  line-height: 1.93;
}
.homePage .homeProdutos {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .homePage .homeProdutos {
    padding: 60px 0;
  }
}
.homePage .homeProdutos h4 {
  color: #525252;
  font-size: 16px;
  text-align: center;
  letter-spacing: 6px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .homePage .homeProdutos h4 {
    letter-spacing: 3px;
  }
}
.homePage .homeProdutos h2 {
  color: #191919;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .homePage .homeProdutos h2 {
    font-size: 32px;
  }
}
.homePage .homeProdutos .line {
  background: #55c1ee;
  width: 90px;
  height: 2px;
  margin: 32px auto;
}
.homePage .homeProdutos .lojaContent {
  margin-top: 60px;
  /* Botão Ver Detalhes (dentro do card da home) */
}
.homePage .homeProdutos .lojaContent .prodGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .homePage .homeProdutos .lojaContent .prodGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .homePage .homeProdutos .lojaContent .prodGrid {
    grid-template-columns: 1fr;
  }
}
.homePage .homeProdutos .lojaContent .prodCard {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.homePage .homeProdutos .lojaContent .prodCard:hover {
  transform: translateY(-10px);
  border-color: #0072bc;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.homePage .homeProdutos .lojaContent .prodCard:hover__image img {
  transform: scale(1.1);
}
.homePage .homeProdutos .lojaContent .prodCard__image {
  display: block;
  overflow: hidden;
  background: #f8fafc;
  position: relative;
  border-bottom: 1px solid #f1f5f9;
}
.homePage .homeProdutos .lojaContent .prodCard__image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1199px) {
  .homePage .homeProdutos .lojaContent .prodCard__image img {
    height: 260px;
  }
}
.homePage .homeProdutos .lojaContent .prodCard__content {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.homePage .homeProdutos .lojaContent .prodCard__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.homePage .homeProdutos .lojaContent .prodCard__title a {
  color: #334155;
  text-decoration: none;
  transition: color 0.3s;
}
.homePage .homeProdutos .lojaContent .prodCard__title a:hover {
  color: #0072bc;
}
.homePage .homeProdutos .lojaContent .prodCard__price {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.homePage .homeProdutos .lojaContent .prodCard__price .amount {
  color: #0f172a;
}
.homePage .homeProdutos .lojaContent .prodCard__price ins {
  text-decoration: none;
  color: #0072bc;
  font-size: 24px;
}
.homePage .homeProdutos .lojaContent .prodCard__price ins .amount {
  color: #0072bc;
}
.homePage .homeProdutos .lojaContent .prodCard__price del {
  font-size: 14px;
  color: #94a3b8;
  font-weight: 400;
  text-decoration: line-through;
}
.homePage .homeProdutos .lojaContent .prodCard__price del .amount {
  color: #94a3b8;
}
.homePage .homeProdutos .lojaContent .prodCard__actions {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.homePage .homeProdutos .lojaContent .btnDetails {
  width: 100%;
  padding: 14px 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.homePage .homeProdutos .lojaContent .btnDetails:hover {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}
.homePage .homeProdutos .btnsHomeProdutos {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.homePage .homeProdutos .btnsHomeProdutos .btn {
  background: #0072bc;
  color: white;
  padding: 18px 45px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  text-decoration: none;
}
.homePage .homeProdutos .btnsHomeProdutos .btn:hover {
  background: #191919;
  transform: translateY(-3px);
}
.homePage .homeContacto {
  background: #191919;
  padding: 70px 0;
}
.homePage .homeContacto:hover {
  background: #0072bc;
}
.homePage .homeContacto .btnContacto {
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.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: #0072bc;
  padding: 44px 0;
}
.sobrePage__espaco .txt {
  max-width: 695px;
  text-align: center;
  margin: 0 auto;
}
.sobrePage__espaco .txt * {
  color: white;
}

.contactoPage {
  background: #fff;
}
.contactoPage .divider {
  width: 45px;
  height: 2px;
  background-color: #0072bc;
  margin: 20px auto;
}
.contactoPage .sectionHeader {
  padding: 80px 0 0;
  text-align: center;
}
.contactoPage .sectionHeader h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.contactoPage .contactInfoGrid {
  padding: 80px 0;
}
.contactoPage .contactInfoGrid .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .contactoPage .contactInfoGrid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .contactoPage .contactInfoGrid .grid {
    grid-template-columns: 1fr;
  }
}
.contactoPage .contactInfoGrid .infoItem {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactoPage .contactInfoGrid .infoItem .iconCircle {
  width: 60px;
  height: 60px;
  background-color: #0072bc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}
.contactoPage .contactInfoGrid .infoItem .iconCircle:hover {
  transform: scale(1.1);
}
.contactoPage .contactInfoGrid .infoItem h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
}
.contactoPage .contactInfoGrid .infoItem .txt {
  color: #747474;
  font-size: 15px;
  line-height: 1.6;
}
.contactoPage .contactInfoGrid .infoItem .txt p {
  margin-bottom: 5px;
  color: #747474;
}
.contactoPage .contactFormSection {
  padding: 80px 0;
  background-color: #fff;
  background-image: linear-gradient(#f0f0f0 1px, transparent 1px), linear-gradient(90deg, #f0f0f0 1px, transparent 1px);
  background-size: 50px 50px;
}
.contactoPage .contactFormSection .intro {
  text-align: center;
  margin-bottom: 50px;
}
.contactoPage .contactFormSection .intro h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 767px) {
  .contactoPage .contactFormSection .intro h2 {
    font-size: 24px;
  }
}
.contactoPage .contactFormSection .formWrapper {
  max-width: 800px;
  margin: 0 auto;
}
.contactoPage .contactFormSection .formWrapper .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.contactoPage .contactFormSection .formWrapper input[type=text],
.contactoPage .contactFormSection .formWrapper input[type=email],
.contactoPage .contactFormSection .formWrapper input[type=tel],
.contactoPage .contactFormSection .formWrapper textarea {
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  border-radius: 0;
  padding: 18px 20px;
  font-size: 15px;
  color: #333;
  transition: background 0.3s ease;
}
.contactoPage .contactFormSection .formWrapper input[type=text]:focus,
.contactoPage .contactFormSection .formWrapper input[type=email]:focus,
.contactoPage .contactFormSection .formWrapper input[type=tel]:focus,
.contactoPage .contactFormSection .formWrapper textarea:focus {
  background-color: #ececec;
  outline: none;
}
.contactoPage .contactFormSection .formWrapper input[type=text]::placeholder,
.contactoPage .contactFormSection .formWrapper input[type=email]::placeholder,
.contactoPage .contactFormSection .formWrapper input[type=tel]::placeholder,
.contactoPage .contactFormSection .formWrapper textarea::placeholder {
  color: #999;
}
.contactoPage .contactFormSection .formWrapper textarea {
  height: 180px;
}
.contactoPage .contactFormSection .formWrapper .wpcf7-submit {
  width: 100%;
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 10px;
}
.contactoPage .contactFormSection .formWrapper .wpcf7-submit:hover {
  background-color: #0072bc;
}
.contactoPage .contactFormSection .formWrapper .formRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .contactoPage .contactFormSection .formWrapper .formRow {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.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 #191919;
}
.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: #0072bc;
  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: "Poppins", sans-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: #0072bc;
  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 #eee;
  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 #0072bc;
  padding-left: 8px;
  font-weight: 600;
}
.lojaPage .lojaFilters .filterBox .liveSearchInput {
  width: 100%;
  padding: 12px 14px 12px 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat 14px center;
}
.lojaPage .lojaFilters .filterBox .liveSearchInput:focus {
  border-color: #0072bc;
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 114, 188, 0.1);
  background-color: #fcfcfc;
}
.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: #0072bc;
}
.lojaPage .lojaFilters .filterBox .filterLink.is-active {
  font-weight: 600;
  color: #0072bc;
}
.lojaPage .lojaFilters .filterBox .priceRange {
  display: flex;
  gap: 10px;
}
.lojaPage .lojaFilters .filterBox .priceRange input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s ease;
}
.lojaPage .lojaFilters .filterBox .priceRange input:focus {
  border-color: #0072bc;
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 114, 188, 0.1);
}
.lojaPage .lojaFilters .filterBox .btnFilter {
  margin-top: 12px;
  width: 100%;
  background: #0072bc;
  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(0, 95.4446808511, 157.4);
}
.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 #0072bc;
  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 #eee;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* conteúdo */
}
.lojaPage .lojaContent .prodCard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px dashed rgba(0, 114, 188, 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: #0072bc;
}
.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: #0072bc !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(0, 95.4446808511, 157.4) !important;
}
.lojaPage .lojaContent .btnDetails {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #0072bc;
  background: rgba(0, 114, 188, 0.05);
  color: #0072bc;
  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: #0072bc;
  color: #fff;
}
.lojaPage .lojaContent .btnQuote {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #0072bc;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #0072bc;
  transition: 0.2s ease;
}
.lojaPage .lojaContent .btnQuote:hover {
  background: #0072bc;
  color: #fff;
}

/* ===========================================
   BOTÃO DE FILTRO (MOBILE)
=========================================== */
.filterToggle {
  display: none;
  background: #0072bc;
  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: rgba(0, 114, 188, 0.1);
  color: #0072bc;
  border-radius: 6px;
  border: 1px solid rgba(0, 114, 188, 0.2);
  transition: 0.25s;
}
.btnDetails:hover {
  background: #0072bc;
  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: #191919;
  border-radius: 6px;
  border: 1px solid #191919;
  transition: 0.25s;
}
.btnQuote:hover {
  background: #191919;
  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 .woocommerce {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  /* ===== MENU DA CONTA ===== */
  /* ===== CONTEÚDO ===== */
}
.woocommerce-account .woocommerce::before {
  display: none !important;
}
.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;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}

.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: #0072bc;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.2s;
}

.btnQuote:hover {
  background: rgb(0, 95.4446808511, 157.4);
}

#quote-toast {
  position: fixed;
  bottom: -100px;
  right: 20px;
  background: #0072bc;
  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: #0072bc !important;
}

.header {
  left: 0;
  right: 0;
  z-index: 9;
  background: #0072bc;
  padding: 8px 0;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top {
  background: #0072bc;
  border-bottom: 1px solid #0072bc;
  padding: 5px 0;
}
.header__top * {
  color: white;
}
.header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__bottom {
  background: #0072bc;
  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;
  justify-content: space-between;
  width: 100%;
}
.header .headerLeft nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.header .headerLeft nav .btnLoja {
  background: #191919;
  color: white;
  font-weight: 700;
  border-radius: 2px;
  padding: 9px 20px;
  font-size: 12px;
}
.header svg path, .header svg circle, .header svg rect, .header svg line, .header svg polyline, .header svg polygon {
  fill: white;
}
.header svg path[fill]:not([fill=none]), .header svg circle[fill]:not([fill=none]), .header svg rect[fill]:not([fill=none]), .header svg line[fill]:not([fill=none]), .header svg polyline[fill]:not([fill=none]), .header svg polygon[fill]:not([fill=none]) {
  fill: white;
}
.header .headerTop {
  background: white;
  padding: 24px 0;
}
.header .headerActionsDesktop {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .header .headerActionsDesktop {
    display: none;
  }
}
.header .headerActionsDesktop .search {
  margin-right: 10px;
}
.header .headerActionsDesktop .iconAccount, .header .headerActionsDesktop .iconCar {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  position: relative;
}
.header .headerActionsDesktop .iconAccount:hover, .header .headerActionsDesktop .iconCar:hover {
  opacity: 0.8;
}
.header .headerActionsDesktop .iconAccount .cartCount, .header .headerActionsDesktop .iconCar .cartCount {
  position: absolute;
  top: -5px;
  right: -10px;
  background: #191919;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: 700;
}
.header .headerActionsDesktop .btnLoja {
  background: #191919;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.3s;
}
.header .headerActionsDesktop .btnLoja:hover {
  background: rgb(50.5, 50.5, 50.5);
}
.header .headerMobileExtras {
  display: none;
}
@media (max-width: 1199px) {
  .header .headerMobileExtras {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    width: 100%;
    padding: 0 20px;
  }
}
.header .headerMobileExtras .searchMobile {
  width: 100%;
  max-width: 300px;
}
.header .headerMobileExtras .searchMobile .dgwt-wcas-search-wrapp {
  max-width: 100% !important;
}
.header .headerMobileExtras .iconGroupMobile {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
.header .headerMobileExtras .iconGroupMobile a {
  position: relative;
  display: flex;
}
.header .headerMobileExtras .iconGroupMobile .cartCount {
  position: absolute;
  top: -5px;
  right: -10px;
  background: white;
  color: #0072bc;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: 700;
}
.header .headerMobileExtras .btnLojaMobile {
  background: white;
  color: #0072bc;
  padding: 15px 40px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  max-width: 250px;
  text-align: center;
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
}
@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: #0072bc;
    padding: 60px 0;
    z-index: 10;
    height: 100vh;
    overflow-y: auto;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 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: 24px;
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.header .primary-menu li a {
  font-size: 13px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: white;
  }
}
@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: #0072bc;
    color: white;
  }
  .header .primary-menu li:hover > .sub-menu {
    display: block;
  }
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: 500px;
    background-position: center;
  }
}
.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;
  text-align: center;
}
.banner .subtitle {
  color: #191919 !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.banner h1 {
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 150px;
  line-height: 1.2;
  max-width: 300px;
}
@media (max-width: 1199px) {
  .banner h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .banner h1 {
    font-size: 50px;
  }
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
  font-weight: 300;
  text-align: center;
}
.banner__txt {
  padding: 32px 0;
}
.banner__txt * {
  color: white;
}
.banner__txt p {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .banner__txt p {
    font-size: 18px;
    line-height: 26px;
  }
}
.banner .boxBanner .btnsBanner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.banner .boxBanner .btnsBanner .btn {
  font-style: normal;
  letter-spacing: 1px;
  background: #0072bc;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 29px;
  border-radius: 0 !important;
  position: relative;
}
.banner .boxBanner .btnsBanner .btn::before {
  content: ">";
  position: absolute;
  right: 16px;
  top: 48%;
  transform: translateY(-50%);
  color: white;
}
.banner .boxBanner .btnsBanner .btn:hover {
  background: #55c1ee;
}
.banner .boxBanner .btnBanner {
  margin: 30px auto;
}

.banner-interno {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.banner-interno::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.banner-interno .container {
  position: relative;
  z-index: 2;
}
.banner-interno .content h1 {
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .banner-interno .content h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .banner-interno .content h1 {
    font-size: 40px;
  }
}
.banner-interno .content .desc {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .banner-interno .content .desc {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

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