.options{display:flex;position:fixed;top:0;left:-300px;width:50%;height:100vh;background:#111;z-index:9001;border-top-right-radius:20px;border-bottom-right-radius:20px;padding:20px;box-shadow:4px 0 24px #000c;transition:left .28s cubic-bezier(.4,0,.2,1)}@media(min-width:600px){.options{width:40%}}@media(min-width:768px){.options{width:25%}}@media(min-width:1024px){.options{width:12.5%}}.options.open{left:0}.overlay{position:fixed;inset:0;background:#000000bf;z-index:9000}.options-container-name-icons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;cursor:pointer;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;margin-top:8px}.name-menu{font-size:1.2rem;font-family:Montserrat,sans-serif;font-weight:700;color:#fff;flex-grow:1;text-align:center}.icons{font-size:2rem;cursor:pointer;color:#fff;flex-grow:1;text-align:center}.icons-ajustes{display:flex;flex-direction:column;gap:10px;padding:10px;margin-top:5px;flex-grow:1}.div-button-login{width:100%;display:flex;align-items:center;justify-content:center;margin-top:10px}.user-profile{width:131px;height:51px;border-radius:15px;cursor:pointer;transition:.3s ease;background:linear-gradient(to bottom right,#e32eff,#2e8eff00 30%);background-color:#2e8eff33;display:flex;align-items:center;justify-content:center}.user-profile:hover,.user-profile:focus{background-color:#f52effb3;box-shadow:0 0 10px #af2eff80;outline:none}.user-profile-inner{width:127px;height:47px;border-radius:13px;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;gap:15px;color:#fff;font-weight:600}.user-profile-inner svg{width:27px;height:27px;fill:#fff}@media(min-width:360px){.modal-overlay-product{background-color:#00000098;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:fixed;top:0;left:0;z-index:1000}.modal-content-product{background-color:#2b2b2b;margin:auto;padding:20px;border:1px solid #888;width:90%;z-index:1000;border-radius:10px;box-shadow:0 4px 8px #0003;position:fixed;font-size:18px;display:flex;flex-direction:column;align-items:center;justify-content:center}.container-product-data{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;background-color:#2b2b2b;height:100%;width:100%}.imagem-product-data{width:100%;border-top-left-radius:20px;border-top-right-radius:20px}.dados-produto-data{background-color:#2b2b2b;width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.modal-name-produto-data{font-family:montserrat,sans-serif;font-size:14px;color:#fff;padding:10px}.modal-descricao-produto-data{font-family:montserrat,sans-serif;font-size:clamp(14px,2vw,20px);color:#fff;flex-grow:1;min-width:100%;border:1px solid #ffffff;border-radius:5px;text-align:center;vertical-align:top;padding:20px}.modal-preco-produto-data{font-family:montserrat,sans-serif;font-size:20px;color:#fff;width:100%;text-align:right;padding:10px}.quantidade-product-cart{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:10px;height:55px;align-items:center}.modal-footer-produto-data{width:100%;height:55px;display:flex;flex-direction:row;align-items:center;justify-content:center}.modifique{font-size:35px;font-family:montserrat,sans-serif;text-align:center;padding:15px}.contagem-quantidade{font-size:25px;font-family:montserrat,sans-serif;display:flex;align-items:center;justify-content:center;background-color:#fff;width:80%;height:95%;border-radius:8px;color:#000}.adicionar-carrinho{background-color:green;z-index:1000;margin-right:-10%;border-radius:5px;max-height:100%;display:flex;align-items:center;justify-content:center}.remover-carrinho{background-color:red;z-index:1000;margin-left:-10%;border-radius:5px;max-height:100%;display:flex;align-items:center;justify-content:center}.cartBtn{width:90%;height:90%;border:none;border-radius:20px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;font-weight:500;position:relative;background-color:#1d1d1d;box-shadow:0 20px 30px -7px #1b1b1b38;transition:all .3s ease-in-out;cursor:pointer;overflow:hidden}.cart{z-index:1}.cartBtn:active{transform:scale(.96)}.product{position:absolute;width:12px;border-radius:3px;content:"";left:30%;bottom:23px;opacity:0;z-index:2;fill:#d3d3d3}.cartBtn:hover .product{animation:slide-in-top 1.2s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-top{0%{transform:translateY(-30px);opacity:1}to{transform:translateY(0) rotate(-90deg);opacity:1}}.cartBtn:hover .cart{animation:slide-in-left 1s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-left{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.styled-wrapper .button{position:fixed;top:20px;left:20px;z-index:1000;width:50px;height:50px;margin:0;overflow:hidden;outline:none;background-color:transparent;cursor:pointer;border:0;color:#f0eeef}.styled-wrapper .button:before{content:"";position:absolute;color:#f0eeef;border-radius:50%;inset:7px;border:3px solid rgb(255,255,255);transition:opacity .4s cubic-bezier(.77,0,.175,1) 80ms,transform .5s cubic-bezier(.455,.03,.515,.955) 80ms}.styled-wrapper .button:after{content:"";position:absolute;border-radius:50%;inset:7px;border:4px solid rgb(160,0,190);transform:scale(1.3);transition:opacity .4s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.25,.46,.45,.94);opacity:0;color:#f0eeef}.styled-wrapper .button:hover:before,.styled-wrapper .button:focus:before{opacity:0;transform:scale(.7);transition:opacity .4s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.25,.46,.45,.94);color:#f0eeef}.styled-wrapper .button:hover:after,.styled-wrapper .button:focus:after{opacity:1;transform:scale(1);transition:opacity .4s cubic-bezier(.77,0,.175,1) 80ms,transform .5s cubic-bezier(.455,.03,.515,.955) 80ms;color:#f0eeef}.styled-wrapper .button-box{display:flex;position:absolute;top:0;left:0;color:#f0eeef}.styled-wrapper .button-elem{display:flex;width:30px;height:30px;margin:10px 28px 0 10px;transform:rotate(360deg);fill:#f0eeef}.styled-wrapper .button:hover .button-box,.styled-wrapper .button:focus .button-box{transition:.4s;transform:translate(-69px);color:#f0eeef}.modal-tamanho-produto-data{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:10px;font-size:clamp(14px,2vw,20px)}.select-tamanho{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;height:30px;border:1px solid rgb(255,255,255);background-color:#fff}}@media(min-width:500px){.modal-overlay-product{background-color:#00000098;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:fixed;top:0;left:0;z-index:1000}.modal-content-product{background-color:#2b2b2b;margin:auto;padding:20px;border:1px solid #888;width:70%;height:50%;border-radius:10px;box-shadow:0 4px 8px #0003}.container-product-data{display:flex;flex-direction:row;justify-content:space-between;padding:10px;background-color:#2b2b2b;height:100%}.imagem-product-data{max-width:100%;min-height:100%;border:1px solid #ffffff;border-radius:5px}.dados-produto-data{background-color:#2b2b2b;font-size:14px;margin-top:0;padding:15px;width:90%}.modal-name-produto-data{background-color:#2b2b2b;max-height:60px;font-size:clamp(8px,2vw,14px)}.modal-descricao-produto-data{font-family:montserrat,sans-serif;color:#fff;font-size:clamp(8px,2vw,14px);border:1px solid #ffffff;border-radius:5px;background-color:#2b2b2b}.modal-preco-produto-data{font-family:montserrat,sans-serif;font-size:clamp(14px,1vw,16px);color:#fff;text-align:right;padding:10px;background-color:#2b2b2b}.quantidade-product-cart{font-size:clamp(8px,1vw,16px);display:flex;flex-direction:row;padding:10px;align-items:center;background-color:#2b2b2b;max-height:45px;min-height:25px;width:90%}.modal-footer-produto-data{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#2b2b2b}.modifique{font-size:clamp(8px,1vw,16px);color:#fff;font-family:montserrat,sans-serif;text-align:center}.contagem-quantidade{font-size:clamp(8px,2vw,16px);color:#000;font-family:montserrat,sans-serif;text-align:center;padding:10px}.adicionar-carrinho{background-color:green;z-index:1000;margin-right:-10%;border-radius:5px;max-height:100%;display:flex;align-items:center;justify-content:center;padding:10px}.remover-carrinho{background-color:red;z-index:1000;margin-left:-10%;border-radius:5px;max-height:100%;display:flex;align-items:center;justify-content:center;padding:10px}.cartBtn{width:90%;border:none;border-radius:20px;padding:20px;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;font-size:clamp(8px,1vw,16px);position:relative;background-color:#1d1d1d;box-shadow:0 20px 30px -7px #1b1b1b38;transition:all .3s ease-in-out;cursor:pointer;overflow:hidden}.cart{z-index:1}.cartBtn:active{transform:scale(.96)}.product{position:absolute;width:12px;border-radius:3px;content:"";left:40%;bottom:23px;opacity:0;z-index:2;fill:#d3d3d3}.cartBtn:hover .product{animation:slide-in-top 1.2s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-top{0%{transform:translateY(-30px);opacity:1}to{transform:translateY(0) rotate(-90deg);opacity:1}}.cartBtn:hover .cart{animation:slide-in-left 1s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-left{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.styled-wrapper .button{position:fixed;top:20px;left:20px;z-index:1000;width:50px;height:50px;margin:0;overflow:hidden;outline:none;background-color:transparent;cursor:pointer;border:0;color:#f0eeef}.styled-wrapper .button:before{content:"";position:absolute;color:#f0eeef;border-radius:50%;inset:7px;border:3px solid rgb(255,255,255);transition:opacity .4s cubic-bezier(.77,0,.175,1) 80ms,transform .5s cubic-bezier(.455,.03,.515,.955) 80ms}.styled-wrapper .button:after{content:"";position:absolute;border-radius:50%;inset:7px;border:4px solid rgb(160,0,190);transform:scale(1.3);transition:opacity .4s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.25,.46,.45,.94);opacity:0;color:#f0eeef}.styled-wrapper .button:hover:before,.styled-wrapper .button:focus:before{opacity:0;transform:scale(.7);transition:opacity .4s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.25,.46,.45,.94);color:#f0eeef}.styled-wrapper .button:hover:after,.styled-wrapper .button:focus:after{opacity:1;transform:scale(1);transition:opacity .4s cubic-bezier(.77,0,.175,1) 80ms,transform .5s cubic-bezier(.455,.03,.515,.955) 80ms;color:#f0eeef}.styled-wrapper .button-box{display:flex;position:absolute;top:0;left:0;color:#f0eeef}.styled-wrapper .button-elem{display:flex;width:30px;height:30px;margin:10px 28px 0 10px;transform:rotate(360deg);fill:#f0eeef}.styled-wrapper .button:hover .button-box,.styled-wrapper .button:focus .button-box{transition:.4s;transform:translate(-69px);color:#f0eeef}}.botao-carrinho-flutuante{position:fixed;bottom:24px;right:20px;z-index:1200;width:56px;height:56px;border-radius:50%;background:var(--focus-filters, #6e00a1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #6e00a180;animation:cart-pulse 2s ease-in-out infinite;transition:transform .2s,box-shadow .2s}.botao-carrinho-flutuante:hover{transform:scale(1.08);box-shadow:0 6px 28px #6e00a1b3;animation:none}.botao-carrinho-flutuante:active{transform:scale(.96)}.botao-carrinho-icone{width:26px;height:26px;color:#fff}.botao-carrinho-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;border-radius:10px;background:#e74c3c;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid var(--bg-padrao-dark, #1a1a1a);line-height:1}@keyframes cart-pulse{0%,to{transform:scale(1);box-shadow:0 4px 20px #6e00a180}50%{transform:scale(1.07);box-shadow:0 6px 28px #6e00a1b3}}.drawer-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1300;animation:overlay-in .25s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.drawer-panel{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100dvh;background:#1e1e1e;border-left:1px solid rgba(255,255,255,.07);z-index:1400;display:flex;flex-direction:column;box-shadow:-8px 0 40px #0009;animation:drawer-in .3s cubic-bezier(.4,0,.2,1)}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}.drawer-header-title{display:flex;align-items:center;gap:8px}.drawer-header-icon{width:22px;height:22px;color:#a855f7;flex-shrink:0}.drawer-header-h2{font-size:1.1rem;font-weight:700;color:#f3f3f3;margin:0}.drawer-header-badge{font-size:.7rem;font-weight:600;color:#a855f7;background:#a855f726;border-radius:20px;padding:2px 8px}.drawer-close-btn{background:none;border:none;cursor:pointer;color:#888;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s}.drawer-close-btn:hover{color:#f3f3f3;background:#ffffff0f}.drawer-close-btn svg{width:20px;height:20px}.drawer-body{flex:1;overflow-y:auto;padding:16px 20px;scrollbar-width:thin;scrollbar-color:#444 transparent}.drawer-body::-webkit-scrollbar{width:4px}.drawer-body::-webkit-scrollbar-thumb{background:#444;border-radius:2px}.drawer-items{display:flex;flex-direction:column;gap:12px}.drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%;text-align:center;padding:40px 0}.drawer-empty-icon{width:64px;height:64px;color:#444}.drawer-empty-title{color:#888;font-size:1rem;font-weight:600;margin:0}.drawer-empty-sub{color:#555;font-size:.85rem;margin:0}.drawer-item{display:flex;align-items:flex-start;gap:12px;background:#2a2a2a;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:12px}.drawer-item-img{width:64px;height:64px;object-fit:contain;border-radius:6px;background:#1a1a1a;flex-shrink:0}.drawer-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.drawer-item-nome{font-size:.88rem;font-weight:600;color:#f3f3f3;margin:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.drawer-item-tamanho{font-size:.7rem;font-weight:600;color:#a855f7;background:#a855f726;border-radius:4px;padding:1px 6px;text-transform:uppercase}.drawer-item-preco{font-size:.85rem;font-weight:700;color:#2ecc71;margin:0}.drawer-item-unidade{font-size:.75rem;font-weight:400;color:#777}.drawer-item-qty{display:flex;align-items:center;gap:8px;margin-top:4px}.drawer-qty-btn{width:26px;height:26px;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:#333;color:#f3f3f3;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1;padding:0}.drawer-qty-btn:hover{background:#444}.drawer-qty-num{font-size:.9rem;font-weight:700;color:#f3f3f3;min-width:20px;text-align:center}.drawer-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.drawer-item-remove{background:none;border:none;cursor:pointer;color:#666;padding:4px;border-radius:6px;display:flex;transition:color .2s}.drawer-item-remove:hover{color:#e74c3c}.drawer-item-remove svg{width:16px;height:16px}.drawer-item-total{font-size:.9rem;font-weight:700;color:#f3f3f3;margin:0;white-space:nowrap}.drawer-footer{border-top:1px solid rgba(255,255,255,.07);padding:16px 20px;display:flex;flex-direction:column;gap:12px;flex-shrink:0}.drawer-footer-total{display:flex;align-items:center;justify-content:space-between}.drawer-footer-label{font-size:.9rem;color:#888}.drawer-footer-value{font-size:1.3rem;font-weight:700;color:#f3f3f3}.drawer-btn-finalizar{display:block;width:100%;padding:14px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;font-size:.95rem;font-weight:700;text-align:center;border-radius:10px;text-decoration:none;letter-spacing:.5px;transition:opacity .2s,transform .15s}.drawer-btn-finalizar:hover{opacity:.9;transform:translateY(-1px)}.drawer-btn-finalizar:active{transform:translateY(0);opacity:1}.drawer-btn-limpar{background:none;border:none;cursor:pointer;color:#666;font-size:.82rem;font-weight:500;text-align:center;padding:4px;transition:color .2s;width:100%}.drawer-btn-limpar:hover{color:#e74c3c}@media(max-width:440px){.drawer-panel{max-width:100%;border-left:none}.botao-carrinho-flutuante{bottom:20px;right:16px}}:root{--co-bg: #1a1a1a;--co-surface: #222222;--co-surface-2: #2a2a2a;--co-border: rgba(255, 255, 255, .07);--co-purple: #7c3aed;--co-purple-l: #a855f7;--co-purple-glow: rgba(124, 58, 237, .18);--co-green: #2ecc71;--co-green-glow: rgba(46, 204, 113, .12);--co-red: #e53e3e;--co-red-glow: rgba(229, 62, 62, .12);--co-text: #f3f3f3;--co-muted: #888888;--co-input-bg: #252525;--co-radius: 10px;--co-radius-lg: 16px}.co-page{min-height:100dvh;background:var(--co-bg);display:flex;justify-content:center;padding-bottom:48px}.co-container{width:100%;max-width:520px;padding:0 16px;display:flex;flex-direction:column}.co-header{display:flex;align-items:center;justify-content:space-between;padding:16px 0 6px;position:sticky;top:0;background:var(--co-bg);z-index:20}.co-back-link{display:inline-flex;align-items:center;gap:5px;color:var(--co-muted);font-size:.83rem;text-decoration:none;background:none;border:none;cursor:pointer;padding:4px 0;transition:color .2s}.co-back-link:hover{color:var(--co-text)}.co-back-link svg{width:16px;height:16px}.co-header-title{font-size:.95rem;font-weight:700;color:var(--co-text);margin:0}.co-steps{display:flex;align-items:center;padding:14px 0 22px}.co-step{display:flex;flex-direction:column;align-items:center;gap:5px}.co-step-dot{width:30px;height:30px;border-radius:50%;border:2px solid var(--co-border);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:var(--co-muted);background:transparent;transition:all .3s;flex-shrink:0}.co-step-name{font-size:.62rem;color:var(--co-muted);white-space:nowrap}.co-step--done .co-step-dot{background:var(--co-green);border-color:var(--co-green);color:#fff}.co-step--done .co-step-name{color:var(--co-green)}.co-step--active .co-step-dot{background:var(--co-purple);border-color:var(--co-purple);color:#fff;box-shadow:0 0 0 4px var(--co-purple-glow)}.co-step--active .co-step-name{color:var(--co-purple-l);font-weight:600}.co-step-line{flex:1;height:2px;background:var(--co-border);margin-bottom:20px;transition:background .4s}.co-step-line--done{background:var(--co-green)}.co-section{background:var(--co-surface);border:1px solid var(--co-border);border-radius:var(--co-radius-lg);padding:20px;margin-bottom:14px}.co-section-title{font-size:.73rem;font-weight:700;color:var(--co-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:16px}.co-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.co-field:last-of-type{margin-bottom:0}.co-field-row{display:flex;gap:12px}.co-field-row .co-field{flex:1;margin-bottom:14px}.co-label{font-size:.8rem;font-weight:500;color:var(--co-muted)}.co-label-req{color:var(--co-red);margin-left:2px}.co-input{caret-color:var(--co-purple-l);background:var(--co-input-bg);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--co-text);font-size:.93rem;padding:11px 14px;width:100%;transition:border-color .2s,box-shadow .2s}.co-input::placeholder{color:#4a4a4a}.co-input:focus{outline:none;border-color:var(--co-purple);box-shadow:0 0 0 3px var(--co-purple-glow)}.co-input:disabled{background:#1d1d1d;color:#4a4a4a;cursor:not-allowed;border-color:#ffffff0a}.co-textarea{resize:vertical;min-height:76px;line-height:1.5}.co-error{display:flex;align-items:flex-start;gap:8px;background:var(--co-red-glow);border-left:3px solid var(--co-red);border-radius:6px;color:#fc8181;font-size:.84rem;padding:10px 14px;margin-bottom:14px;line-height:1.4}.co-info-card{background:var(--co-green-glow);border:1px solid rgba(46,204,113,.22);border-radius:var(--co-radius);padding:14px 16px;margin-top:14px;display:flex;justify-content:space-between;align-items:center}.co-info-card-label{font-size:.82rem;color:var(--co-muted)}.co-info-card-value{font-size:1.3rem;font-weight:700;color:var(--co-green)}.co-map-wrap{border-radius:var(--co-radius);overflow:hidden;height:180px;margin-top:14px;border:1px solid var(--co-border)}.co-map-wrap .leaflet-container{width:100%;height:100%}.co-agree{display:flex;align-items:flex-start;gap:12px;padding:14px;background:var(--co-surface);border:1px solid var(--co-border);border-radius:var(--co-radius);margin-bottom:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.co-agree-check{flex-shrink:0;width:20px;height:20px;border-radius:5px;border:2px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;margin-top:1px;transition:background .2s,border-color .2s}.co-agree-check--on{background:var(--co-purple);border-color:var(--co-purple)}.co-agree-check svg{width:11px;height:11px;stroke:#fff;opacity:0;transition:opacity .15s}.co-agree-check--on svg{opacity:1}.co-agree-text{font-size:.83rem;color:var(--co-muted);line-height:1.5}.co-pay-list{display:flex;flex-direction:column;gap:8px}.co-pay-opt{background:var(--co-surface-2);border:1px solid var(--co-border);border-radius:var(--co-radius);overflow:hidden;cursor:pointer;transition:border-color .2s,background .2s}.co-pay-opt--active{border-color:var(--co-purple);background:#7c3aed0f}.co-pay-hdr{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;-webkit-user-select:none;user-select:none}.co-pay-label{display:flex;align-items:center;gap:10px;font-size:.93rem;font-weight:500;color:var(--co-text)}.co-pay-icon{width:26px;height:26px;flex-shrink:0}.co-pay-radio{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;transition:border-color .2s;flex-shrink:0}.co-pay-radio--on{border-color:var(--co-purple)}.co-pay-radio--on:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--co-purple)}.co-pay-body{padding:0 16px 16px;display:flex;flex-direction:column;gap:10px}.co-pix-desc{font-size:.85rem;color:var(--co-muted);margin-bottom:4px}.co-pix-key{display:flex;align-items:center;gap:10px;background:var(--co-input-bg);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px 14px}.co-pix-val{flex:1;font-size:.88rem;font-family:Courier New,monospace;color:var(--co-text);word-break:break-all}.co-pix-copy{background:var(--co-purple);color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s}.co-pix-copy:hover{opacity:.85}.co-pix-copied{font-size:.8rem;color:var(--co-green);text-align:center}.co-brands{display:flex;flex-direction:column;gap:6px}.co-brand-btn{background:var(--co-input-bg);border:1px solid rgba(255,255,255,.07);border-radius:8px;color:var(--co-text);font-size:.88rem;padding:10px 14px;text-align:left;cursor:pointer;transition:background .15s,border-color .15s}.co-brand-btn:hover{background:#7c3aed1a;border-color:var(--co-purple)}.co-brand-btn--active{background:#7c3aed29;border-color:var(--co-purple);color:var(--co-purple-l);font-weight:600}.co-cash-desc{font-size:.85rem;color:var(--co-muted)}.co-radio-grp{display:flex;gap:20px}.co-radio-lbl{display:flex;align-items:center;gap:6px;font-size:.9rem;color:var(--co-text);cursor:pointer}input[type=radio]{accent-color:var(--co-purple)}.co-table{width:100%;border-collapse:collapse;font-size:.9rem}.co-table thead tr{border-bottom:1px solid var(--co-border)}.co-table th{color:var(--co-muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:0 0 10px;text-align:left}.co-table th:last-child{text-align:right}.co-table td{padding:12px 0;color:var(--co-text);border-bottom:1px solid var(--co-border);vertical-align:middle}.co-table td:last-child{text-align:right;font-weight:600;color:var(--co-green)}.co-table tbody tr:last-child td{border-bottom:none}.co-qty-badge{display:inline-block;background:var(--co-surface-2);border-radius:4px;padding:2px 8px;font-size:.82rem;color:var(--co-muted)}.co-summary{display:flex;flex-direction:column;gap:8px}.co-sum-row{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;color:var(--co-muted)}.co-sum-val{color:var(--co-text);font-weight:500}.co-sum-row--total{border-top:1px solid var(--co-border);padding-top:12px;margin-top:2px;font-size:1rem;color:var(--co-text);font-weight:700}.co-sum-row--total .co-sum-val{color:var(--co-green);font-size:1.15rem}.co-total-bar{display:flex;justify-content:space-between;align-items:center;background:var(--co-surface);border:1px solid var(--co-border);border-radius:var(--co-radius);padding:14px 18px;margin-bottom:14px}.co-total-lbl{font-size:.85rem;color:var(--co-muted)}.co-total-val{font-size:1.25rem;font-weight:700;color:var(--co-green)}.co-actions{display:flex;gap:10px;align-items:center;padding:6px 0 0}.co-btn-back{display:inline-flex;align-items:center;gap:6px;height:46px;padding:0 20px;border:1.5px solid rgba(168,85,247,.45);border-radius:var(--co-radius);background:transparent;color:var(--co-purple-l);font-size:.88rem;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .2s,border-color .2s;flex-shrink:0}.co-btn-back:hover{background:#a855f714;border-color:var(--co-purple-l)}.co-btn-back svg{width:17px;height:17px;transform:scaleX(-1)}.co-btn-next{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:46px;padding:0 24px;background:linear-gradient(135deg,var(--co-purple),var(--co-purple-l));border:none;border-radius:var(--co-radius);color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;white-space:nowrap;flex:1;transition:opacity .2s,transform .15s}.co-btn-next:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.co-btn-next:active:not(:disabled){transform:translateY(0)}.co-btn-next:disabled{opacity:.3;cursor:not-allowed;transform:none}.co-btn-next svg{width:17px;height:17px}.co-btn-send{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:50px;flex:1;border-radius:var(--co-radius);font-size:.95rem;font-weight:700;cursor:pointer;border:1.5px solid var(--co-green);color:var(--co-green);background:transparent;transition:background .3s,color .3s}.co-btn-send:hover:not(:disabled){background:#2ecc7114}.co-btn-send:disabled{opacity:.35;cursor:not-allowed}.co-btn-send--loading{animation:co-pulse 1.4s infinite}.co-btn-send--success{background:var(--co-green);color:#fff;border-color:var(--co-green)}.co-btn-send--error{background:var(--co-red);color:#fff;border-color:var(--co-red)}.co-btn-send svg.co-send-icon{width:20px;height:20px;display:none}.co-btn-send--success svg.co-send-icon,.co-btn-send--error svg.co-send-icon{display:block}.co-btn-send--success .co-send-text,.co-btn-send--loading .co-send-text,.co-btn-send--error .co-send-text{display:none}@keyframes co-pulse{0%,to{transform:scale(.97);box-shadow:0 0 #2ecc7100}50%{transform:scale(1);box-shadow:0 0 0 10px #2ecc7100}}.co-loading-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;animation:co-fade-in .25s ease}@keyframes co-fade-in{0%{opacity:0}to{opacity:1}}.co-spinner{width:44px;height:44px;border:4px solid rgba(255,255,255,.1);border-top-color:var(--co-purple);border-radius:50%;animation:co-spin .8s linear infinite}@keyframes co-spin{to{transform:rotate(360deg)}}.co-loading-text{font-size:.85rem;color:var(--co-muted)}.co-err-page{min-height:100dvh;background:var(--co-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px 20px;text-align:center}.co-err-icon{width:72px;height:72px;color:var(--co-red)}.co-err-detail{font-family:Courier New,monospace;font-size:.88rem;background:#e53e3e1a;border-left:3px solid var(--co-red);border-radius:6px;color:#fc8181;padding:14px 18px;max-width:420px;text-align:left;line-height:1.6}.co-err-contact{display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--co-muted);font-size:.85rem}.co-err-wa{display:inline-flex;align-items:center;gap:8px;color:var(--co-green);font-weight:600;font-size:1rem;cursor:pointer;transition:opacity .2s}.co-err-wa:hover{opacity:.8}.co-closed-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:co-fade-in .3s ease}.co-closed-card{background:#1e1e1e;border:1px solid rgba(229,62,62,.3);border-radius:20px;padding:36px 28px;max-width:380px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.co-closed-badge{background:#e53e3e1f;border:1px solid rgba(229,62,62,.3);border-radius:8px;color:var(--co-red);font-size:.75rem;font-weight:700;letter-spacing:.1em;padding:4px 12px;text-transform:uppercase}.co-closed-icon{width:64px;height:64px;color:var(--co-red);opacity:.8}.co-closed-title{font-size:1.25rem;font-weight:700;color:var(--co-text);margin:0}.co-closed-sub{font-size:.88rem;color:var(--co-muted);line-height:1.5;margin:0}.co-closed-contact{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;padding-top:8px;border-top:1px solid var(--co-border)}.co-closed-contact-label{font-size:.78rem;color:var(--co-muted)}.co-closed-wa{display:inline-flex;align-items:center;gap:8px;color:var(--co-green);font-weight:600;font-size:.95rem;cursor:pointer;transition:opacity .2s;text-decoration:none}.co-closed-wa:hover{opacity:.8}.co-closed-dismiss{background:none;border:1px solid var(--co-border);border-radius:8px;color:var(--co-muted);font-size:.82rem;padding:8px 20px;cursor:pointer;transition:color .2s,border-color .2s;margin-top:4px}.co-closed-dismiss:hover{color:var(--co-text);border-color:#fff3}@media(min-width:540px){.co-container{padding:0 24px}.co-step-name{font-size:.67rem}}.modal-overlay{position:fixed;inset:0;z-index:9000;background:#0009;display:flex;align-items:center;justify-content:center;padding:20px}:root{--bg-padrao-dark: #1a1a1a;--status-bg-aberto: #2ecc71;--status-bg-fechado: #d62e2e;--txt-padrao: #f3f3f3;--bg-filter-padrao: #222;--box-filter-padrao: #0000004d;--bg-liqui-fill: linear-gradient(90deg, #4f46e5, #7c3aed, #ec4899, #f59e0b);--focus-filters: #6e00a1bb}.modal-horarios{border:none;border-radius:10px;padding:35px;box-shadow:0 5px 15px var(--box-filter-padrao);background-color:var(--bg-padrao-dark)}.modal-body{border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:10px;color:var(--txt-padrao);width:100%}.modal-title{color:var(--txt-padrao);display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;font-size:clamp(16px,2.5vw,20px);margin-bottom:10px}.horarios-semanais{background-color:var(--bg-padrao-dark);padding:10px;margin-bottom:5px;border-radius:5px;box-shadow:0 5px 15px var(--box-filter-padrao);display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:clamp(18px,2.5vw,22px);color:var(--txt-padrao);gap:10px}.dia-atual{background-color:var(--focus-filters);padding:10px;margin-bottom:5px;border-radius:5px;box-shadow:0 5px 15px var(--box-filter-padrao);display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:clamp(18px,2.5vw,22px);color:var(--txt-padrao)}:root{--pdv-bg: #0f0f0f;--pdv-surface: #1a1a1a;--pdv-surface-2: #222222;--pdv-border: rgba(255, 255, 255, .08);--pdv-purple: #7c3aed;--pdv-purple-h: #6d28d9;--pdv-purple-dim: rgba(124, 58, 237, .14);--pdv-green: #22c55e;--pdv-red: #ef4444;--pdv-text: #f1f1f1;--pdv-muted: #888;--bg-liqui-fill: linear-gradient(90deg, #7c3aed, #a855f7, #ec4899)}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Roboto,sans-serif;caret-color:transparent}body{background:var(--pdv-bg);color:var(--pdv-text);overflow-x:hidden}.home{width:100vw;min-height:100vh;background:var(--pdv-bg);display:flex;flex-direction:column;align-items:stretch;overflow-x:hidden}.cat-hero{width:100%;display:flex;flex-direction:column;align-items:center;background:var(--pdv-bg)}.cat-hero-banner{position:relative;width:100%;height:220px;background:var(--pdv-surface);overflow:hidden;flex-shrink:0}.cat-hero-banner-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.cat-hero-banner-fade{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent,var(--pdv-bg));pointer-events:none}.cat-hero-body{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:680px;padding:16px 20px 32px;text-align:center}.cat-hero-name{font-size:clamp(1.5rem,4.5vw,2.2rem);font-weight:800;color:var(--pdv-text);letter-spacing:-.025em;line-height:1.15}.cat-hero-desc{font-size:.87rem;color:var(--pdv-muted);line-height:1.55;max-width:380px}.cat-hero-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:2px}.cat-badge-open{background:#22c55e1f;border:1px solid rgba(34,197,94,.4);color:var(--pdv-green);border-radius:20px;padding:3px 14px;font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.cat-badge-closed{background:#ef44441a;border:1px solid rgba(239,68,68,.4);color:var(--pdv-red);border-radius:20px;padding:3px 14px;font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.cat-badge-hours{display:inline-flex;align-items:center;gap:5px;padding:3px 14px;background:var(--pdv-purple-dim);border:1px solid rgba(124,58,237,.32);border-radius:20px;color:#c084fc;font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s,border-color .2s;-webkit-user-select:none;user-select:none}.cat-badge-hours:hover{background:#7c3aed38;border-color:#7c3aed80}.cat-hero-address{display:inline-flex;align-items:center;gap:5px;font-size:.8rem;color:var(--pdv-muted)}.cat-hero-contacts{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:2px}.cat-contact-btn{display:inline-flex;align-items:center;gap:6px;background:var(--pdv-surface-2);border:1px solid var(--pdv-border);border-radius:20px;color:var(--pdv-muted);font-size:.8rem;padding:6px 16px;cursor:pointer;text-decoration:none;transition:color .2s,border-color .2s,background .2s;white-space:nowrap;-webkit-user-select:none;user-select:none}.cat-contact-btn:hover{color:var(--pdv-text);border-color:#ffffff2e;background:#ffffff0d}.cat-contact-btn svg{flex-shrink:0}.cat-bar{position:sticky;top:0;z-index:200;width:100%;background:#0f0f0ff5;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--pdv-border);display:flex;align-items:center;gap:8px;padding:8px 12px}.cat-bar-burger{flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;border-radius:9px;background:var(--pdv-surface-2);border:1px solid var(--pdv-border);cursor:pointer;transition:border-color .2s,background .2s;outline:none}.cat-bar-burger:hover{border-color:#fff3;background:var(--pdv-surface)}.cat-bar-burger span{width:16px;height:2px;background:#ccc;border-radius:2px;transition:transform .25s ease,opacity .25s ease;display:block}.cat-bar-burger.active span.bar-top{transform:translateY(7px) rotate(45deg)}.cat-bar-burger.active span.bar-mid{opacity:0;transform:translate(-10px)}.cat-bar-burger.active span.bar-bot{transform:translateY(-7px) rotate(-45deg)}.cat-bar-filters{flex:1;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center;min-width:0}.cat-bar-filters::-webkit-scrollbar{display:none}.cat-filter-btn{flex-shrink:0;background:var(--pdv-surface-2);border:1px solid var(--pdv-border);color:var(--pdv-muted);padding:5px 14px;border-radius:20px;font-size:.77rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:color .18s,border-color .18s,background .18s;outline:none}.cat-filter-btn:hover{color:var(--pdv-text);border-color:#ffffff2e}.cat-filter-btn.active{background:var(--pdv-purple-dim);border-color:#7c3aed6b;color:#c084fc;font-weight:600}.cat-bar-clear{flex-shrink:0;background:transparent;border:1px solid var(--pdv-border);color:var(--pdv-muted);width:30px;height:30px;border-radius:8px;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s,border-color .2s;outline:none}.cat-bar-clear:hover{color:var(--pdv-text);border-color:#fff3}.cat-products{width:100%;padding:12px 12px 32px;display:flex;flex-direction:column;gap:4px}.cat-section-head{width:100%;display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--pdv-surface);border:1px solid var(--pdv-border);border-radius:12px;color:var(--pdv-text);font-weight:700;font-size:.9rem;cursor:pointer;transition:background .18s,border-color .18s;-webkit-user-select:none;user-select:none;margin-top:10px}.cat-section-head:before{content:"";display:inline-block;width:4px;height:16px;background:var(--pdv-purple);border-radius:2px;flex-shrink:0}.cat-section-head:hover{background:var(--pdv-surface-2);border-color:#7c3aed40}.cat-section-arrow{margin-left:auto;font-size:.7rem;color:var(--pdv-muted);transition:transform .25s ease;display:inline-block}.cat-section-arrow.open{transform:rotate(180deg)}.cat-grid{width:100%;display:grid;grid-template-columns:1fr;gap:10px;padding:10px 2px 4px}.cat-card{background:var(--pdv-surface);border:1px solid var(--pdv-border);border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;display:flex;flex-direction:row;min-height:108px}.cat-card:hover{transform:translateY(-2px);border-color:#7c3aed52;box-shadow:0 8px 24px #00000073}.cat-card:active{transform:scale(.984)}.cat-card-img{width:108px;height:108px;object-fit:cover;flex-shrink:0;background:var(--pdv-surface-2)}.cat-card-body{flex:1;display:flex;flex-direction:column;padding:10px 12px;overflow:hidden;min-width:0;gap:4px}.cat-card-name{font-size:.875rem;font-weight:600;color:var(--pdv-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cat-card-desc{font-size:.77rem;color:var(--pdv-muted);line-height:1.45;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;flex:1}.cat-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cat-card-price{font-size:.87rem;font-weight:700;color:#c084fc}.cat-card-add{width:28px;height:28px;border-radius:8px;background:var(--pdv-purple);border:none;color:#fff;font-size:1.15rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .18s;pointer-events:none}.cat-card:hover .cat-card-add{background:var(--pdv-purple-h)}@media(min-width:600px){.cat-grid{grid-template-columns:repeat(2,1fr)}.cat-card{flex-direction:column;min-height:auto}.cat-card-img{width:100%;height:155px}.cat-card-body{padding:10px 14px 12px}.cat-card-desc{-webkit-line-clamp:3;line-clamp:3}.cat-products{padding:12px 16px 40px}}@media(min-width:900px){.cat-grid{grid-template-columns:repeat(3,1fr)}.cat-card-img{height:170px}.cat-products{padding:16px 28px 40px}.cat-hero-banner{height:300px}}@media(min-width:1200px){.cat-grid{grid-template-columns:repeat(4,1fr)}.cat-products{padding:16px 44px 48px}.cat-hero-banner{height:360px}.cat-hero-name{font-size:2.4rem}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skel{background:linear-gradient(90deg,var(--pdv-surface) 0%,var(--pdv-surface-2) 40%,var(--pdv-surface) 80%);background-size:1200px 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:6px;flex-shrink:0}.cat-hero-skel{width:100%;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:44px 20px 72px;background:linear-gradient(160deg,#180c30,#0f0f0f 65%)}.cat-hero-skel-banner{width:100%;height:220px}.cat-hero-skel-name{width:200px;height:28px;margin-top:8px}.cat-hero-skel-desc{width:280px;height:14px}.cat-hero-skel-badge{width:80px;height:22px;border-radius:20px}.cat-filter-skel{flex-shrink:0;height:30px;border-radius:20px}.cat-section-skel-head{width:100%;display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--pdv-surface);border:1px solid var(--pdv-border);border-radius:12px;margin-top:10px}.cat-section-skel-line{height:14px;border-radius:4px}.cat-card-skel{background:var(--pdv-surface);border:1px solid var(--pdv-border);border-radius:14px;overflow:hidden;display:flex;flex-direction:row;min-height:108px;pointer-events:none}.cat-card-skel-img{width:108px;height:108px;flex-shrink:0}.cat-card-skel-body{flex:1;display:flex;flex-direction:column;padding:10px 12px;gap:8px;justify-content:center}.cat-card-skel-name{height:14px;width:70%;border-radius:4px}.cat-card-skel-desc1{height:11px;width:90%;border-radius:4px}.cat-card-skel-desc2{height:11px;width:60%;border-radius:4px}.cat-card-skel-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.cat-card-skel-price{height:14px;width:70px;border-radius:4px}.cat-card-skel-btn{height:28px;width:28px;border-radius:8px;flex-shrink:0}@media(min-width:600px){.cat-card-skel{flex-direction:column;min-height:auto}.cat-card-skel-img{width:100%;height:155px}.cat-card-skel-body{padding:10px 14px 12px}.cat-hero-skel-banner{height:300px}}@media(min-width:900px){.cat-card-skel-img{height:170px}.cat-hero-skel-banner{height:300px}}@media(min-width:1200px){.cat-hero-skel-banner{height:360px}}.cat-footer{width:100%;background:var(--pdv-surface);border-top:1px solid var(--pdv-border);height:46px;padding:0 24px;display:flex;align-items:center;justify-content:flex-end;font-size:clamp(11px,2vw,13px);color:var(--pdv-muted)}.liquid-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100vw;height:100vh;background:var(--pdv-bg)}.loader-track{position:relative;width:180px;height:5px;background:var(--pdv-surface-2);border-radius:4px;overflow:hidden}.liquid-fill{position:absolute;top:0;left:0;height:100%;background:var(--bg-liqui-fill);border-radius:4px;animation:fillProgress 2.2s ease-out infinite;box-shadow:0 0 10px #7c3aed80}.loading-text{color:var(--pdv-text);font-size:1.1rem;font-weight:600;letter-spacing:1px;animation:textGlow 1.2s ease-in-out infinite}.dot{margin-left:2px;animation:blink 1.5s infinite}.dot:nth-of-type(1){animation-delay:0s}.dot:nth-of-type(2){animation-delay:.3s}.dot:nth-of-type(3){animation-delay:.6s}@keyframes fillProgress{0%{width:0%}to{width:100%}}@keyframes textGlow{0%,to{opacity:.7;text-shadow:0 0 8px rgba(124,58,237,.3)}50%{opacity:1;text-shadow:0 0 16px rgba(124,58,237,.55)}}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}
