<script>
$( document ).ready(function() {
$('#rec565120350').addClass('custCard');
var urlprodimg=0;var Ncolor=0;Scolor=0;
//Присваиваем классы нашим элементам
$('a[href = "#percost"]').addClass('percost');
$('a[href="#sendtocart"]').addClass('sendtocart')
$('.sizeicon:first .tn-atom').addClass('activesize');
$('.t744 .t-slds__bgimg').each(function( index, element ) {
$(this).attr('src', $(this).attr('data-original')); });
var btnCaption=$('.sendtocart').text();
setTimeout(function() { changeSldPh(); }, 2000);
$( ".sizeicon .tn-atom" ).click(function(e) {e.preventDefault();
$( ".sizeicon .tn-atom " ).removeClass('activesize');
$(this).addClass('activesize');
});
//При клике на нашу кнопку
$('a[href="#sendtocart"]').click(function(event) {
event.preventDefault();
//Присваиваем значения из калькулятора для блока ST200
$('.t744 select:eq(0) option:selected').val($('.activesize').text());//размер
setTimeout(function() { $(".t744__btn")[0].click(); }, 100); return false;
});
});
</script>
<style>
/*Стиль для иконки*/
.hovercolor , .sizeicon{
cursor: pointer;
transition: .3s linear;
}
.activecolor{
transform: scale(1.4);
}
.activesize{
font-weight: 800 !important;
}
.percost{pointer-events:none}
div[data-record-type="744"]{ display:none;}
.t706__product-imgdiv {
background-repeat: no-repeat;
background-size: contain !important;
background-color: #ffffff !important;
}
.tn-atom.activesize {
background-color: #000 !important;
color: #fff !important;
}
.blksenddtn{
opacity:0.5;
pointer-events:none;
}
.prodimg{
transition: all 0.9s ease;
}
.notshow{
transform: scale(0) rotate(0deg);
}
.show{
transform: scale(1) rotate(1440deg);
}
</style>