.ccs-sticker-maker{--ccs-orange: #f74302;--ccs-ink: #16161d;--ccs-muted: #72727d;--ccs-line: #dedee5;--ccs-panel: #f8f8fa;--ccs-radius: 18px;color:var(--ccs-ink)}.ccs-sticker-maker *{box-sizing:border-box}.ccs-sticker-maker__header{padding-top:48px;padding-bottom:28px;text-align:center}.ccs-sticker-maker__header h1{margin:0;font-size:clamp(2rem,4vw,4.25rem);line-height:.95;letter-spacing:-.04em}.ccs-sticker-maker__eyebrow{margin:0 0 10px;color:var(--ccs-orange);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem}.ccs-sticker-maker__intro{max-width:650px;margin:16px auto 0;color:var(--ccs-muted)}.ccs-sticker-maker__layout{min-height:760px;display:grid;grid-template-columns:minmax(0,1fr) clamp(360px,30vw,420px);border-top:1px solid var(--ccs-line);border-bottom:1px solid var(--ccs-line)}.ccs-sticker-maker__stage-wrap{min-width:0;padding:24px;background:#f1f1f3}.ccs-sticker-maker__stage{position:sticky;top:24px;height:calc(100vh - 48px);min-height:560px;max-height:820px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(22,22,29,.06);border-radius:var(--ccs-radius);background:#ffffffad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ccs-sticker-maker__stage canvas{width:100%;height:100%;display:block}.ccs-sticker-maker__empty{position:absolute;z-index:2;display:grid;justify-items:center;gap:6px;color:var(--ccs-muted);text-align:center}.ccs-sticker-maker__empty strong{color:var(--ccs-ink)}.ccs-sticker-maker__empty-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:8px;border:2px dashed #bdbdc8;border-radius:50%;font-size:28px}.ccs-sticker-maker__stage-note{margin:12px 4px 0;text-align:center;color:var(--ccs-muted);font-size:.88rem}.ccs-sticker-maker__panel{padding:14px 24px 34px;border-left:1px solid var(--ccs-line);background:var(--ccs-panel)}.ccs-sticker-maker__group{padding:22px 0;border-bottom:1px solid var(--ccs-line)}.ccs-sticker-maker__row{display:flex;align-items:center;justify-content:space-between;gap:24px}.ccs-sticker-maker__label{display:block;margin-bottom:9px;font-size:.82rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.ccs-sticker-maker__row .ccs-sticker-maker__label{margin:0}.ccs-sticker-maker__help{display:block;margin:7px 0 0;color:var(--ccs-muted);font-size:.84rem;line-height:1.4}.ccs-sticker-maker__file{position:relative;min-height:56px;display:grid;place-items:center;padding:10px 16px;border:1px solid var(--ccs-line);border-radius:12px;background:#fff;cursor:pointer;font-size:.88rem;font-weight:900;text-transform:uppercase}.ccs-sticker-maker__file:hover{border-color:var(--ccs-orange)}.ccs-sticker-maker__file input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.ccs-sticker-maker__size-grid,.ccs-sticker-maker__shape-grid{display:flex;flex-wrap:wrap;gap:8px}.ccs-sticker-maker__pill{-webkit-appearance:none;appearance:none;min-height:44px;padding:15px 18px;border:1px solid var(--ccs-line);border-radius:10px;background:#fff;color:var(--ccs-ink);cursor:pointer;font:inherit;font-size:.82rem;font-weight:900;text-transform:uppercase}.ccs-sticker-maker__pill:hover,.ccs-sticker-maker__pill.is-active{border-color:var(--ccs-orange);box-shadow:inset 0 0 0 1px var(--ccs-orange)}.ccs-sticker-maker__custom-size{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;color:var(--ccs-muted);font-size:.8rem}.ccs-sticker-maker__custom-size div{display:flex;align-items:center;overflow:hidden;border:1px solid var(--ccs-line);border-radius:10px;background:#fff}.ccs-sticker-maker__custom-size input{width:82px;padding:10px;border:0;outline:0;background:transparent;font:inherit;font-weight:800}.ccs-sticker-maker__custom-size span{padding:10px;color:var(--ccs-muted);border-left:1px solid var(--ccs-line)}.ccs-sticker-maker__quality{margin-top:14px;padding:12px;border:1px solid var(--ccs-line);border-radius:12px;background:#fff;font-size:.88rem}.ccs-sticker-maker__quality strong{display:block;margin-bottom:3px}.ccs-sticker-maker__quality[data-level=good] strong{color:#159447}.ccs-sticker-maker__quality[data-level=ok] strong{color:#ba7600}.ccs-sticker-maker__quality[data-level=low] strong{color:#c33}.ccs-sticker-maker__quality-key{display:grid;gap:5px;margin-top:10px;color:var(--ccs-muted);font-size:.7rem}.ccs-sticker-maker__quality-key span{display:flex;align-items:center;gap:7px}.ccs-sticker-maker__quality-key i{width:8px;height:8px;border-radius:50%}.ccs-sticker-maker__quality-key .is-good{background:#159447}.ccs-sticker-maker__quality-key .is-ok{background:#d89400}.ccs-sticker-maker__quality-key .is-low{background:#d84141}.ccs-sticker-maker input[type=range]{width:100%;accent-color:var(--ccs-orange)}.ccs-sticker-maker__range-values{display:flex;justify-content:space-between;margin-top:3px;color:var(--ccs-muted);font-size:.68rem}.ccs-sticker-maker__range-values strong{color:var(--ccs-ink)}.ccs-sticker-maker__switch{flex:0 0 auto;position:relative;width:46px;height:26px}.ccs-sticker-maker__switch input{position:absolute;opacity:0}.ccs-sticker-maker__switch span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#cfd0d8;cursor:pointer;transition:.2s ease}.ccs-sticker-maker__switch span:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000040;transition:.2s ease}.ccs-sticker-maker__switch input:checked+span{background:var(--ccs-ink)}.ccs-sticker-maker__switch input:checked+span:after{transform:translate(20px)}.ccs-sticker-maker__colour-row{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.ccs-sticker-maker__swatch{width:38px;height:38px;border:2px solid #fff;border-radius:50%;background:var(--swatch);box-shadow:0 0 0 1px var(--ccs-line);cursor:pointer}.ccs-sticker-maker__swatch.is-active{box-shadow:0 0 0 2px var(--ccs-orange)}.ccs-sticker-maker__colour-picker{display:flex;align-items:center;gap:7px;color:var(--ccs-muted);font-size:.75rem;cursor:pointer}.ccs-sticker-maker__colour-picker input{width:32px;height:32px;padding:0;border:0;background:transparent}.ccs-sticker-maker__actions{display:grid;gap:9px}.ccs-sticker-maker__button{width:100%;min-height:64px;display:grid;place-items:center;gap:2px;padding:15px 18px;border:1px solid var(--ccs-line);border-radius:12px;background:#fff;color:var(--ccs-ink);cursor:pointer;font:inherit;font-size:.86rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.ccs-sticker-maker__button small{color:var(--ccs-muted);font-size:.7rem;font-weight:700}.ccs-sticker-maker__button--primary{border-color:var(--ccs-ink);background:var(--ccs-ink);color:#fff}.ccs-sticker-maker__button--primary small{color:#c8c8d0}.ccs-sticker-maker__button--accent{border-color:var(--ccs-orange);background:var(--ccs-orange);color:#fff}.ccs-sticker-maker__button:disabled{cursor:not-allowed;opacity:.45}.ccs-sticker-maker__order-box p{margin:0 0 12px;color:var(--ccs-muted);font-size:.82rem}.ccs-sticker-maker__status{min-height:18px;margin-top:8px!important}.ccs-sticker-maker__clear{width:100%;margin-top:18px;border:0;background:transparent;color:var(--ccs-muted);cursor:pointer;font:inherit;font-size:.7rem;font-weight:800;text-decoration:underline;text-transform:uppercase}.ccs-sticker-maker__clear:disabled{opacity:.4;cursor:not-allowed}.ccs-sticker-maker__notice{margin-top:18px;padding:12px;border-radius:12px;background:#fff2ec;color:#7c2d10;font-size:.88rem}@media(max-width:980px){.ccs-sticker-maker__layout{grid-template-columns:1fr}.ccs-sticker-maker__stage-wrap{padding:12px}.ccs-sticker-maker__stage{position:relative;top:auto;height:58vh;min-height:420px}.ccs-sticker-maker__panel{border-top:1px solid var(--ccs-line);border-left:0}}@media(max-width:480px){.ccs-sticker-maker__header{padding:32px 18px 22px}.ccs-sticker-maker__panel{padding-inline:16px}.ccs-sticker-maker__stage{min-height:350px}}.ccs-sticker-maker__empty[hidden]{display:none!important}.ccs-sticker-maker__layout{width:100%;max-width:100vw;overflow:clip}.ccs-sticker-maker__panel{min-width:0;overflow-x:hidden}.ccs-sticker-maker__label,.ccs-sticker-maker__pill,.ccs-sticker-maker__file,.ccs-sticker-maker__button{font-size:13px}.ccs-sticker-maker__label{line-height:1.35;letter-spacing:.075em}.ccs-sticker-maker__help,.ccs-sticker-maker__custom-size,.ccs-sticker-maker__quality,.ccs-sticker-maker__order-box p,.ccs-sticker-maker__notice{font-size:13px;line-height:1.45}.ccs-sticker-maker__quality-key,.ccs-sticker-maker__range-values,.ccs-sticker-maker__button small,.ccs-sticker-maker__clear{font-size:11px}.ccs-sticker-maker__pill{min-height:46px;padding:11px 14px}.ccs-sticker-maker__size-grid,.ccs-sticker-maker__shape-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ccs-sticker-maker__size-grid .ccs-sticker-maker__pill,.ccs-sticker-maker__shape-grid .ccs-sticker-maker__pill{width:100%}.ccs-sticker-maker__button{min-height:62px}.ccs-sticker-maker__colour-row{gap:12px}.ccs-sticker-maker__swatch{width:36px;height:36px}.ccs-sticker-maker__stage canvas{width:100%;height:100%}@media(min-width:1180px){.ccs-sticker-maker__size-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:980px){.ccs-sticker-maker__layout{overflow:visible}.ccs-sticker-maker__panel{width:100%}}.ccs-sticker-maker__colour-picker{position:relative;width:36px;height:36px;flex:0 0 36px;display:block;border-radius:50%;cursor:pointer}.ccs-sticker-maker__colour-picker span{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border:2px solid #fff;border-radius:50%;background:radial-gradient(circle at center,#fff 0 22%,transparent 24%),conic-gradient(#ff3b30,#fc0,#34c759,#00c7be,#007aff,#5856d6,#af52de,#ff2d55,#ff3b30);box-shadow:0 0 0 1px var(--ccs-line);pointer-events:none}.ccs-sticker-maker__colour-picker:hover span,.ccs-sticker-maker__colour-picker:focus-within span{box-shadow:0 0 0 2px var(--ccs-orange)}.ccs-sticker-maker__colour-picker input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.ccs-sticker-maker__corner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ccs-sticker-maker__corner-grid .ccs-sticker-maker__pill{width:100%}.ccs-sticker-maker__group[hidden]{display:none!important}@media(max-width:420px){.ccs-sticker-maker__corner-grid{grid-template-columns:1fr}}.ccs-sticker-maker__quantity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ccs-sticker-maker__quantity-grid .ccs-sticker-maker__pill{width:100%}.ccs-sticker-maker__live-price{margin:4px 0 8px;font-size:24px;line-height:1.1;font-weight:900;letter-spacing:-.025em}.ccs-sticker-maker__product-name{margin-bottom:5px!important}.ccs-sticker-maker__variant-status{min-height:20px;margin-bottom:14px!important}@media(min-width:1180px){.ccs-sticker-maker__quantity-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.ccs-sticker-maker__empty{-webkit-appearance:none;appearance:none;border:0;background:transparent;font:inherit;cursor:pointer}.ccs-sticker-maker__empty:hover .ccs-sticker-maker__empty-icon,.ccs-sticker-maker__empty:focus-visible .ccs-sticker-maker__empty-icon{border-color:var(--ccs-orange);color:var(--ccs-orange)}.ccs-sticker-maker__empty:focus-visible{outline:2px solid var(--ccs-orange);outline-offset:8px;border-radius:12px}.ccs-sticker-maker__group[data-zoom-options] input[type=range]{width:100%}.ccs-sticker-maker__stage{-webkit-user-select:none;user-select:none}.ccs-sticker-maker__artwork-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.ccs-sticker-maker__mini-button{min-height:38px;padding:8px 12px;border:1px solid var(--ccs-line);border-radius:9px;background:#fff;color:var(--ccs-ink);cursor:pointer;font:inherit;font-size:12px;font-weight:800;text-transform:uppercase}.ccs-sticker-maker__mini-button.is-active,.ccs-sticker-maker__mini-button:hover{border-color:var(--ccs-orange);box-shadow:inset 0 0 0 1px var(--ccs-orange)}.ccs-sticker-maker__dimensions{display:flex;justify-content:space-between;gap:16px;margin-top:12px;padding:11px 12px;border-radius:10px;background:#fff;font-size:13px}.ccs-sticker-maker__quality-confirm{display:flex;align-items:flex-start;gap:9px;margin-top:12px;padding:12px;border:1px solid #e7b37a;border-radius:10px;background:#fff8ef;font-size:12px;line-height:1.4}.ccs-sticker-maker__drag-hint{margin:9px 0 0;color:var(--ccs-muted);font-size:11px}.ccs-sticker-maker__group.is-disabled{opacity:.42}.ccs-sticker-maker__complex-warning{margin-bottom:12px;padding:11px 12px;border-radius:10px;background:#fff4df;color:#7b4a00;font-size:12px;line-height:1.4}.ccs-sticker-maker__production-note{margin-bottom:12px!important;color:var(--ccs-muted);font-size:11px!important;line-height:1.45}.ccs-sticker-maker__stage{touch-action:pan-y}.ccs-sticker-maker__stage[style*=grab]{touch-action:none}.ccs-sticker-maker__quality-confirm[hidden],.ccs-sticker-maker__complex-warning[hidden]{display:none!important}.ccs-sticker-maker__complex-warning{margin-top:12px;margin-bottom:0}.ccs-sticker-maker__stage-wrap{min-height:0;overflow:visible}.ccs-sticker-maker__stage{width:100%;overflow:hidden}.ccs-sticker-maker__stage canvas{max-width:100%;max-height:100%}@media(max-width:980px){.ccs-sticker-maker__stage{position:relative;top:auto;height:min(62vh,620px);min-height:360px;max-height:none}}.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{position:relative!important;min-width:0!important;min-height:0!important;height:calc(100vh - 90px)!important;max-height:820px!important;padding:18px!important;overflow:hidden!important;background:#f1f1f3!important}.ccs-sticker-maker .ccs-sticker-maker__stage{position:relative!important;inset:auto!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important;background:#f1f1f3!important}.ccs-sticker-maker .ccs-sticker-maker__stage canvas[data-preview-canvas]{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;overflow:hidden!important}@media(max-width:980px){.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{height:min(62vh,620px)!important;max-height:none!important;padding:12px!important}.ccs-sticker-maker .ccs-sticker-maker__stage{min-height:0!important}}.ccs-sticker-maker .ccs-sticker-maker__layout{min-height:0!important;align-items:start!important}.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{position:sticky!important;top:70px!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}.ccs-sticker-maker .ccs-sticker-maker__stage{position:relative!important;width:100%!important;height:clamp(360px,calc(100dvh - 150px),720px)!important;min-height:0!important;max-height:calc(100dvh - 150px)!important;overflow:hidden!important;box-sizing:border-box!important}.ccs-sticker-maker .ccs-sticker-maker__stage canvas[data-preview-canvas]{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}@media(max-width:980px){.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{position:relative!important;top:auto!important;height:auto!important}.ccs-sticker-maker .ccs-sticker-maker__stage{height:clamp(340px,58dvh,560px)!important;max-height:58dvh!important}}.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{background:#f1f1f3!important}.ccs-sticker-maker .ccs-sticker-maker__stage,.ccs-sticker-maker .ccs-sticker-maker__stage canvas[data-preview-canvas]{background:#fff!important}.ccs-sticker-maker__group [data-bleed-enabled]+span{flex-shrink:0}.ccs-sticker-maker .ccs-sticker-maker__upload-warning{margin-top:10px;padding:11px 13px;border:1px solid #d92d20;border-radius:8px;background:#fff2f0;color:#8a1c13;font-size:13px;font-weight:700;line-height:1.4}.ccs-sticker-maker .ccs-sticker-maker__upload-warning[hidden]{display:none!important}.ccs-sticker-maker{width:min(1400px,calc(100% - 40px));margin-left:auto;margin-right:auto}@media(max-width:749px){.ccs-sticker-maker{width:calc(100% - 24px)}}.ccs-sticker-maker .ccs-sticker-maker__layout{align-items:stretch!important;overflow:hidden;border:1px solid var(--ccs-line);border-radius:22px;background:#f1f1f3;box-shadow:0 12px 34px #16161d0f}.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{top:70px!important;align-self:start;border-radius:22px 0 0 22px;background:#f1f1f3!important}.ccs-sticker-maker .ccs-sticker-maker__panel{min-height:100%;border-left:1px solid var(--ccs-line);border-radius:0 22px 22px 0;background:var(--ccs-panel)}.ccs-sticker-maker .ccs-sticker-maker__stage{border:1px solid var(--ccs-line);border-radius:16px;box-shadow:0 2px 8px #16161d08}.ccs-sticker-maker .ccs-sticker-maker__stage-note{margin:12px 8px 0;padding-bottom:2px}.ccs-sticker-maker .ccs-sticker-maker__quality{padding:14px;border:1px solid var(--ccs-line);border-radius:14px;background:#fff;box-shadow:0 2px 8px #16161d08}.ccs-sticker-maker .ccs-sticker-maker__quality-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.ccs-sticker-maker .ccs-sticker-maker__quality-heading>span{color:var(--ccs-ink);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ccs-sticker-maker .ccs-sticker-maker__quality-heading strong{margin:0;font-size:.8rem;text-align:right}.ccs-sticker-maker .ccs-sticker-maker__quality-detail{display:block;min-height:1.2em;margin-top:5px;color:var(--ccs-muted);font-size:.72rem}.ccs-sticker-maker .ccs-sticker-maker__quality-meter{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;margin-top:12px}.ccs-sticker-maker .ccs-sticker-maker__quality-meter span{height:7px;border-radius:99px;opacity:.24}.ccs-sticker-maker .ccs-sticker-maker__quality-meter .is-low{background:#d84141}.ccs-sticker-maker .ccs-sticker-maker__quality-meter .is-ok{background:#d89400}.ccs-sticker-maker .ccs-sticker-maker__quality-meter .is-good{background:#159447}.ccs-sticker-maker .ccs-sticker-maker__quality[data-level=low] .ccs-sticker-maker__quality-meter .is-low,.ccs-sticker-maker .ccs-sticker-maker__quality[data-level=ok] .ccs-sticker-maker__quality-meter .is-low,.ccs-sticker-maker .ccs-sticker-maker__quality[data-level=ok] .ccs-sticker-maker__quality-meter .is-ok,.ccs-sticker-maker .ccs-sticker-maker__quality[data-level=good] .ccs-sticker-maker__quality-meter span{opacity:1}.ccs-sticker-maker .ccs-sticker-maker__quality-scale{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:6px;color:var(--ccs-muted);font-size:.62rem}.ccs-sticker-maker .ccs-sticker-maker__quality-scale span:nth-child(2){text-align:center}.ccs-sticker-maker .ccs-sticker-maker__quality-scale span:last-child{text-align:right}@media(max-width:980px){.ccs-sticker-maker .ccs-sticker-maker__layout{display:block;border-radius:18px}.ccs-sticker-maker .ccs-sticker-maker__stage-wrap,.ccs-sticker-maker .ccs-sticker-maker__panel{border-radius:0}.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{border-bottom:1px solid var(--ccs-line)}.ccs-sticker-maker .ccs-sticker-maker__panel{border-left:0}}.ccs-sticker-maker .ccs-sticker-maker__layout{overflow:visible!important}.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{position:sticky!important;top:70px!important;align-self:start!important;z-index:2}.ccs-sticker-maker .ccs-sticker-maker__layout,.ccs-sticker-maker .ccs-sticker-maker__stage-wrap,.ccs-sticker-maker .ccs-sticker-maker__panel{background-clip:padding-box}@media(max-width:980px){.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{position:relative!important;top:auto!important;z-index:auto}}.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{top:150px!important}@media(max-width:980px){.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{position:relative!important;top:auto!important;z-index:auto!important}}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm{display:flex;align-items:flex-start;gap:10px;margin:14px 0;padding:12px;border:1px solid var(--ccs-line);border-radius:12px;background:#fff;cursor:pointer}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--ccs-orange);flex:0 0 auto}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm span{display:grid;gap:4px}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm strong{font-size:.82rem;line-height:1.35}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm small{color:var(--ccs-muted);font-size:.72rem;line-height:1.4}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm strong{font-size:.95rem;line-height:1.4}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm small{font-size:.82rem;line-height:1.45}.ccs-sticker-maker .ccs-sticker-maker__quality-heading>span{font-size:13px!important;line-height:1.3!important}.ccs-sticker-maker .ccs-sticker-maker__quality-heading strong{font-size:13px!important;line-height:1.3!important}.ccs-sticker-maker .ccs-sticker-maker__quality-detail{font-size:12px!important;line-height:1.45!important}.ccs-sticker-maker .ccs-sticker-maker__quality-scale{font-size:11px!important;line-height:1.3!important}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm strong{font-size:15px!important;line-height:1.4!important}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm small{font-size:13px!important;line-height:1.5!important}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm{padding:14px!important;gap:12px!important}.ccs-sticker-maker .ccs-sticker-maker__approval-confirm input{width:20px!important;height:20px!important}@media(max-width:980px){.ccs-sticker-maker .ccs-sticker-maker__stage-wrap{position:sticky!important;top:70px!important;z-index:20!important;height:auto!important;max-height:none!important;padding:8px!important;border-bottom:1px solid var(--ccs-line);border-radius:0!important;background:#f1f1f3!important;box-shadow:0 8px 18px #16161d14}.ccs-sticker-maker .ccs-sticker-maker__stage{width:100%!important;height:30dvh!important;min-height:180px!important;max-height:280px!important;border-radius:12px!important}.ccs-sticker-maker .ccs-sticker-maker__stage-note{display:none!important}.ccs-sticker-maker .ccs-sticker-maker__empty-icon{width:40px;height:40px;margin-bottom:3px;font-size:22px}.ccs-sticker-maker .ccs-sticker-maker__empty{gap:3px;padding:12px}.ccs-sticker-maker .ccs-sticker-maker__empty strong{font-size:13px}.ccs-sticker-maker .ccs-sticker-maker__empty span{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/ccs-sticker-maker.css.map */
