/* Estilos para el componente shop-header */
.shop-header {
    text-align: center;
    margin-bottom: 3rem;
}

.shop-header__title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}

.shop-header__subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #d1d5db;
}
