:root{--sis-ink:#17162a;--sis-muted:#68677a;--sis-blue:#2878e8;--sis-purple:#6c3acb;--sis-lilac:#eeeaff;--sis-surface:#fff;--sis-line:#dedcf1;--sis-radius:24px;--sis-shadow:0 20px 60px rgba(46,35,104,.12);--sis-max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfbff;color:var(--sis-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:10;background:var(--sis-ink);color:#fff;padding:.75rem 1rem;border-radius:10px}.skip-link:focus{top:1rem}.sis-container{width:min(calc(100% - 2rem),var(--sis-max));margin-inline:auto}.sis-header{position:relative;background:#ffffffeb;border-bottom:1px solid var(--sis-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:5}.sis-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:1rem}.sis-logo{display:inline-flex;align-items:center;gap:.7rem;font-weight:800;letter-spacing:-.03em}.sis-logo img{width:46px;height:46px;object-fit:contain}.sis-logo span{font-size:1.05rem}.sis-nav{display:flex;align-items:center;gap:1.35rem;font-size:.92rem;font-weight:650}.sis-nav a:hover,.sis-nav a:focus-visible{color:var(--sis-purple)}.sis-header__actions{display:flex;gap:.6rem;align-items:center}.sis-icon-link,.sis-menu-button{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border:1px solid var(--sis-line);border-radius:999px;background:#fff;cursor:pointer}.sis-menu-button{display:none}.sis-hero{padding:clamp(3.5rem,8vw,7rem) 0 4.5rem;overflow:hidden;background:radial-gradient(circle at 88% 20%,#d7e9ff 0,transparent 29%),linear-gradient(135deg,#fff,#f6f2ff)}.sis-hero__grid{display:grid;grid-template-columns:1fr .92fr;align-items:center;gap:clamp(2rem,6vw,6rem)}.sis-eyebrow{margin:0 0 1rem;color:var(--sis-purple);font-size:.78rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.sis-hero h1{max-width:720px;margin:0;font-size:clamp(2.8rem,6vw,5.9rem);line-height:.98;letter-spacing:-.07em}.sis-hero h1 em{font-style:normal;color:var(--sis-blue)}.sis-copy{max-width:590px;color:var(--sis-muted);font-size:1.1rem}.sis-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.sis-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.15rem;border:1px solid transparent;border-radius:999px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.sis-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #392b8e2e}.sis-button--primary{color:#fff;background:linear-gradient(110deg,var(--sis-blue),var(--sis-purple))}.sis-button--secondary{color:var(--sis-purple);background:#fff;border-color:#c9c0ee}.sis-hero__media{position:relative;min-height:450px;border-radius:34px;overflow:hidden;box-shadow:var(--sis-shadow);background:var(--sis-lilac)}.sis-hero__media img{width:100%;height:100%;min-height:450px;object-fit:cover;object-position:50% 50%}.sis-orb{position:absolute;width:110px;height:110px;border-radius:50%;right:-28px;bottom:34px;background:linear-gradient(135deg,#85bdff,#7636cc);opacity:.85}.sis-section{padding:5.5rem 0}.sis-section--tint{background:#f4f2ff}.sis-section__intro{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.sis-section h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;letter-spacing:-.055em}.sis-section__intro p{max-width:480px;color:var(--sis-muted);margin:0}.sis-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.sis-service-card{background:#fff;border:1px solid var(--sis-line);border-radius:var(--sis-radius);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.sis-service-card:hover{transform:translateY(-5px);box-shadow:var(--sis-shadow)}.sis-service-card__media{aspect-ratio:1.25;overflow:hidden;background:#e9e6f8}.sis-service-card__media img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.sis-service-card__body{padding:1.25rem 1.25rem 1.35rem}.sis-service-card h3{margin:0 0 .35rem;font-size:1.22rem}.sis-service-card p{margin:0 0 1rem;color:var(--sis-muted);font-size:.95rem}.sis-text-link{color:var(--sis-purple);font-weight:800}.sis-feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,6vw,6rem);align-items:center}.sis-feature__media{border-radius:30px;overflow:hidden;box-shadow:var(--sis-shadow);background:#eeeaff}.sis-feature__media img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:50% 50%}.sis-feature h2{margin-bottom:1rem}.sis-process{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.sis-step{padding:1.4rem;background:#fff;border:1px solid var(--sis-line);border-radius:20px}.sis-step__number{display:grid;place-items:center;width:38px;height:38px;margin-bottom:1.2rem;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--sis-blue),var(--sis-purple));font-weight:850}.sis-step h3{margin:.1rem 0 .4rem;font-size:1.05rem}.sis-step p{margin:0;color:var(--sis-muted);font-size:.92rem}.sis-newsletter{padding:4rem 0}.sis-newsletter__box{display:flex;justify-content:space-between;gap:2rem;align-items:center;padding:clamp(1.5rem,5vw,3rem);border-radius:30px;background:linear-gradient(120deg,#201a55,#5731a9);color:#fff}.sis-newsletter__box h2{max-width:520px}.sis-newsletter__box p{color:#ded9ff}.sis-newsletter form{display:flex;gap:.6rem;min-width:min(100%,420px)}.sis-newsletter input{min-width:0;flex:1;padding:.85rem 1rem;border:0;border-radius:999px}.sis-newsletter .sis-button{background:#fff;color:#392080}.sis-footer{padding:3rem 0;background:#2f2354;color:#fff}.sis-footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem}.sis-footer p,.sis-footer small{color:#fff}.sis-footer h2,.sis-footer h3{margin-top:0}.sis-footer h2,.sis-footer h3{color:#fff}.sis-footer__links{display:grid;gap:.45rem;color:#fff}.sis-footer__links a,.sis-footer__links a:hover{color:#fff}.sis-footer__bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.18)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid #85bdff;outline-offset:3px}@media(max-width:820px){.sis-nav{display:none}.sis-menu-button{display:inline-flex}.sis-nav.is-open{display:grid;position:absolute;left:1rem;right:1rem;top:74px;padding:1rem;background:#fff;border:1px solid var(--sis-line);border-radius:18px;box-shadow:var(--sis-shadow)}.sis-hero__grid,.sis-feature{grid-template-columns:1fr}.sis-hero__media,.sis-hero__media img{min-height:340px}.sis-service-grid,.sis-process{grid-template-columns:repeat(2,1fr)}.sis-newsletter__box{display:block}.sis-newsletter form{margin-top:1.4rem}.sis-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.sis-container{width:min(calc(100% - 1.25rem),var(--sis-max))}.sis-header__inner{min-height:70px}.sis-logo span{font-size:.92rem}.sis-header__actions .sis-icon-link:first-child{display:none}.sis-hero{padding-top:3.5rem}.sis-hero h1{font-size:3.1rem}.sis-section{padding:4rem 0}.sis-section__intro{display:block}.sis-section__intro p{margin-top:.8rem}.sis-service-grid,.sis-process{grid-template-columns:1fr}.sis-newsletter form{display:grid}.sis-footer__grid,.sis-footer__bottom{display:block}.sis-footer__bottom small{display:block;margin-top:.8rem}}html,body,.sis-current-page{overflow-x:hidden}.sis-footer__brand-block{display:grid;justify-items:center;text-align:center}.sis-footer__brand-block>p:not(.sis-footer__contact){max-width:28rem;margin-inline:auto}.sis-footer__contact{display:grid;justify-items:center;width:min(100%,24rem);margin:1.15rem auto 0;padding:.82rem 1.05rem;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#ffffff14;box-shadow:0 16px 36px #120c3029;line-height:1.42}.sis-footer__contact a{font-weight:850;text-decoration:underline;text-underline-offset:.22em}.sis-footer__service-area{margin:2rem auto 0;padding-top:1.15rem;border-top:1px solid rgba(255,255,255,.18);color:#fff;font-size:.95rem;font-weight:750;text-align:center;letter-spacing:.01em}@media(min-width:821px){.sis-footer__grid{grid-template-columns:1.25fr .9fr 1fr;align-items:start}.sis-footer__grid>div:not(.sis-footer__brand-block){justify-self:center}}@media(max-width:820px){.sis-footer__grid{text-align:center}.sis-footer__links{justify-items:center}}.site-header{position:fixed!important;top:14px!important;left:50%!important;transform:translate(-50%)!important;z-index:80!important;transition:transform .34s ease,opacity .24s ease,background .24s ease,box-shadow .24s ease!important;background:linear-gradient(135deg,#5a2c913d,#2f8eeb29,#fffdf94d)!important;border-color:#ffffff4d!important;box-shadow:0 14px 36px #37235314!important;backdrop-filter:blur(18px) saturate(1.16)!important;-webkit-backdrop-filter:blur(18px) saturate(1.16)!important}.site-header.site-header--hidden{transform:translate(-50%,calc(-100% - 34px))!important;opacity:0!important;pointer-events:none}body{padding-top:0}@media(max-width:760px){body{padding-top:0}}@media(min-width:561px){.site-header .menu-button{display:none!important}}.sis-scroll-gallery-shell{position:relative;width:100%}.sis-scroll-gallery-button{position:absolute;top:50%;z-index:8;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(90,44,145,.22);border-radius:999px;color:#4a2c79;background:#fffdf9f5;box-shadow:0 12px 28px #3723532e;font-size:2rem;font-weight:900;line-height:1;cursor:pointer;transform:translateY(-50%);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.sis-scroll-gallery-button:hover,.sis-scroll-gallery-button:focus-visible{color:#fff;background:linear-gradient(135deg,#2f8eeb,#5a2c91);box-shadow:0 16px 34px #3723533d;transform:translateY(-50%) scale(1.05)}.sis-scroll-gallery-button--prev{left:8px}.sis-scroll-gallery-button--next{right:8px}.sis-hover-scroll-gallery{scroll-behavior:smooth}.sis-auto-carousel-shell{overflow-x:auto;overflow-y:visible;padding-bottom:16px;scrollbar-color:rgba(90,44,145,.62) rgba(238,230,250,.72);scrollbar-width:thin}.sis-auto-carousel-shell::-webkit-scrollbar{height:10px}.sis-auto-carousel-shell::-webkit-scrollbar-track{border-radius:999px;background:#eee6fab8}.sis-auto-carousel-shell::-webkit-scrollbar-thumb{border:2px solid rgba(238,230,250,.72);border-radius:999px;background:linear-gradient(90deg,#2f8eeb,#5a2c91)}.sis-auto-carousel-shell .sis-auto-photo-track{width:max-content!important;overflow:visible!important;animation:sisAutoPhotoCarousel 18s linear infinite paused;will-change:transform}.sis-auto-carousel-shell:hover .sis-auto-photo-track,.sis-auto-carousel-shell:focus-within .sis-auto-photo-track{animation-play-state:running}.sis-auto-carousel-shell:hover .sis-auto-photo-track:hover{animation-play-state:running}@keyframes sisAutoPhotoCarousel{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}@media(max-width:760px){.sis-scroll-gallery-button{width:36px;height:36px;font-size:1.55rem}.sis-scroll-gallery-button--prev{left:4px}.sis-scroll-gallery-button--next{right:4px}}html{scroll-padding-top:56px}.sis-current-page{padding-top:24px}.sis-current-page--paint-parties,.sis-current-page--kids-paint-parties{padding-top:56px}.sis-current-page--about-sis{padding-top:48px}.sis-current-page--splatter-paint-parties{padding-top:12px}body .sis-current-page:not(.sis-current-page--home) :is(.hero-shell,.hero,.sg-hero,.contact-hero,.faq-intro) h1,body .sis-current-page--accessibility h1,body .sis-current-page--privacy-policy h1,body .sis-current-page--refund-cancellation h1,body .sis-current-page--terms h1{font-size:clamp(2.45rem,4.25vw,4.35rem)!important;line-height:.96!important;letter-spacing:-.045em!important}body .sis-current-page:not(.sis-current-page--home) :is(.hero-copy-card,.hero-copy,.sg-hero-copy,.contact-hero,.faq-intro){text-wrap:pretty}body .sis-current-page:not(.sis-current-page--home) :is(.hero-shell,.hero,.sg-hero){min-height:auto}body .sis-current-page:not(.sis-current-page--home) :is(.hero-image-panel,.hero-photo,.hero-visual,.sg-hero-media){align-self:center;justify-self:center;width:min(100%,540px);min-height:clamp(340px,36vw,470px)!important;max-height:500px}body .sis-current-page:not(.sis-current-page--home) :is(.hero-image-panel img,.hero-photo img,.hero-visual>img,.sg-hero-media img){min-height:0!important;height:100%!important}body .sis-current-page:not(.sis-current-page--home) .hero-shell{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)!important}body .sis-current-page--laser-engraving .hero-image-panel img,body .sis-current-page--irresistible-diy-box .hero-photo img{object-fit:contain!important;background:#fff}body .sis-current-page--laser-engraving .hero-image-panel{background:#fff}body .sis-current-page--laser-engraving .hero-image-panel img{padding:12px;object-position:center center!important;transform:none!important;height:auto!important;max-height:none!important;object-fit:contain!important}body .sis-current-page--laser-engraving .hero-image-panel{min-height:0!important;max-height:none!important;height:auto!important}body .sis-current-page--fresh-apparel-design .hero{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)!important}body .sis-current-page--fresh-apparel-design .hero-visual{border-radius:34px;box-shadow:0 24px 58px #4a2c7929}body .sis-current-page--splatter-paint-parties .hero-visual{width:min(100%,570px);min-height:clamp(360px,40vw,500px)!important;max-height:none}body .sis-current-page--schools-and-groups .sg-hero{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)!important}@media(max-width:760px){html{scroll-padding-top:70px}.sis-current-page{padding-top:14px}.sis-current-page--paint-parties,.sis-current-page--kids-paint-parties{padding-top:28px}.sis-current-page--splatter-paint-parties{padding-top:8px}body .sis-current-page:not(.sis-current-page--home) :is(.hero-shell,.hero,.sg-hero,.contact-hero,.faq-intro) h1,body .sis-current-page--accessibility h1,body .sis-current-page--privacy-policy h1,body .sis-current-page--refund-cancellation h1,body .sis-current-page--terms h1{font-size:clamp(2.25rem,11vw,3.35rem)!important;line-height:.98!important}body .sis-current-page:not(.sis-current-page--home) :is(.hero-shell,.hero,.sg-hero),body .sis-current-page--fresh-apparel-design .hero,body .sis-current-page--schools-and-groups .sg-hero{grid-template-columns:1fr!important}body .sis-current-page:not(.sis-current-page--home) :is(.hero-image-panel,.hero-photo,.hero-visual,.sg-hero-media){width:min(100%,420px);min-height:clamp(270px,70vw,360px)!important;max-height:380px}body .sis-current-page--splatter-paint-parties .hero-visual{width:min(100%,440px);min-height:clamp(300px,82vw,430px)!important}}.sis-footer{padding:1.45rem 0 1.2rem!important}.sis-footer__grid{grid-template-columns:minmax(240px,1.1fr) minmax(145px,.65fr) minmax(190px,.8fr)!important;gap:.95rem 1.35rem!important;align-items:start}.sis-footer h2{margin-bottom:.35rem!important;font-size:clamp(1.2rem,2vw,1.55rem)!important;line-height:1.08!important}.sis-footer h3{margin-bottom:.45rem!important;font-size:.86rem!important;line-height:1.1!important}.sis-footer p,.sis-footer small,.sis-footer a{font-size:.82rem!important;line-height:1.35!important}.sis-footer__brand-block>p:not(.sis-footer__contact){max-width:24rem;margin-top:0!important;margin-bottom:0!important}.sis-footer__contact{width:min(100%,20rem)!important;margin-top:.55rem!important;padding:.52rem .78rem!important;border-radius:12px!important;box-shadow:0 10px 22px #120c301f!important}.sis-footer__links{gap:.24rem!important}.sis-footer__service-area{margin-top:.9rem!important;padding-top:.65rem!important;font-size:.82rem!important}.sis-footer__bottom{margin-top:.75rem!important;padding-top:.62rem!important;font-size:.78rem!important}@media(max-width:820px){.sis-footer{padding:1.25rem 0 1rem!important}.sis-footer__grid{grid-template-columns:1fr!important;gap:.8rem!important}.sis-footer__bottom{display:flex;justify-content:center;flex-wrap:wrap;gap:.35rem 1rem}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/sis-storefront.css.map */
