<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-hits{
    margin-bottom: 80px;
}

.section-hits .h2{
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    color: #182B48;
    margin: 0 0 24px 0;
    letter-spacing: unset;
}

.section-main-items{
    padding: 0 22px;
    position: relative;
}
.section-main-items:not(.slick-initialized) {
    overflow: hidden;
    max-height: 368px;
    opacity: 0;
}

.section-main-item{
    width: 280px;
    margin: 0 auto 8px;
    position: relative;
}

.section-main-item-img{
    width: 280px;
    height: 280px;
    margin-bottom: 8px;
    border-radius: 8px;
}

.section-main-item-img a{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.section-main-item-img a img{
    max-height: 100%;
    border-radius: 8px;
}

.section-sticker.hit,
.section-sticker.exclusive{
    width: fit-content;
    width: -moz-fit-content;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 4px;
    padding: 0 8px 0 28px;
}

.section-sticker.hit{
    background: #FFAB36;
}

.section-sticker.exclusive{
    background: #276EF1;
}

.section-sticker.hit span,
.section-sticker.exclusive span{
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;

}

.section-sticker.hit span{
    color: #182B48;
}

.section-sticker.exclusive span{
    color: #EFF3FE;
}

.section-sticker .sticker-hit-icon:before,
.section-sticker .sticker-exclusive-icon:before{
    font-size: 16px;
    margin: 0 4px 0 2px;
    position: absolute;
    left: 8px;
    top: 4px;
}

.section-sticker .sticker-exclusive-icon:before{
    margin: 0 4px 0 0;
}

.section-sticker .sticker-hit-icon:before{
    color: #b7681b;
}

.section-sticker .sticker-exclusive-icon:before{
    color: #EFF3FE;
}

.section-main-item-name{
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding: 0 8px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #182B48;
}
.section-main-item-name a{
    color: #182B48;
}

.section-main-item-price{
    width: 100%;
    height: 24px;
    overflow: hidden;
    display: block;
    padding: 0 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #40576D;
}

.section-main-items .slick-slide{
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.section-main-items .slick-slide.slick-active{
    opacity: 1;
}

.slider-main-items .slick-arrow{
    width: 32px;
    height: 32px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #EDF2F6;
}

.slider-main-items .slick-arrow:hover{
    background: #276EF1;
}

.slider-main-items .slick-arrow:before{
    content: '\e98f' !important;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 24px;
    color: #182B48;
}

.slider-main-items .slick-arrow:hover:before{
    color: #B3E5FC;
}

.slider-main-items .slick-arrow.slick-next{
    right: 8px;
    transform: translateY(-50%) !important;
}

.slider-main-items .slick-next:before{
    transform: rotate(180deg) !important;
}

.slider-main-items .slick-prev{
    left: 8px;
}

.slider-main-items .slick-dots{
    bottom: -16px;
}

.slider-main-items .slick-dots li{
    margin: 0 4px;
}

.slider-main-items .slick-dots li button{
    width: 4px;
    height: 4px;
    background: #C9DAE0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-main-items .slick-dots li button:hover,
.slider-main-items .slick-dots li.slick-active button{
    width: 8px;
    height: 8px;
    background: #276EF1;
}

@media (max-width: 1199px){

    .slider-main-items .slick-list{
        width: 100%;
        overflow: visible;
    }

    .section-main-items{
        padding: 0;
        margin: 0 22px;
    }

    .section-main-items:before{
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -100%;
        background: #fff;
        z-index: 2;
    }

    .slider-main-items .slick-prev{
        margin-left: -24px;
    }

    .slider-main-items .slick-next{
        margin-right: -24px;
    }

    .section-main-item{
        margin: 0 4px 8px;
    }
}

@media (max-width: 680px){

    .section-main-item{
        width: 176px;
        margin: 0 3.5px 8px;
    }

    .section-main-item-img{
        width: 176px;
        height: 176px;
    }

    .section-main-item-name{
        height: 36px;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
        color: #40576D;
    }

    .section-main-item-price{
        height: 16px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #182B48;
    }
}

@media (max-width: 480px){

    .section-main-items{
        margin: 0;
    }

    .slider-main-items .slick-prev{
        margin-left: -8px;
    }

    .slider-main-items .slick-next{
        margin-right: -8px;
    }
}</pre></body></html>