.value-prop-grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:640px){.value-prop-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.value-prop-grid{grid-template-columns:repeat(4,1fr)}}.value-prop-card{background:#fff;padding:32px;border-radius:12px;border:1px solid rgba(209,213,219,.3);transition:box-shadow .3s,border-color .3s}.value-prop-card:hover{border-color:#8bdb81;box-shadow:0 4px 12px #8bdb8126}.value-prop-icon{width:48px;height:48px;background:#0d503c1a;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:background .3s}.value-prop-card:hover .value-prop-icon{background:#8bdb81}.value-prop-icon .material-symbols-outlined{color:#0d503c;transition:color .3s}.value-prop-card:hover .value-prop-icon .material-symbols-outlined{color:#0d503c}.value-prop-title{font-family:Montserrat,sans-serif;font-weight:700;font-size:1.125rem;margin-bottom:8px}.value-prop-desc{color:#2d2d2d;font-size:.875rem;line-height:1.5}.bento-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.bento-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);height:600px}}.bento-card{position:relative;overflow:hidden;border-radius:12px;min-height:250px}@media(min-width:768px){.bento-card--large{grid-column:span 2;grid-row:span 2}.bento-card--wide{grid-column:span 2}}.bento-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.bento-card:hover img{transform:scale(1.05)}.bento-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(13,80,60,.8) 0%,transparent 100%);z-index:10}.bento-content{position:absolute;bottom:32px;left:32px;z-index:20}.bento-content h3{color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:1.5rem;margin-bottom:8px}.bento-content p{color:#fffc;margin-bottom:16px}.bento-link{color:#8bdb81;font-weight:700;border-bottom:2px solid #8BDB81;padding-bottom:4px;text-decoration:none;display:inline-block}.bento-card--solid{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px}.bento-card--solid:hover{opacity:.9}.bento-card--primary{background:#0d503c66}.bento-card--primary:hover{background:#0d503c33}.bento-card--secondary{background:#8bdb81}.bento-card--secondary:hover{background:#8bdb81e6}.bento-icon{font-size:2.5rem;margin-bottom:8px}.bento-card--solid h3{color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:1.125rem}.bento-card--secondary .bento-icon,.bento-card--secondary h3{color:#0d503c}.section-heading-center{text-align:center;margin-bottom:64px}.section-heading-center h2{font-size:1.875rem;font-family:Montserrat,sans-serif;font-weight:700;color:#0d503c;margin-bottom:16px}@media(min-width:768px){.section-heading-center h2{font-size:2.25rem}}.section-divider{width:96px;height:6px;background:#8bdb81;border-radius:9999px;margin:0 auto}.bestsellers-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}.bestsellers-header h2{font-size:1.875rem;font-family:Montserrat,sans-serif;font-weight:700;color:#0d503c}@media(min-width:768px){.bestsellers-header h2{font-size:2.25rem}}.bestsellers-header p{color:#2d2d2d;margin-top:8px}.bestsellers-view-all{color:#0d503c;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .2s}.bestsellers-view-all:hover{color:#8bdb81}.product-card{background:#fff;border-radius:12px;border:1px solid rgba(209,213,219,.3);overflow:hidden;transition:box-shadow .3s}.product-card:hover{box-shadow:0 8px 24px #0000001a}.product-card-image{position:relative;aspect-ratio:1 / 1;background:#fff;display:flex;align-items:center;justify-content:center;padding:32px;overflow:hidden}.product-card-image img{object-fit:contain;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card-image img{transform:scale(1.1)}.badge-cod{position:absolute;top:16px;left:16px;background:#8bdb81;color:#0d503c;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge-hot{position:absolute;top:16px;right:16px;background:#dc2626;color:#fff;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.product-card-info{padding:24px;border-top:1px solid rgba(209,213,219,.1)}.product-card-category{font-size:.75rem;color:#2d2d2d99;font-weight:500;margin-bottom:4px;text-transform:uppercase;letter-spacing:.05em}.product-card-title{font-family:Montserrat,sans-serif;font-weight:700;font-size:1.125rem;margin-bottom:8px}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.product-card-price{font-size:1.25rem;font-weight:700;color:#0d503c}.product-card-add{width:40px;height:40px;background:#0d503c;color:#fff;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.product-card-add:hover{background:#8bdb81;color:#0d503c}.steps-grid{display:grid;grid-template-columns:1fr;gap:48px;position:relative}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.steps-line{display:none}@media(min-width:768px){.steps-line{display:block;position:absolute;top:48px;left:calc(100% / 6);right:calc(100% / 6);height:2px;background:#8bdb814d;z-index:-1}}.step-card{text-align:center}.step-circle{width:96px;height:96px;background:#fff;box-shadow:0 4px 16px #0000001a;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;border:4px solid rgba(139,219,129,.2);transition:border-color .2s}.step-card:hover .step-circle{border-color:#8bdb81}.step-circle .material-symbols-outlined{font-size:2.25rem;color:#0d503c}.step-card h3{font-family:Montserrat,sans-serif;font-weight:700;font-size:1.25rem;margin-bottom:8px}.step-card p{color:#2d2d2d;padding:0 16px}.vision-grid{display:grid;grid-template-columns:1fr;gap:32px;padding-top:32px}@media(min-width:768px){.vision-grid{grid-template-columns:repeat(3,1fr)}}.vision-card{text-align:center}.vision-icon{width:64px;height:64px;background:#8bdb8133;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.vision-icon .material-symbols-outlined{font-size:1.875rem;color:#8bdb81}.vision-card h3{font-weight:700;font-size:1.125rem;margin-bottom:8px;color:#fff}.vision-card p{color:#ffffffb3;font-size:.875rem;line-height:1.5}.newsletter-card{background:#f5f5f5;padding:48px;border-radius:24px;position:relative;overflow:hidden}@media(min-width:768px){.newsletter-card{padding:64px}}.newsletter-decor{position:absolute;top:0;left:0;width:96px;height:96px;background:#8bdb8133;border-radius:0 0 9999px}.newsletter-card h2{font-size:1.875rem;font-family:Montserrat,sans-serif;font-weight:700;color:#0d503c;margin-bottom:16px;position:relative;z-index:10}@media(min-width:768px){.newsletter-card h2{font-size:2.25rem}}.newsletter-card p{color:#2d2d2d;margin-bottom:32px;position:relative;z-index:10}.newsletter-form{display:flex;flex-direction:column;gap:16px;max-width:448px;margin:0 auto;position:relative;z-index:10}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-input{flex:1;border-radius:8px;border:1px solid #D1D5DB;padding:12px 16px;outline:none;font-size:1rem}.newsletter-input:focus{border-color:#0d503c;ring:2px solid #0D503C}.newsletter-submit{background:#0d503c;color:#fff;padding:12px 32px;border:none;border-radius:8px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s}.newsletter-submit:hover{background:#0d503ce6}.instagram-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.instagram-grid{grid-template-columns:repeat(4,1fr)}}.instagram-placeholder{aspect-ratio:1 / 1;background:#fff;border:1px solid #D1D5DB;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#2d2d2d66}.instagram-placeholder .material-symbols-outlined{font-size:2.25rem}.instagram-link{display:inline-block;margin-top:32px;color:#0d503c;font-weight:600;text-decoration:none;transition:color .2s}.instagram-link:hover{color:#8bdb81}@media(max-width:767px){.section-mobile-stack .shopify-section{padding-left:16px;padding-right:16px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/homepage-custom.css.map */
