');
document.write('');
if (appimageswitcher == 1 && productimageswitcher == 1) {
/*************** Prestige Theme ************/
var isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
var flag = '';
var flkty;
if ($('.Product__Slideshow .previous').length == 1) {
} else {
flag = 1;
}
setTimeout(function () {
window.scrollTo(0, 0);
jQuery(window).on("orientationchange", function (event) {
if (is_iPad || getiPadModel()) {
location.reload();
}
});
jQuery(document).on("click", ".single-option-selector", function (e) {
cleverMapper();
});
jQuery(document).on("click", ".Popover__Value", function (e) {
cleverMapper();
});
// previous
$('.Product__SlideshowMobileNav .Product__SlideshowNavArrow--previous').on('click', function () {
flkty.previous();
});
// next
$('.Product__Gallery .Product__SlideshowMobileNav .Product__SlideshowNavArrow--next').click(function () {
flkty.next();
});
if (isMobile || is_iPad) {
jQuery(document).on("click", ".Product__SlideshowNavImage", function (e) {
var index = 0;
if (jQuery('.Product__Slideshow') == undefined) {
return false;
}
var jQuerycarousel = jQuery('.Product__Slideshow').flickity();
jQuerycarousel.flickity('select', index);
jQuery('.flickity-page-dots').find('.is-selected').removeClass('is-selected');
jQuery(this).addClass('is-selected');
});
} else {
jQuery(document).on("click", ".Product__SlideshowNavImage", function (e) {
var index = jQuery(this).index();
//if(jQuery('.Product__Slideshow') == undefined){
if (jQuery('.Product__Slideshow').find('.flickity-slider').length == 0) {
return false;
}
var jQuerycarousel = jQuery('.Product__Slideshow').flickity();
jQuerycarousel.flickity('select', index);
jQuery('.Product__SlideshowNavScroller').find('.is-selected').removeClass('is-selected');
jQuery(this).addClass('is-selected');
});
}
jQuery(window).scroll(function () {
var imagesize = jQuery('.Product__SlideItem').height();
var scrollDistance = jQuery(window).scrollTop();
var bottom = jQuery('.Product__Gallery').position().top + jQuery('.Product__Gallery').outerHeight(true);
var diff = bottom - scrollDistance;
jQuery('.Product__Slideshow .Product__SlideItem').each(function (i) {
var currLink = jQuery(this);
if ((currLink.position().top) <= scrollDistance) {
jQuery(".Product__SlideshowNavScroller").find('.is-selected').removeClass('is-selected');
jQuery(".Product__SlideshowNavDot").find('.is-selected').removeClass('is-selected');
if (jQuery('.Product__SlideshowNavImage').length == 0) {
jQuery(".Product__SlideshowNavDot:eq(" + i + ")").addClass('is-selected');
} else if ($('.Product__Slideshow').hasClass('flickity-enabled')) {
//************ when scroller is thumbnail
var $carousel = $('.Product__Slideshow').flickity();
var flkty = $carousel.data('flickity');
var j = flkty.selectedIndex;
jQuery(".Product__SlideshowNavImage:eq(" + j + ")").addClass('is-selected');
} else {
//************ when scroller is thumbnail
jQuery(".Product__SlideshowNavImage:eq(" + i + ")").addClass('is-selected');
}
if ($('.Product__SlideshowNav--dots a').children().length == 0) {
jQuery(".Product__SlideshowNavDot:eq(" + i + ")").addClass('is-selected');
}
}
});
});
if (jQuery('.Product__Slideshow').find('.flickity-slider').length == 0) {
var slideimages = jQuery('.Product__Slideshow').children().clone();
}
var flickimages = jQuery('.Product__Slideshow').children().clone();
if (jQuery('.Product__Slideshow').find('.flickity-slider').length == 0) {
// ******* when there is dots for stack desktop view
// console.log('test1');
var sliderdots = jQuery('.Product__SlideshowNavScroller a').clone();
} else if ((jQuery('.Product__SlideshowNavScroller span').length != 0) || (jQuery('.Product__SlideshowNav--thumbnails').length == 0) || (jQuery('.Product__Slideshow').find('.flickity-slider').length != 0)) {
// console.log('test2');
var sliderdots = jQuery('.Product__SlideshowNavScroller span').clone();
var flickimages = jQuery('.flickity-slider').html();
} else {
// console.log('test3');
var sliderdots = jQuery('.Product__SlideshowNavScroller a').clone();
}
// *************** when there is thumbnail in place of dots for stack desktop view
if (jQuery('.Product__SlideshowNavImage').length != 0) {
// console.log('test4');
var sliderdots = jQuery('.Product__SlideshowNavScroller .Product__SlideshowNavImage').clone();
}
if (getiPadModel()) {
if ($('.Product__SlideshowNav--dots a').children().length == 0) {
var sliderdots = jQuery('.Product__SlideshowNavScroller').children().clone();
}
}
var isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
var is_iPad = navigator.userAgent.match(/iPad/i) != null;
if ((is_iPad) && jQuery('.Product__Slideshow').find('.flickity-slider').length != 0) {
var slideimages = jQuery('.flickity-slider').html();
}
var gallery = '';
jQuery(document).on("click", ".pswp__button--next", function (e) {
gallery.next();
selectedindex = gallery.getCurrentIndex();
//totalslides = gallery.options.getNumItemsFn();
totalslides = $('.Product__Slideshow .Product__SlideItem').length;
if (selectedindex == 0) {
$('.pswp__button--prev').hide();
} else {
$('.pswp__button--prev').show();
}
if (selectedindex == (totalslides - 1)) {
$('.pswp__button--next').hide();
} else {
$('.pswp__button--next').show();
}
});
jQuery(document).on("click", ".pswp__button--prev", function (e) {
//console.log('clicked');
gallery.prev();
selectedindex = gallery.getCurrentIndex();
//totalslides = gallery.options.getNumItemsFn();
totalslides = $('.Product__Slideshow .Product__SlideItem').length;
if (selectedindex == 0) {
$('.pswp__button--prev').hide();
} else {
$('.pswp__button--prev').show();
}
if (selectedindex == (totalslides - 1)) {
$('.pswp__button--next').hide();
} else {
$('.pswp__button--next').show();
}
});
jQuery(document).on("click", '.Product__SlideItem, [data-action="open-product-zoom"]:eq(0)', function (event) {
if ($(this).find('video').length > 0 || $(this).find('.ModelWrapper').length > 0) {
return false;
}
event.preventDefault();
jQuery('.pswp').remove();
var slideitem = $(this);
jQuery('
').insertAfter('section.Product');
var pswpElement = document.querySelectorAll('.pswp')[0];
var srcArr = [];
var itemsrcArr = [];
jQuery('.Product__Slideshow .Product__SlideItem img').each(function (i) {
srcval = jQuery(this).data('original-src');
if (srcval != undefined) {
srcval = srcval.replace('.jpg', '_' + $(this).attr('data-max-width') + 'x' + $(this).attr('data-max-height') + '.jpg')
srcArr.push(srcval);
}
});
//console.log(srcArr);
$('.Product__SlideItem img').each(function (i, obj) {
width = $(this).attr('data-max-width');
height = $(this).attr('data-max-height');
var t = parseInt(width, 10),
n = parseInt(height, 10),
i = 1800,
s = 1;
s = t >= n ? Math.max(t / i, 1) : Math.max(n / i, 1);
var r = Math.floor(t / s),
l = Math.floor(n / s);
jQuery(srcArr).each(function (i, obj) {
itemsrcArr.push({ src: srcArr[i], w: t, h: n, initialZoomLevel: zoom, });
});
});
var items = itemsrcArr;
if (isMobile) {
// var instance = jQuery('.Product__Slideshow').data('flickity');
// instance
var swipeindex = flkty.selectedIndex;
} else {
swipeindex = $(slideitem).index();
}
if ($(window).width() > 768 && $(window).width() <= 1024) {
swipeindex = $(slideitem).index();
}
// console.log(swipeindex);
var options = {
allowPanToNext: !1,
captionEl: false,
//closeEl:false,
shareEl: false,
arrowEl: false,
counterEl: false,
closeOnScroll: true,
//history: !1,
index: swipeindex,
pinchToClose: true,
preloaderEl: false,
showHideOpacity: !0,
showAnimationDuration: 10,
loop: !1,
closeOnVerticalDrag: !1,
scaleMode: "zoom",
getDoubleTapZoom: function (e, t) {
return e ? 1.6 : t.initialZoomLevel < .7 ? 1 : 1.33
},
getThumbBoundsFn: (function (index) {
var thumbnail = document.querySelectorAll('.Product__SlideItem')[index].getElementsByTagName('img')[0],
pageYScroll = window.pageYOffset || document.documentElement.scrollTop,
rect = thumbnail.getBoundingClientRect();
return { x: rect.left, y: rect.top + pageYScroll, w: rect.width };
}).bind(this)
};
options.mainClass = 'pswp--minimal--dark';
options.barsSize = { top: 0, bottom: 0 };
options.tapToClose = true;
options.tapToToggleControls = false;
gallery = new PhotoSwipe(pswpElement, PhotoSwipeUI_Default, items, options);
gallery.listen('gettingData', function (index, items) {
if (items.w < 1 || items.h < 1) {
var img = new Image();
img.onload = function () {
// console.log(this.width)
items.w = this.width; // set image width
items.h = this.height; // set image height
gallery.invalidateCurrItems(); // reinit Items
gallery.updateSize(true); // reinit Items
}
img.src = items.src; // let's download image
}
});
gallery.listen('preventDragEvent', function (e, isDown, preventObj) {
preventObj.prevent = false;
});
gallery.init();
selectedindex = gallery.getCurrentIndex();
//totalslides = gallery.options.getNumItemsFn();
totalslides = $('.Product__Slideshow .Product__SlideItem').length;
// console.log('total slide '+totalslides);
if (selectedindex == 0) {
$('.pswp__button--prev').hide();
} else {
$('.pswp__button--prev').show();
}
if (selectedindex == (totalslides - 1)) {
$('.pswp__button--next').hide();
} else {
$('.pswp__button--next').show();
}
});
var initval = '';
for (var i = 0; i < 4; i++) {
setTimeout(function () {
if (initval == 'set') {
return false;
}
cleverMapper();
}, i * 1000);
}
$(document).on("change", ".ProductForm__Option:eq(" + cleveroptionindex + ")", function () {
cleverMapper();
});
function cleverMapper() {
if (jQuery('.Product__Slideshow').find('.flickity-slider').length != 0) {
flkty = new Flickity('.Product__Slideshow');
flkty.destroy();
// jQuery('.Product__Slideshow').flickity('destroy');
jQuery('.Product__Slideshow').html(flickimages);
}
if (getiPadModel()) {
if ($('.Product__SlideshowNav--dots a').children().length == 0) {
jQuery('.Product__Slideshow').html(slideimages);
jQuery('.Product__SlideshowNav--dots .Product__SlideshowNavScroller').html(sliderdots);
}
}
// ************ when thumbnails are visible along with flickity slider
if ((jQuery('.Product__SlideshowNavScroller span').length != 0)) {
//var jQuerycarousel = jQuery('.Product__Slideshow').flickity();
//jQuerycarousel.flickity('destroy');
flkty = new Flickity('.Product__Slideshow');
flkty.destroy();
jQuery('.Product__Slideshow').html(flickimages);
jQuery('.Product__SlideshowNavScroller').html(sliderdots);
}
// ********** when there is no thumbnail and only slider in both desktop and mobile
if ((jQuery('.Product__SlideshowNav--thumbnails').length == 0) && jQuery('.Product__Slideshow').find('.flickity-slider').length != 0) {
// console.log('test1')
//var jQuerycarousel = jQuery('.Product__Slideshow').flickity();
//jQuerycarousel.flickity('destroy');
flkty = new Flickity('.Product__Slideshow');
flkty.destroy();
jQuery('.Product__Slideshow').html(flickimages);
// ********** when there is dots in desktop view without slider
} else if ((!isMobile) && (jQuery('.Product__SlideshowNavScroller a').length != 0)) {
if (jQuery('.Product__Slideshow').find('.flickity-slider').length != 0) {
//var jQuerycarousel = jQuery('.Product__Slideshow').flickity();
//jQuerycarousel.flickity('destroy');
flkty = new Flickity('.Product__Slideshow');
flkty.destroy();
}
// console.log('test2')
jQuery('.Product__Slideshow').html(slideimages);
jQuery('.Product__SlideshowNavScroller').html(sliderdots);
//
} else if ((!isMobile) && (jQuery('.Product__SlideshowNavScroller span').length == 0)) {
// console.log('test3')
jQuery('.Product__Slideshow').html(slideimages);
jQuery('.Product__SlideshowNavScroller').html(sliderdots);
}
if ($('.Product__SlideshowNav--thumbnails img').length > 0) {
var thumb = $('.Product__SlideshowNav--thumbnails').children().clone();
}
var found = 0;
var fvalue = [];
var foptionMap = [];
var nvalue = [];
var noptionMap = [];
var available = false;
var optionMap = [];
setTimeout(function () {
$("input[name='name1']:checked").each(function (key) {
optionMap[key] = $("input[name='name1']:checked").val().replace(/[^a-z0-9\s]/gi, '').replace(/[_\s]/g, '');
});
if (optionMap.length == 0) {
$(".ProductForm__Option li input:checked").each(function (key) {
optionMap[key] = $(this).val().replace(/[^a-z0-9\s]/gi, '').replace(/[_\s]/g, '');
});
}
if (optionMap.length == 0) {
$(".single-option-selector").each(function (key) {
optionMap[key] = $(this).val();
});
}
if (optionMap.length == 0) {
$(".ProductForm__SelectedValue").each(function (key) {
// var words = $(this).text().split(' ');
// var CapitalizedWords = [];
// words.forEach(element => {
// CapitalizedWords.push(element[0].toUpperCase() + element.slice(1, element.length));
// });
// CapitalizedWords = CapitalizedWords.join('');
// console.log(CapitalizedWords);
optionMap[key] = $(this).text().replace(/[^a-z0-9\s]/gi, '').replace(/[_\s]/g, '');
});
}
var variantimagesArray = [];
var variantimagesArrayref = [];
if (cleverimages[optionMap[cleveroptionindex]] != undefined) {
while (variantimagesArray.length > 0) {
variantimagesArray.pop();
}
variantimagesArrayref = cleverimages[optionMap[cleveroptionindex]];
} else if (cleverimages[optionMap[0]] != undefined) {
while (variantimagesArray.length > 0) {
variantimagesArray.pop();
}
variantimagesArrayref = cleverimages[optionMap[0]];
}
variantimagesArray = jQuery.merge(jQuery.merge([], variantimagesArrayref), cleverimages['CleverCommon']);
var newimagejson = [];
$(imagesjson).each(function (i, obj) {
newimg = imagesjson[i].split('?v');
newimagejson.push(newimg[0]);
});
$('.Product__Slideshow .Product__SlideItem').each(function (i, obj) {
currentimage = $(this).find('img').attr('data-original-src');
if (currentimage != undefined) {
currentimage = currentimage.split('?v');
newcurrentimage = currentimage[0];
currentimageindex = $.inArray(newcurrentimage, newimagejson);
imageid = cleverproductimages[currentimageindex]['id'];
imageid = imageid.toString();
if ($.inArray(imageid, variantimagesArray) !== -1) {
} else {
$(this).remove();
}
}
});
if ($('.Product__SlideshowNav--thumbnails img').length > 0) {
$('.Product__SlideshowNav--thumbnails').html(thumb);
$('.Product__SlideshowNav--thumbnails img').each(function (i, obj) {
var imgsrc = $(this).attr('src').replace('_160x', '');
currentimage = imgsrc.split('?v');
newcurrentimage = currentimage[0];
currentimageindex = $.inArray(newcurrentimage, newimagejson);
if (currentimageindex != -1) {
imageid = cleverproductimages[currentimageindex]['id'];
imageid = imageid.toString();
if ($.inArray(imageid, variantimagesArray) !== -1) {
} else {
$(this).parent().remove();
}
}
});
}
$('.Product__SlideItem').each(function (i, obj) {
if ($(this).find('video').length > 0) {
var videoclone = $(this).find('video').clone();
$(this).find('.VideoWrapper').children().remove();
$(this).find('.VideoWrapper').html(videoclone);
}
if ($(this).find('.ModelWrapper').length > 0) {
var modaltagclone = $(this).find('model-viewer').clone();
$(this).find('.ModelWrapper').children().remove();
$(this).find('.ModelWrapper').html(modaltagclone);
}
});
if ($('.Product__SlideItem').find('.ModelWrapper').length > 0) {
this.modelElement = document.querySelector("model-viewer"), this.modelUi = new window.Shopify.ModelViewerUI(this.modelElement)
}
if ($('.Product__SlideItem').find('video').length > 0) {
this.player = new Shopify.Plyr($("video"), {
controls: ["play", "progress", "mute", "volume", "play-large", "fullscreen"],
loop: {
active: this.enableVideoLooping
},
hideControlsOnPause: !0,
clickToPlay: !0,
iconUrl: "//cdn.shopify.com/shopifycloud/shopify-plyr/v1.0/shopify-plyr.svg",
tooltips: {
controls: !1,
seek: !0
}
}), this.player.on("play", function () {
e.element.dispatchEvent(new CustomEvent("video:played", {
bubbles: !0
}))
}), this.player.on("pause", function () {
e.element.dispatchEvent(new CustomEvent("video:paused", {
bubbles: !0
}))
})
}
if (getiPadModel()) {
$('.Product__SlideshowMobileNav.hidden-desk').css("display", "none");
$('.Product__SlideshowNav:eq(1) .Product__SlideshowNavDot').remove();
dotbutton = '';
if (variantimagesArray.length > 0) {
$(variantimagesArray).each(function (i, obj) {
currimageid = variantimagesArray[i];
// console.log(currimageid);
if (currimageid != 0) {
dotbutton += '
';
}
});
$('.Product__SlideshowNav:eq(1) .Product__SlideshowNavScroller').append(dotbutton);
}
$('.Product__SlideshowNavScroller a:first').addClass('is-selected');
}
if (!isMobile) {
if (jQuery('.Product__SlideshowNavDot').length == 0) {
if (jQuery('.Product__SlideshowNavScroller span').length == 0) {
jQuery('.Product__SlideshowNavScroller a').each(function (i, obj) {
imageidVal = jQuery(this).find('img').attr('src').replace('_160x', '');
currentimage = imageidVal.split('?v');
newcurrentimage = currentimage[0];
currentimageindex = $.inArray(newcurrentimage, newimagejson);
imageid = cleverproductimages[currentimageindex]['id'];
imageid = imageid.toString();
if (jQuery.inArray(imageid, variantimagesArray) !== -1) {
} else {
jQuery(this).remove();
}
});
jQuery('.Product__SlideshowNavScroller a:first').addClass('is-selected');
} else {
jQuery('.Product__SlideshowNavScroller span').each(function (i, obj) {
imageidVal = jQuery(this).data('image-id');
if (imageidVal != undefined) {
imageidVal = imageidVal.toString();
if (jQuery.inArray(imageidVal, variantimagesArray) !== -1) {
} else {
jQuery(this).remove();
}
}
});
jQuery('.Product__SlideshowNavScroller a:first').addClass('is-selected');
}
} else {
jQuery('.Product__SlideshowNavDot').each(function (i, obj) {
imageidVal = jQuery(this).attr('href');
imageidVal = imageidVal.replace("#Image", "");
imageidVal = imageidVal.toString();
if (jQuery.inArray(imageidVal, variantimagesArray) !== -1) {
} else {
jQuery(this).remove();
}
});
$('.Product__SlideshowNavScroller a:first').addClass('is-selected');
}
}
if (isMobile && !getiPadModel()) {
$('.Product__SlideshowMobileNav.hidden-desk').css("display", "none");
// jQuery('.Product__SlideshowNav--dots a:first').addClass('is-selected');
}
// console.log('lazyload');
setTimeout(function () {
// console.log('lazyload');
jQuery('.Product__Slideshow').find('img:first').removeClass('Image--lazyLoading');
jQuery('.Product__Slideshow').find('img:first').addClass('Image--lazyLoaded');
jQuery('.Product__SlideItem').find('.Image--lazyLoading').removeClass('Image--lazyLoading').addClass('Image--lazyLoaded');
//jQuery('.Product__Slideshow').find('img:first').addClass('Image--lazyLoaded');
}, 1000);
// ******* Either in mobile view
//********* Thumbnails with slider
//********** slider without thumbnails
if (isMobile || (jQuery('.Product__SlideshowNavScroller span:not(".Product__SlideshowNavBadge")').length != 0) || (jQuery('.Product__SlideshowNav--thumbnails').length == 0) || (jQuery('.Product__Slideshow')[1] && jQuery('.Product__Slideshow')[1].hasAttribute("data-flickity-config"))) {
var flickoptions = jQuery('.Product__Slideshow').data('flickity-config');
// if(!getiPadModel()){
if (flickoptions != undefined) {
flkty = new Flickity('.Product__Slideshow', flickoptions);
if (flag == 1) {
$('.Product__Slideshow .previous,.Product__Slideshow .next').hide();
$('.flickity-page-dots:first').hide();
}
if ($('.Product__SlideshowMobileNav').length > 0) {
// $('.Product__SlideshowMobileNav').hide();
$('.Product__SlideshowMobileNav .flickity-page-dots').empty();
var htmlDots = '';
$('.flickity-page-dots:first').children().each((index) => {
htmlDots += '
';
});
$('.Product__SlideshowMobileNav .flickity-page-dots').html(htmlDots);
// elements
var $cellButtonGroup = $('.flickity-page-dots');
var $cellButtons = $cellButtonGroup.find('.button');
// update selected cellButtons
flkty.on('select.flickity', function () {
$cellButtons.filter('.is-selected')
.removeClass('is-selected');
$cellButtons.eq(flkty.selectedIndex)
.addClass('is-selected');
});
// update buttons on select
flkty.on('select', function () {
var previousSelectedButton = $(".flickity-page-dots button.is-selected"); // $cellButtonGroup.querySelector('.is-selected');
var selectedButton = $(".flickity-page-dots button:eq(" + flkty.selectedIndex + ")");
previousSelectedButton.removeClass('is-selected');
selectedButton.addClass('is-selected');
});
// cell select
$('.flickity-page-dots button').on('click', function (event) {
var index = $(this).index();
flkty.select(index);
});
}
} else {
flkty = new Flickity('.Product__Slideshow');
}
// }
flkty.select(0);
$('.Product__SlideItem img').each(function (i, obj) {
var imagesrc = $(this).attr('data-original-src');
$(this).attr('srcset', imagesrc);
});
}
if (jQuery('.Product__SlideshowNavImage').length != 0) {
setTimeout(function () {
jQuery('.Product__SlideshowNavScroller').find('.is-selected').removeClass('is-selected');
jQuery('.Product__SlideshowNavImage:first').addClass('is-selected');
}, 1000);
setTimeout(function () {
jQuery('.Product__SlideshowNavScroller').find('.is-selected').removeClass('is-selected');
jQuery('.Product__SlideshowNavImage:first').addClass('is-selected');
}, 2500);
}
$('.Product__SlideshowNavScroller').css({ 'opacity': 1 });
setTimeout(function () {
if (isMobile || is_iPad) {
$(".flickity-page-dots li:first").trigger('click');
} else {
$(".Product__SlideshowNavScroller img:first").trigger('click');
}
}, 500);
// return false;
}, 500);
initval = 'set';
}
function getiPadModel() {
// Create a canvas element which can be used to retreive information about the GPU.
var canvas = document.createElement("canvas");
if (canvas) {
var context = canvas.getContext("webgl") || canvas.getContext("experimental-webgl");
if (context) {
var info = context.getExtension("WEBGL_debug_renderer_info");
if (info) {
var renderer = context.getParameter(info.UNMASKED_RENDERER_WEBGL);
}
}
}
if (window.screen.height / window.screen.width == 1024 / 768) {
// iPad, iPad 2, iPad Mini
if (window.devicePixelRatio == 1) {
switch (renderer) {
default:
return true;
case "PowerVR SGX 535":
return true;
case "PowerVR SGX 543":
return true;
}
// iPad 3, 4, 5, Mini 2, Mini 3, Mini 4, Air, Air 2
} else {
switch (renderer) {
default:
return true;
case "PowerVR SGX 543":
return true;
case "PowerVR SGX 554":
return true;
case "Apple A7 GPU":
return true;
case "Apple A8X GPU":
return true;
case "Apple A8 GPU":
return true;
case "Apple A9 GPU":
return true;
}
}
// iPad Pro 10.5
} else if (window.screen.height / window.screen.width == 1112 / 834) {
return true;
// iPad Pro 12.9, Pro 12.9 (2nd Gen)
} else if (window.screen.height / window.screen.width == 1366 / 1024) {
switch (renderer) {
default:
return true;
case "Apple A10X GPU":
return true;
case "Apple A9 GPU":
return true;
}
} else {
return false;
}
}
}, 300);
}
});
Skip to content
Choose options
Close
Go to item 1
Go to item 2
Go to item 3
Go to item 4
Go to item 5
Go to item 6
Go to item 7
Go to item 8
Go to item 9
Go to item 10
Go to item 11
Go to item 12
Go to item 13
Go to item 14
Go to item 15
Go to item 16
Go to item 17
Go to item 18
Go to item 19
Back Robe Dress
Sale price 345 kr
Regular price 690 kr