.p-section-title-product {
  color: var(--v-color__2);
  text-align: center;
}

.p-section-title-product__title,
.p-section-title-product__subtitle {
  padding: 1rem 0;
}

.p-section-title-product__title-h1,
.p-section-title-product__subtitle-h2 {
  font-weight: var(--v-font-weight__default);
}

.p-section-title-product__title-h1,
.p-section-title-product__subtitle-h2 {
   margin: 0;
}

.p-section-title-product__title-h1 a {
  text-decoration: none;
}

.p-section-title-product__title-categories,
.p-section-title-product__title-name {
  display: block;
}

.p-section-title-product__title-categories {
  text-transform: uppercase;
}

.p-section-title-product__subtitle {
  background-color: var(--v-color__1--transparent--alt1);
}

@media (min-width: 1900px) {
  .p-section-title-product__title-categories {
    font-size: 3.5rem;
  }

  .p-section-title-product__title,
  .p-section-title-product__subtitle {
    padding: 2rem 0;
  }
}
