@media (pointer: coarse) {

    .owl-carousel-classic-ctn .owl-nav button.owl-next:hover,
    .owl-carousel-classic-ctn .owl-nav button.owl-prev:hover {
        color: black !important;
    }
}

.owl-carousel-classic-card {
    position: relative;
    height: 100%;
    width: 100%;
}

.owl-carousel-classic-ctn:has(.owl-nav.disabled ~ .owl-dots.disabled) {
    margin-bottom: 0px;
}

.owl-carousel-classic-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 16px;
}


.owl-carousel-classic-bottom-title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.owl-carousel-classic-slide-title a {
    position: absolute;
    color: black;
    text-decoration: none;
    font-size: 20px;
    top: 105%;
    padding-right: 5%;
    padding-left: 5%;
}

.owl-carousel-classic-bottom-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl-carousel-classic-bottom-time span {
    color: #fff;
    opacity: 65%;
    font-size: 12px;
}

.owl-carousel-classic-bottom-time img {
    width: unset !important;
}

.owl-carousel-classic-slide-time {
    position: absolute;
    color: white;
    left: 5%;
    bottom: 5%;
    /*text-shadow: 1px 1px;*/
}

.owl-carousel-classic-slide {
    position: absolute;
    height: 60%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.owl-carousel-classic-ctn {
    width: 100%;
    height: 500px;
    margin-top: 10px;
}

.owl-carousel-classic-category {
    position: absolute;
    background-color: rgb(235, 129, 0);
    margin: 5px;
    padding-right: 5px;
    padding-left: 5px;
    right: 5px;
    color: white;
}

.owl-carousel-classic-category a {
    text-decoration: none;
    color: white;
}

.owl-classic-card-grad {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.5));
}

.owl-carousel-classic-ctn .owl-stage-outer {
    margin: -0.6rem;
    padding: 0.6rem;
    padding-bottom: 0;
    padding-top: 0;
}

.owl-carousel-classic-ctn .owl-nav {
    position: absolute;
    top: 86%;
    width: 100%;
    pointer-events: none;
}

.owl-carousel-classic-ctn .owl-prev span,
.owl-carousel-classic-ctn .owl-next span {
    font-size: 80px;
    line-height: 40px;
    top: 35px;
    overflow: hidden;
    display: inline-block;
    height: 50px;
}

.owl-carousel-classic-ctn .owl-nav button.owl-next {
    float: right;
    color: black;
    margin-right: 15px;
    pointer-events: visiblePainted;
}

.owl-carousel-classic-ctn .owl-nav button.owl-prev {
    float: left;
    color: black;
    margin-left: 15px;
    pointer-events: visiblePainted;
}

.owl-carousel-classic-ctn .owl-nav button.owl-next:hover,
.owl-carousel-classic-ctn .owl-nav button.owl-prev:hover {
    background: 0 0;
    color: #D6D6D6;
}

.owl-carousel-classic-ctn .owl-dots {
    margin-top: -0.9rem;
}

.owl-carousel-classic-ctn .owl-dots button:first-child span {
    width: 10px !important;
}

.owl-carousel-classic-ctn .owl-dots button:last-child span {
    width: 10px !important;
}

.owl-carousel-classic-ctn .owl-dots button span {
    border-radius: 15px !important;
    width: 20px !important;
    height: 4px !important;
    margin: 5px 3px !important;
}

.owl-carousel-classic-ctn .owl-item {
    height: 90%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    background-color: rgb(255, 255, 255);
}

.owl-carousel-classic-ctn .owl-item:hover {
    background-color: rgb(235, 235, 235);
}

@media (max-width: 400px) {
    .owl-carousel-classic-category {
        margin-top: 20px;
    }
}

.owl-carousel-classic-ctn .owl-dots {
    position: relative;
    left: 0;
    right: 0;

    display: flex;
    margin: 0 auto;

    justify-content: center;
    gap: 10px;

    z-index: 5;
}

.owl-carousel-classic-ctn .owl-dots .owl-dot {
    width: 10px;
    height: 4px;

    background-color: #D6D6D6;
    border-radius: 15px;
    transition: opacity .2s ease;
}

.owl-carousel-classic-ctn .owl-dots .owl-dot:hover {
    background-color: #869791;
    transition: opacity .2s ease;
}

.owl-carousel-classic-ctn .owl-dots .owl-dot.active {
    background-color: #869791;
}

.owl-carousel-classic-ctn .owl-dots .owl-dot button {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}


.owl-carousel-classic-ctn .owl-dots .owl-dot button span {
    display: none;
}