<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(window.webpackJsonp=window.webpackJsonp||[]).push([[71,24,25,59],{561:function(t,e,r){},562:function(t,e,r){},564:function(t,e,r){"use strict";r.r(e);var n={props:{},data:function(){return{Accordion:{count:0,active:[]}}},provide:function(){return{Accordion:this.Accordion}}},i=(r(590),r(60)),a=Object(i.a)(n,(function(){return(0,this._self._c)("ul",{staticClass:"accordion"},[this._t("default")],2)}),[],!1,null,"d1b26fa2",null);e.default=a.exports},565:function(t,e,r){"use strict";r.r(e);r(42),r(52),r(162),r(161);var n={inject:["Accordion"],props:{arrow:{default:!1,type:Boolean}},data:function(){return{index:null}},computed:{visible:function(){return this.Accordion.active.includes(this.index)}},created:function(){this.index=this.Accordion.count++},methods:{open:function(){var t=this;this.visible?this.Accordion.active.splice(this.Accordion.active.findIndex((function(e){return e===t.index})),1):this.Accordion.active.push(this.index)},start:function(t){t.style.height=t.scrollHeight+"px"},end:function(t){t.style.height=""}}},i=(r(591),r(60)),a=Object(i.a)(n,(function(){var t=this,e=t._self._c;return e("li",{staticClass:"accordion__item"},[e("div",{staticClass:"accordion__trigger",class:{accordion__trigger_active:t.visible},on:{click:t.open}},[t._t("accordion-trigger"),t._v(" "),t.arrow?t._e():[t.visible?t._e():e("img",{attrs:{src:"/icons/plus.svg",alt:""}}),t._v(" "),t.visible?e("img",{attrs:{src:"/icons/minus.svg",alt:""}}):t._e()],t._v(" "),t.arrow?[e("img",{staticClass:"arrow",class:{active:t.visible},attrs:{src:"/icons/arrow-right.svg",alt:""}})]:t._e()],2),t._v(" "),e("transition",{attrs:{name:"accordion"},on:{enter:t.start,"after-enter":t.end,"before-leave":t.start,"after-leave":t.end}},[e("div",{directives:[{name:"show",rawName:"v-show",value:t.visible,expression:"visible"}],staticClass:"accordion__content"},[e("ul",[t._t("accordion-content")],2)])])],1)}),[],!1,null,"86efd650",null);e.default=a.exports},590:function(t,e,r){"use strict";r(561)},591:function(t,e,r){"use strict";r(562)},596:function(t,e,r){},603:function(t,e,r){"use strict";r(596)},605:function(t,e,r){"use strict";r.r(e);r(6),r(34),r(39),r(15),r(33),r(21),r(17),r(29),r(30);var n=r(7),i=(r(18),r(204),r(95)),a=r(564),s=r(565),o=r(608),c=r.n(o);r(609),r(610);function u(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&amp;&amp;(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var l={components:{Accordion:a.default,AccordionItem:s.default,VueSlider:c.a},props:{attributes:{type:Array,required:!0},priceRange:{type:Array,default:function(){return[0,50]}},showSaleToggle:{type:Boolean,required:!1,default:function(){return!0}}},data:function(){return{sliderValue:this.priceRange.slice(),sale:!1,screenWidth:"",brandSearch:"",selectedBrands:[],attributesSections:[],refreshKey:0}},computed:function(t){for(var e=1;e&lt;arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?u(Object(r),!0).forEach((function(e){Object(n.a)(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({},Object(i.c)({stateFilter:"products/getStateFilter"})),watch:{sliderValue:function(t){this.$emit("priceChange",t)},sale:function(t){this.$emit("setSaleFilter",t)}},destroyed:function(){window.removeEventListener("resize",this.handleResize)},created:function(){var t=this;this.attributes.forEach((function(e){return t.attributesSections.push(!1)}))},mounted:function(){this.handleResize(),window.addEventListener("resize",this.handleResize),this.sale="discount"==this.$route.query.type},methods:{handleResize:function(){this.screenWidth=window.innerWidth},close:function(){this.$store.commit("brands/setFilterState",!1),this.$store.commit("products/setFilterState",!1)},inputChangeMin:function(t){var e=Number(t.target.value),r=this.priceRange[0]&lt;e&amp;&amp;this.priceRange[1]&gt;e?e:this.priceRange[0];this.sliderValue=[r,this.sliderValue[1]]},inputChangeMax:function(t){var e=Number(t.target.value),r=e&lt;this.priceRange[1]&amp;&amp;e&gt;this.priceRange[0]?e:this.priceRange[1];this.sliderValue=[this.sliderValue[0],r]}}},d=l,p=(r(603),r(60)),f=Object(p.a)(d,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"filter-wrapper"},[e("transition",{attrs:{name:"slideBurger"}},[e("div",{directives:[{name:"show",rawName:"v-show",value:t.screenWidth&gt;1152||t.stateFilter,expression:"screenWidth &gt; 1152 || stateFilter"}],staticClass:"filter"},[e("div",{staticClass:"filter__header"},[e("div",{staticClass:"filter__header-title"},[t._v(t._s(t.$t("categoryPage.sort.filterBarTitle")))]),t._v(" "),e("div",{staticClass:"close",on:{click:t.close}},[e("img",{attrs:{src:"/icons/close-burger.svg",alt:""}})])]),t._v(" "),1==t.showSaleToggle?e("div",{staticClass:"row center-align flex sale"},[e("client-only",[e("VueToggles",{attrs:{height:"16",width:"26",value:t.sale},on:{click:function(e){t.sale=!t.sale}}})],1),t._v(" "),e("span",{staticClass:"text-black"},[t._v(t._s(t.$t("categoryPage.promo")))])],1):t._e(),t._v(" "),e("div",{staticClass:"devider"}),t._v(" "),e("client-only",[e("div",{staticStyle:{overflow:"auto","overflow-x":"hidden"}},[e("accordion",[e("accordion-item",{staticClass:"filter__section price-diaposon",attrs:{arrow:!0}},[e("template",{slot:"accordion-trigger"},[e("span",{staticClass:"filter__section-title"},[t._v("\n                  "+t._s(t.$t("categoryPage.price"))+", "+t._s(t.$t("currency"))+"\n                ")])]),t._v(" "),e("template",{slot:"accordion-content"},[e("div",{staticClass:"form-row"},[e("div",{staticClass:"form-group"},[e("input",{attrs:{disabled:!1,type:"number"},domProps:{value:t.sliderValue[0]},on:{change:t.inputChangeMin}})]),t._v(" "),e("div",{staticClass:"form-group"},[e("input",{attrs:{disabled:!1,type:"number"},domProps:{value:t.sliderValue[1]},on:{change:t.inputChangeMax}})])]),t._v(" "),isNaN(t.sliderValue[0])||isNaN(t.sliderValue[1])?t._e():e("vue-slider",{attrs:{lazy:!0,tooltip:"none",min:t.priceRange[0],max:t.priceRange[1],interval:.1,"dot-size":6,height:"18px",formatter:function(t){return t/10}},model:{value:t.sliderValue,callback:function(e){t.sliderValue=e},expression:"sliderValue"}})],1)],2),t._v(" "),t._l(t.attributes,(function(r,n){return e("accordion-item",{key:n,staticClass:"filter__section price-diaposon",attrs:{arrow:!0}},[e("template",{slot:"accordion-trigger"},[e("span",{staticClass:"filter__section-title"},[t._v(t._s(r.key_name))])]),t._v(" "),e("template",{slot:"accordion-content"},[e("div",{staticClass:"list"},[t._l(t.attributesSections[n]?r.values:r.values.slice(0,5),(function(r){return e("div",{key:r.attribute_value__name+"_"+t.refreshKey},[e("input",{directives:[{name:"model",rawName:"v-model",value:r.selected,expression:"attrVal.selected"}],staticClass:"styled-checkbox filter-checkbox",attrs:{id:r.filter,type:"checkbox"},domProps:{checked:Array.isArray(r.selected)?t._i(r.selected,null)&gt;-1:r.selected},on:{change:[function(e){var n=r.selected,i=e.target,a=!!i.checked;if(Array.isArray(n)){var s=t._i(n,null);i.checked?s&lt;0&amp;&amp;t.$set(r,"selected",n.concat([null])):s&gt;-1&amp;&amp;t.$set(r,"selected",n.slice(0,s).concat(n.slice(s+1)))}else t.$set(r,"selected",a)},function(e){return t.$emit("filter")}]}}),t._v(" "),e("label",{attrs:{for:r.filter}},[t._v("\n                      "+t._s(r.attribute_value__name)+"\n                    ")])])})),t._v(" "),r.values.length&gt;5?e("button",{staticClass:"show_more",attrs:{type:"button"},on:{click:function(e){t.attributesSections[n]=!t.attributesSections[n],++t.refreshKey}}},[t._v("\n                    "+t._s(t.attributesSections[n]?t.$t("categoryPage.sort.hidden"):t.$t("categoryPage.sort.showAll"))+"\n                  ")]):t._e()],2)])],2)}))],2)],1)]),t._v(" "),e("div",{staticClass:"devider"}),t._v(" "),e("div",{staticClass:"row start mt-12"},[e("button",{staticClass:"btn btn--grey-outline",on:{click:function(e){return t.$emit("clearAll")}}},[t._v("\n          "+t._s(t.$t("categoryPage.sort.reset"))+"\n        ")])])],1)]),t._v(" "),e("transition",{attrs:{name:"fade"}},[t.screenWidth&lt;1152&amp;&amp;t.stateFilter?e("div",{staticClass:"overlay",on:{click:t.close}}):t._e()])],1)}),[],!1,null,"3a572372",null);e.default=f.exports;installComponents(f,{AccordionItem:r(565).default,Accordion:r(564).default})},686:function(t,e,r){},751:function(t,e,r){"use strict";r(686)},818:function(t,e,r){"use strict";r.r(e);r(26),r(17),r(29),r(30);var n=r(7),i=r(1),a=(r(16),r(68),r(6),r(97),r(31),r(34),r(22),r(98),r(61),r(18),r(42),r(52),r(15),r(53),r(62),r(96),r(21),r(162),r(161),r(39),r(95)),s=r(559),o=r(605),c=r(600);function u(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&amp;&amp;(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function l(t){for(var e=1;e&lt;arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?u(Object(r),!0).forEach((function(e){Object(n.a)(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var d={components:{FilterBar:o.default,btnLoader:s.default,ProductList:c.default},fetch:function(){var t=this;return Object(i.a)(regeneratorRuntime.mark((function e(){var r,n,i,a,s,o,c,u,d,p,f,h,g,v,m,b,_,y,w,x;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.$store.dispatch("brands/fetchBrends");case 2:return r=t.$route.params.id,n=t.$route.query,i=n.filters,a=n.param,s=n.page,o=n.type,t.brand=t.$store.getters["brands/getBrands"].find((function(t){return t.slug===r})),e.prev=5,e.next=8,t.$axios.$get("".concat(t.$i18n.locale,"/shop/product/"),{params:l(l({},t.filterQuery),{},{ordering:a,product_attribute__filter__in:i,page:s||1,type:o})});case 8:return c=e.sent,u=c.products,d=u.results,p=u.count,t.totalProductsCount=0===p?null:p,t.products=d.sort((function(t,e){return e.is_stock-t.is_stock})),t.addPage(s||1,t.products),f=function(t){return t.map((function(t){return l(l({},t),{},{values:t.values.sort((function(t,e){var r=(t.attribute_value__name.match(/(\d+\.\d+)|(\d+)/g)||[]).map((function(t){return parseFloat(t)})),n=(e.attribute_value__name.match(/(\d+\.\d+)|(\d+)/g)||[]).map((function(t){return parseFloat(t)}));if(!(r.length&gt;0&amp;&amp;r.length&gt;0)){var i=t.attribute_value__name,a=e.attribute_value__name;return i&lt;a?-1:i&gt;a?1:0}return r[0]&lt;n[0]?-1:r[0]&gt;n[0]?1:r.length&gt;1&amp;&amp;r.length&gt;1?r[1]&lt;n[1]?-1:r[1]&gt;n[1]?1:r.length&gt;2&amp;&amp;r.length&gt;2?r[2]&lt;n[2]?-1:r[2]&gt;n[2]?1:void 0:0:0}))})})).sort((function(t,e){return t.key_name.localeCompare(e.key_name)}))},e.next=18,t.$axios.$get("".concat(t.$i18n.locale,"/shop/product/attributes/"),{params:{brand__slug:t.brand.slug||t.$route.params.id}});case 18:h=e.sent,g=h.filters,v=h.max_price,m=void 0===v?0:v,b=h.min_price,_=void 0===b?0:b,i&amp;&amp;(y=i.split(","),g.forEach((function(t){t.values.forEach((function(t){t.selected=y.includes(t.filter)}))}))),t.attributes=f(g).filter((function(t){return!["Brand","Бренд"].includes(t.key_id)})),(_||m)&amp;&amp;(w=parseInt(_),x=parseInt(m),t.priceRange=[w,x],t.priceDiaposon=[w,x]),e.next=32;break;case 29:e.prev=29,e.t0=e.catch(5);case 32:case"end":return e.stop()}}),e,null,[[5,29]])})))()},data:function(){return{priceDiaposon:[0,0],sortBar:"",products:[],attributes:[],priceRange:[0,0],pages:[],totalProductsCount:0,filterBarKey:0,onlyProductSale:!1,brand:{}}},jsonld:function(){return{"@context":"https://schema.org","@type":"BreadcrumbList",itemListElement:[{"@type":"ListItem",position:0,item:{"@id":"https://volta.md/",name:"Home"}},{"@type":"ListItem",position:1,item:{"@id":"https://volta.md/brand/",name:"Brand"}}]}},head:function(){return{title:this.$t("seo.brand.title").replace("{text}",this.brand.name),meta:[{hid:"description",name:"description",content:this.$t("seo.brand.description").replace("{text}",this.brand.name)},{hid:"og:title",property:"og:title",content:this.$t("seo.brand.title").replace("{text}",this.brand.name)},{hid:"og:description",property:"og:description",content:this.$t("seo.brand.description").replace("{text}",this.brand.name)},{hid:"og:image",property:"og:image",content:"https://media.volta.md/important-img/logo-volta.png"},{hid:"og:type",property:"og:type",content:"website"},{hid:"og:url",property:"og:url",content:"https://volta.md"+this.$route.fullPath}]}},computed:l(l({},Object(a.c)({brands:"brands/getBrands"})),{},{filterQuery:function(){var t=this,e={brand__slug:this.$route.params.id||this.brand.slug,page_size:45,page:1,withAttr:!0},r=this.activeFilters.join(",");r?(e.product_attribute__filter__in=r,setTimeout((function(){t.$router.replace({query:l(l({},t.$route.query),{},{filters:r,page:1})}).catch((function(){}))}))):setTimeout((function(){t.$router.replace({query:l(l({},t.$route.query),{},{filters:void 0})}).catch((function(){}))}));var n=this.priceDiaposon.reduce((function(t,e){return t+e}),0);return this.priceDiaposon.length&amp;&amp;0!==n&amp;&amp;(e.price__gte=this.priceDiaposon[0],e.price__lte=this.priceDiaposon[1]),this.sortBar.length&amp;&amp;(e.ordering=this.sortBar),this.onlyProductSale&amp;&amp;(e.type="discount"),Object.keys(e).forEach((function(t){void 0!==e[t]&amp;&amp;""!==e[t]||delete e[t]})),e},activeFilters:function(){var t=[];return this.attributes.forEach((function(e){return e.values.forEach((function(e){e.selected&amp;&amp;t.push(e.filter)}))})),t},productList:function(){var t=[];return this.pages.forEach((function(e){return e.result.forEach((function(e){return t.push(e)}))})),t}}),mounted:function(){var t=this;return Object(i.a)(regeneratorRuntime.mark((function e(){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:(r=t.$refs.breadcrumbs).scrollLeft=r.scrollWidth;case 2:case"end":return e.stop()}}),e)})))()},methods:l(l({},Object(a.d)({setFilter:"brands/setFilterState"})),{},{getProducts:function(){var t=this;return Object(i.a)(regeneratorRuntime.mark((function e(){var r,n,i,a;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t.totalProductsCount=0,t.products.splice(0),e.next=5,t.$axios.$get("".concat(t.$i18n.locale,"/shop/product/"),{params:l({},t.filterQuery)});case 5:r=e.sent,n=r.products,i=n.results,a=n.count,t.products=i.sort((function(t,e){return e.is_stock-t.is_stock})),t.clearPages(),t.addPage(1,t.products),window.scrollTo(0,0),t.totalProductsCount=0===a?null:a,e.next=19;break;case 16:e.prev=16,e.t0=e.catch(0);case 19:case"end":return e.stop()}}),e,null,[[0,16]])})))()},clearPages:function(){this.pages.splice(0)},addPage:function(t,e){var r=this.pages.findIndex((function(e){return e.page===t}));-1!==r?this.pages[r].result=e:this.pages.push({page:t,result:e})},getAnchor:function(t){var e=this.pages.find((function(e){return e.page===t}));if(void 0!==e&amp;&amp;0!=e.result.length){var r=e.result[0];this.$scrollTo('a[href*="'.concat(r.slug,'"]'),{offset:-160})}},setSaleFilter:function(t){var e=this;return Object(i.a)(regeneratorRuntime.mark((function r(){return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return e.onlyProductSale=t,setTimeout((function(){e.$router.replace({query:l(l({},e.$route.query),{},{type:t?"discount":void 0})}).catch((function(){}))}),0),r.next=4,e.getProducts();case 4:case"end":return r.stop()}}),r)})))()},clearAll:function(){var t=this;return Object(i.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.sortBar="",t.priceDiaposon=t.priceRange.slice(),t.attributes.forEach((function(t){t.values.forEach((function(t){t.selected=!1}))})),t.onlyProductSale=!1,e.next=6,t.clearDiscountInURL();case 6:return++t.filterBarKey,e.next=9,t.getProducts();case 9:case"end":return e.stop()}}),e)})))()},goToPage:function(t){var e=this;return Object(i.a)(regeneratorRuntime.mark((function r(){var n,i,a,s;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(r.prev=0,-1!==e.pages.findIndex((function(e){return e.page===t}))){r.next=13;break}return r.next=4,e.$axios.$get("".concat(e.$i18n.locale,"/shop/product/"),{params:l(l({},e.filterQuery),{},{page:t})});case 4:n=r.sent,i=n.products,a=i.results,s=i.count,e.products=a.sort((function(t,e){return e.is_stock-t.is_stock})),e.addPage(t,e.products),e.totalProductsCount=0===s?null:s,r.next=14;break;case 13:e.getAnchor(t);case 14:if(parseInt(e.$route.query.page)===t){r.next=17;break}return r.next=17,e.$router.replace({query:l(l({},e.$route.query),{},{page:t})}).catch((function(){}));case 17:r.next=22;break;case 19:r.prev=19,r.t0=r.catch(0);case 22:case"end":return r.stop()}}),r,null,[[0,19]])})))()},clearDiscountInURL:function(){var t=this;return Object(i.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.$router.replace({query:l(l({},t.$route.query),{},{type:void 0})}).catch((function(){}));case 2:case"end":return e.stop()}}),e)})))()}})},p=(r(751),r(60)),f=Object(p.a)(d,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"category"},[e("div",{staticClass:"container"},[e("div",{ref:"breadcrumbs",staticClass:"breadcrumbs"},[e("nuxt-link",{staticClass:"breadcrumbs__home",attrs:{"no-prefetch":"",to:t.localePath("/")}},[e("img",{attrs:{src:"/icons/home.svg",alt:""}})]),t._v(" "),e("nuxt-link",{staticClass:"breadcrumbs__item",attrs:{"no-prefetch":"",to:t.localePath("/brand")}},[e("img",{attrs:{src:"/icons/point.svg",alt:""}}),t._v(" "),e("span",[t._v("Brand-uri")])]),t._v(" "),e("div",{staticClass:"breadcrumbs__item"},[e("img",{attrs:{src:"/icons/point.svg",alt:""}}),t._v(" "),e("span",[t._v(t._s(t.brand.name))])])],1),t._v(" "),e("h1",{staticClass:"page-title"},[t._v(t._s(t.brand.name))]),t._v(" "),e("div",{staticClass:"wrapper"},[e("FilterBar",{key:t.priceRange[0]+t.priceRange[1]+t.filterBarKey,attrs:{attributes:t.attributes,"price-range":t.priceRange},on:{filter:function(e){return t.getProducts()},priceChange:function(e){t.priceDiaposon=e,t.getProducts()},clearAll:t.clearAll,setSaleFilter:t.setSaleFilter}}),t._v(" "),e("ProductList",{attrs:{paginate:!0,products:t.productList,banner:t.brand,"total-products-count":t.totalProductsCount,"text-not-found":t.$t("categoryPage.noProducts")},on:{goToPage:t.goToPage,sortBy:function(e){t.sortBar=e,t.getProducts()}}})],1)])])}),[],!1,null,"09f53b40",null);e.default=f.exports;installComponents(f,{ProductList:r(600).default})}}]);</pre></body></html>