:root{--steel-light:#e7eaec;--steel-mid:#c7cdd1;--charcoal:#211f1c;--cream:#faf5ea;--paper:#fffdf8;--coral:#ff6b4a;--coral-dark:#e2532f;--ink:#23201c;--ink-soft:#5c5750;--shadow-soft: 0 18px 40px -18px rgba(33,31,28,.35);--shadow-tight: 0 6px 16px -8px rgba(33,31,28,.3)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--cream);color:var(--ink);min-height:100vh}.order-shell{padding:40px 20px}.order-shell .display{font-family:Fraunces,serif}.order-shell .mono{font-family:IBM Plex Mono,monospace}.order-shell .wrap{max-width:1040px;margin:0 auto}.order-shell .header{text-align:center;margin-bottom:36px}.order-shell .header .eyebrow{font-family:IBM Plex Mono,monospace;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--coral-dark);margin-bottom:10px;display:block}.order-shell .header h1{font-family:Fraunces,serif;font-weight:600;font-size:clamp(24px,3.4vw,34px)}.order-shell .layout{display:grid;grid-template-columns:1.3fr 1fr;gap:28px;align-items:start}@media(max-width:820px){.order-shell .layout{grid-template-columns:1fr}}.order-shell .panel{background:var(--paper);border-radius:20px;padding:26px;box-shadow:var(--shadow-tight);border:1px solid rgba(33,31,28,.06)}.order-shell .panel h2{font-family:Fraunces,serif;font-weight:600;font-size:19px;margin-bottom:16px}.order-shell .source-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.order-shell .source-btn{flex:1;min-width:130px;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 10px;border-radius:14px;border:1.5px dashed rgba(33,31,28,.2);background:var(--cream);cursor:pointer;font-size:13px;font-weight:600;color:var(--ink);transition:border-color .2s ease,background .2s ease}.order-shell .source-btn:hover{border-color:var(--coral);background:#fff3ee}.order-shell .source-btn svg{width:26px;height:26px;stroke:var(--ink)}.order-shell input[type=file]{display:none}.order-shell .dropzone{border:2px dashed rgba(33,31,28,.18);border-radius:16px;padding:28px;text-align:center;color:var(--ink-soft);font-size:13.5px;margin-bottom:18px;transition:border-color .2s ease,background .2s ease}.order-shell .dropzone.drag-over{border-color:var(--coral);background:#fff3ee}.order-shell .pack-row{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin:32px 0 20px}.order-shell .pack-card{flex:1;min-width:140px;max-width:200px;padding:32px 20px;border-radius:20px;background:var(--paper);border:1.5px solid rgba(33,31,28,.1);cursor:pointer;box-shadow:var(--shadow-tight);display:flex;flex-direction:column;align-items:center;gap:4px;transition:transform .18s ease,border-color .18s ease}.order-shell .pack-card:hover{transform:translateY(-4px);border-color:var(--coral)}.order-shell .pack-count{font-family:Fraunces,serif;font-weight:600;font-size:38px;color:var(--charcoal)}.order-shell .pack-label{font-family:IBM Plex Mono,monospace;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft)}.order-shell .progress-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}.order-shell .progress-track{flex:1;height:6px;border-radius:100px;background:var(--steel-light);overflow:hidden}.order-shell .progress-fill{height:100%;background:var(--coral);border-radius:100px;transition:width .3s ease}.order-shell .progress-label{font-size:11.5px;color:var(--ink-soft);white-space:nowrap}.order-shell .crop-stage{display:none}.order-shell .crop-stage.active{display:block}.order-shell .crop-container{background:#111;border-radius:14px;overflow:hidden;max-height:420px;display:flex;align-items:center;justify-content:center}.order-shell .crop-container img{display:block;max-width:100%}.order-shell .copies-row{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:13.5px;color:var(--ink-soft)}.order-shell .copies-row label{font-weight:600;color:var(--ink)}.order-shell .copies-step{width:28px;height:28px;border-radius:50%;border:1.5px solid rgba(33,31,28,.15);background:var(--paper);font-size:16px;line-height:1;cursor:pointer;color:var(--ink)}.order-shell .copies-step:hover{border-color:var(--coral);color:var(--coral-dark)}.order-shell #copiesInput{width:52px;text-align:center;padding:6px 4px;border-radius:8px;border:1.5px solid rgba(33,31,28,.15);font-size:14px;font-family:Inter,sans-serif}.order-shell .action-row{display:flex;gap:10px;margin-top:16px}.order-shell .btn{padding:12px 20px;border-radius:100px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:transform .15s ease}.order-shell .btn:hover{transform:translateY(-1px)}.order-shell .btn-primary{background:var(--coral);color:#fff;box-shadow:0 10px 20px -8px #ff6b4a80;flex:1}.order-shell .btn-primary:disabled{background:var(--steel-mid);color:var(--ink-soft);box-shadow:none;cursor:not-allowed;transform:none}.order-shell .btn-ghost{background:transparent;border:1.5px solid rgba(33,31,28,.18);color:var(--ink)}.order-shell .batch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:8px;margin-bottom:14px}.order-shell .batch-thumb{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;box-shadow:var(--shadow-tight)}.order-shell .batch-thumb img{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer;transition:opacity .15s ease}.order-shell .batch-thumb img:hover{opacity:.75}.order-shell .batch-remove{position:absolute;top:3px;right:3px;width:20px;height:20px;border-radius:50%;background:#211f1cbf;color:#fff;border:none;font-size:14px;line-height:1;cursor:pointer}.order-shell .cart-empty{color:var(--ink-soft);font-size:14px;text-align:center;padding:30px 10px}.order-shell .cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid rgba(33,31,28,.08)}.order-shell .cart-thumb{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--steel-light);box-shadow:var(--shadow-tight)}.order-shell .cart-thumb.shape-circle{border-radius:50%}.order-shell .cart-thumb img{width:100%;height:100%;object-fit:cover}.order-shell .cart-meta{flex:1}.order-shell .cart-meta .name{font-weight:600;font-size:13.5px}.order-shell .cart-meta .spec{font-family:IBM Plex Mono,monospace;font-size:11.5px;color:var(--ink-soft);margin-top:3px}.order-shell .cart-remove{background:none;border:none;color:var(--ink-soft);cursor:pointer;font-size:12px;text-decoration:underline;padding:0}.order-shell .cart-total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1.5px solid rgba(33,31,28,.1);font-family:Fraunces,serif;font-weight:600;font-size:18px}.order-shell .checkout-btn{width:100%;margin-top:14px;padding:14px}.order-shell .note{font-size:12px;color:var(--ink-soft);margin-top:14px;line-height:1.5;background:var(--steel-light);padding:10px 12px;border-radius:10px}.order-shell .legal-content{padding:36px;line-height:1.7;color:var(--ink)}.order-shell .legal-content h1,.order-shell .legal-content h2,.order-shell .legal-content h3{font-family:Fraunces,serif;font-weight:600;margin:28px 0 12px}.order-shell .legal-content h2{font-size:20px}.order-shell .legal-content h3{font-size:16px}.order-shell .legal-content p{margin-bottom:14px;color:var(--ink-soft)}.order-shell .legal-content ul,.order-shell .legal-content ol{margin:0 0 14px 22px;color:var(--ink-soft)}.order-shell .legal-content li{margin-bottom:6px}.order-shell .legal-content a{color:var(--coral-dark);text-decoration:underline}.order-shell .legal-content strong{color:var(--ink)}.order-shell .terms-row{display:flex;align-items:flex-start;gap:10px;margin:16px 0;font-size:13px;color:var(--ink-soft);line-height:1.5}.order-shell .terms-row input[type=checkbox]{margin-top:3px;width:16px;height:16px;flex-shrink:0}.order-shell .terms-row a{color:var(--coral-dark);text-decoration:underline}.order-shell .checkout-btn:disabled{background:var(--steel-mid);color:var(--ink-soft);box-shadow:none;cursor:not-allowed}.order-shell .product-page{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start;margin-bottom:8px}@media(max-width:820px){.order-shell .product-page{grid-template-columns:1fr}}.order-shell .gallery-main{aspect-ratio:1;border-radius:18px;overflow:hidden;background:var(--steel-light);box-shadow:var(--shadow-tight)}.order-shell .gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.order-shell .gallery-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.order-shell .gallery-thumb{width:56px;height:56px;border-radius:10px;border:2px solid transparent;background-size:cover;background-position:center;background-color:var(--steel-light);cursor:pointer;padding:0}.order-shell .gallery-thumb.active{border-color:var(--coral)}.order-shell .product-info .eyebrow{font-family:IBM Plex Mono,monospace;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--coral-dark);display:block;margin-bottom:8px}.order-shell .product-info h1{font-family:Fraunces,serif;font-weight:600;font-size:32px;margin-bottom:10px}.order-shell .product-price{font-family:Fraunces,serif;font-weight:600;font-size:24px;margin-bottom:4px}.order-shell .option-group{margin:20px 0}.order-shell .option-label{font-weight:600;font-size:13.5px;margin-bottom:10px}.order-shell .option-buttons{display:flex;gap:8px;flex-wrap:wrap}.order-shell .option-btn{padding:10px 16px;border-radius:10px;border:1.5px solid rgba(33,31,28,.15);background:var(--paper);font-size:13.5px;font-weight:600;cursor:pointer;color:var(--ink);transition:all .15s ease}.order-shell .option-btn.active{background:var(--charcoal);color:var(--cream);border-color:var(--charcoal)}.order-shell .option-btn:hover:not(.active){border-color:var(--coral)}.order-shell .qty-stepper-row{display:flex;align-items:center;gap:10px}.order-shell .qty-stepper-row #qtyInput{width:56px;text-align:center;padding:8px 4px;border-radius:8px;border:1.5px solid rgba(33,31,28,.15);font-size:14px;font-family:Inter,sans-serif}.order-shell .social-toggle-row{display:flex;align-items:center;gap:10px;margin:22px 0;font-size:13.5px;color:var(--ink-soft);cursor:pointer}.order-shell .social-toggle-row input[type=checkbox]{display:none}.order-shell .toggle-track{width:38px;height:22px;border-radius:100px;background:#211f1c2e;position:relative;flex-shrink:0;transition:background .2s ease}.order-shell .toggle-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:var(--shadow-tight);transition:transform .2s ease}.order-shell .social-toggle-row input:checked+.toggle-track{background:var(--coral)}.order-shell .social-toggle-row input:checked+.toggle-track .toggle-thumb{transform:translate(16px)}.order-shell .product-description{margin-top:56px;padding-top:36px;border-top:1px solid rgba(33,31,28,.1)}.order-shell .cart-layout{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.order-shell .cart-items-panel{max-height:70vh;overflow-y:auto}.order-shell .cart-summary-panel{position:sticky;top:100px}@media(max-width:820px){.order-shell .cart-layout{grid-template-columns:1fr}.order-shell .cart-items-panel{max-height:none;overflow-y:visible}.order-shell .cart-summary-panel{position:relative;top:0}}.order-shell .preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.order-shell .preview-tile{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-tight);background:var(--steel-light)}.order-shell .preview-tile-img-wrap{position:relative;aspect-ratio:1;overflow:hidden}.order-shell .preview-tile-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.order-shell .preview-tile .bleed-guide{position:absolute;border:2px dashed rgba(226,83,47,.8);pointer-events:none}.order-shell .preview-tile-toolbar{display:flex;justify-content:space-around;background:var(--paper);padding:6px 4px}.order-shell .preview-tile-btn{background:none;border:none;cursor:pointer;padding:4px;color:var(--ink-soft);border-radius:6px}.order-shell .preview-tile-btn:hover{background:var(--steel-light);color:var(--ink)}.order-shell .preview-tile-btn svg{width:16px;height:16px;display:block}.order-shell .preview-tile-btn:disabled{opacity:.3;cursor:not-allowed}.order-shell .editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background:#f2f2ef;display:flex;flex-direction:column}.order-shell .editor-canvas-area{flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:0}.order-shell .editor-crop-wrap{position:relative;max-width:90%;max-height:100%}.order-shell .editor-crop-wrap img{display:block;max-width:100%;max-height:70vh}.order-shell .editor-crop-wrap.fit-mode{width:min(90vw,65vh * 1.6);max-height:70vh;overflow:hidden}.order-shell .bleed-overlay{position:absolute;border:2px dashed rgba(226,83,47,.85);pointer-events:none}.order-shell .editor-text-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.order-shell .editor-text-item{position:absolute;pointer-events:auto;cursor:move;-webkit-user-select:none;user-select:none;padding:2px 6px;white-space:nowrap;transform:translate(-50%,-50%)}.order-shell .editor-text-item.selected{outline:1.5px dashed rgba(255,255,255,.9)}.order-shell .editor-toolbar{padding:14px 20px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;border-top:1px solid rgba(33,31,28,.08);background:#fff}.order-shell .editor-tool-btn{width:38px;height:38px;border-radius:10px;border:1.5px solid rgba(33,31,28,.15);background:var(--paper);color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center}.order-shell .editor-tool-btn:hover{border-color:var(--coral);color:var(--coral-dark)}.order-shell .editor-tool-btn svg{width:18px;height:18px}.order-shell .fit-whole-toggle{display:flex;align-items:center;gap:8px;font-size:13.5px;cursor:pointer;margin-left:auto}.order-shell .fit-whole-toggle input{display:none}.order-shell .editor-adjust-panel{flex-direction:column;align-items:stretch;gap:6px;max-height:38vh;overflow-y:auto}.order-shell .adjust-row{display:grid;grid-template-columns:90px 1fr;align-items:center;gap:10px}.order-shell .adjust-row label{font-size:12.5px;color:var(--ink-soft)}.order-shell .adjust-row input[type=range]{width:100%}.order-shell .filters-filmstrip{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.order-shell .filter-thumb{flex:none;width:64px;height:64px;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;position:relative}.order-shell .filter-thumb.active{border-color:var(--coral)}.order-shell .filter-thumb img{width:100%;height:100%;object-fit:cover;display:block}.order-shell .filter-thumb span{position:absolute;bottom:0;left:0;right:0;background:#0000008c;color:#fff;font-size:9px;text-align:center;padding:2px 0;text-transform:uppercase;letter-spacing:.04em}.order-shell .editor-text-panel{flex-direction:column;align-items:stretch}.order-shell .text-style-btn{width:32px;height:32px;border-radius:8px;border:1.5px solid rgba(33,31,28,.15);background:var(--paper);cursor:pointer;font-size:14px}.order-shell .text-style-btn.active{background:var(--charcoal);color:#fff;border-color:var(--charcoal)}.order-shell .text-color-swatch{width:24px;height:24px;border-radius:50%;cursor:pointer;border:1.5px solid rgba(33,31,28,.2);display:inline-block}.order-shell .text-color-swatch.active{outline:2px solid var(--coral);outline-offset:2px}.order-shell #textColorPicker{width:28px;height:28px;padding:0;border:none;border-radius:50%;overflow:hidden;cursor:pointer}.order-shell .editor-tabs-row{display:flex;align-items:center;gap:8px;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(33,31,28,.08);background:#fff;position:relative;z-index:2}.order-shell .editor-tab{width:40px;height:40px;border-radius:10px;border:none;background:none;color:var(--ink-soft);cursor:pointer;display:flex;align-items:center;justify-content:center}.order-shell .editor-tab svg{width:20px;height:20px}.order-shell .editor-tab.active{background:var(--cream);color:var(--coral-dark)}.order-shell .editor-corner-btn{width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--steel-light);color:var(--ink)}.order-shell .editor-save-btn{background:var(--coral);color:#fff}.order-shell .editor-corner-btn svg{width:20px;height:20px}@media(max-width:820px){.order-shell .editor-crop-wrap img{max-height:50vh}.order-shell .editor-toolbar{padding:10px 14px}}.order-shell .free-shipping-note{font-size:12.5px;color:var(--ink-soft);background:var(--steel-light);padding:8px 12px;border-radius:8px;margin-bottom:16px}.order-shell .free-shipping-unlocked{background:#3e7c7424;color:var(--teal);font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/25/assets/order.css.map */
