.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    background-color: #fafafa;
    border: none !important;  
    outline: 1px solid #121212;
}   

   
   .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    margin-bottom: 7px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    min-height: 44px;
    background-color: #fafafa;
    border: none !important;  
    outline: 1px solid #c1c1c1;
    border-radius: 0px;
}

.t-store .t-product__option {
    margin-top: 25px;
}

.t-col {
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 40px;
    width: 100%;
}




.t-descr {
    font-size: 12px;
}

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

.t-name_md {
    font-size: 14px;
}



.t-store__prod-popup__price-wrapper {
    margin-top: -16px;
}

.js-product-edition-option-name {
    display:none;
}



.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    border: none !important;  
    outline: 1px solid #FAFAFA;
    border-radius: 0px;
}
    
    .t760 .t-product__option {
    margin-top: 32px;
    margin-bottom: 16px;
}

.t760__btn-wrapper {
    margin-top: 16px;
    margin-bottom: 0;
}
.t760__descr {
    margin-top: 16px;
}

ul.t-slds__bullet_wrapper, .t-slds__bullet_wrapper {
    padding: 0px 0 0;
}

@media screen and (max-width: 960px) {
    .t762__info {
        padding: 30px 24px 24px;
        min-height: auto !important;
    }
}


@media screen and (max-width: 960px) {
    .t762__container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    .t762__container:not(.t762__container_indent) .t762__info {
        padding: 30px 24px;
    }
}


  /* — Товар добавлен в корзину — */
  .t706__bubble.t706__bubble_visible {
    background-color: #121212 !important;
    color:            #ffffff !important;
    filter:           none      !important;
  }
  .t706__bubble.t706__bubble_visible * {
    color:         #ffffff !important;
    fill:          #ffffff !important;
    border-color:  #ffffff !important;
    outline-color: #ffffff !important;
    text-shadow:   none     !important;
  }

  /* — Добавлено в избранное — */
  .t1002__bubble.t1002__bubble_visible {
    background-color: #121212 !important;
    color:            #ffffff !important;
    filter:           none       !important;
  }
  .t1002__bubble.t1002__bubble_visible * {
    color:         #ffffff !important;
    fill:          #ffffff !important;
    border-color:  #ffffff !important;
    outline-color: #ffffff !important;
    text-shadow:   none       !important;
  }
