@charset "UTF-8";
/*
Theme Name: Astra Child
Template: astra
Author: W Mendes Digital
Version: 1.0
Description: Tema de Loja Virtual W Mendes.
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --cor1: #FF0000;
  --cor2: #F93232;
  --cor3: #A80000;
  --cor4: #5B1919;
  --cor5: #f0e9de;
  --cor6: #0c0807;
  --cor7: #3F3C36;
  --branco: #fff;
}

.color-cor1 {
  color: #FF0000 !important;
}

.bg-cor1 {
  background-color: #FF0000 !important;
}

.color-cor2 {
  color: #F93232 !important;
}

.bg-cor2 {
  background-color: #F93232 !important;
}

.color-cor3 {
  color: #A80000 !important;
}

.bg-cor3 {
  background-color: #A80000 !important;
}

.color-cor4 {
  color: #5B1919 !important;
}

.bg-cor4 {
  background-color: #5B1919 !important;
}

.color-cor5 {
  color: #f0e9de !important;
}

.bg-cor5 {
  background-color: #f0e9de !important;
}

.color-cor6 {
  color: #0c0807 !important;
}

.bg-cor6 {
  background-color: #0c0807 !important;
}

.color-cor7 {
  color: #24252a !important;
}

.bg-cor7 {
  background-color: #24252a !important;
}

.color-branco {
  color: #fff !important;
}

.bg-branco {
  background-color: #fff !important;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden !important;
}

body {
  margin-top: 40px;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  padding: 0 !important;
  margin: 0 !important;
}

.fundo-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Quando ativo, a sombra aparece */
.fundo-shadow.ativo {
  opacity: 1;
  visibility: visible;
}

.headfundo {
  background-color: #000;
  transition: transform 0.5s ease, background-color 0.5s ease, height 0.5s ease;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.168627451);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(0);
  padding: 15px 0;
}
.headfundo img {
  height: 58px;
  transition: all ease 0.5s;
  box-shadow: 4px -10px 10px 0px rgba(0, 0, 0, 0.231372549);
}
.headfundo .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headfundo .nav-item svg {
  fill: #FF0000;
  width: 36px;
  height: 36px;
}
.headfundo .number-cart {
  position: absolute;
  bottom: 4px;
  right: 7px;
  background-color: #A80000;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.headfundo.fixado {
  padding: 10px 0;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.168627451);
}
.headfundo.fixado .nav-item {
  min-height: unset;
}

/* Suavizando a saída */
.headfundo.escondido {
  transform: translateY(-100%);
}

