.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: bold;
}

.section-heading {
    text-transform: uppercase;
    padding: 12px 0;
    position: relative;
    font-size: 16px;
}

.section-heading:after {
    display: block;
    background-color: black;
    width: 16px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.button {
    background-color: black;
    color: white;
    box-shadow: none;
    text-align: center;
    padding: 4px 20px;
    text-transform: uppercase;
    min-width: 148px;
    border: 1px solid black;
}

.button:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.button--white {
    background: transparent;
    color: white;
    border-color: white;
}

.button--light {
    border: 1px solid black;
    background-color: transparent;
    color: black;
}


.button--light:hover,
.button--white:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.last-products__wrapper {
    padding: 0 30px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.last-products__card {
    flex: 1 0 22%;
    overflow: hidden;
    margin: 15px;
}

.last-products__card:hover {
    box-shadow: 0 0 10px 1px lightgrey;
}

.last-products__card-image {
    /*height: 16vw;*/
    background-color: white;
    position: relative;
}

.last-products__card-sale {
    background-color: black;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    color: white;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
}

.last-products__card-sale span {
    font-weight: bold;
    margin: auto;
    letter-spacing: 2.5px;
    /* for BLACK FRIDAY only */
    text-align: center;
    line-height: normal;
}

.last-products__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last-products__card-description {
    padding: 14px 0;
    position: relative;
    background-color: white;
    height: 100%;
}

.last-products__card-tile {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 17px;
}

.last-products__card-old-price {
    font-weight: normal;
    opacity: 0.75;
    text-decoration: line-through;
}

.last-products__card-text {
    color: #afafaf;
    padding-right: 20%;
    font-size: 14px;
}

.last-products__card-buttons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    padding: 24px 24px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    overflow: hidden;
    min-height: 64px;
}

.last-products__card-buttons > * {
    margin-bottom: auto;
}

.last-products__card-buttons > *:not(:last-child) {
    margin-right: 10px;
}

.last-products__card-buttons .button {
    flex-grow: 1;
}

.last-products__card-icon {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border-radius: 17px;
    background-color: white;
    color: darkgrey;
    border: 1px solid darkgrey;
}

.widgets {
    overflow: hidden;
    padding: 0 30px;
    min-height: 50px;
}

.widgets__row {
    display: flex;
    margin: -15px;
    padding: 7px 0;
    flex-wrap: wrap;
}

.widget-element {
    flex: 1 1 22%;
    margin: 15px;
    position: relative;
    background-color: lightgrey;
    height: 23vw;
    overflow: hidden;
}

.widget-element.size2x1 {
    flex: 2 2 46%;
}

.widget-element > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-element > div {
    overflow: hidden;
}

.widgets__row-left,
.widgets__row-right {
    flex: 2 2 44%;
    display: flex;
}

.widgets__row-left .widget-element {
    height: auto;
}


.widgets__row-right {
    flex-wrap: wrap;
}

.widgets__row-right .widget-element {
    flex: 1 1 44%;
}

.widget-element__text {
    position: absolute;
    transition: 0.5s all;
    color: white;
    left: 24px;
    right: 24px;
    bottom: 24px;
}

.widget-element__title {
    font-weight: bold;
    font-size: 32px;
}

.widget-element__description {
    display: none;
    font-size: 24px;
    line-height: 32px;
}

a.widget-element:hover .widget-element__description {
    display: block;
}


.last-products__card .last-products__card-buttons {
    opacity: 0;
    pointer-events: none;
}

.last-products__card:hover .last-products__card-buttons {
    opacity: 1;
    pointer-events: all;
}

img[data-load="lazy"] {
    animation: bottom-to-top 0.4s 1.1s forwards;
    transform: translateY(100%);
}

.concept {
    padding: 68px 160px;
    background: url("/valencia/images/spokes.jpg") center / cover;
    display: flex;
    justify-content: space-between;
}

.concept .button {
    margin-left: auto;
    margin-top: auto;
}

.concept__text {
    margin-top: 120px;
    color: white;
    flex: 0 0 45%;
}

.concept__heading {
    font-size: 48px;
    text-transform: uppercase;
}

.concept__description {
    margin-top: 32px;
}

.concept__description p {
    margin: 0;
}

.concept__text .section-heading {
    color: white
}

.concept__text .section-heading:after {
    background-color: white;
}

.no-margin-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.designers {
    display: flex;
    background-color: lightgrey;
}

.designers > div {
    flex: 1 1 50%;
    overflow: hidden;
}

.designers__slider {
    padding: 60px 64px 60px 64px;
}

.designers__slider .slider__text{
    margin-bottom: 48px;
}

.designers__slider .slider__heading{
    line-height: 48px;
}

.designers .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    left: 25%;
    transform: translate(-50%, -50%);
    bottom: 0;
}

