.bt-customizer{--ink:#181410;--ink-2:#4a443c;--paper:#ffffff;--panel:#ffffff;--line:#e7e7e7;--line-2:#d8d8d8;--stage:#fafafa;--accent:var(--cz-accent,#ff4a23);--accent-ink:#fff;--good:#2f9e44;--radius:14px;--shadow:0 1px 0 rgba(0,0,0,.02), 0 8px 24px -16px rgba(24,20,16,.35);--mono:"DM Sans",system-ui,sans-serif;--bt-app-height:var(--cz-appheight,780px);font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:var(--paper);background-image:radial-gradient(circle at 1px 1px,rgba(24,20,16,.04) 1px,transparent 0);background-size:22px 22px;-webkit-font-smoothing:antialiased}.bt-customizer *{box-sizing:border-box;margin:0;padding:0}.bt-customizer .bt-app{display:flex;flex-direction:column;height:var(--bt-app-height);min-height:520px}.bt-customizer header{display:flex;align-items:center;gap:16px;padding:12px 20px;background:var(--panel);border-bottom:1px solid var(--line);flex-shrink:0}.bt-customizer .brand{display:flex;align-items:center;gap:11px}.bt-customizer .brand .mark{width:42px;height:42px;border-radius:11px;background:var(--ink);display:grid;place-items:center;color:#fff;flex-shrink:0}.bt-customizer .brand .mark svg{width:24px;height:24px}.bt-customizer .brand-logo{display:block;width:auto;max-width:240px;object-fit:contain}.bt-customizer .brand h1{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:23px;letter-spacing:-.01em;line-height:1}.bt-customizer .brand h1 span{color:var(--accent)}.bt-customizer .brand small{display:block;font-size:12px;color:var(--ink-2);font-weight:500;letter-spacing:.02em;margin-top:3px}.bt-customizer .moq-badge{display:inline-block;padding:6px 15px;background:var(--accent);border:1px solid var(--accent);border-radius:999px;font-size:13.5px;font-weight:800;color:var(--accent-ink,#fff);letter-spacing:.02em;white-space:nowrap;vertical-align:middle}.bt-customizer .moq-note{margin:6px 0 0;font-size:12.5px;color:var(--accent)}.bt-customizer .moq-note strong{font-weight:700}.bt-customizer .top-actions{display:flex;gap:10px;align-items:center;flex:1}.bt-customizer .top-actions #submitQuote{margin-left:auto;margin-right:36px;padding:13px 30px;font-size:15.5px}.bt-customizer .top-actions #submitQuote svg{width:18px;height:18px}.bt-customizer .btn{font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;border:1px solid var(--line-2);background:var(--panel);color:var(--ink);padding:10px 16px;border-radius:10px;display:inline-flex;align-items:center;gap:8px;transition:.14s ease;white-space:nowrap}.bt-customizer .btn:hover{border-color:var(--ink);transform:translateY(-1px)}.bt-customizer .btn svg{width:16px;height:16px}.bt-customizer .btn.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.bt-customizer .btn.primary:hover{background:#000}.bt-customizer .btn.accent{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.bt-customizer .btn.accent:hover{filter:brightness(1.06)}.bt-customizer .btn.on{background:var(--ink);color:#fff;border-color:var(--ink)}.bt-customizer .btn.ghost{border-color:transparent;background:transparent}.bt-customizer .btn.ghost:hover{background:var(--paper);border-color:transparent;transform:none}.bt-customizer .btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.bt-customizer main{flex:1;display:flex;min-height:0}.bt-customizer .rail{width:90px;background:var(--panel);border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:6px;flex-shrink:0}.bt-customizer .rail button{width:74px;padding:9px 0;border:0;background:transparent;border-radius:11px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:5px;color:var(--ink-2);font-family:inherit;font-size:10.5px;font-weight:600;transition:.14s}.bt-customizer .rail button svg{width:21px;height:21px}.bt-customizer .rail button:hover{background:var(--paper);color:var(--ink)}.bt-customizer .rail button.active{background:var(--ink);color:#fff}.bt-customizer .rail button.on{background:var(--accent);color:var(--accent-ink,#fff)}.bt-customizer .panel{width:384px;background:var(--panel);border-right:1px solid var(--line);overflow-y:auto;flex-shrink:0;padding:20px 20px 96px}.bt-customizer .panel::-webkit-scrollbar{width:9px}.bt-customizer .panel::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:9px;border:3px solid var(--panel)}.bt-customizer .pane{display:none}.bt-customizer .pane.active{display:block;animation:bt-fade .22s ease}@keyframes bt-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.bt-customizer .pane h2{font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:800;letter-spacing:-.01em;margin-bottom:3px;display:flex;align-items:center;gap:8px}.bt-customizer .pane .sub{font-size:12.5px;color:var(--ink-2);margin-bottom:12px;line-height:1.45}.bt-customizer .group{margin-bottom:14px}.bt-customizer .group>label{display:block;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-2);margin-bottom:9px}.bt-customizer details.group>summary{list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none}.bt-customizer details.group>summary::-webkit-details-marker{display:none}.bt-customizer details.group>summary .acc-caret{display:inline-block;transition:transform .15s;font-size:10px}.bt-customizer details.group[open]>summary .acc-caret{transform:rotate(90deg)}.bt-customizer #bgRemovalGroup>summary:hover{border-color:var(--accent)}.bt-customizer #bgRemovalGroup[open]>summary{border-color:var(--accent);background:#fff7f4}.bt-customizer .search-results{margin-bottom:14px;max-height:300px;overflow-y:auto}.bt-customizer .search-result{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--line);border-radius:10px;margin-bottom:6px;cursor:pointer;background:#fff;transition:.12s}.bt-customizer .search-result:hover{border-color:var(--ink)}.bt-customizer .sr-thumb{width:42px;height:42px;border-radius:7px;background:var(--paper);overflow:hidden;flex-shrink:0;display:grid;place-items:center}.bt-customizer .sr-thumb img{width:100%;height:100%;object-fit:contain}.bt-customizer .sr-title{font-size:13px;font-weight:600;line-height:1.3}.bt-customizer .sr-badge{font-size:11px;font-weight:600;color:var(--accent);margin-top:2px}.bt-customizer .search-empty{font-size:12.5px;color:var(--ink-2);padding:10px 4px}.bt-customizer .search-more{display:block;width:100%;margin:6px 0 2px;padding:9px;border:1px dashed var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:12.5px;font-weight:600;cursor:pointer;transition:.12s}.bt-customizer .search-more:hover{border-color:var(--ink);background:var(--bg-2,#fafafa)}.bt-customizer .search-more:disabled{opacity:.6;cursor:default}.bt-customizer .search-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:6px;padding:7px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-size:12.5px;font-weight:600;cursor:pointer;transition:.12s}.bt-customizer .search-back:hover{border-color:var(--ink)}.bt-customizer .sel-product{font-weight:700;font-size:14.5px;line-height:1.35;background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:10px 12px}.bt-customizer .sel-product a{color:var(--accent);font-size:12px;font-weight:600;text-decoration:none;display:inline-block;margin-top:4px}.bt-customizer .drop{border:2px dashed var(--line-2);border-radius:var(--radius);padding:30px 18px;text-align:center;cursor:pointer;transition:.16s;background:var(--paper)}.bt-customizer .drop:hover,.bt-customizer .drop.over{border-color:var(--accent);background:#fff7f4}.bt-customizer .drop svg{width:34px;height:34px;color:var(--accent);margin-bottom:10px}.bt-customizer .drop p{font-weight:700;font-size:14px}.bt-customizer .drop small{display:block;color:var(--ink-2);font-size:11.5px;margin-top:5px}.bt-customizer .upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bt-customizer .upload-cell{position:relative;aspect-ratio:1;border:1px solid var(--line-2);border-radius:9px;overflow:hidden;background:#fff;transition:.12s}.bt-customizer .upload-cell:hover{border-color:var(--ink)}.bt-customizer .upload-cell img{width:100%;height:100%;object-fit:contain;padding:7px;cursor:pointer}.bt-customizer .ucell-del{position:absolute;top:3px;right:3px;width:26px;height:26px;border:0;border-radius:50%;background:#181410b8;color:#fff;font-size:13px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}.bt-customizer .ucell-del:hover{background:var(--accent)}.bt-customizer .row{display:flex;gap:9px;margin-bottom:10px}.bt-customizer .row>*{flex:1}.bt-customizer .field{margin-bottom:13px}.bt-customizer .field label{display:block;font-size:12px;font-weight:600;margin-bottom:6px;color:var(--ink-2)}.bt-customizer input[type=text],.bt-customizer input[type=number],.bt-customizer input[type=date],.bt-customizer textarea,.bt-customizer select{width:100%;font-family:inherit;font-size:14px;color:var(--ink);border:1px solid var(--line-2);border-radius:9px;padding:9px 11px;background:#fff}.bt-customizer textarea{resize:vertical;min-height:64px;line-height:1.4}.bt-customizer input:focus,.bt-customizer textarea:focus,.bt-customizer select:focus{outline:0;border-color:var(--ink)}.bt-customizer input[type=range]{width:100%;accent-color:var(--accent);cursor:pointer}.bt-customizer .slider-head{display:flex;justify-content:space-between;font-size:12px;font-weight:600;margin-bottom:5px}.bt-customizer .slider-head b{color:var(--ink-2);font-variant-numeric:tabular-nums}.bt-customizer .seg{display:flex;background:var(--paper);border-radius:10px;padding:3px;gap:3px}.bt-customizer .seg button{flex:1;border:0;background:transparent;padding:8px 4px;border-radius:7px;cursor:pointer;font-family:inherit;font-weight:700;font-size:12.5px;color:var(--ink-2);transition:.14s;display:flex;align-items:center;justify-content:center;gap:6px}.bt-customizer .seg button svg{width:15px;height:15px}.bt-customizer .seg button.active{background:#fff;color:var(--ink);box-shadow:var(--shadow)}.bt-customizer .swatches{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 8px;max-height:300px;overflow-y:auto;padding:8px 6px;border:1px solid var(--line);border-radius:10px;background:var(--paper)}.bt-customizer .swatches::-webkit-scrollbar{width:9px}.bt-customizer .swatches::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:9px;border:3px solid var(--paper)}.bt-customizer .color-swatch{display:flex;flex-direction:column;align-items:center;gap:5px;border:0;background:transparent;cursor:pointer;padding:0;font-family:inherit}.bt-customizer .cs-dot{width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;border:2px solid var(--line);background:#fff;transition:.12s}.bt-customizer .cs-dot img{width:100%;height:100%;object-fit:cover}.bt-customizer .color-swatch:hover .cs-dot{transform:scale(1.07);border-color:var(--ink-2)}.bt-customizer .color-swatch.active .cs-dot{border-color:var(--ink);box-shadow:0 0 0 2px var(--accent)}.bt-customizer .cs-name{font-size:10px;line-height:1.15;color:var(--ink-2);text-align:center;word-break:break-word}.bt-customizer .color-swatch.active .cs-name{color:var(--ink);font-weight:700}.bt-customizer .font-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-height:280px;overflow-y:auto;padding-right:2px}.bt-customizer .font-grid::-webkit-scrollbar{width:9px}.bt-customizer .font-grid::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:9px;border:3px solid var(--panel)}.bt-customizer .font-chip{border:1px solid var(--line-2);border-radius:9px;padding:11px 8px;cursor:pointer;text-align:center;font-size:17px;background:#fff;transition:.12s;color:var(--ink);overflow:hidden;white-space:nowrap}.bt-customizer .font-chip:hover{border-color:var(--ink)}.bt-customizer .font-chip.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.bt-customizer .color-row{display:flex;align-items:center;gap:10px}.bt-customizer .color-row input[type=color]{width:40px;height:36px;border:1px solid var(--line-2);border-radius:8px;padding:2px;background:#fff;cursor:pointer}.bt-customizer .mini-pal{display:flex;gap:6px;flex-wrap:wrap}.bt-customizer .mini-pal span{width:24px;height:24px;border-radius:6px;cursor:pointer;border:1px solid rgba(0,0,0,.12)}.bt-customizer .icon-row{display:flex;gap:7px}.bt-customizer .icon-row button{flex:1;aspect-ratio:1;border:1px solid var(--line-2);background:#fff;border-radius:9px;cursor:pointer;display:grid;place-items:center;color:var(--ink-2);transition:.12s}.bt-customizer .icon-row button svg{width:18px;height:18px}.bt-customizer .icon-row button:hover{border-color:var(--ink);color:var(--ink)}.bt-customizer .icon-row button.on{background:var(--ink);color:#fff;border-color:var(--ink)}.bt-customizer .res-link{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:1px solid var(--line-2);background:#fff;border-radius:12px;padding:14px;margin-bottom:10px;cursor:pointer;color:var(--ink);font-family:inherit;text-decoration:none;transition:.12s}.bt-customizer .res-link:hover{border-color:var(--ink);transform:translateY(-1px)}.bt-customizer .res-ic{width:38px;height:38px;border-radius:9px;background:var(--paper);display:grid;place-items:center;flex-shrink:0;color:var(--accent)}.bt-customizer .res-ic svg{width:20px;height:20px}.bt-customizer .res-txt{flex:1;display:flex;flex-direction:column;gap:2px}.bt-customizer .res-txt b{font-size:14px;font-weight:700}.bt-customizer .res-txt small{font-size:11.5px;color:var(--ink-2);line-height:1.3}.bt-customizer .res-arrow{width:16px;height:16px;color:var(--ink-2);flex-shrink:0}.bt-customizer .dpi-warn{background:#fff4e5;border:1px solid #f0c98c;color:#8a5a00;font-size:11.5px;line-height:1.4;padding:9px 11px;border-radius:9px;margin-bottom:14px;font-weight:600}.bt-customizer .hint{font-size:11.5px;color:var(--ink-2);line-height:1.5;background:var(--paper);padding:10px 12px;border-radius:9px;border:1px solid var(--line)}.bt-customizer .hint b{color:var(--ink)}.bt-customizer .empty{text-align:center;color:var(--ink-2);padding:34px 10px;font-size:13px}.bt-customizer .empty svg{width:38px;height:38px;opacity:.4;margin-bottom:10px}.bt-customizer .layer{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--line);border-radius:10px;margin-bottom:8px;cursor:pointer;background:#fff;transition:.12s}.bt-customizer .layer:hover{border-color:var(--line-2)}.bt-customizer .layer.sel{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.bt-customizer .layer .thumb{width:34px;height:34px;border-radius:7px;background:var(--paper);display:grid;place-items:center;flex-shrink:0;color:var(--ink-2);overflow:hidden}.bt-customizer .layer .thumb img{width:100%;height:100%;object-fit:contain}.bt-customizer .layer .ln{flex:1;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bt-customizer .layer .del{border:0;background:transparent;cursor:pointer;color:var(--ink-2);padding:4px;border-radius:6px}.bt-customizer .layer .del:hover{background:#ffe9e3;color:var(--accent)}.bt-customizer .stage-wrap{flex:1;display:flex;flex-direction:column;background:var(--stage);min-width:0}.bt-customizer .stage-top{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;flex-shrink:0;gap:14px}.bt-customizer .view-thumbs{display:flex;gap:8px;flex-wrap:wrap;align-items:center;min-height:34px}.bt-customizer .view-thumbs .vt-label{font-size:12px;font-weight:700;color:var(--ink-2);margin-right:2px}.bt-customizer .view-thumb{width:46px;height:54px;border:1px solid var(--line-2);border-radius:8px;overflow:hidden;cursor:pointer;background:#fff;padding:2px;flex-shrink:0}.bt-customizer .view-thumb img{width:100%;height:100%;object-fit:contain}.bt-customizer .view-thumb.active{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.bt-customizer .vt-item{display:flex;flex-direction:column;align-items:center;gap:3px}.bt-customizer .vt-cap{font-size:10.5px;font-weight:700;color:var(--ink-2);letter-spacing:.02em}.bt-customizer .view-seg{flex:0 0 auto;min-width:96px}.bt-customizer .view-seg button{padding:7px 16px;font-size:13px;font-weight:700;color:var(--ink-2)}.bt-customizer .view-seg button.active{background:#fff;color:var(--ink);box-shadow:var(--shadow)}.bt-customizer .zoom{display:flex;align-items:center;gap:4px;background:#fff;border:1px solid var(--line-2);border-radius:10px;padding:3px;flex-shrink:0}.bt-customizer .zoom button{border:0;background:transparent;width:30px;height:30px;border-radius:7px;cursor:pointer;font-size:18px;font-weight:700;color:var(--ink);display:grid;place-items:center}.bt-customizer .zoom button:hover{background:var(--paper)}.bt-customizer .zoom span{font-size:13px;font-weight:700;min-width:48px;text-align:center;font-variant-numeric:tabular-nums}.bt-customizer .stage{flex:1;display:grid;place-items:center;position:relative;overflow:hidden;padding:20px}.bt-customizer .garment-box{position:relative;transition:transform .18s ease;filter:drop-shadow(0 30px 40px rgba(24,20,16,.18))}.bt-customizer .product-stage{position:relative;width:588px;height:700px;max-width:100%}.bt-customizer #adjControls{display:flex;flex-direction:column}.bt-customizer #adjControls>#bgRemovalGroup{order:-1;margin-bottom:14px}.bt-customizer .product-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:none;z-index:0}.bt-customizer .product-stage.has-photo .product-photo{display:block}.bt-customizer .product-stage .canvas-container{position:absolute!important;left:0!important;top:0!important;z-index:2}.bt-customizer .compare-view{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;background:var(--paper,#fff);display:flex;flex-direction:column;border-radius:inherit;overflow:hidden}.bt-customizer .compare-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line);flex-wrap:wrap}.bt-customizer .compare-bar strong{font-size:14px}.bt-customizer .compare-actions{display:flex;gap:6px;flex-wrap:wrap}.bt-customizer .compare-grid{flex:1;display:flex;gap:12px;padding:14px;overflow-x:auto;align-items:stretch;justify-content:center}.bt-customizer .compare-pane{flex:1 1 0;min-width:220px;max-width:50%;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.bt-customizer .compare-pane img{width:100%;height:auto;display:block;background:#fff;object-fit:contain}.bt-customizer .compare-pane .cp-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-top:1px solid var(--line);font-size:12.5px;font-weight:600;color:var(--ink)}.bt-customizer .compare-pane .cp-remove{border:none;background:transparent;color:var(--ink-2);cursor:pointer;font-size:15px;line-height:1;padding:2px 4px}.bt-customizer .compare-pane .cp-remove:hover{color:#c0392b}.bt-customizer .compare-empty{padding:24px;text-align:center;color:var(--ink-2);font-size:13px}.bt-customizer .print-guide{position:absolute;left:22%;top:28%;width:56%;height:58%;border:1.5px dashed rgba(24,20,16,.45);border-radius:4px;pointer-events:none;opacity:0;transition:opacity .2s;z-index:4;box-sizing:border-box}.bt-customizer .product-stage.show-guide.has-photo .print-guide{opacity:1}.bt-customizer .print-guide .pg-tab{position:absolute;left:50%;top:-13px;transform:translate(-50%);display:none;font-size:10px;font-weight:700;letter-spacing:.02em;color:#fff;background:var(--accent,#ff4a23);padding:2px 9px;border-radius:999px;white-space:nowrap;cursor:move;box-shadow:0 2px 6px #00000040;-webkit-user-select:none;user-select:none}.bt-customizer .print-guide .pg-h{position:absolute;width:13px;height:13px;background:#fff;border:1.5px solid var(--accent,#ff4a23);border-radius:3px;display:none;box-shadow:0 1px 3px #0000004d}.bt-customizer .product-stage.show-guide.has-photo .print-guide .pg-tab,.bt-customizer .product-stage.show-guide.has-photo .print-guide .pg-h{display:block;pointer-events:auto}.bt-customizer .print-guide .pg-nw{left:-7px;top:-7px;cursor:nwse-resize}.bt-customizer .print-guide .pg-ne{right:-7px;top:-7px;cursor:nesw-resize}.bt-customizer .print-guide .pg-sw{left:-7px;bottom:-7px;cursor:nesw-resize}.bt-customizer .print-guide .pg-se{right:-7px;bottom:-7px;cursor:nwse-resize}.bt-customizer .stage-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--ink-2);font-size:14px;padding:24px;z-index:0}.bt-customizer .product-stage.has-photo .stage-empty{display:none}.bt-customizer .stage-empty svg{width:46px;height:46px;opacity:.4;margin-bottom:12px}.bt-customizer .stage-empty .se-text{line-height:1.4;max-width:240px}.bt-customizer .stage-foot{display:flex;align-items:center;justify-content:center;padding:16px;flex-shrink:0}.bt-customizer .foot-rule{display:block;width:min(440px,70%);height:3px;border-radius:3px;background:linear-gradient(90deg,transparent 0%,var(--line-2) 22%,var(--accent) 50%,var(--line-2) 78%,transparent 100%);opacity:.85}.bt-customizer .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#eceadfb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;place-items:center;z-index:20}.bt-customizer .overlay.show{display:grid}.bt-customizer .card{background:#fff;border-radius:18px;padding:26px 30px;box-shadow:0 24px 60px -20px #0006;text-align:center;width:300px}.bt-customizer .card h3{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:800;margin-bottom:16px}.bt-customizer .card .bar{height:8px;background:var(--paper);border-radius:8px;overflow:hidden;margin:14px 0 8px}.bt-customizer .card .bar i{display:block;height:100%;width:0;background:var(--accent);border-radius:8px;transition:width .2s}.bt-customizer .card .msg{font-size:13px;font-weight:700;color:var(--accent);margin-bottom:2px}.bt-customizer .card small{font-size:11.5px;color:var(--ink-2)}.bt-customizer .bt-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#1814108c;display:none;align-items:center;justify-content:center;z-index:9999;padding:20px}.bt-customizer .bt-modal.show{display:flex}.bt-customizer .bt-modal-card{background:#fff;border-radius:16px;padding:24px;width:440px;max-width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 30px 70px -20px #0000008c;position:relative}.bt-customizer .bt-modal-card.priced{width:720px;max-width:96vw}.bt-customizer .qm-step{display:none}.bt-customizer .qm-step.qm-on{display:block}.bt-customizer .qm-steps{display:flex;gap:6px;margin:2px 0 18px;flex-wrap:wrap}.bt-customizer .qm-steps button{flex:1 1 auto;min-width:0;font-family:inherit;font-size:11px;font-weight:700;color:var(--ink-2);background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:6px 9px;cursor:pointer;white-space:nowrap;transition:.14s;display:inline-flex;align-items:center;gap:6px;justify-content:center}.bt-customizer .qm-steps button:hover{border-color:var(--ink-2)}.bt-customizer .qm-steps .qm-num{display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:var(--line);color:var(--ink-2);font-size:10px;flex:0 0 auto}.bt-customizer .qm-steps button.on{background:var(--accent);color:var(--accent-ink,#fff);border-color:var(--accent)}.bt-customizer .qm-steps button.on .qm-num{background:#ffffff52;color:#fff}.bt-customizer .qm-steps button.done{color:var(--ink)}.bt-customizer .qm-steps button.done .qm-num{background:var(--good,#1e7e34);color:#fff}.bt-customizer .qm-nav{display:flex;gap:10px;margin-top:16px}.bt-customizer .qm-nav .btn{flex:1;justify-content:center}.bt-customizer .qm-err{color:var(--accent);font-size:12.5px;font-weight:600;margin-top:10px;display:none}.bt-customizer .qm-cartbtn{border:0;background:transparent;color:var(--accent);font-family:inherit;font-size:12px;font-weight:700;cursor:pointer;padding:0;text-decoration:underline}.bt-customizer .pf-loc select,.bt-customizer .pf-loc input{padding:9px 8px;border:1px solid var(--line-2);border-radius:9px;font-size:14px;background:#fff;width:100%;box-sizing:border-box;height:100%;margin:0}.bt-customizer .pf-loc-qty{text-align:center;padding-left:4px;padding-right:4px}.bt-customizer .pf-loc-head{display:grid;grid-template-columns:1fr 58px 1fr 64px 22px;gap:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--ink-2);margin-bottom:6px}.bt-customizer .pf-loc-head span{padding-left:9px}.bt-customizer .pf-loc-head span:nth-child(2),.bt-customizer .pf-loc-head span:nth-child(4){text-align:center;padding-left:0}.bt-customizer .pf-loc .pf-loc-del{justify-self:center;min-width:34px;min-height:34px}.bt-customizer .bt-modal-card h3{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:800;margin-bottom:4px}.bt-customizer .qm-sub{font-size:12.5px;color:var(--ink-2);margin-bottom:16px;line-height:1.45}.bt-customizer .qm-foot{font-size:11.5px;color:var(--ink-2);text-align:center;margin-top:10px}.bt-customizer .bt-modal-x{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;background:var(--paper);border-radius:50%;cursor:pointer;font-size:15px;color:var(--ink-2);display:grid;place-items:center}.bt-customizer .bt-modal-x:hover{background:var(--line);color:var(--ink)}.bt-customizer .size-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:8px}.bt-customizer .size-cell{display:flex;flex-direction:column;align-items:center;gap:4px}.bt-customizer .size-cell .sz-lbl{font-size:11px;font-weight:700;color:var(--ink-2);text-transform:uppercase;letter-spacing:.02em}.bt-customizer .size-cell input{width:100%;text-align:center;padding:7px 4px;border:1px solid var(--line-2);border-radius:8px;font-size:15px;color:var(--ink);background:#fff;-moz-appearance:textfield}.bt-customizer .size-cell input::-webkit-outer-spin-button,.bt-customizer .size-cell input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bt-customizer .size-cell input:focus{outline:none;border-color:var(--accent)}.bt-customizer .qm-color-block{border:1px solid var(--line);border-radius:10px;padding:10px 12px;margin-bottom:10px;background:var(--paper)}.bt-customizer .qm-color-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.bt-customizer .qm-color-head .qm-dot{width:22px;height:22px;border-radius:50%;border:2px solid var(--line);overflow:hidden;background:#fff;flex:0 0 auto}.bt-customizer .qm-color-head .qm-dot img{width:100%;height:100%;object-fit:cover}.bt-customizer .qm-color-head .qm-cname{font-size:13px;font-weight:700;color:var(--ink)}.bt-customizer .qm-color-head .qm-csub{font-size:11px;color:var(--ink-2);margin-left:auto;font-weight:600}.bt-customizer .qm-color-head .qm-rmcolor{margin-left:6px;border:0;background:transparent;color:var(--ink-2);cursor:pointer;font-size:15px;line-height:1;padding:3px 6px;border-radius:6px}.bt-customizer .qm-color-head .qm-rmcolor:hover{color:var(--accent);background:var(--line)}.bt-customizer .qm-addcolor select{width:100%;padding:9px 10px;border:1px dashed var(--line-2);border-radius:8px;font-size:13px;font-weight:600;color:var(--accent);background:#fff;cursor:pointer}.bt-customizer .bt-modal-card.work-card{width:680px}.bt-customizer .work-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:14px}.bt-customizer .work-item{border:1px solid var(--line);border-radius:11px;overflow:hidden;background:var(--paper)}.bt-customizer .work-item img{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:var(--line)}.bt-customizer .work-cap{font-size:12px;color:var(--ink-2);padding:7px 9px;line-height:1.35}.bt-customizer .work-empty{color:var(--ink-2);font-size:13px;padding:24px 0;text-align:center}.bt-customizer .saved-list{display:flex;flex-direction:column;gap:6px}.bt-customizer .reorder-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:11px 13px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}.bt-customizer .reorder-cta .rc-text{display:flex;flex-direction:column;gap:2px;min-width:0}.bt-customizer .reorder-cta .rc-text strong{font-size:13px;color:var(--ink)}.bt-customizer .reorder-cta .rc-text span{font-size:12px;color:var(--ink-2)}.bt-customizer .reorder-cta .btn{flex:none}.bt-customizer .saved-item{display:flex;align-items:center;gap:8px;border:1px solid var(--line-2);border-radius:9px;padding:8px 10px;background:#fff}.bt-customizer .saved-item .si-main{flex:1;min-width:0;text-align:left;border:0;background:transparent;cursor:pointer;font-family:inherit;color:var(--ink);padding:0}.bt-customizer .saved-item .si-title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bt-customizer .saved-item .si-meta{font-size:11px;color:var(--ink-2)}.bt-customizer .saved-item .si-del{border:0;background:transparent;cursor:pointer;color:var(--ink-2);padding:4px;border-radius:6px;flex-shrink:0}.bt-customizer .saved-item .si-del:hover{background:#ffe9e3;color:var(--accent)}.bt-customizer .share-row{display:flex;gap:8px}.bt-customizer .share-row input{flex:1}@media(max-width:920px){.bt-customizer .panel{width:320px}}@media(max-width:760px){.bt-customizer .bt-app{height:auto;min-height:0}.bt-customizer header{flex-wrap:wrap;gap:8px;padding:10px 12px}.bt-customizer .brand h1{font-size:17px}.bt-customizer .top-actions{gap:6px;flex-wrap:wrap;width:100%;flex:none}.bt-customizer .top-actions #submitQuote{margin-left:0;margin-right:0}.bt-customizer .top-actions .btn{flex:1 1 auto;justify-content:center;padding:9px 10px;font-size:12.5px}.bt-customizer main{flex-direction:column;min-height:0}.bt-customizer .rail{order:1;position:sticky;top:0;z-index:30;width:100%;flex-direction:row;justify-content:flex-start;overflow-x:auto;gap:6px;padding:8px 10px;border-right:0;border-bottom:1px solid var(--line);box-shadow:0 2px 8px -6px #0000004d}.bt-customizer .rail button{width:auto;min-width:66px;flex:0 0 auto;padding:7px 8px;font-size:11px}.bt-customizer .stage-wrap{order:2;flex:none;min-height:0;height:42vh}.bt-customizer .panel{order:3;width:100%;border-right:0;padding:16px 16px 120px}.bt-customizer .stage{padding:10px}.bt-customizer .stage-top{padding:10px 12px}}.bt-customizer .qm-addproduct{background:#fff7f4;border:1.5px dashed var(--accent,#ff4a23);color:var(--accent,#ff4a23);font-weight:800}.bt-customizer .qm-addproduct:hover{background:#ffeee9;border-color:var(--accent,#ff4a23);transform:translateY(-1px)}.bt-customizer .order-banner{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap;background:var(--accent,#ff4a23);color:#fff;padding:10px 20px;font-size:13.5px;line-height:1.4}.bt-customizer .order-banner .ob-text b{font-weight:800}.bt-customizer .order-banner .btn{background:#ffffff2e;border:1px solid rgba(255,255,255,.5);color:#fff;padding:7px 14px;font-weight:700;white-space:nowrap}.bt-customizer .order-banner .btn:hover{background:#ffffff4d}.bt-customizer #complexBtn{background:#1f2a44;border:1.5px solid #1f2a44;color:#fff;font-weight:800}.bt-customizer #complexBtn:hover{background:#2a3760;border-color:#2a3760}
/*# sourceMappingURL=/cdn/shop/t/180/assets/bt-customizer.css.map */
