Speedfly
Trouvez le fichier similaire dans votre thème et remplacez le par le code proposé ici !
MAJ 2-10 – bugfix
Bundle Quantité – Bug au niveau du calcul des prix
Rendez-vous dans Boutique en ligne – Actions – Modifier le code – Assets – theme.js.liquid
Remplacez le code du fichier par le contenu du fichier suivant : Lien vers le fichier
Marche à suivre: ctrl +A -> ctrl + C -> ctrl + V pour coller et remplacer le contenu du theme.js.liquid par le code du nouveau fichier
Bundle Quantité – sélection x2 ne s’ouvre pas
Rendez-vous dans Boutique en ligne – Actions – Modifier le code – Snippets – special-offer-qty-script.liquid
Remplacez le code du fichier:
[pastacode lang=”markup” manual=”%7B%25%20if%20settings.special_offer_v1%20%25%7D%0A%0A%3Cdiv%20id%3D%22so-cont-variants%22%20%7B%25%20unless%20product.variants.size%20%3E%201%20%25%7D%20style%3D%22display%3Anone%3B%22%7B%25%20endunless%20%25%7D%3E%0A%20%20%3Cdiv%20id%3D%22so-qty-variant2-wrapper%22%20%3E%0A%20%20%20%20%3Clabel%20class%3D%22so-qty-label2%22%3E%7B%7B%20’general.special_offer.variant_choice_1’%20%7C%20t%20%7D%7D%3C%2Flabel%3E%20%20%20%20%0A%20%20%20%20%3Cselect%20id%3D%22so-qty-variant2%22%3E%0A%20%20%20%20%20%20%7B%25%20for%20variant%20in%20product.variants%20%25%7D%0A%20%20%20%20%20%20%7B%25%20if%20variant.available%20%25%7D%0A%20%20%20%20%20%20%3Coption%20data-price%3D%22%7B%7B%20variant.price%20%7C%20money_without_currency%20%7C%20replace%3A%20%22%2C%22%2C%22.%22%20%7D%7D%22%20%7B%25%20if%20variant%20%3D%3D%20product.selected_or_first_available_variant%20%25%7D%20selected%3D%22selected%22%20%7B%25%20endif%20%25%7D%20data-sku%3D%22%7B%7B%20variant.sku%20%7D%7D%22%20value%3D%22%7B%7B%20variant.id%20%7D%7D%22%3E%7B%7B%20variant.title%20%7D%7D%3C%2Foption%3E%0A%20%20%20%20%20%20%7B%25%20else%20%25%7D%0A%20%20%20%20%20%20%3Coption%20disabled%3D%22disabled%22%3E%0A%20%20%20%20%20%20%20%20%7B%7B%20variant.title%20%7D%7D%20-%20%7B%7B%20’products.product.sold_out’%20%7C%20t%20%7D%7D%0A%20%20%20%20%20%20%3C%2Foption%3E%0A%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%7B%25%20endfor%20%25%7D%0A%20%20%20%20%3C%2Fselect%3E%0A%20%20%3C%2Fdiv%3E%0A%20%20%3Cdiv%20id%3D%22so-qty-variant3-wrapper%22%3E%0A%20%20%20%20%3Clabel%20class%3D%22so-qty-label3%22%3E%7B%7B%20’general.special_offer.variant_choice_2’%20%7C%20t%20%7D%7D%3C%2Flabel%3E%0A%20%20%20%20%3Cselect%20id%3D%22so-qty-variant3%22%3E%0A%20%20%20%20%20%20%7B%25%20for%20variant%20in%20product.variants%20%25%7D%0A%20%20%20%20%20%20%7B%25%20if%20variant.available%20%25%7D%0A%20%20%20%20%20%20%3Coption%20data-price%3D%22%7B%7B%20variant.price%20%7C%20money_without_currency%20%7C%20replace%3A%20%22%2C%22%2C%22.%22%20%7D%7D%22%20%7B%25%20if%20variant%20%3D%3D%20product.selected_or_first_available_variant%20%25%7D%20selected%3D%22selected%22%20%7B%25%20endif%20%25%7D%20data-sku%3D%22%7B%7B%20variant.sku%20%7D%7D%22%20value%3D%22%7B%7B%20variant.id%20%7D%7D%22%3E%7B%7B%20variant.title%20%7D%7D%3C%2Foption%3E%0A%20%20%20%20%20%20%7B%25%20else%20%25%7D%0A%20%20%20%20%20%20%3Coption%20disabled%3D%22disabled%22%3E%0A%20%20%20%20%20%20%20%20%7B%7B%20variant.title%20%7D%7D%20-%20%7B%7B%20’products.product.sold_out’%20%7C%20t%20%7D%7D%0A%20%20%20%20%20%20%3C%2Foption%3E%0A%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%7B%25%20endfor%20%25%7D%0A%20%20%20%20%3C%2Fselect%3E%0A%20%20%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%0A%3Cscript%3E%0A%20%20document.addEventListener(%22DOMContentLoaded%22%2C%20function(event)%20%7B%20%0A%20%20%20%20%2F%2F%20generic%0A%20%20%20%20const%20delay1%20%3D%20%221000%22%3B%0A%20%20%20%20const%20delay2%20%3D%20%22500%22%3B%0A%20%20%20%20const%20delay3%20%3D%20%221000%22%3B%0A%20%20%20%20%7B%25%20if%20section.settings.product_show_saved_amount%20%25%7D%0A%20%20%20%20const%20SavedAmountVisibility%20%3D%20document.querySelectorAll(‘body%20.product-meta%20.show-saved-amount-true’)%3B%0A%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%7B%25%20if%20settings.special_offer_choice%20%3D%3D%20%221%22%20%25%7D%0A%20%20%20%20const%20discount1%20%3D%20document.getElementById(‘special-offer-v1’).getAttribute(‘data-discount1-title’)%3B%0A%20%20%20%20const%20discount2%20%3D%20document.getElementById(‘special-offer-v1’).getAttribute(‘data-discount2-title’)%3B%0A%09%7B%25%20endif%20%25%7D%0A%20%20%20%20%0A%20%20%20%20document.querySelector(%22.add-to-cart-bundle%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%7B%25%20if%20settings.special_offer_choice%20%3D%3D%20%221%22%20%25%7D%0A%20%20%20%20document.querySelector(%22.so-price-save1%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20document.querySelector(%22.so-price-save2%22).style.display%20%3D%20%22none%22%3B%0A%0A%20%20%20%20%2F%2Ffunctions%20%0A%20%20%20%20%2F%2F%20add%20items%20%0A%20%20%20%20function%20add2Item(value)%20%7B%0A%20%20%20%20%20%20jQuery.ajax(%7B%0A%20%20%20%20%20%20%20%20type%3A%20’POST’%2C%0A%20%20%20%20%20%20%20%20url%3A%20’%2Fcart%2Fadd.js’%2C%0A%20%20%20%20%20%20%20%20data%3A%20%7B%0A%20%20%20%20%20%20%20%20%20%20id%3A%20value%2C%0A%20%20%20%20%20%20%20%20%20%20quantity%3A%201%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%7D%2C%20%0A%20%20%20%20%20%20%20%20dataType%3A%20’json’%2C%0A%20%20%20%20%20%20%20%20success%3A%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%24(%22.add-to-cart-first%22).trigger(%22click%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20if%20settings.special_offer_choice%20%3D%3D%20%221%22%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20setTimeout(function()%7B%20window.location.href%20%3D%20’%2Fcheckout%3Fdiscount%3D’%2Bdiscount1%7D%2C%20300)%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%7D%0A%20%20%20%20function%20add3Item(value1%2C%20value2)%20%7B%0A%20%20%20%20%20%20setTimeout(function()%7B%20%20%0A%20%20%20%20%20%20%20%20jQuery.ajax(%7B%0A%20%20%20%20%20%20%20%20%20%20type%3A%20’POST’%2C%0A%20%20%20%20%20%20%20%20%20%20url%3A%20’%2Fcart%2Fadd.js’%2C%0A%20%20%20%20%20%20%20%20%20%20data%3A%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20id%3A%20value1%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20quantity%3A%201%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%20%0A%20%20%20%20%20%20%20%20%20%20dataType%3A%20’json’%2C%0A%20%20%20%20%20%20%20%20%20%20success%3A%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%24(%22.add-to-cart%22).trigger(%22click%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%7D%2C%20delay2)%3B%0A%20%20%20%20%20%20setTimeout(function()%7B%20%20%0A%20%20%20%20%20%20%20%20jQuery.ajax(%7B%0A%20%20%20%20%20%20%20%20%20%20type%3A%20’POST’%2C%0A%20%20%20%20%20%20%20%20%20%20url%3A%20’%2Fcart%2Fadd.js’%2C%0A%20%20%20%20%20%20%20%20%20%20data%3A%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20id%3A%20value2%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20quantity%3A%201%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%20%0A%20%20%20%20%20%20%20%20%20%20dataType%3A%20’json’%2C%0A%20%20%20%20%20%20%20%20%20%20success%3A%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24(%22.add-to-cart-first%22).trigger(%22click%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20if%20settings.special_offer_choice%20%3D%3D%20%221%22%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20setTimeout(function()%7B%20window.location.href%20%3D%20’%2Fcheckout%3Fdiscount%3D’%2Bdiscount2%7D%2C%20300)%0A%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%7D%2C%20delay3)%3B%0A%20%20%20%20%7D%0A%20%20%20%20%2F%2F%20special%20offer%20system%0A%20%20%20%20function%20addVariantsByQty()%20%7B%20%0A%20%20%20%20%20%20let%20nbProducts%20%3D%201%3B%20%0A%0A%20%20%20%20%20%20function%20detachDom(id)%20%7B%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20var%20variantsWrapper%20%3D%20%24(‘%23so-cont-variants’)%3B%0A%20%20%20%20%20%20%20%20variantsWrapper.detach()%3B%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20variantsWrapper.appendTo(‘.so-variants-choice’%2Bid)%3B%0A%20%20%20%20%20%20%7D%20%20%20%20%20%20%0A%0A%20%20%20%20%20%20%24(%22%23offer1%22).on(%22click%22%2C%20function(event)%7B%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20nbProducts%20%3D%201%3B%0A%20%20%20%20%20%20%20%20%7B%25%20if%20section.settings.product_show_saved_amount%20%25%7D%0A%20%20%20%20%20%20%20%20if(SavedAmountVisibility.length%20!%3D%3D%200)%20%7B%0A%20%20%20%20%20%20%20%20SavedAmountVisibility%5B0%5D.style.setProperty(%22display%22%2C%20%22table-cell%22%2C%20%22important%22)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%7B%25%20if%20settings.special_offer_choice%20%3D%3D%20%221%22%20%25%7D%0A%20%20%20%20%20%20%20%20document.querySelector(%22.so-price-save1%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20document.querySelector(%22.so-price-save2%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant2-wrapper%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant3-wrapper%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart-bundle%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%24(%22%23offer2%22).on(%22click%22%2C%20function(event)%7B%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20nbProducts%20%3D%202%3B%0A%20%20%20%20%20%20%20%20%7B%25%20if%20section.settings.product_show_saved_amount%20%25%7D%0A%20%20%20%20%20%20%20%20if(SavedAmountVisibility.length%20!%3D%3D%200)%20%7B%0A%20%20%20%20%20%20%20%20SavedAmountVisibility%5B0%5D.style.setProperty(%22display%22%2C%20%22table-cell%22%2C%20%22important%22)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%7B%25%20if%20settings.special_offer_choice%20%3D%3D%20%221%22%20%25%7D%0A%20%20%20%20%20%20%20%20%7B%25%20if%20section.settings.product_show_saved_amount%20%25%7D%0A%20%20%20%20%20%20%20%20if(SavedAmountVisibility.length%20!%3D%3D%200)%20%7B%0A%20%20%20%20%20%20%20%20SavedAmountVisibility%5B0%5D.style.setProperty(%22display%22%2C%20%22none%22%2C%20%22important%22)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20document.querySelector(%22.so-price-save1%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20document.querySelector(%22.so-price-save2%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant2-wrapper%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant3-wrapper%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart-bundle%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20detachDom(2)%3B%0A%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%24(%22%23offer3%22).on(%22click%22%2C%20function(event)%7B%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20nbProducts%20%3D%203%3B%20%0A%20%20%20%20%20%20%20%20%7B%25%20if%20section.settings.product_show_saved_amount%20%25%7D%0A%20%20%20%20%20%20%20%20if(SavedAmountVisibility.length%20!%3D%3D%200)%20%7B%0A%20%20%20%20%20%20%20%20SavedAmountVisibility%5B0%5D.style.setProperty(%22display%22%2C%20%22none%22%2C%20%22important%22)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%7B%25%20if%20settings.special_offer_choice%20%3D%3D%20%221%22%20%25%7D%0A%20%20%20%20%20%20%20%20document.querySelector(%22.so-price-save1%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20document.querySelector(%22.so-price-save2%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant2-wrapper%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant3-wrapper%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart-bundle%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20detachDom(3)%3B%20%0A%20%20%20%20%20%20%7D)%3B%20%0A%20%20%20%20%20%20const%20btnHeight%20%3D%20%24(%22.add-to-cart-bundle%22).height()%20%2B%206%3B%0A%20%20%20%20%20%20%2F%2F%20add%20to%20cart%20bundle%0A%20%20%20%20%20%20%24(%22.add-to-cart-bundle%22).on(%22click%22%2C%20function(event)%7B%0A%20%20%20%20%20%20%20%20event.preventDefault()%3B%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%7B%25%20if%20settings.special_offer_choice%20%3D%3D%20%221%22%20%25%7D%0A%20%20%20%20%20%20%20%20%24(‘%23ajaxifyModal’).remove()%3B%0A%20%20%20%20%20%20%20%20%24(this).addClass(‘is-added-hide’)%3B%0A%20%20%20%20%20%20%20%20%24(this).html(‘%3Csvg%20style%3D%22height%3A’%2BbtnHeight%2B’px%3Bdisplay%3Ablock%3Bmargin%3A-3px%20auto%3B%22%20version%3D%221.1%22%20id%3D%22L9%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%200%200%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M73%2C50c0-12.7-10.3-23-23-23S27%2C37.3%2C27%2C50%20M30.9%2C50c0-10.5%2C8.5-19.1%2C19.1-19.1S69.1%2C39.5%2C69.1%2C50%22%3E%20%3CanimateTransform%20attributeName%3D%22transform%22%20attributeType%3D%22XML%22%20type%3D%22rotate%22%20dur%3D%221s%22%20from%3D%220%2050%2050%22%20to%3D%22360%2050%2050%22%20repeatCount%3D%22indefinite%22%20%2F%3E%20%3C%2Fpath%3E%20%3C%2Fsvg%3E’)%3B%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20const%20valueQty2%20%3D%20document.getElementById(%22so-qty-variant2%22).value%3B%0A%20%20%20%20%20%20%20%20const%20valueQty3%20%3D%20document.getElementById(%22so-qty-variant3%22).value%3B%0A%20%20%20%20%20%20%20%20%2F%2F%20check%20number%20of%20products%0A%20%20%20%20%20%20%20%20let%20nbProducts%20%3D%201%3B%0A%20%20%20%20%20%20%20%20if%20(document.body.classList.contains(‘offer-qty-2’))%7B%0A%20%20%20%20%20%20%20%20%20%20nbProducts%20%3D%202%3B%0A%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20else%20if%20(document.body.classList.contains(‘offer-qty-3’))%7B%0A%20%20%20%20%20%20%20%20%20%20nbProducts%20%3D%203%3B%0A%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20nbProducts%20%3D%201%3B%0A%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%7D%20%0A%20%20%20%20%20%20%20%20%2F%2F%20add%20second%20variant%20%2B%20principal%20product%0A%20%20%20%20%20%20%20%20if(nbProducts%20%3D%3D%202)%20%7B%0A%20%20%20%20%20%20%20%20%20%20setTimeout(function()%7B%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20add2Item(valueQty2)%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%20delay1)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%2F%2F%20add%20third%20variant%20%2B%20principal%20product%0A%20%20%20%20%20%20%20%20if(nbProducts%20%3D%3D%203)%20%7B%0A%20%20%20%20%20%20%20%20%20%20setTimeout(function()%7B%20%0A%20%20%20%20%20%20%20%20%20%20%20%20add3Item(valueQty2%2CvalueQty3)%3B%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%20delay1)%3B%0A%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%7D%0A%20%20%20%20%2F%2F%20call%20function%0A%20%20%20%20addVariantsByQty()%3B%0A%20%20%7D)%3B%0A%0A%3C%2Fscript%3E%20%0A%0A%7B%25%20endif%20%25%7D” message=”” highlight=”” provider=”manual”/]
Menu – Mobile – le menu ne s’ouvre pas
Rendez-vous dans Boutique en ligne – Actions – Modifier le code – Assets – theme.scss.liquid
Remplacez le code du fichier par le contenu du fichier suivant : Lien vers le fichier
Marche à suivre: ctrl +A -> ctrl + C -> ctrl + V pour coller et remplacer le contenu du theme.scss.liquid par le code du nouveau fichier
MAJ 2-09 – bugfix
Bug de l’image qui n’apparait pas sur les fiches produits
Rendez-vous dans Boutique en ligne – Actions – Modifier le code – Assets – theme.js.liquid
Remplacez le code du fichier:
[pastacode lang=”javascript” manual=”var%20slideActif%20%3D%20%24(%22.flexslider-thumbnails%22).find(%22%5Bdata-variant-id%3D’%22%20%2B%20newImg.variant_ids%5B0%5D%20%2B%20%22’%5D%22)%3B%20%0Avar%20slideActif2%20%3D%20%24(%22.flexslider-thumbnails%22).find(%22%5Bdata-variant-id%3D’%22%20%2B%20newImg.variant_ids%5B0%5D%20%2B%20%22’%5D%22).attr(‘data-position2’)%3B%20%0A%24(‘.flexslider-product’).flexslider(slideActif2%20-%201)%3B” message=”” highlight=”” provider=”manual”/]
Par le code suivant
[pastacode lang=”javascript” manual=”const%20nbVariantsIdsForSlide%20%3D%2010%3B%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20for(i%3D0%3B%20i%20%3C%20nbVariantsIdsForSlide%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20let%20slideActif%20%3D%20%24(%22.flexslider-thumbnails%22).find(%22%5Bdata-variant-id%3D’%22%20%2B%20newImg.variant_ids%5Bi%5D%20%2B%20%22’%5D%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if(slideActif.length%20%3D%3D%201)%20%7B%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20let%20slideActifSelected%20%3D%20slideActif.attr(‘data-position2’)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20if(slideActifSelected%20!%3D%3D%20undefined)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24(‘.flexslider-product’).flexslider(slideActifSelected%20-%201)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24(‘.flexslider-product’).flexslider(0)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7D” message=”” highlight=”” provider=”manual”/]
Système pack variantes sur la quantité – Bug sur les prix après sélection
Rendez-vous dans Boutique en ligne – Actions – Modifier le code – Snippets – special-offer-qty-script.liquid.
Remplacez le contenu du fichier par le code ci-dessous:
[pastacode lang=”markup” manual=”%7B%25%20if%20settings.special_offer_v1%20%25%7D%0A%0A%3Cdiv%20id%3D%22so-cont-variants%22%20%7B%25%20unless%20product.variants.size%20%3E%201%20%25%7D%20style%3D%22display%3Anone%3B%22%7B%25%20endunless%20%25%7D%3E%0A%20%20%3Cdiv%20id%3D%22so-qty-variant2-wrapper%22%20%3E%0A%20%20%20%20%3Clabel%20class%3D%22so-qty-label2%22%3E%7B%7B%20’general.special_offer.variant_choice_1’%20%7C%20t%20%7D%7D%3C%2Flabel%3E%20%20%20%20%0A%20%20%20%20%3Cselect%20id%3D%22so-qty-variant2%22%3E%0A%20%20%20%20%20%20%7B%25%20for%20variant%20in%20product.variants%20%25%7D%0A%20%20%20%20%20%20%7B%25%20if%20variant.available%20%25%7D%0A%20%20%20%20%20%20%3Coption%20data-price%3D%22%7B%7B%20variant.price%20%7C%20money_without_currency%20%7C%20replace%3A%20%22%2C%22%2C%22.%22%20%7D%7D%22%20%7B%25%20if%20variant%20%3D%3D%20product.selected_or_first_available_variant%20%25%7D%20selected%3D%22selected%22%20%7B%25%20endif%20%25%7D%20data-sku%3D%22%7B%7B%20variant.sku%20%7D%7D%22%20value%3D%22%7B%7B%20variant.id%20%7D%7D%22%3E%7B%7B%20variant.title%20%7D%7D%3C%2Foption%3E%0A%20%20%20%20%20%20%7B%25%20else%20%25%7D%0A%20%20%20%20%20%20%3Coption%20disabled%3D%22disabled%22%3E%0A%20%20%20%20%20%20%20%20%7B%7B%20variant.title%20%7D%7D%20-%20%7B%7B%20’products.product.sold_out’%20%7C%20t%20%7D%7D%0A%20%20%20%20%20%20%3C%2Foption%3E%0A%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%7B%25%20endfor%20%25%7D%0A%20%20%20%20%3C%2Fselect%3E%0A%20%20%3C%2Fdiv%3E%0A%20%20%3Cdiv%20id%3D%22so-qty-variant3-wrapper%22%3E%0A%20%20%20%20%3Clabel%20class%3D%22so-qty-label3%22%3E%7B%7B%20’general.special_offer.variant_choice_2’%20%7C%20t%20%7D%7D%3C%2Flabel%3E%0A%20%20%20%20%3Cselect%20id%3D%22so-qty-variant3%22%3E%0A%20%20%20%20%20%20%7B%25%20for%20variant%20in%20product.variants%20%25%7D%0A%20%20%20%20%20%20%7B%25%20if%20variant.available%20%25%7D%0A%20%20%20%20%20%20%3Coption%20data-price%3D%22%7B%7B%20variant.price%20%7C%20money_without_currency%20%7C%20replace%3A%20%22%2C%22%2C%22.%22%20%7D%7D%22%20%7B%25%20if%20variant%20%3D%3D%20product.selected_or_first_available_variant%20%25%7D%20selected%3D%22selected%22%20%7B%25%20endif%20%25%7D%20data-sku%3D%22%7B%7B%20variant.sku%20%7D%7D%22%20value%3D%22%7B%7B%20variant.id%20%7D%7D%22%3E%7B%7B%20variant.title%20%7D%7D%3C%2Foption%3E%0A%20%20%20%20%20%20%7B%25%20else%20%25%7D%0A%20%20%20%20%20%20%3Coption%20disabled%3D%22disabled%22%3E%0A%20%20%20%20%20%20%20%20%7B%7B%20variant.title%20%7D%7D%20-%20%7B%7B%20’products.product.sold_out’%20%7C%20t%20%7D%7D%0A%20%20%20%20%20%20%3C%2Foption%3E%0A%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%7B%25%20endfor%20%25%7D%0A%20%20%20%20%3C%2Fselect%3E%0A%20%20%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%0A%3Cscript%3E%0A%20%20document.addEventListener(%22DOMContentLoaded%22%2C%20function(event)%20%7B%20%0A%20%20%20%20%2F%2F%20generic%0A%20%20%20%20const%20delay1%20%3D%20%221000%22%3B%0A%20%20%20%20const%20delay2%20%3D%20%22500%22%3B%0A%20%20%20%20const%20delay3%20%3D%20%221000%22%3B%0A%0A%20%20%20%20document.querySelector(%22.add-to-cart-bundle%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20document.querySelector(%22.so-price-save%22).style.display%20%3D%20%22none%22%3B%0A%0A%20%20%20%20%2F%2Ffunctions%20%0A%20%20%20%20%2F%2F%20add%20items%20%0A%20%20%20%20function%20add2Item(value)%20%7B%0A%20%20%20%20%20%20jQuery.ajax(%7B%0A%20%20%20%20%20%20%20%20type%3A%20’POST’%2C%0A%20%20%20%20%20%20%20%20url%3A%20’%2Fcart%2Fadd.js’%2C%0A%20%20%20%20%20%20%20%20data%3A%20%7B%0A%20%20%20%20%20%20%20%20%20%20id%3A%20value%2C%0A%20%20%20%20%20%20%20%20%20%20quantity%3A%201%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%7D%2C%20%0A%20%20%20%20%20%20%20%20dataType%3A%20’json’%2C%0A%20%20%20%20%20%20%20%20success%3A%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%24(%22.add-to-cart-first%22).trigger(%22click%22)%3B%0A%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%7D%0A%20%20%20%20function%20add3Item(value1%2C%20value2)%20%7B%0A%20%20%20%20%20%20setTimeout(function()%7B%20%20%0A%20%20%20%20%20%20%20%20jQuery.ajax(%7B%0A%20%20%20%20%20%20%20%20%20%20type%3A%20’POST’%2C%0A%20%20%20%20%20%20%20%20%20%20url%3A%20’%2Fcart%2Fadd.js’%2C%0A%20%20%20%20%20%20%20%20%20%20data%3A%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20id%3A%20value1%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20quantity%3A%201%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%20%0A%20%20%20%20%20%20%20%20%20%20dataType%3A%20’json’%2C%0A%20%20%20%20%20%20%20%20%20%20success%3A%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%24(%22.add-to-cart%22).trigger(%22click%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%7D%2C%20delay2)%3B%0A%20%20%20%20%20%20setTimeout(function()%7B%20%20%0A%20%20%20%20%20%20%20%20jQuery.ajax(%7B%0A%20%20%20%20%20%20%20%20%20%20type%3A%20’POST’%2C%0A%20%20%20%20%20%20%20%20%20%20url%3A%20’%2Fcart%2Fadd.js’%2C%0A%20%20%20%20%20%20%20%20%20%20data%3A%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20id%3A%20value2%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20quantity%3A%201%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%20%0A%20%20%20%20%20%20%20%20%20%20dataType%3A%20’json’%2C%0A%20%20%20%20%20%20%20%20%20%20success%3A%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24(%22.add-to-cart-first%22).trigger(%22click%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%7D%2C%20delay3)%3B%0A%20%20%20%20%7D%0A%20%20%20%20%2F%2F%20special%20offer%20system%0A%20%20%20%20function%20addVariantsByQty()%20%7B%20%0A%20%20%20%20%20%20let%20nbProducts%20%3D%201%3B%20%0A%0A%20%20%20%20%20%20function%20detachDom(id)%20%7B%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20var%20variantsWrapper%20%3D%20%24(‘%23so-cont-variants’)%3B%0A%20%20%20%20%20%20%20%20variantsWrapper.detach()%3B%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20variantsWrapper.appendTo(‘.so-variants-choice’%2Bid)%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%24(%22%23offer1%22).on(%22click%22%2C%20function(event)%7B%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20nbProducts%20%3D%201%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.so-price-save%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant2-wrapper%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant3-wrapper%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart-bundle%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%24(%22%23offer2%22).on(%22click%22%2C%20function(event)%7B%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20nbProducts%20%3D%202%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.so-price-save%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant2-wrapper%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant3-wrapper%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart-bundle%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20detachDom(2)%3B%0A%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%24(%22%23offer3%22).on(%22click%22%2C%20function(event)%7B%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20nbProducts%20%3D%203%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.so-price-save%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant2-wrapper%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById(%22so-qty-variant3-wrapper%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart-bundle%22).style.display%20%3D%20%22block%22%3B%0A%20%20%20%20%20%20%20%20document.querySelector(%22.add-to-cart%22).style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20detachDom(3)%3B%20%0A%20%20%20%20%20%20%7D)%3B%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20%2F%2F%20add%20to%20cart%20bundle%0A%20%20%20%20%20%20%24(%22.add-to-cart-bundle%22).on(%22click%22%2C%20function(event)%7B%0A%20%20%20%20%20%20%20%20event.preventDefault()%3B%20%0A%0A%20%20%20%20%20%20%20%20const%20valueQty2%20%3D%20document.getElementById(%22so-qty-variant2%22).value%3B%0A%20%20%20%20%20%20%20%20const%20valueQty3%20%3D%20document.getElementById(%22so-qty-variant3%22).value%3B%0A%20%20%20%20%20%20%20%20%2F%2F%20check%20number%20of%20products%0A%20%20%20%20%20%20%20%20let%20nbProducts%20%3D%201%3B%0A%20%20%20%20%20%20%20%20if%20(document.body.classList.contains(‘offer-qty-2’))%7B%0A%20%20%20%20%20%20%20%20%20%20nbProducts%20%3D%202%3B%0A%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20else%20if%20(document.body.classList.contains(‘offer-qty-3’))%7B%0A%20%20%20%20%20%20%20%20%20%20nbProducts%20%3D%203%3B%0A%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20nbProducts%20%3D%201%3B%0A%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%7D%20%0A%20%20%20%20%20%20%20%20%2F%2F%20add%20second%20variant%20%2B%20principal%20product%0A%20%20%20%20%20%20%20%20if(nbProducts%20%3D%3D%202)%20%7B%0A%20%20%20%20%20%20%20%20%20%20setTimeout(function()%7B%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20add2Item(valueQty2)%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%20delay1)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%2F%2F%20add%20third%20variant%20%2B%20principal%20product%0A%20%20%20%20%20%20%20%20if(nbProducts%20%3D%3D%203)%20%7B%0A%20%20%20%20%20%20%20%20%20%20setTimeout(function()%7B%20%0A%20%20%20%20%20%20%20%20%20%20%20%20add3Item(valueQty2%2CvalueQty3)%3B%0A%20%20%20%20%20%20%20%20%20%20%7D%2C%20delay1)%3B%0A%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%7D%0A%20%20%20%20%2F%2F%20call%20function%0A%20%20%20%20addVariantsByQty()%3B%0A%20%20%7D)%3B%0A%0A%3C%2Fscript%3E%20%0A%0A%7B%25%20endif%20%25%7D” message=”” highlight=”” provider=”manual”/]
Uniformiser les nouvelles icônes SVG
Rendez-vous dans Boutique en ligne – Actions – Modifier le code – Snippets – svg-icons.liquid.
Remplacez le contenu du fichier par le code ci-dessous:
[pastacode lang=”markup” manual=”%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%221%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%0A%20%20%3Csvg%20%20width%3D%2274px%22%20enable-background%3D%22new%200%200%20512.002%20512.002%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512.002%20512.002%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22m482%20304.58v-199.48-0.059-0.045c0-0.077-0.01-0.151-0.011-0.228-0.042-2.934-0.923-5.629-2.397-7.906-0.04-0.061-0.071-0.125-0.111-0.186l-0.024-0.036c-0.012-0.017-0.023-0.035-0.035-0.052l-59.942-89.914c-2.782-4.173-7.465-6.679-12.48-6.679h-272c-5.015%200-9.699%202.507-12.481%206.679l-59.945%2089.918c-9e-3%200.013-0.017%200.025-0.025%200.038l-0.029%200.044c-0.05%200.074-0.088%200.153-0.135%200.227-1.56%202.426-2.334%205.129-2.372%207.867-1e-3%200.076-0.011%200.15-0.011%200.227v0.045%200.059%20196.9h-45.002c-8.284%200-15%206.716-15%2015v180c0%208.284%206.716%2015%2015%2015h60c13.471%200%2025.57-5.958%2033.824-15.368%2015.761%204.43%2051.723%2015.368%20102.24%2015.368h135.94c32.874%200%2064.275-15.701%2084-41.999l72.013-96.015c0-1e-3%201e-3%20-1e-3%202e-3%20-2e-3%2018.162-24.215%207.615-59.249-21.015-69.403zm-151-274.58h67.973l40%2060h-107.97v-60zm-90%200h60v60h-60v-60zm0%2090h60v77.972l-21.68-14.453c-5.039-3.359-11.603-3.359-16.641%200l-21.679%2014.453v-77.972zm-97.972-90h67.972v60h-107.97l40-60zm-53.028%20437c0%208.271-6.729%2015-15%2015h-45v-150h45c8.271%200%2015%206.729%2015%2015v120zm0-162.42v-184.58h121v106c0%2011.97%2013.377%2019.11%2023.32%2012.481l36.68-24.453%2036.68%2024.453c9.914%206.611%2023.32-0.464%2023.32-12.481v-106h121v184.6c-6.771%202.4-12.958%206.391-17.932%2011.73l-44.087%2047.328c-5.698-18.32-22.81-31.66-42.981-31.66h-71.295c-9.702%200-19.056-3.53-26.339-9.939-39.173-34.471-98.052-34.775-137.6-0.954-5.329-7.546-12.914-13.386-21.77-16.527zm389.02%2051.402c-1e-3%202e-3%20-2e-3%203e-3%20-3e-3%205e-3l-72.012%2096.013c-14.089%2018.785-36.519%2030-60%2030h-135.94c-35.174%200-62.813-5.392-91.304-13.401%200.06-1.717%200.041%207.442%200.041-114.82l10.653-9.199c28.246-24.857%2070.847-24.857%2099.094%200%2012.763%2011.232%2029.156%2017.417%2046.158%2017.417h71.295c8.271%200%2015%206.729%2015%2015s-6.729%2015-15%2015h-108c-8.284%200-15%206.716-15%2015s6.716%2015%2015%2015h118.05c12.444%200%2024.446-5.222%2032.928-14.327l66.038-70.892c2.872-3.083%206.771-4.78%2010.98-4.78%2012.357%200%2019.375%2014.171%2012.015%2023.982z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m407%20272h-60c-8.284%200-15%206.716-15%2015s6.716%2015%2015%2015h60c8.284%200%2015-6.716%2015-15s-6.716-15-15-15z%22%2F%3E%0A%20%20%3C%2Fsvg%3E%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%222%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%0A%20%20%3Csvg%20width%3D%2280px%22%20enable-background%3D%22new%200%200%20480%20480%22%20version%3D%221.1%22%20viewBox%3D%220%200%20480%20480%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22m456%2072h-432c-13.255%200-24%2010.745-24%2024v288c0%2013.255%2010.745%2024%2024%2024h432c13.255%200%2024-10.745%2024-24v-288c0-13.255-10.745-24-24-24zm8%20312c0%204.418-3.582%208-8%208h-432c-4.418%200-8-3.582-8-8v-200h448v200zm0-216h-448v-32h448v32zm0-48h-448v-24c0-4.418%203.582-8%208-8h432c4.418%200%208%203.582%208%208v24z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m372.75%20352.19c1.16-1.004%202.246-2.09%203.25-3.25%2011.602%2013.284%2031.777%2014.648%2045.062%203.045%2013.284-11.602%2014.648-31.777%203.045-45.062-6.077-6.957-14.869-10.943-24.107-10.927-9.225%200.03-17.982%204.064-24%2011.056-11.567-13.362-31.776-14.817-45.138-3.25s-14.817%2031.776-3.25%2045.138%2031.776%2014.817%2045.138%203.25zm27.25-40.194c8.837%200%2016%207.163%2016%2016s-7.163%2016-16%2016-16-7.163-16-16%207.163-16%2016-16zm-48%200c8.837%200%2016%207.163%2016%2016s-7.163%2016-16%2016-16-7.163-16-16%207.163-16%2016-16z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m64%20320h96c4.418%200%208-3.582%208-8s-3.582-8-8-8h-96c-4.418%200-8%203.582-8%208s3.582%208%208%208z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m64%20352h96c4.418%200%208-3.582%208-8s-3.582-8-8-8h-96c-4.418%200-8%203.582-8%208s3.582%208%208%208z%22%2F%3E%0A%20%20%3C%2Fsvg%3E%0A%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%227%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%0A%20%20%3Csvg%20width%3D%2280px%22%20enable-background%3D%22new%200%200%20512%20512%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22m296.1%20238.93c-2.929-2.929-7.677-2.93-10.607%200-6.966%206.967-16.229%2010.803-26.081%2010.803s-19.115-3.836-26.081-10.803c-2.93-2.929-7.678-2.93-10.607%200-2.929%202.929-2.929%207.677%200%2010.606%209.8%209.8%2022.829%2015.197%2036.688%2015.197s26.889-5.397%2036.688-15.197c2.928-2.928%202.928-7.677%200-10.606z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m383.02%20371.1l-41.315-9.667c-15.209-3.559-25.831-16.953-25.831-32.572v-15.871c11.378-6.907%2021.377-15.866%2029.49-26.354h0.597c22.939%200%2041.601-18.662%2041.601-41.602%200-0.26-0.013-0.517-0.039-0.77%2011.324-2.733%2019.765-12.945%2019.765-25.097v-54.263c0-14.238-11.584-25.821-25.822-25.821h-13.63v-0.046c0-4.179-3.388-7.568-7.568-7.568-1.467%200-2.833%200.424-3.992%201.147-0.054%200.034-0.105%200.057-0.16%200.093-12.33%208.092-40.129%2012.567-54.631%2012.567-36.12%200-70.89-12.898-100.36-36.458l-35.594-38.37c3.428-5.327%207.099-10.295%2010.961-14.799%202.721-3.172%202.355-7.95-0.817-10.671-3.175-2.723-7.952-2.355-10.672%200.817-5.56%206.483-10.753%2013.778-15.435%2021.683-7.852%2012.609-13.359%2026.349-16.366%2040.844-2.19%2010.554-2.982%2021.309-2.413%2032.062-10.294%203.399-17.746%2013.103-17.746%2024.521v0.402c-20.355-15.387-32.575-39.471-32.575-65.503%200-45.286%2036.844-82.13%2082.13-82.13%209.701%200%2019.299%201.721%2028.32%205.027-1.861%201.254-3.721%202.556-5.573%203.952-3.337%202.515-4.005%207.26-1.49%2010.598%202.516%203.338%207.261%204.005%2010.599%201.49%2033.201-25.017%2069.806-23.599%2070.159-23.58%2025.663%201.325%2049.936%2012.89%2072.146%2034.373%2019.704%2019.06%2034.393%2046.128%2043.66%2080.454%200.911%203.375%203.966%205.597%207.302%205.597%200.653%200%201.317-0.085%201.978-0.264%204.035-1.089%206.423-5.244%205.334-9.278-9.99-37.001-26.054-66.402-47.75-87.389-24.916-24.099-52.467-37.089-81.889-38.609-1.381-0.07-28.101-1.213-58.207%2013.308-13.718-7.08-29.043-10.815-44.589-10.815-53.633%200-97.266%2043.633-97.266%2097.265%200%2034.549%2018.171%2066.2%2047.711%2083.698v35.666c0%2014.238%2011.583%2025.821%2025.82%2025.821h16.353c6.937%2030.21%2026.621%2055.605%2053.062%2070.21v13.662c0%2015.62-10.621%2029.014-25.83%2032.572l-41.315%209.667c-37.48%208.77-63.658%2041.779-63.658%2080.272v53.058c0%204.179%203.388%207.568%207.568%207.568h354.07c4.18%200%207.568-3.388%207.568-7.568v-53.059c0-38.491-26.177-71.5-63.658-80.27zm-15.182-150.22v-66.66h13.63c5.893%200%2010.686%204.794%2010.686%2010.686v54.263c0%205.892-4.794%2010.686-10.686%2010.686h-13.63v-8.975zm-2.724%2024.11h7.316c0%200.015-2e-3%200.03-2e-3%200.046%200%2010.943-6.675%2020.355-16.167%2024.38%203.886-7.664%206.884-15.851%208.853-24.426zm-212.62-24.11v8.974h-13.63c-5.891%200-10.685-4.794-10.685-10.686v-54.263c0-5.892%204.794-10.686%2010.685-10.686h13.63v66.661zm6.142-89.27c-1.206%200.23-2.307%200.747-3.236%201.476-3.143%201.372-6.354%202.614-9.633%203.702-0.235-8.521%200.519-17.028%202.255-25.39%201.88-9.065%204.887-17.792%208.945-26.069%208.456%2010.852%2017.677%2020.632%2027.515%2029.284-9.261%207.881-17.426%2012.642-20.931%2014.525-1.613%200.867-3.256%201.684-4.915%202.472zm8.993%2089.27v-76.814c1.036-0.52%202.067-1.048%203.086-1.596%204.232-2.274%2014.458-8.234%2025.691-18.162%2031.101%2023.36%2067.373%2036.106%20105.08%2036.106%2012.721%200%2034.782-2.977%2051.215-9.268v69.734c0%2018.672-5.564%2036.066-15.113%2050.622h-67.07c-4.18%200-7.568%203.388-7.568%207.568s3.388%207.568%207.568%207.568h54.687c-16.727%2016.547-39.71%2026.781-65.042%2026.781-51.025-1e-3%20-92.538-41.513-92.538-92.539zm263.92%20275.98h-51.407v-17.147c0-4.179-3.388-7.568-7.568-7.568s-7.568%203.388-7.568%207.568v17.147h-205.84v-17.147c0-4.179-3.388-7.568-7.568-7.568s-7.568%203.388-7.568%207.568v17.147h-51.411v-45.49c0-31.426%2021.372-58.376%2051.971-65.535l7.678-1.797c6.094%2010.684%2013.683%2020.403%2022.637%2028.942%201.465%201.397%203.344%202.091%205.221%202.091%201.997%200%203.991-0.786%205.478-2.345%202.884-3.025%202.771-7.815-0.254-10.7-6.788-6.474-12.687-13.716-17.62-21.606l18.176-4.253c22.089-5.169%2037.517-24.623%2037.517-47.309v-6.771c11.474%204.18%2023.852%206.463%2036.753%206.463%2014.348%200%2028.045-2.828%2040.574-7.944v8.252c0%2022.687%2015.428%2042.141%2037.517%2047.309l18.174%204.252c-20.267%2032.505-55.585%2052.334-94.354%2052.334-18.282%200-36.405-4.531-52.41-13.102-3.682-1.974-8.271-0.586-10.244%203.098-1.974%203.684-0.586%208.271%203.098%2010.244%2018.195%209.745%2038.788%2014.896%2059.556%2014.896%2045.771%200%2087.308-24.321%20109.81-63.852l7.682%201.798c30.599%207.16%2051.971%2034.108%2051.971%2065.535v45.49z%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%22220.46%22%20cy%3D%22178.1%22%20r%3D%227.5%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%22295.91%22%20cy%3D%22178.1%22%20r%3D%227.5%22%2F%3E%0A%20%20%3C%2Fsvg%3E%0A%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%224%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%20%20%3Csvg%20width%3D%2290px%22%20%20viewBox%3D%220%200%20512%20512%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22m476.16%20231.36l-13.259-53.035c3.625-0.77%206.345-3.986%206.345-7.839v-8.551c0-18.566-15.105-33.67-33.67-33.67h-60.392v-17.638c0-9.136-7.432-16.568-16.568-16.568h-307.84c-9.136%200-16.568%207.432-16.568%2016.568v145.37c0%204.427%203.589%208.017%208.017%208.017%204.427%200%208.017-3.589%208.017-8.017v-145.37c0-0.295%200.239-0.534%200.534-0.534h307.84c0.295%200%200.534%200.239%200.534%200.534v145.37c0%204.427%203.589%208.017%208.017%208.017%204.427%200%208.017-3.589%208.017-8.017v-9.088h94.569c8e-3%200%200.014%202e-3%200.021%202e-3%208e-3%200%200.015-1e-3%200.022-1e-3%2011.637%208e-3%2021.518%207.646%2024.912%2018.171h-24.928c-4.427%200-8.017%203.589-8.017%208.017v17.102c0%2013.851%2011.268%2025.119%2025.119%2025.119h9.086v35.273h-20.962c-6.886-19.883-25.787-34.205-47.982-34.205s-41.097%2014.322-47.982%2034.205h-3.86v-60.393c0-4.427-3.589-8.017-8.017-8.017-4.427%200-8.017%203.589-8.017%208.017v60.391h-166.33c-6.886-19.883-25.787-34.205-47.982-34.205s-41.097%2014.322-47.982%2034.205h-46.081c-0.295%200-0.534-0.239-0.534-0.534v-17.637h34.739c4.427%200%208.017-3.589%208.017-8.017s-3.589-8.017-8.017-8.017h-76.96c-4.427%200-8.017%203.589-8.017%208.017s3.589%208.017%208.017%208.017h26.188v17.637c0%209.136%207.432%2016.568%2016.568%2016.568h43.304c-2e-3%200.178-0.014%200.355-0.014%200.534%200%2027.996%2022.777%2050.772%2050.772%2050.772s50.772-22.776%2050.772-50.772c0-0.18-0.012-0.356-0.014-0.534h180.67c-2e-3%200.178-0.014%200.355-0.014%200.534%200%2027.996%2022.777%2050.772%2050.772%2050.772s50.772-22.776%2050.772-50.772c0-0.18-0.012-0.356-0.014-0.534h26.203c4.427%200%208.017-3.589%208.017-8.017v-85.511c1e-3%20-21.112-15.576-38.653-35.841-41.738zm-100.98-87.062h60.392c9.725%200%2017.637%207.912%2017.637%2017.637v0.534h-78.029v-18.171zm0%2086.58v-52.376h71.235l13.094%2052.376h-84.329zm-230.35%20171.02c-19.155%200-34.739-15.583-34.739-34.739s15.584-34.739%2034.739-34.739%2034.739%2015.583%2034.739%2034.739-15.584%2034.739-34.739%2034.739zm282.19%200c-19.155%200-34.739-15.583-34.739-34.739s15.584-34.739%2034.739-34.739%2034.739%2015.583%2034.739%2034.739-15.584%2034.739-34.739%2034.739zm68.944-102.61h-9.086c-5.01%200-9.086-4.076-9.086-9.086v-9.086h18.171v18.172z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m144.84%20350.6c-9.136%200-16.568%207.432-16.568%2016.568s7.432%2016.568%2016.568%2016.568%2016.568-7.432%2016.568-16.568-7.432-16.568-16.568-16.568z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m427.02%20350.6c-9.136%200-16.568%207.432-16.568%2016.568s7.432%2016.568%2016.568%2016.568%2016.568-7.432%2016.568-16.568-7.432-16.568-16.568-16.568z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m332.96%20316.39h-119.72c-4.427%200-8.017%203.589-8.017%208.017s3.589%208.017%208.017%208.017h119.72c4.427%200%208.017-3.589%208.017-8.017s-3.589-8.017-8.017-8.017z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m127.73%20282.19h-102.61c-4.427%200-8.017%203.589-8.017%208.017s3.589%208.017%208.017%208.017h102.61c4.427%200%208.017-3.589%208.017-8.017s-3.59-8.017-8.017-8.017z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m278.77%20173.37c-3.13-3.13-8.207-3.13-11.337%201e-3l-71.292%2071.291-37.087-37.087c-3.131-3.131-8.207-3.131-11.337%200-3.131%203.131-3.131%208.206%200%2011.337l42.756%2042.756c1.565%201.566%203.617%202.348%205.668%202.348s4.104-0.782%205.668-2.348l76.96-76.96c3.131-3.132%203.131-8.207%201e-3%20-11.338z%22%2F%3E%0A%20%20%3C%2Fsvg%3E%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%225%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%20%20%3Csvg%20width%3D%2290px%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22m119.47%20337.07c-28.237%200-51.2%2022.963-51.2%2051.2s22.963%2051.2%2051.2%2051.2%2051.2-22.963%2051.2-51.2-22.964-51.2-51.2-51.2zm0%2085.333c-18.825%200-34.133-15.309-34.133-34.133%200-18.825%2015.309-34.133%2034.133-34.133s34.133%2015.309%2034.133%2034.133-15.309%2034.133-34.133%2034.133z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m409.6%20337.07c-28.237%200-51.2%2022.963-51.2%2051.2s22.963%2051.2%2051.2%2051.2%2051.2-22.963%2051.2-51.2-22.963-51.2-51.2-51.2zm0%2085.333c-18.825%200-34.133-15.309-34.133-34.133%200-18.825%2015.309-34.133%2034.133-34.133%2018.825%200%2034.133%2015.309%2034.133%2034.133s-15.308%2034.133-34.133%2034.133z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m510.64%20289.78l-76.8-119.47c-1.57-2.441-4.275-3.917-7.177-3.917h-93.866c-4.719%200-8.533%203.823-8.533%208.533v213.33c0%204.719%203.814%208.533%208.533%208.533h34.133v-17.067h-25.6v-196.26h80.674l72.926%20113.44v82.825h-42.667v17.066h51.2c4.719%200%208.533-3.814%208.533-8.533v-93.867c1e-3%20-1.63-0.468-3.243-1.356-4.616z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m375.47%20277.33v-59.733h68.267v-17.067h-76.8c-4.719%200-8.533%203.823-8.533%208.533v76.8c0%204.719%203.814%208.533%208.533%208.533h128v-17.067h-119.47z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m332.8%20106.67h-324.27c-4.71%200-8.533%203.823-8.533%208.533v273.07c0%204.719%203.823%208.533%208.533%208.533h68.267v-17.067h-59.733v-256h307.2v256h-162.13v17.067h170.67c4.719%200%208.533-3.814%208.533-8.533v-273.07c0-4.71-3.814-8.533-8.533-8.533z%22%2F%3E%0A%20%20%20%20%3Crect%20x%3D%228.533%22%20y%3D%22345.6%22%20width%3D%2251.2%22%20height%3D%2217.067%22%2F%3E%0A%20%20%20%20%3Crect%20x%3D%22179.2%22%20y%3D%22345.6%22%20width%3D%22145.07%22%20height%3D%2217.067%22%2F%3E%0A%20%20%20%20%3Crect%20x%3D%22469.33%22%20y%3D%22345.6%22%20width%3D%2234.133%22%20height%3D%2217.067%22%2F%3E%0A%20%20%20%20%3Crect%20x%3D%2234.133%22%20y%3D%22140.8%22%20width%3D%22298.67%22%20height%3D%2217.067%22%2F%3E%0A%20%20%20%20%3Crect%20x%3D%22110.93%22%20y%3D%22379.73%22%20width%3D%2217.067%22%20height%3D%2217.067%22%2F%3E%0A%20%20%20%20%3Crect%20x%3D%22401.07%22%20y%3D%22379.73%22%20width%3D%2217.067%22%20height%3D%2217.067%22%2F%3E%0A%20%20%20%20%3Crect%20x%3D%2234.133%22%20y%3D%2272.533%22%20width%3D%22119.47%22%20height%3D%2217.067%22%2F%3E%0A%20%20%20%20%3Crect%20y%3D%2272.533%22%20width%3D%2217.067%22%20height%3D%2217.067%22%2F%3E%0A%20%20%3C%2Fsvg%3E%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%226%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%3Csvg%20width%3D%2290px%22%20viewBox%3D%220%200%20511.998%20511.998%22%3E%0A%3Cpath%20d%3D%22m414.5%20188.52h-32.234l9.712-111.51c0.018-0.202%200.021-0.401%200.022-0.6%200-0.017%202e-3%20-0.033%202e-3%20-0.05v-8e-3c0-3.035-1.831-5.71-4.522-6.873-0.023-0.01-0.045-0.022-0.068-0.032-0.167-0.07-0.34-0.13-0.514-0.188-0.065-0.021-0.127-0.047-0.192-0.067-0.142-0.043-0.288-0.077-0.433-0.112-0.102-0.024-0.2-0.053-0.303-0.073-0.127-0.025-0.259-0.041-0.389-0.06-0.122-0.018-0.242-0.039-0.365-0.05-0.021-2e-3%20-0.04-6e-3%20-0.061-8e-3%20-0.132-0.012-0.262-0.01-0.393-0.015-0.088-3e-3%20-0.174-0.013-0.262-0.013h-0.094-0.023-153.37c-4.14%200-7.5%203.36-7.5%207.5%200%204.13%203.36%207.5%207.5%207.5h145.31l-14.926%20171.38c-2e-3%200.013-2e-3%200.026-4e-3%200.039l-3.766%2043.241h-260.61l4.359-44.998h49.621c4.143%200%207.5-3.358%207.5-7.5s-3.357-7.5-7.5-7.5h-48.167l9.204-94.995h78.975c4.143%200%207.5-3.358%207.5-7.5s-3.357-7.5-7.5-7.5h-77.521l4.328-44.662h83.193c4.13%200%207.5-3.37%207.5-7.5%200-4.14-3.37-7.5-7.5-7.5h-90c-4e-3%200-7e-3%201e-3%20-0.011%201e-3%20-3.523-1e-3%20-6.579%202.479-7.318%205.917-5e-3%200.025-0.014%200.049-0.019%200.074-0.038%200.187-0.063%200.378-0.088%200.57-7e-3%200.061-0.02%200.119-0.026%200.18-1e-3%200.012-4e-3%200.023-5e-3%200.035l-5.124%2052.885h-90.919c-4.143%200-7.5%203.358-7.5%207.5s3.357%207.5%207.5%207.5h89.465l-9.204%2094.995h-26.759c-4.143%200-7.5%203.358-7.5%207.5s3.357%207.5%207.5%207.5h25.306l-5.012%2051.721c-1e-3%208e-3%20-1e-3%200.016-2e-3%200.023l-7.749%2079.979c-1e-3%209e-3%20-2e-3%200.019-3e-3%200.027l-3e-3%200.029c-0.01%200.104-9e-3%200.206-0.015%200.31-7e-3%200.138-0.021%200.273-0.021%200.413%200%206e-3%201e-3%200.012%201e-3%200.019%200%200.193%200.014%200.383%200.028%200.573%206e-3%200.061%204e-3%200.123%200.011%200.183%200.02%200.194%200.053%200.385%200.088%200.575%200.01%200.056%200.015%200.113%200.026%200.168%200.029%200.144%200.07%200.283%200.108%200.424%200.026%200.099%200.047%200.2%200.077%200.297%209e-3%200.027%200.021%200.053%200.029%200.081%200.363%201.116%200.979%202.118%201.783%202.936%200.015%200.015%200.027%200.032%200.042%200.046%200.08%200.08%200.167%200.152%200.251%200.228%200.517%200.474%201.101%200.876%201.74%201.191%200.133%200.066%200.264%200.135%200.4%200.192%200.041%200.018%200.085%200.03%200.127%200.046%200.188%200.075%200.377%200.147%200.572%200.208%200.018%205e-3%200.035%208e-3%200.053%200.014%200.222%200.066%200.446%200.124%200.675%200.171%200.03%206e-3%200.061%208e-3%200.09%200.014%200.218%200.041%200.437%200.076%200.66%200.098%205e-3%200%209e-3%201e-3%200.014%202e-3%200.246%200.024%200.49%200.036%200.732%200.036%203e-3%200%207e-3%20-1e-3%200.011-1e-3h33.388c3.687%2027.953%2027.652%2049.603%2056.597%2049.603%2028.943%200%2052.908-21.65%2056.595-49.603h120.3c3.688%2027.953%2027.652%2049.603%2056.596%2049.603%2028.943%200%2052.91-21.65%2056.598-49.603h33.396c5e-3%200%200.011%201e-3%200.016%201e-3%200.25%200%200.496-0.015%200.74-0.039%200.044-4e-3%200.086-0.013%200.13-0.018%200.195-0.023%200.389-0.05%200.579-0.088%200.082-0.016%200.161-0.038%200.242-0.057%200.147-0.034%200.295-0.07%200.439-0.113%200.098-0.029%200.193-0.063%200.289-0.096%200.123-0.042%200.246-0.086%200.367-0.135%200.104-0.041%200.203-0.086%200.304-0.131%200.11-0.051%200.22-0.103%200.327-0.158%200.102-0.052%200.2-0.106%200.298-0.162%200.103-0.06%200.205-0.122%200.306-0.186%200.094-0.06%200.188-0.121%200.278-0.185%200.102-0.071%200.199-0.146%200.298-0.222%200.082-0.065%200.165-0.129%200.245-0.197%200.103-0.087%200.2-0.178%200.298-0.271%200.068-0.065%200.139-0.129%200.205-0.197%200.104-0.106%200.203-0.218%200.302-0.331%200.053-0.061%200.108-0.12%200.159-0.182%200.11-0.136%200.21-0.276%200.31-0.417%200.034-0.049%200.072-0.095%200.105-0.145%200.122-0.183%200.237-0.371%200.343-0.565%208e-3%20-0.012%200.016-0.023%200.021-0.036%200.113-0.208%200.217-0.421%200.31-0.641%200.026-0.063%200.046-0.128%200.071-0.191%200.061-0.155%200.121-0.31%200.172-0.471%200.033-0.104%200.057-0.211%200.086-0.316%200.033-0.125%200.068-0.249%200.096-0.376%200.025-0.113%200.041-0.229%200.06-0.344%200.017-0.101%200.039-0.2%200.052-0.303%200.318-2.548%206.191-49.667%208.814-80.135%203e-3%20-0.029%204e-3%20-0.059%207e-3%20-0.088%200.755-8.783%201.239-16.179%201.239-20.707%200-53.761-43.738-97.5-97.5-97.5zm-33.541%2015.002h30.683l-3.919%2044.996h-30.683l3.919-44.996zm-209.95%20224.6c-23.217%200-42.105-18.888-42.105-42.104s18.889-42.104%2042.105-42.104%2042.104%2018.888%2042.104%2042.104-18.888%2042.104-42.104%2042.104zm233.49%200c-23.216%200-42.103-18.888-42.103-42.104s18.888-42.104%2042.103-42.104c23.217%200%2042.105%2018.888%2042.105%2042.104s-18.888%2042.104-42.105%2042.104zm83.367-49.607h-26.767c-3.686-27.955-27.652-49.606-56.598-49.606-28.944%200-52.91%2021.652-56.596%2049.606h-120.3c-3.686-27.955-27.651-49.606-56.596-49.606s-52.912%2021.652-56.598%2049.606h-25.144l6.299-65.004h268.94v4e-3h0.011c0.251%200%200.5-0.014%200.746-0.039%200.046-4e-3%200.091-0.014%200.137-0.02%200.196-0.023%200.391-0.051%200.583-0.089%200.083-0.017%200.164-0.04%200.246-0.06%200.15-0.036%200.3-0.071%200.446-0.115%200.1-0.03%200.195-0.066%200.292-0.1%200.126-0.044%200.252-0.087%200.374-0.137%200.105-0.043%200.206-0.091%200.308-0.139%200.111-0.051%200.222-0.102%200.329-0.158%200.102-0.054%200.202-0.112%200.303-0.17%200.103-0.06%200.205-0.121%200.305-0.185%200.097-0.063%200.189-0.129%200.282-0.195%200.099-0.07%200.195-0.142%200.291-0.217%200.086-0.069%200.171-0.14%200.255-0.213%200.095-0.082%200.188-0.166%200.278-0.253%200.076-0.073%200.152-0.148%200.226-0.225%200.09-0.094%200.177-0.191%200.263-0.29%200.067-0.078%200.133-0.156%200.197-0.236%200.083-0.105%200.162-0.213%200.24-0.322%200.059-0.082%200.116-0.164%200.172-0.248%200.073-0.113%200.143-0.229%200.21-0.347%200.051-0.088%200.103-0.176%200.149-0.266%200.063-0.118%200.117-0.238%200.174-0.359%200.044-0.097%200.089-0.192%200.129-0.292%200.049-0.118%200.09-0.239%200.133-0.36%200.037-0.107%200.076-0.214%200.109-0.324%200.033-0.116%200.06-0.235%200.09-0.353%200.029-0.119%200.061-0.237%200.084-0.358%200.023-0.118%200.037-0.238%200.055-0.358%200.018-0.124%200.039-0.246%200.051-0.372%202e-3%20-0.018%206e-3%20-0.035%207e-3%20-0.053l3.759-43.15h38.762c22.979%200%2033.343%2011.906%2044.314%2024.512%209.053%2010.401%2019.16%2022.006%2036.34%2024.837-2.182%2023.07-5.709%2052.686-7.287%2065.654zm8.569-80.684c-11.145-2.272-18.002-10.107-26.309-19.651-10.389-11.935-23.072-26.5-47.385-29.214l3.88-44.548c39.764%205.881%2070.38%2040.229%2070.38%2081.602%200%202.811-0.21%206.895-0.566%2011.811z%22%2F%3E%0A%3Cpath%20d%3D%22m171.01%20358.52c-15.163%200-27.5%2012.336-27.5%2027.5s12.337%2027.5%2027.5%2027.5%2027.5-12.336%2027.5-27.5c0-15.163-12.337-27.5-27.5-27.5zm0%2040c-6.893%200-12.5-5.607-12.5-12.5s5.607-12.5%2012.5-12.5%2012.5%205.607%2012.5%2012.5-5.608%2012.5-12.5%2012.5z%22%2F%3E%0A%3Cpath%20d%3D%22m404.5%20358.52c-15.163%200-27.5%2012.336-27.5%2027.5s12.337%2027.5%2027.5%2027.5%2027.5-12.336%2027.5-27.5c0-15.163-12.337-27.5-27.5-27.5zm0%2040c-6.893%200-12.5-5.607-12.5-12.5s5.607-12.5%2012.5-12.5%2012.5%205.607%2012.5%2012.5-5.607%2012.5-12.5%2012.5z%22%2F%3E%0A%3Cpath%20d%3D%22m71%20188.53h-36.666c-4.143%200-7.5%203.358-7.5%207.5s3.357%207.5%207.5%207.5h36.666c4.143%200%207.5-3.358%207.5-7.5s-3.357-7.5-7.5-7.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%228%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%20%20%3Csvg%20width%3D%2280px%22%20enable-background%3D%22new%200%200%20471.984%20471.984%22%20version%3D%221.1%22%20viewBox%3D%220%200%20471.984%20471.984%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22m449.91%20377.18c-2.866-7.385-8.613-13.285-15.92-16.344-7.157-3.043-15.243-3.043-22.4%200l-51.872%2022.024c0.139-0.957%200.227-1.921%200.264-2.888%200-15.464-12.536-28-28-28h-62.056c-6.275-0.01-12.462-1.469-18.08-4.264-25.965-12.94-54.573-19.695-83.584-19.736h-4.28c-4.418%200-8%203.582-8%208s3.582%208%208%208h4.28c26.529%200.033%2052.69%206.211%2076.432%2018.048%207.838%203.906%2016.475%205.943%2025.232%205.952h62.056c6.627%200.039%2011.969%205.442%2011.93%2012.07-0.032%205.554-3.872%2010.361-9.282%2011.618-1.048%200.096-2.08%200.312-3.144%200.312h-95.504c-4.418%200-8%203.582-8%208s3.582%208%208%208h96c0.16%200%200.312-0.048%200.48-0.048%206.348-0.104%2012.617-1.43%2018.464-3.904l66.88-28.4c3.19-1.368%206.802-1.368%209.992%200%203.314%201.399%205.914%204.088%207.2%207.448%201.367%203.43%201.289%207.268-0.216%2010.64-1.41%203.264-4.079%205.82-7.4%207.088l-123.58%2047.12c-29.04%2011.121-61.224%2010.772-90.016-0.976l-65.8-27.352v-91.616c0-4.418-3.582-8-8-8h-64c-4.418%200-8%203.582-8%208h-40c-4.418%200-8%203.582-8%208s3.582%208%208%208h40v40c0%204.418%203.582%208%208%208s8-3.582%208-8v-48h48v96h-48v-16c0-4.418-3.582-8-8-8s-8%203.582-8%208v8h-40c-4.418%200-8%203.582-8%208s3.582%208%208%208h40c0%204.418%203.582%208%208%208h64c4.418%200%208-3.582%208-8v-3.048l59.728%2024.8c32.563%2013.287%2068.961%2013.687%20101.81%201.12l123.58-47.12c7.323-2.78%2013.215-8.395%2016.344-15.576%203.243-7.28%203.413-15.561%200.472-22.968z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m443.64%2061.824v-0.28c-0.31-0.919-0.788-1.774-1.408-2.52-0.184-0.232-0.4-0.4-0.6-0.608-0.464-0.466-0.982-0.874-1.544-1.216-0.295-0.172-0.599-0.327-0.912-0.464-0.233-0.133-0.474-0.253-0.72-0.36l-176-56c-1.577-0.501-3.271-0.501-4.848%200l-176%2056c-3.328%201.035-5.604%204.106-5.624%207.592v192c3e-3%203.491%202.27%206.577%205.6%207.624l176%2056c1.577%200.501%203.271%200.501%204.848%200l176-56c3.311-1.064%205.555-4.146%205.552-7.624v-192c-0.016-0.727-0.132-1.448-0.344-2.144zm-183.66-45.456l149.6%2047.6-30.944%209.848-149.59-47.608%2030.936-9.84zm-57.328%2018.24l149.6%2047.6-30.936%209.848-149.6-47.6%2030.936-9.848zm225.33%20215.5l-160%2050.912v-29.056c0-4.418-3.582-8-8-8s-8%203.582-8%208v29.056l-160-50.904v-180.3l53.336-16.968%20149.6%2047.608-34.936%2011.112-133.6-42.496c-4.211-1.339-8.709%200.989-10.048%205.2s0.989%208.709%205.2%2010.048l130.45%2041.496v114.15c0%204.418%203.582%208%208%208s8-3.582%208-8v-114.15l45.336-14.4v53.072c0%204.418%203.582%208%208%208%200.814-5e-3%201.623-0.132%202.4-0.376l18.664-5.952c4.211-1.339%206.539-5.837%205.2-10.048s-5.837-6.539-10.048-5.2l-8.24%202.624v-47.2l41.328-13.152v47.2l-9.088%202.888c-4.211%201.339-6.539%205.837-5.2%2010.048%201.053%203.313%204.125%205.566%207.6%205.576%200.815%201e-3%201.625-0.126%202.4-0.376l14.672-4.664c3.33-1.047%205.597-4.133%205.6-7.624v-58.168l41.376-13.152v175.2z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m115.98%20199.97c-4.418%200-8%203.582-8%208v24c0%204.418%203.582%208%208%208s8-3.582%208-8v-24c0-4.418-3.582-8-8-8z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m147.98%20207.97c-4.418%200-8%203.582-8%208v24c0%204.418%203.582%208%208%208s8-3.582%208-8v-24c0-4.418-3.582-8-8-8z%22%2F%3E%0A%20%20%3C%2Fsvg%3E%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%229%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%3Csvg%20width%3D%2280px%22%20enable-background%3D%22new%200%200%20512%20512%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22m511.93%20138.3c-0.023-0.708-0.253-1.387-0.422-2.091-0.169-0.695-0.271-1.398-0.569-2.033-0.055-0.117-0.042-0.246-0.102-0.362l-43.635-85.333c-1.823-3.573-5.49-5.813-9.5-5.813h-232.73c-4.01%200-7.677%202.24-9.5%205.813l-43.635%2085.333c-0.06%200.116-0.047%200.245-0.102%200.362-0.298%200.634-0.4%201.337-0.569%202.033-0.169%200.704-0.398%201.383-0.422%202.091-5e-3%200.13-0.074%200.237-0.074%200.369v128.38c-19.362%201.137-36.335%204.958-46.619%207.788-3.212-11.169-12.328-20.174-24.413-22.587l-86.875-17.376c-3.125-0.583-6.385%200.188-8.854%202.208-2.468%202.032-3.906%205.052-3.906%208.25v170.67c0%205.896%204.771%2010.667%2010.667%2010.667h66.833c13.165%200%2024.384-8.382%2029.212-20.147%2023.875%2011.383%20134.34%2062.814%20181.29%2062.814%2041.375%200%20126.53-41.865%20182.88-69.563%2014.708-7.229%2026.865-13.208%2034.75-16.667%203.875-1.708%206.375-5.542%206.375-9.771v-234.67c0-0.132-0.069-0.239-0.074-0.369zm-408.01%20146.84l-15.865%20111.04c-0.74%205.219-5.281%209.156-10.552%209.156h-56.167v-146.99l74.115%2014.823c5.552%201.115%209.271%206.365%208.469%2011.969zm347.26-221.14l32.721%2064h-80.908l-16-64h64.187zm-133.52%200h47.354l15.996%2064h-79.346l15.996-64zm-18.989%2085.333h85.333v42.667h-85.333v-42.667zm-67.177-85.333h64.188l-16%2064h-80.909l32.721-64zm229.97%20316.62c-51.25%2025.198-137.04%2067.375-173.46%2067.375-38.802%200-140.69-45.427-176.67-62.927-0.043-0.021-0.09-0.014-0.133-0.034l12.557-87.898c7.759-2.43%2031.513-9.141%2057.576-9.141%2015.75%200%2027.906%205.865%2043.292%2013.281%2013.813%206.667%2029.479%2014.219%2050.583%2018.51%2046.354%209.396%2066.125%2019.031%2066.125%2032.208%200%202.604-0.792%204.208-2.823%205.719-6.75%205.052-33.24%2013.594-132.81-15.948-5.667-1.646-11.583%201.563-13.26%207.198-1.677%205.646%201.552%2011.583%207.198%2013.26%2049.125%2014.563%2086.698%2021.823%20113.32%2021.823%2017.365%200%2030.073-3.083%2038.313-9.24%200.711-0.53%201.232-1.18%201.878-1.751%200.665-0.073%201.322%208e-3%201.987-0.197%2018.864-5.8%2072.302-20.863%2092.864-20.863%2017.396%200%2035.698%205.292%2041.094%2015.208-7.448%203.5-16.875%208.136-27.636%2013.417zm29.209-39.919c-11.02-6.286-25.576-10.039-42.667-10.039-20.822%200-64.004%2011.603-85.885%2017.889-2.902-30.612-42.124-41.448-82.656-49.681-18.5-3.75-32.26-10.385-45.573-16.802-13.419-6.479-26.389-12.422-41.885-14.462v-118.28h85.333v53.333c0%205.896%204.771%2010.667%2010.667%2010.667h106.67c5.896%200%2010.667-4.771%2010.667-10.667v-53.333h85.333v191.37z%22%2F%3E%0A%3C%2Fsvg%3E%0A%20%20%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%2210%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%3Csvg%20width%3D%2280px%22%20enable-background%3D%22new%200%200%20611.996%20611.996%22%20version%3D%221.1%22%20viewBox%3D%220%200%20611.996%20611.996%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22m588.63%20113.19l-374.82-79.322c-15.858-3.355-31.576%206.876-34.931%2022.734l-7.121%2045.762%20432.48%2091.519%207.121-45.762c3.355-15.852-6.87-31.575-22.728-34.931z%22%2F%3E%0A%3Cpath%20d%3D%22m431.01%20203.59c-4.378-15.766-20.854-25.085-36.615-20.714l-71.154%2019.753-167.74-35.5-18.448%2087.165-115.26%2031.992c-15.76%204.372-25.079%2020.848-20.708%2036.609l64.958%20234.08c4.378%2015.76%2020.855%2025.085%2036.615%2020.708l372.61-103.4c15.76-4.378%2025.079-20.848%2020.708-36.615l-11.15-40.184%2041.789%208.835c15.858%203.361%2031.576-6.87%2034.931-22.728l26.439-124.94-150.53-31.853-6.441-23.206zm43.031%20118.97l9.215-43.552c1.384-6.521%207.85-10.727%2014.37-9.35l43.552%209.221c6.527%201.384%2010.733%207.843%209.356%2014.37l-9.215%2043.552c-1.384%206.521-7.849%2010.733-14.37%209.35l-43.552-9.215c-6.533-1.389-10.74-7.855-9.356-14.376zm-445.77-12.913l103.12-28.606%20243.3-67.517%2026.181-7.274c0.478-0.129%200.955-0.19%201.421-0.19%202.1%200%204.611%201.378%205.345%204.017l3.074%2011.07%209.631%2034.704-383.19%20106.34-12.705-45.768c-0.796-2.872%200.956-5.976%203.827-6.772zm444.33%20134.5c0.49%201.776-0.024%203.245-0.545%204.164-0.514%200.918-1.506%202.119-3.282%202.608l-372.6%20103.4c-0.471%200.129-0.955%200.196-1.421%200.196-2.1%200-4.611-1.384-5.345-4.023l-37.888-136.53%20383.19-106.34%2023.371%2084.208%2014.523%2052.32z%22%2F%3E%0A%3Cpath%20d%3D%22m156.38%20453.48c-1.788-6.429-8.499-10.225-14.928-8.443l-43.515%2012.08c-6.423%201.782-10.225%208.499-8.437%2014.928l12.074%2043.509c1.788%206.429%208.499%2010.225%2014.928%208.437l43.515-12.074c6.429-1.782%2010.225-8.499%208.443-14.928l-12.08-43.509z%22%2F%3E%0A%3C%2Fsvg%3E%0A%20%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%2211%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%0A%3Csvg%20width%3D%2280px%22%20enable-background%3D%22new%200%200%20488.201%20488.201%22%20version%3D%221.1%22%20viewBox%3D%220%200%20488.201%20488.201%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22m265.2%20350.25h-231.6c-5.3%200-9.6-4.3-9.6-9.6v-182.6h408.5v24c0%206.6%205.4%2012%2012%2012s12-5.4%2012-12v-86.5c0-18.5-15.1-33.6-33.6-33.6h-389.3c-18.6%200-33.6%2015.1-33.6%2033.6v245.1c0%2018.5%2015.1%2033.6%2033.6%2033.6h231.7c6.6%200%2012-5.4%2012-12s-5.4-12-12.1-12zm-231.6-264.3h389.3c5.3%200%209.6%204.3%209.6%209.6v38.5h-408.6v-38.5c0-5.3%204.4-9.6%209.7-9.6z%22%2F%3E%0A%3Cpath%20d%3D%22m240.2%20247.15c0-6.6-5.4-12-12-12h-144.2c-6.6%200-12%205.4-12%2012s5.4%2012%2012%2012h144.2c6.7%200%2012-5.4%2012-12z%22%2F%3E%0A%3Cpath%20d%3D%22M84%2C278.151c-6.6%2C0-12%2C5.4-12%2C12s5.4%2C12%2C12%2C12h57.7c6.6%2C0%2C12-5.4%2C12-12s-5.4-12-12-12H84z%22%2F%3E%0A%3Cpath%20d%3D%22m82.6%20215.65h144.2c6.6%200%2012-5.4%2012-12s-5.4-12-12-12h-144.2c-6.6%200-12%205.4-12%2012s5.3%2012%2012%2012z%22%2F%3E%0A%3Cpath%20d%3D%22m476.3%20298.25h-17.6v-28c0-34.7-28.3-63-63-63s-63%2028.3-63%2063v28h-17.6c-6.6%200-12%205.4-12%2012v104c0%206.6%205.4%2012%2012%2012h161.1c6.6%200%2012-5.4%2012-12v-104c0.1-6.7-5.3-12-11.9-12zm-119.6-28.1c0-21.5%2017.5-39%2039-39s39%2017.5%2039%2039v28h-78v-28zm107.6%20132h-137.2v-80h137.1v80h0.1z%22%2F%3E%0A%3C%2Fsvg%3E%0A%20%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%223%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%3Csvg%20width%3D%2280px%22%20enable-background%3D%22new%200%200%20480%20480%22%20version%3D%221.1%22%20viewBox%3D%220%200%20480%20480%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22m208%20152c-13.232%200-24%2010.768-24%2024h16c0-4.408%203.584-8%208-8s8%203.592%208%208h16c0-13.232-10.768-24-24-24z%22%2F%3E%0A%3Cpath%20d%3D%22m272%20152c-13.232%200-24%2010.768-24%2024h16c0-4.408%203.584-8%208-8s8%203.592%208%208h16c0-13.232-10.768-24-24-24z%22%2F%3E%0A%3Cpath%20d%3D%22m240%20368c-17.648%200-32%2014.352-32%2032s14.352%2032%2032%2032%2032-14.352%2032-32-14.352-32-32-32zm0%2048c-8.824%200-16-7.176-16-16s7.176-16%2016-16%2016%207.176%2016%2016-7.176%2016-16%2016z%22%2F%3E%0A%3Cpath%20d%3D%22m432%20464v-104c0-66.168-53.832-120-120-120h-8.712c2.848-2.504%205.528-5.176%208.064-8h8.648c22.056%200%2040-17.944%2040-40v-14.096c9.64-6.464%2016-17.456%2016-29.904%200-12.496-6.408-23.504-16.096-29.96-1.064-65.256-54.392-118.04-119.9-118.04s-118.84%2052.784-119.9%20118.04c-9.688%206.456-16.096%2017.464-16.096%2029.96%200%2019.848%2016.152%2036%2036%2036h5.448c3.744%2022.168%2015.072%2041.744%2031.272%2056h-8.72c-66.168%200-120%2053.832-120%20120v104h-48v16h480v-16h-48zm-88-272c0%2012.136-9.088%2022.088-20.792%2023.672%205.544-9.64%209.432-20.32%2011.344-31.672h5.448c1.368%200%202.672-0.256%204-0.408v8.408zm16-44c0%2011.024-8.968%2020-20%2020h-4v-40h4c11.032%200%2020%208.976%2020%2020zm-216%2020h-4c-11.032%200-20-8.976-20-20s8.968-20%2020-20h4v40zm-4-56c-1.24%200-2.408%200.24-3.616%200.368%203.936-53.784%2048.848-96.368%20103.62-96.368s99.68%2042.584%20103.62%2096.368c-1.208-0.128-2.376-0.368-3.616-0.368h-5.448c-7.648-45.328-47.08-80-94.552-80s-86.904%2034.672-94.552%2080h-5.448zm179.99%2015.8c-57.736-2.032-95.992-25.64-95.992-47.8%200-4.416-3.576-8-8-8s-8%203.584-8%208c0%2019.992-20.672%2036.56-47.536%2039.496%204.264-40.128%2038.304-71.496%2079.536-71.496%2044.04%200%2079.88%2035.784%2079.992%2079.8zm-159.99%2040.2v-32.448c24.984-2.168%2046.184-14.216%2056.768-31.088%2016.736%2022.176%2055.848%2037.784%20103.23%2039.376v24.16c0%2018.024-6.064%2034.608-16.152%2048h-63.848v16h47.792c-4.592%203.44-9.544%206.4-14.824%208.8-20.992%209.536-44.952%209.536-65.952%200-27.68-12.592-47.016-40.448-47.016-72.8zm55.272%2092.656c7.904%202.112%2016.168%203.344%2024.728%203.344s16.824-1.232%2024.728-3.344l-24.728%2049.456-24.728-49.456zm11.784%2059.344h-14.112l-32-64h14.112l32%2064zm57.888-64h14.112l-32%2064h-14.112l32-64zm-196.94%20104v104h-24v-104c0-55.72%2044.08-101.21%2099.176-103.75l31.88%2063.752h-67.056c-22.056%200-40%2017.944-40%2040zm288%20104h-272v-104c0-13.232%2010.768-24%2024-24h224c13.232%200%2024%2010.768%2024%2024v104zm40%200h-24v-104c0-22.056-17.944-40-40-40h-67.056l31.88-63.752c55.096%202.544%2099.176%2048.032%2099.176%20103.75v104z%22%2F%3E%0A%3Crect%20x%3D%22344%22%20y%3D%22392%22%20width%3D%2216%22%20height%3D%2256%22%2F%3E%0A%3Crect%20x%3D%22344%22%20y%3D%22360%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%3Crect%20x%3D%22416%22%20y%3D%2272%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%3Crect%20x%3D%22416%22%20y%3D%22104%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%3Crect%20x%3D%22416%22%20y%3D%22136%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%3Crect%20x%3D%2248%22%20y%3D%22168%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%3Crect%20x%3D%2248%22%20y%3D%22200%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%3Crect%20x%3D%2248%22%20y%3D%22232%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E%0A%20%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%2212%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%20%20%3Csvg%20width%3D%2280px%22%20enable-background%3D%22new%200%200%20512%20512%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22m166%20420h-30c-8.284%200-15%206.716-15%2015s6.716%2015%2015%2015h30c8.284%200%2015-6.716%2015-15s-6.716-15-15-15z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m421%20344.12v-82.188c17.916-10.391%2030-29.769%2030-51.928%200-22.225-12.156-41.652-30.159-52.02-3.692-87.737-76.212-157.98-164.84-157.98s-161.15%2070.243-164.84%20157.98c-18.003%2010.368-30.159%2029.795-30.159%2052.02%200%2022.159%2012.084%2041.537%2030%2051.928v82.191c-36.302%2017.254-60%2054.087-60%2094.935v57.946c0%208.284%206.716%2015%2015%2015h420c8.284%200%2015-6.716%2015-15v-57.971c0-40.841-23.699-77.668-60-94.913zm-30-164.12c16.542%200%2030%2013.458%2030%2030s-13.458%2030-30%2030h-7.722c4.994-14.082%207.722-29.228%207.722-45v-15zm-135%20120c-57.897%200-105-47.103-105-105v-15h37.918c22.959%200%2045.418-6.38%2064.949-18.451%209.62-5.946%2018.323-13.144%2025.905-21.373%2012.626%2023.674%2037.577%2039.824%2066.228%2039.824h15v3.949l-15.408%2016.743c-22.988%2024.981-55.644%2039.308-89.592%2039.308-8.284%200-15%206.716-15%2015s6.716%2015%2015%2015c35.598%200%2070.054-12.642%2097.156-35.194-15.715%2038.215-53.341%2065.194-97.156%2065.194zm61.696%2057.667c-13.827%2020.01-36.717%2032.333-61.696%2032.333s-47.869-12.323-61.696-32.333c2.749-0.356%2013.427-0.676%2016.228-11.629l5.635-22.038c12.596%203.897%2025.973%206%2039.833%206s27.237-2.102%2039.833-6l5.635%2022.037c1.521%205.948%206.513%2010.369%2012.601%2011.159l3.627%200.471zm-129.37-45.891l-4.342%2016.979-62.986%208.173v-66.928h22.806c11.454%2017.078%2026.699%2031.407%2044.522%2041.776zm179.87-41.776h22.805v66.932l-62.986-8.177-4.342-16.979c17.823-10.369%2033.069-24.698%2044.523-41.776zm-112.2-240c69.369%200%20126.68%2052.595%20134.16%20120h-44.162c-24.813%200-45-20.187-45-45%200-6.957-4.783-13-11.554-14.599-6.773-1.599-13.752%201.668-16.863%207.89-15.947%2031.896-48.006%2051.709-83.665%2051.709h-67.08c7.486-67.405%2064.793-120%20134.16-120zm-135%20150v15c0%2015.772%202.728%2030.918%207.722%2045h-7.722c-16.542%200-30-13.458-30-30s13.458-30%2030-30zm330%20302h-390v-42.947c0-31.441%2019.642-59.565%2049.029-70.45l51.999-6.748c17.702%2035.517%2053.92%2058.145%2093.972%2058.145s76.269-22.628%2093.971-58.143l52.022%206.753c29.375%2010.881%2049.007%2038.992%2049.007%2070.419v42.971z%22%2F%3E%0A%20%20%3C%2Fsvg%3E%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%2213%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%20%20%3Csvg%20width%3D%2280px%22%20id%3D%22Layer_1_1_%22%20enable-background%3D%22new%200%200%2064%2064%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m7%2037h2v2h-2z%22%2F%3E%3Cpath%20d%3D%22m2%2041h2v2h-2z%22%2F%3E%3Cpath%20d%3D%22m6%2012h12v2h-12z%22%2F%3E%3Cpath%20d%3D%22m2%2012h2v2h-2z%22%2F%3E%3Cpath%20d%3D%22m8%2016h2v2h-2z%22%2F%3E%3Cpath%20d%3D%22m55.633%2026.188c2.857%203.703%204.367%208.133%204.367%2012.812%200%2011.579-9.42%2021-21%2021-10.452%200-19.396-7.797-20.807-18.135-.067-.496-.49-.865-.99-.865h-11.203v2h10.347c1.912%2010.892%2011.499%2019%2022.653%2019%2012.682%200%2023-10.317%2023-23%200-5.125-1.654-9.979-4.784-14.035z%22%2F%3E%3Cpath%20d%3D%22m21%2039c0%209.925%208.075%2018%2018%2018s18-8.075%2018-18c0-7.444-4.543-13.848-11.002-16.584l3.709-3.709c.188-.187.293-.441.293-.707v-15h-.009c0-.129-.015-.259-.067-.383-.155-.374-.52-.617-.924-.617h-20c-.265%200-.52.105-.707.293l-3.999%203.999c-.182.181-.294.431-.294.708v9h-12v2h12v3.574c-4.549%203.919-7.396%209.469-7.914%2015.426h-5.086v2h6.022c.535%200%20.975-.421.999-.955.26-5.811%202.95-11.272%207.387-15.045h5.383c-5.804%202.991-9.791%209.033-9.791%2016zm25-19.414v-12.172l2-2v12.172zm-1.414-13.586h-7.172l2-2h7.172zm-15.172-2h7.172l-2%202h-7.172zm-3.414%2017v-13h8v5h2v-5h8v13zm4.154%204.679%201.974%203.418%201.732-1-1.969-3.411c1.862-.929%203.925-1.5%206.109-1.636v3.95h2v-3.949c2.184.136%204.247.708%206.109%201.636l-1.974%203.418%201.732%201%201.978-3.426c1.772%201.181%203.295%202.703%204.475%204.475l-3.427%201.978%201%201.732%203.419-1.974c.928%201.862%201.5%203.925%201.636%206.109h-3.948v2h3.949c-.136%202.184-.708%204.247-1.636%206.109l-3.419-1.974-1%201.732%203.427%201.978c-1.181%201.772-2.703%203.295-4.475%204.475l-1.978-3.426-1.732%201%201.974%203.418c-1.862.928-3.924%201.5-6.108%201.636v-3.947h-2v3.949c-2.184-.136-4.247-.708-6.109-1.636l1.969-3.411-1.732-1-1.974%203.418c-1.772-1.18-3.295-2.703-4.475-4.475l3.427-1.978-1-1.732-3.419%201.974c-.928-1.862-1.5-3.925-1.636-6.109h3.947v-2h-3.949c.136-2.184.708-4.247%201.636-6.109l3.419%201.974%201-1.732-3.427-1.978c1.181-1.772%202.704-3.295%204.475-4.476z%22%2F%3E%3Cpath%20d%3D%22m39%2043c2.206%200%204-1.794%204-4%200-.74-.215-1.424-.567-2.019l4.274-4.274-1.414-1.414-4.273%204.274c-.596-.352-1.28-.567-2.02-.567-2.206%200-4%201.794-4%204s1.794%204%204%204zm0-6c1.103%200%202%20.897%202%202s-.897%202-2%202-2-.897-2-2%20.897-2%202-2z%22%2F%3E%3Cpath%20d%3D%22m53%2021.586h2v2.828h-2z%22%20transform%3D%22matrix(.707%20-.707%20.707%20.707%20-.447%2044.92)%22%2F%3E%3C%2Fsvg%3E%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%2214%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%20%20%3Csvg%20width%3D%2280px%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512.001%20512.001%22%20style%3D%22enable-background%3Anew%200%200%20512.001%20512.001%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M407.04%2C385.22c-4.539-3.148-10.77-2.016-13.915%2C2.523c-3.048%2C4.4-6.502%2C8.678-10.271%2C12.717c-2.525%2C2.709-5.999%2C5.975-9.779%2C9.191c-4.206%2C3.58-4.714%2C9.891-1.135%2C14.098c1.978%2C2.324%2C4.791%2C3.518%2C7.621%2C3.518c2.291%2C0%2C4.594-0.783%2C6.477-2.385c4.41-3.754%2C8.369-7.482%2C11.443-10.783c4.422-4.738%2C8.488-9.773%2C12.084-14.965C412.71%2C394.595%2C411.58%2C388.365%2C407.04%2C385.22z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M363.474%2C430.058c-2.346-5-8.298-7.152-13.3-4.807l-0.313%2C0.141c-5.053%2C2.229-7.341%2C8.133-5.11%2C13.186c1.65%2C3.74%2C5.312%2C5.965%2C9.153%2C5.965c1.349%2C0%2C2.72-0.275%2C4.032-0.854c0.244-0.107%2C0.486-0.217%2C0.729-0.33C363.665%2C441.013%2C365.818%2C435.06%2C363.474%2C430.058z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M482.126%2C26.001H29.875C13.401%2C26.001%2C0%2C39.404%2C0%2C55.876v280.252c0%2C16.471%2C13.401%2C29.873%2C29.875%2C29.873h210.586c8.927%2C37.77%2C29.114%2C64.52%2C46.757%2C81.658C312.97%2C472.677%2C342.49%2C486%2C353.899%2C486c11.408%2C0%2C40.928-13.322%2C66.681-38.34c17.643-17.139%2C37.831-43.889%2C46.757-81.658h14.789c16.473%2C0%2C29.875-13.402%2C29.875-29.873V55.876C512.001%2C39.404%2C498.599%2C26.001%2C482.126%2C26.001z%20M452%2C325.019c0.001%2C52.688-24.32%2C87.637-44.724%2C107.678c-24.203%2C23.773-49.03%2C33.02-53.377%2C33.301c-4.348-0.281-29.176-9.527-53.379-33.301c-20.402-20.041-44.723-54.99-44.723-107.678v-49.246c34.43-9.957%2C66.646-23.584%2C98.105-41.492c30.75%2C17.453%2C64.41%2C31.686%2C98.098%2C41.486V325.019z%20M492.001%2C336.128c0%2C5.444-4.431%2C9.873-9.875%2C9.873h-11.311c0.766-6.701%2C1.186-13.689%2C1.186-20.982v-56.828c0-4.514-3.024-8.467-7.379-9.65c-36.313-9.861-72.854-25.227-105.672-44.436c-3.12-1.826-6.982-1.824-10.104%2C0.002c-33.748%2C19.754-68.313%2C34.287-105.67%2C44.434c-4.355%2C1.184-7.379%2C5.137-7.379%2C9.65v56.828c0%2C7.293%2C0.419%2C14.281%2C1.186%2C20.982H29.875c-5.445%2C0-9.875-4.43-9.875-9.873V165.999h472.001V336.128z%20M492.001%2C146H20v-39.998h472.001V146z%20M492.001%2C86.001H20V55.876c0-5.445%2C4.43-9.875%2C9.875-9.875h452.251c5.444%2C0%2C9.875%2C4.43%2C9.875%2C9.875V86.001z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M119.997%2C236.003c-6.029%2C0-11.982%2C1.219-17.492%2C3.543c-5.383-2.281-11.299-3.543-17.503-3.543c-24.813%2C0-45.001%2C20.186-45.001%2C44.998s20.187%2C45%2C45.001%2C45c6.204%2C0%2C12.12-1.262%2C17.502-3.543c5.511%2C2.324%2C11.464%2C3.543%2C17.493%2C3.543c24.814%2C0%2C45.002-20.188%2C45.002-45S144.811%2C236.003%2C119.997%2C236.003z%20M85.002%2C306.001c-13.786%2C0-25.001-11.214-25.001-25c0-13.785%2C11.215-24.998%2C25.001-24.998c13.784%2C0%2C24.999%2C11.213%2C24.999%2C24.998C110.001%2C294.786%2C98.786%2C306.001%2C85.002%2C306.001z%20M122.476%2C305.879c4.75-7.131%2C7.525-15.686%2C7.525-24.877c0-9.191-2.775-17.744-7.524-24.875c12.625%2C1.248%2C22.521%2C11.928%2C22.521%2C24.875C144.998%2C293.949%2C135.102%2C304.63%2C122.476%2C305.879z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M101.436%2C191.001H49.999c-5.523%2C0-10%2C4.477-10%2C10c0%2C5.522%2C4.477%2C10%2C10%2C10h51.437c5.523%2C0%2C10-4.479%2C10-10C111.436%2C195.478%2C106.959%2C191.001%2C101.436%2C191.001z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M130.996%2C191.001h-0.474c-5.523%2C0-10%2C4.477-10%2C10c0%2C5.522%2C4.477%2C10%2C10%2C10h0.474c5.522%2C0%2C10-4.479%2C10-10C140.996%2C195.478%2C136.518%2C191.001%2C130.996%2C191.001z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M408.79%2C302.026c-3.903-3.903-10.234-3.905-14.141-0.001l-53.477%2C53.473l-28.023-28.025c-3.906-3.902-10.238-3.904-14.143%2C0c-3.905%2C3.906-3.906%2C10.238%2C0%2C14.143l35.095%2C35.096c1.953%2C1.953%2C4.512%2C2.93%2C7.071%2C2.93s5.119-0.977%2C7.07-2.93l60.547-60.543C412.695%2C312.265%2C412.695%2C305.933%2C408.79%2C302.026z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A%3C%2Fdiv%3E%20%20%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%2215%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%0A%3Csvg%20width%3D%2280px%22%20id%3D%22Layer_1_1_%22%20enable-background%3D%22new%200%200%2064%2064%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m52%2026.713v-12.299l6-6v20.586h2v-23h-.009c0-.129-.016-.259-.067-.383-.154-.374-.52-.617-.924-.617h-48c-.266%200-.52.105-.707.293l-7.999%207.999c-.181.181-.294.431-.294.708v38c0%20.553.447%201%201%201h48c.553%200%201-.447%201-1v-11.96c1.258%201.843%202%204.065%202%206.46%200%206.341-5.159%2011.5-11.5%2011.5-.553%200-1%20.447-1%201s.447%201%201%201h2c9.649%200%2017.5-7.851%2017.5-17.5%200-6.963-4.098-12.972-10-15.787zm-1.414-13.713h-18.172l6-6h18.172zm-21.293.293c-.188.187-.293.441-.293.707v7h-4v-6.586l7.414-7.414h3.172zm-17.879-6.293h18.172l-6%206h-18.172zm-7.414%2044v-36h19v7c0%20.553.447%201%201%201h6c.553%200%201-.447%201-1v-7h19v10.899c-1.732-.576-3.577-.899-5.5-.899h-1.5v-5c0-.375-.209-.718-.542-.89-.335-.172-.735-.143-1.039.076l-14%2010c-.263.188-.419.491-.419.814s.156.626.419.813l14%2010c.304.218.704.245%201.039.076.333-.171.542-.514.542-.889v-4.989c2.668.115%205.103%201.143%207%202.779v13.21zm48.048%205.035c2.441-2.444%203.952-5.816%203.952-9.535%200-7.444-6.056-13.5-13.5-13.5h-.5c-.553%200-1%20.447-1%201v4.057l-11.279-8.057%2011.279-8.057v4.057c0%20.553.447%201%201%201h2.5c8.547%200%2015.5%206.953%2015.5%2015.5%200%205.809-3.211%2010.881-7.952%2013.535z%22%2F%3E%3Cpath%20d%3D%22m6%2047h12v2h-12z%22%2F%3E%3Cpath%20d%3D%22m6%2043h12v2h-12z%22%2F%3E%3C%2Fsvg%3E%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20if%20block.settings.zone_html_icons%20%3D%3D%20%2216%22%20%25%7D%0A%3Cdiv%20class%3D%22svg-icons%20%7B%7B%20block.settings.text_align%20%7D%7D%22%3E%20%20%0A%20%20%3Csvg%20width%3D%2280px%22%20enable-background%3D%22new%200%200%20512%20512%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%3Cpath%20d%3D%22m291.1%20384.9-34.1-9.3-10.2-15.3c-6.2-9.2-18.9-11.9-28.3-5.2v-18.1c14-9.4%2024.9-23%2031-38.9h24.5c12.8%200%2023.2-10.4%2023.2-23.2v-30.6c0-5.7-2.1-10.9-5.5-14.9v-33.4c0-51.2-41.6-92.8-92.8-92.8h-52.1c-51.2%200-92.8%2041.6-92.8%2092.8v33.3c-3.4%204-5.5%209.3-5.5%2014.9v30.6c0%2012.8%2010.4%2023.2%2023.2%2023.2h24.5c6.1%2016%2017%2029.6%2031%2038.9v18.1c-9.3-6.5-22-4.1-28.3%205.2l-10.2%2015.3c-34.8%209.5-34.9%209.3-39.4%2010.9-3.9%201.4-6%205.7-4.6%209.6s5.6%205.8%209.6%204.6c0%200%203-0.9%2037.2-10.3l36.5%2032c8.7%207.6%2021.8%207.6%2030.5%200.1l14.2-12.3%2014.2%2012.3c8.7%207.5%2021.8%207.5%2030.5-0.1l36.5-32%2033%209c25.7%207%2043.6%2030.4%2043.6%2057.1v35.3c0%202.8-2.3%205.1-5.1%205.1h-27.1v-18.5c0-4.1-3.4-7.5-7.5-7.5s-7.5%203.4-7.5%207.5v18.5h-221.1v-18.5c0-4.1-3.4-7.5-7.5-7.5s-7.5%203.4-7.5%207.5v18.5h-27.1c-2.8%200-5.1-2.3-5.1-5.1v-35.3c0-13.8%204.9-27.3%2013.7-37.9%202.7-3.2%202.2-7.9-1-10.6s-7.9-2.2-10.6%201c-11%2013.4-17.1%2030.3-17.1%2047.6v35.3c0%2011.1%209%2020.1%2020.1%2020.1h305.6c11.1%200%2020.1-9%2020.1-20.1v-35.3c0-33.4-22.5-62.8-54.7-71.6zm-8.9-140.7v30.6c0%204.5-3.7%208.2-8.2%208.2h-20.4c0.8-4.6%201.2-9.3%201.2-14.1v-32.9h19.2c4.6%200%208.2%203.7%208.2%208.2zm-210.4%2038.9c-4.5%200-8.2-3.7-8.2-8.2v-30.6c0-4.5%203.7-8.2%208.2-8.2h19.2v32.9c0%204.8%200.4%209.5%201.2%2014.1h-20.4zm9.7-87.8v25.7c-9.3%200-10.1-0.1-12.5%200.2v-25.2c0-42.9%2034.9-77.8%2077.8-77.8h52.2c42.9%200%2077.8%2034.9%2077.8%2077.8v25.2c-2.4-0.3-3.2-0.1-12.5-0.2v-25.7c0-36.5-29.7-66.1-66.1-66.1h-50.5c-36.5%200-66.2%2029.7-66.2%2066.1zm17%2025.7h-1.9v-25.7c0-28.2%2022.9-51.1%2051.1-51.1h50.5c28.2%200%2051.1%2022.9%2051.1%2051.1v25.7h-1.9c-4.3%200-7.9-3.5-7.9-7.9v-11c0-12.4-10.1-22.6-22.6-22.6-3.2%200-6.3%200.7-9.2%202-22.1%209.9-47.4%209.9-69.6%200-2.9-1.3-6-2-9.2-2-12.4%200-22.6%2010.1-22.6%2022.6v11c0%204.4-3.5%207.9-7.8%207.9zm7.5%2047.9v-34.2c8.9-3.1%2015.4-11.6%2015.4-21.6v-11c0-4.2%203.4-7.6%207.6-7.6%201.1%200%202.1%200.2%203.1%200.7%2026%2011.7%2055.8%2011.7%2081.8%200%201-0.4%202-0.7%203.1-0.7%204.2%200%207.6%203.4%207.6%207.6v11c0%2010%206.4%2018.5%2015.4%2021.6v34.2c0%2036.9-30%2067-67%2067s-67-30-67-67zm42.9%20142.3c-3.1%202.7-7.8%202.7-10.8%200l-34.6-30.3%208.1-12.2c1.7-2.5%205.1-3%207.4-1.2l42.2%2033.1-12.3%2010.6zm-6.5-44.4v-21.8c9.5%203.8%2019.8%205.9%2030.6%205.9s21.1-2.1%2030.6-5.9v21.9l-30.6%2024-30.6-24.1zm65.4%2044.4c-3.1%202.7-7.7%202.7-10.8%200l-12.3-10.6%2042.2-33.1c2.3-1.8%205.7-1.3%207.4%201.2l8.1%2012.2-34.6%2030.3z%22%2F%3E%0A%09%3Cpath%20d%3D%22m482.7%200.2h-156c-16.1%200-29.3%2013.1-29.3%2029.3v6.7c0%204.1%203.4%207.5%207.5%207.5s7.5-3.4%207.5-7.5v-6.7c0-7.9%206.4-14.3%2014.3-14.3h156c7.9%200%2014.3%206.4%2014.3%2014.3v84.9c0%207.9-6.4%2014.3-14.3%2014.3h-92.8c-5.2%200-10.1%202-13.8%205.7l-34.5%2034.6%205.7-26.5c1.5-7.1-3.9-13.8-11.2-13.8h-9.4c-7.9%200-14.3-6.4-14.3-14.3v-43.2c0-4.1-3.4-7.5-7.5-7.5s-7.5%203.4-7.5%207.5v43.1c0%2016.1%2013.1%2029.3%2029.3%2029.3h5l-8.3%2038.8c-0.9%204.4%201.1%208.7%205%2010.8s8.7%201.4%2011.8-1.7l46.6-46.6c0.8-0.8%202-1.3%203.2-1.3h92.8c16.1%200%2029.3-13.1%2029.3-29.3v-84.9c-0.1-16.1-13.2-29.2-29.4-29.2z%22%2F%3E%0A%20%20%3C%2Fsvg%3E%0A%3C%2Fdiv%3E%0A%0A%7B%25%20endif%20%25%7D%0A%0A%0A” message=”” highlight=”” provider=”manual”/]
Problème avec le megamenu
Ajouter dans Assets – surcharge.scss.liquid tout en bas le code suivant:
[pastacode lang=”markup” manual=”.size-format-true%20.dropdown%20%7B%0A%20position%3Afixed%3B%20%20%20%0A%7D” message=”” highlight=”” provider=”manual”/]
MAJ 2-08 – bugfix
Supprimer le Title et Default Title
Fichier contenu à remplacer – Snippets – swatch.liquid
[pastacode lang=”markup” manual=”%7B%25%20if%20swatch%20%3D%3D%20blank%20%25%7D%0A%3Cdiv%20class%3D%22swatch%20error%22%3E%0A%20%20%3Cp%3EYou%20must%20include%20the%20snippet%20swatch.liquid%20with%20the%20name%20of%20a%20product%20option.%3C%2Fp%3E%20%0A%20%20%3Cp%3EUse%3A%20%3Ccode%3E%7B%25%20raw%20%25%7D%7B%25%20include%20’swatch’%20with%20’name%20of%20your%20product%20option%20here’%20%25%7D%7B%25%20endraw%20%25%7D%3C%2Fcode%3E%3C%2Fp%3E%0A%20%20%3Cp%3EExample%3A%20%3Ccode%3E%7B%25%20raw%20%25%7D%7B%25%20include%20’swatch’%20with%20’Couleur’%20%25%7D%7B%25%20endraw%20%25%7D%3C%2Fcode%3E%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25%20else%20%25%7D%0A%0A%7B%25%20assign%20found_option%20%3D%20false%20%25%7D%0A%7B%25%20assign%20is_color%20%3D%20false%20%25%7D%0A%7B%25%20assign%20option_index%20%3D%200%20%25%7D%0A%0A%7B%25%20for%20option%20in%20product.options%20%25%7D%0A%7B%25%20if%20option%20%3D%3D%20swatch%20%25%7D%0A%7B%25%20assign%20found_option%20%3D%20true%20%25%7D%0A%7B%25%20assign%20option_index%20%3D%20forloop.index0%20%25%7D%0A%3Cstyle%3E%0A%20%20label%5Bfor%3D%22product-select-option-%7B%7B%20option_index%20%7D%7D%22%5D%20%7B%20display%3A%20none%3B%20%7D%0A%20%20%23product-select-option-%7B%7B%20option_index%20%7D%7D%20%7B%20display%3A%20none%3B%20%7D%0A%20%20%23product-select-option-%7B%7B%20option_index%20%7D%7D%20%2B%20.custom-style-select-box%20%7B%20display%3A%20none%20!important%3B%20%7D%0A%3C%2Fstyle%3E%0A%3Cscript%3E%24(window).load(function()%20%7B%20%24(‘.selector-wrapper%3Aeq(%7B%7B%20option_index%20%7D%7D)’).hide()%3B%20%7D)%3B%3C%2Fscript%3E%0A%7B%25%20assign%20downcased_option%20%3D%20swatch%20%7C%20downcase%20%25%7D%0A%7B%25%20if%20settings.swatch_color%20%25%7D%0A%7B%25%20if%20downcased_option%20contains%20’color’%20or%20downcased_option%20contains%20’couleur’%20%25%7D%20%20%20%0A%7B%25%20assign%20is_color%20%3D%20true%20%25%7D%0A%7B%25%20endif%20%25%7D%0A%7B%25%20endif%20%25%7D%0A%7B%25%20endif%20%25%7D%0A%7B%25%20endfor%20%25%7D%0A%0A%7B%25%20unless%20found_option%20%25%7D%0A%3Cdiv%20class%3D%22swatch%20error%22%3E%0A%20%20%3Cp%3EYou%20included%20the%20snippet%20swatch.liquid%20with%20the%20name%20of%20a%20product%20option%20%E2%80%94%20%3Ccode%3E’%7B%7B%20swatch%20%7D%7D’%3C%2Fcode%3E%20%E2%80%94%20that%20does%20not%20belong%20to%20your%20product.%3C%2Fp%3E%0A%20%20%3Cp%3EUse%20%3Ccode%3E%7B%25%20raw%20%25%7D%7B%25%20include%20’swatch’%20with%20’name%20of%20your%20product%20option%20here’%20%25%7D%7B%25%20endraw%20%25%7D%3C%2Fcode%3E%3C%2Fp%3E%0A%20%20%3Cp%3EExample%3A%20%3Ccode%3E%7B%25%20raw%20%25%7D%7B%25%20include%20’swatch’%20with%20’Color’%20%25%7D%7B%25%20endraw%20%25%7D%3C%2Fcode%3E%3C%2Fp%3E%0A%20%20%3Cp%3E%3Cstrong%3EThis%20is%20case-sensitive!%3C%2Fstrong%3E%20Do%20not%20put%20in%20%3Ccode%3E’color’%3C%2Fcode%3E%20if%20your%20product%20option%20name%20is%20%3Ccode%3E’Color’%3C%2Fcode%3E.%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25%20else%20%25%7D%0A%0A%7B%25%20if%20swatch%20!%3D%20%22Title%22%20%25%7D%0A%3Cdiv%20class%3D%22swatch%20clearfix%22%20data-option-index%3D%22%7B%7B%20option_index%20%7D%7D%22%3E%0A%20%20%3Cdiv%20class%3D%22header%22%3E%7B%7B%20swatch%20%7D%7D%3C%2Fdiv%3E%0A%0A%20%20%7B%25%20assign%20values%20%3D%20”%20%25%7D%0A%20%20%7B%25%20for%20variant%20in%20product.variants%20%25%7D%0A%20%20%7B%25%20assign%20value%20%3D%20variant.options%5Boption_index%5D%20%25%7D%0A%20%20%7B%25%20unless%20values%20contains%20value%20%25%7D%0A%20%20%7B%25%20assign%20values%20%3D%20values%20%7C%20join%3A%20’%2C’%20%25%7D%0A%20%20%7B%25%20assign%20values%20%3D%20values%20%7C%20append%3A%20’%2C’%20%7C%20append%3A%20value%20%25%7D%20%0A%20%20%7B%25%20assign%20values%20%3D%20values%20%7C%20split%3A%20’%2C’%20%25%7D%0A%20%20%7B%25%20assign%20valueColorName%20%3D%20value%20%7C%20handle%20%25%7D%20%0A%20%0A%20%20%0A%20%0A%20%20%3Cdiv%20data-value%3D%22%7B%7B%20value%20%7C%20escape%20%7D%7D%22%20class%3D%22swatch-element%20swatch-element-%7B%7B%20option_index%20%7D%7D%20%7B%7B%20value%20%7C%20handle%20%7D%7D%20%7B%25%20if%20variant.available%20%25%7Davailable%7B%25%20else%20%25%7Dsoldout%7B%25%20endif%20%25%7D%22%3E%0A%20%20%20%20%7B%25%20if%20settings.swatch_color_tooltips%20%25%7D%0A%20%20%20%20%3Cdiv%20class%3D%22tooltip%22%3E%7B%7B%20value%20%7D%7D%3C%2Fdiv%3E%0A%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%3Cinput%20id%3D%22swatch-%7B%7B%20option_index%20%7D%7D-%7B%7B%20value%20%7C%20handle%20%7D%7D%22%20type%3D%22radio%22%20name%3D%22option-%7B%7B%20option_index%20%7D%7D%22%20value%3D%22%7B%7B%20value%20%7C%20escape%20%7D%7D%22%7B%25%20if%20forloop.first%20%25%7D%20checked%7B%25%20endif%20%25%7D%20%7B%25%20unless%20variant.available%20%25%7Ddisabled%7B%25%20endunless%20%25%7D%20%2F%3E%0A%20%20%20%20%7B%25%20if%20is_color%20%25%7D%0A%20%20%20%20%3Clabel%20for%3D%22swatch-%7B%7B%20option_index%20%7D%7D-%7B%7B%20value%20%7C%20handle%20%7D%7D%22%3E%0A%20%20%20%20%20%20%7B%7B%20value%20%7D%7D%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%3C%2Flabel%3E%3Cimg%20class%3D%22crossed-out%22%20src%3D%22%7B%7B%20’soldout.png’%20%7C%20asset_url%20%7D%7D%22%20%2F%3E%0A%20%20%20%20%7B%25%20else%20%25%7D%0A%20%20%20%20%3Clabel%20for%3D%22swatch-%7B%7B%20option_index%20%7D%7D-%7B%7B%20value%20%7C%20handle%20%7D%7D%22%3E%0A%20%20%20%20%20%20%7B%7B%20value%20%7D%7D%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%3C%2Flabel%3E%3Cimg%20class%3D%22crossed-out%22%20src%3D%22%7B%7B%20’soldout.png’%20%7C%20asset_url%20%7D%7D%22%20%2F%3E%0A%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%3C%2Fdiv%3E%0A%20%20%20%0A%20%20%7B%25%20endunless%20%25%7D%0A%20%20%7B%25%20if%20variant.available%20%25%7D%0A%20%20%3Cscript%3E%0A%20%20%20%20jQuery(%22.%7B%7B%20value%20%7C%20handle%20%7D%7D%3Anot(%3Afirst)%22).remove()%3B%0A%20%20%20%20jQuery(‘.swatch%5Bdata-option-index%3D%22%7B%7B%20option_index%20%7D%7D%22%5D%20.%7B%7B%20value%20%7C%20handle%20%7D%7D’).removeClass(‘soldout’).addClass(‘available’).find(‘%3Aradio’).removeAttr(‘disabled’)%3B%0A%20%20%3C%2Fscript%3E%0A%20%20%7B%25%20endif%20%25%7D%0A%0A%20%20%7B%25%20endfor%20%25%7D%0A%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%7B%25%20endunless%20%25%7D%0A%0A%7B%25%20endif%20%25%7D%0A%7B%25%20if%20settings.swatch_color%20%25%7D%0A%7B%25%20assign%20swatch_color_colors%20%3D%20settings.swatch_color_colors%20%25%7D%0A%7B%25%20assign%20swatch_color_colors2%20%3D%20settings.swatch_color_colors%20%20%7C%20split%3A%20’%3B’%20%25%7D%0A%3Cstyle%3E%0A%20%20%7B%25%20for%20text_row%20in%20swatch_color_colors2%20%25%7D%0A%20%20%7B%25%20assign%20text_row_array%20%3D%20text_row%20%7C%20split%3A%20’%7C’%20%25%7D%0A%20%20%7B%25%20assign%20color_name%20%3D%20text_row_array%5B0%5D%20%7C%20lstrip%20%7C%20handleize%20%25%7D%0A%20%20%7B%25%20assign%20color_hex%20%3D%20text_row_array%5B1%5D%20%7C%20lstrip%20%25%7D%20%0A%20%20.swatch%20.%7B%7B%20color_name%20%7D%7D%20label%20%7B%20background%3A%7B%7B%20color_hex%20%7D%7D%3B%20width%3A40px%3B%20min-width%3A40px%20!important%3B%20height%3A40px%20!important%3B%20border-radius%3A%7B%7B%20settings.swatch_color_design%20%7D%7Dpx%3B%20font-size%3A0%3B%20text-indent%3A-999px%3B%20%7D%0A%20%20%7B%25%20endfor%20%25%7D%0A%3C%2Fstyle%3E%0A%7B%25%20endif%20%25%7D%0A%0A%20%20″ message=”” highlight=”” provider=”manual”/]
[pastacode lang=”markup” manual=”%7B%25%20comment%20%25%7D%0A%20%20The%20code%20below%20relies%20on%20the%20advanced-tag-loop%20snippet.%0A%20%20The%20snippet%20is%20already%20included%20in%20snippets%2Fbreadrumbs.liquid%0A%20%20because%20it%20is%20needed%20there%20too%2C%20but%20if%20you%20remove%0A%20%20breadcrumbs%20you%20need%20to%20include%20this%3A%0A%0A%20%20%7B%25%20include%20’advanced-tag-loop’%20%25%7D%0A%7B%25%20endcomment%20%25%7D%0A%7B%25%20if%20section.settings.sidebar_filter_enable%20%3D%3D%20true%20%25%7D%0A%7B%25%20if%20section.settings.sidebar_filter_collection%20%3D%3D%20true%20%25%7D%0A%3Cdiv%20class%3D%22widget%22%3E%0A%7B%25%20if%20section.settings.sidebar_filter_collection_title%20!%3D%20%22%22%20%25%7D%3Ch3%3E%7B%7B%20section.settings.sidebar_filter_collection_title%20%7D%7D%3C%2Fh3%3E%20%7B%25%20endif%20%25%7D%0A%3Cselect%20class%3D%22coll-picker%22%3E%20%0A%20%20%7B%25%20for%20c%20in%20collections%20%25%7D%0A%20%20%7B%25%20unless%20c.handle%20%3D%3D%20’all’%20%20%25%7D%0A%20%20%7B%25%20if%20collection.handle%20%3D%3D%20c.handle%20%25%7D%0A%20%20%3Coption%20value%3D%22%7B%7B%20c.handle%20%7D%7D%22%20selected%3E%7B%7B%20c.title%20%7D%7D%3C%2Foption%3E%0A%20%20%7B%25%20else%20%25%7D%0A%20%20%3Coption%20value%3D%22%7B%7B%20c.handle%20%7D%7D%22%3E%7B%7B%20c.title%20%7D%7D%3C%2Foption%3E%0A%20%20%7B%25%20endif%20%25%7D%0A%20%20%7B%25%20endunless%20%25%7D%0A%20%20%7B%25%20endfor%20%25%7D%0A%3C%2Fselect%3E%0A%3Chr%3E%0A%3C%2Fdiv%3E%0A%7B%25%20endif%20%25%7D%0A%0A%7B%25%20for%20block%20in%20section.blocks%20%25%7D%0A%20%20%7B%25%20case%20block.type%20%25%7D%0A%20%20%20%20%7B%25%20when%20’filter_color’%20%25%7D%0A%20%20%09%7B%25%20if%20block.settings.enable%20%25%7D%0A%20%20%20%20%20%20%3Cdiv%20class%3D%22widget%20sidebar-custom%20sidebar-tag%20color%20sidebar_toggle%22%20id%3D%22block-%7B%7B%20block.id%20%7D%7D%22%3E%0A%20%20%20%20%20%20%20%20%7B%25%20if%20block.settings.title%20!%3D%20blank%20%25%7D%0A%20%20%20%20%20%20%20%20%3Cdiv%20class%3D%22widget-title%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Ch3%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20include%20’multilang’%20with%20block.settings.title%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ca%20href%3D%22javascript%3Avoid(0)%22%20class%3D%22clear%22%20style%3D%22display%3Anone%22%20%7B%25%20if%20settings.enable_multilang%20%25%7Ddata-translate%3D%22collections.sidebar.clear%22%7B%25%20endif%20%25%7D%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%7B%20’collections.sidebar.clear’%20%7C%20t%20%7D%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fa%3E%0A%20%20%20%20%20%20%20%20%20%20%3C%2Fh3%3E%0A%20%20%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%3Cdiv%20class%3D%22widget-content%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cul%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20for%20i%20in%20(1..20)%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20capture%20color_text%20%25%7Dcolor_text_%7B%7B%20i%20%7D%7D%7B%25%20endcapture%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20capture%20color%20%25%7Dcolor_img_%7B%7B%20i%20%7D%7D%7B%25%20endcapture%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20if%20block.settings%5Bcolor%5D%20!%3D%20blank%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25-%20assign%20img_url%20%3D%20block.settings%5Bcolor%5D%20%7C%20img_url%3A%20’34×34’%20-%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20else%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25-%20assign%20img_url%20%3D%20”%20-%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20if%20color_text%20!%3D%20blank%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20assign%20tag%20%3D%20block.settings%5Bcolor_text%5D%20%7C%20strip%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20if%20collection.tags%20contains%20tag%20%25%7D%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cli%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20assign%20tag_value%20%3D%20tag%20%7C%20handleize%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cinput%20type%3D%22checkbox%22%20value%3D%22%7B%7B%20tag_value%20%7D%7D%22%20%7B%25%20if%20current_tags%20contains%20tag%20%25%7Dchecked%7B%25%20endif%20%25%7D%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ca%20href%3D%22javascript%3Avoid(0)%22%20%20%7B%25%20if%20current_tags%20contains%20tag%20%25%7D%20class%3D%22active%22%20%7B%25%20endif%20%25%7D%20title%3D%22%7B%7Btag%7D%7D%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cimg%20src%3D%22%7B%7B%20img_url%20%7D%7D%22%20alt%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fa%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fli%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20endfor%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%3C%2Ful%3E%0A%20%20%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%20%20%3C%2Fdiv%3E%0A%09%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%7B%25%20when%20’filter_text’%20%25%7D%0A%20%20%09%7B%25%20if%20block.settings.enable%20%25%7D%0A%20%20%20%20%0A%20%20%20%20%20%20%3Cdiv%20class%3D%22widget%20sidebar-custom%20sidebar-tag%20sidebar_toggle%20%7B%25%20if%20block.settings.title%20%3D%3D%20’Size%20%7C%20Gr%C3%B6%C3%9Fe’%20%25%7Dsize%7B%25%20endif%20%25%7D%22%20id%3D%22block-%7B%7B%20block.id%20%7D%7D%22%3E%0A%20%20%20%20%20%20%20%20%7B%25%20assign%20tags%20%3D%20block.settings.list_tags%20%7C%20split%3A%20’%2C’%20%25%7D%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%7B%25%20if%20block.settings.title%20!%3D%20blank%20%25%7D%3Ch3%3E%7B%7B%20block.settings.title%20%7D%7D%3C%2Fh3%3E%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%3Cselect%20class%3D%22coll-filter%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Coption%20value%3D%22%22%3E%7B%7B%20’collections.sidebar.all’%20%7C%20t%20%7D%7D%3C%2Foption%3E%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20for%20t%20in%20tags%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20assign%20tag%20%3D%20t%20%7C%20strip%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20assign%20tag_value%20%3D%20tag%20%7C%20handleize%20%25%7D%20%09%09%20%20%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20if%20collection.tags%20contains%20tag%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20if%20current_tags%20contains%20tag%20%25%7D%20%20%20%20%20%20%20%20%20%20%0A%0A%20%20%20%20%20%20%20%20%20%20%3Coption%20value%3D%22%7B%7Btag_value%7D%7D%22%20selected%3E%7B%7B%20tag%20%7D%7D%3C%2Foption%3E%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20else%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%3Coption%20value%3D%22%7B%7Btag_value%7D%7D%22%3E%7B%7B%20tag%20%7D%7D%3C%2Foption%3E%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20endfor%20%25%7D%0A%20%20%20%20%20%20%20%20%3C%2Fselect%3E%0A%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%3Chr%3E%0A%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%20%20%3Cscript%3E%0A%20%20%20%20%20%20if%20(%24(‘%23block-%7B%7B%20block.id%20%7D%7D%20option’).length%20%3C%202)%20%7B%0A%20%20%20%20%20%20%20%24(‘%23block-%7B%7B%20block.id%20%7D%7D’).hide()%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fscript%3E%0A%09%20%7B%25%20endif%20%25%7D%09%09%0A%20%20%20%20%7B%25%20when%20’image’%20%25%7D%0A%20%20%09%7B%25%20if%20block.settings.enable%20%25%7D%0A%20%20%20%20%20%20%7B%25%20if%20block.settings.image%20!%3D%20blank%20%25%7D%0A%20%20%20%20%20%20%20%20%7B%25-%20assign%20img_url%20%3D%20block.settings.image%20%7C%20img_url%3A%20’1024×1024’%20-%25%7D%0A%20%20%20%20%20%20%7B%25%20else%20%25%7D%0A%20%20%20%20%20%20%20%20%7B%7B%20’image’%20%7C%20placeholder_svg_tag%3A%20’placeholder-svg’%20%7D%7D%0A%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%0A%20%20%20%20%20%20%3Cdiv%20class%3D%22widget%20sidebar-banner%22%3E%0A%20%20%20%20%20%20%7B%25%20if%20block.settings.link%20!%3D%20blank%20%25%7D%0A%20%20%20%20%20%20%20%20%3Ca%20href%3D%22%7B%7B%20block.settings.link%20%7D%7D%22%3E%0A%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%3Cimg%20src%3D%22%7B%7B%20img_url%20%7D%7D%22%20alt%3D%22%22%3E%0A%20%20%20%20%20%20%7B%25%20if%20block.settings.link%20!%3D%20blank%20%25%7D%0A%20%20%20%20%20%20%20%20%3C%2Fa%3E%0A%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%3C%2Fdiv%3E%0A%09%7B%25%20endif%20%25%7D%0A%20%20%20%20%7B%25%20when%20’quote’%20%25%7D%0A%09%20%20%7B%25%20if%20block.settings.enable%20%25%7D%0A%20%20%20%20%20%20%3Cdiv%20class%3D%22widget%20sidebar-cms-custom%22%3E%0A%20%20%20%20%20%20%20%20%7B%25%20if%20block.settings.title%20!%3D%20blank%20%25%7D%0A%20%20%20%20%20%20%20%20%3Cdiv%20class%3D%22widget-title%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Ch3%3E%7B%25%20include%20’multilang’%20with%20block.settings.title%20%7C%20escape%20%20%25%7D%3C%2Fh3%3E%0A%20%20%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%3Cdiv%20class%3D%22widget-content%22%3E%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20if%20block.settings.quote%20!%3D%20blank%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%09%20%7B%25%20if%20settings.enable_multilang%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cdiv%20class%3D%22rte-setting%20lang1%22%3E%7B%7B%20block.settings.quote%20%7C%20split%3A%20’%7C’%20%7C%20first%20%7D%7D%3C%2Fdiv%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cdiv%20class%3D%22rte-setting%20lang2%22%3E%7B%7B%20block.settings.quote%20%7C%20split%3A%20’%7C’%20%7C%20last%20%7D%7D%3C%2Fdiv%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20else%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cdiv%20class%3D%22rte-setting%22%3E%7B%7B%20block.settings.quote%20%7C%20split%3A%20’%7C’%20%7C%20first%20%7D%7D%3C%2Fdiv%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%09%20%3C%2Fdiv%3E%0A%20%20%09%7B%25%20endif%20%25%7D%0A%20%20%7B%25%20endcase%20%25%7D%0A%7B%25%20endfor%20%25%7D%0A%0A%7B%25%20if%20section.settings.sidebar_filter_tag%20%3D%3D%20%222222%22%20%25%7D%0A%7B%25%20if%20section.settings.sidebar_filter_tag_title%20!%3D%20%22%22%20%25%7D%3Ch3%3E%7B%7B%20section.settings.sidebar_filter_tag_title%20%7D%7D%3C%2Fh3%3E%20%7B%25%20endif%20%25%7D%0A%3Cul%20class%3D%22subnav%20clearfix%22%3E%0A%20%20%3Cli%7B%25%20unless%20current_tags%20%25%7D%20class%3D%22active%22%7B%25%20endunless%20%25%7D%3E%0A%20%20%20%20%7B%25%20if%20collection.handle%20%25%7D%0A%20%20%20%20%3Ca%20href%3D%22%2Fcollections%2F%7B%7B%20collection.handle%20%7D%7D%7B%25%20if%20collection.sort_by%20%25%7D%3Fsort_by%3D%7B%7B%20collection.sort_by%20%7D%7D%7B%25%20endif%20%25%7D%22%3EAll%3C%2Fa%3E%0A%20%20%20%20%7B%25%20elsif%20collection.current_type%20%25%7D%0A%20%20%20%20%3Ca%20href%3D%22%7B%7B%20collection.current_type%20%7C%20url_for_type%20%7C%20sort_by%3A%20collection.sort_by%20%7D%7D%22%3EAll%3C%2Fa%3E%0A%20%20%20%20%7B%25%20elsif%20collection.current_vendor%20%25%7D%0A%20%20%20%20%3Ca%20href%3D%22%7B%7B%20collection.current_vendor%20%7C%20url_for_vendor%20%7C%20sort_by%3A%20collection.sort_by%20%7D%7D%22%3EAll%3C%2Fa%3E%0A%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%3C%2Fli%3E%0A%20%20%7B%25%20for%20tag%20in%20collection.all_tags%20%25%7D%0A%20%20%7B%25%20if%20current_tags%20contains%20tag%20%25%7D%0A%20%20%3Cli%20class%3D%22active%22%3E%0A%20%20%20%20%7B%7B%20tag%20%7C%20link_to_remove_tag%3A%20tag%20%7D%7D%0A%20%20%3C%2Fli%3E%0A%20%20%7B%25%20else%20%25%7D%0A%20%20%3Cli%3E%0A%20%20%20%20%7B%7B%20tag%20%7C%20link_to_tag%3A%20tag%20%7D%7D%0A%20%20%3C%2Fli%3E%0A%20%20%7B%25%20endif%20%25%7D%0A%20%20%7B%25%20endfor%20%25%7D%0A%3C%2Ful%3E%0A%0A%7B%25%20endif%20%25%7D%0A%0A%3C!–%20Step%202%3A%20Add%20this%20at%20the%20bottom%20of%20collection.liquid%20–%3E%0A%0A%3Cscript%3E%0A%20%20%2F*%20Product%20Tag%20%26%20Collection%20Filters%20-%20Good%20for%20any%20number%20of%20filters%20on%20any%20type%20of%20collection%20pages%20*%2F%0A%20%20%2F*%20Give%20you%20product%20tag%20filter%20select%20element%20a%20class%20of%20coll-filter%20*%2F%0A%20%20%2F*%20Give%20your%20collection%20select%20a%20class%20of%20coll-picker%20*%2F%0A%20%20%2F*%20Brought%20to%20you%20by%20Caroline%20Schnapp%20*%2F%0A%20%20%0A%20%20var%20allFilters%20%3D%20jQuery(‘.coll-filter%2C%20.coll-picker’)%3B%0A%20%20allFilters.change(function()%20%7B%0A%20%20%20%20%24(‘.loading-modal’).show()%3B%0A%20%20%20%20var%20newTags%20%3D%20%5B%5D%3B%0A%20%20%20%20jQuery(‘.coll-filter’).each(function()%20%7B%20%0A%20%20%20%20%20%20if%20(jQuery(this).val())%20%7B%0A%20%20%20%20%20%20%20%20newTags.push(jQuery(this).val())%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D)%3B%0A%20%20%20%20if%20(newTags.length)%20%7B%0A%20%20%20%20%20%20var%20query%20%3D%20newTags.join(‘%2B’)%3B%0A%20%20%20%20%20%20if%20(jQuery(‘.coll-picker’).length)%20%7B%0A%20%20%20%20%20%20%20%20window.location.href%20%3D%20’%2Fcollections%2F’%20%2B%20jQuery(‘.coll-picker’).val()%20%2B%20’%2F’%20%2B%20query%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20else%20%7B%0A%20%20%20%20%20%20%20%20window.location.href%20%3D%20jQuery(‘%7B%7B%20’tag’%20%7C%20link_to_tag%3A%20’tag’%20%7D%7D’).attr(‘href’).replace(‘tag’%2C%20query)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%20%0A%20%20%20%20else%20%7B%0A%20%20%20%20%20%20if%20(jQuery(‘.coll-picker’).length)%20%7B%0A%20%20%20%20%20%20%20%20window.location.href%20%3D%20’%2Fcollections%2F’%20%2B%20jQuery(‘.coll-picker’).val()%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20else%20%7B%0A%20%20%20%20%20%20%20%20%7B%25%20if%20collection.handle%20%25%7D%0A%20%20%20%20%20%20%20%20window.location.href%20%3D%20’%2Fcollections%2F%7B%7B%20collection.handle%20%7D%7D’%3B%0A%20%20%20%20%20%20%20%20%7B%25%20elsif%20collection.products.first.type%20%3D%3D%20collection.title%20%25%7D%0A%20%20%20%20%20%20%20%20window.location.href%20%3D%20’%7B%7B%20collection.title%20%7C%20url_for_type%20%7D%7D’%3B%0A%20%20%20%20%20%20%20%20%7B%25%20elsif%20collection.products.first.vendor%20%3D%3D%20collection.title%20%25%7D%0A%20%20%20%20%20%20%20%20window.location.href%20%3D%20’%7B%7B%20collection.title%20%7C%20url_for_vendor%20%7D%7D’%3B%0A%20%20%20%20%20%20%20%20%7B%25%20endif%20%25%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D)%3B%0A%3C%2Fscript%3E%0A%0A%7B%25%20endif%20%25%7D” message=”” highlight=”” provider=”manual”/]