.velop-product-widget-row {
    display: block;
    width: 100%;
    max-width: 100%;
    clear: both;
    flex: 0 0 100% !important;
    grid-column: 1 / -1 !important;
    order: initial !important;
}

.velop-product-widget-slot {
    box-sizing: border-box;
    width: min(420px, 100%);
    max-width: 100%;
    margin: 14px 0;
    clear: both;
    flex: 0 0 100%;
    grid-column: 1 / -1;
}

.velop-product-widget-slot--after_add_to_cart_quantity,
.velop-product-widget-slot--after_add_to_cart_button,
.velop-product-widget-slot--below_buy_now_button,
.velop-product-widget-slot--before_add_to_cart_button {
    order: 20;
}

.velop-product-widget-slot--below_buy_now_button {
    width: 100%;
}

.velop-product-widget-slot--below-purchase-controls {
    display: block;
    width: 100% !important;
    flex: 0 0 100% !important;
    grid-column: 1 / -1 !important;
    margin-top: 12px;
}

form.cart .velop-product-widget-slot,
.cart .velop-product-widget-slot {
    align-self: stretch;
}

.velop-product-widget-slot #velop-giftnote-root,
.velop-product-widget-slot .velop-giftnote-root,
.velop-product-widget-slot .velop-widget,
.velop-product-widget-slot .velop-teaser,
.velop-product-widget-slot .velop-panel {
    max-width: 100%;
}

.velop-remove-message {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: #8a2424;
    border: 1px solid rgba(138, 36, 36, 0.18);
    border-radius: 999px;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.velop-remove-message:hover,
.velop-remove-message:focus {
    color: #ffffff;
    background: #8a2424;
    border-color: #8a2424;
}

.velop-remove-message__icon {
    position: relative;
    width: 11px;
    height: 12px;
    display: block;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 1px 1px 2px 2px;
}

.velop-remove-message__icon::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -2px;
    width: 11px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.velop-remove-message__icon::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 2px;
    width: 5px;
    height: 2px;
    border-top: 2px solid currentColor;
    border-radius: 999px;
}
