@charset "UTF-8";
/*
Theme Name: Astra Child
Template: astra
Author: W Mendes Digital
Version: 1.0
Description: Tema de Loja Virtual W Mendes.
*/
:root {
  --cor1: #3DB1B3;
  --cor2: #0877AF;
  --cor3: #244771;
  --cor4: #133556;
  --cor5: #E6EBF4;
  --cor6: #0E2235;
  --cor7: #0E2235;
  --branco: #fff;
}

/*
olhar ambiente do cliente

mobile
carrosel de fotos tamanho ruim
item na horda de adicionar ao carrinho, vai pro carrinho, e aparece a mensagem que "foi pro carrinho"
*/
.color-cor1 {
  color: #3DB1B3 !important;
}

.bg-cor1 {
  background-color: #3DB1B3 !important;
}

.color-cor2 {
  color: #244771 !important;
}

.bg-cor2 {
  background-color: #244771 !important;
}

.color-cor3 {
  color: #0877AF !important;
}

.bg-cor3 {
  background-color: #0877AF !important;
}

.color-cor4 {
  color: #133556 !important;
}

.bg-cor4 {
  background-color: #133556 !important;
}

.color-cor5 {
  color: #E6EBF4 !important;
}

.bg-cor5 {
  background-color: #E6EBF4 !important;
}

.color-cor6 {
  color: #0E2235 !important;
}

.bg-cor6 {
  background-color: #0E2235 !important;
}

.color-cor7 {
  color: #0E2235 !important;
}

.bg-cor7 {
  background-color: #0E2235 !important;
}

.color-branco {
  color: #fff !important;
}

.bg-branco {
  background-color: #fff !important;
}

html,
body {
  font-family: "Ubuntu", sans-serif;
  overflow-x: hidden !important;
}

.theme-astra.woocommerce-js.ast-separate-container,
body.theme-astra.woocommerce-js.ast-plain-container {
  padding-top: 55px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  padding: 0 !important;
  margin: 0 !important;
}

section h2 {
  text-align: center;
  font-size: 42px;
}

.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: -moz-linear-gradient(19.52% 57.22% 1.02deg, rgb(255, 255, 255) 0%, rgb(20, 146, 196) 100%);
  background: -webkit-linear-gradient(1.02deg, rgb(255, 255, 255) 0%, rgb(20, 146, 196) 100%);
  background: -webkit-gradient(linear, 19.52% 57.22%, 100.81% 37.96%, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(20, 146, 196)));
  background: -o-linear-gradient(1.02deg, rgb(255, 255, 255) 0%, rgb(20, 146, 196) 100%);
  background: -ms-linear-gradient(1.02deg, rgb(255, 255, 255) 0%, rgb(20, 146, 196) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#1492C4' ,GradientType=0)";
  background: linear-gradient(88.98deg, rgb(255, 255, 255) 0%, rgb(20, 146, 196) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#1492C4", GradientType=1);
  transition: transform 0.5s ease, background-color 0.5s ease, height 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(0);
  padding: 15px 0;
}
.headfundo img {
  height: 57px;
  transition: all ease 0.5s;
}
.headfundo .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headfundo .nav-item svg {
  fill: #fff;
  width: 36px;
  height: 36px;
}
.headfundo .number-cart {
  position: absolute;
  bottom: 4px;
  right: 7px;
  background-color: #1bcfd7;
  width: 20px;
  height: 20px;
  font-size: 13px;
  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;
}

.headfundo.fixado img {
  height: 40px;
}

/* Suavizando a saída */
.headfundo.escondido {
  transform: translateY(-100%);
}

.navbar {
  /* Mega menu ocupa a largura total */
  /* Exibe o mega menu ao passar o mouse */
}
.navbar .navbar-nav {
  gap: 15px;
  height: -webkit-fill-available;
}
.navbar .navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
}
.navbar a {
  color: #fff;
}
.navbar a:hover {
  color: #0877AF;
}
.navbar i {
  color: #fff;
  font-size: 26px;
}
.navbar .nav-item {
  position: unset;
  min-height: 65px;
}
.navbar .mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  top: 100%;
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 20px 0;
  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;
  text-align: center;
}
.navbar .mega-menu .dropdown-item:hover {
  background-color: #d7e0ea;
}

