:root{--cr-bg:#f4f7fe;--cr-surface:#fff;--cr-border:#e2e8f0;--cr-border-focus:#94a3b8;--cr-text-main:#1e293b;--cr-text-muted:#64748b;--cr-primary:#2563eb;--cr-primary-hover:#1d4ed8;--cr-whatsapp:#25d366;--cr-whatsapp-hover:#20ba56;--cr-danger:#ef4444;--cr-danger-bg:#fef2f2;--cr-radius:20px;--cr-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008}.cr-page-wrapper{background-color:var(--cr-bg);min-height:100vh;color:var(--cr-text-main);font-family:Inter,sans-serif}.cr-page-wrapper .cr-navbar{background:var(--cr-surface);border-bottom:1px solid var(--cr-border);z-index:100;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.cr-page-wrapper .cr-navbar .cr-nav-btn{color:var(--cr-text-main);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s;display:flex}.cr-page-wrapper .cr-navbar .cr-nav-btn:hover{background-color:var(--cr-border)}.cr-page-wrapper .cr-navbar .cr-nav-title{margin:0;font-size:1.15rem;font-weight:900}.cr-page-wrapper .cr-navbar .cr-nav-icon{color:var(--cr-text-main);justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cr-page-wrapper .cr-main-content{flex-direction:column;gap:1.25rem;padding:1rem;display:flex}.cr-page-wrapper .cr-main-content .cr-col-left{flex-direction:column;gap:15px;display:flex}.cr-page-wrapper .cr-section{background:var(--cr-surface);border-radius:var(--cr-radius);border:1px solid var(--cr-border);box-shadow:var(--cr-shadow);padding:1.5rem}.cr-page-wrapper .cr-section .cr-section-title{border-left:4px solid var(--cr-primary);color:var(--cr-text-main);margin-bottom:1.5rem;padding-left:.75rem;font-size:1.1rem;font-weight:800}.cr-page-wrapper .cr-items-container .cr-empty-state{color:var(--cr-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.cr-page-wrapper .cr-items-container .cr-empty-state p{font-weight:600}.cr-page-wrapper .cr-items-container .cr-item-card{border-bottom:1px solid var(--cr-border);gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.cr-page-wrapper .cr-items-container .cr-item-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-image{object-fit:cover;background:#f8fafc;border-radius:12px;flex-shrink:0;width:80px;height:80px}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details{flex-direction:column;flex:1;gap:.3rem;display:flex}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-header .cr-item-name{margin:0;font-size:.95rem;font-weight:700;line-height:1.3}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-header .cr-item-variant{color:var(--cr-text-muted);margin:.2rem 0 0;font-size:.8rem;font-weight:600}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-header .cr-btn-remove{color:var(--cr-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:4px;transition:all .2s}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-header .cr-btn-remove:hover{color:var(--cr-danger);background:var(--cr-danger-bg)}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-pricing{flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.1rem;display:flex}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-pricing .cr-item-total{color:var(--cr-primary);margin:0;font-size:1.05rem;font-weight:900}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-pricing .cr-item-total-old{color:var(--cr-text-muted);margin:0;font-size:.88rem;font-weight:700;text-decoration:line-through}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-unit-prices{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-unit-prices .cr-item-unit{color:var(--cr-text-muted);font-size:.78rem;font-weight:700}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-unit-prices .cr-item-unit-old{color:#94a3b8;font-size:.76rem;font-weight:700;text-decoration:line-through}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-qty-controls{background:var(--cr-bg);border:1px solid var(--cr-border);border-radius:8px;align-items:center;gap:.75rem;width:fit-content;margin-top:.55rem;padding:.25rem;display:flex}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-qty-controls .cr-qty-btn{border:1px solid var(--cr-border);background:var(--cr-surface);cursor:pointer;width:32px;height:32px;color:var(--cr-text-main);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-qty-controls .cr-qty-btn:hover{background:var(--cr-border)}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-qty-controls .cr-qty-btn:active{transform:scale(.9)}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-qty-controls .cr-qty-btn:disabled{opacity:.5;cursor:not-allowed}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-qty-controls .cr-qty-value{text-align:center;min-width:24px;font-size:1rem;font-weight:800}.cr-page-wrapper .cr-form-grid{flex-direction:column;gap:1rem;display:flex}.cr-page-wrapper .cr-form-grid .cr-form-group{flex-direction:column;gap:.4rem;display:flex}.cr-page-wrapper .cr-form-grid .cr-form-group.cr-full-width{width:100%}.cr-page-wrapper .cr-form-grid .cr-form-group .cr-input{border:1px solid var(--cr-border);width:100%;color:var(--cr-text-main);background:#f8fafc;border-radius:12px;outline:none;padding:.85rem 1rem;font-size:.95rem;transition:all .2s}.cr-page-wrapper .cr-form-grid .cr-form-group .cr-input::placeholder{color:#a1a1aa}.cr-page-wrapper .cr-form-grid .cr-form-group .cr-input:focus{background:var(--cr-surface);border-color:var(--cr-primary);box-shadow:0 0 0 4px #2563eb1a}.cr-page-wrapper .cr-form-grid .cr-form-group .cr-input.is-invalid{border-color:var(--cr-danger);background-color:#fffcfc}.cr-page-wrapper .cr-form-grid .cr-form-group .cr-error-msg{color:var(--cr-danger);margin-top:.2rem;font-size:.75rem;font-weight:700}.cr-page-wrapper .cr-form-grid .cr-form-group .cr-phone-input-wrapper{gap:.5rem;display:flex}.cr-page-wrapper .cr-form-grid .cr-form-group .cr-phone-input-wrapper .cr-phone-prefix{border:1px solid var(--cr-border);color:var(--cr-text-muted);white-space:nowrap;background:#e2e8f0;border-radius:12px;align-items:center;padding:0 1rem;font-size:.9rem;font-weight:800;display:flex}.cr-page-wrapper .cr-form-grid .cr-form-group .cr-phone-input-wrapper .cr-input{flex:1}.cr-page-wrapper .cr-payment-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cr-page-wrapper .cr-payment-grid .cr-payment-card{border:2px solid var(--cr-border);background:var(--cr-surface);color:var(--cr-text-muted);cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;transition:all .2s;display:flex}.cr-page-wrapper .cr-payment-grid .cr-payment-card span{font-size:.95rem;font-weight:800}.cr-page-wrapper .cr-payment-grid .cr-payment-card .cr-payment-text-group{flex-direction:column;align-items:center;display:flex}.cr-page-wrapper .cr-payment-grid .cr-payment-card .cr-payment-text-group small{opacity:.7;font-size:.75rem;font-weight:600}.cr-page-wrapper .cr-payment-grid .cr-payment-card.is-selected{border-color:var(--cr-primary);color:var(--cr-primary);background:#2563eb0a}.cr-page-wrapper .cr-payment-grid .cr-payment-card.is-disabled{opacity:.5;cursor:not-allowed;background:var(--cr-bg)}.cr-page-wrapper .cr-summary-section{background:var(--cr-surface);border-radius:var(--cr-radius);border:2px solid var(--cr-border);padding:1.75rem}.cr-page-wrapper .cr-summary-section .cr-section-title{color:var(--cr-text-main);margin-bottom:1.5rem;font-size:1.25rem;font-weight:800}.cr-page-wrapper .cr-summary-section .cr-summary-box{flex-direction:column;gap:1rem;display:flex}.cr-page-wrapper .cr-summary-section .cr-summary-box .cr-summary-line{color:var(--cr-text-muted);justify-content:space-between;align-items:center;gap:.75rem;font-size:.95rem;font-weight:700;display:flex}.cr-page-wrapper .cr-summary-section .cr-summary-box .cr-summary-line .cr-summary-value{color:var(--cr-text-main);text-align:right}.cr-page-wrapper .cr-summary-section .cr-summary-box .cr-summary-line.cr-summary-discount .cr-summary-value{color:#16a34a}.cr-page-wrapper .cr-summary-section .cr-summary-box .cr-summary-line.cr-summary-total{border-top:2px dashed var(--cr-border);color:var(--cr-text-main);margin-top:1.25rem;padding-top:1.25rem;font-size:1.4rem;font-weight:900}.cr-page-wrapper .cr-summary-section .cr-summary-box .cr-btn-submit{background:var(--cr-whatsapp);width:100%;color:var(--cr-surface);cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1.15rem;font-size:1.1rem;font-weight:900;transition:all .3s;display:flex;box-shadow:0 4px 14px #25d36666}.cr-page-wrapper .cr-summary-section .cr-summary-box .cr-btn-submit:hover:not(:disabled){background:var(--cr-whatsapp-hover);transform:translateY(-2px);box-shadow:0 6px 20px #25d36680}.cr-page-wrapper .cr-summary-section .cr-summary-box .cr-btn-submit:active:not(:disabled){transform:scale(.97)}.cr-page-wrapper .cr-summary-section .cr-summary-box .cr-btn-submit:disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e1}.cr-page-wrapper .cr-summary-section .cr-summary-box .cr-disclaimer{text-align:center;color:var(--cr-text-muted);margin-top:1rem;font-size:.75rem;font-weight:600}@media (min-width:1024px){.cr-page-wrapper{padding:3rem 2rem}.cr-page-wrapper .cr-navbar{display:none}.cr-page-wrapper .cr-main-content{grid-template-columns:1fr 400px;align-items:start;gap:2.5rem;max-width:1200px;margin:0 auto;padding:0;display:grid}.cr-page-wrapper .cr-col-left{flex-direction:column;gap:2rem;display:flex}.cr-page-wrapper .cr-col-right{height:fit-content;position:sticky;top:5.6rem}.cr-page-wrapper .cr-section{margin-bottom:0;padding:2rem}.cr-page-wrapper .cr-form-grid{grid-template-columns:1fr 1fr;display:grid}.cr-page-wrapper .cr-form-grid .cr-full-width{grid-column:1/-1}.cr-page-wrapper .cr-payment-grid{grid-template-columns:repeat(3,1fr)}.cr-page-wrapper .cr-payment-grid .cr-payment-card:hover:not(.is-selected):not(.is-disabled){border-color:var(--cr-border-focus);transform:translateY(-2px)}.cr-page-wrapper .cr-items-container .cr-item-card{padding:1.5rem 0}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-image{width:100px;height:100px}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-header .cr-item-name{font-size:1.1rem}.cr-page-wrapper .cr-items-container .cr-item-card .cr-item-details .cr-item-pricing .cr-item-total{font-size:1.15rem}}
