/* 默认双排兜底样式 */
#productList.double,
.products.double{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    align-items:start !important;
}

#productList.double .product,
.products.double .product{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
}

#productList.double .product{
    align-self:start !important;
}
