.action-button{font-size:var(--font_size_base);width:100%}.action-button:not(.-loading) .text{opacity:1;visibility:visible}.action-button.-loading{cursor:default}.action-button.-loading .spin-loading{opacity:1;visibility:visible}.action-button.btn_icon{margin:0;min-width:0;padding:0;width:-moz-fit-content;width:fit-content}.action-button .spin-loading{aspect-ratio:1;height:calc(100% - 12px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:var(--transition_fade)}.action-button .spin-loading svg{animation:spin 1s linear infinite;height:100%;width:100%}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#buy-bar{height:0;transition:var(--transition_fade_move)}#buy-bar.-show{height:var(--buy_bar_height)}#buy-bar .container_bar{align-items:center;background-color:var(--bg_white);box-shadow:0 -2px 8px var(--box_shadow_light);display:flex;height:100%;padding:12px 20px;width:100%}@media(max-width:768px){#buy-bar .container_bar{padding:8px 16px}}@media(max-width:540px){#buy-bar .container_bar{flex-direction:column}}#buy-bar .container_bar .left_side,#buy-bar .container_bar .right_side{align-items:center;display:flex;flex-direction:row;width:50%}@media(max-width:540px){#buy-bar .container_bar .left_side,#buy-bar .container_bar .right_side{width:100%}}#buy-bar .container_bar .left_side .card-image{margin-right:20px;max-width:80px}@media(max-width:768px){#buy-bar .container_bar .left_side .card-image{margin-right:12px}}@media(max-width:540px){#buy-bar .container_bar .left_side .card-image{max-width:60px}}#buy-bar .container_bar .left_side .prod_info{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-right:auto;width:100%}#buy-bar .container_bar .left_side .prod_info .product_name{-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;display:-webkit-box;font-size:var(--font_size_big);font-weight:var(--font_weight_light);line-height:var(--line_height_base);overflow:hidden}#buy-bar .container_bar .left_side .prod_info .container_product_price{margin-bottom:0}#buy-bar .container_bar .right_side{margin-top:12px}#buy-bar .container_bar .right_side .buy_action{margin:0 32px;min-height:40px;text-transform:uppercase;width:100%}@media(max-width:768px){#buy-bar .container_bar .right_side .buy_action{margin:0 20px}}@media(max-width:540px){#buy-bar .container_bar .right_side .buy_action{margin-left:0}}#buy-bar .container_bar .right_side .send_to_top{border-radius:50%;height:40px;min-width:40px;padding:10px;width:40px}#buy-bar .container_bar .right_side .send_to_top svg{height:100%;transform:rotate(180deg) translateY(2px);width:100%}#send-to-top .frame_button{align-items:center;background-color:var(--bg_primary);border-radius:50%;box-shadow:1px 1px 6px var(--box_shadow_light);display:flex;height:40px;justify-content:center;padding:4px;width:40px}#send-to-top:hover .frame_button{color:var(--primary_color)}#social_media_btn .action_button{align-items:center;cursor:pointer;display:flex;height:var(--icon_width);justify-content:center;transition:transform .3s ease;width:var(--icon_width)}#bottom-actions{--buy_bar_height:0px;bottom:0;display:flex;flex-direction:column;position:fixed;right:0;width:100vw;z-index:50}@media(max-width:1024px){#bottom-actions{bottom:60px}}#bottom-actions.show_buy_bar{--buy_bar_height:100px}@media(max-width:540px){#bottom-actions.show_buy_bar{--buy_bar_height:135px}}#bottom-actions>*{position:absolute}#bottom-actions>#send-to-top,#bottom-actions>#social_media_btn{bottom:0;padding:6px;right:0}@media(max-width:1024px){#bottom-actions>#send-to-top,#bottom-actions>#social_media_btn{bottom:var(--buy_bar_height)}}#bottom-actions>#send-to-top{bottom:50px}#bottom-actions>#buy-bar{bottom:0;left:50%;max-width:1024px;transform:translateX(-50%);width:calc(100vw - 100px)}#footer-container{--footer_title_color:var(--text_base);--footer_content_color:var(--text_base);margin:0}@media(max-width:1024px){#footer-container{padding-bottom:var(--mobile_menu_footer)}}#footer-container .container{margin:0 auto;max-width:var(--section_max_width);padding:0 var(--section_padding);width:100%}#footer-container #footer-principal{padding:44px 0 50px}@media(max-width:1024px){#footer-container #footer-principal{padding:20px 0 50px}}@media(max-width:540px){#footer-container #footer-principal{padding:20px 0 32px}}#quick-view-form .title_wrapper{display:flex;justify-content:space-between}#quick-view-form .title_wrapper .product_name{color:var(--text_primary);font-size:var(--font_size_heading);font-weight:var(--font_weight_regular)}#quick-view-form .title_wrapper #add-to-favorite{position:static}#quick-view-form .title_wrapper #add-to-favorite .favorite_button{color:var(--text_primary)}#quick-view-form .action-button{font-size:var(--font_size_heading);font-weight:var(--font_weight_medium);margin:12px auto;min-height:40px;width:100%}.product-gallery{display:flex;flex-direction:column;height:auto;width:100%}@media(max-width:1024px){.product-gallery{grid-template-columns:100%}}@media(min-width:768px){.product-gallery .gallery_sticky{position:sticky;top:calc(var(--header_height) + 20px);transition:var(--transition_absolute);z-index:1}}.product-gallery .swiper-slide .lazy-image{height:100%;width:100%}.product-gallery .image-gallery{aspect-ratio:1/1;background-color:var(--bg_white);overflow:hidden;position:relative}@media(max-width:1024px){.product-gallery .image-gallery{padding-bottom:40px}}@media(max-width:768px){.product-gallery .image-gallery{margin:0}}.product-gallery .image-gallery .slider,.product-gallery .image-gallery .slider-wrapper{height:100%}.product-gallery .image-gallery img{width:100%}.product-gallery .image-gallery .swiper-slide{height:auto}.product-gallery .image-gallery .frame_video{height:100%}.product-gallery .thumbs-gallery{width:100%}.product-gallery .thumbs-gallery .slider .swiper-slide{background-color:var(--bg_white);border-top:2px solid var(--border_secondary);cursor:pointer;transition:var(--transition_color)}.product-gallery .thumbs-gallery .slider .swiper-slide.swiper-slide-thumb-active{border-color:var(--secondary_color)}.product-gallery .thumbs-gallery .slider .swiper-slide .lazy-image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-gallery .thumbs-gallery .swiper_navigation{width:100%}.product-gallery .thumbs-gallery .swiper_navigation .btn-navigate{--btn_position:-8px}.product-gallery .thumbs-gallery .swiper_navigation .btn-navigate svg{height:16px;width:16px}.product-gallery .thumbs-gallery .slider-wrapper{overflow:visible}.container_popup{left:0;position:fixed;top:0;z-index:1000}#popup-quick-view{background-color:var(--bg_primary);border-radius:4px;left:50%;margin:0 auto;max-height:95dvh;max-width:900px;min-height:50dvh;overflow-y:auto;padding:32px;position:fixed;top:50%;transform:translate(-50%,-50%);width:95vw;z-index:10}@media(max-width:1024px){#popup-quick-view{max-width:540px;padding:24px}}@media(max-width:540px){#popup-quick-view{padding:20px}}#popup-quick-view .frame_close{height:100%;position:absolute;right:0;top:0;z-index:50}#popup-quick-view .frame_close .close_button{align-items:center;display:flex;height:32px;justify-content:center;padding:0;position:sticky;width:32px}@media(max-width:1024px){#popup-quick-view .frame_close .close_button{top:-20px}}#popup-quick-view .frame_close .close_button:hover{color:var(--primary_color)}#popup-quick-view .frame_close .close_button svg{height:16px;width:16px}#popup-quick-view #container_product_info{--gallery_width:50%;display:grid;grid-template-columns:50% 50%;grid-template-columns:var(--gallery_width) calc(100% - var(--gallery_width))}@media(max-width:1024px){#popup-quick-view #container_product_info{display:flex;flex-direction:column}}#popup-quick-view #container_product_info .product_left_side{display:flex;flex-direction:column;padding-right:40px;position:relative;width:100%}@media(max-width:1024px){#popup-quick-view #container_product_info .product_left_side{padding:0 0 20px}}#popup-quick-view #container_product_info .product_left_side .product-gallery{border:none}#popup-quick-view #container_product_info .product_right_side{height:100%;width:100%}#popup-quick-view #container_product_info .product_link{color:var(--text_primary);display:block;font-size:var(--font_size_base);margin:8px auto 0;width:-moz-fit-content;width:fit-content}#popup-quick-view #container_product_info .product_link:hover{-webkit-text-decoration:underline;text-decoration:underline}#toast-container{bottom:20px;left:50%;position:fixed;text-align:center;transform:translateX(-50%);z-index:100}@media(max-width:1024px){#toast-container{bottom:70px}}@media(max-width:540px){#toast-container{width:calc(100vw - 40px)}}#toast-container .toast{background:var(--text_dark);border:1px solid;border-radius:var(--border_radius);box-shadow:0 2px 6px var(--box_shadow_light);color:var(--text_invert);font-size:var(--font_size_base);font-weight:var(--font_weight_light);margin-top:8px;opacity:.95;padding:6px 20px;transition:var(--transition_fade)}#toast-container .toast.-success{background:var(--bg_success_color);color:var(--text_success_color)}#toast-container .toast.-error{background:var(--bg_error_color);color:var(--text_error_color)}#toast-container .toast.-info{background:var(--secondary_color)}#toast-container .toast-enter-active,#toast-container .toast-leave-active{transition:var(--transition_fade_move)}#toast-container .toast-enter-from,#toast-container .toast-leave-to{opacity:0;transform:translateY(20px)}#application{--top_info_bar_height:32px;--header_central:110px;--header_menu:60px;--mobile_menu_footer:60px;--header_height:calc(var(--top_info_bar_height) + var(--header_central) + var(--header_menu));padding-bottom:20px;padding-top:202px;padding-top:var(--header_height);transition:padding-top .4s ease}#application.notAtTop{--top_info_bar_height:0px;--header_central:70px;--header_menu:45px}@media(max-width:1024px){#application{--top_info_bar_height:55px;--header_menu:0px!important;--header_central:80px}#application.notAtTop{--header_central:60px}}@media(max-width:768px){#application{--header_central:70px;padding-top:calc(var(--top_info_bar_height) + var(--header_central))}}#application.notAtTop .search_form{--search_height:40px}#application.notAtTop .header_actions{--icon_width:23px}#application.buy_bar_padding{padding-bottom:100px}@media(max-width:540px){#application.buy_bar_padding{padding-bottom:135px}}.main-route{min-height:50vh;transform-origin:top}.loader-route{transition:opacity .3s ease .3s}footer.loader-route{transition:none}.loader-route.-loading{opacity:0}.vendaInternaSpace[data-v-523bd88e]{height:50px}.vendaInterna[data-v-523bd88e]{background-color:#1c1c1c;box-shadow:1px 1px 3px 2px rgba(0,0,0,.15);color:#d9dee9;font-family:arial;height:50px;left:0;position:fixed;top:0;width:100%;z-index:2000}.vendaInterna .titles[data-v-523bd88e]{background:#e85128;color:#fff;float:left;font-size:20px;height:50px;line-height:2.4;padding:0 20px}.vendaInterna .titles img[data-v-523bd88e]{display:inline-block;margin-right:5px;margin-top:-5px;vertical-align:middle}.vendaInterna .numeroVenda[data-v-523bd88e]{background:#000;float:left;height:50px;padding:8px 10px 0}.vendaInterna .numeroVenda span[data-v-523bd88e]{display:block;font-size:12px;line-height:1.3;text-align:center}.vendaInterna .numeroVenda span.numero[data-v-523bd88e]{font-size:16px;font-weight:700}.vendaInterna .nomes[data-v-523bd88e]{float:left;height:50px;padding-left:10px;padding-right:10px;padding-top:5px;width:200px}.vendaInterna .nomes>span[data-v-523bd88e]{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vendaInterna .nomes>span>span.operador[data-v-523bd88e]{font-size:10px;line-height:1.4}.vendaInterna .nomes>span>span.cliente[data-v-523bd88e]{font-size:14px;font-weight:700;line-height:1.4}.vendaInterna .botoes[data-v-523bd88e]{float:right;padding-right:5px}.vendaInterna .botoes button[data-v-523bd88e]{background:transparent;color:#d9dee9;cursor:pointer;float:left;font-family:arial;font-size:14px;height:40px;margin-top:5px;padding:0 25px}.vendaInterna .botoes button[data-v-523bd88e]:hover{background:#2f3544}.vendaInterna .botoes button.green[data-v-523bd88e]{border:1px solid #6abf3f;color:#6abf3f;margin-right:5px}.vendaInterna .botoes button.red[data-v-523bd88e]{border:1px solid #e8616a;color:#e8616a}.vendaInterna .botoes button.green[data-v-523bd88e]:hover{background:#6abf3f;color:#fff}.vendaInterna .botoes button.red[data-v-523bd88e]:hover{background:#e8616a;color:#fff}.vendaInterna .botoes button.green.disabled[data-v-523bd88e]{background:#3c4252!important;border:1px solid #ccc;color:#ccc!important;cursor:default;margin-right:5px;opacity:.5}.vendaInterna .itens[data-v-523bd88e]{float:right;height:50px;padding-left:10px;padding-right:10px;padding-top:5px;width:auto}.vendaInterna .itens>span[data-v-523bd88e]{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vendaInterna .itens>span>span.quantidade[data-v-523bd88e]{font-size:10px;line-height:1.4}.vendaInterna .itens>span>span.valor[data-v-523bd88e]{font-size:14px;font-weight:700;line-height:1.4}@media (max-width:1000px){.vendaInterna .botoes button .amoitado[data-v-523bd88e],.vendaInterna .titles span[data-v-523bd88e]{display:none}.vendaInterna .titles img[data-v-523bd88e]{margin:14px 0 0}}@media (max-width:767px){.vendaInternaSpace[data-v-523bd88e],.vendaInterna[data-v-523bd88e]{display:none}}