
.uc-basket [class*='icon'] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px 30px !important;
}

.uc-basket [class*='icon'] img,
.uc-basket [class*='icon'] svg {
    display: none !important;
}

.uc-basket [class*='counter'],
.uc-basket [class*='count'] {
    background-image: none !important;
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .uc-basket [class*='icon'] {
        background-size: 28px 28px !important; /* Чуть меньше на маленьких экранах */
    }
}
