.hero-carousel-widget .swiper{
	margin-bottom: 8rem;
	overflow: visible;
}

.hero-carousel-widget .swiper-wrapper {
  }
  .hero-carousel-widget .swiper-slide {
    height: 90vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-carousel-widget .slide-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 17vw;
    width: 80%;
    height: 100%;
    margin: auto;
	  
	  @media(max-width:1200px){
    	gap: 27vw;
	  }
  }
  .hero-carousel-widget .bottle-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20%;
    height: 100vh;
    pointer-events: none;
	  &.hero-carousel-mobile{
		  height: 78%;
	  }
  }
  div.hero-carousel-widget h2 {
    text-transform: uppercase;
    margin: 0 !important;
    color: white;
    font-weight: 900;
    line-height: 1.1 !important; 
    text-align: end !important;
    padding-right: 4vw;
   
  }
  .hero-carousel-widget .description-container
  {
    padding-left: 4vw;
	  p{
		  margin-bottom: 2rem;
	  }

  }
  div.hero-carousel-widget h2.transparent-title {
    color: transparent; /* Hace el texto transparente */
    -webkit-text-stroke: 2px white; /* Aplica un contorno de 2px y de color negro */
  }
  .hero-carousel-widget p {
    color: white;
    font-size: 18px;
    margin-left: 3vw;
  }
  .hero-carousel-widget a {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 3vw;
    text-decoration: none !important;
    font-weight: bold;
  }

  .hero-carousel-widget .swiper-pagination {
    bottom: auto;
    left: auto;
    width: auto;
    right: 12%;
    top: 80%;
  }
  .hero-carousel-widget span.swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    margin: 0 0.8vw !important;
    border: 2px solid white;
    background: transparent !important;
    opacity: 1 !important;
  }
  .hero-carousel-widget
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white !important;
  }
  .hero-carousel-mobile {
      display: none;
  }

 
    a.slide-button {
		background: #ffffff;
		margin-top: 2rem;
		border-radius: 6px;
		color:#ce1141;
		padding: 1rem  2rem;
    }
  
  @media (max-width: 768px) {
    .hero-carousel-desktop {
      display: none;
    }
    .hero-carousel-mobile {
      display: block;
    }
    .slide-content p {
      display: none;
    }
    .hero-carousel-widget h2 {
      text-align: center !important;
    
    }
    .slide-content {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: space-between !important;
      height: 100% !important;
      text-align: center !important;
      padding: 133px 0px;
      justify-content: center;
      gap: 0px !important;
    }
  
    .slide-content {
      display: flex;
      flex-direction: column;
    }
  
    .slide-content > div:nth-child(1) {
      order: 1;
    }
  
    .slide-content > div:nth-child(2) {
      order: 3;
      margin-top: 3rem;
	  @media (max-width:768px){
      	margin-top: 0;
	  }
    }
  
    .slide-content > img {
      order: 2;
    }
  
    .slide-content h2.solid-title,
    .slide-content h2.transparent-title {
      margin: 0;

 
    }
  
    .bottle-image {
      max-width: 100%;
      height: auto;
      margin: 20px 0;
    }
  
    .slide-button {
      margin-top: 20px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      font-size: 16px;
    }
  
    .hero-carousel-widget .swiper-wrapper {
      height: 100vh;
    }
    .hero-carousel-widget .swiper-slide {
      height: 100vh;
    }
  
    .hero-carousel-widget .bottle-image {
      position: static;
      left: auto;
      transform: none;
      bottom: 0;
      width: auto;
      pointer-events: none;
    }
  
    .hero-carousel-widget .swiper-pagination {
      width: auto;
      margin: 0 auto;
      top: 95%;
      left: 50%;
      transform: translateX(-50%);
    }
  
    .hero-carousel-widget span.swiper-pagination-bullet {
      width: 4vw;
      height: 4vw;
    }
  
    .hero-carousel-widget a {
      margin-left: 0;
      font-size: 7vw;
    }
  }
  