@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700&family=Pacifico&display=swap');

*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--rbg-cream);color:var(--rbg-ink);font-family:'League Spartan',Arial,sans-serif;font-size:17px;line-height:1.55}.no-js [data-menu-toggle]{display:none}img,svg{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}.page-width{width:min(calc(100% - 40px),var(--rbg-page-width));margin-inline:auto}.page-width--narrow{max-width:880px}.main-content{min-height:60vh}.section{padding:88px 0;background:var(--section-bg,transparent)}.skip-link{position:absolute;left:-9999px;top:0}.skip-link:focus{left:12px;top:12px;z-index:9999;background:#fff;padding:10px 16px;border-radius:8px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{margin:0 0 8px;color:var(--rbg-teal);font-weight:700;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline;text-decoration-color:var(--rbg-pink);text-decoration-thickness:2px;text-underline-offset:3px}.rte img{border-radius:var(--rbg-radius)}
h1,h2,h3{line-height:1.05;margin:0 0 18px}h1,h2{font-family:'Pacifico','Brush Script MT',cursive;font-weight:400;color:var(--rbg-purple)}h1{font-size:clamp(2.8rem,6vw,5.9rem)}h2{font-size:clamp(2.2rem,4.2vw,4.2rem)}h3{font-size:1.35rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:12px 24px;border:2px solid var(--rbg-pink);border-radius:999px;background:var(--rbg-pink);color:#fff;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background}.button:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(247,7,118,.25)}.button--outline{background:transparent;color:var(--rbg-purple);border-color:var(--rbg-purple)}.button--purple{background:var(--rbg-purple);border-color:var(--rbg-purple)}.button--full{width:100%;font-size:1.05rem}.text-link{font-weight:700;color:var(--rbg-purple);text-decoration:underline;text-decoration-color:var(--rbg-aqua);text-decoration-thickness:5px;text-underline-offset:3px}.text-link span{color:var(--rbg-pink)}
.announcement{background:linear-gradient(90deg,var(--rbg-pink),#ff3a93,var(--rbg-purple));color:#fff;font-size:.92rem}.announcement__inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:18px;text-align:center}.announcement a{font-weight:700;text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(103,33,155,.09)}.header__inner{min-height:90px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.header__logo{display:flex;align-items:center}.header__logo img{display:block;max-height:78px;width:auto}.header__nav>ul{display:flex;align-items:center;justify-content:center;gap:28px;list-style:none;margin:0;padding:0}.header__nav a{font-weight:700}.header__nav>ul>li>a{padding:34px 0;display:block}.header__nav>ul>li>a:hover{color:var(--rbg-pink)}.has-submenu{position:relative}.submenu{position:absolute;left:-18px;top:78px;min-width:190px;padding:12px!important;list-style:none;background:#fff;border-radius:16px;box-shadow:var(--rbg-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.has-submenu:hover .submenu,.has-submenu:focus-within .submenu{opacity:1;visibility:visible;transform:translateY(0)}.submenu a{display:block;padding:8px 10px}.header__actions{display:flex;align-items:center;gap:12px}.header__icon{position:relative;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff0f7}.header__icon:hover{background:#e9fffd}.header__icon svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;right:-3px;top:-4px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border-radius:10px;background:var(--rbg-purple);color:#fff;font-size:.72rem;font-weight:700}.header__menu-button{display:none;width:44px;height:44px;border:0;background:transparent;padding:10px}.header__menu-button span:not(.visually-hidden){display:block;height:2px;background:var(--rbg-purple);margin:5px 0;border-radius:2px}.mobile-menu{display:none;background:#fff;border-top:1px solid #eee}.mobile-menu ul{list-style:none;margin:0;padding:18px 0}.mobile-menu a{display:block;padding:10px 0;font-weight:700}.mobile-menu__child{padding-left:20px}
.hero{position:relative;overflow:hidden;background:var(--hero-bg);color:var(--hero-text);padding:74px 0 86px}.hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px}.hero--image_left .hero__content{order:2}.hero--image_left .hero__media{order:1}.hero h1{color:var(--rbg-pink);text-shadow:0 3px 0 rgba(255,255,255,.9)}.hero__text{font-size:1.22rem;max-width:650px}.hero__buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero__badges{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:28px;font-size:.9rem;font-weight:700;color:var(--rbg-purple)}.hero__media{position:relative}.hero__media-card{position:relative;z-index:2;border-radius:42% 58% 46% 54% / 45% 42% 58% 55%;background:linear-gradient(135deg,#fff,#f4fffe);padding:35px;box-shadow:0 25px 70px rgba(103,33,155,.18);transform:rotate(1deg)}.hero__media-card img{display:block;width:100%;max-height:610px;object-fit:contain}.hero__sticker{position:absolute;z-index:3;right:-18px;bottom:25px;width:145px;height:145px;display:grid;place-content:center;text-align:center;border-radius:50%;background:var(--rbg-aqua);color:var(--rbg-purple);font-family:'Pacifico',cursive;font-size:1.45rem;line-height:1.1;transform:rotate(-8deg);box-shadow:0 12px 35px rgba(0,0,0,.15);border:8px solid #fff}.hero__sticker small{display:block;font-family:'League Spartan',sans-serif;font-size:.61rem;text-transform:uppercase;letter-spacing:.08em;margin-top:7px}.hero__decor{position:absolute;border-radius:50%;filter:blur(1px);opacity:.55}.hero__decor--one{width:330px;height:330px;background:var(--rbg-aqua);right:-120px;top:-100px}.hero__decor--two{width:190px;height:190px;background:#ffc4dd;left:-80px;bottom:-70px}
.section-heading{margin-bottom:38px}.section-heading--center{text-align:center;max-width:720px;margin:0 auto 42px}.section-heading--center>p:not(.eyebrow){font-size:1.08rem}.section-heading--split{display:flex;justify-content:space-between;align-items:end;gap:25px}.product-grid{display:grid;gap:26px}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-card{min-width:0}.product-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:4/5;border-radius:var(--rbg-radius);background:#f5eff7}.product-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:.45s transform,.45s opacity}.product-card__secondary{position:absolute;inset:0;opacity:0}.product-card:hover .product-card__media>img:first-child{transform:scale(1.035)}.product-card:hover .product-card__secondary{opacity:1}.product-badge{position:absolute;left:12px;top:12px;padding:6px 11px;border-radius:999px;background:var(--rbg-pink);color:#fff;font-size:.76rem;font-weight:700;text-transform:uppercase}.product-badge--sold{background:var(--rbg-purple)}.product-card__info{padding:16px 4px}.product-card__eyebrow{margin:0 0 4px;color:#7c7180;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.product-card h3{margin-bottom:8px}.product-card h3 a:hover{color:var(--rbg-pink)}.price{font-weight:700;color:var(--rbg-purple)}.price s{color:#8c8490;font-weight:400;margin-left:8px}.placeholder-svg svg{width:100%;height:100%;background:#f3eefa}
.category-section{background:var(--section-bg)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.category-card{position:relative;min-height:450px;overflow:hidden;border-radius:30px;background:#fff;box-shadow:var(--rbg-shadow);transition:.25s transform}.category-card:hover{transform:translateY(-6px)}.category-card__media{height:100%}.category-card__media img{width:100%;height:100%;object-fit:cover}.category-card__pattern{height:100%;min-height:450px;display:grid;place-items:center;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.9) 0 4%,transparent 4.2%),linear-gradient(135deg,#ffb3d4,var(--rbg-pink));background-size:55px 55px,auto}.category-card--2 .category-card__pattern{background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.85) 0 5%,transparent 5.2%),linear-gradient(135deg,#baf2ef,var(--rbg-teal));background-size:70px 70px,auto}.category-card--3 .category-card__pattern{background:radial-gradient(circle at 25% 75%,rgba(255,255,255,.8) 0 4%,transparent 4.2%),linear-gradient(135deg,#cda4e8,var(--rbg-purple));background-size:60px 60px,auto}.category-card__pattern span{font-size:8rem;color:#fff;text-shadow:0 10px 30px rgba(0,0,0,.15)}.category-card__content{position:absolute;left:20px;right:20px;bottom:20px;padding:22px;border-radius:20px;background:rgba(255,255,255,.93);backdrop-filter:blur(8px)}.category-card__content p{margin:0;color:var(--rbg-teal);font-size:.74rem;font-weight:700;letter-spacing:.15em}.category-card__content h3{font-family:'Pacifico',cursive;font-size:2rem;color:var(--rbg-purple);margin:3px 0 7px}.category-card__content span{font-weight:700;color:var(--rbg-pink)}
.brand-values{background:var(--section-bg)}.brand-values>.page-width{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.brand-values__intro .button{margin-top:26px}.brand-values__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.value-card{padding:28px;border-radius:var(--rbg-radius);background:#fff;box-shadow:0 12px 35px rgba(75,23,92,.08)}.value-card:first-child{grid-column:span 2}.value-card>span{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:50%;background:#fff0f7;color:var(--rbg-pink);font-size:1.5rem}.value-card h3{color:var(--rbg-purple)}.value-card p{margin-bottom:0}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial{margin:0;padding:30px;border:2px solid #f4d8e8;border-radius:var(--rbg-radius);background:#fff}.testimonial__stars{color:var(--rbg-orange);letter-spacing:.16em}.testimonial blockquote{margin:18px 0;font-family:Georgia,serif;font-size:1.12rem;line-height:1.6}.testimonial figcaption{font-weight:700;color:var(--rbg-purple)}.testimonial figcaption span{display:block;font-weight:400;color:#817787;font-size:.88rem}.newsletter{padding:62px 0;background:var(--section-bg);color:var(--newsletter-color)}.newsletter__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.newsletter h2,.newsletter .eyebrow{color:inherit}.newsletter h2{font-size:clamp(2.2rem,4vw,3.8rem)}.newsletter-form__row{display:flex;gap:10px;padding:8px;background:#fff;border-radius:999px}.newsletter-form input{flex:1;min-width:0;border:0;padding:0 18px;outline:0}.newsletter-form .button{white-space:nowrap}.form-success{font-weight:700;color:inherit}
.site-footer{padding:70px 0 24px;background:#24102e;color:#f8eefb}.footer__grid{display:grid;grid-template-columns:1.5fr .75fr .75fr 1fr;gap:45px}.footer__brand img{width:250px;max-height:190px;object-fit:contain;object-position:left center;filter:drop-shadow(0 10px 20px rgba(0,0,0,.15))}.footer__brand p{max-width:360px}.footer__grid h3{color:#fff}.footer__menu ul{list-style:none;margin:0;padding:0}.footer__menu li{margin:9px 0}.footer__menu a:hover,.social-links a:hover{color:#ff6ba9}.social-links{display:flex;flex-wrap:wrap;gap:12px 18px;font-weight:700;color:#9ce7e3}.footer__note{padding:24px;border-radius:20px;background:rgba(255,255,255,.08)}.footer__note .text-link{color:#fff}.footer__bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:48px;padding-top:22px;font-size:.86rem;color:#d7cbdc}
.page-header{text-align:center;margin-bottom:45px}.page-template .rte{font-family:Georgia,serif;font-size:1.08rem}.collection-hero{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;margin-bottom:40px}.collection-hero__image{width:240px;aspect-ratio:1;border-radius:50%;overflow:hidden}.collection-hero__image img{width:100%;height:100%;object-fit:cover}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin:25px 0}.collection-toolbar form{display:flex;align-items:center;gap:10px}.collection-toolbar select,.product-form select,.quantity-row input,.contact-form input,.contact-form textarea,.search-form input,.cart-item__quantity input,.cart-summary textarea,.comments input,.comments textarea{border:1px solid #dbcfe0;border-radius:12px;background:#fff;padding:12px 14px}.pagination{display:flex;justify-content:center;align-items:center;gap:30px;margin-top:50px}.pagination a{font-weight:700;color:var(--rbg-purple)}
.product-page__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-gallery__item{overflow:hidden;border-radius:var(--rbg-radius);background:#f3eef5}.product-gallery__item:first-child{grid-column:span 2}.product-gallery__item img{display:block;width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:125px}.product-info h1{font-size:clamp(2.7rem,5vw,4.8rem)}.product-price{font-size:1.45rem;font-weight:700;color:var(--rbg-purple);margin-bottom:22px}.product-price s{font-size:1rem;color:#8b818e;margin-left:10px}.product-description{margin:24px 0}.product-form{padding:24px;border-radius:var(--rbg-radius);background:#fff;box-shadow:var(--rbg-shadow)}.product-form label{display:block;margin-bottom:7px;font-weight:700}.product-form select{width:100%;margin-bottom:16px}.quantity-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.quantity-row label{margin:0}.quantity-row input{width:90px}.product-form .shopify-payment-button{margin-top:10px}.product-perks{display:flex;justify-content:space-between;gap:10px;margin-top:20px;font-size:.83rem;font-weight:700;color:var(--rbg-teal)}.product-share{margin-top:20px;font-size:.9rem}.product-share a{font-weight:700;color:var(--rbg-purple)}
.cart-page h1{text-align:center}.cart-page>.page-width>.eyebrow{text-align:center}.cart-item{display:grid;grid-template-columns:130px 1fr auto;gap:22px;padding:22px 0;border-bottom:1px solid #e6dce9}.cart-item__image{overflow:hidden;border-radius:16px;background:#f3eef5}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details h2{font-family:'League Spartan',sans-serif;font-size:1.2rem}.cart-item__details p{margin:5px 0}.cart-item__quantity{display:grid;gap:8px;text-align:right}.cart-item__quantity input{width:80px}.cart-summary{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:30px;padding:28px;border-radius:var(--rbg-radius);background:#fff}.cart-summary textarea{width:100%;min-height:110px}.cart-summary__buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.empty-state{text-align:center;padding:70px 20px}.empty-state p{font-size:1.08rem}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.contact-form{display:grid;gap:10px;padding:30px;border-radius:var(--rbg-radius);background:#fff;box-shadow:var(--rbg-shadow)}.contact-form label{font-weight:700}.search-form{display:flex;max-width:700px;margin:24px auto 0}.search-form input{flex:1;border-radius:999px 0 0 999px}.search-form button{border-radius:0 999px 999px 0}.search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.search-result{padding:24px;border-radius:var(--rbg-radius);background:#fff}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.article-card{overflow:hidden;border-radius:var(--rbg-radius);background:#fff;box-shadow:var(--rbg-shadow)}.article-card__image{display:block;aspect-ratio:16/10;overflow:hidden}.article-card__image img{width:100%;height:100%;object-fit:cover}.article-card>div{padding:24px}.article-card h2{font-family:'League Spartan',sans-serif;font-size:1.45rem}.article-header{text-align:center;margin-bottom:36px}.article-featured{margin-bottom:38px;border-radius:var(--rbg-radius);overflow:hidden}.article-content{font-family:Georgia,serif;font-size:1.08rem}.comments{margin-top:50px}.comments form{display:grid;gap:10px}.comments textarea{min-height:120px}.comment{padding:18px 0;border-bottom:1px solid #eee}.password-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#fff0f7,#eafffd)}.password-wrap{width:min(720px,calc(100% - 36px));padding:45px;text-align:center;border-radius:30px;background:#fff;box-shadow:var(--rbg-shadow)}.password-wrap img{width:360px}.password-wrap h1{font-size:3rem}.field-row{display:flex;max-width:480px;margin:20px auto 0}.field-row input{flex:1;border:1px solid #ddd;border-radius:999px 0 0 999px;padding:13px 16px}.field-row .button{border-radius:0 999px 999px 0}
@media(max-width:1050px){.header__nav{display:none}.header__menu-button{display:block}.header__inner{grid-template-columns:44px 1fr auto}.header__logo{justify-content:center}.mobile-menu.is-open{display:block}.hero__inner{gap:35px}.product-grid--4{grid-template-columns:repeat(3,1fr)}.category-card{min-height:390px}.footer__grid{grid-template-columns:1.3fr 1fr 1fr}.footer__note{grid-column:span 3}.search-results{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){body{font-size:16px}.page-width{width:min(calc(100% - 28px),var(--rbg-page-width))}.section{padding:62px 0}.announcement__inner{min-height:48px}.announcement a{display:none}.header__inner{min-height:75px;gap:8px}.header__logo img{max-height:62px;max-width:170px}.header__actions{gap:5px}.header__actions .header__icon:nth-child(2){display:none}.header__icon{width:38px;height:38px}.hero{padding:50px 0}.hero__inner,.brand-values>.page-width,.newsletter__inner,.product-page__grid,.contact-grid{grid-template-columns:1fr}.hero--image_left .hero__content,.hero--image_left .hero__media{order:initial}.hero__media{margin-top:10px}.hero__media-card{padding:20px}.hero__sticker{width:110px;height:110px;right:-4px;font-size:1.1rem}.hero__badges{display:grid;gap:8px}.section-heading--split{align-items:start}.product-grid--4,.product-grid--3{grid-template-columns:repeat(2,1fr);gap:16px}.category-grid,.testimonial-grid,.article-grid{grid-template-columns:1fr}.category-card{min-height:420px}.brand-values__cards{grid-template-columns:1fr}.value-card:first-child{grid-column:auto}.newsletter__inner{gap:25px;text-align:center}.newsletter-form__row{border-radius:20px;display:grid}.newsletter-form input{min-height:48px}.newsletter-form .button{width:100%}.footer__grid{grid-template-columns:1fr 1fr}.footer__brand,.footer__note{grid-column:span 2}.footer__bottom{display:block;text-align:center}.product-gallery{grid-template-columns:1fr}.product-gallery__item:first-child{grid-column:auto}.product-info{position:static}.product-perks{display:grid}.cart-item{grid-template-columns:95px 1fr}.cart-item__quantity{grid-column:2;text-align:left;display:flex;align-items:center;justify-content:space-between}.cart-summary{grid-template-columns:1fr}.search-results{grid-template-columns:repeat(2,1fr)}.collection-hero{grid-template-columns:1fr}.collection-hero__image{width:180px}.collection-toolbar{align-items:flex-start;gap:16px}.collection-toolbar form{display:grid}.password-wrap{padding:28px}.password-wrap h1{font-size:2.3rem}}
@media(max-width:480px){.header__logo img{max-width:135px}.header__actions .header__icon:first-child{display:none}.hero__buttons{display:grid}.hero__buttons .button{width:100%}.product-grid--4,.product-grid--3,.product-grid--2,.search-results{grid-template-columns:1fr}.product-card__media{aspect-ratio:4/4.7}.section-heading--split{display:block}.section-heading--split .text-link{display:inline-block;margin-top:8px}.footer__grid{grid-template-columns:1fr}.footer__brand,.footer__note{grid-column:auto}.cart-summary__buttons{display:grid}.search-form{display:grid}.search-form input,.search-form button{border-radius:999px}.search-form button{margin-top:8px}.field-row{display:grid}.field-row input,.field-row .button{border-radius:999px}.field-row .button{margin-top:8px}}