.shadow-1 {
  background-color: rgba(0, 0, 0, 0.5098039216);
  position: absolute;
  top: 0;
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.barra-fixa {
  position: fixed;
  z-index: 30;
  width: 100%;
  height: 0px;
  bottom: 80px;
}
.barra-fixa a {
  background-color: #09bc31;
  padding: 13px;
  border-radius: 50%;
  height: 54px;
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.barra-fixa a:hover {
  scale: 1.1;
}
.barra-fixa svg {
  width: 26px;
  fill: #fff;
}

#ast-scroll-top {
  display: none !important;
}

.btn-primary {
  background-color: #0877AF;
}
.btn-primary:hover {
  background-color: #3DB1B3;
  color: #fff;
}

.btn-outline-primary {
  color: #0877AF;
}
.btn-outline-primary:hover {
  background-color: #0877AF;
  color: #fff;
}

.destaques {
  background-size: cover;
  background-position: left;
  background: rgb(193, 212, 233);
  background: linear-gradient(340deg, rgb(193, 212, 233) 0%, rgb(255, 255, 255) 100%);
}

.product-card {
  border-radius: 15px;
  padding: 0px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.product-card i {
  font-size: 30px;
  color: #3DB1B3;
}
.product-card .custom-bg {
  width: 80%;
  aspect-ratio: 3/3;
  background-position: top;
  background-size: cover;
  margin: 10px 10%;
}
.product-card h6 {
  color: #3DB1B3;
}
.product-card .product-info p {
  color: #3DB1B3;
  font-size: 23px;
}

#ast-scroll-top {
  background-color: #3DB1B3;
  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: #3DB1B3 !important;
}
.product-page .relacionados h3 {
  color: #0877AF;
  text-transform: unset;
  border-bottom: 2px solid #e1e1e1;
  font-weight: 500;
}
.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;
}

.fx-grow {
  transition: all ease-out 0.3s;
}
.fx-grow:hover {
  transition: all ease-out 0.3s;
  transform: scale(1.02);
}

