.product-box {
    margin-bottom: 60px;
}
.product-box_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 32px;
}
.product-box_head h2 {
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
}
.product-box_head select {

}
.product-box_list .item {
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    width: 28%;
}
.product-box_list .item img {
    display: block;
    height: auto;
    width: 100%;
}
.product-box_list .item_inner {
    padding: 24px 16px;
}
.product-box_list .item_inner h3 {
    color: #000;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 12px;
}
.product-box_list .item_inner .btn {
    margin-top: 24px;
    min-width: 235px;
}
.swiper-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 12px;
}
.swiper-nav .swiper-button-prev, .swiper-nav .swiper-button-next {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8F1423;
    margin-top: 0;
}
.swiper-nav .swiper-button-prev:after,
.swiper-nav .swiper-button-next:after {
    font-size: 14px;
    color: #8F1423;
}