:root{--background: 0 0% 100%;--foreground: 222 22% 11%;--card: 0 0% 100%;--card-foreground: 222 22% 11%;--muted: 210 40% 96%;--muted-foreground: 222 10% 45%;--border: 220 14% 93%;--primary: 11 100% 64%;--primary-foreground: 0 0% 100%;--secondary: 40 47% 92%;--secondary-foreground: 222 22% 11%;--pastel-blue: 203 78% 91%;--pastel-beige: 40 47% 92%;--pastel-orange: 25 100% 91%;--pastel-pink: 340 79% 94%;--amber: 43 96% 56%;--radius: 1rem;--font-heading: "Poppins", ui-sans-serif, system-ui, sans-serif;--font-body: "Inter", ui-sans-serif, system-ui, sans-serif;--page-width: 80rem}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:hsl(var(--foreground));background:hsl(var(--background));-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0;letter-spacing:-.02em}p{margin:0}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{margin:0;padding:0;list-style:none}.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}:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.page-width{max-width:var(--page-width);margin-inline:auto;padding-inline:1rem}@media(min-width:640px){.page-width{padding-inline:1.5rem}}@media(min-width:1024px){.page-width{padding-inline:2rem}}.section{padding-block:4rem}@media(min-width:1024px){.section{padding-block:6rem}}.text-balance{text-wrap:balance}.eyebrow{font-size:.875rem;font-weight:600;color:hsl(var(--primary));text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.section-title{font-weight:700;font-size:clamp(1.875rem,4vw,3rem);line-height:1.1}.section-head{text-align:center;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:1rem;font-weight:600;font-size:.95rem;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap}.btn:active{transform:scale(.96)}.btn--primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 10px 25px -5px hsl(var(--primary) / .3)}.btn--primary:hover{background:hsl(var(--primary) / .9);transform:scale(1.05)}.btn--ghost{background:#fff;color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.btn--ghost:hover{border-color:hsl(var(--primary) / .3);transform:scale(1.05)}.btn--block{width:100%}.icon{width:1rem;height:1rem;flex-shrink:0}.bg-pastel-blue{background:hsl(var(--pastel-blue))}.bg-pastel-beige{background:hsl(var(--pastel-beige))}.bg-pastel-orange{background:hsl(var(--pastel-orange))}.bg-pastel-pink{background:hsl(var(--pastel-pink))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounceSubtle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{opacity:0;animation:fadeIn .6s ease-out forwards}.animate-fade-up{opacity:0;animation:fadeUp .6s ease-out forwards}.animate-float{animation:float 4s ease-in-out infinite}.animate-bounce-subtle{animation:bounceSubtle 2s ease-in-out infinite}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.site-header{position:sticky;top:0;z-index:50;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid hsl(var(--border) / .5)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:5rem;gap:1rem}@media(min-width:1024px){.header__inner{height:6rem}}.header__logo img{height:5rem;width:auto;object-fit:contain;transition:transform .3s ease}@media(min-width:1024px){.header__logo img{height:6rem}}.header__logo:hover img{transform:scale(1.05)}.header__logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.6rem;color:hsl(var(--primary))}.header__nav{display:none;align-items:center;gap:2rem}@media(min-width:1024px){.header__nav{display:flex}}.header__nav a{font-size:.875rem;font-weight:500;color:hsl(var(--foreground) / .7);transition:color .2s}.header__nav a:hover{color:hsl(var(--primary))}.header__search{display:none;flex:1;max-width:20rem;margin-inline:1rem}@media(min-width:768px){.header__search{display:flex}}.search-field{position:relative;width:100%}.search-field svg{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:hsl(var(--muted-foreground))}.search-field input{width:100%;padding:.625rem 1rem .625rem 2.5rem;border-radius:9999px;background:hsl(var(--muted) / .7);border:1px solid transparent;font-size:.875rem;transition:all .2s;color:hsl(var(--foreground))}.search-field input:focus{outline:none;border-color:hsl(var(--primary) / .3);background:#fff}.header__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.header__icon{position:relative;padding:.625rem;border-radius:9999px;transition:background-color .2s;display:inline-flex}.header__icon:hover{background:hsl(var(--muted))}.header__icon svg{width:1.25rem;height:1.25rem}.header__badge{position:absolute;top:.25rem;right:.25rem;min-width:1rem;height:1rem;padding:0 3px;border-radius:9999px;background:hsl(var(--primary));color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s}.header__menu-toggle{display:inline-flex;padding:.625rem;border-radius:9999px}@media(min-width:1024px){.header__menu-toggle{display:none}}.header__menu-toggle:hover{background:hsl(var(--muted))}.announcement{background:hsl(var(--foreground));color:#fff;text-align:center;font-size:.8rem;font-weight:500;padding:.5rem 1rem;letter-spacing:.01em}.announcement a{text-decoration:underline;text-underline-offset:2px}.mobile-menu{display:none;border-top:1px solid hsl(var(--border));background:#fff;animation:fadeIn .3s}.mobile-menu.is-open{display:block}@media(min-width:1024px){.mobile-menu.is-open{display:none}}.mobile-menu__inner{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.mobile-menu a{padding:.5rem 0;font-size:1rem;font-weight:500;color:hsl(var(--foreground) / .8)}.mobile-menu a:hover{color:hsl(var(--primary))}.hero{position:relative;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:linear-gradient(135deg,hsl(var(--pastel-blue)),hsl(var(--pastel-pink)),hsl(var(--pastel-orange)))}.hero__blob{position:absolute;border-radius:9999px;filter:blur(64px);opacity:.4}.hero__blob--1{top:5rem;left:-5rem;width:18rem;height:18rem;background:hsl(var(--pastel-orange))}.hero__blob--2{bottom:2.5rem;right:2.5rem;width:20rem;height:20rem;background:hsl(var(--pastel-blue));animation-delay:1s}.hero__inner{position:relative;padding-block:3rem 4rem}@media(min-width:1024px){.hero__inner{padding-block:5rem 6rem}}.hero__grid{display:grid;gap:2rem;align-items:center}@media(min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr;gap:3rem}}.hero__content{text-align:center;order:2}@media(min-width:1024px){.hero__content{text-align:left;order:1}}.hero__pill{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid hsl(0 0% 100% / .4);margin-bottom:1.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground) / .8)}.hero__pill svg{width:1rem;height:1rem;color:hsl(var(--primary))}.hero__title{font-weight:700;font-size:clamp(2.25rem,6vw,4.5rem);line-height:1.05;letter-spacing:-.03em}.hero__title .accent{display:block;margin-top:1rem;color:hsl(var(--primary))}.hero__subtitle{margin-top:1.25rem;font-size:clamp(1rem,2vw,1.125rem);color:hsl(var(--foreground) / .6);max-width:28rem}@media(max-width:1023px){.hero__subtitle{margin-inline:auto}}.hero__cta{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;justify-content:center}@media(min-width:640px){.hero__cta{flex-direction:row}}@media(min-width:1024px){.hero__cta{justify-content:flex-start}}.hero__media{position:relative;order:1}@media(min-width:1024px){.hero__media{order:2}}.hero__frame{position:relative;border-radius:2.5rem;overflow:hidden;box-shadow:0 25px 50px -12px hsl(var(--foreground) / .1);aspect-ratio:4/3}@media(min-width:1024px){.hero__frame{aspect-ratio:5/4}}.hero__frame img{width:100%;height:100%;object-fit:cover}.hero__badge{position:absolute;bottom:-1rem;left:-1rem;background:#fff;border-radius:1rem;box-shadow:0 20px 40px -8px #00000026;padding:1rem;display:flex;align-items:center;gap:.75rem}@media(min-width:1024px){.hero__badge{left:-2rem}}.hero__badge-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:hsl(var(--pastel-orange));display:flex;align-items:center;justify-content:center}.hero__badge-icon svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}.hero__badge-title{font-family:var(--font-heading);font-weight:700;font-size:.875rem}.hero__badge-sub{font-size:.75rem;color:hsl(var(--muted-foreground))}.trust{padding-block:3rem;border-block:1px solid hsl(var(--border) / .5);background:#fff}@media(min-width:1024px){.trust{padding-block:4rem}}.trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:1024px){.trust__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}@media(min-width:1024px){.trust__item{flex-direction:row;text-align:left}}.trust__icon{width:3rem;height:3rem;border-radius:1rem;background:hsl(var(--pastel-orange));display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:1024px){.trust__icon{width:3.5rem;height:3.5rem}}.trust__icon svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}@media(min-width:1024px){.trust__icon svg{width:1.5rem;height:1.5rem}}.trust__title{font-family:var(--font-heading);font-weight:600;font-size:.875rem}@media(min-width:1024px){.trust__title{font-size:1rem}}.trust__desc{font-size:.75rem;color:hsl(var(--muted-foreground))}@media(min-width:1024px){.trust__desc{font-size:.875rem}}.cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.cat-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.cat-card{position:relative;aspect-ratio:4/5;border-radius:1.5rem;overflow:hidden;background:hsl(var(--muted));transition:box-shadow .5s;display:block}.cat-card:hover{box-shadow:0 20px 40px -10px #0003}.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.cat-card:hover img{transform:scale(1.1)}.cat-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.1) 50%,transparent)}.cat-card__body{position:absolute;bottom:0;left:0;right:0;padding:1.25rem}@media(min-width:1024px){.cat-card__body{padding:1.5rem}}.cat-card__title{font-family:var(--font-heading);font-weight:700;font-size:1.125rem;color:#fff;margin-bottom:.25rem}@media(min-width:1024px){.cat-card__title{font-size:1.25rem}}.cat-card__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#fffc;transition:color .2s}.cat-card:hover .cat-card__link{color:#fff}.cat-card__link svg{width:.875rem;height:.875rem;transition:transform .2s}.cat-card:hover .cat-card__link svg{transform:translate(4px)}.section--muted{background:hsl(var(--muted) / .3)}.carousel-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem}.carousel-arrows{display:flex;align-items:center;gap:.5rem}.carousel-arrow{width:2.5rem;height:2.5rem;border-radius:9999px;border:1px solid hsl(var(--border));background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s}@media(min-width:1024px){.carousel-arrow{width:2.75rem;height:2.75rem}}.carousel-arrow:hover{background:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}.carousel-arrow svg{width:1rem;height:1rem}.carousel-track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem;margin-inline:-1rem;padding-inline:1rem;-ms-overflow-style:none;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}@media(min-width:1024px){.carousel-track{gap:1.5rem}}.carousel-item{flex-shrink:0;width:15rem;scroll-snap-align:start}@media(min-width:640px){.carousel-item{width:16rem}}@media(min-width:1024px){.carousel-item{width:18rem}}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.product-card{position:relative}.product-card__media{position:relative;aspect-ratio:1/1;border-radius:1.5rem;overflow:hidden;background:hsl(var(--muted));display:block}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__wish{position:absolute;top:.75rem;right:.75rem;width:2.25rem;height:2.25rem;border-radius:9999px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;transition:transform .2s;z-index:2}.product-card__wish:hover{transform:scale(1.1)}.product-card__wish svg{width:1rem;height:1rem}.product-card__wish.is-active svg{fill:hsl(var(--primary));color:hsl(var(--primary))}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem;border-radius:9999px;background:hsl(var(--primary));color:#fff;font-size:.75rem;font-weight:600;z-index:2}.product-card__badge--sold{background:hsl(var(--foreground))}.product-card__info{margin-top:.75rem;display:flex;flex-direction:column;gap:.25rem}.product-card__title{font-weight:500;font-size:.875rem;color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s}.product-card:hover .product-card__title{color:hsl(var(--primary))}.product-card__rating{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.product-card__rating svg{width:.875rem;height:.875rem;fill:hsl(var(--amber));color:hsl(var(--amber))}.product-card__price-row{display:flex;align-items:center;gap:.5rem;padding-top:.125rem}.product-card__price{font-family:var(--font-heading);font-weight:600;font-size:1rem}.product-card__compare{font-size:.75rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.product-card__add{margin-top:.625rem;width:100%;padding:.625rem;border-radius:1rem;background:hsl(var(--primary));color:#fff;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.product-card__add:hover{background:hsl(var(--primary) / .9)}.product-card__add:active{transform:scale(.98)}.product-card__add:disabled{opacity:.5;cursor:not-allowed}.product-card__add svg{width:1rem;height:1rem}.carousel-footer{text-align:center;margin-top:2.5rem}.lifestyle__frame{position:relative;border-radius:2.5rem;overflow:hidden;background:hsl(var(--foreground));min-height:400px;display:flex;align-items:center}@media(min-width:1024px){.lifestyle__frame{min-height:500px}}.lifestyle__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6}.lifestyle__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,hsl(var(--foreground) / .8),hsl(var(--foreground) / .4) 50%,transparent)}.lifestyle__body{position:relative;z-index:1;padding:2rem;max-width:42rem}@media(min-width:1024px){.lifestyle__body{padding:4rem}}.lifestyle__title{font-weight:700;font-size:clamp(1.875rem,5vw,3.75rem);color:#fff;line-height:1.1}.lifestyle__title .accent{color:hsl(var(--primary))}.lifestyle__text{margin-top:1.25rem;font-size:1.125rem;color:#ffffffb3;max-width:28rem}.discovery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.discovery-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.discovery-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem}}.discovery-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;border-radius:1.5rem;background:#fff;border:1px solid hsl(var(--border));transition:all .3s}.discovery-card:hover{border-color:hsl(var(--primary) / .3);box-shadow:0 10px 25px -5px #0000001a}.discovery-card__icon{width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;transition:transform .3s}.discovery-card:hover .discovery-card__icon{transform:scale(1.1)}.discovery-card__icon svg{width:1.5rem;height:1.5rem;color:hsl(var(--foreground))}.discovery-card span{font-weight:500;font-size:.875rem}.discovery-footer{text-align:center;margin-top:2.5rem}.discovery-footer a{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:hsl(var(--primary));transition:gap .2s}.discovery-footer a:hover{gap:.75rem}.discovery-footer svg{width:1rem;height:1rem}.reviews__stars{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-bottom:.75rem}.reviews__stars svg{width:1.25rem;height:1.25rem;fill:hsl(var(--amber));color:hsl(var(--amber))}.testimonial-grid{display:grid;gap:1.5rem}@media(min-width:768px){.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.testimonial{position:relative;padding:2rem;border-radius:1.5rem;background:#fff;border:1px solid hsl(var(--border));transition:box-shadow .3s}.testimonial:hover{box-shadow:0 20px 40px -10px #0000001a}.testimonial__quote{position:absolute;top:1.5rem;right:1.5rem;width:2rem;height:2rem;color:hsl(var(--primary) / .15)}.testimonial__stars{display:flex;align-items:center;gap:.25rem;margin-bottom:1rem}.testimonial__stars svg{width:1rem;height:1rem;fill:hsl(var(--amber));color:hsl(var(--amber))}.testimonial__text{color:hsl(var(--foreground) / .7);line-height:1.7;margin-bottom:1.5rem}.testimonial__author{display:flex;align-items:center;gap:.75rem}.testimonial__avatar{width:2.75rem;height:2.75rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;overflow:hidden}.testimonial__avatar img{width:100%;height:100%;object-fit:cover}.testimonial__name{font-family:var(--font-heading);font-weight:600;font-size:.875rem}.testimonial__role{font-size:.75rem;color:hsl(var(--muted-foreground))}.newsletter__frame{position:relative;border-radius:2.5rem;overflow:hidden;text-align:center;padding:2rem;background:linear-gradient(135deg,hsl(var(--pastel-orange)),hsl(var(--pastel-pink)),hsl(var(--pastel-blue)))}@media(min-width:640px){.newsletter__frame{padding:3rem}}@media(min-width:1024px){.newsletter__frame{padding:4rem}}.newsletter__blob{position:absolute;border-radius:9999px;filter:blur(64px);background:#fff3}.newsletter__blob--1{top:0;right:0;width:16rem;height:16rem}.newsletter__blob--2{bottom:0;left:0;width:18rem;height:18rem;animation-delay:1.5s}.newsletter__body{position:relative;z-index:1;max-width:36rem;margin-inline:auto}.newsletter__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:1rem;background:hsl(var(--primary));margin-bottom:1.25rem}.newsletter__icon svg{width:1.75rem;height:1.75rem;color:#fff}.newsletter__title{font-weight:700;font-size:clamp(1.875rem,4vw,3rem);margin-bottom:.75rem}.newsletter__text{font-size:1.125rem;color:hsl(var(--foreground) / .6);margin-bottom:2rem}.newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin-inline:auto}@media(min-width:640px){.newsletter__form{flex-direction:row}}.newsletter__input-wrap{position:relative;flex:1}.newsletter__input-wrap svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:hsl(var(--muted-foreground))}.newsletter__input{width:100%;padding:.875rem 1rem .875rem 2.75rem;border-radius:1rem;background:#fff;border:1px solid hsl(0 0% 100% / .4);font-size:.875rem}.newsletter__input:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--primary) / .3)}.newsletter__note{margin-top:1rem;font-size:.75rem;color:hsl(var(--foreground) / .4)}.newsletter__success{margin-top:1rem;font-size:.9rem;font-weight:600;color:hsl(var(--foreground))}.site-footer{background:hsl(var(--foreground));color:#fff}.footer__inner{padding-block:4rem}@media(min-width:1024px){.footer__inner{padding-block:5rem}}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(6,1fr);gap:3rem}}.footer__brand{grid-column:span 2}.footer__logo{display:inline-block;background:#fff;border-radius:1rem;padding:.5rem .75rem;margin-bottom:1rem}.footer__logo img{height:4rem;width:auto;object-fit:contain}.footer__logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.4rem;color:hsl(var(--primary))}.footer__tagline{font-size:.875rem;color:#fff9;max-width:20rem;line-height:1.6;margin-bottom:1.5rem}.footer__socials{display:flex;gap:.75rem}.footer__social{width:2.5rem;height:2.5rem;border-radius:9999px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.footer__social:hover{background:hsl(var(--primary))}.footer__social svg{width:1rem;height:1rem}.footer__col-title{font-family:var(--font-heading);font-weight:600;font-size:.875rem;margin-bottom:1rem}.footer__links{display:flex;flex-direction:column;gap:.625rem}.footer__links a{font-size:.875rem;color:#fff9;transition:color .2s}.footer__links a:hover{color:hsl(var(--primary))}.footer__bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid hsl(0 0% 100% / .1);display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between}@media(min-width:640px){.footer__bottom{flex-direction:row}}.footer__copy{font-size:.875rem;color:#ffffff80}.footer__contact{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#ffffff80}.footer__contact svg{width:1rem;height:1rem}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:60;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:100%;max-width:28rem;background:#fff;z-index:70;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid hsl(var(--border))}.cart-drawer__title{font-family:var(--font-heading);font-weight:700;font-size:1.25rem}.cart-drawer__close{padding:.5rem;border-radius:9999px;transition:background-color .2s}.cart-drawer__close:hover{background:hsl(var(--muted))}.cart-drawer__close svg{width:1.25rem;height:1.25rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{text-align:center;padding:3rem 1rem;color:hsl(var(--muted-foreground))}.cart-line{display:flex;gap:1rem;padding-block:1rem;border-bottom:1px solid hsl(var(--border))}.cart-line__img{width:5rem;height:5rem;border-radius:1rem;overflow:hidden;background:hsl(var(--muted));flex-shrink:0}.cart-line__img img{width:100%;height:100%;object-fit:cover}.cart-line__info{flex:1;min-width:0}.cart-line__name{font-weight:500;font-size:.875rem}.cart-line__variant{font-size:.75rem;color:hsl(var(--muted-foreground))}.cart-line__price{font-family:var(--font-heading);font-weight:600;font-size:.875rem;margin-top:.25rem}.cart-line__controls{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.qty-stepper{display:flex;align-items:center;border:1px solid hsl(var(--border));border-radius:.75rem}.qty-stepper button{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.qty-stepper button:hover{background:hsl(var(--muted))}.qty-stepper button:first-child{border-radius:.75rem 0 0 .75rem}.qty-stepper button:last-child{border-radius:0 .75rem .75rem 0}.qty-stepper span{width:2rem;text-align:center;font-size:.875rem;font-weight:600}.qty-stepper svg{width:.875rem;height:.875rem}.cart-line__remove{font-size:.75rem;color:hsl(var(--muted-foreground));text-decoration:underline}.cart-line__remove:hover{color:hsl(var(--primary))}.cart-drawer__foot{border-top:1px solid hsl(var(--border));padding:1.5rem}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.cart-drawer__subtotal-label{font-weight:600}.cart-drawer__subtotal-value{font-family:var(--font-heading);font-weight:700;font-size:1.25rem}.cart-drawer__ship-note{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.cart-drawer__checkout{width:100%;padding:1rem;border-radius:1rem;background:hsl(var(--primary));color:#fff;font-weight:600;text-align:center;transition:background-color .2s;display:block}.cart-drawer__checkout:hover{background:hsl(var(--primary) / .9)}.cart-drawer__view{display:block;text-align:center;margin-top:.75rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.cart-drawer__view:hover{color:hsl(var(--primary))}.toast-stack{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;display:flex;flex-direction:column;gap:.5rem}.toast{background:hsl(var(--foreground));color:#fff;padding:.875rem 1.25rem;border-radius:1rem;font-size:.875rem;font-weight:500;box-shadow:0 10px 30px #0003;animation:fadeUp .3s ease-out;display:flex;align-items:center;gap:.5rem;max-width:20rem}.toast svg{width:1rem;height:1rem;color:hsl(var(--primary))}.breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.breadcrumb a:hover{color:hsl(var(--primary))}.breadcrumb svg{width:.875rem;height:.875rem}.breadcrumb__current{color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdp-grid{display:grid;gap:2rem}@media(min-width:1024px){.pdp-grid{grid-template-columns:1fr 1fr;gap:3rem}}.pdp-gallery{position:relative}.pdp-gallery__main{aspect-ratio:1/1;border-radius:1.5rem;overflow:hidden;background:hsl(var(--muted))}.pdp-gallery__main img{width:100%;height:100%;object-fit:cover}.pdp-gallery__save{position:absolute;top:1rem;left:1rem;padding:.375rem .75rem;border-radius:9999px;background:hsl(var(--primary));color:#fff;font-size:.875rem;font-weight:600}.pdp-thumbs{display:flex;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.pdp-thumb{width:4.5rem;height:4.5rem;border-radius:.75rem;overflow:hidden;border:2px solid transparent;cursor:pointer;background:hsl(var(--muted))}.pdp-thumb.is-active{border-color:hsl(var(--primary))}.pdp-thumb img{width:100%;height:100%;object-fit:cover}.pdp-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.pdp-rating__stars{display:flex;align-items:center;gap:2px}.pdp-rating__stars svg{width:1rem;height:1rem}.pdp-rating__stars svg.filled{fill:hsl(var(--amber));color:hsl(var(--amber))}.pdp-rating__stars svg.empty{color:hsl(var(--border))}.pdp-rating__count{font-size:.875rem;color:hsl(var(--muted-foreground))}.pdp-title{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.875rem,4vw,2.25rem);letter-spacing:-.02em;margin-bottom:1rem}.pdp-price{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.pdp-price__current{font-family:var(--font-heading);font-weight:700;font-size:1.875rem}.pdp-price__compare{font-size:1.125rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.pdp-desc{color:hsl(var(--foreground) / .6);line-height:1.7;margin-bottom:1.5rem}.pdp-features{margin-bottom:2rem}.pdp-features__title{font-family:var(--font-heading);font-weight:600;font-size:.875rem;margin-bottom:.75rem}.pdp-features__list{display:flex;flex-direction:column;gap:.5rem}.pdp-features__list li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--foreground) / .7)}.pdp-features__list svg{width:1rem;height:1rem;color:hsl(var(--primary));flex-shrink:0}.pdp-variants{margin-bottom:1.5rem}.pdp-variant-group{margin-bottom:1rem}.pdp-variant-group__label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.pdp-variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.pdp-variant-option{padding:.5rem 1rem;border-radius:.75rem;border:1px solid hsl(var(--border));font-size:.875rem;background:#fff;transition:all .2s}.pdp-variant-option:hover{border-color:hsl(var(--primary) / .5)}.pdp-variant-option.is-active{border-color:hsl(var(--primary));background:hsl(var(--primary));color:#fff}.pdp-variant-select{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid hsl(var(--border));font-size:.875rem;background:#fff;font-family:inherit}.pdp-buy{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.pdp-qty{display:flex;align-items:center;border:1px solid hsl(var(--border));border-radius:1rem}.pdp-qty button{width:2.75rem;height:3rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.pdp-qty button:first-child{border-radius:1rem 0 0 1rem}.pdp-qty button:last-child{border-radius:0 1rem 1rem 0}.pdp-qty button:hover{background:hsl(var(--muted))}.pdp-qty span{width:3rem;text-align:center;font-family:var(--font-heading);font-weight:600}.pdp-qty svg{width:1rem;height:1rem}.pdp-add{flex:1;height:3rem;border-radius:1rem;background:hsl(var(--primary));color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.pdp-add:hover{background:hsl(var(--primary) / .9);transform:scale(1.02)}.pdp-add:active{transform:scale(.98)}.pdp-add:disabled{opacity:.5;cursor:not-allowed;transform:none}.pdp-add svg{width:1.25rem;height:1.25rem}.pdp-wish-btn{width:3rem;height:3rem;border-radius:1rem;border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;transition:all .2s}.pdp-wish-btn:hover{border-color:hsl(var(--primary) / .3)}.pdp-wish-btn.is-active{border-color:hsl(var(--primary));background:hsl(var(--pastel-pink))}.pdp-wish-btn.is-active svg{fill:hsl(var(--primary));color:hsl(var(--primary))}.pdp-wish-btn svg{width:1.25rem;height:1.25rem}.pdp-stock{font-size:.875rem;color:hsl(var(--primary));font-weight:500;margin-bottom:1rem}.pdp-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.pdp-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.375rem}.pdp-trust__item svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}.pdp-trust__item span{font-size:.75rem;color:hsl(var(--muted-foreground))}.pdp-reviews{margin-top:4rem}@media(min-width:1024px){.pdp-reviews{margin-top:6rem}}.pdp-reviews__title{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.5rem,3vw,1.875rem);margin-bottom:2rem}.pdp-reviews__grid{display:grid;gap:3rem}@media(min-width:1024px){.pdp-reviews__grid{grid-template-columns:1fr 1fr}}.review-empty{padding:2rem;border-radius:1.5rem;background:hsl(var(--muted) / .3);text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground))}.review-list{display:flex;flex-direction:column;gap:1rem}.review-item{padding:1.25rem;border-radius:1rem;border:1px solid hsl(var(--border))}.review-item__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.review-item__author{display:flex;align-items:center;gap:.75rem}.review-item__avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:hsl(var(--pastel-blue));display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:.875rem}.review-item__name{font-family:var(--font-heading);font-weight:600;font-size:.875rem}.review-item__meta{font-size:.75rem;color:hsl(var(--muted-foreground))}.review-item__stars{display:flex;align-items:center;gap:2px}.review-item__stars svg{width:.875rem;height:.875rem}.review-item__stars svg.filled{fill:hsl(var(--amber));color:hsl(var(--amber))}.review-item__stars svg.empty{color:hsl(var(--border))}.review-item__text{font-size:.875rem;color:hsl(var(--foreground) / .7);line-height:1.7}.review-form-wrap{padding:1.5rem;border-radius:1.5rem;background:hsl(var(--muted) / .3)}@media(min-width:1024px){.review-form-wrap{padding:2rem}}.review-form-wrap h3{font-family:var(--font-heading);font-weight:700;font-size:1.125rem;margin-bottom:1rem}.review-form{display:flex;flex-direction:column;gap:1rem}.review-form label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.review-form input,.review-form textarea{width:100%;padding:.625rem 1rem;border-radius:.75rem;background:#fff;border:1px solid hsl(var(--border));font-size:.875rem;font-family:inherit}.review-form input:focus,.review-form textarea:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--primary) / .2)}.review-form textarea{resize:none}.review-form__stars{display:flex;align-items:center;gap:.25rem}.review-form__stars button{padding:.25rem}.review-form__stars svg{width:1.5rem;height:1.5rem;transition:color .2s}.review-form__stars svg.filled{fill:hsl(var(--amber));color:hsl(var(--amber))}.review-form__stars svg.empty{color:hsl(var(--border))}.review-form button[type=submit]{padding:.75rem;border-radius:.75rem;background:hsl(var(--primary));color:#fff;font-weight:600;transition:background-color .2s}.review-form button[type=submit]:hover{background:hsl(var(--primary) / .9)}.collection-hero{padding-block:2.5rem 1.5rem}.collection-hero__title{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.875rem,4vw,2.5rem)}.collection-hero__desc{color:hsl(var(--muted-foreground));margin-top:.5rem;max-width:40rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.collection-count{font-size:.875rem;color:hsl(var(--muted-foreground))}.collection-filters{display:flex;gap:.75rem;flex-wrap:wrap}.filter-chip{padding:.5rem 1rem;border-radius:9999px;border:1px solid hsl(var(--border));background:#fff;font-size:.875rem;font-weight:500;transition:all .2s}.filter-chip:hover{border-color:hsl(var(--primary) / .3)}.filter-chip.is-active{background:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}.collection-sort{padding:.5rem 1rem;border-radius:.75rem;border:1px solid hsl(var(--border));font-size:.875rem;background:#fff;font-family:inherit}.collection-empty{text-align:center;padding:4rem 1rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{min-width:2.5rem;height:2.5rem;padding:0 .5rem;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;border:1px solid hsl(var(--border))}.pagination a:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.pagination .is-current{background:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}.cart-page{padding-block:2.5rem 4rem}.cart-page__title{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.875rem,4vw,2.5rem);margin-bottom:2rem}.cart-page__grid{display:grid;gap:2rem}@media(min-width:1024px){.cart-page__grid{grid-template-columns:1fr 22rem}}.cart-page__items{display:flex;flex-direction:column}.cart-page__row{display:flex;gap:1rem;padding-block:1.5rem;border-bottom:1px solid hsl(var(--border))}.cart-page__img{width:6rem;height:6rem;border-radius:1rem;overflow:hidden;background:hsl(var(--muted));flex-shrink:0}.cart-page__img img{width:100%;height:100%;object-fit:cover}.cart-page__details{flex:1}.cart-page__name{font-family:var(--font-heading);font-weight:600}.cart-page__variant{font-size:.875rem;color:hsl(var(--muted-foreground))}.cart-page__line-price{font-family:var(--font-heading);font-weight:700}.cart-summary{background:hsl(var(--muted) / .3);border-radius:1.5rem;padding:1.5rem;height:fit-content}.cart-summary__title{font-family:var(--font-heading);font-weight:700;font-size:1.125rem;margin-bottom:1rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.75rem}.cart-summary__total{display:flex;justify-content:space-between;font-family:var(--font-heading);font-weight:700;font-size:1.125rem;padding-top:.75rem;border-top:1px solid hsl(var(--border));margin-bottom:1.25rem}.cart-empty{text-align:center;padding:4rem 1rem}.cart-empty svg{width:4rem;height:4rem;color:hsl(var(--muted-foreground));margin:0 auto 1rem}.rail{margin-top:4rem}@media(min-width:1024px){.rail{margin-top:6rem}}.rail__title{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.5rem,3vw,1.875rem);margin-bottom:2rem}
/*# sourceMappingURL=/cdn/shop/t/6/assets/base.css.map */
