.hd-hero{background:var(--hd-hero-bg, #f0f8f2);padding:4rem 0 3.2rem;overflow:hidden}.hd-hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hd-hero__kicker{display:inline-block;background:#fff;border:1.5px solid #1e8f74;color:#1e8f74;border-radius:10rem;font-size:1.3rem;font-weight:700;padding:.4rem 1.2rem;margin-bottom:1.6rem}.hd-hero__title{font-size:clamp(3rem,4.5vw,5.2rem);font-weight:900;line-height:1.1;color:#0b1b17;margin-bottom:1.6rem}.hd-hero__sub{font-size:1.6rem;color:#6b7c76;line-height:1.6;margin-bottom:2.4rem;max-width:46rem}.hd-hero__actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.hd-hero__btn--primary{background:#1e8f74;color:#fff;padding:1.4rem 3rem;border-radius:10rem;font-size:1.6rem;font-weight:700;text-decoration:none;transition:background .18s ease,transform .18s ease;display:inline-block}.hd-hero__btn--primary:hover{background:#17745e;transform:translateY(-1px)}.hd-hero__btn--secondary{color:#1e8f74;font-size:1.5rem;font-weight:600;text-decoration:none;transition:opacity .15s ease}.hd-hero__btn--secondary:hover{opacity:.75}.hd-hero__trust{list-style:none;margin:2rem 0 0;padding:0;display:flex;gap:1.6rem;flex-wrap:wrap;font-size:1.3rem;color:#6b7c76}.hd-hero__visual{position:relative;display:flex;align-items:center;justify-content:center}.hd-hero__blob{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;background:#e4f0ce;border-radius:60% 40% 55% 45%/50% 55% 45% 50%;z-index:0}.hd-hero__img{position:relative;z-index:1;border-radius:1.6rem;width:100%;height:auto;object-fit:cover;max-height:52rem}@media(max-width:749px){.hd-hero__inner{grid-template-columns:1fr}.hd-hero__visual{order:-1;max-height:28rem;overflow:hidden}.hd-hero__img{max-height:28rem}.hd-hero__title{font-size:3rem}.hd-hero__trust{gap:1rem}}.hd-cat-icons{padding:5.6rem 0;text-align:center}.hd-cat-icons__heading{font-size:2.8rem;font-weight:800;color:#0b1b17;margin-bottom:0}.hd-cat-icons__list{display:flex;justify-content:center;gap:3.2rem;flex-wrap:wrap;list-style:none;margin:3.2rem 0 0;padding:0}.hd-cat-icons__item{text-align:center}.hd-cat-icons__link{text-decoration:none;display:block}.hd-cat-icons__circle{width:13rem;height:13rem;border-radius:50%;overflow:hidden;margin:0 auto 1.2rem;transition:transform .22s ease,box-shadow .22s ease;display:flex;align-items:center;justify-content:center}.hd-cat-icons__link:hover .hd-cat-icons__circle{transform:translateY(-6px);box-shadow:0 16px 32px #0b1b1721}.hd-cat-icons__img{width:100%;height:100%;object-fit:cover;display:block}.hd-cat-icons__placeholder{font-size:4rem}.hd-cat-icons__label{font-size:1.5rem;font-weight:700;color:#0b1b17;display:block;transition:color .15s ease}.hd-cat-icons__link:hover .hd-cat-icons__label{color:#1e8f74}@media(max-width:600px){.hd-cat-icons__list{gap:1.6rem}.hd-cat-icons__circle{width:9rem;height:9rem}.hd-cat-icons__label{font-size:1.3rem}}.hd-promo-banners{padding:4rem 0}.hd-promo-banners__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem}.hd-promo-banner{border-radius:1.8rem;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:22rem;padding:3.2rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;gap:2rem}.hd-promo-banner:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0b1b171f}.hd-promo-banner__kicker{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:.6rem}.hd-promo-banner__title{font-size:2.4rem;font-weight:800;line-height:1.2;margin:0 0 .8rem}.hd-promo-banner__body{font-size:1.4rem;opacity:.8;margin-bottom:.4rem}.hd-promo-banner__btn{display:inline-block;padding:.9rem 2rem;border-radius:10rem;font-weight:700;font-size:1.3rem;margin-top:1.6rem}.hd-promo-banner__visual{display:flex;align-items:center;justify-content:center;height:100%}.hd-promo-banner__img{width:100%;height:100%;object-fit:cover;border-radius:1rem;display:block}@media(max-width:749px){.hd-promo-banners__grid{grid-template-columns:1fr}.hd-promo-banner{grid-template-columns:1fr;min-height:auto}.hd-promo-banner__visual{order:-1;max-height:16rem;overflow:hidden;border-radius:1rem}}.hd-cat-blocks{padding:5.6rem 0}.hd-cat-blocks__header{text-align:center;margin-bottom:3.6rem}.hd-cat-blocks__heading{font-size:2.8rem;font-weight:800;color:#0b1b17;margin-bottom:.6rem}.hd-cat-blocks__subheading{font-size:1.5rem;color:#6b7c76}.hd-cat-blocks__grid{display:grid;gap:2rem;list-style:none;margin:0;padding:0}.hd-cat-blocks__grid--cols-2{grid-template-columns:repeat(2,1fr)}.hd-cat-blocks__grid--cols-3{grid-template-columns:repeat(3,1fr)}.hd-cat-blocks__card{display:flex;flex-direction:column;border-radius:1.6rem;overflow:hidden;text-decoration:none;border:1.5px solid transparent;box-shadow:0 2px 12px #0b1b170f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hd-cat-blocks__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0b1b171f;border-color:#1e8f74}.hd-cat-blocks__img-wrap{width:100%;aspect-ratio:4 / 3;overflow:hidden}.hd-cat-blocks__img-wrap--placeholder{background:#e4f0ce}.hd-cat-blocks__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.hd-cat-blocks__card:hover .hd-cat-blocks__img{transform:scale(1.04)}.hd-cat-blocks__text{padding:1.8rem 2rem;flex:1}.hd-cat-blocks__title{font-size:1.8rem;font-weight:800;color:#0b1b17;margin-bottom:.6rem}.hd-cat-blocks__cta{font-size:1.4rem;font-weight:600;color:#1e8f74}@media(max-width:749px){.hd-cat-blocks__grid--cols-2,.hd-cat-blocks__grid--cols-3{grid-template-columns:1fr}}.hd-about{padding:6rem 0;background:#fff}.hd-about__inner{display:grid;grid-template-columns:55fr 45fr;align-items:center;gap:5.6rem}.hd-about__visual{position:relative;display:flex;align-items:center;justify-content:center}.hd-about__blob{position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;background:#e4f0ce;border-radius:55% 45% 60% 40%/48% 58% 42% 52%;z-index:0}.hd-about__img{position:relative;z-index:1;width:100%;height:auto;border-radius:1.8rem;object-fit:cover;max-height:48rem}.hd-about__badge{position:absolute;bottom:2.4rem;right:-1rem;z-index:2;background:#1e8f74;color:#fff;font-weight:800;font-size:1.4rem;padding:.8rem 1.6rem;border-radius:10rem;box-shadow:0 4px 16px #1e8f744d}.hd-about__kicker{font-size:1.3rem;font-weight:700;color:#1e8f74;margin-bottom:1.2rem}.hd-about__heading{font-size:clamp(2.8rem,3.5vw,4rem);font-weight:900;color:#0b1b17;line-height:1.15;margin-bottom:1.6rem}.hd-about__body{font-size:1.5rem;color:#6b7c76;line-height:1.7;margin-bottom:2rem}.hd-about__facts{list-style:none;padding:0;margin:0 0 2.4rem;display:flex;flex-direction:column;gap:.8rem}.hd-about__facts li{font-size:1.4rem;font-weight:600;color:#0b1b17}.hd-about__btn{display:inline-block;background:#1e8f74;color:#fff;padding:1.3rem 2.8rem;border-radius:10rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:background .18s ease,transform .18s ease}.hd-about__btn:hover{background:#17745e;transform:translateY(-1px)}@media(max-width:749px){.hd-about__inner{grid-template-columns:1fr;gap:4rem}.hd-about__visual{order:-1}.hd-about__badge{right:1rem}}.hd-blog-banner{background:var(--hd-blog-bg, #fdf3eb);padding:5.6rem 0;overflow:hidden}.hd-blog-banner__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hd-blog-banner__text{padding-left:4rem}.hd-blog-banner__kicker{font-size:1.3rem;font-weight:700;color:#1e8f74;margin-bottom:1.2rem}.hd-blog-banner__heading{font-size:clamp(2.4rem,3.2vw,3.8rem);font-weight:900;color:#0b1b17;line-height:1.2;margin-bottom:1.2rem}.hd-blog-banner__body{font-size:1.5rem;color:#6b7c76;line-height:1.6;margin-bottom:2.4rem}.hd-blog-banner__btn{display:inline-block;background:#1e8f74;color:#fff;padding:1.2rem 2.8rem;border-radius:10rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:background .18s ease,transform .18s ease}.hd-blog-banner__btn:hover{background:#17745e;transform:translateY(-1px)}.hd-blog-banner__visual{display:flex;justify-content:center;align-items:center}.hd-blog-banner__circle{width:min(38rem,90vw);height:min(38rem,90vw);border-radius:50%;overflow:hidden;border:5px solid #1e8f74;box-shadow:0 0 0 8px #1e8f741f}.hd-blog-banner__img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:749px){.hd-blog-banner__inner{grid-template-columns:1fr}.hd-blog-banner__text{padding-left:0}.hd-blog-banner__visual{order:-1}.hd-blog-banner__circle{width:min(24rem,85vw);height:min(24rem,85vw)}}.jdgm-carousel-card{border-radius:1.4rem!important;border:1.5px solid #e5eceb!important;box-shadow:0 2px 12px #0b1b170d!important}.jdgm-star.jdgm--on,.jdgm-star.jdgm--half{color:#1e8f74!important}.newsletter__wrapper{border-radius:2rem}.newsletter-form__button{border-radius:10rem!important;font-weight:700!important}.newsletter-form__field-wrapper .field__input{border-radius:10rem!important}#shopify-section-hd_featured_collection .slider-button{background:#fff;border:1.5px solid #1e8f74;color:#1e8f74;border-radius:50%;box-shadow:0 2px 8px #0b1b171a}#shopify-section-hd_featured_collection .slider-button:hover{background:#1e8f74;color:#fff}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-homepage.css.map */
