html{scroll-behavior:smooth;scroll-padding-top:4rem}*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);background-color:var(--color-background);color:var(--color-foreground)}.hero{background:linear-gradient(135deg,var(--color-warm-beige, #faf9f7) 0%,#f5f3f0 100%);padding:100px 24px;position:relative;overflow:hidden}.hero-container{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:center;max-width:var(--page-width, 1400px);margin:0 auto;position:relative;padding-left:24px;padding-right:24px}.hero-content{position:relative;z-index:2;padding-right:40px;padding-left:64px}.hero-headline{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:clamp(28px,4.2vw,52px);line-height:1.08;color:var(--color-text-dark, #0f0f0f);margin-bottom:12px;letter-spacing:-.5px}.hero-subheading{font-family:var(--font-body--family);font-weight:700;font-size:20px;color:var(--color-primary);margin-bottom:18px;line-height:1.25}.hero-description{font-family:var(--font-body--family);font-size:16px;line-height:1.6;color:#5a5a5a;margin-bottom:36px;max-width:520px}.hero-buttons{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:transform .22s cubic-bezier(.2,.9,.2,1),box-shadow .22s;padding:12px 28px;border-radius:9999px;font-family:inherit;box-shadow:none;vertical-align:middle}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:0 14px 40px #7a8f5d29}.btn-primary:hover,.btn-primary:focus{transform:translateY(-3px);box-shadow:0 20px 50px #7a8f5d2e;outline:none}.btn-arrow{font-size:18px;display:inline-block;transform:translate(2px)}.btn-secondary{background-color:transparent;color:var(--color-text-dark);border:1px solid rgba(0,0,0,.06);padding:10px 18px;border-radius:9999px;display:inline-flex;align-items:center;gap:10px}.btn-secondary .btn-play-icon{width:36px;height:36px;display:inline-grid;place-items:center;background:linear-gradient(180deg,#e85d751f,#e85d750f);color:var(--color-accent);border-radius:50%;font-size:14px}.btn-play-icon{font-size:12px;display:inline-flex;align-items:center}.hero-accent-dot{position:absolute;background-color:#e85d75;border-radius:50%;opacity:.6}.hero-accent-dot-top{width:8px;height:8px;top:48px;left:8%;z-index:3}.hero-accent-dot-middle{width:6px;height:6px;top:46%;right:14%;opacity:.45}.hero-accent-dot-bottom{width:10px;height:10px;bottom:52px;left:14%;z-index:1}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;height:500px;perspective:1000px}.device-mockup-wrapper{position:relative;width:280px;height:280px;display:flex;align-items:center;justify-content:center}.device-ring{position:absolute;width:90px;height:90px;border:6px solid #1a1a1a;border-radius:50%;top:-25px;right:-25px;z-index:4;background:transparent}.device-body{position:relative;width:240px;height:240px;background:radial-gradient(circle at 35% 35%,#8a9f6f,#6b7f54);border-radius:50%;box-shadow:0 20px 60px #0000004d,0 0 40px #00000026,inset -2px -2px 8px #0000001a;display:flex;align-items:center;justify-content:center;z-index:3;border:8px solid #1a1a1a}.device-screen{position:absolute;width:200px;height:200px;background:radial-gradient(circle at 30% 30%,#a8b891,#7a8f5d);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #1a1a1a;z-index:2;box-shadow:inset 0 2px 6px #0003}.device-screen-content{display:flex;flex-direction:column;align-items:center;gap:12px;color:#1a1a1a}.device-icon{width:48px;height:48px;stroke:currentColor;opacity:.8}.device-label{font-size:14px;font-weight:700;letter-spacing:1px;color:#1a1a1a}.hero-bg-dots{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle,#ddd 1px,transparent 1px);background-size:20px 20px;opacity:.3;pointer-events:none;border-radius:50%;top:0;left:0}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:40px;padding:0 20px}.hero-headline{font-size:44px}.hero-subheading{font-size:20px}.hero-visual{height:400px}.device-mockup-wrapper{width:220px;height:220px}.device-body{width:180px;height:180px}.device-screen{width:150px;height:150px}.device-icon{width:36px;height:36px}.device-label{font-size:12px}}@media(max-width:768px){.hero{padding:60px 16px}.hero-content{padding-right:0}.hero-headline{font-size:36px}.hero-subheading{font-size:18px;margin-bottom:20px}.hero-description{font-size:15px;margin-bottom:32px}.hero-buttons{gap:12px}.btn{padding:12px 24px;font-size:14px}.hero-visual{height:300px}.device-mockup-wrapper{width:160px;height:160px}.device-body{width:140px;height:140px;border-width:6px}.device-ring{width:70px;height:70px;border-width:5px;top:-15px;right:-15px}.device-screen{width:110px;height:110px;border-width:2px}.device-icon{width:28px;height:28px}.device-label{font-size:11px}.hero-accent-dot-top{width:6px;height:6px;display:none}.hero-accent-dot-middle,.hero-accent-dot-bottom{display:none}}@media(max-width:480px){.hero{padding:40px 16px}.hero-headline{font-size:28px;margin-bottom:12px}.hero-subheading{font-size:16px;margin-bottom:16px}.hero-description{font-size:14px;margin-bottom:24px}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}.hero-visual{height:250px}.device-mockup-wrapper{width:140px;height:140px}.device-body{width:120px;height:120px;border-width:5px}.device-ring{width:60px;height:60px;border-width:4px;top:-10px;right:-10px}.device-screen{width:95px;height:95px;border-width:2px}.device-icon{width:24px;height:24px}.device-label{font-size:10px}}:root{--color-header-promo-bg: #69733F;--color-header-accent: #E99AA0}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.hero--bg{position:relative;min-height:520px;padding:0;overflow:hidden;background:#faf9f7}.hero-slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}@media(min-width:769px){.hero-slides{left:50%}}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;opacity:0;transition:opacity .9s ease}.hero-bg-img.is-active{opacity:1}.hero-bg-overlay{display:none}@media(min-width:769px){.hero-bg-overlay{display:block;position:absolute;top:0;bottom:0;left:50%;width:200px;z-index:1;background:linear-gradient(to right,#faf9f7,#faf9f700);pointer-events:none}}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:24px;row-gap:20px;padding:80px 24px 80px clamp(24px,5vw,80px);max-width:820px;align-items:start}.hero-token{grid-column:1;grid-row:1 / 3;align-self:center;flex-shrink:0;width:160px;overflow:visible;display:flex;align-items:center;justify-content:center}.hero-token-img{width:280px;max-width:unset;height:auto;max-height:420px;object-fit:contain;filter:drop-shadow(0 12px 32px rgba(0,0,0,.22))}.hero-bg-content{grid-column:2;grid-row:1;position:relative;padding:0;max-width:480px;margin-left:0}.hero-buttons{grid-column:2;grid-row:2;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.hero-dots{display:flex;gap:8px;margin-top:28px}.hero-dot{width:8px;height:8px;border-radius:50%;background:#0000002e;border:none;cursor:pointer;padding:0;transition:background .3s,transform .3s}.hero-dot.is-active{background:#7a8f5d;transform:scale(1.35)}@media(max-width:768px){.hero--bg{display:flex;flex-direction:column;min-height:unset;align-items:stretch;overflow:hidden}.hero-slides{position:relative;width:100%;height:280px;flex-shrink:0}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center 25%}.hero-inner{position:relative;z-index:2;background:#faf9f7;border-radius:18px 18px 0 0;margin-top:-32px;padding:16px 16px 24px;max-width:100%;width:100%;display:grid;grid-template-columns:130px 1fr;grid-template-rows:auto auto;column-gap:14px;row-gap:0;align-items:stretch}.hero-token{grid-column:1;grid-row:1;width:130px;margin-top:0;overflow:hidden;align-self:stretch;display:flex;align-items:center;justify-content:center}.hero-token-img{width:130px;height:100%;max-height:200px;object-fit:contain;object-position:center}.hero-bg-content{grid-column:2;grid-row:1;padding:16px 0 0;max-width:unset}.hero-headline{font-size:24px;font-weight:800;line-height:1.12}.hero-buttons{grid-column:1 / -1;grid-row:2;display:flex;flex-direction:row;gap:12px;margin-top:16px;width:100%}.btn-primary{flex:1 1 0;min-width:0;justify-content:center;padding:14px 8px}.btn-secondary{flex:1 1 0;min-width:0;justify-content:center;padding:12px 8px;border:1px solid rgba(0,0,0,.12)}.hero-dots{margin-top:16px}}@media(max-width:480px){.hero-slides{height:240px}.hero-headline{font-size:22px}}.hero--has-image .hero-container,.hero--has-image .hero-content,.hero-image-wrapper,.hero-photo{all:unset}.intro{background:#fff;padding:0;position:relative;overflow:hidden}.intro-content{position:relative;z-index:2;padding:72px 48px 72px 40px}.intro-container{display:grid;grid-template-columns:1fr 1.1fr;gap:0;align-items:stretch;max-width:none;margin:0;position:relative}.intro-image-wrapper{position:relative;overflow:hidden;min-height:480px;align-self:stretch}.intro-image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 55%,#ffffff 92%);pointer-events:none;z-index:2}.intro-image-placeholder{position:relative;width:100%;height:100%;min-height:480px;overflow:hidden}.circle-bg{display:none}.intro-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:0;box-shadow:none}.intro-accent-dot{position:absolute;background-color:#e85d75;border-radius:50%;opacity:.6}.intro-accent-dot-top{width:8px;height:8px;top:20px;right:30px;z-index:3}.intro-accent-dot-bottom{width:10px;height:10px;bottom:40px;left:20px;z-index:3}.intro-label{font-size:12px;font-weight:600;letter-spacing:1.5px;color:#e85d75;text-transform:uppercase;margin-bottom:16px;line-height:1.4}.intro-heading{font-size:42px;font-weight:700;line-height:1.3;color:#0f0f0f;margin-bottom:24px;letter-spacing:-.5px}.intro-highlight{color:#7a8f5d;font-weight:700}.intro-description{font-size:16px;line-height:1.7;color:#5a5a5a;margin-bottom:48px;max-width:450px;white-space:pre-line}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.feature-item{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:24px;background:#faf9f7;border-radius:12px;transition:all .3s ease}.feature-item:hover{background:#f5f3f0;transform:translateY(-4px)}.feature-icon-wrapper{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#fff;border-radius:50%;box-shadow:0 4px 12px #00000014}.feature-icon{width:28px;height:28px;color:#7a8f5d;stroke-width:2}.feature-title{font-size:18px;font-weight:600;color:#0f0f0f;line-height:1.3}.feature-description{font-size:14px;line-height:1.6;color:#5a5a5a}@media(max-width:1024px){.intro-container{grid-template-columns:1fr 1fr}.intro-content{padding:56px 36px 56px 28px}.intro-heading{font-size:32px}.features-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:768px){.intro{padding:0!important}.intro-container{grid-template-columns:1fr!important;gap:0}.intro-image-wrapper{position:relative;width:100%;height:280px;min-height:unset;max-height:unset;overflow:hidden}.intro-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:unset;max-height:unset}.intro-image-wrapper:after{background:linear-gradient(to bottom,transparent 40%,rgba(255,255,255,.85) 100%)}.intro-content{position:relative;z-index:2;background:#fff;border-radius:18px 18px 0 0;margin-top:-32px;padding:28px 24px 48px}.intro-heading{font-size:26px;margin-bottom:16px}.intro-description{font-size:15px;margin-bottom:28px}.features-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.feature-item{padding:14px 10px;gap:10px;align-items:center;text-align:center}.feature-description{display:none}.feature-icon-wrapper{width:48px;height:48px}.feature-icon{width:22px;height:22px}.feature-title{font-size:13px}.intro-accent-dot-top,.intro-accent-dot-bottom{display:none}}@media(max-width:480px){.intro{padding:0!important}.intro-image-wrapper{height:250px}.intro-image-placeholder{top:0;right:0;bottom:0;left:0;width:100%;height:100%}.intro-heading{font-size:22px;margin-bottom:16px}.intro-label{font-size:11px;margin-bottom:12px}.intro-description{font-size:14px;margin-bottom:28px}.features-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}.feature-item{padding:12px 8px;gap:8px}.feature-icon-wrapper{width:40px;height:40px}.feature-icon{width:20px;height:20px}.feature-title{font-size:12px;text-align:center}}.hero--has-image .hero-container{grid-template-columns:1fr 1fr;gap:0;max-width:none;padding:0}.hero--has-image .hero-content{padding:80px 60px 80px 80px}.hero-image-wrapper{position:relative;overflow:hidden;border-radius:0;height:100%;min-height:500px}.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:0}.hero-subheading-line{width:40px;height:3px;background-color:#e85d75;margin-bottom:20px;border-radius:2px}.featured-products-label{font-size:12px;font-weight:600;letter-spacing:1.5px;color:#e85d75;text-transform:uppercase;text-align:center;margin-bottom:8px}.trust-icon-sublabel{font-size:12px;font-weight:400;color:#5a5a5a;line-height:1.3;text-align:center}@media(max-width:900px){.hero--has-image .hero-container{grid-template-columns:1fr}.hero--has-image .hero-content{padding:60px 24px 40px;order:1}.hero-image-wrapper{min-height:300px;order:0}}@media(max-width:640px){.hero--has-image .hero-content{padding:40px 16px 32px}.hero-image-wrapper{min-height:240px}}footer{background-color:#faf9f7;border-top:1px solid #ede9e4;padding:0;margin-top:3rem}footer a{text-decoration:none;transition:color .2s ease}.footer__trust-row{background:var(--color-warm-beige, #f6efe9);padding:3rem 1.5rem;border-bottom:1px solid #ede9e4}.trust-icon-container{max-width:var(--page-width, 1400px);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:start}.trust-icon-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.trust-icon-circle{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:#fff;border-radius:50%;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s;flex-shrink:0}.trust-icon-circle:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.trust-icon-circle svg{width:26px;height:26px;color:#7a8f5d}.trust-icon-label{font-size:13px;font-weight:600;color:#0f0f0f;line-height:1.3}.footer__main{max-width:var(--page-width, 1400px);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:3rem;padding:4rem 1.5rem 3rem}.footer__logo{display:inline-block;font-size:1.5rem;font-weight:800;letter-spacing:-.5px;color:#0f0f0f;text-decoration:none;margin-bottom:.75rem}.footer__tagline{font-size:13px;font-weight:600;color:#7a8f5d;margin:0 0 .75rem;letter-spacing:.2px}.footer__brand-desc{font-size:13.5px;line-height:1.7;color:#6b6b6b;margin:0 0 1.5rem;max-width:280px}.footer__socials{display:flex;gap:.75rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#fff;border:1px solid #e8e4e0;border-radius:50%;color:#5a5a5a;transition:background .2s,color .2s,border-color .2s,transform .2s}.footer__social-link:hover{background:#7a8f5d;color:#fff;border-color:#7a8f5d;transform:translateY(-2px);opacity:1}.footer__social-link svg{width:16px;height:16px}.footer__col-title{font-size:11px;font-weight:700;color:#9a9a9a;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 1.25rem}.footer__nav{display:flex;flex-direction:column;gap:.7rem}.footer__nav-link{font-size:14px;color:#4a4a4a;transition:color .2s;line-height:1.4}.footer__nav-link:hover{color:#7a8f5d}.footer__contact{display:flex;flex-direction:column;gap:.75rem}.footer__contact-item{display:flex;align-items:center;gap:.6rem;font-size:14px;color:#4a4a4a;text-decoration:none;transition:color .2s}.footer__contact-item:hover{color:#7a8f5d}.footer__contact-item svg{width:15px;height:15px;flex-shrink:0;color:#7a8f5d}.footer__contact-hours{font-size:13px;color:#8a8a8a;margin:.25rem 0 0;line-height:1.5}.footer__bottom{border-top:1px solid #ede9e4;background:#f4f0eb}.footer__bottom-inner{max-width:var(--page-width, 1400px);margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.footer__copyright{font-size:13px;color:#8a8a8a;margin:0}.footer__bottom-right{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.footer__bottom-socials{display:flex;align-items:center;gap:.5rem}.footer__bottom-social{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#ffffff0f;color:#8a8a8a;text-decoration:none;transition:background .2s,color .2s}.footer__bottom-social:hover{background:#7a8f5d2e;color:#7a8f5d}.footer__payment{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.footer__payment-icon{display:flex;align-items:center;height:26px;opacity:.75;transition:opacity .2s}.footer__payment-icon:hover{opacity:1}.footer__payment-icon svg{height:100%;width:auto;max-width:44px}@media(max-width:1024px){.footer__main{grid-template-columns:1fr 1fr;gap:2.5rem;padding:3rem 1.5rem 2.5rem}.footer__col--brand{grid-column:1 / -1}.footer__brand-desc{max-width:100%}.trust-icon-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.footer__trust-row{padding:2rem 1rem}.trust-icon-container{grid-template-columns:repeat(2,1fr);gap:1.25rem}.trust-icon-circle{width:48px;height:48px}.trust-icon-circle svg{width:22px;height:22px}.trust-icon-label{font-size:12px}.footer__main{grid-template-columns:1fr 1fr;gap:2rem;padding:2.5rem 1rem 2rem}.footer__col--brand{grid-column:1 / -1}.footer__bottom-inner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}}@media(max-width:480px){.trust-icon-container{grid-template-columns:repeat(2,1fr);gap:1rem}.trust-icon-circle{width:44px;height:44px}.trust-icon-circle svg{width:20px;height:20px}.footer__main{grid-template-columns:1fr 1fr;gap:1.75rem 1.25rem;padding:2rem 1rem 1.5rem}.footer__col--brand,.footer__col:last-child{grid-column:1 / -1}.footer__bottom-inner{padding:1rem}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/critical.css.map */
