@font-face {
    font-family: HanyiSentyZhao;
    src: url('/assets/webfonts/HanyiSentyZhao Regular.ttf') format('truetype');
}

@font-face {
    font-family: YRDZST;
    src: url('/assets/webfonts/YRDZST Medium.ttf') format('truetype');
    font-weight: bold;
}

.feat-cap {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 15px;
}

@media only screen and (max-width: 576px) {
    header {
        padding: 5px 0;
    }

    header .logo img {
        max-width: 300px;
    }
}

#shop .brand {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
    height: 80px;
    padding: 15px;
}

#shop .brand.active {
    border: 3px solid #f4c36d;
}

#shop .brand img {
    height: 50px;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-slide img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.mySwiper {
    height: 300px;
}

.textSwiper .swiper-slide {
    font-family: HanyiSentyZhao, sans-serif;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d92020;
}
