
.bulgari-slider {
  background-color: #071b33;
  padding: 100px 0;
  position: relative;
  width: 100%;
  max-width: unset;
}
.bulgari-slider .swiper-wrapper {
  min-height: 600px;
  display: flex;
  align-items: center;
}
.swiper-slide {
  width: 300px;
  opacity: 0.6;
  transform: scale(0.6);
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.swiper-slide .slide-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.swiper-slide img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  border-radius: 10px;
  margin: auto;
}
.variant-title {
  display: none;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color:#fff;
}
.variant-desc{
  color:#fff !important;
  font-family: 'Montserrat';
  font-weight: 400;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  background:#fff !important;
}
.swiper-slide-active .variant-title {
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  position: static; /* important: lasciamo al wrapper il posizionamento */
  height: 3.75rem !important;
  width: 3.75rem !important;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .bulgari-slider .swiper-navigation-wrapper{
    position: absolute;
    top: 3.5rem;
right: 1.5rem;
    flex-direction: row; /* <<< QUESTA RIGA */
    display: flex;
    gap: 0.5rem !important;
    z-index: 11;
  }
}
.bulgari-slider .swiper-navigation-wrapper{
  position: absolute;
  top: 4.5rem;
  right: 2.5rem;
  flex-direction: row; /* <<< QUESTA RIGA */
  display: flex;
  gap: 1rem;
  z-index: 11;
}


.swiper-button-prev{
      left: -145px !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size:1.5rem !important;
  color:#000 !important;
}
/*.swiper-button-next { right: 10px; }
.swiper-button-prev { right: 60px; }*/
.swiper-pagination {
  text-align: center;
  margin-top: 20px;
}
.bulgari-popup-content button {
  margin-top: 15px;
  background: black;
  color: white;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .swiper-slide img {
    max-height: 400px;
  }
}
.variant-description {
  margin-top: 10px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
