/**
 * 产品分类页间距（category.blade.php @push styles 引入）
 * Hero 下 padding-top 以 Blade 内 Tailwind pt-20/md:pt-28 为主；此处 !important 作兜底。
 */
.category-product-list {
    background-color: #ffffff !important;
}

.category-product-list--no-hero {
    padding-top: 3rem !important;
}

.category-product-list--with-hero {
    padding-top: 5rem !important;
}

.category-product-list--with-hero > .site-container > .category-product-list-group:first-child {
    margin-top: 0 !important;
}

.category-product-list-group + .category-product-list-group {
    margin-top: 6rem !important;
}

.category-product-list-cta-gap {
    display: block !important;
    width: 100% !important;
    height: 6rem !important;
    min-height: 6rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: #ffffff !important;
}

@media (min-width: 768px) {
    .category-product-list--no-hero {
        padding-top: 4rem !important;
    }

    .category-product-list--with-hero {
        padding-top: 7rem !important;
    }

    .category-product-list-cta-gap {
        height: 8rem !important;
        min-height: 8rem !important;
    }
}
