.time-based-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.t396__cart {
    display: none !important;
}

/* Стили для кастомной корзины */
.custom-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.custom-cart-count {
    display: none; /* По умолчанию скрываем количество */
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 14px;
}

.custom-cart-total {
    font-size: 14px;
    color: #000;
}