.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-checkout-widget-slot {
    width: 100%;
    margin: 22px 0 26px;
    clear: both;
}

.velop-checkout-widget-slot--highlighted {
    position: relative;
    z-index: 2;
}

.velop-checkout-widget-slot .velop-giftnote-root,
.velop-checkout-widget-slot .velop-widget,
.velop-checkout-widget-slot .velop-teaser-shell,
.velop-checkout-widget-slot .velop-panel {
    width: 100%;
    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;
}

.velop-order-card-confirmation {
    width: min(620px, 100%);
    margin: 14px 0 4px;
    overflow: hidden;
    color: #2f2924;
    background: #fffdf8;
    border: 1px solid rgba(177, 125, 65, 0.28);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(61, 42, 24, 0.06);
}

.velop-order-card-confirmation header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    background: #f8f1e7;
    border-bottom: 1px solid rgba(177, 125, 65, 0.18);
}

.velop-order-card-confirmation__title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
}

.velop-order-card-confirmation__icon {
    width: 26px;
    height: 26px;
    display: inline-grid;
    place-items: center;
    flex: none;
    color: #8f6038;
    background: #ffffff;
    border-radius: 999px;
}

.velop-order-card-confirmation__occasion {
    padding: 4px 8px;
    color: #81572f;
    background: #ffffff;
    border: 1px solid rgba(177, 125, 65, 0.22);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.velop-order-card-confirmation__message {
    padding: 15px 16px 13px;
}

.velop-order-card-confirmation__opening,
.velop-order-card-confirmation__from,
.velop-order-card-confirmation blockquote {
    margin: 0;
}

.velop-order-card-confirmation__opening {
    font-weight: 700;
}

.velop-order-card-confirmation blockquote {
    padding: 8px 0;
    color: #51483f;
    border: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-style: normal;
    line-height: 1.55;
}

.velop-order-card-confirmation__from {
    color: #6e6257;
    font-size: 12px;
    font-weight: 600;
}

.velop-order-card-confirmation footer {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    color: #3f754d;
    background: #f4faf5;
    border-top: 1px solid rgba(63, 117, 77, 0.12);
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 520px) {
    .velop-order-card-confirmation header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

.velop-record-later-confirmation {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin: 24px 0;
    padding: 22px;
    color: inherit;
    background: #fffaf0;
    border: 1px solid rgba(20, 52, 43, .22);
    border-left: 5px solid var(--wp--preset--color--primary, #14342b);
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(20, 52, 43, .09);
}

.velop-record-later-confirmation__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--wp--preset--color--primary, #14342b);
    border-radius: 999px;
}

.velop-record-later-confirmation__copy > span {
    color: #3f754d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.velop-record-later-confirmation__copy h2 {
    margin: 4px 0 6px;
    font-size: clamp(20px, 3vw, 27px);
}

.velop-record-later-confirmation__copy p {
    margin: 0;
    color: #625e57;
    line-height: 1.5;
}

.velop-record-later-confirmation__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin-top: 10px;
    color: #625e57;
    font-size: 11px;
    font-weight: 700;
}

.velop-record-later-confirmation__trust span::before {
    content: "✓";
    margin-right: 4px;
    color: #3f754d;
}

.velop-record-later-confirmation__button {
    white-space: nowrap;
}

@media (max-width: 720px) {
    .velop-record-later-confirmation {
        grid-template-columns: auto minmax(0, 1fr);
    }
    .velop-record-later-confirmation__button {
        grid-column: 1 / -1;
        width: 100%;
        text-align: center;
    }
}
