.xyproductstock__wrapper {
    margin-top: 1rem;
    padding: 0.25rem 0.5rem;
    width: fit-content;
    border-radius: 4px;
}

.xyproductstock__wrapper p{
    display: flex;
    align-items: center;
    color: #263340;
    font-size: 1rem;
    font-weight: 700;
}

.xyproductstock__sticker {
    display: inline-block;
    background-color: #CF9E2A;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}