.header__nav-menu > li:last-child{
    color: red;
}
.products__item-status {display: none;}
.sku__price-option {display: none;}
.subsc__wrapper {padding: 2rem 10%;}
.footer__payments > li {width: 6.4rem; height: 4.4rem;}
.footer__payments img, .footer__payments svg {max-height: 3.4rem;}

.products__item{
    /* height: 73rem; */
    height: auto;
    background: none;
}
.products__list--responsive > li{
    padding: 0 0.5rem 2rem
}
@media (max-width: 1199px){
    .is-header-v8 .intro {
        padding: 0 0 4rem;
    }
}

@media (min-width: 768px){
    .intro__swiper{
    height: calc(100vh - 80px);
    }
} 
@media (max-width: 767px){
    .products__item--responsive .products__item-in {
        padding: 0;
    }
    .products__item--responsive .products__item-gallery{
        margin: 0 -1.5rem 1rem;
    }
    .products__item--responsive .products__item-image {
        height: auto;
    }
    .products__item--responsive .products__item-title{
        min-height: 6rem;
    }
    .sku__slide {
        height: auto;
    }
    /* .is-header-v8 .intro{
        padding: 0;
    } */
    .intro__item{
        background: none;
        border-radius: 0;
    }
    .intro__swiper{
        height: calc(100vh - 150px);
        border-radius: 0;
    }
    .intro .container-fluid {
        padding: 0 !important;
    }
}

@media (max-width: 430px){
    .swiper-partners .swiper-wrapper{
        flex-direction: column;
    }
    .swiper-partners .swiper-slide{
        width: 100%;
        margin: 0 0 1rem 0;
    }
}

.products__item:hover .products__item-discount, .products__item:hover .products__item-action {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0);
}
.products__item-buttons{
    display: none;
}
.products__item-in{
    padding: 0;
    text-align: center;
}
.products__item-image{
    height: 100%;
    padding: 0 0 1rem 0;
    background: none;
}

.products__item-title{
    /* height: 2rem; */
    height: auto;
    font-size: 1.5rem;
    &:hover{
        text-decoration: underline;
    }
}

.products__item-price{
    justify-content: center;
}
.products__item-in:before{
    opacity: 0!important;
}
.products__item:hover .products__item-in:before{
    box-shadow: none;
}

/* Product page */
.sku__slide{
    padding: 0;
}
.sku__view-body .swiper-vertical{
    height: auto;
}
/* END Product page */