Store
ec.storefront.staticPages.staticStorefrontEnabled = true; ec.storefront.staticPages.staticContainerID = 'static-ec-store'; ec.storefront.staticPages.dynamicContainerID = 'dynamic-ec-store'; ec.storefront.staticPages.autoSwitchStaticToDynamicWhenReady = true;
window.ec = window.ec || {}; if (window.ec.static_category_evaluated === true) { return; } window.ec.static_category_evaluated = true;
var Grid = function() { var params = { productListImageSize : "SMALL", categoryImageSize : "SMALL", productCellSpacing : "", categoryCellSpacing : "" }; var settings = { productBreakpoints: { LARGE : [0, 680, 1060, 1440, 10000], MEDIUM : [0, 260, 680, 1060, 1370, 1700, 10000], SMALL : [0, 260, 520, 680, 870, 1060, 1280, 1450, 1750, 10000] }, categoryBreakpoints: { LARGE : [0, 680, 1060, 1440, 10000], MEDIUM : [0, 480, 680, 1060, 1370, 1700, 10000], SMALL : [0, 390, 520, 680, 870, 1060, 1280, 1450, 1750, 10000] } };
function setAttributes(grids, breakpoints) { if (!grids) { return; } grids.forEach(function (grid) { var w = grid.offsetWidth; var columnCount = 0; for (var i = 1; i ' + css + '
'; }
function init() { setCellInterval(params.productCellSpacing, params.categoryCellSpacing); checkLayout(); window.addEventListener('resize', function() { checkLayout(); }); }
init(); };
var ecwidContainer = document.querySelector('.ec-static-container .ec-size'); var breakpoints = { 320: 'ec-size--xxs', 414: 'ec-size--xs', 480: 'ec-size--s', 768: 'ec-size--m', 1024: 'ec-size--l', 1100: 'ec-size--xl', 1440: 'ec-size--xxl' };
function onResize() { var w = ecwidContainer.offsetWidth; for (var i in breakpoints) { if (w >= i) { ecwidContainer.classList.add(breakpoints[i]); } else { ecwidContainer.classList.remove(breakpoints[i]); } } } onResize(); window.addEventListener('load', onResize); window.addEventListener('resize', onResize);
var links = document.querySelectorAll(".ec-static-container a"); for (var i = 0; i