.category-heroes-wrapper{position:relative;overflow:hidden;background-color:#f5f5f5;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-top:90px;padding-bottom:90px}.category-heroes-wrapper.has-background-image{background-color:transparent}.category-heroes-wrapper__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.category-heroes-wrapper__background-image{width:100%;height:100%;object-fit:cover;display:block}.category-heroes-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;transition:opacity .3s ease}.category-heroes-wrapper .page-width{position:relative;z-index:2;max-width:1240px;margin:0 auto;padding-left:var(--page-width-margin, 2rem);padding-right:var(--page-width-margin, 2rem)}.category-hero__item{padding-top:90px;padding-bottom:90px}.category-hero__item:first-child{padding-top:0}.category-hero__item:last-child{padding-bottom:0}.category-hero__container{display:grid;grid-template-columns:1fr 1fr;gap:var(--category-hero-gap, 80px);align-items:center;position:relative;z-index:1}.category-hero--image-left .category-hero__content{order:2}.category-hero--image-left .category-hero__image-wrapper,.category-hero--image-right .category-hero__content{order:1}.category-hero--image-right .category-hero__image-wrapper{order:2}.category-hero--align-center .category-hero__content{text-align:center}.category-hero--align-center .category-hero__button{margin-left:auto;margin-right:auto}.category-hero--align-left .category-hero__content{text-align:left}.category-hero__content{max-width:580px}.category-hero--image-left .category-hero__content{margin-left:auto}.category-hero--image-right .category-hero__content{margin-right:auto}.category-hero__heading{font-family:var(--font-heading--family);font-size:var(--category-hero-heading-size, 56px);font-weight:400;letter-spacing:-.02em;line-height:1.1;margin:0 0 20px;font-style:normal;display:flex;align-items:baseline;gap:var(--category-hero-icon-spacing, 16px);flex-wrap:wrap}.category-hero--align-center .category-hero__heading{justify-content:center}.heading-icon-wrapper{display:inline-block;vertical-align:baseline;flex-shrink:0;line-height:0}.heading-icon-svg{width:var(--category-hero-icon-size, 40px);height:var(--category-hero-icon-size, 40px);display:block;object-fit:contain;vertical-align:baseline;transform:translateY(0)}.polygon-icon{display:inline-block;width:var(--category-hero-icon-size, 40px);height:var(--category-hero-icon-size, 40px);flex-shrink:0;position:relative;vertical-align:baseline;transform:translateY(0)}.polygon-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--category-hero-gradient-1) 0%,var(--category-hero-gradient-2) 50%,var(--category-hero-gradient-3) 100%);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);animation:rotate-polygon 20s linear infinite}@keyframes rotate-polygon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.category-hero__subheading{font-family:var(--font-body--family);font-size:var(--category-hero-subheading-size, 20px);font-weight:600;margin:0 0 24px;line-height:1.4}.category-hero__description{font-family:var(--font-body--family);font-size:var(--category-hero-text-size, 16px);line-height:1.7;margin-bottom:40px}.category-hero__description p{margin:0 0 20px}.category-hero__description p:last-child{margin-bottom:0}.category-hero__description ul,.category-hero__description ol{margin:20px 0;padding-left:0;list-style:none}.category-hero__description li{padding-left:24px;position:relative;margin-bottom:var(--category-hero-bullet-spacing, 12px);line-height:1.8}.category-hero__description ul li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:var(--category-hero-bullet-color)}.category-hero__description strong{font-weight:700}.category-hero__button{display:inline-block;font-family:var(--font-body--family);font-size:14px;font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;border-radius:var(--category-hero-button-border-radius, 4px);transition:all .3s ease;box-shadow:0 4px 12px #00000026;position:relative;overflow:hidden}.category-hero__button:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;opacity:0;transition:opacity .3s ease}.category-hero__button:hover:after{opacity:1}.category-hero__button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.category-hero__image-wrapper{position:relative;border-radius:var(--category-hero-image-border-radius, 12px);overflow:hidden;box-shadow:0 20px 60px #0000001f;background:#fff;height:100%;min-height:400px}.category-hero__image{width:100%;height:100%;display:block;object-fit:cover}.category-hero__image-placeholder{width:100%;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f0f0,#e5e5e5)}.category-hero__image-placeholder svg{width:120px;height:120px;opacity:.3}@media screen and (max-width:989px){.category-hero__item{padding-top:30px;padding-bottom:30px}.category-hero__container{grid-template-columns:1fr;gap:calc(var(--category-hero-gap, 80px) * .625)}.category-hero__content,.category-hero--image-left .category-hero__content,.category-hero--image-right .category-hero__content{max-width:100%;order:1;margin:0}.category-hero__image-wrapper,.category-hero--image-left .category-hero__image-wrapper,.category-hero--image-right .category-hero__image-wrapper{order:2;min-height:350px}.category-hero__heading{font-size:calc(var(--category-hero-heading-size, 56px) * .75)}.category-hero__subheading{font-size:calc(var(--category-hero-subheading-size, 20px) * .9)}.category-hero__description{font-size:calc(var(--category-hero-text-size, 16px) * .95)}}@media screen and (max-width:1440px){.category-heroes-wrapper .page-width{padding-top:var(--mobile-padding-top, 40px)!important;padding-bottom:var(--mobile-padding-bottom, 40px)!important;padding-left:var(--mobile-padding-left, 16px)!important;padding-right:var(--mobile-padding-right, 16px)!important}}@media screen and (max-width:749px){.category-hero__item{padding-top:20px;padding-bottom:20px}.category-hero__container{gap:calc(var(--category-hero-gap, 80px) * .5)}.category-hero__heading{font-size:calc(var(--category-hero-heading-size, 56px) * .6);gap:calc(var(--category-hero-icon-spacing, 16px) * .75)}.polygon-icon,.heading-icon-svg{width:calc(var(--category-hero-icon-size, 40px) * .6);height:calc(var(--category-hero-icon-size, 40px) * .5)}.category-hero__subheading{font-size:calc(var(--category-hero-subheading-size, 20px) * .85);margin-bottom:20px}.category-hero__description{font-size:calc(var(--category-hero-text-size, 16px) * .9);margin-bottom:32px}.category-hero__description li{font-size:calc(var(--category-hero-text-size, 16px) * .88);margin-bottom:var(--category-hero-bullet-spacing, 12px)}.category-hero__button{width:100%;text-align:center;padding:16px 40px}.category-hero__image-wrapper{min-height:280px}}.category-hero__empty-state{text-align:center;padding:60px 20px;color:#999;font-size:16px}@media(prefers-reduced-motion:reduce){.polygon-icon:before{animation:none}.category-hero__button{transition:none}}.category-hero__button:focus-visible{outline:3px solid var(--category-hero-gradient-2);outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-category-hero.css.map */
