.new_arrivals_title {
    font-weight: 700;
    size: 24px;
    color: var(--neutral800);
    line-height: 29.05px;
}

.sold-item {
    max-width: 296px !important;
}

.sold-item-card {
    max-width: inherit;
}

.sold-item-img {
    width: 144px;
    height: 144px;
}

.btn-sold-item {
    background-color: var(--primary100);
    border-radius: 6px;
}