(window.webpackJsonp=window.webpackJsonp||[]).push([[0,28,29,30,31,32,33,34,35,36,37,38,44],{510:function(t,e,r){"use strict";r.r(e);var n={name:"CommonOneRatingStar",props:{product:{type:Object,required:!0}},computed:{averageRating:function(){return this.product.avaliacao.media},countRating:function(){return this.product.avaliacao.quantidade}}},o=(r(533),r(534),r(0)),component=Object(o.a)(n,(function(){var t=this,e=t._self._c;return t.countRating>0&&t.averageRating>0?e("div",{staticClass:"ratings"},[e("div",{staticClass:"ratings-stars"},[t._v("\n "+t._s(t.averageRating)+"\n "),e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"9",height:"9",viewBox:"0 0 9 9",fill:"none"}},[e("path",{attrs:{d:"M1.72125 9L2.7675 5.58L0 3.6H3.42L4.5 0L5.58 3.6H9L6.2325 5.58L7.27875 9L4.5 6.885L1.72125 9Z",fill:"#FD9F3F"}})])])]):t._e()}),[],!1,null,"194a29f0",null);e.default=component.exports},514:function(t,e,r){t.exports={}},515:function(t,e,r){t.exports={}},533:function(t,e,r){"use strict";r(514)},534:function(t,e,r){"use strict";r(515)},567:function(t,e,r){"use strict";r.r(e);var n=r(948),o=r(949),c=r(510),l=r(950),d=r(754),m={name:"CommonProductCard",components:{ImageViewer:n.default,Name:o.default,CommonOneRatingStar:c.default,Status:l.default,Stamps:d.default},props:{product:{type:Object,required:!0}},computed:{isShoppingList:function(){return"fechada"===this.product.tipo||"aberta"===this.product.tipo}}},f=(r(969),r(0)),component=Object(f.a)(m,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"product-card-holder"},[e("div",{staticClass:"product-card__wrapper-top"},[e("div",{staticClass:"product-card__stamps-and-images"},[e("Stamps",{staticClass:"product-card__stamps",attrs:{product:t.product}}),t._v(" "),e("ImageViewer",{staticClass:"product-card__images",attrs:{product:t.product}})],1),t._v(" "),e("div",{staticClass:"product-card__ratings-wrapper"},[e("CommonOneRatingStar",{staticClass:"product-card__ratings",attrs:{product:t.product}})],1)]),t._v(" "),e("div",{staticClass:"product-card__wrapper-bottom"},[e("Name",{staticClass:"product-card__name",attrs:{product:t.product}}),t._v(" "),e("Status",{attrs:{product:t.product}})],1)])}),[],!1,null,"35b0b338",null);e.default=component.exports;installComponents(component,{CommonOneRatingStar:r(510).default})},568:function(t,e,r){"use strict";r.r(e);var n={name:"ProductLink",props:{product:{type:Object,required:!0}},methods:{goToProduct:function(){this.$gtmProductClick(this.product)}}},o=r(0),component=Object(o.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"product-link",on:{click:t.goToProduct}},[e("nuxt-link",{attrs:{to:t.product.rota.route,"aria-label":"Ir para o produto ".concat(t.product.nome)}},[t._t("default")],2)],1)}),[],!1,null,null,null);e.default=component.exports},570:function(t,e,r){t.exports={}},612:function(t,e,r){t.exports={}},613:function(t,e,r){t.exports={}},664:function(t,e,r){"use strict";r(570)},686:function(t,e,r){t.exports={}},712:function(t,e,r){"use strict";r.r(e);var n={name:"CashDiscount",props:{product:{type:Object,required:!0}}},o=(r(664),r(0)),component=Object(o.a)(n,(function(){var t=this,e=t._self._c;return e("div",[t.product.precos.descontoVista>0?e("span",{staticClass:"prices__cash-discount"},[t._v("\n "+t._s(t.product.precos.descontoVista)+"%\n \n "),e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 10 10",fill:"none"}},[e("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5 1.5C5.20711 1.5 5.375 1.66789 5.375 1.875L5.375 7.19396L7.35469 5.11508C7.49824 4.96579 7.73563 4.96114 7.88492 5.10469C8.03421 5.24824 8.03886 5.48563 7.89531 5.63492L5.27031 8.38492C5.19961 8.45845 5.10201 8.5 5 8.5C4.89799 8.5 4.80039 8.45845 4.72969 8.38492L2.10469 5.63492C1.96114 5.48563 1.9658 5.24824 2.11508 5.10469C2.26437 4.96114 2.50177 4.96579 2.64531 5.11508L4.625 7.19396L4.625 1.875C4.625 1.66789 4.79289 1.5 5 1.5Z",fill:"#FD9F3F",stroke:"#FD9F3F","stroke-width":"0.3","stroke-linecap":"round","stroke-linejoin":"round"}})])]):t._e()])}),[],!1,null,"414ab46f",null);e.default=component.exports},720:function(t,e,r){"use strict";r(612)},721:function(t,e,r){"use strict";r(613)},752:function(t,e,r){"use strict";r.r(e);var n={name:"Prices",components:{CashDiscount:r(712).default},props:{product:{type:Object,required:!0}},computed:{isMobile:function(){return this.$store.state.screenWidth<1024}}},o=(r(720),r(0)),component=Object(o.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"prices"},[e("span",{staticClass:"prices__cash"},[t._v("\n "+t._s(t._f("formatPrice")(t.product.precos.vista))+"\n ")]),t._v(" "),e("CashDiscount",{attrs:{product:t.product}})],1)}),[],!1,null,"3696f792",null);e.default=component.exports},753:function(t,e,r){"use strict";r.r(e);var n={name:"Installment",props:{product:{type:Object,required:!0}},methods:{formatCurrency:function(t){return new Intl.NumberFormat("pt-BR",{style:"currency",currency:"BRL"}).format(t)},formatInstallment:function(t){var e=t[t.length-1],r="".concat(e.parcelas,"x"),n=this.formatCurrency(e.valorParcela);return"".concat(r," de ").concat(n)}}},o=(r(721),r(0)),component=Object(o.a)(n,(function(){var t=this;return(0,t._self._c)("span",{staticClass:"installment",domProps:{innerHTML:t._s(t.formatInstallment(t.product.precos.parcelamento))}})}),[],!1,null,"4ba36b64",null);e.default=component.exports},754:function(t,e,r){"use strict";r.r(e);var n={name:"Stamps",props:{product:{type:Object,required:!0},limit:{type:Number,default:3}},data:function(){return{textStamps:[],imageStamps:[]}},computed:{isProductAvailable:function(){return"disponivel"===this.product.status},messageStatus:function(){return"indisponivel"===this.product.status?"Produto indisponível":"Produto sob consulta"},visibleTextStamps:function(){return this.textStamps.slice(0,this.limit)},visibleImageStamps:function(){return this.imageStamps.slice(0,this.limit)},imageSize:function(){return this.$store.state.screenWidth<1024?34:40}},methods:{stampStyle:function(t){return{color:t.cores.texto,backgroundColor:t.cores.selo}},classifyStamps:function(){var t=this;(this.product.selos||[]).forEach((function(e){"texto"===e.tipo?t.textStamps.push(e):t.imageStamps.push(e)}))}},mounted:function(){this.classifyStamps()}},o=(r(782),r(0)),component=Object(o.a)(n,(function(){var t=this,e=t._self._c;return e("section",{staticClass:"stamps__container"},[t.isProductAvailable?e("div",[e("ul",{staticClass:"stamps stamps-text"},t._l(t.visibleTextStamps,(function(r,n){return e("li",{key:"text-stamp-".concat(n),staticClass:"stamps__item"},[e("span",{staticClass:"stamps__item-text",style:t.stampStyle(r),domProps:{innerHTML:t._s(r.label)}})])})),0),t._v(" "),e("ul",{staticClass:"stamps stamps-img"},t._l(t.visibleImageStamps,(function(r,n){return e("li",{key:"image-stamp-".concat(n),staticClass:"stamps__item"},[e("img",{staticClass:"stamps__item-image",attrs:{src:r.imagem,alt:r.nome,title:r.nome,width:t.imageSize,height:t.imageSize}})])})),0)]):e("ul",{staticClass:"stamps stamps-status"},[e("li",[e("span",{staticClass:"stamps__item-status",domProps:{innerHTML:t._s(t.messageStatus)}})])])])}),[],!1,null,"2567585a",null);e.default=component.exports},779:function(t,e,r){t.exports={}},780:function(t,e,r){t.exports={}},781:function(t,e,r){t.exports={}},782:function(t,e,r){"use strict";r(686)},842:function(t,e,r){"use strict";r.r(e);var n=r(752),o=r(753),c={name:"Available",components:{Prices:n.default,Installment:o.default},props:{product:{type:Object,required:!0}}},l=r(0),component=Object(l.a)(c,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"status available"},[e("Prices",{staticClass:"status__prices",attrs:{product:t.product}}),t._v(" "),e("Installment",{staticClass:"status__installment",attrs:{product:t.product}})],1)}),[],!1,null,null,null);e.default=component.exports},843:function(t,e,r){"use strict";r.r(e);var n={name:"Unavailable",components:{ProductLink:r(568).default},props:{product:{type:Object,required:!0}},computed:{isMobile:function(){return this.$store.state.screenWidth<1024}}},o=r(0),component=Object(o.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"status unavailable"},[t.isMobile?e("p",{staticClass:"status__text"},[e("ProductLink",{attrs:{product:t.product}},[e("u",[t._v("\n Avise-me quando chegar\n ")])])],1):e("p",{staticClass:"status__text"},[e("ProductLink",{attrs:{product:t.product}},[t._v("\n Avise-me!\n "),e("u",[t._v("\n Clique aqui\n ")]),t._v("\n e preencha os seus dados para ser avisado quando chegar\n ")])],1)])}),[],!1,null,null,null);e.default=component.exports},844:function(t,e,r){"use strict";r.r(e);var n={name:"OnRequest",components:{ProductLink:r(568).default},props:{product:{type:Object,required:!0}},computed:{isMobile:function(){return this.$store.state.screenWidth<1024}}},o=r(0),component=Object(o.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"status on-request"},[t.isMobile?e("p",{staticClass:"status__text"},[e("ProductLink",{attrs:{product:t.product}},[t._v("\n Consultar\n ")])],1):e("p",{staticClass:"status__text"},[e("ProductLink",{attrs:{product:t.product}},[t._v("\n Clique para saber mais informações\n ")])],1)])}),[],!1,null,null,null);e.default=component.exports},866:function(t,e,r){"use strict";r(779)},867:function(t,e,r){"use strict";r(780)},868:function(t,e,r){"use strict";r(781)},895:function(t,e,r){t.exports={}},948:function(t,e,r){"use strict";r.r(e);var n={name:"ImageViewer",components:{ProductLink:r(568).default},props:{product:{type:Object,required:!0}},computed:{isMobile:function(){return this.$store.state.screenWidth<1024}}},o=(r(866),r(0)),component=Object(o.a)(n,(function(){var t=this,e=t._self._c;return e("ProductLink",{attrs:{product:t.product}},[e("div",{staticClass:"image"},[t.product.midias.imagens.length?[e("nuxt-img",{staticClass:"image-main",attrs:{src:t.product.midias.imagens[0].arquivos.medium,alt:t.product.nome,title:t.product.nome,width:t.isMobile?180:308,height:t.isMobile?180:308,format:"webp",sizes:"mb:180px dk:308px",quality:"85",loading:"lazy"}}),t._v(" "),t.product.midias.imagens.length>1?e("nuxt-img",{staticClass:"image-on-hover",attrs:{src:t.product.midias.imagens[1].arquivos.medium,alt:t.product.nome,title:t.product.nome,width:t.isMobile?180:308,height:t.isMobile?180:308,format:"webp",sizes:"mb:180px dk:308px",quality:"85",loading:"lazy"}}):t._e()]:[e("nuxt-img",{staticClass:"image-default",attrs:{src:"/img/image-default.jpg",alt:t.product.nome,title:t.product.nome,width:t.isMobile?180:308,height:t.isMobile?180:308,format:"jpg",sizes:"mb:180px dk:308px",quality:"85",loading:"lazy"}})]],2)])}),[],!1,null,"283c7467",null);e.default=component.exports},949:function(t,e,r){"use strict";r.r(e);var n={name:"Name",components:{ProductLink:r(568).default},props:{product:{type:Object,required:!0}}},o=(r(867),r(0)),component=Object(o.a)(n,(function(){var t=this;return(0,t._self._c)("ProductLink",{staticClass:"name",attrs:{product:t.product}},[t._v("\n "+t._s(t.product.nome)+"\n")])}),[],!1,null,"2f319021",null);e.default=component.exports},950:function(t,e,r){"use strict";r.r(e);var n=r(842),o=r(843),c=r(844),l={name:"Status",components:{Available:n.default,Unavailable:o.default,OnRequest:c.default},props:{product:{type:Object,required:!0}},data:function(){return{statusOptions:{disponivel:"Available",indisponivel:"Unavailable",sobConsulta:"OnRequest"}}}},d=(r(868),r(0)),component=Object(d.a)(l,(function(){var t=this;return(0,t._self._c)(t.statusOptions[t.product.status],{tag:"component",attrs:{product:t.product}})}),[],!1,null,null,null);e.default=component.exports},969:function(t,e,r){"use strict";r(895)}}]);