html{font-size:80%}@media(max-width:1024px){html{font-size:85%}}@media(max-width:768px){html{font-size:90%}}.site-header{padding:0}.header__main{padding:.02rem 0}.header__logo img{height:28px}.header__nav-link{font-size:1rem}.header__action-btn{width:34px;height:34px}.header__action-btn svg{width:20px;height:20px}.header__main{padding:.35rem 0}.header__logo img{height:30px}:root{--pink-primary: #FFB7C5;--pink-secondary: #FF8FAB;--pink-light: #FFF0F5;--pink-100: #FCE4EC;--pink-200: #F8BBD9;--pink-300: #F48FB1;--pink-400: #F06292;--pink-500: #EC407A;--mint: #A8E6CF;--yellow-soft: #FFF9C4;--foreground: #5D4037;--muted-foreground: #8D6E63;--background: #FFF0F5;--white: #FFFFFF;--radius: 1rem;--radius-lg: 1.5rem;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.6;color:var(--foreground);background-color:var(--background)}@media(min-width:1024px){body{font-size:13px}}h1,h2,h3,h4,h5,h6{font-family:Fredoka,sans-serif;font-weight:700;line-height:1.2;color:var(--foreground)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}.skip-link{position:absolute;top:-100px;left:50%;transform:translate(-50%);background:var(--pink-primary);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-full);z-index:9999}.skip-link:focus{top:10px}.polka-bg{background-image:radial-gradient(circle,rgba(255,183,197,.3) 2px,transparent 2px);background-size:24px 24px}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.site-header{position:sticky;top:0;z-index:100;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--pink-200)}.announcement-bar{background:linear-gradient(90deg,var(--pink-300),var(--pink-400),var(--pink-300));color:#fff;padding:.5rem 0;overflow:hidden}.announcement-bar__track{display:flex;white-space:nowrap;animation:marquee 20s linear infinite}.announcement-bar__item{flex-shrink:0;padding:0 2rem;font-weight:600;font-size:.875rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.header__main{padding:1rem 0}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo img{height:48px;width:auto;transition:transform .3s ease}.header__logo:hover img{transform:scale(1.05)}.header__nav{display:none}@media(min-width:768px){.header__nav{display:flex;align-items:center;gap:2rem}}.header__nav-link{font-weight:600;font-size:1.125rem;color:var(--foreground);transition:color .3s ease}.header__nav-link:hover,.header__nav-link.active{color:var(--pink-500)}.header__actions{display:flex;align-items:center;gap:.5rem}.header__action-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.header__action-btn:hover{background-color:var(--pink-100)}.header__action-btn svg{width:24px;height:24px;color:var(--pink-500)}.header__menu-toggle{display:flex}@media(min-width:768px){.header__menu-toggle{display:none}}.mobile-menu{display:none;padding:1rem 0;border-top:1px solid var(--pink-200)}.mobile-menu.is-open{display:block}.mobile-menu__nav{display:flex;flex-direction:column;gap:1rem}.mobile-menu__link{font-weight:600;font-size:1.125rem;color:var(--foreground);padding:.5rem 0}.mobile-menu__link:hover{color:var(--pink-500)}.hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,transparent 60%,rgba(255,240,245,.8))}.hero__floating{position:absolute;font-size:2rem;z-index:5}.hero__content{position:relative;z-index:10;text-align:center;max-width:700px;padding:2rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 1rem;border-radius:var(--radius-full);color:var(--pink-500);font-weight:600;margin-bottom:1.5rem}.hero__title{font-size:3rem}.hero__title span{color:var(--pink-500)}@media(min-width:768px){.hero__title{font-size:4.5rem}}.hero__subtitle{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.hero__buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.hero__buttons{flex-direction:row}}.kawaii-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--radius-full);font-weight:600;font-size:1rem;color:#fff;background:linear-gradient(135deg,var(--pink-primary) 0%,var(--pink-secondary) 100%);box-shadow:0 4px 14px #ff8fab66;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.kawaii-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #ff8fab80}.kawaii-btn:active{transform:translateY(0) scale(.98)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--radius-full);font-weight:600;font-size:1rem;color:var(--pink-500);background:#fff;border:2px solid var(--pink-300);transition:all .3s ease}.btn-secondary:hover{background:var(--pink-100)}.features-bar{background:#fff;padding:2rem 0;border-top:1px solid var(--pink-200);border-bottom:1px solid var(--pink-200)}.features-bar__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.features-bar__grid{grid-template-columns:repeat(3,1fr)}}.features-bar__item{display:flex;align-items:center;justify-content:center;gap:.75rem}.features-bar__icon{width:48px;height:48px;background:var(--pink-100);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.features-bar__text h4{font-size:1rem;margin-bottom:.25rem}.features-bar__text p{font-size:.875rem;color:var(--muted-foreground)}.hoodie-gallery{padding:4rem 0;background:linear-gradient(to bottom,var(--background),var(--pink-100))}.hoodie-gallery__header{text-align:center;margin-bottom:2.5rem}.hoodie-gallery__label{color:var(--pink-500);font-weight:600}.hoodie-gallery__title{font-size:2.5rem;margin-top:.5rem}@media(min-width:768px){.hoodie-gallery__title{font-size:3rem}}.hoodie-gallery__subtitle{color:var(--muted-foreground);margin-top:1rem;max-width:500px;margin-left:auto;margin-right:auto}.hoodie-gallery__scroll{overflow:hidden;margin:0 -1rem}.hoodie-gallery__track{display:flex;gap:1rem;animation:scroll 18s linear infinite}.hoodie-gallery__track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hoodie-gallery__item{flex-shrink:0;width:256px;height:320px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 20px #ffb7c54d;border:4px solid white;transition:transform .3s ease}.hoodie-gallery__item:hover{transform:scale(1.05) translateY(-10px)}.hoodie-gallery__item img{width:100%;height:100%;object-fit:cover;object-position:top}.hoodie-gallery__cta{text-align:center;margin-top:2.5rem}.featured-products{padding:5rem 0}.featured-products__header{text-align:center;margin-bottom:3rem}.featured-products__label{color:var(--pink-500);font-weight:600}.featured-products__title{font-size:2.5rem;margin-top:.5rem}@media(min-width:768px){.featured-products__title{font-size:3rem}}.featured-products__subtitle{color:var(--muted-foreground);margin-top:1rem;max-width:500px;margin-left:auto;margin-right:auto}.featured-products__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.featured-products__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.featured-products__grid{grid-template-columns:repeat(4,1fr)}}.featured-products__cta{text-align:center;margin-top:3rem}.product-card{display:block;background:#fff;border-radius:var(--radius-lg);padding:1rem;box-shadow:0 4px 6px -1px #ffb7c54d,0 10px 20px -5px #ffb7c533,0 0 0 4px #fff;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.product-card:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:0 12px 24px -4px #ffb7c566,0 20px 40px -8px #ffb7c54d,0 0 0 4px #fff}.product-card__image{position:relative;border-radius:var(--radius);overflow:hidden;margin-bottom:1rem;aspect-ratio:1;background:var(--pink-100)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__category{position:absolute;top:.75rem;left:.75rem;background:#fff;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:var(--pink-500)}.product-card__title{font-size:1.125rem;margin-bottom:.5rem}.product-card__description{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-family:Fredoka,sans-serif;font-weight:700;font-size:1.25rem;color:var(--pink-500)}.product-card__colors{display:flex;gap:.25rem}.product-card__color{width:16px;height:16px;border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px var(--pink-200)}.image-text-section{padding:5rem 0}.image-text-section--white{background:#fff}.image-text-section--gradient{background:linear-gradient(to bottom,var(--pink-100),var(--background))}.image-text-section__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.image-text-section__grid{grid-template-columns:repeat(2,1fr)}}.image-text-section__image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 6px -1px #ffb7c54d,0 10px 20px -5px #ffb7c533,0 0 0 4px #fff}.image-text-section__image img{width:100%;height:auto}.image-text-section__label{color:var(--pink-500);font-weight:600;display:block;margin-bottom:.5rem}.image-text-section__title{font-size:2.5rem;margin-bottom:1.5rem}@media(min-width:768px){.image-text-section__title{font-size:3rem}}.image-text-section__text{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:1.5rem}.image-text-section__list{list-style:none;margin-bottom:1.5rem}.image-text-section__list-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.image-text-section__list-icon{width:32px;height:32px;background:var(--pink-200);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.image-text-section__image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.image-text-section__image-item{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 6px -1px #ffb7c54d,0 0 0 4px #fff}.image-text-section__image-item:nth-child(2){margin-top:2rem}.image-text-section__image-item:nth-child(3){margin-top:-1rem}.image-text-section__image-item:nth-child(4){margin-top:1rem}.image-text-section__image-item img{width:100%;height:256px;object-fit:cover;object-position:top}.newsletter{padding:5rem 0}.newsletter__box{background:linear-gradient(135deg,var(--pink-200),var(--pink-300),var(--pink-200));border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}@media(min-width:768px){.newsletter__box{padding:4rem 3rem}}.newsletter__floating{position:absolute;font-size:1.5rem}.newsletter__title{font-size:2rem;color:#fff;margin-bottom:1rem;position:relative;z-index:10}@media(min-width:768px){.newsletter__title{font-size:2.5rem}}.newsletter__subtitle{color:#ffffffe6;margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto;position:relative;z-index:10}.newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:400px;margin:0 auto;position:relative;z-index:10}@media(min-width:640px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;padding:.875rem 1rem;border-radius:var(--radius-full);border:none;font-size:1rem;outline:none}.newsletter__input:focus{box-shadow:0 0 0 3px var(--pink-500)}.newsletter__submit{padding:.875rem 1.5rem;background:#fff;color:var(--pink-500);font-weight:600;border-radius:var(--radius-full);transition:background-color .3s ease}.newsletter__submit:hover{background:var(--pink-100)}.site-footer{background:linear-gradient(to bottom,var(--pink-100),var(--pink-200));border-top:1px solid var(--pink-200);padding:3rem 0 0}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr}}.footer__brand p{color:var(--muted-foreground);max-width:300px;margin:1rem 0}.footer__social{display:flex;gap:1rem;margin-top:1.5rem}.footer__social-link{width:40px;height:40px;background:var(--pink-200);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;transition:background-color .3s ease}.footer__social-link:hover{background:var(--pink-300)}.footer__heading{font-size:1.125rem;margin-bottom:1rem}.footer__links{list-style:none}.footer__links li{margin-bottom:.5rem}.footer__links a{color:var(--muted-foreground);transition:color .3s ease}.footer__links a:hover{color:var(--pink-500)}.footer__contact{color:var(--muted-foreground)}.footer__contact p{margin-bottom:.5rem}.footer__bottom{border-top:1px solid var(--pink-200);padding:2rem 0;text-align:center;color:var(--muted-foreground)}.footer__bottom p{margin-bottom:.5rem}.footer__bottom a{color:var(--pink-500)}.footer__bottom a:hover{text-decoration:underline}.collection-page{padding:3rem 0 5rem}.collection-page__header{text-align:center;margin-bottom:3rem}.collection-page__title{font-size:2.5rem}.collection-page__description{color:var(--muted-foreground);margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.collection-page__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.collection-page__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collection-page__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.collection-page__grid{grid-template-columns:repeat(4,1fr)}}.product-page{padding:3rem 0 5rem}.product-page__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.product-page__grid{grid-template-columns:1fr 1fr}}.product-page__gallery{position:sticky;top:120px}.product-page__main-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 20px #ffb7c533;margin-bottom:1rem}.product-page__main-image img{width:100%;height:auto}.product-page__thumbnails{display:flex;gap:.75rem;flex-wrap:wrap}.product-page__thumbnail{width:80px;height:80px;border-radius:var(--radius);overflow:hidden;cursor:pointer;border:3px solid transparent;transition:border-color .3s ease}.product-page__thumbnail.active,.product-page__thumbnail:hover{border-color:var(--pink-primary)}.product-page__thumbnail img{width:100%;height:100%;object-fit:cover}.product-page__info{padding-top:1rem}.product-page__title{font-size:2rem;margin-bottom:1rem}.product-page__price{font-family:Fredoka,sans-serif;font-size:1.75rem;font-weight:700;color:var(--pink-500);margin-bottom:1.5rem}.product-page__description{color:var(--muted-foreground);margin-bottom:2rem;line-height:1.8}.product-page__options{margin-bottom:1.5rem}.product-page__option-label{display:block;font-weight:600;margin-bottom:.75rem}.product-page__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.product-page__option-btn{padding:.5rem 1rem;border:2px solid var(--pink-200);border-radius:var(--radius);font-weight:500;transition:all .3s ease}.product-page__option-btn:hover{border-color:var(--pink-primary)}.product-page__option-btn.selected{background:var(--pink-primary);border-color:var(--pink-primary);color:#fff}.product-page__quantity{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.product-page__quantity-btn{width:40px;height:40px;border:2px solid var(--pink-200);border-radius:50%;font-size:1.25rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.product-page__quantity-btn:hover{border-color:var(--pink-primary);background:var(--pink-100)}.product-page__quantity-input{width:60px;text-align:center;font-size:1.125rem;font-weight:700;border:none;background:transparent}.product-page__add-btn{width:100%}.cart-page{padding:3rem 0 5rem}.cart-page__title{font-size:2rem;margin-bottom:2rem}.cart-page__empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:var(--radius-lg);box-shadow:0 4px 20px #ffb7c526}.cart-page__empty h3{font-size:1.5rem;margin-bottom:.5rem}.cart-page__empty p{color:var(--muted-foreground);margin-bottom:1.5rem}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}}.float-animation{animation:float 4s ease-in-out infinite}@keyframes wiggle{0%,to{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}.wiggle:hover{animation:wiggle .3s ease-in-out infinite}.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.hidden{display:none}@media(min-width:768px){.md\:block{display:block}.md\:hidden{display:none}}@media(max-width:768px){.product-page__gallery,.product__media-wrapper,.product__media,.product-media{position:relative!important;top:auto!important}.product-page__main-image img,.product__media img{max-height:360px;object-fit:contain}.product-page__info,.product__info-container{position:relative;z-index:2;background:var(--background);margin-top:1rem}.product-page{overflow:visible}}@media(min-width:1024px){body{font-size:15px}}body{font-size:13.5px}@media(min-width:1024px){body{font-size:12.8px}}.hero__title{font-size:1.9rem}@media(min-width:768px){.hero__title{font-size:3rem}}.hero__subtitle{font-size:.95rem}.hero{min-height:89vh}.hoodie-gallery,.featured-products,.image-text-section,.newsletter,.collection-page,.product-page{padding-top:3rem;padding-bottom:3rem}.kawaii-btn,.btn-secondary{font-size:.85rem;padding:.5rem 1.3rem}.hoodie-gallery__item{width:220px;height:270px}.product-card{padding:.75rem}.product-card__title{font-size:1rem}.product-card__price{font-size:1.1rem}.header__logo img{height:50px}.site-footer{padding-top:2.5rem}@media(max-width:768px){.hoodie-gallery__scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.hoodie-gallery__track{animation:none!important;display:flex;gap:.75rem;padding:0 1rem}.hoodie-gallery__item{width:220px;height:280px;flex:0 0 auto}}.product-card__color{width:16px;height:16px;border-radius:50%;display:inline-block}.product-card__color.color-true-navy{background-color:#1d2951}.product-card__color.color-pepper{background-color:#2b2b2b}.product-card__color.color-denim{background-color:#6f8faf}.product-card__color.color-blue-spruce{background-color:#2e4a3f}.product-card__color.color-crimson{background-color:#9e1b32}.product-card__color.color-flo-blue{background-color:#5da9e9}.product-card__color.color-light-green{background-color:#90ee90}.product-card__color.color-blue-jean{background-color:#4a6fa5}.product-card__color.color-watermelon{background-color:#fc6c85}.product-card__color.color-grey{background-color:gray}.product-card__color.color-violet{background-color:#7f5af0}.product-card__color.color-seafoam{background-color:#93e9be}.product-card__color.color-orchid{background-color:orchid}.product-card__color.color-butter{background-color:#f6e27f}.product-card__color.color-yellow{background-color:#ffd84d}.product-card__color.color-navy{background-color:#1d2951}.product-card__color.color-dark-grey-heather{background-color:#555}.product-card__color.color-heather-red{background-color:#c94c4c}.product-card__color.color-heather-mauve{background-color:#b784a7}.product-card__color.color-leaf{background-color:#5a7d4d}.product-card__color.color-heather-blue-lagoon{background-color:#4ca7a8}.product-card__color.color-athletic-heather{background-color:#b0b0b0}.product-card__color.color-heather-stone{background-color:#d2c6b2}.product-card__color.color-pink{background-color:#ffb7c5}.product-card__color.color-light-pink{background-color:#ffd1dc}.product-card__color.color-azalea{background-color:#f7a7b8}.product-card__color.color-light-blue{background-color:#add8e6}.product-card__color.color-sand{background-color:#dcc7a1}.product-card__color.color-black{background-color:#000}.product-card__color.color-ash{background-color:#b2beb5}.product-card__color.color-white{background-color:#fff;box-shadow:0 0 0 1px #ddd}.product-card__color.color-rose-gold{background-color:#b76e79}.product-card__color.color-peach{background-color:#ffcba4}.product-card__color.color-coral{background-color:#ff7f7f}.product-card__color.color-sage{background-color:#9caf88}.product-card__color.color-mint{background-color:#a8e6cf}.product-card__color.color-lavender{background-color:#c4c3f6}.product-card__color.color-powder-blue{background-color:#b0e0e6}.color-beige{background:#e8dccb}.color-periwinkle{background:#aeb8e8}.color-oat{background:#d7b7a3}.color-lavender{background:#c7b4e2}.color-mint{background:#c0ead3}.color-peach{background:#e8a07c}.color-sky{background:#bfd7ed}
/*# sourceMappingURL=/cdn/shop/t/22/assets/base.css.map */
