/* stylelint-disable no-empty-source */

.product-cart-form__dp-container {
    max-width: 600px;
}

.page_dp .product-cart-form__dp-container .dp-product__header {
    align-items: flex-start;
}

.wa-name img {
    width: 55px;
    height: 40px;
    left: 10px;
    position: absolute;
    bottom: 26px;
}

.wa-type-icon {
    display: none;
}

@media (min-width: 1024px) {
    #js-delivery-types-section .wa-types-list .wa-type-wrapper {
        width: 45% !important;
    }
}

.wa-name .link {
    max-width: 190px; 
    word-wrap: break-word;
}