.foto-banner {
  background-image: url(img/banner/b1.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 95vh;
  position: relative;
}
.foto-banner .container,
.foto-banner .row {
  height: 100%;
}
.foto-banner .mouse-wheel {
  position: absolute;
  bottom: 35px;
  animation: bounce 1.5s infinite;
  z-index: 800;
}
.foto-banner .mouse-wheel svg {
  width: 50px;
  height: 53px;
  fill: #fff;
}
.foto-banner .mouse-wheel svg .st0 {
  fill: #FFFFFF !important;
}
.foto-banner .mouse-wheel:hover svg {
  fill: var(--cor1);
}
.foto-banner .mouse-wheel:hover svg .st0 {
  fill: var(--cor1) !important;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.carossel .carousel-control-prev,
.carossel .carousel-control-next {
  width: 70px;
  opacity: 0.9;
}
.carossel .btn-primary {
  transition: all ease 0.5s;
}
.carossel .btn-primary:hover {
  box-shadow: 0px 0px 10px 0px var(--cor1);
}
.carossel .carousel-item .btn-primary {
  opacity: 0;
  transform: translateY(20px);
  /* Move o botão um pouco para baixo */
  transition: opacity 0.5s ease-in-out 0.9s, transform 0.5s ease-in-out 0.9s;
}
.carossel .carousel-item.active .btn-primary {
  opacity: 1;
  transform: translateY(0);
  /* Retorna à posição original */
}
.carossel .carousel-indicators button {
  width: 25px;
  height: 12px;
  border-radius: 0;
  margin-right: 5px;
  margin-left: 5px;
}

.navbar {
  /* Mega menu ocupa a largura total */
  /* Exibe o mega menu ao passar o mouse */
}
.navbar .container {
  align-items: stretch;
}
.navbar .navbar-nav {
  gap: 15px;
  height: -webkit-fill-available;
}
.navbar .navbar-brand {
  padding: 0;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  z-index: 1001;
}
.navbar a:hover {
  color: var(--cor1) !important;
}
.navbar i {
  color: #fff;
  font-size: 26px;
}
.navbar .nav-item {
  position: unset;
}
.navbar .mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  top: 100%;
  display: none;
  position: absolute;
  background-color: #f3f3f3;
  padding: 35px;
  border-radius: 0;
}
.navbar .nav-item.dropdown:hover .mega-menu {
  display: block;
}
.navbar .nav-item.dropdown:hover .fundo-shadow {
  display: block;
}
.navbar .mega-menu .dropdown-item {
  padding: 8px 15px;
  display: block;
  font-size: 19px;
  font-weight: 400;
  color: #333;
  background-color: rgba(152, 152, 152, 0.1294117647);
  text-align: center;
}
.navbar .mega-menu .dropdown-item:hover {
  background-color: #FF0000;
  color: #fff;
}

.shadow-1 {
  background-color: transparent;
  position: absolute;
  top: 0;
  backdrop-filter: none;
  width: 40%;
  height: 100%;
  z-index: 2;
}
.shadow-1 img {
  height: 100%;
  width: auto;
  max-width: max-content;
}

.fundo-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Quando ativo, a sombra aparece */
.fundo-shadow.ativo {
  opacity: 1;
  visibility: visible;
}

.barra-fixa {
  position: fixed;
  z-index: 30;
  width: 100%;
  height: 0px;
  bottom: 80px;
}
.barra-fixa a {
  background-color: #09bc31;
  padding: 13px;
  border-radius: 50%;
  position: absolute;
}
.barra-fixa a:hover {
  scale: 1.1;
}
.barra-fixa svg {
  width: 26px;
  fill: #fff;
}

#ast-scroll-top {
  display: none !important;
}

.btn-primary {
  background-color: #A80000;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #FF0000;
  color: #fff;
}

.btn-outline-primary {
  color: #A80000;
  font-size: 13px;
}
.btn-outline-primary svg {
  width: 20px;
  height: 20px;
  fill: #FF0000;
}
.btn-outline-primary:hover {
  background-color: #A80000;
  color: #fff;
}
.btn-outline-primary:hover svg {
  fill: #fff;
}
.btn-outline-primary:active {
  background-color: #A80000 !important;
  color: #fff !important;
}

