.ps-newproducts__heading {
    max-width: 780px;
    padding: 0 5rem;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.ps-newproducts .products-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    margin: 0;
}

.ps-newproducts .products-section-title::before,
.ps-newproducts .products-section-title::after {
    width: 42px;
    height: 2px;
    background: #e50043;
    content: '';
}

.ps-newproducts__subtitle {
    max-width: 620px;
    margin: 0.55rem auto 0;
    color: #6a6a6a;
    font-size: 0.9375rem;
    line-height: 1.45;
}

.ps-newproducts .splide__arrow { top: -2.85rem; }

@media (max-width: 600px) {
    .ps-newproducts__heading { padding: 0; margin-bottom: 1rem; }
    .ps-newproducts .products-section-title::before, .ps-newproducts .products-section-title::after { width: 24px; }
}
