/* Catalog Filters */
    .t-store__parts-switch-btn.t-active {
        color: #FF5033 !important;
        text-decoration: underline;
        opacity: 1 !important;
    }
    .t951 .t-store__filter__chosen-bar{
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.1) !important;
    }
    .t-store__filter__range_bg{
        background-color: #F6E8CE;
    }
    .t-store__filter__price-outer{
        background-color: #F6E8CE;
    }
    .t-store__filter__btn, .t-store__filter__input{
        border-bottom: 1px solid #F6E8CE;
        background: transparent;
        border-left: none;
        border-right: none;
        border-top: none;
        border-radius: 0 !important;
        color: #F6E8CE;
    }
    .t-store__search-icon{
        border-left: 0;
    }
    .t-store__search-icon path{
        fill: #F6E8CE;
    }
    .t-store__search-close-icon path{
        fill: #FF5033;
    }
    .t-store__sort-select{
        border: none;
        background-color: #2b2b2b;
        color: #F6E8CE;
        padding: 8px 30px 8px 20px;
    }
    .t-store__sort-select-wrapper:after{
        border-color: #F6E8CE transparent transparent;
    }
    .t-store__parts-switch-wrapper{
        border-bottom: 1px solid #F6E8CE;
        padding-bottom: 20px;
    }
    
    /* Product Popup Styles */
    .t-typography__characteristics.js-store-prod-charcs, .js-store-prod-dimensions.t-typography__characteristics, .js-store-prod-weight.t-typography__characteristics{
        color: #FF5033;
        font-weight: bold;
    }
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple{
        background-color: transparent !important;
    }
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active{
        border: 1px solid #FF5033 !important;
    }
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active span{
        color: #FF5033;
    }
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple{
        border: 1px solid #F6E8CE;
        background-color: transparent;
    }
    
    /* Cart Setup */
    .t706__sidebar{
        background-color: rgba(0, 0, 0, .5);
        backdrop-filter: blur(10px);
        color: #F6E8CE !important;
    }
    .t706__sidebar-content{
        background-color: #151515 !important;
    }
    .t706__sidebar-prodamount-wrap{
        color: #FF5033 !important;
    }
    .t706__product-title{
        color: #F6E8CE !important;
    }
    .t706__product-title__option{
        color: #F6E8CE !important;
    }
    .t706__product-amount, .t706__product-amount--portion{
        color: #F6E8CE !important;
    }
    .t706__product-quantity{
        color: #F6E8CE !important;
    }
    .t706__cartpage{
        background-color: #151515 !important;
    }
    .t706__cartpage-top{
        background-color: #151515 !important;
    }
    .t706__cartpage .t-btn, .t706__sidebar .t-btn{
        background-color: #FF5033 !important;
    }
    .t706__auth{
        background-color: #000000 !important;
    }
    .t706__product-title{
        overflow-x: hidden;
        width: 100%;
    }
    .t706__cartpage-totals{
        background: #FF5033 !important;
    }
    .tlk-userbar{
        display: none;
    }