
.reel-carousel {
    display: flex;
    overflow: hidden;
    max-width: 100%;
    padding: 50px 0 5rem 0;
    position: relative;
}

@media(max-width:991px){
    .reel-carousel{
        padding: 25px 0 !important;
    }
    }

.reel-slide , .owl-item {
     /*width:270px !important; */
     /*width:200px !important; */
    /*height: 450px !important;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    border: 0.5px solid var(--light);
    background-color: #fff;
    object-fit: cover;
}

.reel-content p.prod_title{
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reel-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reel-content {
    padding: 10px;
    width: 100%;
    left: 0;
    right: 0;
}

.reel-video {
    width: 250px;
    height: 450px;
}

.reel-slide{
    /*cursor: pointer;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;*/
    /*margin-bottom: 0.5rem;*/
}

.reel-modal-close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 99;
}

.reel-modal-close svg{
    transform: rotate(-90deg);
    transition: transform 0.2s ease-in-out;
}

.reel-modal-close:hover svg{
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}

.reel-modal-content{
    height: fit-content;
    overflow: hidden !important;
}

.reel-main-video {
    width: 100%;
    max-height: 56vh;
    object-fit: cover;
}

.reel-content-side {
    max-height: 608px;
    height: 100%;
    overflow-y: scroll;
}

.reel-content-side .modal-header{
    position: sticky;
    top: -1px;
    z-index: 9;
    background: #ffffff;
}


@media(min-width: 767px) and (max-width: 991px){
    .reel-content-side {
    max-height: 56vh;
    overflow-y: scroll;
}
}

 .reel-content-side .card .add_cart {
         width: 100%;
         border-radius: 0;
         opacity: 1 !important;
         position: relative;
         bottom: 0 !important
     }
     
     .reel-content-side .card:hover .add_cart{
         opacity: 1;
            transform: translate(0, 0px);
     }


.card:hover .add_cart {
    
}


@media(max-width:1024px) {
   
     .add_cart_padding{
     padding-left:0rem !important;
 }
 }
  .reel-content-side  .add_cart_padding{
     padding-left:0rem !important;
 }
 
 .modal-content {
    margin: 0;
    padding: 0;
}

 .reel-content{
    /*position: absolute;*/
    bottom: -1px;
    border: 1px solid rgba(187, 187, 187, .175) !important;
    color: #000;
    background: #fff;
    font-family: var(--FuturaM);
    text-align: center;
    /*background: rgba(0,0,0, 0.5);*/
 }


/* Add a CSS class for the scroll animation */
.scroll-animation {
    transition: transform 0.5s ease-in-out;
}
