*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}img{height:auto}button,input,select,textarea{font:inherit}button,a{color:inherit}a,a:hover{text-decoration:none}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.05;letter-spacing:-.035em}h1{font-size:clamp(2.8rem,7vw,6.4rem)}h2{font-size:clamp(2.15rem,4.5vw,4rem)}h3{font-size:clamp(1.25rem,2vw,1.7rem)}.page-width{width:min(calc(100% - 36px),var(--page-width));margin-inline:auto}.section{padding:clamp(64px,9vw,120px) 0}.section--compact{padding:clamp(38px,6vw,72px) 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:36px}.section-heading__copy{max-width:680px}.section-heading h2{margin-bottom:10px}.section-heading p{margin:0;color:var(--color-muted);font-size:1.05rem}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:#7654bf;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"\2726";color:var(--color-accent)}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border:1px solid transparent;border-radius:999px;background:var(--color-dark);color:#fff;font-weight:700;line-height:1.1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 12px 25px #241e312e}.button--pink{background:linear-gradient(135deg,var(--color-accent),#ec78af)}.button--soft{background:var(--color-surface);color:var(--color-dark);border-color:#e9def4}.button--outline{background:transparent;color:var(--color-dark);border-color:#d9cae8}.button--full{width:100%}.button[disabled]{cursor:not-allowed;opacity:.45;transform:none;box-shadow:none}.text-link{display:inline-flex;align-items:center;gap:7px;font-weight:700}.text-link:after{content:"\2192";transition:transform .2s}.text-link:hover:after{transform:translate(4px)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:10px 16px;transform:translateY(-150%);background:#fff;border-radius:10px;box-shadow:var(--shadow-soft)}.skip-link:focus{transform:none}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline;text-underline-offset:3px}.empty-state{padding:70px 24px;text-align:center;background:var(--color-surface);border-radius:var(--radius-card)}.empty-state h1,.empty-state h2{margin-bottom:12px}.empty-state p{color:var(--color-muted)}.announcement{position:relative;z-index:20;padding:9px 0;background:linear-gradient(90deg,#f3c3dc,#d8cbfa);color:#392c46;font-size:.86rem;font-weight:700;text-align:center}.announcement a{display:block}.announcement__spark{margin:0 8px;color:#fff}.site-header{position:sticky;z-index:50;top:0;background:#fffafde0;border-bottom:1px solid rgba(137,110,157,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;min-height:78px}.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-heading);font-size:1.55rem;font-weight:700;letter-spacing:-.05em}.brand__wordmark{position:relative}.brand__wordmark:after{content:"\2726";position:absolute;top:-8px;right:-15px;color:var(--color-accent);font-size:.7rem}.brand img{width:auto;max-height:50px}.nav-list{display:flex;align-items:center;justify-content:center;gap:clamp(16px,2.5vw,36px);padding:0;margin:0;list-style:none}.nav-list a{position:relative;padding:25px 0;font-size:.92rem;font-weight:700}.nav-list a:after{content:"";position:absolute;right:0;bottom:19px;left:0;height:2px;transform:scaleX(0);background:linear-gradient(90deg,var(--color-accent),var(--color-accent-2));transition:transform .2s}.nav-list a:hover:after,.nav-list a[aria-current=page]:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:8px}.icon-button{display:inline-flex;width:43px;height:43px;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;cursor:pointer;transition:background .2s}.icon-button:hover{background:var(--color-surface)}.icon-button svg{width:21px;height:21px}.cart-bubble{position:absolute;top:2px;right:0;display:grid;min-width:18px;height:18px;place-items:center;padding:0 4px;border:2px solid var(--color-bg);border-radius:999px;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:700}.cart-link{position:relative}.mobile-nav{display:none}.search-panel{position:absolute;right:0;left:0;top:100%;padding:18px;background:var(--color-bg);border-bottom:1px solid #ebdfef;box-shadow:var(--shadow-soft)}.search-panel:not([open]) .search-panel__body{display:none}.search-panel summary{list-style:none}.search-panel summary::-webkit-details-marker{display:none}.search-form{display:flex;gap:10px;width:min(100%,700px);margin:auto}.search-form input{flex:1;min-width:0;height:52px;padding:0 20px;border:1px solid #ddcfe5;border-radius:999px;background:#fff}.search-form button{min-width:110px}.search-close{position:absolute;top:22px;right:24px}.hero{position:relative;overflow:hidden;padding:clamp(55px,8vw,105px) 0;background:radial-gradient(circle at 8% 20%,#ffe0ee 0,transparent 34%),radial-gradient(circle at 92% 22%,#ded2ff 0,transparent 36%),linear-gradient(145deg,#fffafd 18%,#f8f2ff)}.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.9);border-radius:50%}.hero:before{width:420px;height:420px;top:-210px;left:32%}.hero:after{width:170px;height:170px;right:4%;bottom:-80px}.hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(400px,1.08fr);align-items:center;gap:clamp(35px,7vw,95px)}.hero__copy{max-width:650px}.hero h1{margin-bottom:24px}.hero h1 em{position:relative;color:#865fd8;font-style:normal}.hero h1 em:after{content:"";position:absolute;right:0;bottom:.02em;left:0;z-index:-1;height:.17em;border-radius:999px;background:var(--color-accent);opacity:.45}.hero__copy>p{max-width:560px;margin-bottom:32px;color:#5f5565;font-size:clamp(1.05rem,1.5vw,1.22rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero__note{display:flex;align-items:center;gap:10px;margin-top:25px;color:#675c6d;font-size:.86rem}.hero__note span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#fff;box-shadow:0 8px 20px #644b741f}.hero-collage{position:relative;min-height:540px}.hero-card{position:absolute;overflow:hidden;border:8px solid rgba(255,255,255,.95);border-radius:32px;background:#fff;box-shadow:0 24px 70px #513b682e;transition:transform .35s ease}.hero-card:hover{z-index:5!important;transform:rotate(0)!important}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card--one{z-index:3;top:2%;left:4%;width:58%;height:67%;transform:rotate(-4deg)}.hero-card--two{z-index:2;right:0;bottom:3%;width:53%;height:60%;transform:rotate(5deg)}.hero-card--three{z-index:1;right:2%;top:0;width:37%;height:42%;transform:rotate(7deg)}.hero-sticker{position:absolute;z-index:6;display:grid;width:110px;height:110px;place-items:center;padding:14px;border:5px solid #fff;border-radius:50%;background:var(--color-dark);color:#fff;font-family:var(--font-heading);font-size:.82rem;font-weight:700;line-height:1.15;text-align:center;transform:rotate(-8deg);box-shadow:0 16px 35px #241e3133}.hero-sticker--bottom{left:0;bottom:3%;background:linear-gradient(145deg,var(--color-accent),#ec6baa)}.placeholder{width:100%;height:100%;background:#efe5f7;color:#c3afd5}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2.4vw,28px)}.product-card{position:relative;min-width:0}.product-card__media{position:relative;overflow:hidden;aspect-ratio:1/1.12;border-radius:var(--radius-card);background:var(--color-surface)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-card__media img{transform:scale(1.045)}.product-card__badge{position:absolute;z-index:2;top:14px;left:14px;padding:6px 11px;border-radius:999px;background:#ffffffeb;font-size:.7rem;font-weight:700;letter-spacing:.04em}.product-card__info{padding:17px 4px 0}.product-card__title{margin-bottom:7px;font-family:var(--font-body);font-size:1rem;font-weight:700;line-height:1.35;letter-spacing:0}.product-card__price{display:flex;flex-wrap:wrap;gap:8px;color:#7255ae;font-weight:700}.product-card__price s{color:var(--color-muted);font-weight:400}.product-card__quick{position:absolute;right:14px;bottom:14px;display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#fffffff0;box-shadow:0 8px 22px #3a2c4321;transition:transform .2s}.product-card:hover .product-card__quick{transform:rotate(8deg) scale(1.05)}.fandom-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.fandom-card{position:relative;overflow:hidden;min-height:260px;padding:24px;border:1px solid rgba(132,99,157,.1);border-radius:var(--radius-card);background:var(--fandom-bg,#f4edff);transition:transform .25s,box-shadow .25s}.fandom-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft)}.fandom-card:before{content:"";position:absolute;right:-30px;bottom:-45px;width:140px;height:140px;border-radius:50%;background:#ffffff80}.fandom-card__spark{position:absolute;top:20px;right:21px;font-size:1.4rem}.fandom-card__content{position:relative;z-index:1;display:flex;height:100%;flex-direction:column;justify-content:flex-end}.fandom-card h3{margin-bottom:6px;font-size:1.55rem}.fandom-card p{margin:0;color:#665b6b;font-size:.86rem}.fandom-card__arrow{display:grid;width:38px;height:38px;place-items:center;margin-top:20px;border-radius:50%;background:#ffffffb8}.value-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid #e8dced;border-radius:var(--radius-card);background:#e8dced}.value-item{display:flex;align-items:flex-start;gap:18px;padding:clamp(24px,4vw,40px);background:#fff}.value-item__icon{display:grid;flex:0 0 50px;height:50px;place-items:center;border-radius:17px;background:var(--color-surface);font-size:1.25rem}.value-item h3{margin:2px 0 6px;font-size:1.05rem}.value-item p{margin:0;color:var(--color-muted);font-size:.9rem}.story{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(36px,8vw,110px)}.story__visual{position:relative;overflow:hidden;min-height:520px;border-radius:36px;background:linear-gradient(145deg,#f6d9e8,#dcd0fa)}.story__visual img{width:100%;height:100%;min-height:520px;object-fit:cover}.story__visual-placeholder{display:grid;min-height:520px;place-items:center;padding:50px;text-align:center}.story__visual-placeholder span{display:grid;width:min(320px,80%);aspect-ratio:1;place-items:center;border:2px solid rgba(255,255,255,.85);border-radius:44% 56% 62% 38%/45% 42% 58% 55%;background:#ffffff59;font-family:var(--font-heading);font-size:clamp(2rem,5vw,4rem);font-weight:700;transform:rotate(-5deg)}.story__copy h2{margin-bottom:22px}.story__copy .rte{color:var(--color-muted);font-size:1.05rem}.story__chips{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0 30px}.story__chip{padding:8px 13px;border:1px solid #decfea;border-radius:999px;background:#fff;font-size:.82rem;font-weight:700}.newsletter{position:relative;overflow:hidden;padding:clamp(55px,8vw,90px);border-radius:36px;background:var(--color-dark);color:#fff;text-align:center}.newsletter:before,.newsletter:after{content:"\2726";position:absolute;color:var(--color-accent);opacity:.7}.newsletter:before{top:15%;left:8%;font-size:4rem;transform:rotate(20deg)}.newsletter:after{right:9%;bottom:12%;font-size:2.4rem}.newsletter__inner{position:relative;z-index:1;max-width:680px;margin:auto}.newsletter h2{margin-bottom:16px}.newsletter p{color:#d7cede}.newsletter-form{display:flex;gap:10px;max-width:560px;margin:30px auto 0}.newsletter-form input{flex:1;min-width:0;height:54px;padding:0 20px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#ffffff1a;color:#fff}.newsletter-form input::placeholder{color:#d8cfe0}.newsletter-form .button{background:var(--color-accent)}.form-success{margin:16px 0 0;color:#e8dcff}.form-errors{margin:16px 0 0;color:#ffb5c7}.site-footer{padding:70px 0 25px;background:#f4edf8}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(2,1fr) 1.1fr;gap:45px}.footer-brand p{max-width:340px;color:var(--color-muted)}.footer-title{margin-bottom:18px;font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.footer-links{padding:0;margin:0;list-style:none}.footer-links li+li{margin-top:9px}.footer-links a{color:#5f5664;font-size:.92rem}.footer-links a:hover{color:#7255ae}.social-links{display:flex;gap:9px}.social-links a{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#fff;font-size:.75rem;font-weight:700}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:30px;margin-top:55px;border-top:1px solid #dfd2e4;color:var(--color-muted);font-size:.8rem}.payment-icons{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.payment-icons svg{width:38px;height:auto}.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.75fr);align-items:start;gap:clamp(35px,6vw,85px)}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-gallery__item{overflow:hidden;border-radius:var(--radius-card);background:var(--color-surface)}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery__item img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:115px}.product-info h1{margin:7px 0 17px;font-size:clamp(2.2rem,4vw,4.2rem)}.product-info__price{margin-bottom:18px;color:#7255ae;font-size:1.35rem;font-weight:700}.product-info__price s{margin-right:8px;color:var(--color-muted);font-size:1rem;font-weight:400}.product-info__description{margin-bottom:28px;color:#5e5563}.product-form__group{margin-bottom:18px}.product-form label{display:block;margin-bottom:7px;font-size:.82rem;font-weight:700}.product-form select,.product-form input,.product-form textarea,.cart-note textarea,.contact-form input,.contact-form textarea{width:100%;min-height:50px;padding:11px 14px;border:1px solid #ddcfe5;border-radius:14px;background:#fff;color:var(--color-text)}.product-form textarea{min-height:90px;resize:vertical}.product-form__actions{display:grid;gap:10px;margin-top:24px}.product-form .shopify-payment-button__button{min-height:52px!important;border-radius:999px!important}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px}.product-trust__item{padding:13px;border-radius:14px;background:var(--color-surface);font-size:.75rem;text-align:center}.product-meta{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.product-tag{padding:6px 11px;border-radius:999px;background:#f7eef9;color:#6c5e72;font-size:.73rem}.tax-note{color:var(--color-muted);font-size:.78rem}.page-hero{padding:clamp(55px,8vw,95px) 0 45px;background:linear-gradient(150deg,#fffafd,#f2e9fb);text-align:center}.page-hero h1{margin-bottom:15px;font-size:clamp(2.8rem,6vw,5.5rem)}.page-hero p{max-width:670px;margin:0 auto;color:var(--color-muted)}.collection-count{margin-top:15px;color:#7b6790;font-size:.85rem;font-weight:700}.pagination{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:50px}.pagination a,.pagination span{display:grid;min-width:42px;height:42px;place-items:center;padding:0 10px;border-radius:50%;background:#fff;border:1px solid #e1d4e8}.pagination .current{background:var(--color-dark);color:#fff}.search-page .search-form{margin-bottom:46px}.list-collections{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.collection-card{position:relative;overflow:hidden;min-height:340px;border-radius:var(--radius-card);background:var(--color-surface)}.collection-card img{position:absolute;width:100%;height:100%;object-fit:cover}.collection-card:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#19121fd1)}.collection-card__info{position:absolute;z-index:2;right:25px;bottom:25px;left:25px;color:#fff}.collection-card__info h2{margin:0;font-size:2rem}.cart-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);align-items:start;gap:45px}.cart-items{display:grid;gap:15px}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:20px;align-items:center;padding:16px;border:1px solid #eadfed;border-radius:20px;background:#fff}.cart-item__image{overflow:hidden;aspect-ratio:1;border-radius:14px;background:var(--color-surface)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item h3{margin-bottom:4px;font-family:var(--font-body);font-size:1rem;letter-spacing:0}.cart-item__variant{color:var(--color-muted);font-size:.8rem}.cart-item__qty{width:78px!important;min-height:42px!important}.cart-item__remove{display:inline-block;margin-top:7px;color:var(--color-muted);font-size:.78rem;text-decoration:underline}.cart-summary{position:sticky;top:115px;padding:27px;border-radius:var(--radius-card);background:var(--color-surface)}.cart-summary__row{display:flex;justify-content:space-between;gap:15px;margin-bottom:22px;font-weight:700}.cart-summary__total{font-size:1.25rem}.cart-note{margin:20px 0}.cart-note label{display:block;margin-bottom:7px;font-size:.8rem;font-weight:700}.cart-note textarea{min-height:85px}.cart-summary__note{color:var(--color-muted);font-size:.78rem}.cart-buttons{display:grid;gap:9px}.content-page{max-width:850px;margin:auto}.content-page h1{text-align:center}.article-meta{margin-bottom:28px;color:var(--color-muted);text-align:center}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.article-card{overflow:hidden;border-radius:var(--radius-card);background:#fff;box-shadow:var(--shadow-soft)}.article-card img{width:100%;aspect-ratio:1.5;object-fit:cover}.article-card__body{padding:24px}.article-card__body h2{font-size:1.45rem}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:17px}.contact-form__full{grid-column:1/-1}.contact-form label{display:block;margin-bottom:7px;font-size:.82rem;font-weight:700}.contact-form textarea{min-height:160px}.custom-liquid{overflow:hidden}@media(max-width:1050px){.hero__grid{grid-template-columns:1fr 1fr;gap:30px}.hero-collage{min-height:460px}.fandom-grid,.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.product{gap:35px}}@media(max-width:800px){.page-width{width:min(calc(100% - 28px),var(--page-width))}.desktop-nav{display:none}.mobile-nav{display:block}.header-inner{grid-template-columns:auto 1fr auto;min-height:68px}.header-inner>.brand{justify-self:center}.mobile-nav summary{list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav__panel{position:absolute;top:100%;right:0;left:0;padding:18px 22px 28px;background:var(--color-bg);border-bottom:1px solid #ebdfef;box-shadow:var(--shadow-soft)}.mobile-nav__panel ul{padding:0;margin:0;list-style:none}.mobile-nav__panel a{display:block;padding:12px 4px;font-weight:700}.header-actions .account-link{display:none}.hero__grid{grid-template-columns:1fr}.hero__copy{text-align:center;margin:auto}.hero__actions,.hero__note{justify-content:center}.hero-collage{width:min(100%,560px);margin:10px auto 0}.product-grid,.fandom-grid{grid-template-columns:repeat(2,1fr)}.value-strip,.story{grid-template-columns:1fr}.story__visual,.story__visual img,.story__visual-placeholder{min-height:400px}.product{grid-template-columns:1fr}.product-info{position:static}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.list-collections,.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.section{padding:60px 0}.section-heading{align-items:start;flex-direction:column}.header-actions .search-trigger{display:none}.hero{padding-top:48px}.hero h1{font-size:3.2rem}.hero-collage{min-height:360px}.hero-card{border-width:5px;border-radius:23px}.hero-card--one{width:62%;height:67%}.hero-card--two{width:57%;height:58%}.hero-card--three{width:38%;height:38%}.hero-sticker{width:80px;height:80px;font-size:.65rem;border-width:3px}.product-grid{gap:13px}.product-card__media{border-radius:18px}.product-card__info{padding-top:12px}.product-card__title,.product-card__price{font-size:.88rem}.fandom-grid{grid-template-columns:1fr 1fr;gap:10px}.fandom-card{min-height:200px;padding:17px}.fandom-card h3{font-size:1.2rem}.value-item{padding:24px}.newsletter{padding:50px 20px;border-radius:26px}.newsletter-form{flex-direction:column}.newsletter-form .button{width:100%}.footer-grid{grid-template-columns:1fr}.footer-grid>*{grid-column:1!important}.footer-bottom{align-items:flex-start;flex-direction:column}.payment-icons{justify-content:flex-start}.product-gallery{gap:8px}.product-trust{grid-template-columns:1fr}.page-hero{padding-top:45px}.cart-item{grid-template-columns:84px 1fr}.cart-item__price{grid-column:2}.list-collections,.blog-grid,.contact-form{grid-template-columns:1fr}.contact-form__full{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
