.related-pro h2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.34px;
}

.products-swiper-wrapper {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    padding-bottom: 45px;
    position: relative;
}

.products-swiper-wrapper .swiper {
    display: none;
    width: 100%;
}

.products-swiper-wrapper .swiper-wrapper {
    padding-bottom: 40px;
}

.products-swiper-wrapper .card-list {
    flex: 0 0 calc(25% - 21px);
    margin-top: 20px;
    cursor: pointer;
}

.products-swiper-wrapper .best-card {
    border-radius: 10px;
    background: center center / 75% no-repeat rgb(246, 247, 248);
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    transition: opacity 0.4s;
    cursor: pointer;
    overflow: hidden;
}

.products-swiper-wrapper .card-text-box {
    margin-top: 12px;
}

.products-swiper-wrapper .card-text-box span {
    color: rgb(102, 102, 102);
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
}

.products-swiper-wrapper .card-text-box h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.product-review-rating.star-wrap {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 7px;
    gap: 6px;
}

.product-review-rating.star-wrap .star-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 18px;
    background-size: 18px 18px;
    background-image: url(/images/star_gray.svg);
    background-position-x: 0px;
    overflow: hidden;
    vertical-align: middle;
}

.product-review-rating .star-box .star-box-inner {
    position: absolute;
    display: block;
    content: "";
    width: calc(100%);
    height: 100%;
    background-image: url(/images/star_gold.svg);
    background-size: 18px 18px;
    background-position-x: 0px;
}

.products-swiper-wrapper .card-text-box p {
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 160%;
    font-weight: 400;
    letter-spacing: -0.28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 4px;
}

.product-review-rating.star-wrap .review-number {
    color: rgb(111, 111, 111);
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.28px;
}

.products-swiper-wrapper .bg {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 0px;
    width: 20px;
    height: 331px;
    background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.products-swiper-wrapper .best-card img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}