.preload-geral {
  position: fixed;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  background: rgba(242, 242, 242, 0.94);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.preload-geral .loaderr {
  width: 48px;
  height: 48px;
  border: 5px solid #d1d4d7;
  border-bottom-color: #0877AF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: roTation 0.35s linear infinite;
}
.preload-geral .loading {
  display: grid;
  justify-items: center;
}
.preload-geral .loading .frase {
  font-size: 13px;
  text-transform: uppercase;
  color: #838383;
  margin: 10px 0;
}
@keyframes roTation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mouse-wheel {
  position: absolute;
  bottom: 50px;
  animation: bounce 1.5s infinite;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 0px;
}

.mouse-wheel svg {
  width: 37px;
  height: 37px;
  fill: #fff;
}

.mouse-wheel:hover svg {
  fill: #3DB1B3;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.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: 9999;
}
.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;
  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: 25px;
  background-color: rgba(223, 223, 223, 0.7176470588);
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px;
  border-radius: 10px;
  left: 0;
  right: 0;
}
.product-page .infos-produto h1 {
  padding-bottom: 1em !important;
  color: #0877AF;
  font-weight: 700;
}
.product-page .infos-produto .woocommerce-Price-amount {
  background-color: #0877AF;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}
.product-page .cart .btn {
  text-transform: uppercase;
  padding: 13px;
  font-size: 26px;
  font-weight: bold;
}
.product-page .cart .btn:hover {
  box-shadow: 0px 0px 20px 0px #0877AF;
  background-color: #0877AF;
}

.finalizar-compra h1 {
  font-weight: 500;
  color: #244771;
  text-transform: uppercase;
  margin: 1em 0 !important;
}
.finalizar-compra a {
  color: #0877AF;
  text-decoration: none;
}

footer {
  background-color: #0E2235;
}
footer a {
  text-decoration: unset;
}
footer li {
  font-size: 14px !important;
  font-weight: 200 !important;
}
footer h4 {
  margin: 15px 0 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
footer i {
  color: #3DB1B3;
}
footer .formas-pagto {
  background-color: #fff;
  border-radius: 1em;
  padding: 1em;
  width: fit-content;
  display: flex;
  justify-content: center;
}
footer .formas-pagto img {
  margin: 0 !important;
  width: 70%;
}
footer ul li i {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  font-size: 18px;
}

.newsletter {
  background-image: url(img/news-fundo.jpg);
  background-size: cover;
  background-position: top;
  height: 60vh;
}
.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: none;
  border-radius: 4em;
  padding: 11px 30px;
}
.newsletter .btn-outline-primary:hover {
  background-color: #3DB1B3 !important;
  color: #fff;
  border: none;
}

.depoimentos {
  background-size: cover;
  background-position: left;
}
.depoimentos .testimonial-card {
  background-color: #0877AF;
  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: 311px;
}
.depoimentos .testimonial-card .testimonial-img {
  width: 80px;
  height: 80px;
  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;
}

.nossas-marcas {
  background-image: url(img/favicon.svg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}
.nossas-marcas .fundo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  /* Ajuste a cor e opacidade */
  z-index: 0;
}

.carousel-container {
  position: relative;
  height: calc(66vh + 80px);
  min-height: 340px;
  overflow: hidden;
}
.carousel-container .carousel-indicators {
  bottom: 20px;
  z-index: 5;
}
.carousel-container .carousel-indicators button {
  width: 25px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  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;
}

.hero {
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
  display: grid;
  align-items: center;
  z-index: 10;
}
.hero h1 {
  color: #E6EBF4;
  font-weight: 400;
}
.hero .search-box form input[type=text] {
  background-color: transparent;
  border: 3px solid #fff;
  border-right: 0;
  border-radius: 4em;
  color: #fff;
  padding: 17px 25px;
  height: 64px;
}
.hero .search-box form input[type=text]::placeholder {
  color: #fff;
}
.hero .search-box form .btn {
  border-radius: 4em;
  padding: 8px 30px;
  border: 3px solid #fff;
  background-color: transparent;
  border-left: 0;
}
.hero .search-box form .btn i {
  font-size: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
}

.result-0 {
  margin: 3em 0;
  background-color: #f7f7f7;
  padding: 3em;
  border-radius: 1em;
}
.result-0 i {
  font-size: 39px;
  color: #d3d3d3;
}
.result-0 p {
  color: #244771;
  margin: 10px 0;
}

.page-contato .text-primary {
  color: #000 !important;
  padding: 15px 0 !important;
}
.page-contato .form-contato {
  padding: 3em 2em;
  background-color: #ebf1f4;
  border-radius: 1em;
}
.page-contato .form-contato input,
.page-contato .form-contato select {
  border-radius: 3em;
}
.page-contato .form-contato .btn:disabled {
  background-color: #0877AF;
  border: 2px solid #0877AF;
}
.page-contato .btn-outline-primary {
  color: #fff;
  background-color: #0877AF;
  border-radius: 3em;
  padding: 15px 30px;
  text-decoration: none;
}

.btn,
.btn:disabled {
  border-radius: 4em;
  padding: 8px 30px;
  border: 2px solid #0877AF;
  cursor: pointer;
}
.btn:hover,
.btn:disabled:hover {
  border: 2px solid #0877AF;
  background-color: #0877AF;
  color: #fff;
}

.font-1 {
  color: #244771;
  font-weight: 500;
  text-transform: unset;
}

.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-weight: 500;
  color: #244771;
  text-transform: uppercase;
}
.carrinho a {
  color: #0877AF;
  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: #3DB1B3;
  background: none;
}

.cat-carrosel .swiper-slide {
  text-align: center;
}
.cat-carrosel .swiper-slide a {
  text-decoration: none;
}
.cat-carrosel .swiper-slide img {
  height: 39px;
  display: block;
  margin: 0 auto;
}
.cat-carrosel .swiper-slide span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #244771;
}

@media (max-width: 991px) {
  .product-page #galeriaModal .carousel-inner .carousel-item img {
    width: auto !important;
    height: auto;
  }
  section h2 {
    font-size: 31px;
  }
  .headfundo img {
    margin: 4px 0;
  }
  .navbar li {
    background-color: rgba(255, 255, 255, 0.2509803922);
    text-align: center;
    margin: 8px 0;
  }
  .navbar .itens-mobile svg {
    fill: #fff;
  }
  .navbar .navbar-toggler {
    border: 1px solid #fff;
    display: grid;
    align-content: space-evenly;
  }
  .navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
    box-shadow: none !important;
  }
  .navbar .navbar-toggler .linha {
    width: 31px;
    display: block;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
  }
  .navbar .number-cart {
    bottom: 6px;
    right: 0;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 13px;
    margin: 0 auto;
  }
  .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: #0877AF;
  }
  .carousel-container {
    height: 215px;
    min-height: 215px;
  }
  .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;
  }
}
.products-container {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  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: 86%;
  /* Cada card ocupa 80% da largura da tela */
  scroll-snap-align: start;
}

/* No desktop, mantém a organização padrão */
@media (min-width: 992px) {
  .products-container {
    flex-wrap: wrap;
  }
  .product-card {
    width: calc(33.333% - 20px);
    /* 3 colunas no desktop */
  }
}/*# sourceMappingURL=style.css.map */