#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{bottom:0;display:flex;flex-direction:column;pointer-events:none;position:fixed;right:0;width:100vw;z-index:40}@media(max-width:1024px){#bottom-actions{bottom:var(--mobile_bottom_menu)}}#bottom-actions>*{margin-left:auto;pointer-events:all;width:-moz-fit-content;width:fit-content}#bottom-actions>#send-to-top,#bottom-actions>#social_media_btn{padding:6px}#bottom-actions>#buy-bar{margin:0 auto;max-width:1024px;width:calc(100vw - 40px)}::-webkit-scrollbar{border-radius:var(--border_radius);width:10px}::-webkit-scrollbar-track{background:var(--bg_secondary)}::-webkit-scrollbar-thumb{border-radius:var(--border_radius)}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:var(--secondary_color)}.cover_screen{background-color:var(--cover_screen);display:block;height:100vh;left:0;position:fixed;top:0;transition:var(--transition_fade);width:100vw;z-index:5}.icon{line-height:0}input[type=checkbox]{height:12px;width:12px}.btn{align-items:center;background-color:transparent;border:0;border-radius:calc(var(--border_radius)/2);color:inherit;cursor:pointer;display:flex;font-size:var(--font_size_base);font-weight:var(--font_weight_regular);justify-content:center;min-height:32px;outline:0;padding:4px 16px;position:relative;text-align:center;transition:var(--transition_color)}.btn.-filled{background-color:var(--btn_bg_color,var(--primary_color));color:var(--btn_text_color,var(--text_invert))}.btn.-filled.-secondary{background-color:var(--btn_bg_color,var(--secondary_color))}@media(min-width:1024px){.btn.-filled:not(.-loading):hover{color:var(--btn_text_hover_color,var(--text_invert))}.btn.-filled:not(.-loading).-secondary:hover,.btn.-filled:not(.-loading):hover{background-color:var(--btn_bg_hover_color,var(--bg_dark))}}.btn.-outlined{background-color:transparent;background-color:var(--btn_bg_color,transparent);border:1px solid;color:var(--btn_text_color,var(--text_primary))}@media(min-width:1024px){.btn.-outlined:not(.-loading):hover{background-color:var(--btn_bg_hover_color,var(--secondary_color));border-color:var(--btn_bg_hover_color,var(--secondary_color));color:var(--btn_text_hover_color,var(--text_invert))}}.seal_list{display:flex;flex-direction:column;gap:6px;position:absolute;text-align:left;width:-moz-fit-content;width:fit-content;z-index:1}.seal{cursor:default;max-width:100%;transition:opacity .3s}.seal.text_seal{align-items:center;border-radius:var(--border_radius);display:flex;font-size:var(--font_size_extra_small);justify-content:center;line-height:var(--line_height_extra_small);padding:2px 12px;text-align:center;text-transform:uppercase}.seal.text_seal span{-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.seal.img_seal img{max-height:23px;max-width:100px}#wCookieConsentContainer .wCookieConsentBar-container{max-width:1024px}.wCookieConsentBar-container .wCookieConsentBar-box{box-shadow:0 0 12px var(--box_shadow_light);padding:8px 16px}.wCookieConsentBar-container .wCookieConsentBar-box .wCookieConsentBar-text a{-webkit-text-decoration:underline;text-decoration:underline}#wCookieConsentModal .wCookieConsentModal-container{padding:0 12px}.wCookieConsentModal-container .wCookieConsentModal-box{max-height:85%}.wCookieConsentModal-container .wCookieConsentModal-close{align-items:center;display:flex;font-weight:400;height:32px;justify-content:center;transition:var(--transition_color);width:32px}.wCookieConsentModal-container .wCookieConsentModal-close:hover{background-color:var(--bg_white)}.wCookieConsentModal-container .wCookieConsentModal-title{padding-bottom:12px}.wCookieConsentModal-groupHeader{justify-content:space-between}.wCookieConsentModal-groupTitle{margin-bottom:8px}.wCookieConsentModal-container .wCookieConsentModal-footer{display:grid;grid-template-columns:250px 250px}.wCookieConsentBar-container .wCookieConsent-button,.wCookieConsentModal-container .wCookieConsent-button{transition:var(--transition_color)}.wCookieConsentBar-container .wCookieConsent-button:hover,.wCookieConsentModal-container .wCookieConsent-button:hover{background-color:var(--wCookieConsent-sliderColor);opacity:1}@media(max-width:768px){.wCookieConsentBar-container .wCookieConsentBar-box{flex-direction:column}.wCookieConsentModal-container .wCookieConsentModal-box{max-height:90%}.wCookieConsentModal-container .wCookieConsentModal-title{padding:12px 20px}.wCookieConsentModal-container .wCookieConsentModal-footer{display:flex;flex-direction:column;margin-top:12px}}#application{--top_info_bar_height:32px;--header_central:110px;--header_menu:60px;--mobile_bottom_menu:70px;--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:125px}@media(max-width:540px){#application.buy_bar_padding{padding-bottom:175px}}.main-route{min-height:50vh;transform-origin:top}.loader-route{transition:opacity .3s ease .3s}footer.loader-route{transition:none}.loader-route:not(.-first_load).-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}}