.js-store-prod-all-charcs a{
    border-radius:33px;
    padding:6px 15px;
    border:1px solid #2c2c2f;
    color:#2c2c2f !important;
    transition:0.2s;
    font-size:12px;
}
.js-store-prod-all-charcs a:hover{
    background:#2c2c2f;
    color:#FFFFFF !important;
}

@media screen and (min-width: 1px) {
    ::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none;
    }
}



    .t-checkbox__indicator{
        border: 1px solid #ffffff;
        border-radius: 10px;
        vertical-align: text-bottom;
        height: 15px;
        width: 15px;
        margin-right: 6px;
        opacity: 0%;
    }



    .t-checkbox__indicator:after{
        background:#2c2c2f;
        left: 5px;
        top: 3px;
        width: 2px;
        height: 5px;
    }

    .t450__list_item:nth-child(9) a{
        background-image: linear-gradient(135deg, rgba(46,88,255,1) 0%, rgba(240,22,240,1) 83%);
        -webkit-background-clip: text !important;
        color: transparent !important;
        font-weight:bold !important;
    }
    .t450__list_item:nth-child(8):has(.t-active){
        -webkit-background-clip: text !important;
        color: transparent !important;
        /*opacity:0.6;*/
    }
    
        .t450__list_item:nth-child(10) a{
        background-image: linear-gradient(135deg, rgba(57,75,85,1) 0%, rgba(114,132,139,1) 42%);
        -webkit-background-clip: text !important;
        color: transparent !important;
        font-weight:bold !important;
    }
    
    a[href="#"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.6; /* можно изменить для стилизации */
}