.stk-cs{--stk-accent:#BAF35D;--stk-cta:#D834A2;--stk-ink:#111;--stk-muted:#6b6b6b;--stk-line:#e1e1e1;--stk-soft:#f4f4f2;font-family:Jost,system-ui,-apple-system,sans-serif;color:var(--stk-ink)}.stk-cs *{box-sizing:border-box}.stk-cs [hidden]{display:none!important}.stk-cs__head h1{font-size:34px;margin:0 0 6px;letter-spacing:-.5px}.stk-cs__head p{margin:0 0 18px;color:var(--stk-muted);font-size:16px}.stk-cs__layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;align-items:start}.stk-cs__side{display:flex;flex-direction:column;gap:12px;position:sticky;top:12px}.stk-cs__drop{border:2px dashed #cfcfc8;border-radius:16px;background:var(--stk-soft);padding:22px 16px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}.stk-cs__drop.is-over,.stk-cs__drop:hover{border-color:var(--stk-cta);background:#fff}.stk-cs__drop-in{display:flex;flex-direction:column;align-items:center;gap:6px}.stk-cs__drop-ic{width:44px;height:44px;border-radius:50%;background:var(--stk-accent);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.stk-cs__drop-in b{font-size:17px}.stk-cs__drop-in small{color:var(--stk-muted);font-size:12px;line-height:1.35}.stk-cs__drop-btn{margin-top:6px;background:var(--stk-ink);color:#fff;font-weight:600;font-size:13px;padding:8px 16px;border-radius:999px}.stk-cs__list{display:flex;flex-direction:column;gap:8px}.stk-cs__item{display:grid;grid-template-columns:64px minmax(0,1fr) 28px;gap:10px;align-items:center;padding:8px;border:1px solid var(--stk-line);border-radius:14px;background:#fff;cursor:pointer;position:relative}.stk-cs__item.is-active{border-color:var(--stk-ink);box-shadow:inset 0 0 0 1px var(--stk-ink)}.stk-cs__item img{width:64px;height:64px;object-fit:contain;background:var(--stk-soft);border-radius:10px}.stk-cs__item-t{min-width:0;display:flex;flex-direction:column;gap:2px}.stk-cs__item-t b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stk-cs__item-t small{font-size:12px;color:var(--stk-muted)}.stk-cs__item-t span{font-size:13px;font-weight:600;color:var(--stk-cta)}.stk-cs__item-x{border:0;background:transparent;font-size:20px;line-height:1;color:var(--stk-muted);cursor:pointer;padding:4px}.stk-cs__note{font-size:12px;color:var(--stk-muted);line-height:1.45;margin:4px 0 0}.stk-cs__main{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}.stk-cs__stagewrap{position:relative;border-radius:18px;overflow:hidden;background:#eeeeea;border:1px solid var(--stk-line);width:100%;max-width:760px;margin:0 auto;justify-self:center}.stk-cs__stage{display:block;width:100%;margin:0 auto;touch-action:pan-y}.stk-cs__stage-tools{position:absolute;left:10px;top:10px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.stk-cs__stage-hint{position:absolute;right:12px;bottom:10px;font-size:11px;color:#8a8a8a}.stk-cs__quality{font-size:12px;font-weight:600;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid var(--stk-line)}.stk-cs__quality.is-good{color:#1f6b2a;background:#e8f7dc}.stk-cs__quality.is-ok{color:#7a5a00;background:#fff3cc}.stk-cs__quality.is-bad{color:#9b1c1c;background:#ffe3e3}.stk-cs__panel{display:flex;flex-direction:column;gap:14px}.stk-cs__row label{display:block;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--stk-muted);margin-bottom:6px}.stk-cs__row label small{text-transform:none;letter-spacing:0;font-weight:400}.stk-cs__row label b{color:var(--stk-ink);text-transform:none;letter-spacing:0}.stk-cs__chips{display:flex;flex-wrap:wrap;gap:6px}.stk-cs__chip{border:1px solid var(--stk-line);background:#fff;border-radius:999px;padding:8px 13px;font:inherit;font-size:13px;font-weight:500;cursor:pointer;color:var(--stk-ink)}.stk-cs__chip.is-on{background:var(--stk-ink);color:#fff;border-color:var(--stk-ink)}.stk-cs__chip[hidden]{display:none}.stk-cs__foils{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.stk-cs__foil{border:1px solid var(--stk-line);border-radius:12px;background:#fff;padding:8px 6px;display:flex;flex-direction:column;align-items:center;gap:4px;font:inherit;cursor:pointer;position:relative}.stk-cs__foil canvas{width:48px;height:48px;border-radius:10px}.stk-cs__foil b{font-size:12px}.stk-cs__foil small{font-size:10px;color:var(--stk-muted);text-align:center;line-height:1.2}.stk-cs__foil.is-on{border-color:var(--stk-ink);box-shadow:inset 0 0 0 2px var(--stk-accent)}.stk-cs__foil:disabled{opacity:.45;cursor:not-allowed}.stk-cs__foil em{position:absolute;top:6px;right:6px;font-size:9px;background:var(--stk-soft);padding:2px 6px;border-radius:999px;font-style:normal}.stk-cs input[type=range]{width:100%;accent-color:var(--stk-cta)}.stk-cs__row--qty{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:end}.stk-cs__row--qty label{grid-column:1/-1}.stk-cs__qty{display:inline-flex;border:1px solid var(--stk-line);border-radius:999px;overflow:hidden}.stk-cs__qty button{width:38px;border:0;background:#fff;font-size:18px;cursor:pointer}.stk-cs__qty input{width:56px;border:0;text-align:center;font:inherit;font-size:15px;font-weight:600;-moz-appearance:textfield}.stk-cs__qty input::-webkit-inner-spin-button{-webkit-appearance:none}.stk-cs__price{text-align:right;display:flex;flex-direction:column}.stk-cs__price span{font-size:12px;color:var(--stk-muted)}.stk-cs__price b{font-size:18px;color:var(--stk-cta)}.stk-cs__row--actions{display:flex;gap:14px}.stk-cs__link{border:0;background:transparent;font:inherit;font-size:13px;color:var(--stk-muted);text-decoration:underline;cursor:pointer;padding:0}.stk-cs__sum{margin-top:6px;background:var(--stk-ink);color:#fff;border-radius:18px;padding:16px 18px;display:flex;flex-direction:column;gap:10px}.stk-cs__sum .stk-cs__cta{width:100%;padding:14px 18px;font-size:16px}.stk-cs__sum-note{font-size:11px;color:#b9b9b9;line-height:1.35}.stk-cs__bar-sum{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.stk-cs__bar-sum b{font-size:15px}.stk-cs__bar-sum span{font-size:20px;color:var(--stk-accent);font-weight:700}.stk-cs__cta{background:var(--stk-cta);color:#fff;border:0;border-radius:999px;padding:12px 22px;font:inherit;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap}.stk-cs__cta:disabled{opacity:.7;cursor:progress}.stk-cs__toast{position:fixed;left:50%;bottom:96px;transform:translate(-50%);background:#111;color:#fff;padding:10px 16px;border-radius:999px;font-size:13px;z-index:70;box-shadow:0 8px 24px #0000004d}@media(max-width:989px){.stk-cs__layout{grid-template-columns:1fr}.stk-cs__side{position:static}.stk-cs__main{grid-template-columns:1fr}}@media(max-width:600px){.stk-cs__head h1{font-size:26px}.stk-cs__foils{grid-template-columns:repeat(4,1fr)}.stk-cs__foil small{display:none}}.stk-cs__hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:22px;align-items:stretch}.stk-cs__hero-t{display:flex;flex-direction:column;gap:14px;justify-content:center;padding:6px 0}.stk-cs__eyebrow{font-family:ui-monospace,Menlo,monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--stk-cta)}.stk-cs__hero-t h2{font-size:34px;line-height:1.05;letter-spacing:-.8px;margin:0}.stk-cs__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;counter-reset:s}.stk-cs__steps li{display:grid;grid-template-columns:28px 1fr;grid-template-areas:"n t" "n s";column-gap:10px;row-gap:1px;align-items:start;counter-increment:s}.stk-cs__steps li:before{grid-area:n}.stk-cs__steps b{grid-area:t}.stk-cs__steps span{grid-area:s}.stk-cs__steps li:before{content:counter(s);width:28px;height:28px;border-radius:50%;background:var(--stk-accent);color:#1f2a10;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}.stk-cs__steps b{display:block;font-size:15px}.stk-cs__steps span{font-size:13px;color:var(--stk-muted)}.stk-cs__hero-btns{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.stk-cs__cta--dark{background:var(--stk-ink)}.stk-cs__chip--lg{padding:12px 18px;font-size:15px;font-weight:600}.stk-cs__hero-foils{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.stk-cs__hero-foil{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;background:#fff;border:1px solid var(--stk-line);border-radius:999px;padding:3px 10px 3px 3px}.stk-cs__hero-foil canvas{width:24px;height:24px;border-radius:50%}.stk-cs__hero-stage{position:relative;border-radius:18px;overflow:hidden;border:1px solid var(--stk-line);background:#eeeeea;min-height:280px;align-self:center}.stk-cs__hero-stage canvas{display:block;width:100%;height:auto}.stk-cs__hero-cap{position:absolute;right:12px;bottom:10px;font-size:11px;color:#8a8a8a}@media(max-width:989px){.stk-cs__hero{grid-template-columns:1fr}.stk-cs__hero-t h2{font-size:28px}}@media(hover:none){.stk-cs__stage-hint,.stk-cs__hero-cap{display:none}}.stk-cs .is-empty .stk-cs__side,[data-stk-custom].is-empty .stk-cs__side{display:none}[data-stk-custom].is-empty .stk-cs__layout{grid-template-columns:1fr}[data-stk-custom].is-dragover .stk-cs__hero-stage,[data-stk-custom].is-dragover .stk-cs__stagewrap{outline:3px dashed var(--stk-cta);outline-offset:-3px}.stk-cs__hero{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:36px;padding:8px 0 4px}.stk-cs__hero-t{max-width:520px}.stk-cs__hero-t h2{font-size:40px}.stk-cs__hero-note{font-size:12px;color:var(--stk-muted);line-height:1.45;margin:6px 0 0;max-width:460px}.stk-cs__hero-drop{display:inline-block;margin-top:2px;color:var(--stk-ink);font-weight:500}.stk-cs__hero-stage{aspect-ratio:720/520;min-height:0;align-self:center}.stk-cs__hero-stage canvas{width:100%;height:100%}.stk-cs__hero-cap{top:10px;right:12px;bottom:auto}@media(max-width:989px){.stk-cs__hero{grid-template-columns:1fr;gap:18px}.stk-cs__hero-t h2{font-size:30px}.stk-cs__hero-t{max-width:none}}@media(max-width:989px){[data-stk-custom].is-empty .stk-cs__side{display:flex}[data-stk-custom].is-empty .stk-cs__note{display:none}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/stickidy-custom.css.map */
