:root{--cream: #FFF8F2;--cream-dark: #F7EFE6;--lavender: #9F85D8;--lavender-mid: #7D62BC;--lavender-light: #EDE8F9;--lavender-pale: #F6EDFF;--state-hover: rgba(103,80,164,.08);--state-focus: rgba(103,80,164,.12);--beige: #F5E6D3;--beige-dark: #E8D4BC;--blush: #F5D4D4;--blush-light: #FCF0F0;--text: #342B31;--text-muted: #806F78;--text-light: #C4B6BB;--white: #FFFFFF;--border: #EDE0D4;--border-light: #F5EBE3;--success: #6BAE8E;--error: #C05050;--font-heading: "Fraunces", Georgia, serif;--font-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;--section-py: clamp(60px, 8vw, 120px);--container-px: clamp(20px, 5vw, 60px);--container-max: 1280px;--radius-sm: 12px;--radius-md: 20px;--radius-lg: 32px;--radius-xl: 48px;--radius-pill: 9999px;--shadow-sm: 0 2px 12px rgba(58,46,53,.06);--shadow-md: 0 4px 24px rgba(58,46,53,.1);--shadow-lg: 0 8px 48px rgba(58,46,53,.14);--ease: cubic-bezier(.4,0,.2,1);--t: .28s var(--ease);--t-slow: .5s var(--ease)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--t)}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}ul,ol{list-style:none}input,textarea{font-family:var(--font-body)}.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:22px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;word-wrap:normal;user-select:none;-webkit-user-select:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:520;line-height:1.08;color:var(--text)}h1{font-size:clamp(2.7rem,5.4vw,5.15rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.5rem,2.5vw,2.2rem)}h4{font-size:clamp(1.1rem,2vw,1.55rem)}p{max-width:65ch}.eyebrow{font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--lavender-mid);margin-bottom:.75rem;display:block}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-px)}.section{padding:var(--section-py) 0}.section-header{text-align:center;margin-bottom:clamp(40px,5vw,64px)}.section-header p{margin:.9rem auto 0;color:var(--text-muted);font-size:1.05rem;max-width:54ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2.15rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:.875rem;font-weight:800;letter-spacing:.02em;transition:var(--t);cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#a78bfa,#8568cb);color:var(--white);border-color:#ffffff29;box-shadow:0 14px 34px #7d62bc57,inset 0 1px #ffffff47}.btn-primary:hover{background:linear-gradient(135deg,#b79eff,#7358b7);transform:translateY(-2px);box-shadow:0 18px 42px #7d62bc6b,inset 0 1px #ffffff52}.btn-dark{background:var(--text);color:var(--white);border-color:var(--text)}.btn-dark:hover{background:#5a4a52;border-color:#5a4a52;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--text);border-color:var(--border)}.btn-outline:hover{border-color:var(--lavender);color:var(--lavender);transform:translateY(-2px)}.btn-cream{background:var(--white);color:var(--text);border-color:var(--white)}.btn-cream:hover{background:var(--cream);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-lg{padding:1.08rem 2.35rem;font-size:.96rem}.btn-full{width:100%;justify-content:center}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3a2e3566;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:150;opacity:0;pointer-events:none;transition:opacity var(--t-slow)}.overlay.active{opacity:1;pointer-events:all}.announcement-bar{background:var(--lavender);color:var(--white);text-align:center;padding:.6rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.05em}.announcement-bar a{color:var(--white);text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:100;background:#fff8f2f0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;gap:1rem}.header-logo{grid-column:2;font-family:var(--font-heading);font-size:1.8rem;font-weight:400;color:var(--text);letter-spacing:.06em;display:flex;align-items:center;justify-content:center}.header-logo img{height:52px;width:auto}.header-nav{display:none;align-items:center;gap:2.25rem;justify-content:flex-start}@media(min-width:900px){.header-nav{display:flex}}.header-actions{justify-content:flex-end}.header-nav a{font-size:.85rem;font-weight:600;color:var(--text-muted);position:relative;padding-bottom:2px;transition:color var(--t)}.header-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--lavender);transition:width var(--t)}.header-nav a:hover{color:var(--text)}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:.5rem}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-pill);color:var(--text);transition:var(--t);position:relative}.header-icon-btn:hover{background:var(--state-hover);color:var(--lavender-mid)}.cart-count{position:absolute;top:3px;right:3px;width:16px;height:16px;background:var(--lavender);color:var(--white);border-radius:50%;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.4);transition:var(--t)}.cart-count.visible{opacity:1;transform:scale(1)}.mobile-menu-btn{display:flex}@media(min-width:900px){.mobile-menu-btn{display:none}}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--cream);z-index:200;transform:translate(-100%);transition:transform var(--t-slow);padding:2rem;display:flex;flex-direction:column}.mobile-nav.open{transform:translate(0)}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.mobile-nav-logo{font-family:var(--font-heading);font-size:1.6rem;color:var(--text)}.mobile-nav ul{display:flex;flex-direction:column;gap:0}.mobile-nav a{display:block;font-family:var(--font-heading);font-size:2rem;font-weight:300;color:var(--text);padding:.75rem 0;border-bottom:1px solid var(--border-light);transition:color var(--t),padding-left var(--t)}.mobile-nav a:hover{color:var(--lavender);padding-left:.75rem}.mobile-nav-footer{margin-top:auto;font-size:.8rem;color:var(--text-muted)}.hero{position:relative;min-height:clamp(560px,80vh,920px);display:flex;align-items:center;overflow:hidden;background:var(--lavender-pale)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-media img,.hero-media video{width:100%;height:100%;object-fit:cover;object-position:68% center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(circle at 22% 42%,#c4b5e81f,#c4b5e800 40%),linear-gradient(90deg,#342b3138,#342b3124 34%,#342b310a 60%,#342b3100)}.hero-content{position:relative;z-index:2;max-width:540px;padding:2rem 0}.hero-content:before{content:"";position:absolute;top:-2rem;right:-4rem;bottom:-1.5rem;left:-2rem;z-index:-1;border-radius:50%;background:radial-gradient(ellipse at 35% 48%,#342b3138,#342b3124 34%,#342b310d 58%,#342b3100 76%);filter:blur(10px);pointer-events:none}.hero .eyebrow{color:#fff8f2d6}.hero h1{color:var(--cream);font-size:clamp(2.6rem,4.35vw,4.6rem);font-weight:560;line-height:1.04;text-shadow:0 3px 24px rgba(52,43,49,.34);margin-bottom:1.25rem}.hero-subtitle{font-size:clamp(1rem,1.5vw,1.16rem);font-weight:700;color:#fff8f2f5;text-shadow:0 2px 14px rgba(52,43,49,.42);max-width:42ch;margin-bottom:2rem;line-height:1.68}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero .btn-primary .material-symbols-rounded{font-size:1.1rem;transition:transform var(--t)}.hero .btn-primary:hover .material-symbols-rounded{transform:translate(3px)}.hero .btn-outline{color:#fffffff0;border-color:#ffffff94;background:#ffffff0f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hero .btn-outline:hover{color:var(--white);border-color:#ffffffd1;background:#ffffff24;box-shadow:0 14px 28px #3a2e3529}.hero-trust{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff29;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.28);border-radius:var(--radius-pill);padding:.45rem 1rem;font-size:.78rem;color:var(--white);font-weight:700;margin-top:1.75rem}.hero-trust .material-symbols-rounded{font-size:.95rem;color:#ffffffe6;font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 20}.hero--no-image{background:linear-gradient(135deg,var(--lavender-light) 0%,var(--beige) 50%,var(--blush-light) 100%)}.hero--no-image .hero h1,.hero--no-image .hero-subtitle{color:var(--text);text-shadow:none}.hero--no-image .hero-subtitle{color:var(--text-muted)}.hero--no-image .eyebrow{color:var(--lavender-mid)}.hero--no-image .hero-trust{background:#c4b5e833;border-color:#c4b5e866;color:var(--text)}.trust-badges{background:linear-gradient(180deg,var(--white) 0%,#fffbf7 100%);padding:58px 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.trust-badges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:600px){.trust-badges-grid{grid-template-columns:repeat(4,1fr)}}.trust-badge-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem}.trust-mark{position:relative;width:74px;height:74px;display:flex;align-items:center;justify-content:center;border-radius:24px;background:radial-gradient(circle at 38% 28%,#fffffff2,#fff0 38%),linear-gradient(145deg,#fffaf5,#f3edff);box-shadow:0 14px 34px #3a2e3514,inset 0 1px #fffc;transition:transform var(--t),box-shadow var(--t)}.trust-badge-item:hover .trust-mark{transform:translateY(-4px);box-shadow:0 20px 42px #3a2e351f,inset 0 1px #ffffffd9}.trust-mark svg{width:42px;height:42px;overflow:visible}.trust-mark path,.trust-mark circle{fill:none;stroke:var(--lavender-mid);stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.trust-mark .trust-fill{fill:#ede8f9b8;stroke:var(--lavender-mid)}.trust-mark .trust-glow{fill:#ffd88a94;stroke:none;filter:drop-shadow(0 0 12px rgba(255,216,138,.7))}.trust-mark--eco path:not(.trust-fill){stroke:#6bae8e}.trust-mark--local_shipping .trust-fill{fill:#fff8f2bd}.trust-mark--nights_stay path{stroke:#9575cd}.trust-mark--favorite .trust-fill{fill:#d8c8ffd1}.trust-badge-title{font-size:.9rem;font-weight:800;color:var(--text);letter-spacing:.01em}.trust-badge-desc{font-size:.8rem;color:var(--text-muted);line-height:1.5;max-width:20ch}.featured-products{background:var(--cream)}.products-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid.cols-3{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--t),box-shadow var(--t);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--beige)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--t-slow)}.product-card-placeholder,.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--beige);color:var(--lavender-mid)}.product-card-placeholder .material-symbols-rounded{font-size:4rem}.product-image-placeholder .material-symbols-rounded{font-size:7rem}.product-visual{position:relative;width:100%;height:100%;min-height:220px;overflow:hidden;background:radial-gradient(circle at 50% 38%,#fff5d9e6 0 18%,#fff5d900 42%),linear-gradient(145deg,#fbefe1,#f5e1ce);display:flex;align-items:center;justify-content:center}.product-visual:before{content:"";position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:50%;background:radial-gradient(circle,#ffffff9e,#fff0 64%);filter:blur(1px)}.product-visual-glow{position:absolute;width:44%;aspect-ratio:1;border-radius:50%;background:#ffe1a36b;filter:blur(26px)}.product-visual-shadow{position:absolute;bottom:20%;width:32%;height:6%;border-radius:50%;background:#5a4a521f;filter:blur(8px)}.bunny-lamp,.capybara-lamp{position:relative;z-index:1;background:linear-gradient(145deg,#fffaf3,#f5e4d2);box-shadow:inset -14px -18px 34px #7a5b4c14,0 22px 42px #5a4a521f}.bunny-lamp{width:118px;height:132px;border-radius:54% 54% 48% 48%}.bunny-ear{position:absolute;top:-52px;width:34px;height:76px;border-radius:999px;background:linear-gradient(145deg,#fffaf3,#f1dcca);box-shadow:inset -7px -10px 16px #7a5b4c0f}.bunny-ear-left{left:22px;transform:rotate(-8deg)}.bunny-ear-right{right:22px;transform:rotate(8deg)}.bunny-face,.capybara-face{position:absolute;top:0;right:0;bottom:0;left:0}.bunny-eye,.capybara-eye{position:absolute;width:7px;height:7px;border-radius:50%;background:#5f4b55}.bunny-eye-left{left:41px;top:58px}.bunny-eye-right{right:41px;top:58px}.bunny-nose{position:absolute;left:50%;top:74px;width:10px;height:7px;border-radius:50%;transform:translate(-50%);background:#d89aa5}.capybara-lamp{width:158px;height:104px;border-radius:48% 46% 42% 42%/58% 58% 40% 40%;background:linear-gradient(145deg,#d6a77f,#b9825f)}.capybara-ear{position:absolute;top:-12px;width:22px;height:24px;border-radius:50%;background:#b9825f;box-shadow:inset -5px -5px 10px #49322c1f}.capybara-ear-left{left:34px}.capybara-ear-right{right:34px}.capybara-eye-left{left:55px;top:39px}.capybara-eye-right{right:55px;top:39px}.capybara-nose{position:absolute;left:50%;top:54px;width:36px;height:24px;border-radius:50%;transform:translate(-50%);background:#ffebd36b}.product-card:hover .product-card-image img{transform:scale(1.06)}.product-card-badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .8rem;border-radius:var(--radius-pill);font-size:.72rem;font-weight:700;letter-spacing:.04em}.badge .material-symbols-rounded{font-size:.95rem;font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 20}.badge-lavender{background:#ede8f9e6;color:#6050a0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.badge-blush{background:#fcf0f0e6;color:#b06060;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.badge-new{background:#6bae8e26;color:#3d7a5e}.product-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-card-name{font-family:var(--font-heading);font-size:1.4rem;margin-bottom:.5rem;font-weight:400}.product-card-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.65;flex:1}.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}.product-price{font-family:var(--font-heading);font-size:1.35rem;font-weight:500;color:var(--text)}.product-price .was{font-size:.95rem;color:var(--text-muted);text-decoration:line-through;margin-right:.4rem}.product-price .sale{color:var(--error)}.quick-add-btn{width:44px;height:44px;border-radius:50%;background:var(--lavender-light);color:var(--lavender-mid);display:flex;align-items:center;justify-content:center;transition:var(--t);flex-shrink:0;font-size:1.3rem;line-height:1}.quick-add-btn:hover{background:var(--lavender);color:var(--white);transform:scale(1.1)}.product-benefits{background:linear-gradient(140deg,var(--lavender-pale) 0%,var(--beige) 100%)}.benefits-split{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:960px){.benefits-split{grid-template-columns:1fr 1fr;align-items:center;gap:5rem}}.benefits-image-wrap{position:relative}.benefits-image-wrap img{border-radius:var(--radius-xl);width:100%;aspect-ratio:3/4;object-fit:cover;box-shadow:var(--shadow-lg)}.benefits-float{position:absolute;bottom:2.5rem;left:-1.5rem;background:var(--white);border-radius:var(--radius-lg);padding:1.1rem 1.5rem;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:1rem}@media(max-width:767px){.benefits-float{position:static;margin-top:1rem;border-radius:var(--radius-lg)}}.benefits-float-icon{width:42px;height:42px;border-radius:50%;background:var(--lavender-light);color:var(--lavender-mid);display:flex;align-items:center;justify-content:center}.benefits-float-icon .material-symbols-rounded{font-size:1.45rem;font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 24}.benefits-float-text strong{display:block;font-size:1.25rem;font-weight:700;color:var(--text);line-height:1}.benefits-float-text span{font-size:.78rem;color:var(--text-muted)}.benefits-list{display:flex;flex-direction:column;gap:1.75rem;margin-top:2.5rem}.benefit-item{display:flex;gap:1.25rem;align-items:flex-start}.benefit-icon{flex-shrink:0;width:52px;height:52px;border-radius:var(--radius-md);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:var(--shadow-sm)}.benefit-text h4{font-family:var(--font-body);font-size:.95rem;font-weight:700;margin-bottom:.3rem;color:var(--text)}.benefit-text p{font-size:.85rem;color:var(--text-muted);max-width:100%;line-height:1.65}.testimonials{background:var(--white)}.rating-bar{display:flex;align-items:center;justify-content:center;gap:1.25rem;background:var(--lavender-light);border-radius:var(--radius-xl);padding:1.25rem 2rem;max-width:360px;margin:0 auto 3rem}.rating-score{font-family:var(--font-heading);font-size:3.25rem;font-weight:600;line-height:1;color:var(--text)}.rating-info .stars{display:flex;gap:.2rem;color:#f4c030;font-size:1rem;margin-bottom:.3rem}.rating-info span{font-size:.78rem;color:var(--text-muted)}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--cream);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:transform var(--t),box-shadow var(--t)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.t-stars{display:flex;gap:.2rem;color:#f4c030;font-size:.95rem}.t-text{font-family:var(--font-heading);font-size:1.1rem;font-weight:300;line-height:1.75;color:var(--text);font-style:italic;flex:1}.t-author{display:flex;align-items:center;gap:.875rem;margin-top:auto}.t-avatar{width:40px;height:40px;border-radius:50%;background:var(--beige);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:var(--text-muted)}.t-avatar img{width:100%;height:100%;object-fit:cover}.t-name{font-size:.875rem;font-weight:700;color:var(--text);display:block}.t-tag{font-size:.78rem;color:var(--text-muted)}.faq-section{background:var(--lavender-pale)}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-q{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.375rem 0;font-family:var(--font-body);font-size:.95rem;font-weight:700;color:var(--text);background:none;border:none;cursor:pointer;transition:color var(--t)}.faq-q:hover{color:var(--lavender-mid)}.faq-ico{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--lavender-light);color:var(--lavender-mid);display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:transform var(--t),background var(--t),color var(--t)}.faq-item.open .faq-ico{background:var(--lavender);color:var(--white);transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .38s var(--ease)}.faq-a-inner{padding-bottom:1.375rem;font-size:.9rem;color:var(--text-muted);line-height:1.85}.faq-a-inner a{color:var(--lavender-mid);text-decoration:underline}.newsletter-section{background:var(--lavender);color:var(--white);text-align:center}.newsletter-section h2{color:var(--white)}.newsletter-section .eyebrow{color:#ffffffb3}.newsletter-section p{color:#ffffffd9;margin:0 auto 2rem}.nl-form{display:flex;max-width:480px;margin:0 auto;background:#ffffff2e;border:1px solid rgba(255,255,255,.32);border-radius:var(--radius-pill);padding:.375rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nl-input{flex:1;background:none;border:none;outline:none;padding:.625rem 1.25rem;font-family:var(--font-body);font-size:.9rem;color:var(--white);min-width:0}.nl-input::placeholder{color:#fff9}.nl-note{margin-top:1rem;font-size:.78rem;color:#ffffff8c}.site-footer{background:var(--text);color:#ffffffa6;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-logo{font-family:var(--font-heading);font-size:1.8rem;color:var(--white);margin-bottom:1rem;display:block}.footer-tagline{font-size:.85rem;line-height:1.75;max-width:28ch;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.footer-social a{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffffa6;transition:var(--t);font-size:.9rem}.footer-social a:hover{background:var(--lavender);color:var(--white);transform:translateY(-2px)}.footer-col h4{font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--white);margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.625rem}.footer-col a{font-size:.85rem;color:#ffffff8c;transition:color var(--t)}.footer-col a:hover{color:var(--lavender)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;font-size:.78rem;color:#ffffff61}.footer-bottom a{color:#ffffff61}.footer-bottom a:hover{color:#ffffffa6}.footer-payments{display:flex;gap:.5rem;align-items:center}.footer-payments span{background:#ffffff1f;border-radius:6px;padding:.25rem .6rem;font-size:.72rem;font-weight:600;color:#fff9}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100%;background:var(--white);z-index:300;transform:translate(100%);transition:transform var(--t-slow);display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.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 var(--border-light);flex-shrink:0}.cart-drawer-title{font-family:var(--font-heading);font-size:1.55rem;font-weight:400}.cart-count-label{font-size:.78rem;font-weight:600;color:var(--text-muted);background:var(--cream);border-radius:var(--radius-pill);padding:.2rem .625rem;margin-left:.5rem}.cart-close-btn{width:36px;height:36px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;color:var(--text);transition:var(--t)}.cart-close-btn:hover{background:var(--lavender-light);color:var(--lavender-mid)}.cart-items{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.cart-item{display:grid;grid-template-columns:84px 1fr auto;gap:1rem;align-items:start}.cart-item-img{width:84px;height:84px;border-radius:var(--radius-md);overflow:hidden;background:var(--beige);flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-name{font-size:.88rem;font-weight:700;margin-bottom:.2rem;line-height:1.35}.cart-item-variant{font-size:.78rem;color:var(--text-muted);margin-bottom:.75rem}.cart-item-qty{display:flex;align-items:center;gap:.5rem;background:var(--cream);border-radius:var(--radius-pill);padding:.25rem;width:fit-content}.qty-btn{width:28px;height:28px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text);transition:var(--t);box-shadow:var(--shadow-sm);line-height:1}.qty-btn:hover{background:var(--lavender-light);color:var(--lavender-mid)}.qty-val{min-width:22px;text-align:center;font-size:.875rem;font-weight:700}.cart-item-line-price{font-weight:700;font-size:.9rem;white-space:nowrap}.cart-item-remove{display:inline-block;font-size:.72rem;color:var(--text-muted);text-decoration:underline;margin-top:.5rem;transition:color var(--t)}.cart-item-remove:hover{color:var(--error)}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;gap:1rem;color:var(--text-muted)}.cart-empty-icon{width:72px;height:72px;border-radius:50%;background:var(--lavender-light);color:var(--lavender-mid);display:flex;align-items:center;justify-content:center}.cart-empty-icon .material-symbols-rounded{font-size:2.5rem}.cart-empty p{font-size:.95rem}.cart-drawer-footer{padding:1.5rem;border-top:1px solid var(--border-light);flex-shrink:0}.cart-free-shipping{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.8rem;color:var(--success);font-weight:600;margin-bottom:1rem;background:#f0faf5;border-radius:var(--radius-pill);padding:.5rem 1rem}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.cart-subtotal-label{font-size:.85rem;color:var(--text-muted)}.cart-subtotal-amount{font-family:var(--font-heading);font-size:1.5rem;font-weight:500;color:var(--text)}.cart-checkout-btn{width:100%;padding:1.05rem;background:var(--text);color:var(--white);border-radius:var(--radius-pill);font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:var(--t);margin-bottom:.75rem}.cart-checkout-btn:hover{background:#5a4a52;transform:translateY(-1px);box-shadow:var(--shadow-md)}.cart-continue{display:block;text-align:center;font-size:.8rem;color:var(--text-muted);text-decoration:underline;transition:color var(--t)}.cart-continue:hover{color:var(--text)}.cart-note{text-align:center;font-size:.75rem;color:var(--text-muted);margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.35rem}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--white);border-top:1px solid var(--border);padding:.875rem var(--container-px);transform:translateY(100%);transition:transform var(--t);box-shadow:0 -4px 24px #3a2e3517}.sticky-atc.visible{transform:translateY(0)}.sticky-atc-inner{display:flex;align-items:center;gap:1rem;max-width:var(--container-max);margin:0 auto}.sticky-atc-info{flex:1;min-width:0}.sticky-atc-name{font-weight:700;font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc-price{font-family:var(--font-heading);font-size:1.1rem;color:var(--text-muted)}.sticky-atc .btn{flex-shrink:0;padding:.75rem 1.5rem}.product-page{padding:clamp(40px,5vw,80px) 0;background:linear-gradient(180deg,var(--cream) 0%,#fffaf7 100%)}.product-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:900px){.product-layout{grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.product-gallery{position:sticky;top:120px}}.product-gallery-main{position:relative;border-radius:var(--radius-xl);overflow:hidden;min-height:320px;aspect-ratio:4/3;background:var(--beige);margin-bottom:1rem;box-shadow:0 24px 70px #3a2e351a}@media(min-width:900px){.product-gallery-main{aspect-ratio:1;min-height:0}}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-media-badge{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:.4rem;background:#ffffffb8;border:1px solid rgba(255,255,255,.88);border-radius:var(--radius-pill);box-shadow:0 12px 28px #3a2e351a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#5f5058;font-size:.76rem;font-weight:800;padding:.5rem .78rem}.product-media-badge .material-symbols-rounded{font-size:1rem;color:var(--lavender-mid)}.product-media-badge-top{top:1rem;left:1rem}.product-media-badge-bottom{right:1rem;bottom:1rem}.product-perfect-for{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1rem}.product-perfect-for span{display:inline-flex;align-items:center;border-radius:var(--radius-pill);background:#ffffffb8;border:1px solid var(--border-light);color:#5f5058;font-size:.76rem;font-weight:800;padding:.45rem .75rem}.product-thumbs{display:flex;gap:.75rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.product-thumbs::-webkit-scrollbar{display:none}.product-thumb{flex-shrink:0;width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--t);background:var(--beige)}.product-thumb.active{border-color:var(--lavender)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{background:#ffffffa8;border:1px solid rgba(237,224,212,.72);border-radius:var(--radius-xl);padding:clamp(1.25rem,3vw,2.25rem);box-shadow:var(--shadow-sm)}@media(max-width:899px){.product-page{padding-top:1.5rem}.product-layout{gap:1.35rem}.product-info{padding:1.2rem;border-radius:28px}}.product-kicker{display:inline-block;color:var(--lavender-mid);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.85rem}.product-badge{margin-bottom:1rem}.product-title{font-family:var(--font-heading);font-size:clamp(2.15rem,3.4vw,3.35rem);font-weight:560;line-height:1.05;margin-bottom:1rem}.product-price-block{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.product-price-now{font-family:var(--font-heading);font-size:1.75rem;font-weight:500;color:var(--text)}.product-price-was{font-family:var(--font-heading);font-size:1.25rem;color:var(--text-muted);text-decoration:line-through}.product-desc{font-size:1rem;color:#5f5058;line-height:1.78;margin-bottom:1.25rem}.product-feature-chips{display:grid;grid-template-columns:1fr;gap:.65rem;margin:0 0 1.75rem}@media(min-width:560px){.product-feature-chips{grid-template-columns:repeat(2,1fr)}}.product-feature-chips span{display:flex;align-items:center;gap:.45rem;background:var(--cream);border:1px solid var(--border-light);border-radius:18px;padding:.65rem .75rem;font-size:.8rem;color:#5f5058;font-weight:700}.product-feature-chips .material-symbols-rounded{color:var(--lavender-mid);font-size:1rem}.product-options{margin-bottom:1.75rem}.option-label{font-size:.85rem;font-weight:700;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.option-label span{font-weight:400;color:var(--text-muted)}.option-swatches{display:flex;flex-wrap:wrap;gap:.625rem}.option-btn{padding:.5rem 1.125rem;border-radius:var(--radius-pill);border:1.5px solid var(--border);font-size:.85rem;font-weight:600;color:var(--text);background:var(--white);cursor:pointer;transition:var(--t)}.option-btn:hover,.option-btn.selected{border-color:var(--lavender);background:var(--lavender-light);color:#6050a0}.product-form-row{display:flex;gap:.875rem;margin-bottom:.75rem}.product-qty{display:flex;align-items:center;gap:.5rem;background:var(--cream);border-radius:var(--radius-pill);padding:.375rem;border:1.5px solid var(--border);flex-shrink:0}.product-qty .qty-btn{box-shadow:none}.product-qty .qty-val{width:2rem}.product-atc-btn{flex:1;padding:1rem 1.25rem;background:linear-gradient(135deg,#a78bfa,#8568cb);color:var(--white);border-radius:var(--radius-pill);font-size:.92rem;font-weight:800;letter-spacing:.02em;transition:var(--t);box-shadow:0 14px 34px #7d62bc42,inset 0 1px #ffffff47}.product-atc-btn:hover{transform:translateY(-2px);box-shadow:0 18px 42px #7d62bc57,inset 0 1px #ffffff52}.product-atc-btn:disabled{opacity:.6;transform:none;cursor:not-allowed}.product-form-note{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.78rem;margin-bottom:1.35rem}.product-form-note .material-symbols-rounded{font-size:.95rem;color:var(--lavender-mid)}.product-guarantees{display:grid;grid-template-columns:1fr;gap:.75rem;padding:1rem;background:var(--cream);border-radius:var(--radius-lg);margin-bottom:1.75rem}@media(min-width:560px){.product-guarantees{grid-template-columns:repeat(3,1fr)}}.product-guarantee{display:flex;align-items:center;justify-content:center;text-align:center;gap:.45rem;font-size:.76rem;color:#5f5058;font-weight:700;background:#fff9;border:1px solid var(--border-light);border-radius:16px;padding:.72rem .55rem}.product-guarantee svg,.product-guarantee-icon{color:var(--lavender);font-size:1rem;flex-shrink:0}.product-routine{background:linear-gradient(135deg,var(--lavender-light),#fffaf5);border:1px solid rgba(196,181,232,.28);border-radius:var(--radius-lg);padding:1rem;margin-bottom:1.75rem}.product-routine-head{display:flex;align-items:center;gap:.5rem;font-weight:800;color:var(--text);margin-bottom:.8rem}.product-routine-head .material-symbols-rounded{color:var(--lavender-mid);font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 24}.product-routine-grid{display:grid;gap:.7rem}@media(min-width:560px){.product-routine-grid{grid-template-columns:repeat(3,1fr)}}.product-routine-grid div{background:#ffffffad;border:1px solid rgba(255,255,255,.82);border-radius:18px;padding:.85rem}.product-routine-grid strong{display:block;font-size:.85rem;color:var(--text);margin-bottom:.2rem}.product-routine-grid span{display:block;font-size:.78rem;color:#6f5e66;line-height:1.5}.product-details{border-top:1px solid var(--border-light)}.product-detail-item{border-bottom:1px solid var(--border-light)}.product-detail-btn{width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:.875rem;font-weight:700;color:var(--text);background:none;border:none;cursor:pointer;transition:color var(--t)}.product-detail-btn:hover{color:var(--lavender-mid)}.detail-chevron{transition:transform var(--t);color:var(--text-muted);font-size:1rem}.product-detail-item.open .detail-chevron{transform:rotate(180deg)}.product-detail-content{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.product-detail-inner{padding-bottom:1rem;font-size:.875rem;color:var(--text-muted);line-height:1.85}.product-detail-inner ul{list-style:disc;padding-left:1.25rem;display:flex;flex-direction:column;gap:.3rem}.nl-success{color:#ffffffeb;margin-top:1rem;font-weight:700;display:inline-flex;align-items:center;gap:.45rem}.nl-success .material-symbols-rounded{font-size:1.15rem;font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 20}.collection-header{background:linear-gradient(135deg,var(--lavender-light) 0%,var(--beige) 100%);padding:clamp(60px,8vw,100px) 0;text-align:center}.collection-header h1{margin-bottom:.75rem}.collection-header p{color:var(--text-muted);margin:0 auto}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.rte{color:var(--text-muted);font-size:1rem;line-height:1.85}.rte p+p{margin-top:1rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:absolute;top:-100%;left:0;padding:.5rem 1rem;background:var(--lavender);color:var(--white);border-radius:0 0 var(--radius-sm) 0;z-index:1000;transition:top var(--t)}.skip-link:focus{top:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .55s var(--ease) both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:var(--white);border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle}@media(max-width:639px){.cart-drawer{width:100vw}.hero-actions{flex-direction:column;align-items:flex-start}.nl-form{flex-direction:column;border-radius:var(--radius-xl);padding:1rem;gap:.75rem}.nl-input{padding:.5rem .25rem}.nl-form .btn{width:100%}.product-form-row{flex-direction:column}.sticky-atc-name,.benefits-float{display:none}.hero{align-items:flex-start;min-height:680px}.hero-media img{object-position:72% center}.hero-overlay{background:radial-gradient(circle at 18% 34%,#c4b5e824,#c4b5e800 48%),linear-gradient(180deg,#342b317a,#342b314d 38%,#342b3114 70%,#342b3100)}.hero-content{padding-top:4rem;max-width:92%}.hero-content:before{top:2rem;right:-2rem;bottom:-1.25rem;left:-1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.about-hero{position:relative;overflow:hidden;padding:clamp(70px,9vw,130px) 0;background:radial-gradient(circle at 78% 18%,#c4b5e842,#c4b5e800 36%),linear-gradient(135deg,var(--cream) 0%,#fffaf5 48%,var(--lavender-pale) 100%)}.about-hero:after{content:"";position:absolute;right:8%;bottom:-70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#ffd88a3d,#ffd88a00 68%)}.about-hero-grid{position:relative;z-index:1;display:grid;gap:2rem;align-items:end}@media(min-width:900px){.about-hero-grid{grid-template-columns:minmax(0,1.1fr) .72fr;gap:4rem}}.about-hero h1{max-width:10ch;margin-bottom:1.25rem}.about-lede{font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.78;color:#5f5058;max-width:58ch}.about-note{background:#ffffff9e;border:1px solid rgba(196,181,232,.24);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);color:#5f5058;line-height:1.75}.about-note .material-symbols-rounded{color:var(--lavender-mid);font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 24;margin-bottom:.75rem}.about-story-section{background:var(--white)}.about-story-grid{display:grid;gap:1.5rem}@media(min-width:960px){.about-story-grid{grid-template-columns:minmax(0,1.05fr) .95fr;gap:2rem;align-items:start}}.about-story-card{background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,3rem)}.about-story-card h2{margin-bottom:1rem}.about-values{display:grid;gap:1rem}.about-value{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);padding:1.25rem;box-shadow:var(--shadow-sm)}.about-value-icon{width:44px;height:44px;border-radius:16px;background:var(--lavender-light);color:var(--lavender-mid);display:flex;align-items:center;justify-content:center;margin-bottom:.85rem}.about-value h3{font-family:var(--font-body);font-size:1rem;font-weight:800;margin-bottom:.35rem}.about-value p{color:var(--text-muted);font-size:.92rem;line-height:1.65}.about-founder{background:linear-gradient(135deg,var(--lavender-light) 0%,var(--cream) 100%);padding:clamp(60px,8vw,110px) 0}.about-founder-inner{display:grid;gap:1.5rem;background:#ffffff85;border:1px solid rgba(255,255,255,.7);border-radius:var(--radius-xl);padding:clamp(1.5rem,4vw,3rem);box-shadow:var(--shadow-md)}@media(min-width:900px){.about-founder-inner{grid-template-columns:.82fr 1fr;gap:3rem;align-items:start}}.main-page{padding:clamp(70px,9vw,120px) 0;background:linear-gradient(135deg,var(--cream) 0%,#fffaf5 52%,var(--lavender-pale) 100%)}.main-page-header{text-align:center;margin:0 auto 2rem;max-width:760px}.main-page-content{max-width:760px;margin:0 auto;background:#ffffff94;border:1px solid rgba(196,181,232,.2);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,3rem);box-shadow:var(--shadow-sm)}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
