@import"tailwindcss";:root{--ink:#17151c;--cream:#fffdf6;--pink:#ff58ad;--hot-pink:#ff2d8d;--purple:#8a58ff;--lime:#caff3d;--yellow:#ffe45e;--blue:#6adcf5;--orange:#ff8a4c;--line:2px solid var(--ink)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Trebuchet MS,Arial,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #4a38ff;outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.announcement{min-height:34px;padding:8px 3.5vw;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--ink);color:#fff;font-size:10px;font-weight:900;letter-spacing:.18em}.announcement-middle{color:var(--lime)}.site-header{height:88px;padding:0 3.5vw;border-bottom:var(--line);display:grid;grid-template-columns:190px 1fr 190px;align-items:center;background:#fffdf6f0;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{width:max-content;display:flex;align-items:center;gap:8px;font-family:Arial Black,Trebuchet MS,sans-serif;font-size:18px;line-height:.78;letter-spacing:-.07em;transform:rotate(-2deg)}.brand-spark{width:38px;height:38px;border:var(--line);border-radius:50%;display:grid;place-items:center;background:var(--yellow);font-size:22px;box-shadow:3px 3px 0 var(--ink)}.site-header nav{display:flex;justify-content:center;gap:clamp(18px,3vw,44px);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.site-header nav a{position:relative}.site-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:3px;background:var(--hot-pink);transition:right .2s ease}.site-header nav a:hover:after{right:0}.cart-button{justify-self:end;border:var(--line);border-radius:999px;background:var(--ink);color:#fff;padding:11px 12px 11px 18px;font-size:11px;font-weight:900;letter-spacing:.1em;cursor:pointer;box-shadow:3px 3px 0 var(--purple)}.cart-button span{display:inline-grid;place-items:center;width:24px;height:24px;margin-left:8px;border-radius:50%;color:var(--ink);background:var(--lime)}.hero{min-height:720px;overflow:hidden;display:grid;grid-template-columns:.92fr 1.08fr;border-bottom:var(--line);background:linear-gradient(145deg,#fffdf6 0% 49%,#ffd5e9 49% 100%)}.hero-copy{padding:74px 4vw 64px 7vw;position:relative;z-index:2}.eyebrow{margin:0 0 18px;display:flex;align-items:center;justify-content:flex-start;gap:10px;font-size:10px;font-weight:900;letter-spacing:.18em}.eyebrow span{width:25px;height:2px;background:currentColor}.hero h1,.section-heading h2,.feature-copy h2,.newsletter h2{margin:0;font-family:Arial Black,Trebuchet MS,sans-serif;font-size:clamp(62px,6.5vw,104px);line-height:.83;letter-spacing:-.075em;text-transform:uppercase}h1 em,h2 em{display:inline-block;color:var(--hot-pink);font-family:Georgia,serif;font-weight:500;text-transform:none;letter-spacing:-.06em;transform:rotate(-3deg)}.hero-description{max-width:510px;margin:34px 0 26px;font-size:18px;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:28px}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:22px;border:var(--line);padding:0 22px;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:5px 5px 0 var(--ink);transition:transform .18s ease,box-shadow .18s ease}.button:hover{transform:translate(3px,3px);box-shadow:2px 2px 0 var(--ink)}.button-dark{background:var(--ink);color:#fff;box-shadow:5px 5px 0 var(--hot-pink)}.button-dark:hover{box-shadow:2px 2px 0 var(--hot-pink)}.text-link{font-size:12px;font-weight:900;border-bottom:2px solid var(--ink);padding-bottom:5px}.text-link span{margin-left:10px}.mini-proof{display:flex;align-items:center;gap:14px;margin-top:42px}.faces{display:flex}.faces span{width:37px;height:37px;display:grid;place-items:center;border:var(--line);border-radius:50%;margin-right:-8px;background:var(--blue);font-weight:900}.faces span:nth-child(2){background:var(--pink)}.faces span:nth-child(3){background:var(--yellow)}.mini-proof p{margin:0;font-size:10px;line-height:1.4;letter-spacing:.05em}.mini-proof strong{font-size:12px}.hero-art{min-height:720px;position:relative}.art-blob{position:absolute;border:var(--line)}.blob-yellow{width:410px;height:410px;border-radius:51% 49% 65% 35%/36% 51% 49% 64%;background:var(--yellow);top:90px;left:11%;transform:rotate(8deg)}.blob-pink{width:290px;height:230px;border-radius:50%;background:var(--pink);bottom:55px;right:-70px;transform:rotate(-18deg)}.blob-blue{width:150px;height:150px;border-radius:54% 46% 40% 60%;background:var(--blue);top:35px;right:40px}.patch-pack{width:238px;height:340px;position:absolute;padding:22px 20px 18px;border:3px solid var(--ink);border-radius:22px 22px 34px 34px;box-shadow:9px 11px #17151cdb;display:flex;flex-direction:column;z-index:3}.patch-pack:before{content:"";width:82px;height:16px;position:absolute;left:50%;top:10px;transform:translate(-50%);border:2px solid var(--ink);border-radius:0 0 12px 12px;border-top:0}.pack-purple{left:9%;top:225px;background:#a479ff;transform:rotate(-10deg)}.pack-lime{left:39%;top:125px;background:var(--lime);transform:rotate(8deg)}.pack-kicker{margin-top:17px;font-size:9px;font-weight:900;letter-spacing:.16em}.patch-pack>strong{margin:12px 0;font-family:Arial Black,sans-serif;font-size:35px;line-height:.84;letter-spacing:-.06em}.pack-window{flex:1;border:2px solid var(--ink);border-radius:50%;background:#ffffffb8;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:12px 24px;gap:5px;transform:rotate(-3deg)}.pack-window i{font-style:normal;font-size:25px;color:#ff328c}.pack-window i:nth-child(2){color:#6639f5;transform:rotate(14deg)}.pack-window i:nth-child(3){color:#ff7a3d;transform:rotate(-14deg)}.stars i{color:#7553f6}.stars i:nth-child(2){color:#ff4da4}.stars i:nth-child(3){color:#1c1b22}.patch-pack small{margin-top:12px;text-align:center;font-size:7px;font-weight:900;letter-spacing:.1em}.float-shape{position:absolute;z-index:4;display:grid;place-items:center;text-shadow:3px 3px 0 var(--ink);-webkit-text-stroke:2px var(--ink)}.shape-one{color:#ff4da4;font-size:70px;left:2%;top:110px;transform:rotate(-18deg)}.shape-two{color:#6bdcf5;font-size:75px;right:7%;bottom:80px;transform:rotate(16deg)}.shape-three{color:var(--lime);font-size:56px;right:3%;top:215px}.scribble{position:absolute;z-index:4;font-family:Comic Sans MS,cursive;font-size:19px;font-weight:800;transform:rotate(-8deg)}.scribble-one{right:9%;top:95px}.scribble-arrow{position:absolute;z-index:4;right:15%;top:115px;width:90px;fill:none;stroke:var(--ink);stroke-width:3;stroke-linecap:round}.marquee{overflow:hidden;border-bottom:var(--line);background:var(--blue);padding:13px 0}.marquee>div{width:max-content;min-width:100%;display:flex;justify-content:space-around;align-items:center;gap:40px;padding:0 30px}.marquee span{font-family:Arial Black,sans-serif;font-size:13px;letter-spacing:.05em}.marquee b{font-size:20px;color:var(--hot-pink);-webkit-text-stroke:1px var(--ink)}.section{padding:110px 5vw}.section-heading h2{font-size:clamp(50px,5.5vw,84px)}.section-heading h2 em{color:var(--purple)}.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:50px}.split-heading>p{max-width:430px;margin:0 0 8px;font-size:16px;line-height:1.6}.eyebrow.left{justify-content:flex-start}.vibe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vibe-card{min-height:390px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:24px;border:var(--line);background:#fff;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.vibe-card:hover{transform:translateY(-7px) rotate(-1deg);box-shadow:7px 7px 0 var(--ink)}.vibe-card small,.vibe-card strong,.vibe-card i{position:relative;z-index:2}.vibe-card small{font-size:9px;font-weight:900;letter-spacing:.14em}.vibe-card strong{margin:10px 0 22px;font-family:Arial Black,sans-serif;font-size:clamp(34px,3vw,48px);line-height:.86;letter-spacing:-.07em;text-transform:uppercase}.vibe-card i{font-size:11px;font-style:normal;font-weight:900;border-bottom:2px solid currentColor}.vibe-icon{position:absolute;z-index:1;top:20px;left:50%;transform:translate(-50%) rotate(-10deg);font-size:160px;line-height:1;color:#ffffffa6;-webkit-text-stroke:3px var(--ink);text-shadow:8px 9px 0 rgba(23,21,28,.75)}.vibe-pink{background:var(--pink)}.vibe-yellow{background:var(--yellow)}.vibe-green{background:var(--lime)}.vibe-black{background:var(--ink);color:#fff}.vibe-black .vibe-icon{color:var(--purple);-webkit-text-stroke-color:white;text-shadow:8px 9px 0 var(--hot-pink)}.shop-section{border-top:var(--line);background:#f2edff}.shop-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:46px}.filter-row{max-width:590px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.filter-row button{border:1.5px solid var(--ink);border-radius:999px;background:#fff;padding:9px 15px;font-size:10px;font-weight:900;text-transform:uppercase;cursor:pointer}.filter-row button.active,.filter-row button:hover{background:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 18px}.product-card{min-width:0}.product-art{min-height:400px;position:relative;overflow:hidden;display:grid;place-items:center;border:var(--line)}.product-art.sunny{background:#ffe65d}.product-art.pink{background:#ff82bd}.product-art.neon{background:#9bff45}.product-art.purple{background:#a985ff}.product-art.black{background:#35323d}.product-art.kitty{background:#ffcadf}.product-art:before{content:"";position:absolute;width:320px;height:320px;border:2px solid rgba(23,21,28,.5);border-radius:50%}.product-art:after{content:"";position:absolute;width:230px;height:230px;border:2px dashed rgba(23,21,28,.5);border-radius:50%}.product-pouch{width:190px;height:275px;z-index:2;padding:24px 17px 18px;border:3px solid var(--ink);border-radius:17px 17px 29px 29px;background:#ffffffe6;box-shadow:8px 9px 0 var(--ink);transform:rotate(-5deg);display:flex;flex-direction:column;align-items:center}.product-pouch:before{content:"";width:60px;height:12px;border:2px solid var(--ink);border-top:0;border-radius:0 0 10px 10px;margin-top:-16px;margin-bottom:12px}.product-pouch small{font-size:7px;font-weight:900;letter-spacing:.14em}.pouch-art{flex:1;display:grid;place-items:center;font-size:85px;line-height:1;color:var(--hot-pink);-webkit-text-stroke:2px var(--ink)}.product-pouch strong{text-align:center;font-family:Arial Black,sans-serif;font-size:22px;line-height:.9;text-transform:uppercase}.product-pouch em{margin-top:10px;font-style:normal;font-size:7px;font-weight:900;letter-spacing:.1em}.product-badge{position:absolute;z-index:5;top:16px;left:16px;padding:8px 11px;border:var(--line);background:var(--ink);color:#fff;font-size:9px;font-weight:900;text-transform:uppercase;transform:rotate(-3deg)}.loose-patch{position:absolute;z-index:3;font-size:43px;-webkit-text-stroke:1.5px var(--ink);text-shadow:3px 3px 0 rgba(23,21,28,.8)}.loose-one{left:8%;bottom:55px;transform:rotate(-18deg);color:var(--blue)}.loose-two{right:8%;top:56px;transform:rotate(17deg);color:var(--orange)}.product-info{min-height:112px;display:flex;justify-content:space-between;gap:20px;padding:18px 2px 14px}.product-info p{margin:0 0 5px;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#725c87}.product-info h3{margin:0 0 6px;font-family:Arial Black,sans-serif;font-size:19px;letter-spacing:-.04em}.product-info span{font-size:11px;color:#61596a}.product-info>strong{white-space:nowrap;font-size:15px}.add-button{width:100%;height:47px;display:flex;align-items:center;justify-content:space-between;border:var(--line);background:transparent;padding:0 17px;font-size:11px;font-weight:900;text-transform:uppercase;cursor:pointer;transition:background .15s,color .15s}.add-button span{font-size:20px}.add-button:hover{background:var(--ink);color:#fff}.feature-band{min-height:620px;display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:#fff;overflow:hidden}.feature-art{min-height:620px;position:relative;background:radial-gradient(circle at center,#6d46dc 0 19%,#353044 19% 20%,transparent 20% 31%,#423a59 31% 32%,transparent 32%)}.black-patch{position:absolute;display:grid;place-items:center;color:#0e0d10;-webkit-text-stroke:2px white;text-shadow:9px 10px 0 var(--hot-pink);line-height:1;z-index:2}.black-one{font-size:190px;left:22%;top:16%;transform:rotate(-14deg)}.black-two{font-size:150px;right:12%;bottom:12%;transform:rotate(17deg)}.black-three{font-size:90px;left:12%;bottom:8%;color:var(--purple)}.orbit{position:absolute;border:2px solid #777083;border-radius:50%}.orbit-one{width:500px;height:180px;left:3%;top:34%;transform:rotate(18deg)}.orbit-two{width:450px;height:140px;left:9%;top:39%;transform:rotate(-18deg)}.feature-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:75px 7vw 75px 5vw}.feature-copy h2{font-size:clamp(48px,5vw,78px)}.feature-copy h2 em{color:var(--lime)}.feature-copy>p:not(.eyebrow){max-width:500px;margin:28px 0;color:#cec9d5;font-size:16px;line-height:1.7}.eyebrow.light{color:#fff}.button-lime{background:var(--lime);color:var(--ink);box-shadow:5px 5px 0 var(--pink)}.how{background:var(--blue);border-bottom:var(--line)}.centered{text-align:center}.centered .eyebrow{justify-content:center}.centered h2 em{color:#fff;-webkit-text-stroke:1px var(--ink)}.steps-grid{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps-grid article{min-height:410px;position:relative;padding:22px 30px 30px;border:var(--line);background:var(--cream);text-align:center}.steps-grid article>span{position:absolute;top:17px;left:17px;width:36px;height:36px;display:grid;place-items:center;border:var(--line);border-radius:50%;font-size:10px;font-weight:900}.step-icon{width:180px;height:190px;margin:16px auto 7px;display:grid;place-items:center;position:relative}.step-icon:before,.step-icon:after{content:"";position:absolute;border:var(--line)}.step-icon:before{width:145px;height:145px;border-radius:48% 52% 63% 37%;background:var(--yellow);transform:rotate(-11deg)}.step-icon:after{width:105px;height:105px;border-radius:50%;background:#fff}.step-icon i{position:relative;z-index:2;font-size:60px;font-style:normal;color:var(--hot-pink);-webkit-text-stroke:2px var(--ink)}.stick:before{background:var(--pink);transform:rotate(11deg)}.stick i{color:var(--yellow)}.glow:before{background:var(--lime)}.glow i{color:var(--purple)}.steps-grid h3{margin:0 0 10px;font-family:Arial Black,sans-serif;font-size:25px;text-transform:uppercase}.steps-grid p{max-width:310px;margin:0 auto;font-size:13px;line-height:1.6}.how-note{max-width:700px;margin:28px auto 0;text-align:center;font-size:10px;font-weight:700;letter-spacing:.03em}.reviews{background:var(--cream)}.review-heading{align-items:center}.rating{display:flex;align-items:center;gap:18px}.rating>strong{font-family:Arial Black,sans-serif;font-size:66px;letter-spacing:-.08em}.rating>span{color:var(--hot-pink);font-size:18px;letter-spacing:.1em}.rating small{display:block;color:var(--ink);font-size:8px;letter-spacing:.1em;margin-top:6px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-grid article{min-height:355px;padding:30px;border:var(--line);display:flex;flex-direction:column;justify-content:space-between}.review-yellow{background:var(--yellow);transform:rotate(-1.5deg)}.review-blue{background:var(--blue)}.review-pink{background:#ff9bc8;transform:rotate(1.5deg)}.review-stars{font-size:14px;letter-spacing:.12em}blockquote{margin:25px 0;font-family:Georgia,serif;font-size:23px;line-height:1.38;font-weight:600}.review-grid footer{display:flex;align-items:center;gap:12px}.review-grid footer>span{width:42px;height:42px;display:grid;place-items:center;border:var(--line);border-radius:50%;background:#fff;font-size:11px;font-weight:900}.review-grid footer strong,.review-grid footer small{display:block}.review-grid footer strong{font-size:11px}.review-grid footer small{margin-top:3px;font-size:7px;font-weight:900;letter-spacing:.12em}.newsletter{min-height:570px;position:relative;overflow:hidden;display:grid;place-items:center;padding:90px 20px;border-top:var(--line);border-bottom:var(--line);background:var(--purple);text-align:center}.newsletter>div{max-width:760px;position:relative;z-index:2}.newsletter .eyebrow{justify-content:center}.newsletter h2{font-size:clamp(52px,6.3vw,92px);color:#fff;-webkit-text-stroke:1px var(--ink)}.newsletter h2 em{color:var(--lime);-webkit-text-stroke:0}.newsletter p:not(.eyebrow){max-width:590px;margin:24px auto;color:#fff;font-size:15px;line-height:1.6}.newsletter form{max-width:570px;height:58px;margin:0 auto 12px;display:flex;border:var(--line);background:#fff;box-shadow:6px 6px 0 var(--ink)}.newsletter input{flex:1;min-width:0;border:0;padding:0 18px;background:transparent;outline:none;font-size:13px}.newsletter form button{width:185px;border:0;border-left:var(--line);background:var(--lime);font-size:10px;font-weight:900;text-transform:uppercase;cursor:pointer}.newsletter form button span{margin-left:16px;font-size:16px}.newsletter small{color:#e5dcff;font-size:8px}.newsletter-shape{position:absolute;line-height:1;color:var(--pink);-webkit-text-stroke:2px var(--ink);text-shadow:7px 8px 0 var(--ink)}.ns-one{font-size:130px;left:5%;top:10%;transform:rotate(-13deg)}.ns-two{font-size:145px;right:4%;bottom:8%;color:var(--yellow);transform:rotate(14deg)}.ns-three{font-size:90px;right:10%;top:8%;color:var(--blue)}.ns-four{font-size:80px;left:11%;bottom:7%;color:var(--lime)}.signup-success{max-width:570px;margin:0 auto 14px;padding:18px;border:var(--line);background:#fff;box-shadow:6px 6px 0 var(--ink);font-size:13px}.footer{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:45px;padding:70px 5vw 25px;background:var(--ink);color:#fff}.light-brand .brand-spark{color:var(--ink)}.footer-brand>p{margin-top:25px;color:#aaa4b2;font-family:Georgia,serif;font-size:22px;line-height:1.25}.footer h3{margin:0 0 22px;color:var(--lime);font-size:10px;letter-spacing:.14em;text-transform:uppercase}.footer>div:not(.footer-brand):not(.footer-bottom){display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer a:not(.brand){color:#d3ced8;font-size:12px}.footer a:hover{color:#fff}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;margin-top:30px;padding-top:22px;border-top:1px solid #403b46;color:#817b88;font-size:8px;font-weight:900;letter-spacing:.11em}.toast{position:fixed;right:22px;bottom:22px;z-index:80;padding:15px 20px;border:var(--line);background:var(--lime);box-shadow:5px 5px 0 var(--ink);font-size:12px;font-weight:900;animation:toast-in .25s ease both}@keyframes toast-in{0%{transform:translateY(20px);opacity:0}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end;background:#17151c94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cart-drawer{width:min(460px,100%);height:100%;overflow:auto;background:var(--cream);border-left:var(--line);box-shadow:-8px 0 #17151c33;animation:drawer-in .25s ease both}@keyframes drawer-in{0%{transform:translate(100%)}}.cart-top{min-height:115px;display:flex;justify-content:space-between;align-items:center;padding:23px 24px;border-bottom:var(--line);background:var(--pink)}.cart-top p{margin:0 0 5px;font-size:8px;font-weight:900;letter-spacing:.15em}.cart-top h2{margin:0;font-family:Arial Black,sans-serif;font-size:29px;text-transform:uppercase;letter-spacing:-.05em}.cart-top h2 span{font-family:inherit;font-size:17px}.cart-top button{width:42px;height:42px;border:var(--line);border-radius:50%;background:#fff;font-size:26px;cursor:pointer}.empty-cart{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px;text-align:center}.empty-cart>span{font-size:95px;color:var(--purple);-webkit-text-stroke:2px var(--ink)}.empty-cart h3{margin:16px 0 8px;font-family:Arial Black,sans-serif;font-size:24px;text-transform:uppercase}.empty-cart p{max-width:290px;margin:0 0 25px;color:#6c6573;font-size:13px;line-height:1.5}.cart-items{padding:8px 24px}.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:14px;align-items:start;padding:20px 0;border-bottom:1px solid #d9d3df}.cart-thumb{width:74px;height:82px;display:grid;place-items:center;border:var(--line);font-size:32px}.cart-thumb.sunny{background:var(--yellow)}.cart-thumb.pink{background:var(--pink)}.cart-thumb.neon{background:var(--lime)}.cart-thumb.purple{background:var(--purple)}.cart-thumb.black{background:#35323d;color:#fff}.cart-thumb.kitty{background:#ffc5df}.cart-item-copy h3{margin:2px 0 4px;font-family:Arial Black,sans-serif;font-size:13px;text-transform:uppercase}.cart-item-copy p{margin:0 0 12px;color:#766d7e;font-size:9px}.cart-item>strong{font-size:12px}.quantity{width:90px;height:29px;display:grid;grid-template-columns:repeat(3,1fr);border:1.5px solid var(--ink)}.quantity button{border:0;background:transparent;cursor:pointer}.quantity span{display:grid;place-items:center;border-left:1px solid var(--ink);border-right:1px solid var(--ink);font-size:10px;font-weight:900}.cart-summary{padding:24px;border-top:var(--line)}.cart-summary>div{display:flex;justify-content:space-between;font-size:14px;font-weight:900;text-transform:uppercase}.cart-summary>p{color:#6d6575;font-size:10px}.checkout-button{width:100%;height:54px;display:flex;justify-content:space-between;align-items:center;border:var(--line);background:var(--ink);color:#fff;padding:0 20px;font-size:11px;font-weight:900;text-transform:uppercase;cursor:pointer;box-shadow:5px 5px 0 var(--pink)}.checkout-note{display:block;margin-top:14px;color:#6d6575;text-align:center}@media(max-width:1050px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:70px 8vw 55px}.hero-art{min-height:620px}.pack-purple{left:20%}.pack-lime{left:46%}.vibe-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.feature-band{grid-template-columns:1fr}.feature-copy{order:-1;min-height:520px;padding:80px 8vw}.steps-grid{grid-template-columns:1fr}.steps-grid article{min-height:360px}.review-grid{grid-template-columns:1fr;gap:24px}.review-grid article{min-height:285px;transform:none}}@media(max-width:720px){.announcement{justify-content:center;text-align:center;font-size:8px}.announcement>span:not(:first-child){display:none}.site-header{height:75px;padding:0 18px}.brand{font-size:15px}.brand-spark{width:34px;height:34px}.cart-button{padding:8px 9px 8px 14px}.hero{min-height:auto;background:linear-gradient(155deg,#fffdf6 0 47%,#ffd5e9 47%)}.hero-copy{padding:55px 22px 44px}.hero h1{font-size:clamp(58px,19vw,82px)}.hero-description{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:22px}.hero-art{min-height:510px}.blob-yellow{width:315px;height:315px;left:5%;top:92px}.blob-blue{width:95px;height:95px;right:5px}.patch-pack{width:178px;height:266px;padding:18px 14px 13px}.pack-purple{left:9%;top:190px}.pack-lime{left:43%;top:98px}.patch-pack>strong{font-size:27px}.pack-window{padding:8px 14px}.pack-window i{font-size:18px}.shape-one{font-size:49px;left:1%;top:75px}.shape-two{font-size:50px;right:3%;bottom:45px}.shape-three,.scribble,.scribble-arrow{display:none}.marquee>div{justify-content:center}.marquee span:nth-of-type(n+3),.marquee b:nth-of-type(n+3){display:none}.section{padding:76px 18px}.split-heading,.shop-heading{align-items:flex-start;flex-direction:column;gap:25px}.split-heading>p{font-size:14px}.section-heading h2{font-size:clamp(49px,15vw,67px)}.vibe-grid{grid-template-columns:1fr 1fr;gap:8px}.vibe-card{min-height:300px;padding:15px}.vibe-card strong{font-size:29px}.vibe-icon{font-size:105px}.vibe-card i{font-size:9px}.filter-row{justify-content:flex-start}.product-grid{grid-template-columns:1fr;gap:42px}.product-art{min-height:390px}.feature-copy{min-height:520px;padding:70px 22px}.feature-copy h2{font-size:50px}.feature-art{min-height:450px}.black-one{font-size:140px}.black-two{font-size:105px}.steps-grid article{padding:20px}.review-heading .rating{align-self:flex-start}.rating>strong{font-size:55px}.newsletter{min-height:610px;padding:80px 18px}.newsletter h2{font-size:52px}.newsletter form{height:auto;flex-direction:column}.newsletter input{min-height:53px}.newsletter form button{width:100%;min-height:50px;border-left:0;border-top:var(--line)}.newsletter-shape{opacity:.45}.ns-one{left:-45px}.ns-two{right:-45px}.footer{grid-template-columns:1fr 1fr;padding:60px 24px 25px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.product-page-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:6vw}.product-page-media{min-height:620px;display:grid;place-items:center;background:var(--pink);border:var(--line);font-size:160px}.product-page-media img{width:100%;height:100%;max-height:720px;object-fit:cover}.product-page-copy h1,.shop-section>h1,.content-page>h1{font-size:clamp(48px,7vw,92px);margin:12px 0}.product-page-price{font-size:22px;font-weight:900;margin:15px 0}.product-description{line-height:1.7;margin:25px 0}.product-page-copy form{display:grid;gap:12px}.product-page-copy select,.product-page-copy input{min-height:48px;border:var(--line);background:#fff;padding:10px}.product-page-copy input{width:100px}.product-page-copy form .button{margin-top:8px;border:var(--line);cursor:pointer}.content-page{max-width:1000px;margin:auto}.rte{font-size:16px;line-height:1.8}@media(max-width:800px){.product-page-grid{grid-template-columns:1fr}.product-page-media{min-height:380px}}@media(max-width:720px){html{scroll-padding-top:76px}body{overflow-x:hidden}.announcement{min-height:34px;padding:8px 14px;line-height:1.25}.site-header{position:sticky;top:0;z-index:60;width:100%}.site-header .brand{min-width:0}.site-header .brand>span:last-child{line-height:.86}.header-actions{min-width:0}.account-button,.cart-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center}.account-button{max-width:74px;text-align:center;line-height:1.05}.cart-button span{min-width:24px;height:24px}.hero-copy{max-width:100%}.hero h1{overflow-wrap:normal}.hero-description{max-width:34rem}.button,.add-button,.checkout-button{min-height:50px}.hero-actions .button{width:100%;max-width:330px}.mini-proof{align-items:center}.hero-art{width:100%;overflow:hidden}.vibe-card{touch-action:manipulation}.filter-row{width:100%;flex-wrap:nowrap;overflow-x:auto;padding:2px 2px 10px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.filter-row::-webkit-scrollbar{display:none}.filter-row button{flex:0 0 auto;min-height:42px;padding-inline:18px}.product-card{width:100%}.product-art{aspect-ratio:1 / 1.05;min-height:0}.product-info{min-height:0;padding-block:16px}.add-button{font-size:12px}.feature-band,.feature-copy,.feature-art{width:100%}.steps-grid article{min-height:345px}.review-grid blockquote{font-size:20px}.newsletter input{font-size:16px}.footer a{min-height:28px;display:inline-flex;align-items:center}.cart-drawer{border-left:0}.cart-top{position:sticky;top:0;z-index:2}.cart-items{padding-inline:18px}.cart-summary{position:sticky;bottom:0;background:var(--cream);box-shadow:0 -8px 20px #17151c14}.product-page{padding-top:28px}.product-page-copy h1{font-size:clamp(42px,13vw,64px)}.product-page-copy select,.product-page-copy input{font-size:16px}}@media(max-width:480px){.site-header{height:68px;padding-inline:12px;gap:6px}.brand{gap:7px;font-size:13px}.brand-spark{width:31px;height:31px;font-size:18px}.header-actions{gap:4px}.account-button{max-width:62px;padding:7px 6px;font-size:7px}.cart-button{padding:7px 6px 7px 9px;font-size:8px;gap:5px}.cart-button span{min-width:22px;height:22px}.hero-copy{padding:42px 16px 38px}.hero h1{font-size:clamp(53px,18vw,72px)}.hero-art{min-height:455px}.patch-pack{width:155px;height:238px}.pack-purple{left:5%;top:172px}.pack-lime{left:43%;top:78px}.patch-pack>strong{font-size:24px}.section{padding:64px 14px}.section-heading h2{font-size:clamp(43px,14vw,60px)}.vibe-grid{grid-template-columns:1fr;gap:12px}.vibe-card{min-height:260px}.vibe-icon{font-size:118px}.product-art{aspect-ratio:1 / 1.08}.product-pouch{transform:scale(.92) rotate(-5deg)}.feature-copy{padding:62px 18px}.feature-copy h2{font-size:43px}.feature-art{min-height:390px}.rating{gap:10px}.rating>strong{font-size:48px}.rating>span{font-size:13px}.newsletter{min-height:570px;padding-inline:14px}.newsletter h2{font-size:45px}.footer{grid-template-columns:1fr;gap:34px;padding-inline:20px}.footer-brand{grid-column:auto}.cart-item{grid-template-columns:64px 1fr auto;gap:10px}.cart-thumb{width:64px;height:72px}.cart-page-item{grid-template-columns:72px 1fr}.cart-page-item img{width:72px;height:72px}}.header-actions{display:flex;align-items:center;gap:10px}.account-button{font-size:10px;font-weight:900;text-transform:uppercase;border:2px solid var(--ink);padding:10px 13px;background:#fff}.vibe-card{text-decoration:none;color:inherit}.product-info a{color:inherit}.shopify-product-art img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;z-index:4}.product-form{margin:0}.add-button:disabled{opacity:.55;cursor:not-allowed}.cart-overlay[hidden]{display:none}.cart-open{overflow:hidden}.cart-thumb img{width:100%;height:100%;object-fit:cover}.checkout-button{text-decoration:none}.shopify-cart-page{min-height:70vh;background:#f2edff}.shopify-cart-page>h1{font-size:clamp(55px,8vw,100px)}.cart-page-item{display:grid;grid-template-columns:110px 1fr auto;gap:20px;align-items:center;padding:20px 0;border-bottom:2px solid var(--ink)}.cart-page-item img{width:110px;height:110px;object-fit:cover;border:2px solid var(--ink)}.cart-page-item h2{font-size:22px}.cart-page-item input{width:65px;padding:8px;border:2px solid var(--ink)}.cart-page-summary{max-width:500px;margin:35px 0 0 auto;display:grid;gap:15px}.cart-page-summary p{display:flex;justify-content:space-between;font-size:18px;font-weight:900}.cart-page-summary .button{border:2px solid var(--ink);cursor:pointer}.footer .footer-bottom a{color:inherit}@media(max-width:720px){.header-actions{gap:5px}.account-button{font-size:8px;padding:8px}.cart-page-item{grid-template-columns:80px 1fr}.cart-page-item img{width:80px;height:80px}.cart-page-item>strong{grid-column:2}.site-header .header-actions{justify-self:end}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/patch-party.css.map */
