
/*ESSE CSS AQ AJUSTA A PAGINA DO PRODUTO*/
body {
    background-color: #f4f4f9;
    color: #333;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    min-height: 600px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;;
}

.hidden {
    display: none;
}

.past-events .swiper-button-next,
.past-events .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #4f0323;
  cursor: pointer;
}

.past-events .swiper-button-next {
  right: 30px;
}

.past-events .swiper-button-prev {
  left: 30px;
}

.past-events {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  margin-top: 10vw;
}

.past-events img {
  max-width: 600px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 1.5vw;
  border-radius: 100%;
  padding: 0.5vw;
  color: #4f0323;
  margin-bottom: 7.3VW;
}

@media only screen and (max-width: 768px) {

  .swiper-container-banners {
      width: 100%;
      height: auto;
      overflow: hidden;
      padding: 20px;
      padding-top: 110px;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 6vw;
    border-radius: 100%;
    padding: 3vw;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .past-events .swiper-button-next {
    right: 15px;
  }
  
  .past-events .swiper-button-prev {
    left: 15px;
  }

  .past-events {
    text-align: center;
  }
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.info-container-1 {
  padding-top: 2.5vw;
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: white;
  border-radius: 20px;
  /*border: 1px solid #4f0323;*/
  /*animation: fade-up 0.5s;*/
  overflow: hidden;

}

.swiper-container-banners {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px;
  padding-top: 120px;
}

.swiper-pagination{
  padding-top: 4px;
  position: relative;

}

.swiper-pagination-bullet-active {
  background-color: #92003d !important;
}
/* .swiper-slide {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
} */

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.carrossel .swiper-container-banners {
  padding-top: 10px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*Isso aqui customiza as setas do carrossel*/
.carrossel .swiper-button-next,
.carrossel .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #4f0323;
  cursor: pointer;
}

.carrossel .swiper-button-next {
  right: 30px;
}

.carrossel .swiper-button-prev {
  left: 30px;
}

.carrossel {
  text-align: center;
  margin: auto auto;
  align-items: center;
  background-color: white;

}

.carrossel img {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 600px;
}

/*Botão Próximo e Voltar*/
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 1.5vw;
  border-radius: 100%;
  padding: 0.5vw;

}


@media only screen and (max-width: 768px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 6vw;
    border-radius: 100%;
    padding: 3vw;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .carrossel .swiper-button-next {
    right: 15px;
  }
  
  .carrossel .swiper-button-prev {
    left: 15px;
  }

  .carrossel {
    text-align: center;
  }
}*/

.swiper-container-banners {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
}

.swiper-pagination{
  position: relative;
}

/* .swiper-slide {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
} */

.carrossel .swiper-container-banners {
  padding-top: 10px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*Isso aqui customiza as setas do carrossel*/
.carrossel .swiper-button-next,
.carrossel .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #4f0323;
  cursor: pointer;
}

.carrossel .swiper-button-next {
  right: 30px;
}

.carrossel .swiper-button-prev {
  left: 30px;
}

/*Botão Próximo e Voltar*/
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 1.5vw;
  border-radius: 100%;
  padding: 0.5vw;

}

.form-container {
    margin-top: 20px;
}

input[type="number"] {
    font-size: 1.2rem;
    padding: 10px;
    margin-right: 10px;
    width: 150px;
}

button {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    background: #8a1e58;
    color: white;
    margin-top: 10%;
    border-radius: 30px;
    font-size: 20px;
    cursor: pointer;
}

.button:hover {
  background-color: #fff;
  color: #8a1e58;
}

.container{
    position: relative;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    width: 100%;
    border: 60px;
    background-color: white;
    padding-top: 20px;
    overflow: hidden;
  }
  
.container img{
        width: 100%;
        height: auto;
        max-width: 600px;
        max-height: 700px;
        object-fit: cover;
        object-fit: contain;
}

.titulo{
    color: #8a1e58;
    font-weight: 900;
}
.price{
    width: 40%;
    font-size: 25px;
    color: #000000;
    font-weight: 900;
}

.description{
    width: 100%;
    font-size: 20px;
    color: #8a1e58;
    font-weight: 700;
}

.description-text{
    width: 500px
}

.right{
    padding-left: 30px;
}

.products-container{
    height: auto;
    width: auto;
    align-items: center;
    background-color: white;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .products-container h3{
    color: #8a1e58;
    font-size:xx-large;
    font-weight: 900;
  }

.swiper-container-products {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-container {
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    list-style-type: none;
}

.item-container:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.item-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.item-container-cart {
  margin-top: 3%;
  align-items: center;
  padding: 20px;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    list-style-type: none;
}

.item-container-cart:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.item-container-cart img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-item {
    padding: 15px;
    text-align: center;
}

.product-item h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.product-item p {
    font-size: 16px;
    font-weight: bold;
    color: #8a1e58;
    margin: 0;
}

.product-item a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

.product-item a:hover {
    color: #0056b3;
}

.cart-container{

}

#cart-icon:hover {
    color: #8a1e58; /* Muda a cor ao passar o mouse */
    cursor: pointer; /* Exibe o cursor como uma mãozinha */
    transform: scale(1.2); /* Aumenta o tamanho do ícone */
    transition: 0.3s ease-in-out; /* Suaviza a transição */
}

.checkout-button{
    margin-top: 5%;
}

.checkout-button:hover{
    background-color: #ffffff;
    border: 1px solid #8a1e58;
    color: #8a1e58;
    cursor: pointer;
    transition: 0.3s ease-in-out; /* Suaviza a transição */
}

.keep-buying-button{
  margin-top: 5%;
}

.keep-buying-button:hover{
    background-color: #ffffff;
    border: 1px solid #8a1e58;
    color: #8a1e58;
    cursor: pointer;
    transition: 0.3s ease-in-out; /* Suaviza a transição */
}

.remove-btn:hover{
    background-color: #ffffff;
    border: 1px solid #8a1e58;
    color: #8a1e58;
    cursor: pointer;
    transition: 0.3s ease-in-out; /* Suaviza a transição */
}

/* Remover marcadores de uma lista não ordenada */
ul {
  list-style-type: none;
}

/* Remover marcadores de itens de lista */
li {
  list-style-type: none;
}


 @media (max-width: 1023px){
    .desktop-only{
      display: none;
    }
 }

   @media (min-width: 768px){
    .phone-only{
      display: none;
    }
 }