.destaques .frase {
  background-color: var(--cor1);
  clip-path: polygon(35px 0, 100% 0, 100% 100%, 0% 100%);
  padding: 10px 30px 10px 50px;
}
.destaques .frase h2 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.destaques .triangle {
  background-image: url(img/triangle.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.product-card {
  padding: 0px;
  background: #000;
  text-align: center;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  border: 2px solid red;
}
.product-card .capa-card {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  bottom: 0;
  background-color: rgba(24, 24, 24, 0.59);
  /* backdrop-filter: blur(4px); */
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 1em;
  transition: all ease 0.2s;
}
.product-card .capa-card .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
}
.product-card .capa-card .btn:hover {
  background-color: #d77d34 !important;
}
.product-card .capa-card .btn svg {
  fill: #fff;
  width: 30px;
  height: 23px;
}
.product-card .capa-card button {
  position: relative;
  top: 100%;
  transition: all ease 0.2s;
}
.product-card i {
  font-size: 30px;
  color: #FF0000;
}
.product-card .custom-bg {
  width: 100%;
  aspect-ratio: 3/2.3;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.product-card h6 {
  color: #a5a5a5;
  font-size: 17px;
  min-height: 42px;
}
.product-card .product-info p {
  color: #a5a5a5;
  font-size: 14px;
}
.product-card:hover .capa-card {
  opacity: 1;
  transition: all ease 0.2s;
}
.product-card:hover .capa-card button {
  top: 0;
  transition: all ease 0.2s;
}

#ast-scroll-top {
  background-color: #FF0000;
  font-size: 19px;
}

.traco {
  margin-bottom: 1em;
}

.heart-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.product-page .nav-link,
.product-page .text-primary {
  color: #FF0000 !important;
}
.product-page .relacionados h3 {
  font-family: "Goudos", sans-serif;
  color: #FF0000;
  text-transform: uppercase;
  border-bottom: 2px solid #A80000;
}

.fx-grow {
  transition: all ease-out 0.3s;
}
.fx-grow:hover {
  transition: all ease-out 0.3s;
  transform: scale(1.02);
}

.secao2 {
  background-image: url(img/fundo2.svg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.secao3 {
  background-image: url(img/fundo3.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 130vh;
}
.secao3 .container {
  background-color: rgba(0, 0, 0, 0.8470588235);
  border: 4px solid var(--cor1);
  border-radius: 10px;
}
.secao3 .container .frase {
  background-color: var(--cor1);
  clip-path: polygon(43px 0, 100% 0, 100% 100%, 0% 100%);
  padding: 10px 30px 10px 50px;
  height: 64px;
  display: flex;
  align-items: center;
}
.secao3 .container .frase h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.secao4 {
  background-image: url(img/banner/b2.jpg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.product-page {
  background-image: url(img/product-fundo.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.product-page .wslider #imagem-principal {
  cursor: zoom-in;
}
.product-page .wslider .miniatura {
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border-radius: 1em;
  width: 100%;
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.168627451);
}
.product-page .wslider .miniatura:hover {
  opacity: 0.8;
}
.product-page #galeriaModal {
  padding: 0;
  margin: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4588235294);
  backdrop-filter: blur(20px);
  overflow: hidden;
  z-index: 999999;
}
.product-page #galeriaModal .modal-dialog {
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.product-page #galeriaModal .modal-content {
  background-color: transparent;
  border: 0;
}
.product-page #galeriaModal .carousel-inner .carousel-item img {
  width: auto !important;
  max-height: calc(100vh - 100px);
}
.product-page #galeriaModal .carousel-control-prev,
.product-page #galeriaModal .carousel-control-next {
  scale: 1.6;
}
.product-page #galeriaModal .carousel-control-prev:hover, .product-page #galeriaModal .carousel-control-prev:focus,
.product-page #galeriaModal .carousel-control-next:hover,
.product-page #galeriaModal .carousel-control-next:focus {
  background-color: transparent !important;
}
.product-page #galeriaModal #contador {
  position: absolute;
  bottom: 45px;
  background-color: rgba(255, 255, 255, 0.8196078431);
  width: fit-content;
  margin: auto;
  padding: 5px 15px;
  border-radius: 10px;
  left: 0;
  right: 0;
}
.product-page .infos-produto h1 {
  padding-bottom: 1em !important;
  color: #A80000;
  font-weight: 700;
}
.product-page .cart .btn {
  text-transform: uppercase;
  padding: 13px;
  font-size: 19px;
  font-weight: bold;
}
.product-page .cart .btn:hover {
  box-shadow: 0px 0px 20px 0px #A80000;
  background-color: #A80000;
}

.finalizar-compra h1 {
  font-family: "Goudos", sans-serif;
  font-weight: 800;
  color: #0c0807;
  text-transform: uppercase;
  margin: 1em 0 !important;
}
.finalizar-compra a {
  color: #A80000;
  text-decoration: none;
}

.testimonial-carousel-wrapper {
  overflow: hidden;
  position: relative;
}

.testimonial-carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial-item {
  box-sizing: border-box;
  padding: 10px;
  flex: 0 0 100%;
  /* padrão: 1 por vez */
}

@media (min-width: 992px) {
  .btn-big {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: bold;
    border: 3px solid #878484;
    background-color: var(--cor1);
    color: #fff;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 10px;
    font-size: 30px;
  }
  .btn-big:hover {
    background-color: var(--cor2) !important;
    color: var(--cor5);
    box-shadow: 0px 0px 65px 3px var(--cor1);
  }
  .btn-big svg {
    fill: #fff;
    width: 30px;
    height: 23px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 67px;
    padding-top: 40px;
  }
  .testimonial-item {
    flex: 0 0 33.3333%;
    /* desktop: 3 por vez */
  }
}
.carousel-prev,
.carousel-next {
  z-index: 2;
}

