/* General styles */
.woocommerce-products-header__title {
    color: var(--brand-accent-color);
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 3vw, 2rem) !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

.woocommerce-result-count, .woocommerce-ordering {
  display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: var(--brand-primary-text-color);
  border-top: 3px solid var(--brand-accent-color);
  background: var(--brand-primary-color);
}
.woocommerce-info::before, .woocommerce-error::before, .woocommerce-message::before {
  color: var(--brand-accent-color);
}

@media (max-width: 576px) {
    .woocommerce-products-header__title {
        font-size: clamp(1.3rem, 5vw, 1.8rem) !important;
        margin-bottom: 0;
    }
}