/* Hide all descriptions/arrows by default */
#category-slider .owl-item .desc,
#category-slider .owl-item .arrow {
    display: none;
}

/* Show desc/arrow for the center item (when center mode is ON) */
#category-slider .owl-item.center .desc,
#category-slider .owl-item.center .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
}

/* If center mode is OFF (2 or fewer items), show desc/arrow for ALL active items */
#category-slider:not(.center-mode) .owl-item.active .desc,
#category-slider:not(.center-mode) .owl-item.active .arrow {
    display: block;
}

#category-slider .owl-item .info {
    margin-top: 0;
}

#category-slider .owl-item .title {
    transition: all 0.3s ease;
}

#category-slider .owl-item.active.center {
    margin-top: 60px;
    margin-right: 0px !important;
}

.lato-font{
    font-family: "Lato" , sans-serif;
}

::-webkit-scrollbar:horizontal {
    display: none;
}
::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: #59C491;
    border-radius: 20px;
    cursor: pointer;
}

.bg-out-of-stock {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity)); /* Tailwind's red-500 */
}

#slider {
    display: flex;
    overflow-x: auto;
    width: 100%;
}
