.accent{color:var(--accent-light)}.accent-alt{color:var(--accent-2)}.home-hero{padding-top:5.5rem;padding-bottom:5rem}.home-hero__inner{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:3rem}.home-hero__copy{max-width:34rem}.home-hero__title{font-size:3.1rem;margin-bottom:1.5rem}.home-hero__sub{font-size:1.05rem;line-height:1.65;color:#ffffffc7;margin-bottom:2rem;max-width:30rem}.home-hero__cta{padding-left:2.25rem;padding-right:2.25rem;margin-bottom:1.75rem}.home-hero__chips{display:flex;flex-wrap:wrap;gap:.75rem}.home-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:1px solid rgba(255,255,255,.32);border-radius:var(--radius-pill);font-size:.78rem;font-weight:600;color:#ffffffd9;white-space:nowrap}.home-chip svg{width:14px;height:14px;flex-shrink:0}.home-hero__vials{display:flex;align-items:flex-end;justify-content:center;gap:1.5rem}.home-hero__vial{flex:1 1 0;max-width:220px;aspect-ratio:3 / 5;border-radius:1.25rem;min-height:0}.home-hero__vial--right{transform:translateY(1.75rem)}@media(max-width:1024px){.home-hero__inner{grid-template-columns:1fr;gap:2.5rem}.home-hero__copy{max-width:none;text-align:center;margin-left:auto;margin-right:auto}.home-hero__sub{margin-left:auto;margin-right:auto}.home-hero__chips{justify-content:center}.home-hero__vials{max-width:30rem;margin:0 auto}}@media(max-width:500px){.home-hero{padding-top:3rem;padding-bottom:3rem}.home-hero__title{font-size:2rem}.home-hero__vial{max-width:130px}.home-hero__vial--right{transform:translateY(1.1rem)}}.home-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.home-feature-card{padding:1.85rem 1.75rem;border-radius:var(--radius-lg);background:#ffffff12;border:1px solid rgba(255,255,255,.1)}.home-feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:1.1rem;color:var(--accent-light)}.home-feature-card__icon svg{width:26px;height:26px}.home-feature-card h3{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.5rem}.home-feature-card p{font-size:.88rem;line-height:1.6;color:#ffffffad}@media(max-width:768px){.home-features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.home-feature-card{padding:1.5rem 1.25rem}}.home-featured__head{max-width:40rem;margin:0 auto 3rem;text-align:center}.home-featured__head p{margin-top:.85rem;color:var(--body-text);font-size:1rem}.home-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.home-featured__more{text-align:center;margin-top:3rem}@media(min-width:1024px){.home-product-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem}}.home-marquee__head{max-width:40rem;margin:0 auto 3rem;text-align:center}.home-marquee__head p{margin-top:.85rem;color:#ffffffb3}.home-marquee-row{overflow:hidden;width:100%;margin-bottom:1.25rem}.home-marquee-row:last-child{margin-bottom:0}.home-marquee-track{display:flex;width:max-content;gap:1.25rem;animation:home-marquee-scroll 46s linear infinite}.home-marquee-row--reverse .home-marquee-track{animation-direction:reverse;animation-duration:52s}@keyframes home-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.home-marquee-track{animation:none}}.home-testimonial{flex:0 0 auto;width:320px;padding:1.5rem;border-radius:var(--radius-card);background:#ffffff12;border:1px solid rgba(255,255,255,.1)}.home-testimonial__stars{color:#f5b342;font-size:.85rem;letter-spacing:.1em;margin-bottom:.85rem}.home-testimonial p.home-testimonial__quote{font-size:.92rem;line-height:1.6;color:#ffffffe6;margin-bottom:1.25rem}.home-testimonial__author{display:flex;align-items:center;gap:.65rem}.home-avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;font-size:.7rem;font-weight:800;color:#fff;flex-shrink:0}.home-avatar--1{background:#6c5ce7}.home-avatar--2{background:#e8567a}.home-avatar--3{background:#2e9e6b}.home-avatar--4{background:#3d7bc2}.home-avatar--5{background:#d98b3b}.home-avatar--6{background:#33a6b8}.home-testimonial__handle{font-size:.82rem;color:#ffffffa6}@media(max-width:500px){.home-testimonial{width:270px}}.home-categories__head{max-width:40rem;margin:0 auto 2.75rem;text-align:center}.home-categories__head p{margin-top:.85rem;color:var(--body-text)}.home-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.home-category-tile{position:relative;display:block;border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card)}.home-category-tile .ph-img{aspect-ratio:4 / 3}.home-category-tile__label{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.15rem;background:linear-gradient(0deg,#0b1b33d1,#0b1b3300);color:#fff;font-weight:700;font-size:.95rem}@media(max-width:768px){.home-category-grid{grid-template-columns:repeat(2,1fr)}}.home-quality__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.home-quality__copy p.home-quality__intro{margin-top:1rem;margin-bottom:1.75rem;color:var(--body-text);line-height:1.65}.home-quality__list{display:flex;flex-direction:column;gap:.9rem;margin-bottom:2rem}.home-quality__list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.92rem;color:var(--ink);line-height:1.5}.home-quality__list svg{width:20px;height:20px;flex-shrink:0;color:var(--accent-2);margin-top:.1rem}.home-quality__media .ph-img{aspect-ratio:4 / 3;border-radius:var(--radius-lg)}@media(max-width:768px){.home-quality__inner{grid-template-columns:1fr}.home-quality__media{order:-1}}.home-cta{text-align:center}.home-cta__inner{max-width:34rem;margin:0 auto}.home-cta__inner p{margin-top:1rem;margin-bottom:2rem;color:#ffffffbf;font-size:1.02rem}:root{--deep: #103A6E;--deep-2: #0A1E3D;--ink: #081226;--ink-soft: #0F2547;--accent: #38BDF8;--accent-2: #0EA5E9;--accent-light: #7DD3FC;--card-media-bg: radial-gradient(85% 70% at 50% 24%, #1c4576 0%, #12315c 48%, #0a1a38 100%)}.home-hero__inner,.home-quality__inner{grid-template-columns:1fr}.home-quality__copy{max-width:44rem}
/*# sourceMappingURL=/cdn/shop/t/6/assets/formera-clean-home.css.map */
