/*убираем материал*/
.t-store .t-store__card.t-align_center .t-product__option ~ .t-product__option {
	display : none;
	}

/*убираем артикул*/
.t-store__card__sku {
	display : none;
	}
	
/*название материалл метал и тп*/
.js-product-edition-option-name.t-product__option-title.t-descr.t-descr_xxs{
	display : none;
	}
.t-body.t-body_popupshowed .js-product-edition-option-name.t-product__option-title.t-descr.t-descr_xxs{
	display : block;
	}
	
/*уменьшаем размер кружков*/
.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
	width: 13px;
	height: 13px;
	}
.t-body.t-body_popupshowed .js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
	width: 26px;
	height: 26px;
	}
	
/*говлиты*/
.t-product__option-variants.t-product__option-variants_custom.t-product__option-variants_buttons.t-product__option-variants_simple {
	display: none;
	}
.t-body.t-body_popupshowed .t-product__option-variants.t-product__option-variants_custom.t-product__option-variants_buttons.t-product__option-variants_simple {
	display: flex;
	}
	
/*кружки в вам может понравиться*/
.t-body.t-body_popupshowed .js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
  width: 13px;
  height: 13px;
}
	
	/*обработка карточки товара при отсутствии остатков*/
/*вернем активность кнопке при отсутствии товара на складе*/
/*[data-product-inv="0"] .t-store__prod-popup__btn_disabled td,*/
/*[data-product-inv="0"] .t-store__prod-popup__btn_disabled {*/
/*    opacity: 1 ;*/
/*}*/

/*[data-product-inv="0"] .t-store__prod-popup__btn_disabled {*/
/*    pointer-events: auto ;*/
/*}*/

/*заменим кнопку*/
/*[data-product-inv="0"] .t-store__prod-popup__btn{*/
/*    position: relative;*/
/*}*/

/*[data-product-inv="0"] .t-store__prod-popup__btn::before{*/
/*    content: 'Предзаказ';*/
/*    display: block;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    color: #ffffff;*/
/*    background-color: transparent;*/
/*    vertical-align: bottom;*/
/*    margin-top: 9px;*/
/*}*/
/*покажем попап*/
#rec610719138,
#rec610719225 {
    z-index: 33333333;
    position: relative;
}

/*намек о подарке*/
.t-store__prod-popup__links-wrapper:not([data-product-inv="0"] .t-store__prod-popup__links-wrapper){
    position: relative;
}
.t-store__prod-popup__btn-wrapper:not([data-product-inv="0"] .t-store__prod-popup__btn-wrapper){
    margin-bottom: 60px !important;
}
.t-store__prod-popup__links-wrapper:not([data-product-inv="0"] .t-store__prod-popup__links-wrapper)::before{
    content: 'Намекнуть о подарке';
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 0;
    border: 1px solid;
    color: #000000;
    border-radius: 5px;
    padding: 10px 74px;
    font-family: 'manrope',Arial,sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.t-store__prod-popup__btn-wrapper {
  margin-top: 10px !important;
}



@media screen and (min-width:375px) {
    .t-store__prod-popup__links-wrapper:not([data-product-inv="0"] .t-store__prod-popup__links-wrapper)::before{
        padding: 11px 67px;
    }
}
@media screen and (min-width:390px) {
    .t-store__prod-popup__links-wrapper:not([data-product-inv="0"] .t-store__prod-popup__links-wrapper)::before{
        padding: 11px 74px;
    }
}
@media screen and (min-width:414px) {
    .t-store__prod-popup__links-wrapper:not([data-product-inv="0"] .t-store__prod-popup__links-wrapper)::before{
        padding: 11px 86px;
    }
}


@media screen and (min-width:490px) {
    .t-store__prod-popup__btn-wrapper {
  margin-top: 20px !important;
}
    .t-store__prod-popup__btn-wrapper:not([data-product-inv="0"] .t-store__prod-popup__btn-wrapper){
        margin-bottom: 60px !important;
    }
    
    /************************************************** ПОЗИЦИОНИРОВАНИЕ КНОПКИ **********************************************************************/
    .t-store__prod-popup__links-wrapper:not([data-product-inv="0"] .t-store__prod-popup__links-wrapper)::before{
        top: 10px;
        left: 209px;
        padding: 12px 26px;
    }
    /************************************************************************************************************************************/
    .t-store__prod-popup__info .t1002__addBtn:not([data-product-inv="0"] .t-store__prod-popup__info .t1002__addBtn){
        position: relative;
        left: 209px;
    }
}
.t-store__prod-popup__links-wrapper:not([data-product-inv="0"] .t-store__prod-popup__links-wrapper):hover {
  cursor: pointer;
}
	#rec826983836{
	    display:none;
	}
