.price-list--product .product-vendor,
.price-list--product .price-list *{
    color: rgb(var(--on-sale-text));
}

.product .product-info__block-list h1.product-title{
    font-size: var(--text-h3);
}


.option__selector .gpo-choicelist input + label, .option__selector--pants .gpo-choicelist input + label{
    padding-left: 12px;
    justify-content: center;
}

.product-gallery__thumbnail-list.hidden{
    display: block;
}

.a-horizontal-product-card__info .text-subdued {
    color: rgb(var(--text-color) / 1);
}