.t-store__parts-switch-btn {
    /* Базовые стили кнопки */
    color: white; /* Цвет текста */
    padding: 10px 20px; /* Внутренние отступы */
    border: none; /* Убираем границу */
    cursor: pointer; /* Указатель курсора */
    background-color: initial; /* Начальный цвет фона */
}

.uc-new-catalog .t-store__parts-switch-btn:hover {
    background: linear-gradient(to bottom, #000000, #0000FF);
}

.uc-new-catalog .t-active {
    background: linear-gradient(to bottom, #000000, #0000FF);
}

.uc-new-catalog .t-store__parts-switch-btn.t-active {
    opacity: 1 !important;
}

.t-slds__bullet_body {
    border-radius: 0;
    transform: rotate(45deg);
}

.t982__imgwrapper img {
  transition: filter 0.3s ease;
}

.t982__imgwrapper img:hover {
  filter: saturate(1.5); /* Увеличивает насыщенность до 150% при наведении */
}

/* Убираем цены */
.t-store__card__price { display: none; }
.t706__cartwin-prodamount-wrap { display: none !important; }
.t-store__prod-popup__price-wrapper { 
  display: none !important; 
}
.t706__cartwin-prodamount-wrap { 
  display: none !important;
}
.t706__cartwin-prodamount-price, 
.t706__cartwin-prodamount-currency {
  display: none !important;
}
.t-store__card__price_old {
  display: none !important;
}
