/* NSB Promo Engine v0.1.7 */
.nsbpe-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 680px;
    margin: 0 0 24px;
    padding: 13px 18px;
    border: 1px solid var(--nsbpe-notice-border, #e4dccd);
    border-radius: 14px;
    background: var(--nsbpe-notice-bg, #f7f4ee);
    color: var(--nsbpe-notice-text, #1f1f1f);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

body.woocommerce-cart .nsbpe-notice--cart,
body.woocommerce-checkout .nsbpe-notice--checkout,
body.single-product .nsbpe-notice--single-top {
    max-width: 680px;
}

body.woocommerce-checkout .nsbpe-notice--checkout {
    margin: 18px 0 24px;
}

body.single-product .nsbpe-notice--single-top {
    margin: 0 0 22px;
}

.nsbpe-notice__icon {
    flex: 0 0 auto;
    color: var(--nsbpe-notice-accent, #b39964);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.nsbpe-notice__text strong {
    font-weight: 700;
    color: inherit;
}

.nsbpe-badge.oxx-badge-coming-soon {
    background: var(--nsbpe-badge-bg, #2b2b2b) !important;
    color: var(--nsbpe-badge-text, #ffffff) !important;
}

.single-product .product .nsbpe-badge--single.oxx-badge-coming-soon {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 9;
    margin: 0;
}

.single-product .images,
.single-product .woocommerce-product-gallery,
.single-product .product_images,
.single-product .images-wrapper {
    position: relative;
}

@media (max-width: 1024px) {
    .nsbpe-notice {
        max-width: 100%;
        padding: 12px 14px;
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .nsbpe-notice {
        gap: 10px;
        padding: 11px 12px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 1.35;
    }

    .nsbpe-notice__icon {
        font-size: 14px;
    }

    .single-product .product .nsbpe-badge--single.oxx-badge-coming-soon {
        top: 10px;
        left: 10px;
    }
}