.designers .lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 50%;
    position: relative;
    overflow: visible;
}

.slider__heading {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.slider__slide {
    padding-bottom: 12px;
}

.designers__photo,
.slider__block{
    width: 50%;
    float: left;
}

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

.customers__card {
    position: relative;
    cursor: pointer;
}

.customers__card-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    display: flex;
    opacity: 0;
    pointer-events: none;
}

.customers__card-overlay i {
    margin: auto;
    font-size: 24px;
}

.customers__card:hover .customers__card-overlay {
    opacity: 1;
    pointer-events: auto;
    color: white !important;
}

.customers__card .last-products__card-image {
    height: auto;
}

.know-more {
    background-color: #efefef;
    display: flex;
    justify-content: space-between;
    padding: 60px 30px;
}

.know-more__text {
    max-width: 70%;
}

.know-more__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;

}

.know-more .button {
    margin-top: auto;
    margin-bottom: auto;
}

.rey-widget-inline--center {
    margin-left: auto;
    margin-right: auto;
}

.payments {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

@keyframes bottom-to-top {
    0% {
        transform: translateY(50%);
    }
    99% {
        transform: translateY(0);
    }
    100% {
        transform: none;
    }
}

@media screen and (max-width: 1024px) {
    .last-products__card {
        flex: 1 1 44%;
        margin-bottom: 16px;
    }

    .last-products__card-image {
        /*height: 32vw;*/
        height:auto;
    }

    .widgets__row-double {
        flex-direction: column;
    }

    .widgets__row-right .widget-element {
        height: 44vw;
    }

    .concept {
        padding: 32px;
    }

    .concept__text {
        flex-grow: 1;
    }

    .designers {
        flex-direction: column;
    }

    .designers__slider {
        padding: 64px;
    }

}

@media screen and (max-width: 768px) {

    .concept {
        flex-direction: column;
    }

    .concept__text {
        flex-grow: 1;
        margin-bottom: 24px;
    }
    .designers__slider {
        padding: 32px;
    }
}

@media (min-width: 357px) and (max-width: 1457px) {
    #language-menu2,
    #language-menu {
        right: 0;
    }
}

@media screen and (max-width: 640px) {
    .last-products__card {
        flex: 1 1 98%;
        margin-bottom: 16px;
    }

    .last-products__card-image {
        height: 84vw;
    }

    .widgets__row-right .widget-element, .widget-element {
        flex: 1 1 98%;
        height: 88vw;
    }

    .know-more {
        flex-direction: column;
    }

    .know-more__text {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .know-more .button {
        margin-left: auto;
    }
}

.designers .lSSlideOuter .lSPager.lSpg > li.active a,
.designers .lSSlideOuter .lSPager.lSpg > li:hover a{
    background-color: #fff;
}

.designers .lSSlideOuter .lSPager.lSpg > li {
    padding: 10px 5px;
}

.designers .lSSlideWrapper .lSSlide {
    height: 100%!important;
}