.sad-potinho,.sad-potinho-lateral{--pt-tinta: var(--ink, #382d27);--pt-suave: var(--muted, #74665b);--pt-barro: var(--clay, #974a34);--pt-barro-escuro: var(--clay-dark, #763722);--pt-papel: var(--paper, #faf7f2);--pt-linha: var(--line, #ded4c8);--pt-serifa: var(--serif, "Libre Caslon Display", Georgia, serif);--pt-sans: var(--sans, "DM Sans", system-ui, sans-serif)}.sad-potinho-lateral{position:fixed;left:16px;bottom:16px;z-index:40;display:inline-flex;align-items:center;gap:8px;padding:10px 16px 10px 12px;border:0;border-radius:999px;background:var(--pt-barro);color:#fff8ef;font-family:var(--pt-sans);font-size:13px;font-weight:600;line-height:1.2;box-shadow:0 12px 26px #974a344d;cursor:pointer;transition:transform .2s ease,background .2s ease}.sad-potinho-lateral[hidden]{display:none}.sad-potinho-lateral:hover{background:var(--pt-barro-escuro);transform:translateY(-2px)}.sad-potinho-lateral:focus-visible{outline:2px solid var(--pt-barro);outline-offset:3px}.sad-potinho-lateral svg{width:20px;height:20px;flex:0 0 20px}.sad-potinho-lateral:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:0 0 #974a3473;animation:sad-potinho-pulso 2.6s ease-out 1.5s 3;pointer-events:none}@keyframes sad-potinho-pulso{0%{box-shadow:0 0 #974a3473}to{box-shadow:0 0 0 16px #974a3400}}.template-product .sad-potinho-lateral,.modelo-product .sad-potinho-lateral{bottom:92px}@media(min-width:990px){.template-product .sad-potinho-lateral,.modelo-product .sad-potinho-lateral{bottom:16px}}@media(max-width:380px){.sad-potinho-lateral span{font-size:12px}}.sad-potinho{--pt-palco: min(290px, 68vw, 40dvh);box-sizing:border-box;width:min(430px,calc(100vw - 24px));max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);margin-top:max(12px,calc((100dvh - 640px)/2));margin-bottom:auto;overflow-x:hidden;overflow-y:auto;border:0;border-radius:20px;padding:28px 22px 22px;background:radial-gradient(120% 60% at 50% 45%,#fdf9f1 0%,var(--pt-papel) 60%,#f2e9dd 100%);color:var(--pt-tinta);font-family:var(--pt-sans);text-align:center;box-shadow:0 30px 80px #28190f4d}.sad-potinho [hidden]{display:none!important}.sad-potinho::backdrop{background:#281c1485;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sad-potinho[open]{animation:sad-potinho-surgir .55s cubic-bezier(.2,.8,.2,1)}@keyframes sad-potinho-surgir{0%{opacity:0;transform:translateY(26px) scale(.96)}to{opacity:1;transform:none}}.sad-potinho__fechar{position:absolute;top:10px;right:10px;z-index:5;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:var(--pt-tinta);font-size:26px;line-height:1;cursor:pointer}.sad-potinho__fechar:hover{background:#974a3414}.sad-potinho__eyebrow{display:block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--pt-barro);font-weight:600;margin:0 0 8px}.sad-potinho h2{font-family:var(--pt-serifa);font-weight:400;font-size:clamp(26px,6.6vw,34px);line-height:1.1;margin:0 0 8px;color:var(--pt-tinta)}.sad-potinho h2:focus{outline:none}.sad-potinho__sub{max-width:34ch;margin:0 auto;color:var(--pt-suave);font-size:15px;line-height:1.5}.sad-potinho__cena{position:relative}.sad-potinho__palco{position:relative;width:var(--pt-palco);aspect-ratio:1 / 1;margin:6px auto 0;perspective:900px;transition:width .6s cubic-bezier(.3,.7,.2,1),margin .6s ease,opacity .5s ease}.sad-potinho__halo{position:absolute;top:6%;right:6%;bottom:6%;left:6%;border-radius:50%;background:radial-gradient(circle,#ecc89280,#ecc89200 66%);animation:sad-potinho-halo 4.8s ease-in-out infinite;pointer-events:none}@keyframes sad-potinho-halo{0%,to{transform:scale(.94);opacity:.75}50%{transform:scale(1.05);opacity:1}}.sad-potinho__sombra{position:absolute;left:24%;right:24%;bottom:5%;height:7%;border-radius:50%;background:radial-gradient(closest-side,#462d1938,#462d1900);animation:sad-potinho-sombra 5.5s ease-in-out infinite;pointer-events:none}@keyframes sad-potinho-sombra{0%,to{transform:scaleX(1);opacity:1}50%{transform:scaleX(.86);opacity:.7}}.sad-potinho__pote{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;padding:0;border:0;background:none;cursor:pointer;transform-style:preserve-3d;-webkit-tap-highlight-color:transparent}.sad-potinho__pote:focus-visible{outline:2px solid var(--pt-barro);outline-offset:4px;border-radius:24px}.sad-potinho__corpo{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d;transform-origin:50% 88%;animation:sad-potinho-flutuar 5.5s ease-in-out infinite}@keyframes sad-potinho-flutuar{0%,to{transform:translateY(0) rotateY(-8deg) rotateX(3deg)}50%{transform:translateY(-9px) rotateY(8deg) rotateX(-2deg)}}.sad-potinho__corpo img{display:block;width:100%;height:100%;object-fit:contain;transform:rotateX(var(--pt-rx, 0deg)) rotateY(var(--pt-ry, 0deg));transition:transform .3s ease-out;-webkit-mask-image:radial-gradient(ellipse at center,#000 63%,transparent 71%);mask-image:radial-gradient(ellipse at center,#000 63%,transparent 71%)}.sad-potinho__pote.is-balancando .sad-potinho__corpo{animation:sad-potinho-balancar .7s cubic-bezier(.3,.6,.3,1)}@keyframes sad-potinho-balancar{0%{transform:rotate(0)}20%{transform:rotate(-6deg) translateY(-4px)}45%{transform:rotate(5deg)}70%{transform:rotate(-2.5deg)}to{transform:rotate(0)}}.sad-potinho__brilho{position:absolute;left:var(--x);top:var(--y);width:14px;height:14px;margin:-7px 0 0 -7px;border-radius:50%;background:radial-gradient(circle,#fff,#ffecc4f2 30%,#ffdca000 70%);animation:sad-potinho-cintilar 2.6s ease-in-out var(--d, 0s) infinite;pointer-events:none}@keyframes sad-potinho-cintilar{0%,to{transform:scale(.3);opacity:0}45%{transform:scale(1.35);opacity:1}70%{transform:scale(.8);opacity:.6}}.sad-potinho__dica{display:inline-flex;align-items:center;gap:8px;margin:2px 0 0;font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--pt-barro);animation:sad-potinho-respirar 2.4s ease-in-out infinite}.sad-potinho__dica svg{width:18px;height:18px}@keyframes sad-potinho-respirar{0%,to{opacity:.65}50%{opacity:1}}.sad-potinho[data-estado=cadastro] .sad-potinho__palco,.sad-potinho[data-estado=voando] .sad-potinho__palco{pointer-events:none}.sad-potinho[data-estado=cadastro] .sad-potinho__palco{width:calc(var(--pt-palco) * .5);opacity:.28;margin-top:64px}.sad-potinho[data-estado=cadastro] .sad-potinho__brilho,.sad-potinho[data-estado=voando] .sad-potinho__brilho{visibility:hidden}.sad-potinho__cadastro{margin:16px 0 0;text-align:left;animation:sad-potinho-entrar .45s ease both}.sad-potinho__campo{margin:0 0 12px}.sad-potinho__campo label{display:block;margin:0 0 6px;font-size:13px;font-weight:600;color:var(--pt-tinta)}.sad-potinho__campo input{box-sizing:border-box;width:100%;min-height:48px;padding:11px 14px;border:1px solid var(--pt-linha);border-radius:12px;background:#fffdf9;color:var(--pt-tinta);font:inherit;font-size:16px;line-height:1.3}.sad-potinho__campo input:focus-visible{outline:2px solid var(--pt-barro);outline-offset:1px;border-color:var(--pt-barro)}.sad-potinho__campo input[aria-invalid=true]{border-color:#a3261b;box-shadow:0 0 0 1px #a3261b}.sad-potinho__aceite{display:flex;align-items:flex-start;gap:10px;margin:4px 0 0;font-size:13px;line-height:1.45;color:var(--pt-tinta);cursor:pointer}.sad-potinho__aceite input{flex:0 0 20px;width:20px;height:20px;margin:1px 0 0;accent-color:var(--pt-barro);cursor:pointer}.sad-potinho__aceite input[aria-invalid=true]{outline:2px solid #a3261b;outline-offset:2px}.sad-potinho__aceite input:focus-visible{outline:2px solid var(--pt-barro);outline-offset:2px}.sad-potinho__erro{margin:6px 0 0;font-size:12px;line-height:1.4;color:#a3261b}.sad-potinho__escondido{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.sad-potinho__cadastro .sad-potinho__botao{margin-top:16px}.sad-potinho__cadastro .sad-potinho__botao[aria-busy=true]{opacity:.7;cursor:wait}.sad-potinho__cadastro .sad-potinho__miudo{text-align:center}.sad-potinho__voo{position:absolute;left:0;top:0;z-index:4;width:132px;pointer-events:none;will-change:transform;filter:drop-shadow(0 10px 12px rgba(60,40,25,.22))}.sad-potinho__voo img{display:block;width:100%;height:auto}.sad-potinho__voo.is-pousado img{animation:sad-potinho-boiar 3.2s ease-in-out infinite}@keyframes sad-potinho-boiar{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-6px) rotate(3deg)}}@keyframes sad-potinho-entrar{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.sad-potinho__miudo{margin:10px 0 0;font-size:12px;line-height:1.5;color:var(--pt-suave)}.sad-potinho__miudo a{color:inherit;text-decoration:underline;text-underline-offset:2px}.sad-potinho__botao{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;margin:12px 0 0;padding:12px 22px;border:1px solid var(--pt-barro);border-radius:999px;background:var(--pt-barro);color:#fff8ef;font:inherit;font-size:15px;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer;box-sizing:border-box;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.sad-potinho__botao:hover{background:var(--pt-barro-escuro);transform:translateY(-1px);box-shadow:0 10px 22px #974a343d;color:#fff8ef}.sad-potinho__botao:focus-visible{outline:2px solid var(--pt-barro);outline-offset:3px}.sad-potinho__botao--claro{background:transparent;color:var(--pt-barro)}.sad-potinho__botao--claro:hover{background:#974a3414;color:var(--pt-barro-escuro);box-shadow:none}.sad-potinho__carta{position:relative;width:min(350px,100%);margin:26px auto 4px;perspective:1100px;scroll-margin-top:40px}.sad-potinho__folha{position:relative;transform-origin:50% 0}.sad-potinho__papel{position:relative;margin:0 8px;padding:30px 20px 22px;background:var(--pt-textura, none) center / 260px,#f7f0e5;box-shadow:inset 0 0 34px #966e4624,0 18px 30px #3c281924}.sad-potinho__rolo{position:absolute;left:0;right:0;z-index:2;height:24px;border-radius:12px;background:linear-gradient(to bottom,#e6d7c3,#fbf6ee 34%,#efe4d4 62%,#d3c0a8);box-shadow:0 6px 12px #3c28192e}.sad-potinho__rolo--topo{top:-12px}.sad-potinho__rolo--base{bottom:-12px}.sad-potinho__intencao{display:block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--pt-barro);font-weight:600;margin:0 0 10px}.sad-potinho__oracao-titulo{margin:0 0 12px;font-family:var(--pt-serifa);font-weight:400;font-size:clamp(21px,5.6vw,25px);line-height:1.15;color:var(--pt-tinta)}.sad-potinho__oracao p{margin:0 0 10px;font-family:var(--pt-serifa);font-size:clamp(16px,4.3vw,18px);line-height:1.6;color:var(--pt-tinta)}.sad-potinho__aviso{margin:4px 0 0;font-size:12px;line-height:1.5;color:var(--pt-suave)}.sad-potinho__presente{margin:16px 0 0;padding:16px 0 0;border-top:1px solid rgba(151,74,52,.22)}.sad-potinho__presente strong{display:block;font-size:16px;font-weight:600;margin:0 0 10px}.sad-potinho__cupom{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;padding:10px 14px;border:1.5px dashed var(--pt-barro);border-radius:12px;background:#fffdf9d9}.sad-potinho__cupom b{font-size:clamp(17px,5vw,21px);letter-spacing:.1em}.sad-potinho__copiar{flex:0 0 auto;white-space:nowrap;background:none;border:0;padding:4px 0;color:var(--pt-barro);font:inherit;font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.sad-potinho__final{animation:sad-potinho-entrar .5s ease 1.1s both}.sad-potinho__mais{margin:22px 0 0;padding:20px 0 0;border-top:1px solid var(--pt-linha)}.sad-potinho__mais h3{margin:0 0 6px;font-family:var(--pt-serifa);font-weight:400;font-size:23px;line-height:1.15}.sad-potinho__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:14px 0 0}.sad-potinho__chip{min-height:38px;padding:8px 14px;border:1px solid var(--pt-linha);border-radius:999px;background:#fffdf9;color:var(--pt-tinta);font:inherit;font-size:13px;line-height:1.2;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.sad-potinho__chip:hover{border-color:var(--pt-barro)}.sad-potinho__chip[aria-pressed=true]{background:var(--pt-barro);border-color:var(--pt-barro);color:#fff8ef}.sad-potinho__chip:focus-visible{outline:2px solid var(--pt-barro);outline-offset:2px}.sad-potinho__acoes{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 0}.sad-potinho__acoes .sad-potinho__botao{flex:1 1 140px;width:auto;min-height:46px;margin:0;padding:10px 12px;font-size:14px;white-space:nowrap}.sad-potinho__envio{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 18px;margin:8px 0 0}.sad-potinho__link{display:inline-block;margin:12px 9px 0;padding:4px 0;border:0;background:none;color:var(--pt-barro);font:inherit;font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.sad-potinho__envio .sad-potinho__link{margin-top:4px}.sad-potinho__carta.is-abrindo .sad-potinho__folha{animation:sad-potinho-inclinar 1.2s cubic-bezier(.25,.7,.2,1) both}.sad-potinho__carta.is-abrindo .sad-potinho__papel{animation:sad-potinho-desenrolar 1.2s cubic-bezier(.3,.7,.2,1) both}.sad-potinho__carta.is-abrindo .sad-potinho__rolo--base{animation:sad-potinho-rolar 1.2s cubic-bezier(.3,.7,.2,1) both}.sad-potinho__carta.is-abrindo .sad-potinho__conteudo{animation:sad-potinho-entrar .6s ease .75s both}@keyframes sad-potinho-inclinar{0%{transform:rotateX(62deg) translateY(-18px) scale(.9)}to{transform:none}}@keyframes sad-potinho-desenrolar{0%{clip-path:inset(0 0 calc(100% - 4px) 0)}to{clip-path:inset(0 0 0 0)}}@keyframes sad-potinho-rolar{0%{transform:translateY(calc(var(--pt-altura, 320px) * -1))}to{transform:none}}.sad-potinho__faisca{position:absolute;left:var(--x);bottom:20%;width:6px;height:6px;border-radius:50%;background:radial-gradient(circle,#fff6df,#e9be78e6 45%,#e9be7800 72%);pointer-events:none;animation:sad-potinho-subir 1.9s ease-out var(--d, 0s) both}@keyframes sad-potinho-subir{0%{transform:translateY(0) scale(.4);opacity:0}20%{opacity:1}to{transform:translateY(-190px) scale(1.2);opacity:0}}@media(max-width:380px){.sad-potinho{padding:26px 16px 18px}.sad-potinho__papel{padding:26px 14px 20px}}@media(prefers-reduced-motion:reduce){.sad-potinho[open],.sad-potinho__halo,.sad-potinho__sombra,.sad-potinho__corpo,.sad-potinho__brilho,.sad-potinho__dica,.sad-potinho__voo.is-pousado img,.sad-potinho__cadastro,.sad-potinho__final,.sad-potinho__faisca,.sad-potinho-lateral:after,.sad-potinho__carta.is-abrindo .sad-potinho__folha,.sad-potinho__carta.is-abrindo .sad-potinho__papel,.sad-potinho__carta.is-abrindo .sad-potinho__rolo--base,.sad-potinho__carta.is-abrindo .sad-potinho__conteudo{animation:none!important}.sad-potinho__palco{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/sad-potinho.css.map */
