.product-customizer{display:grid;gap:12px}.product-customizer__heading{margin:0 0 8px}.product-customizer__text{margin-bottom:12px}.product-customizer__editor{min-height:320px;border:1px dashed rgba(18,18,18,.2);border-radius:6px;background:#fafafa;width:100%;height:100%;position:relative}.product-customizer__toolbar{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:12px}.product-customizer__toolbar button{padding:8px 12px;border-radius:6px;border:1px solid rgba(18,18,18,.2);background:#fff;cursor:pointer}.product-customizer__toolbar input[type=color]{width:40px;height:34px;border:1px solid rgba(18,18,18,.2);padding:0;background:transparent}.product-customizer__canvas{max-width:100%}.product-customizer__canvas #root-shadow,.product-customizer__canvas [data-ubq-theme]{display:block!important;width:100%!important;height:100%!important;position:relative!important}.product-customizer__preview{display:block;width:100%;max-width:420px;margin-top:12px;border-radius:6px}.product-customizer__error{color:#b00020;margin-top:12px}.product-customizer__open{width:fit-content}.product-customizer__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:stretch;justify-content:stretch;padding:0}.product-customizer__modal[hidden]{display:none}.product-customizer__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.product-customizer__modal-panel{position:relative;z-index:1;width:100vw;min-height:100vh;background:#fff;border-radius:0;padding:20px 20px 24px;overflow-y:auto;box-shadow:none;display:flex;flex-direction:column;box-sizing:border-box}.product-customizer__modal-header{display:flex;justify-content:space-between;gap:16px;margin-bottom:16px;align-items:flex-start}.product-customizer__modal-panel .product-customizer__editor{flex:none;width:100%;position:relative}.product-customizer__close{background:transparent;border:1px solid rgba(18,18,18,.2);border-radius:6px;padding:6px 10px;cursor:pointer}.product-customizer__save{background:#111;border:1px solid #111111;border-radius:6px;padding:6px 12px;color:#fff;cursor:pointer}.product-customizer--open{overflow:hidden}.pcd-card{border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;background:#fff;margin-bottom:16px}.pcd-card__title{font-size:15px;font-weight:600;padding:14px 16px 12px;margin:0;border-bottom:1px solid #e5e5e5;color:#111}.pcd-row{display:grid;grid-template-columns:36px 72px 1fr auto;grid-template-rows:auto auto;align-items:center;gap:0 12px;padding:12px 16px;border-bottom:1px solid #f0f0f0;transition:background .15s}.pcd-row:last-child{border-bottom:none}.pcd-row--selected{background:#f5f3ff}.pcd-checkbox-wrap{grid-row:1;grid-column:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.pcd-checkbox{width:18px;height:18px;accent-color:#7c3aed;cursor:pointer}.pcd-checkbox:disabled{cursor:default}.pcd-thumb{grid-row:1;grid-column:2;width:60px;height:60px;border-radius:6px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pcd-thumb img{width:100%;height:100%;object-fit:cover}.pcd-info{grid-row:1;grid-column:3;min-width:0}.pcd-name{font-size:14px;font-weight:500;color:#111;margin-bottom:2px}.pcd-price{font-size:13px;color:#666}.pcd-price--included{color:#6d28d9;font-weight:500}.pcd-btn-group{grid-row:1;grid-column:4;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.pcd-customize-btn{padding:7px 16px;border-radius:20px;border:none;background:#7c3aed;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,opacity .15s;white-space:nowrap}.pcd-customize-btn:hover:not(:disabled){background:#6d28d9}.pcd-customize-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.pcd-customize-btn--done{background:#059669}.pcd-customize-btn--done:hover{background:#047857}.pcd-note-toggle{background:none;border:none;padding:0;color:#7c3aed;font-size:12px;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.pcd-note-toggle:hover{color:#6d28d9}.pcd-note-row{grid-column:1 / -1;grid-row:2;padding-top:10px}.pcd-note-input{width:100%;padding:8px 10px;border:1px solid #d9d9d9;border-radius:6px;font-size:13px;font-family:inherit;box-sizing:border-box;outline:none}.pcd-note-input:focus{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed26}@media screen and (max-width:479px){.pcd-row{grid-template-columns:28px 56px 1fr auto;gap:0 8px;padding:10px 12px}.pcd-thumb{width:48px;height:48px}.pcd-customize-btn{padding:6px 12px;font-size:12px}}.product-customizer__konva{display:flex;flex-direction:column;height:auto;overflow:visible;position:relative}.pck-wrap{display:flex;flex-direction:column;height:auto;overflow:visible}.pck-toolbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:8px 14px;background:#f8f8f9;border-bottom:1px solid #e5e5e5;flex-shrink:0;min-height:52px}.pck-tools,.pck-actions{display:flex;gap:6px;align-items:center}.pck-separator{width:1px;height:22px;background:#ddd;flex-shrink:0}.pck-props{display:flex;align-items:center;flex:1;min-width:0;overflow:hidden}.pck-prop-group{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.pck-label{font-size:12px;color:#666;white-space:nowrap}.pck-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;color:#333;font-size:13px;font-family:inherit;cursor:pointer;transition:background .1s,border-color .1s,color .1s;white-space:nowrap;line-height:1}.pck-btn:hover{background:#f2f2f2;border-color:#bbb}.pck-btn:disabled{opacity:.5;cursor:not-allowed}.pck-btn--active{background:#111;color:#fff;border-color:#111}.pck-btn--danger{color:#c00;border-color:#f5c0c0}.pck-btn--danger:hover{background:#fff4f4;border-color:#c00}.pck-btn--sm{padding:4px 7px;font-size:12px}.pck-btn--icon-only{padding:5px;min-width:28px;justify-content:center}.pck-select{padding:5px 8px;border:1px solid #d9d9d9;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;max-width:160px;cursor:pointer}.pck-number{width:56px;padding:5px 6px;border:1px solid #d9d9d9;border-radius:6px;font-size:13px;font-family:inherit;text-align:center}.pck-color{width:32px;height:30px;border:1px solid #d9d9d9;border-radius:6px;padding:2px;cursor:pointer;background:#fff;flex-shrink:0}.pck-stage-container{flex:none;height:62vh;min-height:280px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;position:relative}.pck-stage-inner{box-shadow:none;background:#fff;line-height:0;flex-shrink:0;padding:0;margin:0}.pck-shapes-drawer{position:absolute;top:0;left:0;bottom:0;z-index:10;width:220px;background:#fff;border-right:1px solid #e5e5e5;box-shadow:2px 0 8px #00000014;overflow-y:auto}.pck-shapes-drawer__inner{padding:12px 10px 16px}.pck-shapes-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:13px;font-weight:600;color:#111}.pck-shapes-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:6px}.pck-shapes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.pck-shape-item{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border:1px solid #e5e5e5;border-radius:6px;background:#fff;cursor:pointer;padding:6px;transition:background .1s,border-color .1s}.pck-shape-item:hover{background:#f2f2f2;border-color:#bbb}.pck-shape-item svg{width:100%;height:100%}.pck-text-edit{position:absolute;background:transparent;border:none;outline:none;resize:none;overflow:hidden;padding:0;margin:0;z-index:200;box-sizing:border-box}.pck-patch-options{flex-shrink:0;overflow:visible;padding:10px 14px 24px;background:#f8f8f8;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:12px}.pck-patch-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#666;margin-bottom:6px}.pck-patch-choices{display:flex;flex-wrap:wrap;gap:6px}.pck-patch-choices--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:6px}.pck-patch-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;font-size:12px;font-family:inherit;font-weight:500;color:#333;background:#fff;border:1.5px solid #d0d0d0;border-radius:6px;cursor:pointer;transition:border-color .15s,background .15s,color .15s;text-align:center;line-height:1.3;white-space:nowrap}.pck-patch-btn:hover{border-color:#888;background:#f5f5f5}.pck-patch-btn--active{background:#111;color:#fff;border-color:#111}.pck-patch-btn--active:hover{background:#333;border-color:#333}.pck-color-section[hidden]{display:none}.pck-color-choices{display:grid;grid-template-columns:1fr 1fr;gap:6px}.pck-color-btn{display:flex;align-items:center;gap:10px;padding:8px 12px;border:1.5px solid #d0d0d0;border-radius:8px;background:#fff;cursor:pointer;font-size:13px;font-family:inherit;font-weight:500;color:#222;text-align:left;transition:border-color .15s,background .15s;white-space:nowrap}.pck-color-btn:hover{border-color:#888;background:#f8f8f8}.pck-color-btn--active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.pck-color-dot{width:22px;height:22px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.12);display:inline-block}.pck-patch-position{border-bottom:1px solid #e8e8e8;padding-bottom:10px;margin-bottom:2px}.pck-position-controls{display:flex;align-items:center;gap:4px}.pck-pos-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1.5px solid #d0d0d0;border-radius:10px;background:#f4f4f4;cursor:pointer;transition:background .1s,border-color .1s;flex-shrink:0}.pck-pos-btn svg{width:20px;height:20px}.pck-pos-btn:hover{background:#e4e4e4;border-color:#999}.pck-pos-btn:active{background:#d8d8d8}.pck-pos-btn--center{border-radius:50%;border-color:#bbb;background:#f0f0f0}.pck-pos-btn--zoom{font-size:20px;font-weight:700;line-height:1}.pck-pos-divider{width:1px;height:24px;background:#ddd;margin:0 4px;flex-shrink:0}@media screen and (max-width:749px){.pck-toolbar{padding:6px 10px;gap:4px;min-height:auto}.pck-btn{padding:5px 8px;font-size:12px}.pck-btn span{display:none}.pck-btn svg{width:16px;height:16px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-product-customizer.css.map */
