.sale-page { padding-bottom: 28px; }
.sale-page-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.sale-page-header h1 { margin: 0 0 7px; color: #24282a; }
.sale-page-header p { max-width: 760px; margin: 0; color: #5d6662; line-height: 1.55; }
.sale-page-count { flex: 0 0 auto; margin-top: 5px; padding: 6px 9px; color: #747a76; border: 1px solid #e2e5e2; border-radius: 2px; background: #f7f7f5; font-size: 12px; }
.sale-product-column { margin-bottom: 1rem; }
.sale-products-grid .card { width: 100%; height: auto; min-height: 0; }
.sale-pagination { display: flex; justify-content: center; margin-top: 16px; }

@media (min-width: 992px) {
    .sale-products-grid .card:not(.fixed) { height: 18.5rem; }
}

@media (max-width: 767px) {
    .sale-page-header { flex-direction: column; gap: 8px; }
    .sale-page-count { margin-top: 0; }
}
