.backdropSide{width:100vw;height:100vh;background:rgba(0,0,0,.6);position:fixed;top:0;left:0;z-index:98;transition:all .3s}.hideSide{visibility:hidden;opacity:0}.showSide{visibility:visible;opacity:1}.comp{padding:0 8px}.comp.input{height:-moz-fit-content;height:fit-content}.comp.input:has(.icon) input{padding-right:56px}.comp.input input{height:48px;height:-moz-fit-content;height:fit-content}.comp.input label{color:#9e9e9e;font-size:14px;font-weight:400;max-width:88%;text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden;-webkit-line-clamp:1;text-align:start;margin:0 0 0 24px;border-radius:20px}.comp.input .icon{position:absolute;height:100%;right:30px;top:0;cursor:pointer;display:flex;color:#1e1e1e;align-items:center;z-index:10}.comp.input input:focus{border:1px solid var(--tertiary)}.comp.input input:focus+label{width:-moz-fit-content!important;width:fit-content!important}.comp.input input::-webkit-inner-spin-button,.comp.input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.comp.input input[type=number]{-moz-appearance:textfield}#menu-cart{position:absolute;top:0;right:0;height:100%;background-color:#fff;padding:24px 24px 16px;transition:all .3s;width:485px;display:flex;flex-direction:column;max-height:100vh}#menu-cart button:disabled{background-color:#d9d9d9;color:#7d7d7d}#menu-cart .title{color:var(--primary);font-family:Poppins;font-size:16px;font-style:normal;font-weight:700;line-height:normal;display:flex;flex-direction:row;align-items:center;gap:18px}#menu-cart .cart-header{display:flex;flex-direction:row;justify-content:space-between}#menu-cart .cart-header .actions{display:flex;flex-direction:row;gap:16px}#menu-cart .cart-header .actions span{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:var(--primary);font-size:18px;font-style:normal;font-weight:700;line-height:normal;border:1px solid var(--primary);border-radius:99px;padding:6px;height:32px;width:32px;display:flex;align-items:center;justify-content:center}#menu-cart .cart-header .actions span:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}#menu-cart .cart-header .actions span.clean-cart:hover{background-image:linear-gradient(rgba(255,63,63,.1),rgba(255,63,63,.1))}#menu-cart .freight{display:flex;flex-direction:column;align-items:center;align-content:center;justify-content:center;width:100%;background-color:#e6e6e6;border-radius:16px;gap:8px;padding:8px 16px;margin-top:12px}#menu-cart .freight span.material-icons,#menu-cart .freight span.material-icons-outlined,#menu-cart .freight span.material-symbols-outlined{font-size:24px;color:#1e1e1e;margin-right:8px}#menu-cart .freight p{color:#3e3e3e;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:flex;align-items:center}#menu-cart .freight .bold{font-size:12px;color:#1e1e1e;font-weight:700;margin-left:4px}#menu-cart .freight .progress-bar{height:10px;border-radius:50px;background-color:#fff;position:relative;width:100%}#menu-cart .freight .progress-bar .progress{height:100%;border-radius:50px;transition:width .3s ease-in-out;background-color:var(--primary)}#menu-cart .products-categories{height:100%;display:flex;position:relative;flex-direction:column;flex-wrap:nowrap;margin-top:24px;gap:8px;overflow:hidden;width:485px;margin-left:-24px}#menu-cart .products-categories:after{content:"";position:absolute;width:calc(100% + 16px);width:calc(100% + 48px);height:20px;bottom:0;right:-24px;background:linear-gradient(0deg,#e6e8eb,hsla(0,0%,96%,0))}#menu-cart .products-categories .categories-background{margin:0 24px;background-color:#f0eeee;padding:8px 8px 2px;border-radius:30px}#menu-cart .products-categories .categories{width:80px;flex-direction:column;gap:8px;overflow-x:hidden;overflow-y:scroll;width:100%;display:inherit;align-items:center;flex-direction:row;overflow-y:hidden;overflow-x:scroll;display:flex;padding-bottom:1px}#menu-cart .products-categories .categories.inactive,#menu-cart .products-categories .categories.inactive .category{cursor:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}#menu-cart .products-categories .categories.inactive .category.active{background-color:#d9d9d9}#menu-cart .products-categories .categories.inactive .category.active span{color:#7d7d7d}#menu-cart .products-categories .categories::-webkit-scrollbar{width:0;height:4px}#menu-cart .products-categories .categories::-webkit-scrollbar-thumb{background-color:#d0d1d3;background-clip:padding-box;border-radius:9999px;width:100px}#menu-cart .products-categories .categories::-webkit-scrollbar-track{margin-left:10px;margin-right:10px}#menu-cart .products-categories .categories .category{position:relative;height:auto;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:4px 10px;cursor:pointer;border-radius:30px;transition:all .3s}#menu-cart .products-categories .categories .category p,#menu-cart .products-categories .categories .category span{text-align:center;color:var(--tertiary);font-family:Poppins;font-size:16px;font-style:normal;font-weight:700;line-height:100%;color:#7d7d7d;text-wrap:nowrap}#menu-cart .products-categories .categories .category .icon{width:40px;height:40px;border:1px solid var(--tertiary);border-radius:50%;display:flex;align-items:center;justify-content:center}#menu-cart .products-categories .categories .category:hover:after{border-right:2px solid var(--tertiary)}#menu-cart .products-categories .categories .category .qtd-category{width:16px;height:16px;background-color:var(--tertiary);border-radius:50%;position:absolute;top:0;right:16px;font-size:8px;display:flex;align-items:center;justify-content:center}#menu-cart .products-categories .categories .active{background-color:var(--primary)}#menu-cart .products-categories .categories .active p,#menu-cart .products-categories .categories .active span{color:#fff}#menu-cart .products-categories .categories .active:after{border-right:2px solid var(--tertiary)}#menu-cart .products-categories .categories .active .icon svg path{fill:var(--tertiary)}#menu-cart .products-categories .items-cart{padding-right:8px;overflow-y:scroll;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding-top:16px;padding-bottom:68px;margin:0 24px;height:100%;scroll-behavior:smooth;content-visibility:auto;contain-intrinsic-size:1000px}#menu-cart .products-categories .items-cart:has(.empty-cart){height:100%;justify-content:center}#menu-cart .products-categories .items-cart::-webkit-scrollbar{width:5px}#menu-cart .products-categories .items-cart::-webkit-scrollbar-thumb{background-color:#d0d1d3;border-radius:20px}#menu-cart .products-categories .items-cart::-webkit-scrollbar-track{margin-top:14px;margin-bottom:14px}#menu-cart .products-categories .items-cart .item{border-bottom:1px solid #f1f1f1;display:flex;align-items:center;gap:16px;padding-bottom:8px;width:100%}#menu-cart .products-categories .items-cart .item .promocao{display:flex;gap:8px;align-items:center}#menu-cart .products-categories .items-cart .item .promocao .promocao-text{display:block;background-color:gray;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#menu-cart .products-categories .items-cart .item .promocao .promocao-text,#menu-cart .products-categories .items-cart .item .promocao .promocao-text-active{position:relative;align-items:center;justify-content:center;background-color:var(--primary);color:#fff;padding:4px 6px;border-radius:3px;font-size:11px;font-family:Poppins;font-weight:700;letter-spacing:0;text-transform:uppercase}#menu-cart .products-categories .items-cart .item .promocao .promocao-icon{color:var(--primary)}#menu-cart .products-categories .items-cart .item>.image{width:80px;height:80px;display:flex;align-items:center;justify-content:center}#menu-cart .products-categories .items-cart .item .image-item{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;max-height:80px;max-width:80px;background-position:50%;background-size:contain;background-repeat:no-repeat}#menu-cart .products-categories .items-cart .item .desc-item{width:calc(100% - 64px);display:flex;flex-direction:column;justify-content:space-between;gap:4px}#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete{width:100%;display:flex;align-items:center;align-items:flex-start;justify-content:space-between;gap:16px}#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete p{font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#1e1e1e;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span{color:#9e9e9e;transition:all .3s}#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span:hover{color:red}#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span.material-icons,#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span.material-icons-outlined,#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span.material-symbols-outlined{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:var(--primary);font-size:12px;font-style:normal;font-weight:700;line-height:normal;border:1px solid var(--primary);border-radius:99px;padding:6px;height:20px;width:20px;display:flex;align-items:center;justify-content:center}#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span.material-icons-outlined:hover,#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span.material-icons:hover,#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span.material-symbols-outlined:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span.material-icons-outlined.clean-item:hover,#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span.material-icons.clean-item:hover,#menu-cart .products-categories .items-cart .item .desc-item .name-and-delete span.material-symbols-outlined.clean-item:hover{background-image:linear-gradient(rgba(255,63,63,.1),rgba(255,63,63,.1))}#menu-cart .products-categories .items-cart .item .desc-item .price{display:flex;align-items:center;align-items:flex-end;justify-content:flex-end;gap:16px;width:100%;min-height:54px;justify-content:space-between}#menu-cart .products-categories .items-cart .item .desc-item .price>:first-child{width:90px;display:flex;flex-direction:column;align-items:flex-start}#menu-cart .products-categories .items-cart .item .desc-item .price>:first-child .old-price-value{font-size:14px;text-decoration:line-through;color:#9e9e9e}#menu-cart .products-categories .items-cart .item .desc-item .price>:first-child .price-value{font-weight:bolder;color:var(--tertiary);font-size:20px;line-height:1}#menu-cart .products-categories .items-cart .item .comp-cart.buy-button.qtd-btn-container{display:flex;align-items:center;flex-direction:column;flex-wrap:nowrap;text-align:center}#menu-cart .products-categories .items-cart .item:last-child{border:none}#menu-cart .minimum-freight-container{position:absolute;bottom:16px;display:flex;align-items:center;width:100%;left:0}#menu-cart .minimum-freight-container .minimum-freight{display:flex;flex-direction:row;gap:8px;align-items:center;padding:8px 16px;border-radius:100px;background:#fff5e6;margin:auto}#menu-cart .minimum-freight-container .minimum-freight p{color:#3e3e3e;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}#menu-cart .minimum-freight-container .minimum-freight .icon{font-size:24px;color:#1e1e1e}#menu-cart .custom-hr{width:calc(100% + 48px);height:20px;background:linear-gradient(180deg,#e6e8eb,hsla(0,0%,96%,0));margin-left:-24px;position:absolute;top:47px;z-index:50}#menu-cart .result-cart{position:relative;display:flex;flex-direction:column;align-items:center;height:92px;justify-content:space-between}#menu-cart .result-cart .coupon-cart{width:100%;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e6e8eb}#menu-cart .result-cart .subtitle{color:#1e1e1e;font-size:16px!important}#menu-cart .result-cart .subtitle:has(.material-icons){display:flex;align-items:center;gap:8px}#menu-cart .result-cart .subtitle .material-icons{color:#9e9e9e;font-family:Material Icons;font-size:16px;font-style:normal;font-weight:400;line-height:1}#menu-cart .result-cart #values-cart{width:100%;display:flex;flex-direction:column;gap:8px}#menu-cart .result-cart #values-cart div{width:inherit;color:#1e1e1e;font-size:16px;display:flex;justify-content:space-between}#menu-cart .result-cart #values-cart #total{font-weight:700;font-size:18px}#menu-cart .result-cart #values-cart #total span:last-child{color:var(--tertiary)}#menu-cart .result-cart #clear-result{background:none;color:#9e9e9e;display:flex;align-items:center;gap:8px;transition:all .3s;font-size:12px;font-weight:400;margin:10px 0}#menu-cart .result-cart #clear-result:hover{color:red}#menu-cart .result-cart #open-and-finish{width:100%;display:flex;align-items:center;justify-content:space-evenly;justify-content:space-between}#menu-cart .result-cart #open-and-finish #total{font-weight:700;font-size:18px;display:flex;flex-direction:column;gap:4px}#menu-cart .result-cart #open-and-finish #total span:first-child{color:#7d7d7d;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:100%}#menu-cart .result-cart #open-and-finish #total span:last-child{color:var(--tertiary);font-family:Poppins;font-size:20px;font-style:normal;font-weight:700;line-height:normal}#menu-cart .result-cart #open-and-finish button{font-size:18px;line-height:1;padding:8px 16px}#menu-cart .result-cart #open-and-finish a:first-child button{background:none;color:var(--tertiary);border:1px solid var(--tertiary)}#menu-cart .empty-cart{width:100%;background-color:#fff;z-index:999;display:flex;flex-direction:column;align-items:center;padding:32px 16px;gap:16px}#menu-cart .empty-cart h2{font-size:20px;color:#1e1e1e;font-weight:700}#menu-cart .empty-cart h3{font-size:16px;color:#757575}#menu-cart .empty-cart h2,#menu-cart .empty-cart h3{text-align:center}#menu-cart .empty-cart .empty-icon{color:#1e1e1e;font-size:100px;font-weight:700}@media(max-width:600px){#menu-cart{padding-top:calc(24px + env(safe-area-inset-top))!important;max-height:100dvh!important;width:100%!important}#menu-cart .products-categories{width:calc(100% + 48px)!important;height:calc(100% + 16px)!important;margin-bottom:-16px!important}#menu-cart .products-categories:after{content:none!important}#menu-cart .custom-hr{box-shadow:0 5px 6px rgba(0,0,0,.15)!important;background:none!important;background-color:transparent!important;top:37px!important;height:10px!important}#menu-cart .comp-cart .qtd-btn{width:-moz-fit-content!important;width:fit-content!important;height:28px!important}#menu-cart .comp-cart .qtd-btn .icon{min-width:24px!important;width:24px!important;height:24px!important;font-size:16px!important}#menu-cart .comp-cart .qtd-btn .qtd{color:var(--neutral-900)!important;font-size:14px!important}#menu-cart .comp-cart .qtd-type{width:calc(100% - 8px)!important}#menu-cart .comp-cart .qtd-type p{font-size:9px!important;font-weight:600!important}#menu-cart .comp-cart.qtd-btn-container{width:54%!important}#menu-cart .items-cart{background-color:var(--neutral-200)!important;margin-left:0!important;margin-right:0!important;padding-right:16px!important;padding-left:16px!important;margin:0}#menu-cart .items-cart .item{padding:var(--spacing-small,8px) var(--spacing-base,16px)!important;border-radius:var(--radius-base,8px)!important;background-color:#fff!important;border-bottom:none!important}#menu-cart .result-cart{background-color:#fff!important;width:calc(100vw - 0px)!important;margin-left:-24px!important;padding:16px 16px calc(16px + env(safe-area-inset-bottom))!important;bottom:-16px!important;border-radius:var(--radius-ring,16px) var(--radius-ring,16px) 0 0!important;box-shadow:0 -2px 10px rgba(0,0,0,.27)}#menu-cart .title>span{display:none!important}#menu-cart .clean-cart{position:absolute;right:0;height:24px!important;width:24px!important;font-size:14px!important}#menu-cart .title{margin:auto!important;color:var(--neutral-900)!important}#menu-cart .actions{position:absolute!important;margin:auto 0!important;width:calc(100% - 48px)!important}#menu-cart .cart-back-button{border:none!important;transform:rotate(180deg)!important;height:24px!important;width:24px!important}#menu-cart .price{flex-wrap:wrap!important;gap:4px!important;margin-top:0!important}#menu-cart .empty-cart{background-color:transparent!important;padding:0!important}}.local-modal .subtitle,.local-modal .title{color:#1e1e1e!important;text-align:center!important;font-family:Poppins!important;font-size:16px!important;font-weight:700!important;align-items:center!important;justify-content:center!important;line-height:1!important}.local-modal .subtitle{font-size:12px!important;font-weight:400!important}.local-modal .buttons,.local-modal .titles{display:flex;flex-direction:column;gap:8px;width:100%}.local-modal .buttons .card.active .comp.checkbox,.local-modal .titles .card.active .comp.checkbox{border-color:var(--primary)}.local-modal .buttons .card:hover .comp.checkbox,.local-modal .titles .card:hover .comp.checkbox{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.local-modal .comp.checkbox{display:flex;padding:var(--spacing-base,16px);align-items:center;gap:16px;align-self:stretch;border-radius:8px;border:1px solid #d9d9d9;width:100%}.local-modal .comp.checkbox label{font-size:16px;font-weight:500}.local-modal.instruction-modal textarea{display:flex;height:95px;padding:12px var(--spacing-base,16px);flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;resize:none;border-radius:var(--radius-ring,16px);border:1px solid var(--neutral-400,#7d7d7d);line-height:normal;font-size:14px;font-weight:400;color:#7d7d7d}.local-modal.instruction-modal .instruction-options{display:flex;flex-direction:column;gap:24px;width:100%;align-self:stretch}.local-modal.instruction-modal .comp.button button{color:#fff!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:100%!important;display:flex!important;padding:12px 16px!important;justify-content:center!important;align-items:center!important;gap:8px!important;align-self:stretch!important;border-radius:30px!important;background-color:var(--primary)!important}div:where(.swal2-container) button:where(.swal2-close):focus{outline:none!important;box-shadow:none!important}body{overflow:auto!important}.comp.popover .button{gap:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:var(--primary);font-size:18px;font-style:normal;font-weight:700;line-height:normal;border:1px solid var(--primary);border-radius:99px;padding:6px;height:32px;width:32px;display:flex;align-items:center;justify-content:center;background-color:#fff}.comp.popover .popover-modal{min-width:200px;padding:20px 16px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;border-radius:8px}.comp.popover .popover-modal button{background-color:transparent;color:#3e3e3e;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:100%;padding:4px 8px;border-radius:8px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;white-space:nowrap}.comp.popover .popover-modal button .opt-icon{color:#3e3e3e!important;font-size:16px!important;width:16px!important;height:16px!important;border:none!important}.comp.popover .popover-modal button .opt-icon:hover{background:none!important}