.front-page-header {
    position: relative;
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-page-banner-image-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 34.8vw;
}

.front-page-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.front-page-banner-details-container {
    position: relative;
    z-index: 1;
    height: 100%;
}


.front-page-banner-details {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 45%;
    height: 100%;
    margin-top: 5.5%;
    ;
    margin-left: 5.5%;
}

.front-page-banner-franchise {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: rgba(9, 9, 9, 0.8);
    color: #FF3B30;
    width: fit-content;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
}

.front-page-banner-title {
    font-family: 'Bayon', sans-serif;
    font-weight: 400;
    font-size: 9vw;
    color: white;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 0.8;
    margin-left: -1%;
    text-overflow: ellipsis;
}

.title-small {
    font-size: 3vw;
}

.title-medium {
    font-size: 6vw;
}

.title-large {
    font-size: 9vw;
}


.front-page-banner-subtitle {
    color: #FFFF00;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 1.1vw;
    margin: 0;
    line-height: 0.8;
}

.front-page-banner-buy-now-button {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 1.1vw;
    padding: 2.2rem 5.7rem;
    background-color: rgba(255, 59, 48, 0.25);
    border: 1px solid #FF3B30;
    border-radius: 9999rem;
    width: fit-content;
    color: white;
    margin-top: 5%;
    position: absolute;
    bottom: 23%;
    left: 0;
    transition: background-color 0.5s ease-in;
}

.front-page-banner-buy-now-button:hover {
    background-color: #FF3B30;
    cursor: pointer;
}

.front-page-slider {
    position: relative;
    margin-top: 3rem;
    display: flex;
    gap: 1.25rem;
    margin-left: 5.5%
}

.slider-img {
    border: 3px solid #262b31;
    border-radius: 1rem;
    width: 6.25vw;
    height: 6.25vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(50%) brightness(80%);
    transition:
        border 0.1s ease-in,
        background-position 0.3s ease-in;
    cursor: pointer;
}

.slider-img:hover {
    border: 3px solid rgba(255, 204, 0, 0.65);
    background-position: center 55%;
    filter: none;
}

.front-page-selected-item-cover-container {
    position: absolute;
    width: 29vw;
    height: 36vw;
    max-width: 550px;
    max-height: 690px;
    right: 5%;
    top: -415%;
}

.front-page-selected-item-cover {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s ease-in-out;
    z-index: 1;
}

.front-page-selected-item-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-bottom: 160px solid rgba(255, 59, 48, 0.95);
    border-left: 160px solid transparent;
    border-bottom-right-radius: 1rem;
    position: absolute;
}

.front-page-selected-item-price {
    position: absolute;
    top: 110px;
    right: 10px;
}

.front-page-selected-item-price-text {
    color: white;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.5rem
}

.front-page-selected-item-original-price {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #ffcc00;
    text-decoration: line-through;
}

.front-page-selected-item-price.has-discount {
    position: absolute;
    top: 100px;
    right: 10px;
}


.front-page-header-card-arrow {
    display: none;
    width: 65px;
}

.front-page-selected-item-cover:hover .front-page-selected-item-price-text {
    display: none;
}

.front-page-selected-item-cover:hover .front-page-header-card-arrow {
    display: block;
}

.front-page-selected-item-cover:hover {
    transform: scale(0.98);
}

.highlight-slide {
    display: none;
}

/* Radio buttons hidden */
.highlight-radio {
    display: none;
}

#highlight-0:checked~.front-page-banner-image-wrapper .slide-0,
#highlight-0:checked~.front-page-banner-details-container.slide-0,
#highlight-0:checked~.front-page-slider .slide-0,
#highlight-1:checked~.front-page-banner-image-wrapper .slide-1,
#highlight-1:checked~.front-page-banner-details-container.slide-1,
#highlight-1:checked~.front-page-slider .slide-1,
#highlight-2:checked~.front-page-banner-image-wrapper .slide-2,
#highlight-2:checked~.front-page-banner-details-container.slide-2,
#highlight-2:checked~.front-page-slider .slide-2,
#highlight-3:checked~.front-page-banner-image-wrapper .slide-3,
#highlight-3:checked~.front-page-banner-details-container.slide-3,
#highlight-3:checked~.front-page-slider .slide-3,
#highlight-4:checked~.front-page-banner-image-wrapper .slide-4,
#highlight-4:checked~.front-page-banner-details-container.slide-4,
#highlight-4:checked~.front-page-slider .slide-4,
#highlight-5:checked~.front-page-banner-image-wrapper .slide-5,
#highlight-5:checked~.front-page-banner-details-container.slide-5,
#highlight-5:checked~.front-page-slider .slide-5,
#highlight-6:checked~.front-page-banner-image-wrapper .slide-6,
#highlight-6:checked~.front-page-banner-details-container.slide-6,
#highlight-6:checked~.front-page-slider .slide-6 {
    display: block;
}



@media (max-width: 1024px) {

    .front-page-slider {
        margin-top: 25px !important;
        gap: 10px !important;
    }

    .front-page-banner-details {
        margin-top: unset !important;
    }

    .front-page-banner-buy-now-button {
        position: unset !important;
        padding: 15px 50px !important;
    }

    .front-page-banner-image-wrapper {
        padding-top: 100px !important;
    }



    .front-page-selected-item-overlay {
        border-bottom: 100px solid rgba(255, 59, 48, 0.95) !important;
        border-left: 100px solid transparent !important;

    }

    .front-page-selected-item-price-text {
        font-size: 1rem !important;
    }

    .front-page-selected-item-price {
        position: absolute !important;
        top: 68px !important;
        right: 5px !important;
    }

    .front-page-selected-item-price.has-discount {
        position: absolute !important;
        top: 55px !important;
    }

    .front-page-selected-item-original-price {
        font-size: 10px;
    }


}

@media (max-width: 768px) {


    .front-page-selected-item-price.has-discount {
        right: 5px !important;
    }



}

@media (max-width: 750px) {

    .front-page-banner-buy-now-button {
        width: 100px !important;
        font-size: 12px !important;
        padding: 10px !important;
    }

    .front-page-banner-image-wrapper {
        height: 50vw !important;
    }

    .front-page-selected-item-cover {
        display: none !important;
    }


    .front-page-banner-franchise {
        margin-top: 0px !important;
    }

    .front-page-selected-item-cover-container {
        width: 150px !important;
        height: 200px !important;
    }

    .slider-img {
        width: 25vw;
        height: 25vw;
    }

    .front-page-slider {

        flex-wrap: wrap;
    }

    .front-page-banner-details {
        width: 100%;
    }

    .title-large {

        margin-left: 10px;
    }
}