:root{--lovi-green:#2F4A44;--lovi-green-dark:#41564C;--lovi-gold:#B87F6A;--lovi-cream:#F2F3EE;--lovi-beige:#E4E7DF;--lovi-ink:#1A2320;--lovi-border:#ABB2A4}.lhome-container{max-width:1160px;margin:0 auto;padding:0 20px}.lhome-eyebrow{display:inline-block;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--lovi-gold);font-weight:700;margin-bottom:14px}.lhome-title{font-family:Fraunces,Georgia,Times New Roman,serif;font-weight:600;color:var(--lovi-ink);line-height:1.12;margin:0 0 16px}.lhome-title em{font-style:italic;color:var(--lovi-green)}.lhome-sub{color:#5c5c5c;font-size:17px;line-height:1.65;margin:0 0 26px}.lhome-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--lovi-green);color:#fff;border-radius:999px;padding:16px 34px;font-weight:700;font-size:15px;letter-spacing:.04em;text-decoration:none;transition:background .2s,transform .2s;border:1px solid var(--lovi-green)}.lhome-btn:hover{background:var(--lovi-green-dark);transform:translateY(-1px);color:#fff}.lhome-btn--ghost{background:transparent;color:var(--lovi-green)}.lhome-btn--ghost:hover{background:var(--lovi-green);color:#fff}.lhome-btn--gold{background:var(--lovi-gold);border-color:var(--lovi-gold)}.lhome-btn--gold:hover{background:#a17a35}.lhome-hero{background:linear-gradient(160deg,var(--lovi-cream) 0%,var(--lovi-beige) 100%);overflow:hidden}.lhome-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:72px 0 80px}.lhome-hero__content .lhome-title{font-size:56px}.lhome-hero__ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:26px}.lhome-hero__rating{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--lovi-ink);font-weight:600}.lhome-hero__stars{color:var(--lovi-gold);letter-spacing:2px;font-size:15px}.lhome-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.lhome-hero__badge{background:#fff;border:1px solid var(--lovi-border);border-radius:999px;padding:8px 16px;font-size:13px;color:var(--lovi-ink);white-space:nowrap}.lhome-hero__media{position:relative}.lhome-hero__media img{width:100%;height:auto;border-radius:24px;display:block;box-shadow:0 30px 60px -30px #41564c73}.lhome-hero__placeholder{aspect-ratio:4/5;border-radius:24px;background:radial-gradient(120% 120% at 30% 20%,#ffffff 0%,var(--lovi-beige) 55%,#DCD3C2 100%);border:1px solid var(--lovi-border);display:flex;align-items:center;justify-content:center}.lhome-hero__placeholder span{font-family:Fraunces,Georgia,serif;font-size:42px;letter-spacing:.3em;color:var(--lovi-green);opacity:.35}.lhome-marquee{background:var(--lovi-green);color:#fff;overflow:hidden;padding:12px 0;white-space:nowrap}.lhome-marquee__track{display:flex;flex-wrap:nowrap;width:max-content;align-items:center;animation:lhome-marquee-scroll var(--lhome-marquee-speed,28s) linear infinite}.lhome-marquee__item{white-space:nowrap;flex:0 0 auto;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:0 28px;display:flex;align-items:center;gap:28px}.lhome-marquee__item:after{content:"\2726";color:var(--lovi-gold);font-size:12px}@keyframes lhome-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.lhome-product{background:#fff;padding:84px 0}.lhome-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.lhome-product__media img{width:100%;height:auto;border-radius:20px;display:block;background:var(--lovi-cream)}.lhome-product__media--empty{aspect-ratio:1/1;border-radius:20px;background:var(--lovi-cream);border:1px dashed var(--lovi-border)}.lhome-product .lhome-title{font-size:40px}.lhome-product__benefits{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:12px}.lhome-product__benefits li{position:relative;padding-left:30px;color:var(--lovi-ink);font-size:16px;line-height:1.5}.lhome-product__benefits li:before{content:"\2713";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;background:var(--lovi-green);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:700}.lhome-product__price{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.lhome-product__price-now{font-size:30px;font-weight:700;color:var(--lovi-green)}.lhome-product__price-was{font-size:18px;color:#9a9a9a;text-decoration:line-through}.lhome-product__note{font-size:13px;color:#8a8a8a;margin-top:14px}.lhome-pillars{background:var(--lovi-cream);padding:80px 0}.lhome-pillars__head{text-align:center;max-width:640px;margin:0 auto 48px}.lhome-pillars__head .lhome-title{font-size:38px}.lhome-pillars__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.lhome-pillar{background:#fff;border:1px solid var(--lovi-beige);border-radius:18px;padding:30px 24px;text-align:center;transition:transform .25s,box-shadow .25s}.lhome-pillar:hover{transform:translateY(-4px);box-shadow:0 20px 40px -24px #41564c59}.lhome-pillar__emoji{font-size:34px;display:block;margin-bottom:14px}.lhome-pillar__title{font-size:17px;font-weight:700;color:var(--lovi-ink);margin:0 0 8px}.lhome-pillar__text{font-size:14px;color:#6a6a6a;line-height:1.6;margin:0}.lhome-cta{background:var(--lovi-green);padding:84px 0;text-align:center}.lhome-cta .lhome-title{color:#fff;font-size:42px}.lhome-cta .lhome-eyebrow{color:var(--lovi-gold)}.lhome-cta__sub{color:#ffffffd9;font-size:17px;line-height:1.6;max-width:560px;margin:0 auto 30px}.lhome-cta__chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px}.lhome-cta__chip{background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:999px;padding:8px 16px;font-size:13px;white-space:nowrap}@media(max-width:900px){.lhome-hero__grid{grid-template-columns:1fr;gap:34px;padding:48px 0 56px}.lhome-hero__content .lhome-title{font-size:38px}.lhome-product{padding:56px 0}.lhome-product__grid{grid-template-columns:1fr;gap:32px}.lhome-product .lhome-title{font-size:30px}.lhome-pillars{padding:56px 0}.lhome-pillars__head .lhome-title{font-size:30px}.lhome-pillars__grid{grid-template-columns:repeat(2,1fr);gap:14px}.lhome-cta{padding:56px 0}.lhome-cta .lhome-title{font-size:32px}}@media(max-width:520px){.lhome-pillars__grid{grid-template-columns:1fr}.lhome-hero__ctas .lhome-btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/lovi-home.css.map */
