body.single-product .woocommerce-notices-wrapper .woocommerce-message.cws-product-cart-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid #d9e2f0;
    border-left: 4px solid #0f5bd4;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(19, 52, 95, 0.08);
    color: #15314b;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message.cws-product-cart-notice::before,
body.single-product .woocommerce-notices-wrapper .woocommerce-message.cws-product-cart-notice::after {
    display: none;
}

body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e8f3ec;
    color: #157347;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__content {
    min-width: 0;
}

body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__title,
body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__product {
    margin: 0;
}

body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__title {
    color: #10263b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__product {
    margin-top: 4px;
    color: #4e6379;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__button.button,
body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__button.wc-forward {
    margin: 0;
    padding: 10px 18px;
    border: 1px solid #0f5bd4;
    border-radius: 12px;
    background: #0f5bd4;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
    font-stretch: normal !important;
    text-decoration: none;
    box-shadow: none;
    white-space: nowrap !important;
    min-width: 124px;
}

body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__button.button:hover,
body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__button.button:focus,
body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__button.wc-forward:hover,
body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__button.wc-forward:focus {
    background: #0b4ab0;
    border-color: #0b4ab0;
    color: #ffffff;
}

@media (max-width: 767px) {
    body.single-product .woocommerce-notices-wrapper .woocommerce-message.cws-product-cart-notice {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        padding: 14px;
    }

    body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__button.button,
    body.single-product .woocommerce-notices-wrapper .cws-product-cart-notice__button.wc-forward {
        grid-column: 1 / -1;
        justify-self: start;
        white-space: normal;
    }
}
