@media only screen and (min-width: 768px) {
    .product-banner-wrapper > div {
        width: 50%;
    }

    .product-information {
        padding-left: 50px;
    }
    
    .info-footer {
        margin-top: 0px;
    }
}

.product-banner-wrapper > div {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.variant-wrapper {
    min-width: 220px;
    max-width: 270px;
}

.variant-wrapper > img {
    border-radius: 10px;
}

.variant-wrapper > span {
    font-weight: 200;
}


.image-container-temporary {
    width: 150px;
    height: 150px;
    background: var(--primary-color);
}

.radio-input:checked + label {
    border-width: 3px;
}

.radio-input:checked + label > span {
    font-weight: 600;
}

.price-option-readonly {
    border: 2px solid var(--secondary-color);
    border-radius: 10px;
    font-weight: 500;
    padding: 3px 15px;
}