0
0
Корзина
Ваша корзина пуста!
Это никогда не поздно исправить :)

Джинси Edwin International 403 Basic Men's Regular Straight Jeans indigo blue

Джинси Edwin International 403 Basic Men's Regular Straight Jeans  indigo blue
Джинси Edwin International 403 Basic Men's Regular Straight Jeans  indigo blue
Джинси Edwin International 403 Basic Men's Regular Straight Jeans  indigo blue
Джинси Edwin International 403 Basic Men's Regular Straight Jeans  indigo blue
В наличии
Код: 403 indigo blue
Производитель: Edwin
5970 грн.

Описание Джинси Edwin International 403 Basic Men's Regular Straight Jeans indigo blue


Японские джинсы  Edwin International 403 Basic Men's Regular Straight Jeans  indigo blue
Самые популярные зауженные джинсы
Сидят ниже талии
Узкие по всей ноге
Синий цвет
100% cotton
Плотность ткани 12,5oz
Сделано в Японии.


Размеры W28L34 – W36L34 можно привезти под заказ. Доставка 2-3 недели, 50% предоплата.


Внимание! Нужно мерить джинсы, не себя! 

`; } else if (videoFormat === 'local' && videoLink) { videoEmbed = ``; } if (videoEmbed) { videoWrapper.innerHTML = videoEmbed; } } } }); galleryMain.on('slideChangeTransitionStart', function() { var currentSlide = galleryMain.slides[galleryMain.activeIndex]; var videoLinkElement = currentSlide.querySelector('.video-link'); if (videoLinkElement) { var videoFormat = videoLinkElement.dataset.videoFormat; if(videoFormat){ $('.image-block .general-image').addClass('hide-sticker'); } } }); galleryMain.on('slideChangeTransitionEnd', function() { var currentSlide = galleryMain.slides[galleryMain.activeIndex]; var videoLinkElement = currentSlide.querySelector('.video-link'); if (videoLinkElement) { var videoFormat = videoLinkElement.dataset.videoFormat; if(!videoFormat){ $('.image-block .general-image').removeClass('hide-sticker'); } } }); galleryMain.on('slideChangeTransitionEnd', function() { if (galleryThumbs.activeIndex !== galleryMain.realIndex) { galleryThumbs.slideTo(galleryMain.realIndex); } }); galleryThumbs.on('transitionEnd', function() { if (galleryMain.realIndex !== galleryMain.realIndex) { galleryMain.slideTo(galleryMain.realIndex); } }); }); $(document).on('click', '.thumbnails #image-box .slider-main-img', function(e) { e.preventDefault(); var $links = $('.thumbnails .general-image .slider-main-img .item span'); var opennumimage = galleryMain.activeIndex; $.fancybox.open($links.map(function() { var href = $(this).attr('data-src'); var opts = { caption: $(this).attr('title') || '' }; if (href.indexOf('youtube.com') !== -1 || href.indexOf('youtu.be') !== -1) { opts.type = 'iframe'; opts.iframe = { preload: false, }; opts.src = href.replace("watch?v=", "embed/") + "?autoplay=1"; opts.thumb = $(this).data('thumb'); } else if (href.match(/\.(mp4|webm|ogg)$/)) { opts.type = 'video'; opts.thumb = $(this).data('thumb'); } else { opts.type = 'image'; opts.thumb = $(this).find('img').attr('src'); } return { src: opts.src || href, opts: opts }; }).get(), { loop: true, hideScrollbar: false, idleTime: false, buttons: [ 'zoom', 'slideShow', 'fullScreen', 'thumbs', 'close', ], helpers: { media: {} }, beforeShow: function(instance, current) { if (current.type === 'video') { current.thumb = ''; } } }, opennumimage); }); function optionimage(image, image_zoom, image_thumb) { var $mainNew = $('#image-box .option-image-new span.thumbnail'); var $thumbNew = $('.image-additional .option-image-new span.thumbnail'); var isNewExists = $('.option-image-new').length > 0; var slideIndex; if (isNewExists) { $mainNew.replaceWith(''); $thumbNew.replaceWith(''); $('.swiper-slide').each(function(i){ if ($(this).hasClass('option-image-new')) { slideIndex = i; return false; } }); } else { slideIndex = galleryMain.slides.length; galleryMain.appendSlide('

'); if (typeof galleryThumbs !== 'undefined') { galleryThumbs.appendSlide('
'); galleryThumbs.update(); } galleryMain.update(); } setTimeout(function () { galleryMain.slideTo(slideIndex); }, 200); } if ($(window).width() < 768) { $(document).on('click','#product .image-radio .image-option [data-toggle="tooltip"]', function(){ var toolTipId = $(this).attr('aria-describedby'); $('.tooltip').not('#'+ toolTipId).tooltip('hide'); var $element_tooltip_mob = $(this); $element_tooltip_mob.tooltip({ placement: 'top', trigger: 'click' , container: 'body'}); $element_tooltip_mob.tooltip('show'); }); } $('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){ $.ajax({ url: 'index.php?route=product/product/getRecurringDescription', type: 'post', data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'), dataType: 'json', beforeSend: function() { $('#recurring-description').html(''); }, success: function(json) { $('.alert, .text-danger').remove(); if (json['success']) { $('#recurring-description').html(json['success']); } } }); }); var chmAddCartPpTimeout_id = 0; $('#button-cart').on('click', function() { $.ajax({ url: 'index.php?route=checkout/cart/add', type: 'post', data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'), dataType: 'json', beforeSend: function() { clearTimeout(chmAddCartPpTimeout_id); $('#button-cart').find('.up-icon-cart').addClass('d-none'); $('#button-cart').prepend(''); }, complete: function() { setTimeout(function () { $('#button-cart').find('.up-spinner').remove(); $('#button-cart').find('.up-icon-cart').removeClass('d-none'); }, 300); }, success: function(json) { $('.alert, .text-danger').remove(); $('.form-group').removeClass('has-error'); $('.form-group').removeClass('option-error'); if (json['error']) { if (json['error']['option']) { for (i in json['error']['option']) { var element = $('#input-option' + i.replace('_', '-')); if (element.parent().hasClass('input-group')) { element.parent().parent().addClass('option-error'); } else { element.parent().addClass('option-error'); } $('html, body').animate({ scrollTop: $('.options').offset().top - 150}, 250); $('#top').before('
success-icon
' + json['error']['option'][i] + '
'); } chmAddCartPpTimeout_id = setTimeout(function () { $('.option-danger, .alert, .text-danger').remove(); }, 7000); } if (json['error']['gift']) { $('#top').before('
success-icon
' + json['error']['gift'] + '
'); } if (json['error']['recurring']) { $('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
'); } // Highlight any found errors $('.text-danger').parent().addClass('has-error'); } if (json['success']) { if(json['popup_design']=='1'){ setTimeout(function () { fastorder_open_cart(); }, 300); } else if(json['popup_design']=='0') { html = ''; $('body').append(html); $('#modal-addcart').modal('show'); } else if(json['popup_design'] == '2') { $('#top').before('
success-icon
' + json['success'] + '
'); } chmAddCartPpTimeout_id = setTimeout(function () { $('.option-danger, .alert, .text-danger,.add_product_alert').remove(); }, 7000); setTimeout(function () { $('.cart-total').html(json['total']); }, 100); $('.shopping-cart .cart-content').load('index.php?route=common/cart/info .cart-content > *'); setTimeout(function () { changeAddToCartBtn(); if(json['popup_design'] == '3'){ $('.shopping-cart > button').trigger('click'); } }, 300); } $('#modal-addcart').on('hide.bs.modal', function (e) { $('#modal-addcart').remove(); }); } }); }); $('#review').delegate('.pagination a', 'click', function(e) { e.preventDefault(); $('#review').fadeOut('slow'); $('#review').load(this.href); $('#review').fadeIn('slow'); $('html, body').animate({ scrollTop: $('.ch-product-reviews').offset().top - 50}, 250); }); let chmReviewTimeout_id = 0; $('#button-review').on('click', function() { $.ajax({ url: 'index.php?route=product/product/write&product_id=1998', type: 'post', dataType: 'json', data: $("#form-review").serialize(), beforeSend: function() { $('#button-review').button('loading'); clearTimeout(chmReviewTimeout_id); }, complete: function() { $('#button-review').button('reset'); }, success: function(json) { $('.alert-success, .alert.ch-alert-danger').remove(); if (json['error']) { $('body').append('
success-icon
' + json['error'] + '
'); } chmReviewTimeout_id = setTimeout(function () { $('.ch-alert-danger').remove(); }, 7000); if (json['success']) { $('#form-review input[name=\'name\']').val(''); $('#form-review textarea[name=\'plus\']').val(''); $('#form-review textarea[name=\'minus\']').val(''); $('#form-review textarea[name=\'text\']').val(''); $('#form-review input[name=\'rating\']:checked').prop('checked', false); $('#form-review .label-star-prod').removeClass('checked'); $('#ch-modal-review').modal('hide'); html = ''; $('body').append(html); setTimeout(function () { $('#modal-review-success').modal('show'); }, 500); } } }); }); var url = document.location.toString(); if (url.match('#tab-review')) { $('a[href=\'#tab-review\']').trigger('click'); } function tabsActiveLine(){ setTimeout(function () { $('.my-tabs li.active').removeClass('before-load'); var $activeTab = $('.tabs__header__scroll .my-tabs li.active'); $('.tabs__active_line').css({ 'width': $activeTab.outerWidth(), 'left': $activeTab.offset().left - $('.tabs__header__scroll > .my-tabs').offset().left }); }, 100); } function scrollToActiveTab($tab) { tabsActiveLine(); let width_block = $('.tabs__header__scroll').width(); let li_width = $tab.outerWidth(); let li_left = $tab.parent().offset().left - $('.tabs__header__scroll > .my-tabs').offset().left; let goLeft = li_left - (width_block / 2) + (li_width / 2); if(goLeft > 0){ $('.tabs__header__scroll').animate({scrollLeft: goLeft}, 100); } else { $('.tabs__header__scroll').animate({scrollLeft: 0}, 100); } } var manualTabChange = false; $(document).on('click', '.tabs__header__scroll .my-tabs li a', function() { manualTabChange = true; scrollToActiveTab($(this)); var selector = $(this).attr('href'); var top_tab = 0; if ($(window).width() > 992) { if ($('.fix-header').length == 1) { top_tab += $('.fix-header').outerHeight(); } if ($('#content .tabs__header.tabs_top').length) { top_tab += $('#content .tabs__header').outerHeight(); } } else { top_tab += 100; } $('html, body').animate({scrollTop: $(selector).offset().top - top_tab - 18}, 0, function() { setTimeout(function() { manualTabChange = false; }, 100); }); }); function goTab(selector){ $('a[href=' + selector + ']').trigger('click'); } function observeTabVisibility() { var activeTabId = null, tabsContainer = $(".tabs__header__scroll .nav-tabs.my-tabs"), tabs = tabsContainer.find("li:not(.tabs__active_line)"), header = $(".fix-header"), headerHeight = header.outerHeight() || 0; var tabContents = $(".tab-pane, #product"); function setActiveTab(tabId) { activeTabId = tabId; $(".tabs__header__scroll .nav-tabs.my-tabs li").removeClass("active"); $(".tabs__header__scroll .nav-tabs.my-tabs").find(`li a[href="#${tabId}"]`).parent().addClass("active"); scrollToActiveTab($(".nav-tabs.my-tabs li.active a")); tabsActiveLine(); } function isTabActive(tabId) { return activeTabId === tabId; } function checkVisibility() { if (manualTabChange) return; var scrollPosition = $(window).scrollTop(); tabContents.each(function () { var $this = $(this); var tabId = $this.attr('id'); var tabPosition = $this.offset().top; var thresholdOffset = $(window).width() > 768 ? headerHeight + 90 : 130; var threshold = tabPosition - thresholdOffset; if (threshold <= scrollPosition && threshold + $this.height() + 70 > scrollPosition && !isTabActive(tabId)) { setActiveTab(tabId); } }); } $(window).on('scroll', function () { checkVisibility(); }); checkVisibility(); } $(document).ready(function() { tabsActiveLine(); observeTabVisibility(); });
icon_viber icon_teleg icon_callback icon_email icon_whatsapp