.product__price {
    .price {
        width:fit-content;
    }
    .badges {
        display:inline-block;
    }
    .no-js-hidden {
        gap:10px;
        display:flex;
        align-items:center;
    }
}