.custom-hero{position:relative;overflow:hidden;background:var(--hero-bg, #f7f9f4);color:var(--hero-text-color, #1a2e1a)}.custom-hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.custom-hero__bg-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:hero-zoom 18s ease-in-out infinite alternate}@keyframes hero-zoom{0%{transform:scale(1)}to{transform:scale(1.06)}}.custom-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--hero-overlay-color, #0d1f0d);opacity:var(--hero-overlay-opacity, .52)}.custom-hero__bg-solid{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:radial-gradient(ellipse 120% 80% at 60% 40%,rgba(101,130,80,.08) 0%,transparent 70%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E")}.custom-hero__container{position:relative;z-index:2;padding-inline:20px}.custom-hero--align-center .custom-hero__container{text-align:center}.custom-hero--align-left .custom-hero__container{text-align:left}.custom-hero--align-right .custom-hero__container{text-align:right}.custom-hero--align-center .custom-hero__trust-list{justify-content:center}.custom-hero--align-left .custom-hero__trust-list{justify-content:flex-start}.custom-hero--align-right .custom-hero__trust-list{justify-content:flex-end}.custom-hero--align-center .custom-hero__subtitle{margin-inline:auto}.custom-hero--align-center .custom-hero__cta-group{justify-content:center}.custom-hero--align-left .custom-hero__cta-group{justify-content:flex-start}.custom-hero--align-right .custom-hero__cta-group{justify-content:flex-end}.custom-hero__badge{display:inline-block;background:#65825024;color:var(--hero-text-color, #4a7c3f);border:1px solid rgba(101,130,80,.35);border-radius:50px;padding:6px 18px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:22px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.custom-hero--has-image .custom-hero__badge{background:#ffffff1f;color:#fff;border-color:#ffffff4d}.custom-hero__title{font-size:clamp(28px,5.5vw,56px);font-weight:800;line-height:1.12;color:var(--hero-text-color, #1a2e1a);margin:0 0 20px;letter-spacing:-.025em}.custom-hero__subtitle{font-size:clamp(15px,2vw,19px);line-height:1.75;color:var(--hero-text_color, #4a5568);opacity:.88;margin:0 0 36px;max-width:640px}.custom-hero__trust-list{list-style:none;padding:0;margin:0 0 40px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.custom-hero__trust-item{display:flex;align-items:center;gap:10px;padding:11px 20px;border-radius:50px;font-size:14px;font-weight:500;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .2s ease,box-shadow .2s ease}.custom-hero:not(.custom-hero--has-image) .custom-hero__trust-item{background:#fff;border:1px solid #e2eedd;color:#2d3748;box-shadow:0 2px 10px #0000000d}.custom-hero--has-image .custom-hero__trust_item{background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;box-shadow:0 4px 16px #0000002e}.custom-hero__trust-item:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0000001f}.custom-hero__trust-icon{font-size:16px;color:var(--hero-accent, #4a7c3f);line-height:1;flex-shrink:0}.custom-hero--has-image .custom-hero__trust-icon{color:#a8d89c}.custom-hero__stars .custom-hero__trust-icon{font-size:15px;letter-spacing:1px;color:#f5b942}.custom-hero__trust-text{white-space:nowrap}.custom-hero__cta-group{display:flex;flex-wrap:wrap;gap:14px;margin-top:6px}.custom-hero__button{display:inline-flex;align-items:center;gap:8px;padding:15px 38px;border-radius:50px;font-size:16px;font-weight:700;text-decoration:none;letter-spacing:.01em;border:2px solid transparent;cursor:pointer;transition:background .25s ease,transform .2s ease,box-shadow .25s ease,color .2s ease,border-color .2s ease}.custom-hero__button--primary{background:var(--hero-accent, #4a7c3f);color:#fff!important;box-shadow:0 5 22px color-mix(in srgb,var(--hero-accent, #4a7c3f) 45%,transparent)}.custom-hero__button--primary:hover{background:var(--hero-accent-hover, #3a6331);transform:translateY(-2px);box-shadow:0 10 30px color-mix(in srgb,var(--hero-accent, #4a7c3f) 40%,transparent);color:#fff!important}.custom-hero__button--secondary{background:transparent;color:var(--hero-text-color, #1a2e1a)!important;border-color:currentColor}.custom-hero--has-image .custom-hero__button--secondary{color:#fff!important;border-color:#ffffff8c}.custom-hero__button--secondary:hover{background:#ffffff1f;transform:translateY(-2px)}.custom-hero__button:active{transform:translateY(0)}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .6s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.animate-fade-up,.custom-hero__bg_image img{animation:none!important}}@media screen and (min-width:750px){.custom-hero__trust-list{flex-direction:row;flex-wrap:wrap}}@media screen and (max-width:480px){.custom-hero__trust-item{border-radius:12px}.custom-hero__button{width:100%;justify-content:center}.custom-hero__cta_group{flex-direction:column}}.natural-hero-slide.active .natural-hero-slide-image{animation:nh-ken-burns 18s ease-in-out infinite alternate}@keyframes nh-ken-burns{0%{transform:scale(1);transform-origin:55% 50%}to{transform:scale(1.07);transform-origin:45% 50%}}@keyframes nh-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.nh-anim{animation:nh-fade-up .65s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--nh-delay, 0s)}.natural-hero-slide:not(.active) .nh-anim{animation:none;opacity:1}@media(prefers-reduced-motion:reduce){.nh-anim,.natural-hero-slide.active .natural-hero-slide-image{animation:none!important}}.natural-hero-trust{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-wrap:wrap;gap:10px}.natural-hero--align-center .natural-hero-trust{justify-content:center}.natural-hero-trust-item{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.28);border-radius:50px;padding:8px 16px;font-size:13px;font-weight:500;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s ease,transform .2s ease}.natural-hero-trust-item:hover{background:#fff3;transform:translateY(-2px)}.natural-hero-trust-icon{font-size:14px;line-height:1;flex-shrink:0}.natural-btn{transition:background .25s ease,transform .2s ease,box-shadow .25s ease,color .2s ease!important}.natural-btn:hover{transform:translateY(-2px)!important}.natural-btn:active{transform:translateY(0)!important}.natural-btn-white:hover{box-shadow:0 10px 30px #ffffff40!important}.natural-hero-badge{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:transform .2s ease}.natural-hero-badge:hover{transform:scale(1.03)}.natural-hero-stat-number{transition:transform .3s ease}.natural-hero-stat:hover .natural-hero-stat-number{transform:scale(1.08)}.natural-hero-arrow{transition:background .2s ease,transform .2s ease!important}.natural-hero-arrow:hover{transform:scale(1.1)!important}.natural-hero--align-center .natural-hero-content.center{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/71/compiled_assets/styles.css.map */
