.checkout-dialog{padding:0;border:0;border-radius:20px;width:min(680px,calc(100vw - 32px));max-width:none;height:min(860px,calc(100dvh - 40px));max-height:none;color:#203831;background:#fff}.checkout-dialog::backdrop{background:#163b3066}.checkout-layout{height:100%;display:flex;flex-direction:column}.checkout-head{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #e4e9e6;flex:none}.checkout-head>span{font-weight:700;letter-spacing:.04em;text-align:center}.checkout-head small{display:block;font-size:11px;font-weight:400;letter-spacing:0;color:#698076}.checkout-head button{background:none;border:0;font-size:30px;width:44px;height:44px;cursor:pointer}.checkout-progress{display:flex;gap:6px;padding:14px 24px;flex:none}.checkout-progress span{flex:1;border-top:3px solid #e8eeeb;padding-top:7px;font-size:12px;color:#788780}.checkout-progress .active{border-color:#1c6c55;color:#175b48}.checkout-progress [aria-current]{font-weight:700}.checkout-form{display:flex;flex-direction:column;min-height:0;flex:1}.checkout-body{padding:12px 28px 26px;overflow:auto;overscroll-behavior:contain;min-height:0;flex:1}.checkout-body h2{font-size:28px;line-height:1.3;margin:0 0 12px;outline:none}.checkout-body h3{font-size:17px;margin:22px 0 12px}.checkout-body p{line-height:1.65}.checkout-intro{color:#5e746a;margin:0 0 24px}.checkout-product{display:flex;align-items:center;gap:18px;border:1px solid #dce5df;border-radius:16px;padding:16px;margin:20px 0}.checkout-thumbnail{width:100px;height:112px;object-fit:contain;background:#f3f5f2;border-radius:10px}.checkout-product>div{min-width:0}.checkout-product h3{margin:4px 0 8px;font-size:17px;line-height:1.4}.checkout-product p{margin:0;font-size:13px;overflow-wrap:anywhere}.checkout-product small{font-size:11px;color:#6c7d73}.checkout-link{border:0;background:none;color:#176b53;text-decoration:underline;text-underline-offset:4px;padding:10px 0;min-height:44px;cursor:pointer;text-align:left}.checkout-sizes{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:16px 10px;margin:20px 0}.checkout-sizes label{display:flex;flex-direction:column;gap:7px;text-align:center;font-size:15px;font-weight:700}.checkout-sizes input{width:100%;min-width:0;border:1px solid #abbfb3;border-radius:9px;text-align:center;height:56px;font-size:20px;background:#fff;color:#193e31;padding:6px}.checkout-toggle{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.6;margin:16px 0;padding:8px 0;cursor:pointer}.checkout-toggle input{width:22px;height:22px;flex:none;accent-color:#1b6852;margin-top:1px}.checkout-muted{font-size:12px;color:#718077}.checkout-footer{padding:14px 28px 20px;border-top:1px solid #dde5df;background:#fff;flex:none}.checkout-footer .button{width:100%;min-height:52px;justify-content:center;font-size:16px}.checkout-footnote{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:12px;font-size:15px}.checkout-footnote span{font-size:11px;color:#6c7e73}.checkout-price{background:#ecf5ef;border-radius:16px;text-align:center;padding:26px 16px;margin:18px 0}.checkout-price>span{font-size:13px;color:#5e776b}.checkout-price>strong{display:block;font-size:42px;line-height:1.5;letter-spacing:-.03em}.checkout-price strong small{font-size:14px;font-weight:400;letter-spacing:0}.checkout-price p{margin:4px 0}.checkout-breakdown{margin:20px 0}.checkout-breakdown div{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid #e6ece8;font-size:14px}.checkout-breakdown dd{margin:0;text-align:right}.checkout-final-total{font-weight:700}.checkout-note{background:#f5f5ee;padding:16px;border-radius:10px;font-size:13px;color:#5f6b60}.checkout-quantity-summary{font-size:14px}.checkout-artwork-previews{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.checkout-artwork-previews figure{margin:0;text-align:center;font-size:12px}.checkout-artwork-previews img{width:100%;background:#f3f5f2;border-radius:12px}.checkout-field{display:block;font-size:14px;font-weight:700;margin:20px 0}.checkout-field span{font-size:11px;font-weight:400;color:#7d8d84;margin-left:6px}.checkout-field input,.checkout-field textarea{display:block;width:100%;max-width:100%;box-sizing:border-box;min-height:50px;background:#fff;color:#183c2c;border:1px solid #c5d2ca;border-radius:9px;padding:12px;font:inherit;font-size:16px;margin-top:8px}.checkout-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-contact-grid .checkout-field{min-width:0;margin:0}.checkout-ready{width:60px;height:60px;display:grid;place-items:center;border-radius:50%;background:#e5f2e9;color:#17684f;font-size:30px;margin:20px 0}.checkout-message{margin:24px 0;border:1px solid #dce4df;border-radius:12px;padding:15px}.checkout-message summary{cursor:pointer;font-weight:700;min-height:36px}.checkout-message pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;font-size:13px;line-height:1.8;user-select:text}.checkout-whatsapp{width:100%;min-height:54px;justify-content:center;margin-bottom:12px}.checkout-body #checkout-copy{width:100%;justify-content:center;min-height:48px}#checkout-error{color:#ab382f;font-size:14px;line-height:1.5}#checkout-dialog button:focus-visible,#checkout-dialog input:focus-visible,#checkout-dialog textarea:focus-visible,#checkout-dialog a:focus-visible{outline:3px solid #60a98d;outline-offset:3px}
@media(max-width:700px){.checkout-dialog{width:100vw;height:var(--app-height,100dvh);max-height:none;max-width:none;border-radius:0;margin:0;top:var(--app-offset-top,0);left:0}.checkout-head{padding:5px 12px}.checkout-progress{padding:12px 20px}.checkout-body{padding:12px 20px 24px}.checkout-body h2{font-size:25px}.checkout-footer{padding:12px 20px max(14px,env(safe-area-inset-bottom))}.checkout-product{gap:12px;padding:12px}.checkout-thumbnail{width:76px;height:94px}.checkout-product h3{font-size:16px}.checkout-sizes{grid-template-columns:repeat(4,1fr)}.checkout-contact-grid{grid-template-columns:1fr;gap:18px}.checkout-price>strong{font-size:38px}}
