/* Product Highlights */

:root {
    --main-color: #ee7622;
 }

.be-product-highlights-container {
    margin: 2rem 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: stretch;
    min-height: 500px;
    height: 580px;
}

.be-highlights-title-box>* {
    padding: 1rem;
}

.be-highlights-title-box {
    color: white;
    height: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.73);
    position:relative;
}

.be-highlights-title-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.be-highlights-title {
    margin: 0;
    font-weight: 800;
    text-align:center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.be-highlights-title-description {
    text-align: left;
    line-height: 1.1;
    margin-top: 1rem;
}

.be-alle-produkte-button-container {
    text-align: center;
    z-index: 1;
}

.be-produkte-alle-produkte {
    text-align: center;
    width: 100%;
    line-height: 1.5 !important;
}

a.uk-button.uk-button-secondary.be-produkte-alle-produkte {
    width: fit-content;
    padding: .5rem 1rem;
    color: var(--main-color);
    background-color: white;
}

a.uk-button.uk-button-secondary.be-produkte-alle-produkte:hover {
    background-color: var(--main-color);
    color:white;
}

.be-highlight-content {
    display: flex;
    padding: 1rem;
    height: 50%;
    min-height: 50%;
    max-height: 50%;
    flex-direction: column;
    box-sizing: border-box;
}

a.be-produkte-search-product {
    width: fit-content;
}

.be-highlights-slider-container {
    width: 70%;
    height: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    overflow-x:clip;
}

.be-highlights-slider {
    position: relative;
    height: 100%;
}

.be-slider-container {
    height: 100%;
}

.be-slider-items {
    display: flex;
    transition: margin-left 0.5s ease;
    margin-left: 0;
    width: 9999px;
    height: 100%;
    padding: 0;
    margin: 0;
    gap: 2rem;
    list-style: none;
}

.be-slider-item {
    display: flex;
    width: 350px;
    align-self: stretch;
    box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.73);
}

.be-highlight-product {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
    align-self: stretch;
    flex: 1;
}


.be-highlight-price-container {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--main-color);
}



.be-highlight-price {
    font-size: 3rem;
    font-weight: bolder;
    padding: 0 .75rem;
    line-height:1;
}

.be-highlight-price span {
    color: #fff;
    font-weight:900;
}

.be-highlight-sales-percentage {
    position: relative;
    text-align: right;
    right: 0;
    line-height:1.5;
    font-weight: 600;
}


.be-highlight-sales-percentage span {
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
    padding: .25rem 0 .25rem 2rem;
    position: relative;

   
}

.be-highlight-sales-percentage span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2.25rem solid var(--main-color);
    border-right: 1.5rem solid transparent;
    width: 0;
}

.be-highlight-ean {
    font-size: 0.5rem;
    color: #fff;
    font-weight: 800;
    text-align: left;
    padding: .25rem .5rem;
    line-height: 1;
}

.be-highlight-original-price {
    text-align: right;
    font-size: 1rem;
    font-weight: 600;
    padding: .25rem .5rem;
    background-color: gray;
    color: white;
    line-height: 1;
}

.be-highlight-original-price-value {
    background-color: transparent;
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, red), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, red 50%, transparent 52%, transparent 100%);
}

.be-highlight-image {
    margin-bottom: 0;
    position: relative;
    height: 50%;
    min-height: 50%;
    text-align: center;
    border-bottom: 1px solid lightgray;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.be-highlight-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.be-highlight-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.be-highlights-title-box-bg img {
    object-fit:cover;
    height: 100%;
    width: 100%;
}

.be-highlights-title-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 0;
}

.uk-margin-top.be-dealer-button-container {
    margin-top: auto !important;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

p.be-highlight-description {
    margin: 0;
}

.be-highlights-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1rem;
}

.be-highlights-nav-button {
    background: transparent;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

.be-highlight-price-info {
    font-size: .5rem;
    color: white;
    text-align: right;
    padding: .25rem .5rem;
}

.be-highlight-price sup {
    top: -1rem;
    font-size: 1.5rem;
}

.be-highlights-nav-button:hover {
    opacity: 0.8;
}

.be-highlights-nav-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 639px) {
    .be-product-highlights-container {
        flex-direction: column;
    }

    .be-highlights-title-box {
        width: 100%;
        min-height: auto;
        padding: 1.5rem;
    }

    .be-highlights-slider-container {
        width: 100%;
    }

    .be-alle-produkte-button-container {
        display: flex;
        justify-content: center;
    }

    .be-produkte-alle-produkte {
        display: block !important;
        max-width: 50%;
    }

    .be-highlights-navigation {
        display: none;
    }

    .be-product-highlights-container {
        height: unset;
    }
}