:root{--pink:#FF0F80;--pink-hover:#D4006A;--blue:#4DA8F5;--navy:#1A1A2E;--bg:#FFFFFF;--tint:#FFF0F6}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Nunito,system-ui,sans-serif;color:var(--navy);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block;height:auto}h1,h2,h3{font-family:Pacifico,cursive;font-weight:400;color:var(--navy);margin:0 0 .5em}.container{max-width:1280px;margin:0 auto;padding:0 1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:999px;font-weight:800;border:none;cursor:pointer;font-family:Nunito,sans-serif;font-size:1rem;background:var(--pink);color:#fff;transition:background .2s,transform .2s;text-decoration:none}.btn:hover{background:var(--pink-hover);transform:translateY(-1px)}.btn-outline{background:transparent;border:2px solid var(--pink);color:var(--pink)}.btn-outline:hover{background:var(--pink);color:#fff}.announcement{background:var(--pink);color:#fff;text-align:center;padding:.55rem 1rem;font-weight:600;font-size:.92rem;letter-spacing:.02em}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:2px solid var(--pink)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0}.site-header__logo{display:flex;align-items:center;gap:.6rem}.site-header__logo img{height:56px;width:56px}.site-header__logo span{font-family:Pacifico,cursive;font-size:1.7rem;color:var(--pink)}.site-nav{display:none;gap:.25rem}@media(min-width:900px){.site-nav{display:flex}}.site-nav a{padding:.5rem .9rem;border-radius:999px;font-weight:600;color:var(--navy);transition:color .2s,background .2s}.site-nav a:hover{color:var(--pink);background:var(--tint)}.site-header__actions{display:flex;align-items:center;gap:.5rem}.cart-link{position:relative;display:inline-flex;align-items:center;gap:.4rem;font-weight:700;padding:.5rem .9rem;border-radius:999px}.cart-link:hover{background:var(--tint)}.cart-count{background:var(--pink);color:#fff;border-radius:999px;font-size:.72rem;padding:.1rem .5rem;font-weight:800;min-width:1.2rem;text-align:center}.menu-toggle{display:inline-flex;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--navy);padding:.3rem .5rem}@media(min-width:900px){.menu-toggle{display:none}}.mobile-nav{display:none;flex-direction:column;background:#fff;border-bottom:2px solid var(--pink);padding:.5rem 1.25rem}.mobile-nav.open{display:flex}.mobile-nav a{padding:.75rem 0;border-bottom:1px solid var(--tint);font-weight:600;color:var(--navy)}.mobile-nav a:hover{color:var(--pink)}.hero{background:linear-gradient(135deg,var(--pink),var(--blue));color:#fff;text-align:center;padding:5rem 1.25rem}.hero h1{font-family:Pacifico,cursive;font-size:clamp(2.5rem,6vw,4.5rem);color:#fff;margin:0 0 1rem;text-shadow:0 3px 10px rgba(0,0,0,.18)}.hero p{font-size:1.2rem;max-width:38rem;margin:0 auto 1.75rem;opacity:.95}.hero .btn{background:#fff;color:var(--pink)}.hero .btn:hover{background:var(--navy);color:#fff}.section{padding:3.5rem 0}.section--tint{background:var(--tint)}.section__title{text-align:center;font-family:Pacifico,cursive;font-size:clamp(2rem,4vw,2.75rem);color:var(--pink);margin:0 0 2rem}.product-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:700px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1000px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border-radius:1.25rem;overflow:hidden;border:2px solid var(--tint);box-shadow:0 4px 18px #ff0f801a;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #ff0f8038;border-color:var(--pink)}.product-card__image{aspect-ratio:1/1;background:linear-gradient(135deg,#ffe1ee,#dceeff);overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__info{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__title{font-family:Nunito,sans-serif;font-size:1rem;font-weight:700;color:var(--navy);margin:0;line-height:1.3}.product-card__price{color:var(--pink);font-weight:800;font-size:1.1rem;margin:0}.product-card form{margin-top:auto}.product-card .btn{width:100%;padding:.6rem 1rem;font-size:.9rem}.lifestyle{display:grid;gap:2rem;grid-template-columns:1fr;text-align:center}@media(min-width:700px){.lifestyle{grid-template-columns:repeat(3,1fr)}}.lifestyle__item{padding:1.5rem}.lifestyle__icon{font-size:2.5rem;color:var(--pink);margin-bottom:.5rem}.lifestyle__item h3{font-family:Pacifico,cursive;color:var(--pink);font-size:1.4rem;margin:.5rem 0}.lifestyle__item p{color:var(--navy);font-size:.95rem;margin:0}.site-footer{margin-top:4rem;background:linear-gradient(135deg,var(--pink),var(--blue));color:#fff;padding:3rem 0 1.5rem}.site-footer__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:700px){.site-footer__grid{grid-template-columns:repeat(3,1fr)}}.site-footer h4{font-family:Pacifico,cursive;color:#fff;font-size:1.4rem;margin:0 0 .75rem}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:.4rem;font-size:.95rem}.site-footer a:hover{text-decoration:underline}.site-footer__social{display:flex;gap:.75rem;margin-top:.5rem;font-size:1.2rem}.site-footer__copy{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.3);font-size:.9rem;opacity:.9}.product-detail{display:grid;gap:2.5rem;padding:2.5rem 0;grid-template-columns:1fr}@media(min-width:800px){.product-detail{grid-template-columns:minmax(450px,900px) minmax(320px,1fr);gap:3rem;align-items:start}}.product-detail__media{background:var(--tint);border-radius:1.5rem;overflow:hidden;border:2px solid var(--pink);padding:1rem;width:100%}.product-detail__title{font-family:Pacifico,cursive;color:var(--pink);font-size:2.3rem;margin:0 0 .5rem}.product-detail__price{color:var(--pink);font-size:1.6rem;font-weight:800;margin:0 0 1.5rem}.product-detail__form{display:flex;flex-direction:column;gap:1rem;max-width:380px}.product-detail__form select,.product-detail__form input{padding:.75rem 1rem;border-radius:.75rem;border:2px solid var(--tint);font-family:Nunito,sans-serif;font-size:.95rem;background:#fff}.product-detail__form select:focus,.product-detail__form input:focus{outline:none;border-color:var(--pink)}.product-detail__description{margin-top:2rem;line-height:1.75;color:#333}.product-gallery{display:flex;flex-direction:row;gap:1rem;width:100%;align-items:flex-start}.product-gallery__thumbs{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0;max-height:500px;overflow-y:auto;padding-right:.25rem}.product-gallery__thumbs::-webkit-scrollbar{width:4px}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:var(--pink);border-radius:99px}.product-gallery__thumb{background:none;border:2px solid var(--tint);border-radius:.75rem;padding:3px;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s;flex:0 0 auto;display:block}.product-gallery__thumb img{width:80px;height:80px;object-fit:cover;border-radius:.6rem;display:block}.product-gallery__thumb:hover{border-color:var(--pink);transform:translateY(-2px);box-shadow:0 4px 12px #ff0f8033}.product-gallery__thumb.is-active{border-color:var(--pink);box-shadow:0 4px 14px #ff0f804d}.product-gallery__main{background:#fff;border-radius:1rem;overflow:hidden;flex:1;min-width:0;height:500px}.product-gallery__main img{width:100%;height:500px;display:block;border-radius:1rem;object-fit:cover}.about{max-width:780px;margin:0 auto;text-align:center;padding:3rem 1.25rem}.about h1{font-family:Pacifico,cursive;color:var(--pink);font-size:3rem;margin:0 0 1rem}.about p{font-size:1.1rem;line-height:1.8;color:var(--navy)}.heart-divider{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:1.5rem 0}.heart-divider:before,.heart-divider:after{content:"";flex:1;max-width:120px;height:2px;background:var(--pink);opacity:.4}.heart-divider span{color:var(--pink);font-size:1.5rem}.contact{max-width:620px;margin:0 auto;padding:3rem 1.25rem}.contact h1{text-align:center;color:var(--pink);font-size:2.6rem}.contact p{text-align:center;margin-bottom:1.5rem}.contact a{color:var(--pink);font-weight:700;text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.contact-form input,.contact-form textarea{padding:.85rem 1rem;border-radius:.75rem;border:2px solid var(--tint);font-family:Nunito,sans-serif;font-size:1rem;background:#fff;width:100%}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--pink)}.contact-form textarea{min-height:140px;resize:vertical}.contact-note{text-align:center;margin-top:1rem;color:var(--navy);opacity:.8;font-size:.95rem}.track{max-width:780px;margin:0 auto;padding:3rem 1.25rem;text-align:center}.track h1{color:var(--pink);font-size:2.6rem}.track-frame{border:2px solid var(--pink);border-radius:1rem;box-shadow:0 8px 24px #ff0f802e;overflow:hidden;margin:1.5rem 0;background:#fff}.track-frame iframe{display:block;width:100%;border:0}.track-note{font-size:.9rem;color:var(--navy);opacity:.75}.returns{max-width:880px;margin:0 auto;padding:3rem 1.25rem}.returns h1{text-align:center;color:var(--pink);font-size:2.6rem;margin-bottom:2rem}.returns__grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:700px){.returns__grid{grid-template-columns:1fr 1fr}}.return-card{background:var(--tint);border-radius:1.25rem;padding:1.5rem;border:2px solid #ffd0e3}.return-card h3{font-family:Pacifico,cursive;color:var(--pink);font-size:1.4rem;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.return-card p{margin:0;color:var(--navy);line-height:1.6}.cart-page{max-width:880px;margin:0 auto;padding:2.5rem 1.25rem}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--tint);align-items:center}.cart-item img{border-radius:.75rem}.cart-summary{margin-top:2rem;text-align:right}.cart-summary__total{font-size:1.4rem;font-weight:800;color:var(--pink);margin-bottom:1rem}.empty{text-align:center;padding:4rem 1rem;color:#888}.skip-to-content{position:absolute;left:-9999px}.skip-to-content:focus{left:1rem;top:1rem;background:#fff;padding:.5rem 1rem;z-index:100}.btn--sold-out{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.7}.reviews-marquee{margin-top:2.5rem;padding:2rem 1.25rem;background:var(--tint);border-radius:1.25rem}.reviews-marquee__title{font-family:Pacifico,cursive;color:var(--pink);text-align:center;font-size:clamp(1.5rem,3vw,2rem);margin:0 0 1.5rem}.reviews-marquee__viewport{overflow:hidden;position:relative;mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%)}.reviews-marquee__track{display:flex;gap:1rem;width:max-content;animation:reviews-marquee 45s linear infinite}.reviews-marquee__viewport:hover .reviews-marquee__track{animation-play-state:paused}.review-card{flex:0 0 auto;width:260px;background:#fff;border:2px solid var(--pink);border-radius:1.25rem;padding:1.25rem;box-shadow:0 4px 18px #ff0f801a;font-family:Nunito,sans-serif;display:flex;flex-direction:column;gap:.5rem}.review-card__stars{color:#ffb400;letter-spacing:2px;font-size:1.05rem}.review-card__quote{margin:0;color:var(--navy);font-size:.95rem;line-height:1.45}.review-card__name{margin:0;color:var(--pink);font-weight:800;font-size:.9rem}@keyframes reviews-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-tabs{margin-top:2.5rem}.product-tabs__header{display:flex;align-items:stretch;gap:.75rem}.product-tabs__arrow{flex:0 0 auto;align-self:center;width:42px;height:42px;border-radius:999px;border:none;background:var(--pink);color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;font-family:Nunito,sans-serif;font-weight:800;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;box-shadow:0 4px 12px #ff0f8040}.product-tabs__arrow:hover{background:var(--pink-hover);transform:translateY(-1px)}.product-tabs__panels{flex:1 1 auto;position:relative;background:#fff;border:2px solid var(--tint);border-radius:1.25rem;padding:1.25rem 1.5rem;min-height:160px;overflow:hidden}.product-tabs__panel{position:absolute;top:1.25rem;right:1.5rem;bottom:1.25rem;left:1.5rem;opacity:0;transform:translate(0);pointer-events:none;transition:opacity .35s ease,transform .35s ease}.product-tabs__panel.is-active{position:relative;inset:auto;opacity:1;transform:translate(0);pointer-events:auto;animation:tab-slide-in .35s ease}.product-tabs__panel.is-enter-right{transform:translate(40px);opacity:0}.product-tabs__panel.is-enter-left{transform:translate(-40px);opacity:0}.product-tabs__heading{font-family:Pacifico,cursive;color:var(--pink);font-size:1.4rem;margin:0 0 .5rem}.product-tabs__body{font-family:Nunito,sans-serif;color:var(--navy);line-height:1.55}.product-tabs__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.product-tabs__dot{width:12px;height:12px;border-radius:999px;border:2px solid var(--pink);background:transparent;cursor:pointer;padding:0;transition:background .2s,transform .2s}.product-tabs__dot.is-active{background:var(--pink);transform:scale(1.15)}@keyframes tab-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media(max-width:600px){.product-gallery{flex-direction:column-reverse}.product-gallery__thumbs{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden;padding-right:0;padding-bottom:.25rem}.product-gallery__thumb img{width:72px;height:72px}.product-gallery__main,.product-gallery__main img{height:320px}.review-card{width:220px}.product-tabs__arrow{width:36px;height:36px;font-size:1.25rem}}.hero-v2{background:linear-gradient(140deg,#ff0080,#c0a 45%,#63c);color:#fff;padding:0}.hero-v2__inner{display:grid;grid-template-columns:1fr 1fr;min-height:420px}.hero-v2__left{padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}.hero-v2__badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff2e;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:5px 16px;font-size:.8rem;color:#fff;font-weight:700;letter-spacing:.05em;width:fit-content;text-transform:uppercase}.hero-v2__heading{font-family:Pacifico,cursive;font-size:clamp(2rem,4vw,3rem);color:#fff;line-height:1.15;margin:0;text-shadow:none}.hero-v2__accent{color:#ffd6f0}.hero-v2__stars{display:flex;align-items:center;gap:.5rem}.hero-v2__star-icons{color:gold;font-size:1rem;letter-spacing:1px}.hero-v2__star-label{font-size:.8rem;color:#ffffffd9;font-weight:600}.hero-v2__sub{font-size:.95rem;color:#ffffffe0;line-height:1.6;max-width:320px;margin:0}.hero-v2__btns{display:flex;gap:.75rem;flex-wrap:wrap}.hero-v2__btn-primary{display:inline-flex;align-items:center;background:#fff;color:#cc0080;border:none;border-radius:999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:800;cursor:pointer;text-decoration:none;font-family:Nunito,sans-serif;transition:transform .2s,box-shadow .2s}.hero-v2__btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.hero-v2__btn-secondary{display:inline-flex;align-items:center;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);border-radius:999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;cursor:pointer;text-decoration:none;font-family:Nunito,sans-serif;transition:background .2s,border-color .2s}.hero-v2__btn-secondary:hover{background:#ffffff26;border-color:#fff}.hero-v2__perks{display:flex;gap:1.25rem;flex-wrap:wrap}.hero-v2__perk{font-size:.8rem;color:#fffc;display:flex;align-items:center;gap:.4rem;font-weight:600}.hero-v2__check{width:16px;height:16px;border-radius:50%;background:#ffffff40;display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;color:#fff;flex-shrink:0}.hero-v2__right{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:3px;background:#e8d0e8}.hero-v2__pcard{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:1rem .75rem .75rem;position:relative;overflow:hidden;text-decoration:none;transition:opacity .2s}.hero-v2__pcard:hover{opacity:.9}.hero-v2__pcard--1{background:#ffe4f2}.hero-v2__pcard--2{background:#e4eaff}.hero-v2__pcard--3{background:#e4f5ff}.hero-v2__pcard--4{background:#fff4e4}.hero-v2__pcard img{width:100%;height:160px;object-fit:contain;border-radius:.75rem;margin-bottom:.5rem}.hero-v2__pcard-fallback{font-size:3rem;margin-bottom:.5rem;text-align:center}.hero-v2__pcard-badge{position:absolute;top:8px;left:8px;font-size:.65rem;font-weight:800;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.hero-v2__pcard-badge--new{background:#ff0080;color:#fff}.hero-v2__pcard-info{text-align:center}.hero-v2__pcard-name{display:block;font-size:.72rem;font-weight:700;color:#805;line-height:1.3}.hero-v2__pcard-price{display:block;font-size:.72rem;color:#999;margin-top:1px}@media(max-width:750px){.hero-v2__inner{grid-template-columns:1fr}.hero-v2__right{min-height:280px}.hero-v2__pcard img{height:100px;object-fit:contain}.hero-v2__left{padding:2rem 1.25rem}}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #f0dcea;border-bottom:1px solid #f0dcea;background:#fff}.trust-bar__item{display:flex;align-items:center;gap:1rem;padding:1.35rem 1.25rem;border-right:1px solid #f0dcea}.trust-bar__item:last-child{border-right:none}.trust-bar__icon{width:46px;height:46px;background:linear-gradient(135deg,#ff0080,#63c);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;flex-shrink:0}.trust-bar__item div{display:flex;flex-direction:column}.trust-bar__item strong{font-size:.92rem;font-weight:800;color:#1a1a2e;line-height:1.2}.trust-bar__item span{font-size:.82rem;color:#888;margin-top:2px}@media(max-width:700px){.trust-bar{grid-template-columns:1fr 1fr}.trust-bar__item:nth-child(2){border-right:none}}@media(max-width:420px){.trust-bar{grid-template-columns:1fr}.trust-bar__item{border-right:none;border-bottom:1px solid #f0dcea}}.shop-section__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.75rem;gap:1rem}.shop-section__tag{display:inline-block;background:var(--tint);color:var(--pink);font-size:.75rem;font-weight:800;padding:4px 12px;border-radius:999px;margin-bottom:.4rem;letter-spacing:.04em;text-transform:uppercase;border:1px solid #ffd0e3}.shop-section__sub{font-size:.95rem;color:#888;margin:.3rem 0 0}.shop-section__viewall{flex-shrink:0;font-size:.85rem;padding:.55rem 1.2rem}.shop-section--tint{background:var(--tint)}.site-footer__brand{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.site-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff2e;border-radius:50%;font-size:1.1rem;transition:background .2s,transform .2s;text-decoration:none}.site-footer__social-link:hover{background:#ffffff59;transform:scale(1.1)}.site-footer__insta{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.site-footer__insta-label{font-size:.85rem;font-weight:700;opacity:.85;margin:0 0 .75rem;letter-spacing:.04em;text-transform:uppercase}.site-footer__insta-link{display:block;text-decoration:none;color:inherit}.site-footer__insta-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;border-radius:.75rem;overflow:hidden}.site-footer__insta-thumb{position:relative;aspect-ratio:1/1;overflow:hidden;background:#ffffff1a}.site-footer__insta-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.site-footer__insta-link:hover .site-footer__insta-thumb img{transform:scale(1.06)}.site-footer__insta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#cc008073;display:flex;align-items:center;justify-content:center;font-size:1.4rem;opacity:0;transition:opacity .25s}.site-footer__insta-link:hover .site-footer__insta-overlay{opacity:1}.site-footer__insta-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;font-size:.9rem;font-weight:700;opacity:.9}.site-footer__insta-arrow{font-size:1rem}@media(max-width:600px){.site-footer__insta-grid{grid-template-columns:repeat(3,1fr)}}.site-footer__social-link svg{width:18px;height:18px;fill:#fff;display:block}.collection-hero{background:linear-gradient(135deg,var(--pink),#6633CC);color:#fff;padding:3rem 1.25rem 2.5rem;text-align:center}.collection-hero h1{font-family:Pacifico,cursive;font-size:clamp(2rem,5vw,3.5rem);color:#fff;margin:0 0 .75rem}.collection-hero p{font-size:1.05rem;opacity:.9;max-width:32rem;margin:0 auto}.collection-empty{text-align:center;padding:4rem 1.25rem}.collection-empty__icon{font-size:4rem;margin-bottom:1rem}.collection-empty h2{font-family:Pacifico,cursive;color:var(--pink);font-size:2rem;margin:0 0 .75rem}.collection-empty p{color:#888;margin:0 0 1.5rem}
/*# sourceMappingURL=/cdn/shop/t/41/assets/theme.css.map */
