#ewc-cart-root{--ewc-acento:#111;--ewc-fundo:#fff;--ewc-texto:#111;--ewc-suave:#6b6b6b;--ewc-linha:#e6e6e6;--ewc-recompensa:#ecb4cc;--ewc-largura:440px;--ewc-raio:10px;--ewc-fonte:inherit;font-family:var(--ewc-fonte);color:var(--ewc-texto);position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:block}#ewc-cart-root[hidden]{display:none}.ewc-cart__fundo{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .25s}.ewc-cart__painel{position:absolute;top:0;right:0;height:100%;width:var(--ewc-largura);max-width:100vw;background:var(--ewc-fundo);display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.2,.8,.2,1);box-shadow:-8px 0 30px #00000026}#ewc-cart-root.is-open .ewc-cart__fundo{opacity:1}#ewc-cart-root.is-open .ewc-cart__painel{transform:none}.ewc-cart__topo{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--ewc-linha)}.ewc-cart__titulo{font-size:16px;font-weight:700;margin:0;letter-spacing:.02em}.ewc-cart__fechar{background:none;border:0;padding:6px;cursor:pointer;color:inherit;line-height:0}.ewc-cart__fechar svg{width:18px;height:18px}.ewc-cart__anuncio{display:flex;justify-content:center;gap:8px;align-items:center;padding:9px 16px;background:var(--ewc-acento);color:#fff;font-size:13px;font-weight:700;letter-spacing:.02em}.ewc-cart__anuncio[hidden]{display:none}.ewc-cart__timer{font-variant-numeric:tabular-nums}.ewc-cart__recompensas{padding:14px 20px 10px;text-align:center;font-size:13px}.ewc-cart__recompensas[hidden]{display:none}.ewc-cart__recompensas-msg{margin:0 0 10px}.ewc-cart__trilho{position:relative;height:8px;border-radius:99px;background:#9392922c;margin:0 22px 0 0}.ewc-cart__preenchimento{height:100%;border-radius:99px;background:var(--ewc-recompensa);transition:width .5s ease;min-width:0}.ewc-cart__marco{position:absolute;right:-22px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:4px}.ewc-cart__marco-icone{width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid var(--ewc-recompensa);display:flex;align-items:center;justify-content:center;color:var(--ewc-texto)}.ewc-cart__marco-icone.is-complete{background:var(--ewc-recompensa)}.ewc-cart__marco-icone svg{width:14px;height:14px}.ewc-cart__marco-rotulo{font-size:10px;white-space:nowrap;color:var(--ewc-suave)}.ewc-cart__corpo{flex:1;overflow-y:auto;padding:0 20px}.ewc-cart__vazio{text-align:center;padding:48px 16px;color:var(--ewc-suave)}.ewc-cart__item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--ewc-linha)}.ewc-cart__img{width:84px;height:84px;object-fit:cover;border-radius:6px;background:#f3f3f3;flex:none}.ewc-cart__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.ewc-cart__nome{font-size:14px;font-weight:600;margin:0;line-height:1.3}.ewc-cart__nome a{color:inherit;text-decoration:none}.ewc-cart__variante{font-size:12px;color:var(--ewc-suave);margin:0}.ewc-cart__chip{display:inline-block;font-size:11px;font-weight:700;padding:2px 7px;border-radius:4px;background:var(--ewc-acento);color:#fff;margin-right:4px}.ewc-cart__chip--gratis{background:#05ac74}.ewc-cart__linha-baixo{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:8px}.ewc-cart__qtd{display:inline-flex;align-items:center;border:1px solid var(--ewc-linha);border-radius:6px;height:32px}.ewc-cart__qtd button{width:30px;height:100%;border:0;background:none;cursor:pointer;font-size:16px;color:inherit}.ewc-cart__qtd button:disabled{opacity:.35;cursor:default}.ewc-cart__qtd span{min-width:24px;text-align:center;font-size:13px}.ewc-cart__preco{text-align:right;font-size:14px;font-weight:700;white-space:nowrap}.ewc-cart__riscado{color:var(--ewc-suave);text-decoration:line-through;font-weight:400;font-size:12px;margin-right:6px}.ewc-cart__remover{background:none;border:0;padding:0;font-size:12px;color:var(--ewc-suave);text-decoration:underline;cursor:pointer}.ewc-cart__upsells{padding:14px 0 6px}.ewc-cart__upsells[hidden]{display:none}.ewc-cart__upsells-titulo{font-size:13px;font-weight:700;margin:0 0 10px;text-align:center}.ewc-cart__upsell{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid var(--ewc-linha);border-radius:8px;margin-bottom:8px}.ewc-cart__upsell img{width:56px;height:56px;object-fit:cover;border-radius:6px;flex:none}.ewc-cart__upsell-info{flex:1;min-width:0;font-size:12px}.ewc-cart__upsell-info strong{display:block;font-size:13px}.ewc-cart__upsell select{margin-top:4px;font-size:12px;max-width:100%}.ewc-cart__upsell-add{border:0;background:var(--ewc-acento);color:#fff;font-weight:700;font-size:12px;padding:8px 12px;border-radius:6px;cursor:pointer;white-space:nowrap}.ewc-cart__upsell-add:disabled{opacity:.5}.ewc-cart__rodape{border-top:1px solid var(--ewc-linha);padding:14px 20px 18px;display:flex;flex-direction:column;gap:8px}.ewc-cart__economia{display:flex;justify-content:space-between;font-size:13px;color:#05ac74;font-weight:700}.ewc-cart__economia[hidden]{display:none}.ewc-cart__subtotal{display:flex;justify-content:space-between;font-size:15px;font-weight:700}.ewc-cart__aviso{font-size:12px;color:#b00020;text-align:center}.ewc-cart__aviso[hidden]{display:none}.ewc-cart__checkout{display:block;width:100%;border:0;border-radius:var(--ewc-raio);background:var(--ewc-acento);color:#fff;font-weight:800;font-size:15px;letter-spacing:.04em;padding:15px;cursor:pointer;text-align:center;text-decoration:none}.ewc-cart__checkout.is-disabled{opacity:.45;pointer-events:none}.ewc-cart__garantia{font-size:12px;color:var(--ewc-suave);text-align:center;margin:0}.ewc-cart__selos{display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.ewc-cart__selos svg{height:22px;width:auto}@media(max-width:749px){#ewc-cart-root{--ewc-largura:100vw}.ewc-cart__img{width:72px;height:72px}}#ewc-cart-root.ewc-cart--upcart{--ewc-anuncio:var(--ewc-acento);--ewc-cinza:#f6f6f7;letter-spacing:normal}.ewc-cart--upcart .ewc-cart__painel{box-shadow:none}.ewc-cart--upcart .ewc-cart__fundo{background:#00000080}.ewc-cart--upcart .ewc-cart__topo{flex:none;height:91px;padding:30px;border-bottom:0;align-items:flex-start}.ewc-cart--upcart .ewc-cart__logo{display:block;height:24px;width:auto;margin-top:3px}.ewc-cart--upcart .ewc-cart__titulo[hidden]{display:none}.ewc-cart--upcart .ewc-cart__fechar{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center;background:#0000000c;border-radius:0;color:#000}.ewc-cart--upcart .ewc-cart__fechar svg{width:10px;height:10px}.ewc-cart--upcart .ewc-cart__anuncio{flex:none;min-height:40px;padding:10px;gap:0 4px;background:var(--ewc-anuncio);border-top:1px solid var(--ewc-anuncio);color:#fff;font-size:15px;font-weight:400;line-height:18px;letter-spacing:normal;flex-wrap:wrap;text-align:center}.ewc-cart--upcart .ewc-cart__corpo{display:flex;flex-direction:column;padding:0}.ewc-cart--upcart .ewc-cart__item{gap:20px;padding:20px 30px;border-bottom:0}.ewc-cart--upcart .ewc-cart__img{width:88px;height:88px;border-radius:0;object-fit:cover;background:none}.ewc-cart--upcart .ewc-cart__info{gap:0}.ewc-cart--upcart .ewc-cart__cabeca{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.ewc-cart--upcart .ewc-cart__nome{font-size:15px;font-weight:600;line-height:20px;color:#000}.ewc-cart--upcart .ewc-cart__nome a{color:#000}.ewc-cart--upcart .ewc-cart__opcao{height:25px;padding-top:3px;font-size:14px;line-height:20px;color:#000;opacity:.5}.ewc-cart--upcart .ewc-cart__opcao-nome{margin-right:4px}.ewc-cart--upcart .ewc-cart__lixeira{flex:0 0 15px;width:15px;height:15px;padding:0;border:0;background:none;cursor:pointer;color:#000;opacity:.35;line-height:0}.ewc-cart--upcart .ewc-cart__lixeira svg{width:15px;height:15px}.ewc-cart--upcart .ewc-cart__linha-baixo{margin-top:0;padding-top:20px;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:20px}.ewc-cart--upcart .ewc-cart__qtd{height:30px;border:0;border-radius:0;background:#fff}.ewc-cart--upcart .ewc-cart__qtd button{width:30px;height:30px;padding:0;border:1px solid #ddd;background:#fff;color:#ddd;display:flex;align-items:center;justify-content:center;cursor:pointer}.ewc-cart--upcart .ewc-cart__qtd button svg{width:12px;height:12px}.ewc-cart--upcart .ewc-cart__qtd-campo{width:45px;height:30px;margin:0;padding:0;border:1px solid #ddd;border-left:0;border-right:0;border-radius:0;background:#fff;color:#000;font-family:inherit;font-size:14px;text-align:center;box-shadow:none;outline:none}.ewc-cart--upcart .ewc-cart__preco-col{display:flex;flex-direction:column;align-items:flex-end;gap:0;margin-left:auto}.ewc-cart--upcart .ewc-cart__precos{display:flex;gap:10px;align-items:baseline;font-size:15px;line-height:21px;white-space:nowrap}.ewc-cart--upcart .ewc-cart__riscado{margin:0;font-size:15px;font-weight:400;color:#000}.ewc-cart--upcart .ewc-cart__preco-final{font-weight:500}.ewc-cart--upcart .ewc-cart__economia-linha{font-size:15px;font-weight:800;line-height:21px;color:#2ea818}.ewc-cart--upcart .ewc-cart__preco-col .ewc-cart__selo-desconto{margin-top:2px}.ewc-cart--upcart .ewc-cart__selo-desconto{display:inline-flex;align-items:center;gap:5px;padding:2px 5px;border-radius:3px;background:#0000000d;color:#585858;font-size:13px;font-weight:600;line-height:15.6px;text-transform:uppercase;white-space:nowrap}.ewc-cart--upcart .ewc-cart__selo-desconto-icone{display:flex;width:15px;height:15px}.ewc-cart--upcart .ewc-cart__selo-desconto-icone svg{width:15px;height:15px}.ewc-cart--upcart .ewc-cart__upsells{margin-top:auto;padding:15px 30px}.ewc-cart--upcart .ewc-cart__carrossel{position:relative}.ewc-cart--upcart .ewc-cart__carrossel-janela{overflow:hidden}.ewc-cart--upcart .ewc-cart__carrossel-trilho{display:flex;transition:transform .35s ease}.ewc-cart--upcart .ewc-cart__upsell{flex:0 0 100%;min-width:0;min-height:120px;display:flex;gap:20px;align-items:flex-start;margin:0;padding:15px;border:0;border-radius:0;background:var(--ewc-cinza)}.ewc-cart--upcart .ewc-cart__upsell-img{flex:none;line-height:0}.ewc-cart--upcart .ewc-cart__upsell-img img{display:block;width:90px;height:90px;object-fit:cover;border-radius:0}.ewc-cart--upcart .ewc-cart__upsell-info{font-size:14px;font-weight:500;line-height:14px;color:#000}.ewc-cart--upcart .ewc-cart__upsell-info strong{display:block;font-size:15px;font-weight:600;line-height:23px;margin-bottom:5px}.ewc-cart--upcart .ewc-cart__upsell-info .ewc-cart__riscado{font-size:12px;line-height:12px;margin-right:10px}.ewc-cart--upcart .ewc-cart__upsell-acoes{display:flex;gap:8px;margin-top:7px}.ewc-cart--upcart .ewc-cart__upsell-select{flex:0 0 112px}.ewc-cart--upcart .ewc-cart__upsell select{width:112px;height:36px;margin:0;padding:0 20px 0 9px;border:1px solid #dfe3e8;border-radius:0;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%23000'/%3E%3C/svg%3E") no-repeat right 11px center/8px 5px;color:#000;font-size:12px;font-family:inherit;-webkit-appearance:none;appearance:none;text-overflow:ellipsis}.ewc-cart--upcart .ewc-cart__upsell-add{flex:1 1 auto;height:36px;padding:7px 16px;border-radius:0;background:var(--ewc-acento);color:#fff;font-family:inherit;font-size:14px;font-weight:600}.ewc-cart--upcart .ewc-cart__seta{position:absolute;top:0;bottom:0;z-index:2;width:19px;padding:0;border:0;background:none;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer}.ewc-cart--upcart .ewc-cart__seta--ant{left:-22px}.ewc-cart--upcart .ewc-cart__seta--prox{right:-22px}.ewc-cart--upcart .ewc-cart__seta svg{width:8px;height:14px}.ewc-cart--upcart .ewc-cart__carrossel.is-unico .ewc-cart__seta{display:none}.ewc-cart--upcart .ewc-cart__rodape{flex:none;gap:0;padding:23px;background:var(--ewc-cinza);border-top:1px solid rgba(0,0,0,.1)}.ewc-cart--upcart .ewc-cart__economia{align-items:flex-start;min-height:35.6px;padding-bottom:10px;font-size:16px;font-weight:400;line-height:25.6px;color:#000}.ewc-cart--upcart .ewc-cart__economia-rotulo{display:flex;align-items:center;gap:8px}.ewc-cart--upcart .ewc-cart__economia-selos{display:flex;gap:5px}.ewc-cart--upcart .ewc-cart__economia .ewc-cart__selo-desconto{line-height:20px}.ewc-cart--upcart .ewc-cart__subtotal{padding:10px 0;font-size:20px;font-weight:400;line-height:30px}.ewc-cart--upcart .ewc-cart__checkout{min-height:50.5px;padding:14px;border-radius:0;font-size:15px;font-weight:600;line-height:22.5px;letter-spacing:normal}.ewc-cart--upcart .ewc-cart__selos{display:block;padding:15px 5px 7px}.ewc-cart--upcart .ewc-cart__selo-img{display:block;width:100%;height:auto}.ewc-cart--upcart.is-vazio .ewc-cart__rodape,.ewc-cart--upcart.is-vazio .ewc-cart__anuncio{display:none}.ewc-cart--upcart.is-vazio .ewc-cart__itens{flex:1;display:flex}.ewc-cart--upcart .ewc-cart__vazio{flex:1;display:flex;align-items:center;justify-content:center;padding:0;color:#000;font-size:22px;font-weight:600;line-height:20px}@media(max-width:749px){.ewc-cart--upcart .ewc-cart__topo{height:71px;padding:20px}.ewc-cart--upcart .ewc-cart__item{padding:20px}.ewc-cart--upcart .ewc-cart__img{width:70px;height:70px}.ewc-cart--upcart .ewc-cart__upsells{padding:10px 20px}.ewc-cart--upcart .ewc-cart__upsell{min-height:95px;padding:10px;gap:12px}.ewc-cart--upcart .ewc-cart__upsell-img img{width:75px;height:75px}.ewc-cart--upcart .ewc-cart__seta--ant{left:-17px}.ewc-cart--upcart .ewc-cart__seta--prox{right:-17px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/ewc-cart.css.map */
