.carousel-H-container {
    position: relative;
    /* width: 80%; */
    overflow: hidden;
    margin: 0 36px;
    display: unset!important;
}
  
.carousel-H {
    overflow: hidden;
    width: 100%;
    display: unset!important;
}
  
.carousel-H-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
    padding: 0 10px;
}

p.carousel-H-image {
    width: 50%;
}
  
.carousel-H-image {
    min-width: calc(100% / 2); 
    transition: transform 0.3s ease;
    padding-left: 20px!important;
    padding-right: 20px!important;
    user-select: none;
    -webkit-user-drag: none; 
}

.carousel-H-track-d11H .carousel-H-image {
    min-width: calc(100% / 1.5);
}
  
.nav-button-H {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    font-size: 25px;
}
  
#prev-carousel-H {
    left: 0;
}
  
#next-carousel-H {
    right: 0;
}
   
.carousel-H-nav {
    text-align: center;
    padding: 22px 0 10px 0;
    justify-content: center;
    align-items: end;
}
  
.carousel-H-dot {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    /* transition: width 0.3s, height 0.3s ease; */
}
  
.carousel-H-dot.active {
    width: 35px;
    height: 35px;
}
  
.lightVanilla {
    background-color: #F4F3B0;
}

.vanilla {
    background-color: #F6ECAD;
}

.almond {
    background-color: #EDE1D1;
}