@charset "UTF-8";

.salebadge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    z-index: 2;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 50%;
}
.salebadge.large {
    width: 80px;
    height: 80px;
    font-size: 25px;
    font-weight: normal;
}

.bannertitle {
    font-size: clamp(18px,3vw,80px);
    line-height: 1.2em;
    font-weight: bold;
}
.bannersubtitle {
    font-size: clamp(13px,1.4vw,18px);
}

.hero-swiper.fpswiper .swiper-slide > * {
    align-items: flex-start;
}
.hero-swiper .swiper-slide a > * {
    max-width: 50%;
    text-wrap: balance;
}
.hero-swiper .swiper-slide > img {
    max-height: 600px;
    object-position: 100% 0;
    margin: 0 auto;
    width: 1800px;
    max-width: 100%;
}
.headerlogo {
    object-position: 0 50%;
}
.category-description img {
    height: auto !important;
}

.specs > * {
    display: flex;
    align-items: center;
    gap: 15px;
}
.specs > :not(:only-child) {
    padding: 5px 10px;
}
.specs > :nth-child(2n) {
    background-color: rgba(235,235,235,.50);
}
.specs > * > :first-child {
    width: 90px;
}

.swipertitle {
    font-size: clamp(20px, 3vw, 26px) !important;
    font-weight: bold;
    margin: 0 0 20px;
}



@media (max-width: 900px) {
    .bannersubtitle {
        display: none;
    }
    .headerlogo {
        max-width: 130px;
    }
    
    header .h-full.flex-1 {
        flex: none;
    }
    header .h-full.flex-1 {
        flex: auto;
    }
    
    .fpusp .swiper-slide .flex {
        padding: 20px 0;
        flex-direction: row;
        gap: 13px;
    }
    .fpusp .swiper-slide .flex .text-center {
        text-align: left;
    }
    .fpusp .swiper-slide .flex .mt-1 {
        margin: 0;
    }
}

@media (max-width: 419px) {
    header .text-2xs {
        display: none;
    }
}