@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Nunito:wght@700;800;900&family=Caveat:wght@600&family=Playfair+Display:ital,wght@0,600;1,600&display=swap";:root{--stk-coral: #f85a45;--stk-coral-dk: #e04630;--stk-ink: #2c2b29;--stk-paper: #faf8f5;--stk-line: #ede8e1;--stk-muted: #6f6b66}.stk *{box-sizing:border-box}.stk{font-family:Inter,sans-serif;color:var(--stk-ink);letter-spacing:-.02em}.stk-display{font-family:Nunito,sans-serif;font-weight:900;letter-spacing:-.04em;line-height:.95}.stk-hero{position:relative;width:100%;overflow:hidden;height:100vh;height:100dvh;background:var(--stk-paper)}.stk-hero__base,.stk-hero__reveal{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover;background-repeat:no-repeat;pointer-events:none}.stk-hero__base{z-index:10}.stk-hero__reveal{z-index:30}.stk-hero__canvas{display:none}.stk-hero__head{position:absolute;top:12%;left:0;right:0;z-index:50;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px;pointer-events:none}.stk-hero__head h1{margin:0}.stk-hero__l1,.stk-hero__l2{display:block;font-size:clamp(2.6rem,8vw,6rem)}.stk-hero__l2{color:var(--stk-coral);margin-top:-.06em}.stk-hero__sub{margin:20px 0 0;font-size:1.05rem;color:var(--stk-muted);max-width:440px}.stk-hero__hint{margin:28px 0 0;font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:#6f6b66b3;transition:opacity .6s ease}.stk-hero.is-moved .stk-hero__hint{opacity:0}.stk-hero__bl{position:absolute;bottom:56px;left:40px;max-width:260px;z-index:50;font-size:.875rem;line-height:1.6;color:var(--stk-muted)}.stk-hero__br{position:absolute;bottom:40px;left:20px;right:20px;z-index:50;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.stk-hero__br p{margin:0;font-size:.875rem;line-height:1.6;color:var(--stk-muted)}@media(min-width:640px){.stk-hero__br{bottom:96px;left:auto;right:40px;max-width:260px}}@media(max-width:639px){.stk-hero__bl{display:none}}.stk-btn{display:inline-block;border:0;cursor:pointer;background:var(--stk-coral);color:#fff;font-size:.9rem;font-weight:600;padding:14px 30px;border-radius:999px;text-decoration:none;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.stk-btn:hover{background:var(--stk-coral-dk);transform:scale(1.03);box-shadow:0 10px 24px #f85a454d;color:#fff}.stk-btn:active{transform:scale(.97)}.stk-btn[disabled]{background:var(--stk-line);color:var(--stk-muted);cursor:not-allowed;transform:none;box-shadow:none}.stk-btn--ghost{background:transparent;color:var(--stk-muted);border:1px solid var(--stk-line);padding:8px 16px;font-size:.8rem}.stk-btn--ghost:hover{background:#fff;color:var(--stk-ink);box-shadow:none}.stk-forme{padding:96px 20px;background:#fff}.stk-eyebrow{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--stk-coral);text-align:center;margin:0}.stk-forme h2{font-size:clamp(2rem,5vw,3rem);text-align:center;margin:12px 0 0}.stk-forme__sub{text-align:center;color:var(--stk-muted);margin:16px auto 0;max-width:540px;line-height:1.6}.stk-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:56px auto 0;max-width:1060px}@media(min-width:900px){.stk-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}}.stk-card{background:var(--stk-paper);border:1px solid var(--stk-line);border-radius:24px;padding:26px 18px;display:flex;flex-direction:column;align-items:center;gap:14px;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;opacity:0;transform:translateY(18px)}.stk-card.is-in{opacity:1;transform:translateY(0)}.stk-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #2c2b2914;border-color:#f85a4566}.stk-card svg{width:84px;height:84px}.stk-card svg [data-shape]{fill:none;stroke:var(--stk-ink);stroke-width:6;transition:fill .25s ease,stroke .25s ease}.stk-card:hover svg [data-shape]{fill:var(--stk-coral);stroke:var(--stk-coral)}.stk-card__t{font-family:Nunito,sans-serif;font-weight:800;font-size:1.05rem}.stk-card__c{font-size:.8rem;color:var(--stk-muted);text-align:center;margin:-8px 0 0}.stk-card__p{font-size:.8rem;color:var(--stk-coral);font-weight:600}.stk-forme__note{text-align:center;font-size:.875rem;color:var(--stk-muted);margin:40px auto 0;max-width:620px}.stk-conf{display:grid;gap:40px;max-width:1160px;margin:0 auto;padding:56px 20px 0}@media(min-width:1000px){.stk-conf{grid-template-columns:1.05fr .95fr}}.stk-stage{background:#fff;border:1px solid var(--stk-line);border-radius:32px;padding:28px;position:sticky;top:16px;align-self:start}.stk-stage__box{position:relative;aspect-ratio:1 / 1;border-radius:20px;background-color:var(--stk-paper);background-image:linear-gradient(45deg,rgba(44,43,41,.04) 25%,transparent 25%),linear-gradient(-45deg,rgba(44,43,41,.04) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(44,43,41,.04) 75%),linear-gradient(-45deg,transparent 75%,rgba(44,43,41,.04) 75%);background-size:22px 22px;background-position:0 0,0 11px,11px -11px,-11px 0;display:flex;align-items:center;justify-content:center;overflow:hidden}.stk-sticker{position:relative;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #2c2b291f;transition:width .3s ease,height .3s ease,border-radius .3s ease}.stk-sticker__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none}.stk-sticker__txt{position:relative;z-index:2;width:100%;padding:0 8%;text-align:center;line-height:1.15;word-break:break-word;text-shadow:0 1px 2px rgba(255,255,255,.35)}.stk-cut{position:absolute;pointer-events:none;z-index:3}.stk-cut [data-cut]{fill:none;stroke:var(--stk-coral);stroke-width:2;stroke-dasharray:6 6;animation:stkDash 6s linear infinite;vector-effect:non-scaling-stroke}@keyframes stkDash{to{stroke-dashoffset:-120}}.stk-cut__chip{position:absolute;top:10px;left:10px;background:var(--stk-coral);color:#fff;font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:999px;z-index:4}.stk-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 12%;color:var(--stk-muted);font-size:.85rem;z-index:1}.stk-ruler{margin-top:22px}.stk-ruler__bar{position:relative;height:26px;border-top:2px solid var(--stk-ink);margin:0 auto;transition:width .3s ease}.stk-ruler__bar:before,.stk-ruler__bar:after{content:"";position:absolute;top:-2px;width:2px;height:10px;background:var(--stk-ink)}.stk-ruler__bar:before{left:0}.stk-ruler__bar:after{right:0}.stk-ruler__lbl{text-align:center;font-family:Nunito,sans-serif;font-weight:800;font-size:.95rem;margin-top:4px}.stk-ruler__ref{margin:14px auto 0;height:34px;border:1px dashed rgba(44,43,41,.3);border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:.62rem;color:var(--stk-muted);transition:width .3s ease;max-width:100%}.stk-panel{display:flex;flex-direction:column}.stk-block{border-top:1px solid var(--stk-line);padding-top:24px;margin-top:24px}.stk-block:first-child{border-top:0;padding-top:0;margin-top:0}.stk-block__t{font-family:Nunito,sans-serif;font-weight:800;font-size:1.05rem;margin:0 0 14px;display:flex;align-items:center;gap:8px}.stk-block__n{width:22px;height:22px;border-radius:50%;background:var(--stk-ink);color:#fff;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.stk-chips{display:flex;flex-wrap:wrap;gap:8px}.stk-chip{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--stk-line);background:#fff;border-radius:999px;padding:8px 14px;font-size:.85rem;cursor:pointer;transition:all .2s ease;font-family:inherit;color:inherit}.stk-chip:hover{border-color:#f85a4580}.stk-chip svg{width:16px;height:16px}.stk-chip svg [data-shape]{fill:none;stroke:currentColor;stroke-width:8}.stk-chip[aria-pressed=true]{background:var(--stk-ink);color:#fff;border-color:var(--stk-ink)}.stk-drop{border:2px dashed var(--stk-line);border-radius:18px;padding:30px 20px;text-align:center;cursor:pointer;transition:all .2s ease;display:block}.stk-drop:hover,.stk-drop.is-over{border-color:var(--stk-coral);background:#f85a450d}.stk-drop__t{font-weight:600;margin:0 0 6px}.stk-drop__s{font-size:.78rem;color:var(--stk-muted);margin:0;line-height:1.5}.stk-drop input[type=file]{display:none}.stk-file{display:none;align-items:center;gap:12px;background:var(--stk-paper);border:1px solid var(--stk-line);border-radius:14px;padding:10px 12px;margin-top:12px;font-size:.82rem}.stk-file.is-on{display:flex}.stk-file img{width:40px;height:40px;object-fit:cover;border-radius:8px}.stk-file__n{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stk-input,.stk-select{width:100%;border:1px solid var(--stk-line);border-radius:12px;padding:11px 14px;font-size:.9rem;font-family:inherit;color:inherit;background:#fff}.stk-input:focus,.stk-select:focus{outline:2px solid var(--stk-coral);outline-offset:1px}.stk-row{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.stk-row>*{flex:1 1 130px}.stk-swatches{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.stk-sw{width:28px;height:28px;border-radius:50%;border:2px solid var(--stk-line);cursor:pointer;padding:0}.stk-sw[aria-pressed=true]{outline:2px solid var(--stk-ink);outline-offset:2px}.stk-size__val{font-family:Nunito,sans-serif;font-weight:900;font-size:2.1rem;line-height:1}.stk-range{width:100%;margin:14px 0 6px;accent-color:var(--stk-coral)}.stk-note{background:#f85a450d;border:1px solid rgba(248,90,69,.2);border-radius:14px;padding:12px 14px;font-size:.82rem;line-height:1.55;margin-top:14px}.stk-pack{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--stk-paper);border:1px solid var(--stk-line);border-radius:16px;padding:14px 16px;flex-wrap:wrap}.stk-step{display:flex;align-items:center;gap:4px}.stk-step button{width:34px;height:34px;border-radius:50%;border:1px solid var(--stk-line);background:#fff;font-size:1.1rem;cursor:pointer;line-height:1;color:inherit}.stk-step button:hover{border-color:var(--stk-coral);color:var(--stk-coral)}.stk-step span{min-width:34px;text-align:center;font-weight:700}.stk-bar{position:sticky;bottom:0;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--stk-line);padding:14px 0;margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;z-index:5}.stk-bar__p{font-family:Nunito,sans-serif;font-weight:900;font-size:1.9rem;line-height:1}.stk-bar__s{font-size:.72rem;color:var(--stk-muted);margin-top:3px}.stk-hint{font-size:.75rem;color:var(--stk-muted);width:100%;margin:0}.stk-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;padding:48px 20px 80px;max-width:1160px;margin:0 auto}.stk-trust div{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--stk-muted)}.stk-trust svg{width:20px;height:20px;stroke:var(--stk-coral);fill:none;stroke-width:2}@keyframes stkReveal{0%{opacity:0;transform:translateY(28px);filter:blur(12px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes stkFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes stkZoom{0%{transform:scale(1.12)}to{transform:scale(1)}}.stk-anim{opacity:0;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.16,1,.3,1)}.stk-anim--reveal{animation-name:stkReveal;animation-duration:1.1s}.stk-anim--fade{animation-name:stkFadeUp;animation-duration:1s}.stk-zoom{animation:stkZoom 1.8s cubic-bezier(.16,1,.3,1) forwards}@media(prefers-reduced-motion:reduce){.stk-anim,.stk-zoom,.stk-card{animation:none!important;opacity:1!important;transform:none!important}.stk-cut [data-cut]{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/stickly.css.map */
