*{margin:0;padding:0;box-sizing:border-box}:root{--green-primary:#132E22;--green-secondary:#193728;--green-light:#2a5140;--bg-cream:#F9F8F6;--bg-card:#F3F0EC;--text-dark:#1a1a1a;--text-muted:#6b6b6b;--white:#ffffff;--border-light:#e8e6e2}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-cream);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1280px;margin:0 auto;padding:0 24px}.fellora-announcement{background:var(--green-primary);color:var(--white);text-align:center;padding:10px 24px;font-size:13px;font-weight:500;letter-spacing:.3px;display:flex;align-items:center;justify-content:center;gap:8px}.fellora-announcement svg{width:16px;height:16px;flex-shrink:0}.fellora-header{background:var(--bg-cream);border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100}.fellora-header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1280px;margin:0 auto}.fellora-logo{font-size:22px;font-weight:800;letter-spacing:1px;color:var(--green-primary)}.fellora-logo sup{font-size:11px;font-weight:600;vertical-align:super}.fellora-nav{display:flex;gap:32px}.fellora-nav a{font-size:15px;font-weight:500;color:var(--text-dark);transition:color .2s}.fellora-nav a:hover{color:var(--green-primary)}.fellora-header-icons{display:flex;gap:20px;align-items:center}.fellora-header-icons button{background:none;border:none;cursor:pointer;color:var(--text-dark);display:flex;align-items:center;justify-content:center;padding:4px}.fellora-header-icons svg{width:20px;height:20px}.fellora-cart-badge{position:relative}.fellora-cart-badge:after{content:attr(data-count);position:absolute;top:-4px;right:-6px;background:var(--green-primary);color:#fff;font-size:10px;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.fellora-hero{display:flex;align-items:center;gap:48px;padding:60px 0;min-height:560px}.fellora-hero-content{flex:1;max-width:540px}.fellora-hero-content h1{font-size:40px;font-weight:700;line-height:1.2;color:var(--text-dark);margin-bottom:16px}.fellora-hero-content p{font-size:17px;color:var(--text-muted);margin-bottom:32px;line-height:1.7}.fellora-selling-points{display:flex;gap:24px;margin-bottom:32px;flex-wrap:wrap}.fellora-selling-point{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.5px;color:var(--green-primary)}.fellora-selling-point svg{width:18px;height:18px}.fellora-hero-cta{display:inline-block;background:var(--green-primary);color:var(--white);padding:14px 32px;border-radius:100px;font-size:15px;font-weight:600;letter-spacing:.3px;transition:background .2s;border:none;cursor:pointer}.fellora-hero-cta:hover{background:var(--green-light)}.fellora-hero-image{flex:1;border-radius:16px;overflow:hidden;max-height:480px}.fellora-hero-image img{width:100%;height:100%;object-fit:cover}.fellora-trust-bar{background:var(--white);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:20px 0}.fellora-trust-bar-inner{display:flex;justify-content:space-around;gap:24px}.fellora-trust-item{display:flex;align-items:center;gap:12px;flex:1;justify-content:center}.fellora-trust-item svg{width:24px;height:24px;color:var(--green-primary);flex-shrink:0}.fellora-trust-item-text{display:flex;flex-direction:column}.fellora-trust-item-title{font-size:13px;font-weight:700;color:var(--text-dark)}.fellora-trust-item-desc{font-size:12px;color:var(--text-muted)}.fellora-trust-bar-2{padding:40px 0;background:var(--bg-cream)}.fellora-trust-bar-2-inner{display:flex;gap:24px}.fellora-trust-bar-2-item{flex:1;border:1px solid var(--border-light);border-radius:12px;padding:28px;text-align:center;background:var(--white)}.fellora-trust-bar-2-item svg{width:28px;height:28px;color:var(--green-primary);margin:0 auto 12px}.fellora-trust-bar-2-item h3{font-size:14px;font-weight:700;margin-bottom:6px}.fellora-trust-bar-2-item p{font-size:13px;color:var(--text-muted)}.fellora-product-grid-section{padding:64px 0}.fellora-section-header{text-align:center;margin-bottom:40px}.fellora-section-header h2{font-size:28px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.fellora-section-header p{font-size:15px;color:var(--text-muted)}.fellora-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:40px}.fellora-product-card{background:var(--bg-card);border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer;display:block}.fellora-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.fellora-product-card-image{aspect-ratio:1;overflow:hidden;background:var(--bg-card)}.fellora-product-card-image img{width:100%;height:100%;object-fit:cover}.fellora-product-card-info{padding:16px}.fellora-product-card-info h3{font-size:14px;font-weight:600;color:var(--text-dark);margin-bottom:8px;line-height:1.4}.fellora-product-rating{display:flex;align-items:center;gap:4px;margin-bottom:8px}.fellora-stars{color:#f5a623;font-size:13px;letter-spacing:1px}.fellora-product-price{font-size:16px;font-weight:700;color:var(--text-dark)}.fellora-section-cta-wrapper{text-align:center}.fellora-section-cta{display:inline-block;background:var(--green-primary);color:var(--white);padding:14px 32px;border-radius:100px;font-size:15px;font-weight:600;transition:background .2s}.fellora-section-cta:hover{background:var(--green-light)}.fellora-why-section{display:flex;align-items:center;gap:48px;padding:64px 0;background:var(--white);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.fellora-why-content{flex:1;max-width:480px}.fellora-why-content h2{font-size:28px;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.fellora-why-content>p{font-size:15px;color:var(--text-muted);margin-bottom:28px;line-height:1.7}.fellora-benefit-list{display:flex;flex-direction:column;gap:20px}.fellora-benefit-item{display:flex;gap:16px;align-items:flex-start}.fellora-benefit-icon{width:40px;height:40px;border-radius:50%;background:var(--green-primary);color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fellora-benefit-icon svg{width:20px;height:20px}.fellora-benefit-text h3{font-size:15px;font-weight:600;margin-bottom:4px}.fellora-benefit-text p{font-size:14px;color:var(--text-muted)}.fellora-why-images{flex:1;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);gap:12px}.fellora-why-img{border-radius:12px;overflow:hidden;aspect-ratio:1}.fellora-why-img img{width:100%;height:100%;object-fit:cover}.fellora-why-img:nth-child(1){grid-row:span 2}.fellora-why-img:nth-child(4){grid-column:span 2;aspect-ratio:2.1}.fellora-footer{background:var(--green-primary);color:var(--white);padding:56px 0 24px}.fellora-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.fellora-footer-brand .fellora-logo{color:var(--white);margin-bottom:12px}.fellora-footer-brand p{font-size:14px;opacity:.8;max-width:280px}.fellora-footer-col h4{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;opacity:.9}.fellora-footer-col ul{list-style:none}.fellora-footer-col ul li{margin-bottom:10px}.fellora-footer-col ul li a{font-size:14px;opacity:.8;transition:opacity .2s}.fellora-footer-col ul li a:hover{opacity:1}.fellora-social-icons{display:flex;gap:12px}.fellora-social-icons a{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .2s}.fellora-social-icons a:hover{background:#fff3}.fellora-social-icons svg{width:18px;height:18px}.fellora-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center;font-size:13px;opacity:.6}@media(max-width:1024px){.fellora-hero{flex-direction:column;text-align:center}.fellora-hero-content{max-width:100%}.fellora-selling-points{justify-content:center}.fellora-why-section{flex-direction:column}.fellora-why-content{max-width:100%;text-align:center}.fellora-benefit-list{align-items:center}.fellora-product-grid{grid-template-columns:repeat(3,1fr)}.fellora-footer-grid{grid-template-columns:1fr 1fr}.fellora-trust-bar-inner{flex-wrap:wrap}.fellora-trust-item{min-width:45%}}@media(max-width:768px){.fellora-nav{display:none}.fellora-product-grid{grid-template-columns:repeat(2,1fr)}.fellora-trust-bar-2-inner{flex-direction:column}.fellora-footer-grid{grid-template-columns:1fr}.fellora-hero-content h1{font-size:30px}}@media(max-width:480px){.fellora-product-grid{grid-template-columns:1fr}.fellora-selling-points{gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/fellora-styles.css.map */
