/* Chỉ áp dụng cho 2 sản phẩm cụ thể */
body.postid-337 .notice-inner span,
body.postid-112 .notice-inner span {
    visibility: hidden;
    position: relative;
    display: block;
}

body.postid-337 .notice-inner span::after,
body.postid-112 .notice-inner span::after {
    content: "Estimated Delivery: 10-15 Business Days";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    font-width: 700 !important;
    font: inherit;
    color: inherit;
    text-transform: inherit;
    white-space: normal;
    line-height: inherit;
}