#custom-card-editor{--preview-max-width: 400px;--bg-page: #f6f7f9;--bg-card: #ffffff;--primary-gradient: linear-gradient(135deg, #6a5af9, #ff7ae5);--primary-gradient-hover: linear-gradient(135deg, #5a4cf0, #ff65db);--shadow-soft: 0 10px 30px rgba(0,0,0,.06);--shadow-strong: 0 18px 45px rgba(0,0,0,.1);--radius-lg: 18px;--radius-sm: 8px;font-family:Montserrat,Arial,sans-serif;background:var(--bg-page);color:#222}#custom-card-editor html,#custom-card-editor body{height:100%;margin:0}#custom-card-editor .wrap{max-width:1180px;margin:32px auto;padding:28px;display:flex;gap:32px;justify-content:space-between}#custom-card-editor .panel{background:var(--bg-card);padding:28px;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);flex:1.1;max-width:520px}#custom-card-editor .preview-col{background:var(--bg-card);padding:28px;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);flex:.9;display:flex;flex-direction:column;align-items:center}#custom-card-editor h2{font-size:28px;font-weight:800;margin-bottom:24px}#custom-card-editor .preview-title{font-size:14px;font-weight:700;color:#555;margin-bottom:16px}#custom-card-editor label{font-size:14px;font-weight:600;margin:14px 0 6px;display:block}#custom-card-editor input[type=text],#custom-card-editor select,#custom-card-editor textarea{width:100%;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid #e4e6eb;font-size:14px}#custom-card-editor input:focus,#custom-card-editor select:focus,#custom-card-editor textarea:focus{outline:none;border-color:#6a5af9;box-shadow:0 0 0 3px #6a5af91f}#custom-card-editor textarea{min-height:140px}#custom-card-editor .small,#custom-card-editor .muted{font-size:12px;color:#8a8a8a}#custom-card-editor .small-1{font-size:13px;padding:10px;justify-content:center;color:#8a8a8a}#custom-card-editor .small-under{font-size:13px;padding:20px;text-align:center;color:#8a8a8a}#custom-card-editor input[type=file]{padding:12px;border:1px dashed #d6d8dd;border-radius:var(--radius-sm);background:#fafafa}#custom-card-editor .actions{display:flex;justify-content:center;margin-top:28px}#custom-card-editor #addToCart{padding:14px 28px;border-radius:999px;border:none;background:var(--primary-gradient);color:#fff;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 10px 25px #6a5af959;transition:all .2s ease}#custom-card-editor #addToCart:hover{background:var(--primary-gradient-hover);transform:translateY(-2px);box-shadow:0 14px 32px #6a5af973}#custom-card-editor #addToCart:active{transform:translateY(0);box-shadow:0 8px 18px #6a5af959}#custom-card-editor #addToCart[disabled]{opacity:.6;cursor:not-allowed;box-shadow:none}#custom-card-editor .upload-btn{padding:10px 23px;border-radius:999px;border:none;background:var(--primary-gradient);color:#fff;text-align:center;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 10px 25px #6a5af959;transition:all .2s ease}#custom-card-editor .upload-btn:hover{background:var(--primary-gradient-hover);transform:translateY(-2px);font-size:15px;box-shadow:0 14px 32px #6a5af973}#custom-card-editor .preview-frame{position:relative;overflow:hidden;isolation:isolate;width:100%;max-width:var(--preview-max-width);aspect-ratio:1080 / 1920;border-radius:26px;background:#fff;box-shadow:var(--shadow-strong)}@media(max-width:900px){#custom-card-editor .wrap{flex-direction:column;padding:16px}}#custom-card-editor .preview-frame{position:relative;isolation:isolate}#custom-card-editor #previewCanvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}#custom-card-editor .overlay-text{position:absolute;left:0;right:0;width:86%;margin-left:auto;margin-right:auto;z-index:10;text-align:center;pointer-events:none;white-space:pre-wrap;word-break:break-word}#custom-card-editor .image-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;overflow:hidden;display:none;background-repeat:no-repeat;background-size:cover;background-position:center;pointer-events:none}#custom-card-editor .image-mask.has-image{display:block}#custom-card-editor .image-mask.oval{border-radius:50%}#custom-card-editor .cropper-container{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:auto}#custom-card-editor .cropper-crop-box,#custom-card-editor .cropper-view-box,#custom-card-editor .cropper-face{display:none!important}#custom-card-editor #cropSource{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:auto}#custom-card-editor .watermark-container{position:relative;width:100%;height:100%;overflow:hidden;z-index:20;opacity:.1;pointer-events:none}#custom-card-editor .watermark-base{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}#custom-card-editor .watermark-blur{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2;opacity:.1;mix-blend-mode:overlay}#custom-card-editor .watermark-svg{width:100%;height:100%;display:block;pointer-events:none}#custom-card-editor #textSuggestions{display:flex;flex-direction:column;gap:10px;margin-top:8px}#custom-card-editor #textSuggestions .suggestion{background:#f7f8fc;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:12px 16px;text-align:left;font-size:14px;line-height:1.4;color:#333;cursor:pointer;transition:all .2s ease}#custom-card-editor #textSuggestions .suggestion:hover{background:linear-gradient(90deg,#7b6cff80,#e979ff80);color:#fff;border-color:transparent;transform:translateY(-1px);box-shadow:0 4px 14px #7b6cff40}#custom-card-editor #textSuggestions .suggestion:active{transform:scale(.98)}#custom-card-editor #textSuggestions .suggestion.featured{background:linear-gradient(90deg,#7b6cff,#e979ff);color:#fff;border:none}#custom-card-editor .text-helper{margin-top:16px;padding:10px}#custom-card-editor .helper-title{font-size:14px;font-weight:600;color:#555;margin-bottom:6px}#custom-card-editor #previewCanvas{width:100%;height:100%;display:block}.editor-area,#imageMask,#cropSource{touch-action:none;-ms-touch-action:none}#imageMask,#cropSource{touch-action:none;overscroll-behavior:none}
/*# sourceMappingURL=/cdn/shop/t/18/assets/custom-editor.css.map */
