.hero-features__full-width{width:100%}.hero-features{position:relative;width:100%;overflow-x:hidden;overflow-y:visible}.hero-features__container{position:relative;width:100%;max-width:1440px;margin:0 auto;padding-inline:16px;z-index:3}@media screen and (min-width:750px){.hero-features__container{padding-inline:40px}}@media screen and (min-width:990px){.hero-features__container{padding-inline:70px}}.hero-features__heading{font-family:var(--font-heading-family);font-weight:600;font-size:28px;line-height:1.4;letter-spacing:normal;color:rgb(var(--color-foreground));text-align:center;margin:0;padding:0 20px;max-width:100%;position:relative;z-index:20}@media screen and (min-width:750px){.hero-features__heading{font-size:48px}}.hero-features__heading .hero-features__heading-highlight{font-family:var(--font-heading-family);font-weight:600;color:rgb(var(--color-foreground));background-image:linear-gradient(#defe36,#defe36);background-size:100% 15px;background-position:0 85%;background-repeat:no-repeat;padding:0 .1em;box-decoration-break:clone;-webkit-box-decoration-break:clone;white-space:normal}.hero-features__content{display:grid;grid-template-columns:1fr;gap:20px;align-items:center;position:relative;padding-top:0;padding-bottom:80px;z-index:3}@media screen and (min-width:1024px){.hero-features__content{grid-template-columns:1fr minmax(400px,40%) 1fr;gap:20px;padding-top:0;padding-bottom:80px}}.hero-features__features{display:flex;flex-direction:column;gap:62px;position:relative;z-index:20}@media screen and (min-width:1024px){.hero-features__features{margin-top:60px;display:flex;flex-direction:column;gap:62px}.hero-features__features--left,.hero-features__features--right{align-items:center;text-align:center;justify-self:center}}@media screen and (max-width:1023px){.hero-features__content{grid-template-columns:1fr 1fr;gap:20px 30px;max-width:600px;margin:0 auto}.hero-features__features{display:contents}}.hero-features__feature-item{display:flex;align-items:center;gap:12px;font-size:16px;line-height:24px;font-weight:700;font-family:var(--font-body-family);color:#111827;position:relative}@media screen and (max-width:1023px){.hero-features__feature-item{flex-direction:column;align-items:center;text-align:center;gap:8px}}@media screen and (min-width:1024px){.hero-features__features--left .hero-features__feature-item{flex-direction:row;gap:10px}.hero-features__features--right .hero-features__feature-item{flex-direction:row-reverse;gap:14px}}.hero-features__feature-text{font-weight:700;font-size:16px;line-height:24px;color:#111827;transition:opacity .3s ease}.hero-features__feature-item.active .hero-features__feature-text{opacity:0;pointer-events:none}@media screen and (max-width:768px){.hero-features__feature-item.active .hero-features__feature-text{opacity:1;pointer-events:auto}}.hero-features__feature-icon{width:34px;height:34px;border-radius:50%;background-color:#defe36;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;position:relative;transition:all .3s ease;z-index:10;border:none;padding:0;margin:0}.hero-features__feature-icon:before{display:none}.hero-features__feature-icon:hover:not(.active){transform:scale(1.1)}.hero-features__feature-icon.active{background-color:#1a3c28;transform:scale(1.1) rotate(45deg);box-shadow:0 4px 12px #00000040}.hero-features__feature-icon svg{width:16px;height:16px;stroke:#111827;stroke-width:2.5;fill:none;transition:stroke .3s ease;pointer-events:none}.hero-features__feature-icon.active svg{stroke:#fff}@media screen and (max-width:768px){.hero-features__feature-icon{width:32px;height:32px}.hero-features__feature-icon svg{width:14px;height:14px}}.hero-features__dog-image{position:relative;grid-column:1 / -1;justify-self:center;align-self:center;width:100%;max-width:768px;height:auto;z-index:10}@media screen and (min-width:1024px){.hero-features__dog-image{grid-column:2;max-width:100%;max-height:550px;transform:translateY(calc(var(--dog-ground-overlap, .25) * 550px))!important}}.hero-features__dog-image img{width:100%;height:auto;max-height:550px;display:block;object-fit:contain}@media screen and (min-width:1024px){.hero-features__dog-image img{max-height:550px;object-fit:contain}}@media screen and (max-width:1023px){.hero-features__content{grid-template-columns:1fr 1fr;gap:20px 30px;max-width:600px;margin:0 auto;padding-top:40px;padding-bottom:40px}.hero-features__heading{position:relative;top:auto;left:auto;transform:none;white-space:normal;margin-bottom:0}.hero-features__features{display:contents}.hero-features__dog-image{grid-column:1 / -1;order:999;position:relative;left:auto;bottom:auto;width:100%;max-width:480px;margin:0 auto;z-index:1;justify-self:center}}@media screen and (min-width:750px)and (max-width:1023px){.hero-features__dog-image{transform:translateY(100px)!important}}@media screen and (max-width:749px){.hero-features__dog-image{transform:translateY(90px)!important}}.hero-features__popover{position:absolute;width:300px;background-color:#fff;border-radius:12px;border:1px solid #E0E5DF;box-shadow:0 20px 40px -12px #00000026;padding:20px;z-index:10000;opacity:0;transform:translateY(10px) scale(.95);pointer-events:none;transition:opacity .3s ease,transform .3s ease;display:flex;flex-direction:column;gap:12px}.hero-features__popover.show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.hero-features__features--left .hero-features__feature-item .hero-features__popover{top:50%;left:46px;transform:translateY(-50%) translateY(10px) scale(.95)}.hero-features__features--left .hero-features__feature-item .hero-features__popover.show{transform:translateY(-50%) translateY(0) scale(1)}.hero-features__features--right .hero-features__feature-item .hero-features__popover{top:50%;right:46px;transform:translateY(-50%) translateY(10px) scale(.95)}.hero-features__features--right .hero-features__feature-item .hero-features__popover.show{transform:translateY(-50%) translateY(0) scale(1)}.hero-features__popover-image-wrapper{aspect-ratio:2 / 1;overflow:hidden}.hero-features__popover-image-wrapper picture{display:block;width:100%;height:100%}.hero-features__popover-image{width:100%;height:100%!important;object-fit:cover;object-position:center center;display:block}.hero-features__popover-title{color:rgb(var(--color-foreground));font-size:18px;font-weight:700;line-height:1.2;margin:0;font-family:var(--font-heading-family)}.hero-features__popover-description{color:rgba(var(--color-foreground),.7);font-size:14px;line-height:1.6;margin:0;font-family:var(--font-body-family)}.hero-features__popover-description p{margin:0}.hero-features__popover-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background-color:#defe36;border:none;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:10001;transition:background-color .3s ease,transform .3s ease;box-shadow:0 2px 8px #00000026;padding:0}.hero-features__popover-close:hover{background-color:#1a3c28;transform:scale(1.1)}.hero-features__popover-close svg{width:16px;height:16px;stroke:#1a3c28;stroke-width:2.5;fill:none;transition:stroke .3s ease}.hero-features__popover-close:hover svg{stroke:#fff}.hero-features__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:block}.hero-features__overlay.show{opacity:1;pointer-events:auto;z-index:9998;display:block}@media screen and (max-width:768px){.hero-features__overlay{background-color:#0009;z-index:9998!important;display:block!important;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important}.hero-features__overlay.show{z-index:9998!important;opacity:1!important;display:block!important;pointer-events:auto!important}}@media screen and (max-width:768px){.hero-features__heading{font-size:26.25px;margin-bottom:20px}.hero-features__content{padding-top:20px;padding-bottom:40px}.hero-features__dog-image{grid-column:1 / -1;order:999;position:relative;left:auto;bottom:auto;width:100%;max-width:400px;max-height:300px;margin:-70px 0 0;justify-self:center}.hero-features__dog-image img{max-height:300px;object-fit:contain}.hero-features__popover{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%) translateY(20px) scale(.95)!important;width:calc(100vw - 40px);max-width:400px;padding:60px 20px 20px;margin:0;z-index:10000!important}.hero-features__popover.show{transform:translate(-50%,-50%) translateY(0) scale(1)!important}.hero-features__features--left .hero-features__feature-item .hero-features__popover,.hero-features__features--right .hero-features__feature-item .hero-features__popover{top:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%) translateY(20px) scale(.95)!important}.hero-features__features--left .hero-features__feature-item .hero-features__popover.show,.hero-features__features--right .hero-features__feature-item .hero-features__popover.show{transform:translate(-50%,-50%) translateY(0) scale(1)!important}.hero-features__popover-close{display:flex}.hero-features__popover-title{font-size:16px}.hero-features__popover-description{font-size:13px}body.popover-open{overflow:hidden}}@media(prefers-reduced-motion:reduce){.hero-features__feature-icon,.hero-features__popover,.hero-features__overlay,.hero-features__feature-text{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/58/assets/section-hero-features.css.map */
