/* start optins  */
.optins .owl-stage-outer{
    display: grid;   
   }
   .optins .owl-stage {
    padding-top: .5rem;
    padding-bottom: .5rem;
    }
    .optins   .owl-carousel.owl-drag .owl-item{
   height: 100%;
   background: #ffffff;
   box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
   border-radius: 0.375rem;
   }
.main-product .main-image img {
    width: 300px;
    height: 300px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}


.owl-vertical .owl-stage-outer {
    height: 300px !important; /* Set fixed height */
    overflow: hidden;
  }

  .owl-vertical .owl-stage {
    display: flex;
    flex-direction: column; /* Makes the carousel scroll vertically */
  }

  .owl-vertical .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Adjust item height */
    background: #007bff;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    margin: 5px;
  }



.optins .des .optins .name,
.optins .title,
.products .head {
    text-align: justify;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.optins .name,
.products .head {
    -webkit-line-clamp: 1;
}

.optins .rate i {
    color: #FFF200;
    font-size: 25px;
    text-shadow: -1px 1px var(--text);
}

.optins .img-user {
    width: 80px;
    height: 80px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

/* end optins  */
/* start product */
.products .card {
    background-color: var(--sec);
}

.products .img-product {
    width: 100%;
    height: 300px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}


.icon-socail .icon {
    color: var(--main);
    border: 1px solid var(--sec);
    box-shadow: -1px 1px var(--sec);
    transition: 0.46s;
}

.icon-socail .icon:hover {
    border: 1px solid var(--main);
    box-shadow: -1px 1px var(--main);
    transform: translateY(5px);
}

/* end product */
.scroll-sec {
    overflow: auto;
    height: 377px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;

}

.scroll-up,
.scroll-down {
    width: 30px;
    height: 30px;
    background-color: var(--main);
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main);

}

.scroll-up:hover,
.scroll-down:hover {
    color: var(--main);
    background-color: #fff;
    border: 1px solid var(--main);


}

.scroll-sec::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.sub-img img {
    width: 108px;
    height: 108px;
    object-fit: contain;
}

/* @media (max-width: 700px) {
    .sub-img img {
        width: 100%;
    }

    .scroll-sec {
        overflow: auto;
        height: 297px;
        scrollbar-width: none;
    }
} */