.marquee-container {
  position: relative;
  width: 100%;
  height: 150px;
}

.marquee {
  position: absolute;
  display: flex;
  white-space: nowrap;
  width: max-content;
}

.marquee span {
  display: inline-block;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
}

/* Faixa da frente */
.front {
  top: 30px;
  background: #0e0e0e;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4196078431);
  transform: rotate(-4deg);
  animation: scroll-left 10s linear alternate infinite;
  z-index: 2;
  border: 3px solid red;
}

/* Faixa de trás */
.back {
  top: 60px;
  background: #000000;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4196078431);
  transform: rotate(4deg);
  opacity: 0.9;
  filter: blur(2px);
  animation: scroll-right 10s linear alternate infinite;
  z-index: 1;
  border: 3px solid red;
}

/* Animação esquerda → */
@keyframes scroll-left {
  0% {
    transform: rotate(-4deg) translateX(0);
  }
  100% {
    transform: rotate(-4deg) translateX(-15%);
  }
}
/* Animação direita ← */
@keyframes scroll-right {
  0% {
    transform: rotate(4deg) translateX(-15%);
  }
  100% {
    transform: rotate(4deg) translateX(0);
  }
}
footer {
  background-color: #0c0c0c;
}
footer a,
footer li {
  text-decoration: none;
  color: #9a9a9a;
}
footer .meios-img {
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
  border: 4px solid #cda03f;
}
footer h3 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
footer i {
  color: #FF0000;
}
footer ul li i {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  font-size: 18px;
}

.carossel .carousel-inner {
  background-color: #000;
}

.newsletter {
  background-image: url(img/news-fundo1.jpg);
  background-size: cover;
  background-position: top;
  height: 90vh;
}
.newsletter h5 {
  font-size: 23px;
}
.newsletter h3 {
  font-size: 43px;
}
.newsletter .assine-form input[type=email] {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 4em;
  color: #fff;
  padding: 11px 30px;
}
.newsletter .assine-form input[type=email]::placeholder {
  color: #fff;
}
.newsletter .btn-outline-primary {
  color: #fff;
  border: 2px solid #FF0000;
  background-color: #FF0000;
  border-radius: 4em;
  padding: 11px 30px;
}
.newsletter .btn-outline-primary:hover {
  background-color: #A80000;
  color: #fff;
  border: 2px solid #A80000;
}

