/* Extra small devices (lg, >992px) */
/* 小屏手机（竖屏） */
@media (max-width: 992px) {
    html {
        font-size: 12px;
    }
    .carousel-item {
        max-height: 500px;
    }
    .product-detail-card .position-relative img{
        height: 288px;
    }
    .product-detail-card.double .position-relative img{
        height: 576px;
    }

    .right-nav {
        justify-content: center;
    }
}

