/* Product listing store header — reduced height */

.pl-header {
    padding: 26px 40px 30px !important;
}

.pl-header-content {
    gap: 24px !important;
    align-items: center !important;
}

.pl-page-title {
    font-size: clamp(1.35rem, 2.6vw, 2rem) !important;
    margin-bottom: 6px !important;
    line-height: 1.08 !important;
}

.pl-page-desc {
    font-size: 0.78rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.pl-thumb-img {
    height: 100px !important;
}

.pl-breadcrumb {
    margin-bottom: 12px !important;
}

.pl-brand-row {
    margin-bottom: 10px !important;
}

@media (max-width: 900px) {
    .pl-header {
        padding: 20px 20px 24px !important;
    }

    .pl-page-title {
        font-size: clamp(1.25rem, 4vw, 1.65rem) !important;
    }
}

@media (max-width: 600px) {
    .pl-header {
        padding: 16px 16px 20px !important;
    }

    .pl-page-title {
        font-size: 1.3rem !important;
        margin-bottom: 5px !important;
    }

    .pl-page-desc {
        font-size: 0.74rem !important;
        line-height: 1.45 !important;
    }
}
