div.image-slider {
    position: sticky;
    top: 180px;
}

.product-information {
    padding-left: 20px;
    width: 45%;
}

.product-field {
    width: 100%;
    background-color: #fff;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    height: 45px;
    border: 1px solid #999;
    border-radius: 8px;
}

.warning-text {
    color: red;
}