/* Produktname */
.s-product-name,
.s-product-name a {
    color: #4A4A4A;
}

/* Unterschrift / Beschreibung unter Produktnamen */
.s-product-description,
.s-product-subtitle,
.s-info-text,
.s-product-text {
    color: #4A4A4A !important;
}

/* Preis */
.s-product-price,
.s-item-total .price-tag,
.s-product-price .price-tag {
    color: #4A4A4A !important;
}

footer {
  background-color: #1f2a44; /* gewünschte Farbe */
  color: #4A4A4A;            /* Textfarbe */
}