.custom-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:var(--hero-min-height-mobile, 480px);padding-top:var(--hero-padding-top-mobile, 56px);padding-bottom:var(--hero-padding-bottom-mobile, 56px)}.custom-hero--valign-top{align-items:flex-start}.custom-hero--valign-bottom{align-items:flex-end}.custom-hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.custom-hero__bg-image,.custom-hero__bg-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.custom-hero__bg-image--desktop{display:block}.custom-hero__bg-image--mobile,.custom-hero__background--has-mobile-image .custom-hero__bg-image--desktop{display:none}.custom-hero__background--has-mobile-image .custom-hero__bg-image--mobile{display:block}.custom-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-overlay-color, transparent);opacity:var(--hero-overlay-opacity, 0);pointer-events:none}.custom-hero__container{position:relative;z-index:1;width:100%}.custom-hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:100%}.custom-hero--align-center .custom-hero__content{align-items:center;text-align:center;margin-left:auto;margin-right:auto}.custom-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;border:1px solid var(--color-border);font-size:13px;line-height:1.4;color:var(--color-text)}.custom-hero__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--badge-dot-color, #22c55e);flex-shrink:0}.custom-hero__heading{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:var(--hero-heading-size-mobile);font-weight:var(--hero-heading-weight);line-height:var(--hero-heading-line-height);letter-spacing:var(--hero-heading-letter-spacing);color:var(--hero-heading-color, var(--color-heading))}.custom-hero__subtitle{margin:0;max-width:var(--hero-content-max-width);font-family:var(--font-body-family);font-size:var(--hero-subtitle-size-mobile);font-weight:var(--hero-subtitle-weight);line-height:var(--hero-subtitle-line-height);color:var(--hero-subtitle-color, var(--color-text))}.custom-hero__subtitle>*:first-child{margin-top:0}.custom-hero__subtitle>*:last-child{margin-bottom:0}.custom-hero__features{max-width:var(--hero-content-max-width);width:100%;overflow:hidden;position:relative}.custom-hero__features:not(.custom-hero__features--marquee) .custom-hero__features-track{flex-wrap:wrap}.custom-hero__features-track{display:flex;align-items:center;gap:24px;width:max-content}.custom-hero__features--marquee .custom-hero__features-track{animation:custom-hero-marquee var(--hero-marquee-duration, 20s) linear infinite}.custom-hero__features--marquee:hover .custom-hero__features-track{animation-play-state:paused}@keyframes custom-hero-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.custom-hero__feature-item{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body-family);font-size:var(--hero-feature-text-size);color:var(--color-text);white-space:nowrap}.custom-hero__feature-icon{display:inline-flex;flex-shrink:0;width:16px;height:16px}.custom-hero__feature-icon .icon{width:100%;height:100%;fill:currentColor}.custom-hero__feature-icon--dot{width:6px;height:6px;border-radius:50%;background:currentColor}.custom-hero__buttons{display:flex;flex-direction:column;align-items:stretch;gap:var(--hero-button-gap, 12px);width:100%;margin-top:8px}.custom-hero--align-center .custom-hero__buttons{align-items:center}.custom-hero__button{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;border-radius:var(--hero-button-radius, 8px);padding:var(--hero-button-padding-v, 14px) var(--hero-button-padding-h, 28px);font-family:var(--font-body-family);font-size:var(--hero-button-font-size, 15px);font-weight:var(--hero-button-font-weight, 600);border:1px solid transparent;transition:opacity .2s ease,background-color .2s ease,border-color .2s ease;cursor:pointer}.custom-hero__button--primary{background:var(--color-button);color:var(--color-button-label);border-color:var(--color-button)}.custom-hero__button--secondary{background:var(--color-background);color:var(--color-heading);border-color:var(--color-border)}.custom-hero__button--outline{background:transparent;color:var(--color-secondary-button-label);border-color:var(--color-border)}.custom-hero__button:hover{opacity:.85}@media screen and (min-width:768px){.custom-hero{min-height:var(--hero-min-height, 600px);padding-top:var(--hero-padding-top, 96px);padding-bottom:var(--hero-padding-bottom, 96px)}.custom-hero__background--has-mobile-image .custom-hero__bg-image--desktop{display:block}.custom-hero__background--has-mobile-image .custom-hero__bg-image--mobile{display:none}.custom-hero__heading{font-size:var(--hero-heading-size)}.custom-hero__subtitle{font-size:var(--hero-subtitle-size)}.custom-hero__buttons{flex-direction:row;width:auto}.custom-hero__button{width:auto}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/component-custom-hero-section.css.map */
