@import url("https://fonts.googleapis.com/css2?family=Montez&display=swap");

html,
body {
  scroll-behavior: smooth !important;
  background-color: #ffffff !important;
  color: #262626 !important;
  font-family: "Philosopher", sans-serif !important;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c09853;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a38146;
}

* {
  scrollbar-color: #c09853 #f1f1f1;
  scrollbar-width: thin;
}

.receive-padding {
  padding-top: 120px;
}

.cookie-banner-container {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 999999;
  animation: fadeInUp 0.5s ease;
}

.cookie-content {
  border-color: rgba(0, 0, 0, 0.05) !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

a,
a:hover {
  text-decoration: none !important;
  color: #212529;
}

/* Ajustes mobile */
@media (max-width: 991px) {
  .cookie-banner-container {
    bottom: 10px;
    padding: 0 15px;
  }
  .cookie-text {
    text-align: center;
  }
  .cookie-buttons {
    width: 100%;
    justify-content: center;
  }
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #c09853;
  text-decoration: none;
  border-bottom: 1px solid #c09853;
}

.top-header {
  height: 28px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  background-color: #c09853;
}

.top-header .nav-link {
  transition: opacity 0.3s ease;
  font-size: 12px;
  text-transform: uppercase;
}

.top-header .nav-link:hover {
  opacity: 0.6;
}

#searchModal .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

/* Garante que o separador "|" não receba hover */
.top-header .text-muted {
  font-size: 10px;
}

button.navbar-toggler,
.navbar-toggler,
.navbar-toggler.collapsed,
button.navbar-toggler .collapsed,
button.navbar-toggler:hover,
button.navbar-toggler .collapsed:hover {
  border-radius: 25%;
  background: transparent;
  border: none;
  padding: 0;
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

.header-custom-gradient {
  background: #eeeeee;
  background: linear-gradient(
    180deg,
    rgba(238, 238, 238, 1) 0%,
    rgba(238, 238, 238, 0.53) 51%,
    rgba(238, 238, 238, 0) 100%
  );
  width: 100%;
  z-index: 999;
  transition: background 0.8s ease-in-out;
  top: 28px;
}

.div-gradient-text {
  background: linear-gradient(
    0deg,
    rgba(38, 38, 38, 1) 0%,
    rgba(38, 38, 38, 0.53) 51%,
    rgba(38, 38, 38, 0) 100%
  );
  height: 170px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.header-custom-gradient:hover {
  background: linear-gradient(
    180deg,
    rgba(238, 238, 238, 1) 0%,
    rgba(238, 238, 238, 1) 100%
  );
}

@media (max-width: 768px) {
  .header-custom-gradient,
  .header-custom-gradient:hover {
    background: #eeeeee;
    top: 0;
  }
}

.header-custom-gradient .navbar-nav .nav-link {
  background-color: transparent !important;
  color: #c09853;
  font-size: 18px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.header-custom-gradient .dropdown-menu {
  background-color: #ffffff;
}

.dropdown-menu.show li:hover {
  background-color: #eeeeee;
}

/* End header */

.title-hero {
  font-size: 1.875rem !important;
  color: #c09853 !important;
  font-weight: 500 !important;
}

.cta-hero {
  font-weight: 500 !important;
  color: #c09853 !important;
}

.cta-hero:hover {
  color: #c09853 !important;
}

.text-hero {
  font-size: 1.125rem !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  color: #ffffff !important;
  opacity: 0.85 !important;
  text-decoration: none !important;
}

.title-hero:hover {
  color: #c09853 !important;
}

/* Estilo para o grid da homepage */
.collection-item {
  padding-left: 3px;
  padding-right: 3px;
  box-sizing: border-box;
}

.collection-item .img-container img {
  transition: transform 0.5s ease-in-out;
}

.collection-item a:hover .img-container img {
  transform: scale(1.05);
}

.collection-item h3.h5 {
  letter-spacing: 0.15em;
  font-size: 1.5rem;
  color: #c09853;
  font-family: "Montez", sans-serif !important;
}

/* Estilos para o Slider de Ambientes */
#ambiente-slider-section {
  background-color: #f8f8f8;
}

.ambienteSwiper .ambiente-next,
.ambienteSwiper .ambiente-prev {
  color: #333;
  top: 50%;
  transform: translateY(-50%);
}
.ambienteSwiper .ambiente-pagination .swiper-pagination-bullet-active {
  background: #c09853 !important;
}

/* Estilos para o Slider de Produtos */
.product-card {
  border: none;
  background: #f8f9fa;
  transition: box-shadow 0.3s ease;
}

.product-img-wrapper {
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.div-image-hover {
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: opacity 0.5s ease-in-out;
}

.div-image-hover {
  opacity: 0;
  background-position: bottom !important;
  background-size: cover !important;
}

.product-card:hover .main-img {
  opacity: 0;
}

.product-card:hover .div-image-hover {
  opacity: 1;
  transform: scale(1.01);
}

.product-card img {
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  max-width: 100%;
  margin: 0 auto;
}

.product-card a:hover img {
  transform: scale(1.03);
}

.productSwiper .product-next,
.productSwiper .product-prev {
  color: #333;
  top: 40%;
}

.productSwiper .swiper-pagination {
  display: none;
}

.title-card-product {
  font-size: 1rem !important;
  text-align: center !important;
  text-transform: uppercase !important;
  margin-bottom: 13px;
}

.cta-card-product {
  padding: 0px !important;
  width: 100% !important;
  max-width: 200px !important;
  height: 45px !important;
  line-height: 45px;
  border-radius: 10px !important;
  background-color: #c09853 !important;
  text-transform: uppercase !important;
  display: inline-block;
  text-align: center;
  color: #ffffff !important;
}

.cta-card-product::after {
  content: "";
  display: inline-block !important;
  width: 25px;
  height: 35px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="26" viewBox="0 0 24 24" fill="%23d4af37"><path d="M12 2C10.07 2 8.5 3.57 8.5 5.5c0 1.46 1.36 3.98 3.5 6.42 2.14-2.44 3.5-4.96 3.5-6.42C15.5 3.57 13.93 2 12 2zm0 14c-.41 0-.75.34-.75.75v.76a3.489 3.489 0 0 0-1.77.99c-.29.3-.28.77.02 1.06.3.29.77.28 1.06-.02.26-.28.63-.44 1.02-.44s.76.16 1.02.44c.29.3.76.31 1.06.02.3-.29.31-.76.02-1.06a3.489 3.489 0 0 0-1.77-.99v-.76c0-.41-.34-.75-.75-.75z"/></svg>')
    no-repeat center center;
  background-size: contain;
  vertical-align: middle !important;
  animation: floatBalloon 2.5s ease-in-out infinite !important;
  margin-top: 3px;
}

.btn-modal-submit {
  padding: 0px !important;
  width: 100% !important;
  max-width: 280px !important;
  height: 45px !important;
  border-radius: 10px !important;
  background-color: #c09853 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.title-modal-product {
  font-size: 1.6rem !important;
}

.label-modal-form {
  font-size: 12px !important;
}

@keyframes floatBalloon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

#marquee-section {
  overflow: hidden;
  min-height: 220px;
}

.marquee-wrapper {
  display: flex;
  user-select: none;
  gap: 20px; /* Espaço entre os grupos */
}

.marquee-track {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
  min-width: 100%;
  /* Animação: Ajuste o tempo (40s) para mais rápido ou devagar */
  animation: scroll-infinito 30s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px; /* Espaço entre cada imagem individual */
  min-width: 100%;
}

.marquee-image img {
  height: 60px; /* Ajuste a altura desejada para as logos */
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: grayscale(100%); /* Opcional: deixa as logos em P&B */
  opacity: 0.7;
  transition: all 0.3s ease;
}

/* Efeito ao passar o mouse (opcional) */
.marquee-image img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* KEYFRAMES: Move de 0 para -100% */
@keyframes scroll-infinito {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .marquee-image img {
    height: 40px;
  }

  .marquee-track {
    animation: scroll-infinito 20s linear infinite;
  }

  .featured-collections .row {
    gap: 6px;
  }
}

/* Estilo minimalista para inputs e selects do modal */
#getPriceModal .form-control,
#searchModal .form-control,
mz #getPriceModal .form-select {
  border: none;
  border-bottom: 1px solid #ccc; /* Cor da linha */
  border-radius: 0;
  padding-left: 0;
  background-color: transparent;
  box-shadow: none;
}

#getPriceModal .form-control:focus,
#getPriceModal .form-select:focus {
  border-bottom-color: #c09853; /* Cor de destaque (a mesma do seu scroll) */
  outline: none;
}

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

/* ANIMATIONS */

.x1 {
  overflow: hidden;
  -webkit-animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: -5%;
  top: 5%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x2 {
  overflow: hidden;
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 5%;
  top: 80%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
  overflow: hidden;
  -webkit-animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 10%;
  top: 40%;

  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.x4 {
  overflow: hidden;
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 20%;
  top: 0;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x5 {
  overflow: hidden;
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 30%;
  top: 50%;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x6 {
  overflow: hidden;
  -webkit-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 50%;
  top: 0;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.x7 {
  overflow: hidden;
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 65%;
  top: 70%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x8 {
  overflow: hidden;
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 80%;
  top: 10%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x9 {
  overflow: hidden;
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 90%;
  top: 50%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x10 {
  overflow: hidden;
  -webkit-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 80%;
  top: 80%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

/* OBJECTS */

.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 200px;
  position: absolute;
  width: 200px;
  overflow: hidden;
}

.bubble:after {
  overflow: hidden;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 0.5)),
    color-stop(70%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* Opera 12+ */
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* IE10+ */
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);

  content: "";
  height: 180px;
  left: 10px;
  position: absolute;
  width: 180px;
}

.bubble-pink::after {
  background-color: rgb(255 182 193 / 22%);
  box-shadow: inset -7px -3px 10px rgb(235 162 173 / 32%);
}

.bubble-green::after {
  background-color: rgba(144, 238, 144, 22%);
  box-shadow: inset -7px -3px 10px rgba(124, 218, 124, 32%);
}
