@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&family=Quicksand:wght@400;500;600;700&display=swap";:root{--litter-pink: 345 55% 65%;--litter-pink-light: 345 60% 92%;--litter-pink-dark: 345 50% 45%;--litter-blue: 210 50% 72%;--litter-blue-light: 210 60% 92%;--litter-blue-dark: 210 45% 50%;--litter-cream: 30 30% 96%;--litter-warm: 25 25% 94%;--background: 30 30% 98%;--foreground: 345 20% 20%;--card: 0 0% 100%;--card-foreground: 345 20% 20%;--popover: 0 0% 100%;--popover-foreground: 345 20% 20%;--primary: 345 55% 65%;--primary-foreground: 0 0% 100%;--secondary: 210 50% 75%;--secondary-foreground: 210 40% 25%;--muted: 345 20% 92%;--muted-foreground: 345 10% 45%;--accent: 345 45% 88%;--accent-foreground: 345 40% 30%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 345 20% 88%;--input: 345 20% 88%;--ring: 345 55% 65%;--radius: 1rem;--font-heading: "Quicksand", sans-serif;--font-body: "Nunito", sans-serif;--shadow-soft: 0 4px 20px -4px hsla(345, 55%, 65%, .15);--shadow-product: 0 8px 30px -8px hsla(345, 55%, 65%, .25);--gradient-hero: linear-gradient(135deg, hsl(var(--litter-pink-light)) 0%, hsl(var(--litter-blue-light)) 50%, hsl(var(--litter-cream)) 100%);--gradient-card-pink: linear-gradient(180deg, hsl(345 60% 95%) 0%, hsl(345 55% 90%) 100%);--gradient-card-blue: linear-gradient(180deg, hsl(210 60% 95%) 0%, hsl(210 55% 90%) 100%);--gradient-brand: linear-gradient(135deg, hsl(var(--litter-pink)) 0%, hsl(var(--litter-blue)) 100%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.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}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-gradient-brand{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.7}}@keyframes bounce-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-float{animation:float 3s ease-in-out infinite}.animate-float-delayed{animation:float-delayed 3.5s ease-in-out infinite;animation-delay:.5s}.animate-fade-in{animation:fade-in .5s ease-out forwards}.animate-pulse-soft{animation:pulse-soft 2s ease-in-out infinite}.animate-bounce-soft{animation:bounce-soft 2s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;border-radius:var(--radius);transition:all .2s ease;white-space:nowrap}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn:disabled{opacity:.5;pointer-events:none}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-soft)}.btn-primary:hover{background-color:hsl(var(--primary) / .9);box-shadow:var(--shadow-product)}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8)}.btn-outline{border:2px solid hsl(var(--primary));background-color:transparent;color:hsl(var(--primary))}.btn-outline:hover{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-ghost{background-color:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-hero{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-product);transition:all .2s ease}.btn-hero:hover{background-color:hsl(var(--primary) / .9);transform:scale(1.05)}.btn-lg{height:3rem;padding:0 2rem;font-size:1rem;border-radius:var(--radius)}.btn-xl{height:3.5rem;padding:0 2.5rem;font-size:1.125rem;border-radius:.75rem}.btn-icon{width:2.5rem;height:2.5rem;padding:0}.btn-icon-sm{width:1.5rem;height:1.5rem;padding:0}.header{position:sticky;top:0;z-index:50;background-color:hsl(var(--background) / .8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border) / .5)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 768px){.header-inner{height:5rem}}.header-logo{display:flex;align-items:center;gap:.75rem}.header-logo img{height:4rem;width:auto}@media (min-width: 768px){.header-logo img{height:4.5rem}}.header-logo-text{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:hsl(var(--primary))}@media (min-width: 768px){.header-logo-text{font-size:1.5rem}}.header-nav{display:none}@media (min-width: 768px){.header-nav{display:flex;gap:.5rem}}.header-nav-link{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));border-radius:var(--radius);transition:all .2s ease}.header-nav-link:hover{color:hsl(var(--primary));background-color:hsl(var(--accent))}.header-actions{display:flex;align-items:center;gap:.5rem}.cart-button{position:relative}.cart-badge{position:absolute;top:-.5rem;right:-.5rem;min-width:1.25rem;height:1.25rem;padding:0 .25rem;font-size:.75rem;font-weight:600;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-radius:9999px;display:flex;align-items:center;justify-content:center}#mobile-menu{display:none}.mobile-menu-button{display:flex}@media (min-width: 768px){.mobile-menu-button{display:none}}.hero{position:relative;min-height:900px;background:var(--gradient-hero);overflow:hidden;display:flex;align-items:center}.section-hero{padding:0}.hero-container{position:relative;z-index:10;padding:6rem 1rem 4rem}@media (min-width: 1024px){.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:8rem 2rem}}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:hsl(var(--card));border-radius:9999px;font-size:.875rem;font-weight:600;color:hsl(var(--primary));box-shadow:var(--shadow-soft);margin-bottom:1.5rem}.hero-heading{font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}@media (min-width: 768px){.hero-heading{font-size:3.5rem}}@media (min-width: 1024px){.hero-heading{font-size:4rem}}.hero-description{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hero-stats{display:flex;gap:2rem}.hero-stat{text-align:center}.hero-stat-value{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:hsl(var(--primary))}.hero-stat-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.hero-images{display:none;position:relative;height:500px}@media (min-width: 1024px){.hero-images{display:block}}.hero-image{position:absolute;border-radius:var(--radius);box-shadow:var(--shadow-product)}.hero-image-center{top:10%;left:30%;transform:translate(-50%,-50%);width:280px;z-index:3}.hero-image-left{top:20%;left:0;width:200px;z-index:2}.hero-image-right{bottom:20%;right:0;width:200px;z-index:2}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground));font-size:.875rem}.products-section{padding:5rem 0;background-color:hsl(var(--background))}.products-header{text-align:center;margin-bottom:3rem}.products-heading{font-size:2rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.products-heading{font-size:2.5rem}}.products-description{color:hsl(var(--muted-foreground));max-width:600px;margin:0 auto}.products-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.products-empty{text-align:center;padding:4rem 2rem;color:hsl(var(--muted-foreground))}.product-card{position:relative;border-radius:var(--radius);overflow:hidden;transition:all .3s ease;box-shadow:var(--shadow-soft)}.product-card:hover{box-shadow:var(--shadow-product);transform:translateY(-4px)}.product-card-pink{background:var(--gradient-card-pink)}.product-card-blue{background:var(--gradient-card-blue)}.product-card-image{position:relative;padding:1.5rem;aspect-ratio:1;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-variant{position:absolute;top:1rem;left:1rem;padding:.25rem .75rem;background-color:hsl(var(--card));border-radius:9999px;font-size:.75rem;font-weight:600;color:hsl(var(--primary))}.product-card-content{padding:1rem 1.5rem 1.5rem;background-color:hsl(var(--card))}.product-card-title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.product-card-price{font-size:1.25rem;font-weight:700;color:hsl(var(--primary));margin-bottom:1rem}.product-card-button{width:100%}.how-it-works{padding:5rem 0;background-color:hsl(var(--card))}.how-it-works-top{display:block;text-align:center}.how-it-works-inner{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.how-it-works-inner{grid-template-columns:1fr 1fr}}.how-it-works-content{max-width:600px}.how-it-works-label{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:hsl(var(--accent));border-radius:9999px;font-size:.875rem;font-weight:600;color:hsl(var(--primary));margin-bottom:1rem}.how-it-works-heading{font-size:2rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.how-it-works-heading{font-size:2.5rem}}.how-it-works-description{color:hsl(var(--muted-foreground));margin-bottom:2rem}.how-it-works-steps{display:flex;flex-direction:column;gap:1.5rem}.how-it-works-step{display:flex;gap:1rem}.how-it-works-step-number{flex-shrink:0;width:2.5rem;height:2.5rem;background:var(--gradient-brand);color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700}.how-it-works-step-content h4{font-family:var(--font-heading);font-size:1rem;font-weight:600;margin-bottom:.25rem}.how-it-works-step-content p{font-size:.875rem;color:hsl(var(--muted-foreground))}.how-it-works-image{display:none}@media (min-width: 1024px){.how-it-works-image{display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-product)}}.features{padding:5rem 0;background-color:hsl(var(--background))}.features-inner{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.features-inner{grid-template-columns:1fr 1fr}}.features-image{display:none;order:1!important}@media (min-width: 1024px){.features-image{display:block;order:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-product)}}.features-content{order:0}@media (min-width: 1024px){.features-content{order:1}}.features-heading{font-size:2rem;font-weight:700;margin-bottom:2rem}@media (min-width: 768px){.features-heading{font-size:2.5rem}}.features-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.features-grid{grid-template-columns:repeat(1,1fr)}}.feature-card{display:flex;gap:20px}.feature-card{transition:all .2s ease}.feature-card:hover .feature-card-icon{background-color:#d7758d;color:#fff;transform:scale(1.1)}.feature-card-icon{width:3rem;height:3rem;background-color:hsl(var(--accent));border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:hsl(var(--primary))}.feature-card h4{font-family:var(--font-heading);font-size:1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.875rem;color:hsl(var(--muted-foreground))}.product-page{padding:2rem 0 4rem}.product-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.product-breadcrumb a:hover{color:hsl(var(--primary))}.product-layout{display:grid;gap:3rem}@media (min-width: 1024px){.product-layout{grid-template-columns:1fr 1fr}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-gallery-main{aspect-ratio:1;background:var(--gradient-card-pink);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem}.product-gallery-main img{max-width:100%;max-height:100%;object-fit:contain}.product-gallery-thumbs{display:flex;gap:.75rem}.product-gallery-thumb{width:5rem;height:5rem;border-radius:calc(var(--radius) / 2);overflow:hidden;cursor:pointer;border:2px solid transparent;background-color:hsl(var(--muted));transition:border-color .2s ease}.product-gallery-thumb:hover,.product-gallery-thumb.active{border-color:hsl(var(--primary))}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2rem;font-weight:700}@media (min-width: 768px){.product-title{font-size:2.5rem}}.product-price{font-size:1.75rem;font-weight:700;color:hsl(var(--primary))}.product-availability{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:#d6f5eb;color:#1f7a5c;border-radius:9999px;font-size:.875rem;font-weight:500}.product-availability.out-of-stock{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.product-options{display:flex;flex-direction:column;gap:1rem}.product-option-label{font-weight:600;font-size:.875rem;margin-bottom:.5rem}.product-option-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin:15px 0}.product-option-button{padding:.5rem 1rem;border:2px solid hsl(var(--border));border-radius:calc(var(--radius) / 2);font-size:.875rem;font-weight:500;background-color:transparent;transition:all .2s ease}.product-option-button:hover{border-color:hsl(var(--primary))}.product-option-button.selected{background-color:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.product-quantity{display:flex;align-items:center;gap:.5rem;margin-bottom:15px}.product-quantity-input{width:4rem;text-align:center;font-size:1rem;font-weight:600;padding:.5rem;border:2px solid hsl(var(--border));border-radius:calc(var(--radius) / 2)}.product-add-button{width:100%}.product-description{padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.product-description h3{font-size:1rem;font-weight:600;margin-bottom:.75rem}.product-description p{color:hsl(var(--muted-foreground));line-height:1.7}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:100;opacity:0;visibility:hidden;transition:all .3s ease}.cart-drawer-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:24rem;background-color:hsl(var(--card));z-index:101;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{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-size:1.25rem;font-weight:700}.cart-drawer-close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:calc(var(--radius) / 2)}.cart-drawer-close:hover{background-color:hsl(var(--muted))}.cart-drawer-items{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:hsl(var(--muted-foreground));text-align:center}.cart-drawer-empty svg{width:3rem;height:3rem;margin-bottom:1rem;opacity:.5}.cart-item{display:flex;gap:1rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid hsl(var(--border))}.cart-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cart-item-image{width:4rem;height:4rem;border-radius:calc(var(--radius) / 2);overflow:hidden;background-color:hsl(var(--muted));flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;min-width:0}.cart-item-title{font-weight:600;font-size:.875rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-variant{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.cart-item-price{font-weight:600;color:hsl(var(--primary))}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item-remove{color:hsl(var(--muted-foreground))}.cart-item-remove:hover{color:hsl(var(--destructive))}.cart-item-quantity{display:flex;align-items:center;gap:.25rem}.cart-item-quantity span{width:2rem;text-align:center;font-size:.875rem;font-weight:500}.cart-drawer-footer{padding:1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--background))}.cart-drawer-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-drawer-total-label{font-size:1rem;font-weight:600}.cart-drawer-total-price{font-size:1.25rem;font-weight:700;color:hsl(var(--primary))}.cart-drawer-checkout{width:100%}.cart-drawer-footer{position:relative;bottom:50px}.footer{background-color:hsl(var(--foreground));color:hsl(var(--background));padding:4rem 0 2rem}.footer-inner{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo img{height:4rem;width:4rem}.footer-logo-text{font-family:var(--font-heading);font-size:1.25rem;font-weight:700}.footer-tagline{font-size:.875rem;opacity:.8}.footer-links{display:flex;flex-wrap:wrap;gap:2rem}.footer-link-group h4{font-family:var(--font-heading);font-size:.875rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.footer-link-group ul{list-style:none;display:flex;flex-direction:row;gap:.7rem}.footer-link-group a{font-size:.875rem;opacity:.8;transition:opacity .2s ease}.footer-link-group a:hover{opacity:1}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);text-align:center;font-size:.875rem;opacity:.6}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input{width:100%;padding:.625rem .75rem;font-size:.875rem;border:2px solid hsl(var(--border));border-radius:calc(var(--radius) / 2);background-color:hsl(var(--background));transition:border-color .2s ease}.form-input:focus{outline:none;border-color:hsl(var(--ring))}.form-input::placeholder{color:hsl(var(--muted-foreground))}.skeleton{background:linear-gradient(90deg,hsl(var(--muted)) 25%,hsl(var(--muted) / .5),hsl(var(--muted)) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:calc(var(--radius) / 2)}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .75s linear infinite}.hidden{display:none}@media (min-width: 640px){.sm\:block{display:block}.sm\:hidden{display:none}}@media (min-width: 768px){.md\:block{display:block}.md\:hidden{display:none}.md\:flex{display:flex}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:flex{display:flex}.lg\:grid{display:grid}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
