:root{--image-hero-heading-color: #ffffff;--image-hero-description-color: #e5e5e5;--image-hero-breadcrumb-color: #ffffff;--image-hero-button-bg: #ffffff;--image-hero-button-text: #000000}.image-hero-section{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:var(--section-padding-top, 0);padding-bottom:var(--section-padding-bottom, 0)}.image-hero-section[data-position=top]{align-items:flex-start}.image-hero-section[data-position=center]{align-items:center}.image-hero-section[data-position=bottom]{align-items:flex-end}.image-hero-section[data-height=small]{min-height:400px}.image-hero-section[data-height=medium]{min-height:500px}.image-hero-section[data-height=large]{min-height:600px}.image-hero-section[data-height=extra-large]{min-height:700px}.image-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.image-hero-background-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.image-hero-background-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-hero-background-placeholder svg{width:100%;height:100%;opacity:.3}.image-hero-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1;pointer-events:none}.image-hero-content-wrapper{position:relative;z-index:2;width:100%;height:100%;padding:60px 20px;display:flex;align-items:center}.image-hero-content{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.image-hero-section[data-alignment=left] .image-hero-content{align-items:flex-start;text-align:left;margin-left:0}.image-hero-section[data-alignment=center] .image-hero-content{align-items:center;text-align:center;margin:0 auto}.image-hero-section[data-alignment=right] .image-hero-content{align-items:flex-end;text-align:right;margin-right:0}.image-hero-section[data-position=top] .image-hero-content-wrapper{align-items:flex-start;padding-top:60px;padding-bottom:20px}.image-hero-section[data-position=center] .image-hero-content-wrapper{align-items:center}.image-hero-section[data-position=bottom] .image-hero-content-wrapper{align-items:flex-end;padding-top:20px;padding-bottom:60px}.image-hero-heading{font-size:clamp(36px,6vw,72px);font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--heading-color, var(--image-hero-heading-color));margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3)}.image-hero-breadcrumbs{display:flex;align-items:center;gap:12px;font-size:16px;line-height:1.5;color:var(--breadcrumb-color, var(--image-hero-breadcrumb-color))}.image-hero-breadcrumb-link{color:inherit;text-decoration:none;transition:opacity .3s ease;opacity:.9}.image-hero-breadcrumb-link:hover{opacity:1;text-decoration:underline}.image-hero-breadcrumb-separator{opacity:.6}.image-hero-breadcrumb-current{opacity:1;font-weight:500}.image-hero-description{font-size:clamp(16px,2vw,20px);line-height:1.6;color:var(--description-color, var(--image-hero-description-color));margin:8px 0 0;max-width:700px;text-shadow:0 1px 6px rgba(0,0,0,.3)}.image-hero-button-wrapper{margin-top:16px}.image-hero-button{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:var(--button-bg-color, var(--image-hero-button-bg));color:var(--button-text-color, var(--image-hero-button-text));font-size:16px;font-weight:500;text-decoration:none;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #00000026}.image-hero-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.image-hero-button:active{transform:translateY(0);box-shadow:0 2px 8px #00000026}.image-hero-button-text{line-height:1}.image-hero-button-arrow{width:18px;height:18px;transition:transform .3s ease}.image-hero-button:hover .image-hero-button-arrow{transform:translate(4px)}@media screen and (max-width:1024px){.image-hero-section{min-height:450px}.image-hero-section[data-height=small]{min-height:350px}.image-hero-section[data-height=medium]{min-height:450px}.image-hero-section[data-height=large]{min-height:550px}.image-hero-section[data-height=extra-large]{min-height:650px}.image-hero-content-wrapper{padding:50px 20px}.image-hero-heading{font-size:clamp(32px,6vw,56px)}.image-hero-description{font-size:clamp(15px,2vw,18px)}.image-hero-breadcrumbs{font-size:15px}.image-hero-button{padding:14px 28px;font-size:15px}}@media screen and (max-width:768px){.image-hero-section{min-height:400px}.image-hero-section[data-height=small]{min-height:300px}.image-hero-section[data-height=medium]{min-height:400px}.image-hero-section[data-height=large]{min-height:500px}.image-hero-section[data-height=extra-large]{min-height:600px}.image-hero-content-wrapper{padding:40px 16px;height:100%}.image-hero-section[data-position=top] .image-hero-content-wrapper{padding-top:40px;padding-bottom:20px}.image-hero-section[data-position=bottom] .image-hero-content-wrapper{padding-top:20px;padding-bottom:40px}.image-hero-content{max-width:100%;gap:12px}.image-hero-section[data-alignment=left] .image-hero-content,.image-hero-section[data-alignment=right] .image-hero-content{align-items:center;text-align:center;margin:0 auto}.image-hero-heading{font-size:clamp(28px,8vw,40px);letter-spacing:-.015em}.image-hero-breadcrumbs{font-size:14px;gap:8px;flex-wrap:wrap;justify-content:center}.image-hero-description{font-size:15px;line-height:1.5}.image-hero-button-wrapper{margin-top:12px;width:100%}.image-hero-button{padding:14px 24px;font-size:15px;width:100%;max-width:300px;justify-content:center}}@media screen and (max-width:480px){.image-hero-section{min-height:350px}.image-hero-section[data-height=small]{min-height:280px}.image-hero-section[data-height=medium]{min-height:350px}.image-hero-section[data-height=large]{min-height:450px}.image-hero-section[data-height=extra-large]{min-height:550px}.image-hero-content-wrapper{padding:30px 12px}.image-hero-heading{font-size:28px}.image-hero-breadcrumbs{font-size:13px;gap:6px}.image-hero-description{font-size:14px}.image-hero-button{padding:12px 20px;font-size:14px}}@media(prefers-reduced-motion:reduce){.image-hero-button,.image-hero-button-arrow,.image-hero-breadcrumb-link{transition:none}.image-hero-button:hover,.image-hero-button:hover .image-hero-button-arrow{transform:none}}@media(prefers-contrast:high){.image-hero-heading,.image-hero-description,.image-hero-breadcrumbs{text-shadow:2px 2px 4px rgba(0,0,0,.9)}.image-hero-button{border:2px solid currentColor}.image-hero-section:after{opacity:.7!important}}@media print{.image-hero-section{min-height:auto;page-break-inside:avoid}.image-hero-section:after{display:none}.image-hero-content-wrapper{padding:20px}.image-hero-button-wrapper{display:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/image-hero-section.css.map */
