.t663 {
    background-size: contain !important;
}

.t706__close {
    outline: none;
    display: none;
}

.t706__cartwin-content {
    background-color: black;
    border-left: 1px solid white;
    margin-top: 0px !important;
    margin-left: auto !important;
    margin: 0;
    max-width: 30%;
    min-height: 100%;
    padding-block: 20px;
    padding-inline: 70px;
}

@media (max-width: 1199px) and (min-width: 960px) {
    .t706__cartwin-content {
        max-width: 50%;
         padding-inline: 30px;
    }
}
    
    @media (max-width: 959px) and (min-width: 640px) {
    .t706__cartwin-content {
        max-width: 50%;
         padding-inline: 20px;
    }
    }
    
       @media (max-width: 639px) and (min-width: 480px) {
    .t706__cartwin-content {
        max-width: 80%;
         padding-inline: 15px;
    }
    }
    
       @media (max-width: 479px) and (min-width: 320px) {
    .t706__cartwin-content {
        max-width: 80%;
         padding-inline: 15px;
    }
    }
    
    @media screen and (max-width: 560px) {
    .t706 .t706__close {
        display: none;
    }
    }

.t706__cartwin-heading {
    color: red;
}

.t706__cartpage-products_empty {
    color: #fff;
}

.t-descr {
    color: red;
}



.t-input-phonemask__wrap {
    color: #fff;
    border: 1px solid #fff;
}

.t-name_xl {
    font-size: 16px;
}

.t-name {
    font-family: 'InstrumentSans', Arial, sans-serif;
    font-weight: 400;
    color: #fff;
}

.t706__product-title {
      font-weight: 400;
}


.t-form__errorbox-wrapper {
    background: black;
 
}

.js-errorbox-all {
  display: none !important;
}

/* Принудительное включение прокрутки */
.t706__cartwin-content {
    overflow-y: auto !important;
    max-height: 80vh; /* или любое значение, чтобы появился скролл */
    scrollbar-width: thin !important;
    scrollbar-color: #ffffff #000000 !important;
}

/* WebKit (Chrome, Safari, Edge) */
.t706__cartwin-content::-webkit-scrollbar {
    width: 6px !important;
}
.t706__cartwin-content::-webkit-scrollbar-track {
    background: #000000 !important;
}
.t706__cartwin-content::-webkit-scrollbar-thumb {
    background: #ffffff !important;
    border-radius: 3px !important;
}
.t706__cartwin-content::-webkit-scrollbar-thumb:hover {
    background: #cccccc !important;
}