.product-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.product-icons__li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 80px;
}

.product-icons__icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-icons__label {
    margin: 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
    color: #333;
}