.depoimentos .carousel-prev,
.depoimentos .carousel-next {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.depoimentos .carousel-prev {
  left: -70px !important;
}

.depoimentos .carousel-next {
  right: -70px !important;
}

.depoimentos .carousel-next svg,
.depoimentos .carousel-prev svg {
  width: 30px;
}

.depoimentos .carousel-prev:hover,
.depoimentos .carousel-next:hover {
  scale: 1.04;
}

.depoimentos {
  background-image: url(img/destaques-fundo.jpg);
  background-size: cover;
  background-position: left;
}
.depoimentos .testimonial-card {
  background-color: #A80000;
  color: #fff;
  max-width: 100%;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 334px;
}
.depoimentos .testimonial-card .testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.depoimentos .testimonial-card .testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.depoimentos .testimonial-card h4,
.depoimentos .testimonial-card p {
  text-align: left;
  margin: 10px 0;
}
.depoimentos .testimonial-card .testimonial-name {
  font-weight: bold;
  font-size: 18px;
}
.depoimentos .testimonial-card .testimonial-text {
  font-style: italic;
  font-size: 14px;
}
.depoimentos .testimonial-card .testimonial-stars {
  font-size: 20px;
  margin-top: 10px;
}

.carousel-container {
  position: relative;
  height: 85vh;
  min-height: 500px;
  overflow: hidden;
}
.carousel-container .carousel-indicators {
  bottom: 20px;
  z-index: 5;
}
.carousel-container .carousel-indicators button {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 5px;
  transition: background-color 0.3s;
}
.carousel-container .carousel-indicators button.active {
  background-color: #fff;
}
.carousel-container .carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.carousel-container .carousel-inner,
.carousel-container .carousel-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
}
.carousel-container .carousel-inner .fundoimg,
.carousel-container .carousel-item .fundoimg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.search-box form input[type=text] {
  background-color: transparent;
  border: 1px solid #cfcfcf;
  border-right: 0;
  font-size: 13px;
  border-radius: 4em;
  color: #626262;
  padding: 7px 15px;
  min-width: 210px;
}
.search-box form input[type=text]::placeholder {
  color: #626262;
}
.search-box form .btn {
  padding: 0;
  background-color: var(--cor1);
  width: 50px;
  border: 1px solid var(--cor1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-box form .btn i {
  font-size: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
}

.hero {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 70%;
  display: grid;
  align-items: center;
  z-index: 10;
}
.hero h1 {
  color: #f0e9de;
  font-weight: 400;
}

.page-contato .text-primary {
  color: #000 !important;
  padding: 15px 0 !important;
}
.page-contato .form-contato {
  padding: 3em 2em;
  background-color: #f3f1ec;
  border-radius: 1em;
}
.page-contato .form-contato .btn:disabled {
  background-color: #FF0000;
  border: 2px solid #FF0000;
}
.page-contato .btn-outline-primary {
  color: #FF0000;
  background-color: #eee;
  border-radius: 3em;
  padding: 15px 30px;
  text-decoration: none;
}

.btn,
.btn:disabled {
  color: #fff;
  font-size: 16px;
  border: 2px solid var(--cor1);
  border-radius: 0px;
  text-transform: uppercase;
  background-color: var(--cor1);
  font-weight: bold;
}
.btn:hover,
.btn:disabled:hover {
  border: 2px solid #A80000;
  background-color: #A80000;
  color: #fff;
}

.font-1 {
  font-family: "Goudos", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.carrinho {
  min-height: 84vh;
  display: grid;
  align-content: center;
}
.carrinho .cart_totals.calculated_shipping,
.carrinho .cart-collaterals .cart_totals {
  width: 100% !important;
}
.carrinho .cart_totals.calculated_shipping h2,
.carrinho .cart-collaterals .cart_totals h2 {
  font-size: 30px;
  padding: 15px 0 !important;
}
.carrinho h1 {
  font-family: "Goudos", sans-serif;
  font-weight: 800;
  color: #0c0807;
  text-transform: uppercase;
}
.carrinho a {
  color: #A80000;
  text-decoration: none;
}

.btn-close-modal {
  position: absolute;
  top: 30px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  z-index: 1050;
}

.btn-close-modal:hover {
  color: #FF0000;
  background: none;
}

@media (max-width: 991px) {
    
    .navbar {
    height: 53px;
}
    
  .secao4 {
    background-image: url(img/banner/b2-mob.jpg);
  }
  #fourty-box .img-mob {
    margin-bottom: 50px;
  }
  .marquee-container .back {
    top: 82px;
  }
  .marquee-container .front {
    top: 2px;
  }
  #first-box .col-12 {
    order: 1;
  }
  #first-box .triangle {
    order: 2;
  }
  .secao3 .container .frase h2 {
    font-size: 13px;
  }
  .foto-banner {
    background-image: url(img/banner/b1-mob.jpg);
    background-size: cover;
  }
  body {
    margin-top: 24px;
  }
  .btn-big {
    background-color: var(--cor1);
    color: #fff;
    text-decoration: unset;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 15px;
  }
  .btn-big:hover {
    box-shadow: 0px 0px 10px 0px var(--cor1);
  }
  .headfundo img {
    height: 46px;
  }
  .foto-banner {
    height: 400px;
  }
  .capa-mobile {
    min-height: 100vh;
        background-color: #000000cf;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        padding: 30px;
  }
  .navbar .navbar-nav {
    row-gap: 0px;
    height: 100%;
    column-gap: 10px;
    min-height: 400px;
    align-content: center;
  }
  .navbar li {
    background-color: var(--cor1);
    border-radius: 10px;
    text-align: center;
    margin: 8px 0;
    border: 3px solid var(--cor4);
    font-weight: bold;
  }
  .navbar li a {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9b701b;
  }
  .navbar li:hover {
    background-color: var(--cor3);
    border: 3px solid var(--cor1);
    color: #fff;
  }
  .navbar li:hover a {
    color: #fff;
  }
  .testimonial-carousel {
    width: 80%;
    margin: 0 10%;
  }
  .depoimentos .carousel-prev {
    left: -10px !important;
  }
  .depoimentos .carousel-next {
    right: -10px !important;
  }
  .product-page #galeriaModal .carousel-inner .carousel-item img {
    width: auto !important;
    height: auto;
  }
  section h2 {
    font-size: 31px;
  }
  .carossel .carousel-control-next:hover,
  .carossel .carousel-control-prev:hover,
  .carossel .carousel-control-next:focus,
  .carossel .carousel-control-prev:focus {
    background-color: transparent !important;
    scale: 1.1;
  }
  .navbar .itens-mobile svg {
    fill: #FF0000;
    width: 35px;
    height: 35px;
  }
  .navbar .navbar-toggler {
    border: 1px solid transparent;
    display: grid;
    align-content: space-evenly;
    height: 35px;
    background-color: #FF0000;
    margin: auto;
  }
  .navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
    box-shadow: none !important;
  }
  .navbar .navbar-toggler .linha {
    width: 31px;
    display: block;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
  }
  .navbar .number-cart {
    bottom: unset;
    top: unset;
    right: 0;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 13px;
    margin: auto;
    margin-top: 23px;
  }
  .busca-mobile .hero-inner {
    padding: 10px !important;
    text-align: center;
    background-color: #c69241;
    background-color: #dfebf1;
  }
  .busca-mobile .hero-inner h1 {
    font-size: 19px;
    display: none;
  }
  .busca-mobile .hero-inner .search-box input {
    border-radius: 20px 0 0 20px;
    font-size: 15px;
  }
  .busca-mobile .hero-inner .search-box .btn-light {
    background-color: #A80000;
  }
  .carousel-container {
    height: -webkit-fill-available;
    min-height: unset;
  }
  .carousel-container .carousel {
    position: relative;
  }
  .newsletter h3 {
    font-size: 23px;
    padding: 15px 0 !important;
    font-style: italic;
  }
  .carousel-container h1 {
    text-align: center;
  }
  .carousel-container .carousel-item {
    background-position: right !important;
  }
  .product-card .custom-bg {
    aspect-ratio: 2/1.6;
  }
  footer .col-md-4 ul li,
  footer .col-lg-4 ul li {
    text-align: center;
  }
}
.copy {
  background-color: #17181b;
  color: #fff;
}

.products-container {
  display: flex;
  overflow-x: auto;
  gap: 30px;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

/* Esconde a barra de rolagem no mobile */
.products-container::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 auto;
  width: 88%;
  /* Cada card ocupa 80% da largura da tela */
  scroll-snap-align: center;
}

/* No desktop, mantém a organização padrão */
@media (min-width: 992px) {
  .carossel .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .carossel .carousel-control-next:hover,
  .carossel .carousel-control-prev:hover,
  .carossel .carousel-control-next:focus,
  .carossel .carousel-control-prev:focus {
    background-color: transparent !important;
    scale: 1.1;
  }
  .products-container {
    flex-wrap: wrap;
  }
  .product-card {
    width: 270px;
  }
  .depoimentos .product-card {
    width: calc(33.333% - 20px);
    /* 3 colunas no desktop */
  }
}
body.page-template-page-login {
  background-color: #f8f9fa;
}
body.page-template-page-login .box-login {
  height: calc(100vh - 100px);
}

.card {
  border-radius: 10px;
}

.card h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.wp-login-form input[type=text],
.wp-login-form input[type=password] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.wp-login-form input[type=submit] {
  background-color: #007bff;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}/*# sourceMappingURL=style.css.map */