/* DESKTOP */
@media only screen and (min-width: 768px) {
    .top-video {
        font-family: 'Bebas Neue', serif;
        position: absolute;
        left: 5px;
        font-size: 100px;
        bottom: 75px;
    }

    .top-member {
        position: absolute;
        font-size: 40px;
        top: 53px;
    }

    .best-price {
        position: absolute;
        right: 60px;
        top: -3px;
    }

    .save-amount {
        position: absolute;
        bottom: 45px;
        right: 0
    }

    .save-percentage {
        position: absolute;
        bottom: 110px;
        right: 0
    }

    .item-card-trainer {
        font-weight: 600;
        font-size: 14px;
    }

    .item-card-title {
        font-weight: 600;
        font-size: 22px;
    }

    .difficulty-badge {
        background-color: rgba(31, 41, 55, 0.4);
        font-weight: 600;
        border-radius: 9999px;
        padding: 0.4rem 0.75rem;
        display: inline-block;
    }

    .slide-dot {
        width: 8px;
        height: 8px;
        background-color: #ddd;
        cursor: pointer;
    }

    .slide-dot.active {
        background-color: #666;
    }

    .img-cover {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .slideshow-container .img-cover {
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }

    .slideshow-container .img-cover.d-none {
        display: block !important;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* Add slideshow container positioning */
    .slideshow-container {
        position: relative;
        overflow: hidden;
    }

    [data-text-index] {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    [data-text-index].d-none {
        display: block !important;
        opacity: 0;
        pointer-events: none;
    }

    .slide-title {
        color: white !important;
        font-size: 64px;
        margin-bottom: 0;
    }

    .slide-description {
        font-family: 'Cabin', serif !important;
        font-size: 30px;
        color: white !important;
    }

    .banner-pill {
        color: white !important;
        font-size: 1vw;
    }

    .banner-title {
        color: white !important;
        font-size: 5vw;
        margin-bottom: -10px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .banner-description {
        font-family: 'Cabin', serif !important;
        font-size: 2vw;
        margin-bottom: 20px;
        width: 75%;
        color: white !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .difficulty-1 {
        color: limegreen !important;
    }

    .difficulty-2 {
        color: yellow !important;
    }

    .difficulty-3 {
        color: orangered !important;
    }

    .video-container {
        position: relative;
        width: 100%;
    }

    .badge-flag {
        font-size: 20px;
        vertical-align: middle;
    }

    .badge-overlay {
        position: absolute;
        top: 32px;
        right: -2px;
        z-index: 10;
        display: flex;
        gap: 5px;
    }

    .badge-popular {
        background-color: hotpink;
        border-radius: 9999px;
        padding: 0.4em 0.8em;
        font-weight: 600;
        margin-left: 10px;
    }

    .item-badge {
        font-size: 11px;
        vertical-align: middle;
        padding: 5px;
    }

    .header-image {
        height: 620px;
        margin-top: -65px;
    }

    .channel-header-image {
        height: 600px;
        margin-top: -65px;
    }

    .carousel-profile-picture {
        height: 60px;
        width: 60px;
    }


    .w-lg-auto {
        width: auto !important;
    }
}