.products-grid {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.products-item__tag {
    top: 8px;
    left: 8px;
}

.products-item__tag-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    padding: 4px 8px;
    margin-bottom: 4px;
}

.wrap-pagen {
    margin-top: 50px;
}

.current-price {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .products-item__tag-box {
        font-size: 12px;
        padding: 5px 10px;
        margin-bottom: 6px;
    }
}

@media (min-width: 992px) {
    .products-item__tag-box {
        font-size: 13px;
        padding: 6px 12px;
        margin-bottom: 8px;
    }
}