.product-info__notice {
    display: inline-flex; 
    align-items: center; 
    gap: 6px; 
    font-size: 14px; 
}

.notice__text {
    color: #008A00;
    font-weight: 600;

    strong {
        color: #e60012;
    }
}