@media screen and (min-width: 990px){
    .product--stacked .product__media-item:first-child {
        max-width: 100%;
        width: 100%;
    }
}

.product-form__input input[type=radio]:checked+label {
    background-color: var(--color-base-hover-color);
    color: rgb(var(--color-background));
}