:root{--bg:#FFF9F5;--bg-2:#F6EDE7;--text:#1A1A1A;--muted:#8B7D76;--accent:#FF8FA3;--accent-2:#1A1A1A;--border:#EDE0D9;--radius:20px;--radius-lg:32px}*,*:before,*:after{box-sizing:border-box;max-width:100%}html{max-width:100vw;overflow-x:hidden}body{font-family:Bricolage Grotesque,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;width:100%;max-width:100vw;overflow-x:hidden;margin:0}h1,h2,h3,.serif{font-family:"Instrument Serif",serif;font-weight:400;letter-spacing:-.02em;overflow-wrap:break-word;word-break:break-word}a{color:inherit;text-decoration:none;word-wrap:break-word;overflow-wrap:break-word}img,video,iframe{max-width:100%;height:auto;display:block}.container{max-width:1320px;margin:0 auto;padding:0 16px;width:100%;box-sizing:border-box;overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;border-radius:100px;font-weight:600;font-size:13px;letter-spacing:.04em;text-transform:uppercase;transition:all .3s;border:1px solid transparent;cursor:pointer;white-space:nowrap;max-width:100%}.btn-primary{background:var(--accent-2);color:#fff}.btn-light{background:#fff;color:var(--text);border-color:var(--border)}.header{position:sticky;top:0;z-index:50;background:#fff9f5f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);width:100%;max-width:100vw;overflow:hidden}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;width:100%;max-width:100%;overflow:hidden}.logo{font-family:"Instrument Serif",serif;font-size:22px;letter-spacing:-.03em;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50%}.nav{display:flex;gap:20px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:500;overflow:hidden}.cart-bubble{background:var(--accent);color:#000;width:18px;height:18px;border-radius:50%;font-size:10px;display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.hero{display:grid;grid-template-columns:1.1fr .9fr;min-height:70vh;align-items:center;background:var(--bg);width:100%;max-width:100vw;overflow:hidden}.hero-content{padding:40px 24px;min-width:0;overflow:hidden}.hero-badge{display:inline-flex;padding:6px 12px;background:#fff;border:1px solid var(--border);border-radius:100px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.hero h1{font-size:clamp(32px,6vw,72px);line-height:.9;margin-bottom:16px;overflow-wrap:break-word;word-break:break-word;max-width:100%}.hero-image{position:relative;min-height:500px;background:var(--bg-2);border-radius:32px 0 0 32px;overflow:hidden;min-width:0;max-width:100%}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-stat{position:absolute;bottom:16px;left:16px;background:#fff;border-radius:12px;padding:12px 16px;display:flex;gap:12px;box-shadow:0 10px 20px #00000014;max-width:calc(100% - 32px);overflow:hidden}.reviews-bar{background:var(--accent-2);color:#fff;overflow:hidden;white-space:nowrap;padding:12px 0;width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);box-sizing:border-box}.reviews-track{display:flex;animation:marquee 30s linear infinite;width:max-content}.reviews-track span{padding:0 20px;font-size:11px;letter-spacing:.06em;text-transform:uppercase}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:48px 0;width:100%;max-width:100vw;overflow-x:hidden}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;flex-wrap:wrap;gap:12px;max-width:100%;overflow:hidden}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:100%;overflow:hidden}.product-card{background:#fff;border-radius:20px;border:1px solid var(--border);min-width:0;max-width:100%;overflow:hidden}.product-card-img{aspect-ratio:1/1;background:var(--bg-2);position:relative;overflow:hidden;width:100%;max-width:100%}.product-card-img img{width:100%;height:100%;object-fit:cover}.product-card-badge{position:absolute;top:8px;left:8px;background:#fff;padding:4px 8px;border-radius:100px;font-size:9px;font-weight:600;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-info{padding:12px;min-width:0;overflow:hidden}.product-card-title{font-size:14px;line-height:1.2;overflow-wrap:break-word;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.image-text{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:24px;border:1px solid var(--border);width:100%;max-width:100%;overflow:hidden}.image-text-img{min-height:400px;min-width:0;max-width:100%;overflow:hidden}.image-text-img img{width:100%;height:100%;object-fit:cover}.image-text-content{padding:32px;min-width:0;overflow:hidden}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:20px;overflow:hidden;width:100%;max-width:100%}.benefit{background:#fff;padding:20px;min-width:0;overflow:hidden}.footer{background:var(--bg-2);padding:40px 0 20px;border-top:1px solid var(--border);width:100%;max-width:100vw;overflow-x:hidden}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:20px;width:100%;max-width:100%;overflow:hidden}.newsletter{display:flex;gap:6px;margin-top:16px;width:100%;max-width:100%}.newsletter input{flex:1;min-width:0;padding:12px 16px;border-radius:100px;border:1px solid var(--border);background:#fff;font-size:14px;max-width:100%}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-content{padding:24px 16px}.hero h1{font-size:32px}.hero-image{min-height:360px;border-radius:20px;margin:0 12px;width:auto;max-width:calc(100% - 24px)}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.image-text{grid-template-columns:1fr}.image-text-img{min-height:300px}.benefits,.footer-grid{grid-template-columns:1fr 1fr}.nav{display:none}}@media(max-width:480px){.container{padding:0 12px}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.product-card{border-radius:16px}.product-card-info{padding:10px}.product-card-title{font-size:12px}.benefits{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/base.css.map */
