@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap";:root{--nb-bg:#FDFCFB;--nb-bg-soft:#F7F5F3;--nb-surface:#FFFFFF;--nb-ink:#161519;--nb-muted:#7A7681;--nb-line:rgba(22,21,25,.08);--nb-violet:#C3B5E8;--nb-violet-2:#D8CCF0;--nb-violet-soft:#E8E1F7;--nb-halo:195,181,232;--nb-serif:"Instrument Serif","Times New Roman",serif;--nb-sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--nb-radius:14px;--nb-radius-sm:10px;--nb-ease:cubic-bezier(.2,.7,.2,1)}html[data-theme=dark]{--nb-bg:#131218;--nb-bg-soft:#1A181F;--nb-surface:#1E1C24;--nb-ink:#F5F3F7;--nb-muted:#A9A4B0;--nb-line:rgba(245,243,247,.11);--nb-violet:#CDBFEF;--nb-violet-2:#DED3F5;--nb-violet-soft:#EDE7F9;--nb-halo:205,191,239}html{--bg:var(--nb-bg);--fg:var(--nb-ink);--muted:var(--nb-muted);--border:var(--nb-line);--bg-alt:var(--nb-bg-soft);--accent:var(--nb-ink);--accent-hover:var(--nb-violet);--dark:#0B0A10;--radius:var(--nb-radius);--shadow-sm:0 1px 3px rgba(20,19,26,.05);--shadow-md:0 6px 24px rgba(20,19,26,.07);--shadow-lg:0 18px 50px rgba(20,19,26,.1);--font-heading:var(--nb-serif);--font-body:var(--nb-sans)}html[data-theme=dark]{--shadow-sm:0 1px 3px rgba(0,0,0,.4);--shadow-md:0 6px 26px rgba(0,0,0,.45);--shadow-lg:0 18px 56px rgba(0,0,0,.55)}body{background:var(--nb-bg);color:var(--nb-ink);font-family:var(--nb-sans);transition:background .5s var(--nb-ease),color .5s var(--nb-ease)}h1,h2,h3,h4,h5,h6,.stitch-logo-text,.stitch-page__heading{font-family:var(--nb-serif)!important;font-weight:400!important;letter-spacing:-.015em}.stitch-header__link,.stitch-btn,.stitch-label,.stitch-badge,.stitch-card__title,.stitch-card__price,.stitch-drawer__label{font-family:var(--nb-sans)}#nbNebula,#nbStars{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}#nbStars{opacity:.55;transition:opacity .6s ease}html[data-theme=dark] #nbStars{opacity:.9}#nbNebula i{position:absolute;border-radius:50%;display:block;filter:blur(90px);animation:nbDrift 38s ease-in-out infinite;opacity:.5}html[data-theme=dark] #nbNebula i{opacity:.75}#nbNebula i:nth-child(1){width:44vw;height:44vw;top:-12%;left:-8%;background:radial-gradient(circle,rgba(var(--nb-halo),.3),transparent 68%)}#nbNebula i:nth-child(2){width:36vw;height:36vw;top:30%;right:-10%;animation-delay:-12s;background:radial-gradient(circle,rgba(var(--nb-halo),.2),transparent 70%)}#nbNebula i:nth-child(3){width:52vw;height:32vw;bottom:-14%;left:16%;animation-delay:-24s;background:radial-gradient(circle,rgba(var(--nb-halo),.24),transparent 72%)}@keyframes nbDrift{0%,to{transform:translateZ(0)}50%{transform:translate3d(38px,-28px,0)}}#nbStars span{position:absolute;width:2px;height:2px;border-radius:50%;background:rgba(var(--nb-halo),.85);box-shadow:0 0 6px rgba(var(--nb-halo),.5);animation:nbTwinkle 4s ease-in-out infinite}#nbStars span.small{width:1px;height:1px;box-shadow:none}@keyframes nbTwinkle{0%,to{opacity:.25;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}main,.stitch-footer,.stitch-header,.stitch-announcement{position:relative;z-index:2}#nbCursorDot,#nbCursorRing{position:fixed;top:0;left:0;pointer-events:none;z-index:2147483647;border-radius:50%;transform:translate3d(-50%,-50%,0);will-change:transform}#nbCursorDot{width:5px;height:5px;background:var(--nb-ink);transition:width .3s,height .3s,opacity .3s}#nbCursorRing{width:36px;height:36px;border:1px solid rgba(var(--nb-halo),.55);transition:width .35s var(--nb-ease),height .35s var(--nb-ease),border-color .35s,background .35s,opacity .3s}body.nb-hover #nbCursorRing{width:68px;height:68px;border-color:rgba(var(--nb-halo),.85);background:rgba(var(--nb-halo),.07)}body.nb-hover #nbCursorDot{width:0;height:0}body.nb-down #nbCursorRing{width:24px;height:24px}@media(hover:none){#nbCursorDot,#nbCursorRing{display:none}}html.nb-cursor body,html.nb-cursor a,html.nb-cursor button,html.nb-cursor input,html.nb-cursor .stitch-btn{cursor:none!important}.stitch-header{background:#ffffffb8!important;-webkit-backdrop-filter:blur(18px) saturate(180%);backdrop-filter:blur(18px) saturate(180%);border-bottom:1px solid var(--nb-line)!important;transition:top .35s var(--nb-ease),left .35s var(--nb-ease),right .35s var(--nb-ease),border-radius .35s var(--nb-ease),box-shadow .35s var(--nb-ease),background .5s var(--nb-ease)}html[data-theme=dark] .stitch-header{background:#121019b8!important}.stitch-header--floating{top:14px!important;left:14px!important;right:14px!important;border-radius:999px!important;border-bottom:1px solid var(--nb-line)!important;background:#ffffffd1!important;box-shadow:0 12px 40px #14131a1a,0 2px 10px #14131a0d}html[data-theme=dark] .stitch-header--floating{background:#14121ccc!important;box-shadow:0 12px 44px #00000080,0 2px 10px #00000059}@keyframes nbIslandFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.stitch-header__inner{transition:height .35s var(--nb-ease)}.stitch-header--floating .stitch-header__inner{height:66px}.stitch-header__logo img{transition:height .35s var(--nb-ease)}.stitch-header--floating .stitch-header__logo img{height:46px}.stitch-header__search,.stitch-header__search-inline,.stitch-drawer__search{border-radius:999px!important}.stitch-header__search:focus-within,.stitch-header__search-inline:focus-within{border-color:rgba(var(--nb-halo),.6)!important;box-shadow:0 0 0 3px rgba(var(--nb-halo),.14)!important}.stitch-cart-badge{background:var(--nb-violet)!important}.nb-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;flex-shrink:0;border:1px solid var(--nb-line);background:transparent;color:var(--nb-ink);transition:background .3s,border-color .3,transform .3s var(--nb-ease)}.nb-toggle:hover{background:rgba(var(--nb-halo),.1);border-color:rgba(var(--nb-halo),.5);transform:translateY(-1px) rotate(-12deg)}.nb-toggle svg{width:17px;height:17px;display:block}.nb-toggle .nb-ico-sun{display:none}html[data-theme=dark] .nb-toggle .nb-ico-sun{display:block}html[data-theme=dark] .nb-toggle .nb-ico-moon{display:none}[data-nb-rv]{opacity:0;transform:translateY(26px);transition:opacity .9s var(--nb-ease),transform .9s var(--nb-ease)}[data-nb-rv].nb-in{opacity:1;transform:none}.nb-split span{display:inline-block;opacity:0;transform:translateY(70%) rotate(3deg);animation:nbLetter .95s var(--nb-ease) forwards}@keyframes nbLetter{to{opacity:1;transform:none}}.stitch-card{transition:transform .5s var(--nb-ease),box-shadow .5s var(--nb-ease),border-color .5s var(--nb-ease)!important;border-radius:var(--nb-radius)!important}.stitch-card:hover{transform:translateY(-6px);box-shadow:0 18px 44px rgba(var(--nb-halo),.16),0 4px 14px #14131a0f;border-color:rgba(var(--nb-halo),.35)!important}.stitch-card__media{position:relative}.stitch-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;background:radial-gradient(ellipse at 50% 15%,rgba(var(--nb-halo),.2),transparent 65%);transition:opacity .6s var(--nb-ease)}.stitch-card:hover .stitch-card__media:after{opacity:1}.stitch-card__media img{transition:transform .7s var(--nb-ease)!important}.stitch-card:hover .stitch-card__media img{transform:scale(1.06) translateY(-4px)!important}.stitch-btn{border-radius:999px!important;transition:transform .3s var(--nb-ease),box-shadow .3s var(--nb-ease),background .3s,color .3s,border-color .3s!important}.stitch-btn--primary{background:var(--nb-ink)!important;color:var(--nb-bg)!important;box-shadow:0 6px 20px rgba(var(--nb-halo),.22)!important}.stitch-btn--primary:hover{background:var(--nb-violet)!important;color:#161519!important;transform:translateY(-2px);box-shadow:0 12px 32px rgba(var(--nb-halo),.38)!important}.stitch-btn--secondary:hover{background:var(--nb-violet)!important;border-color:var(--nb-violet)!important;color:#161519!important}.stitch-card__quick-btn{border-radius:999px!important;transition:background .3s,color .3s,transform .3s var(--nb-ease)}.stitch-card__quick-btn:hover{background:var(--nb-violet)!important;color:#161519!important}.stitch-header__link{position:relative}.stitch-header__link:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:var(--nb-violet);transform:scaleX(0);transform-origin:left;transition:transform .4s var(--nb-ease)}.stitch-header__link:hover:after{transform:scaleX(1)}.stitch-header__link--active:after{transform:scaleX(1)}.stitch-badge,.stitch-spotlight__eyebrow,.stitch-flash__badge{border-radius:999px!important}.stitch-spotlight__price,.stitch-bundle-card__price{color:var(--nb-ink)!important}.stitch-categories,.stitch-collection,.stitch-spotlight,.stitch-bundles,.stitch-reviews,.stitch-instagram,.stitch-newsletter,.stitch-section{background:transparent!important}.stitch-trust,.stitch-newsletter{border-color:var(--nb-line)!important}.stitch-footer{background:var(--nb-ink)!important;color:var(--nb-bg)!important}html[data-theme=dark] .stitch-footer{background:#07060c!important;border-top:1px solid var(--nb-line)}.stitch-footer__links a:hover{color:var(--nb-violet-2)!important}#nbProg{position:fixed;top:0;left:0;height:2px;width:0;z-index:99998;background:linear-gradient(90deg,var(--nb-violet),var(--nb-violet-soft));box-shadow:0 0 10px rgba(var(--nb-halo),.6);transition:opacity .4s}@media(prefers-reduced-motion:reduce){#nbNebula i,#nbStars span,.stitch-header--floating{animation:none!important}[data-nb-rv]{opacity:1!important;transform:none!important}.nb-split span{opacity:1!important;transform:none!important;animation:none!important}#nbCursorDot,#nbCursorRing{display:none!important}html.nb-cursor body,html.nb-cursor a,html.nb-cursor button{cursor:auto!important}}@media(max-width:749px){#nbNebula i{filter:blur(60px)}}.nb-toggle:hover{background:rgba(var(--nb-halo),.18)!important;border-color:rgba(var(--nb-halo),.6)!important}body.nb-hover #nbCursorRing{border-color:rgba(var(--nb-halo),.85);background:rgba(var(--nb-halo),.1)}.stitch-btn--primary{background:var(--nb-ink)!important;color:var(--nb-bg)!important}.stitch-btn--primary:hover{background:var(--nb-violet)!important;color:#161519!important;box-shadow:0 12px 32px rgba(var(--nb-halo),.45)!important}.stitch-cart-badge{background:var(--nb-violet)!important;color:#161519!important}#nbProg{background:linear-gradient(90deg,var(--nb-violet),var(--nb-violet-soft))!important;box-shadow:0 0 8px rgba(var(--nb-halo),.5)!important}@media(max-width:749px){.stitch-header--floating{animation:none!important}.stitch-header{-webkit-backdrop-filter:blur(8px) saturate(140%)!important;backdrop-filter:blur(8px) saturate(140%)!important}#nbNebula i{filter:blur(48px)!important;animation-duration:52s!important}#nbStars{opacity:.4}html[data-theme=dark] #nbStars{opacity:.6}[data-nb-rv]{transition-duration:.55s!important;transform:translateY(16px)!important}.nb-menu .nb-menu__panel{transition:opacity .25s ease,transform .3s ease!important}}@media(prefers-reduced-motion:reduce){.stitch-header--floating{animation:none!important}.nb-menu__panel{transition:opacity .2s ease!important}}.stitch-header.is-hidden{transform:translateY(-100%)!important}.stitch-header--floating.is-hidden{transform:none!important}
/*# sourceMappingURL=/cdn/shop/t/166/assets/nebula.css.map */
