.wlg-hero-overlay{--wlg-hero-min-height: 40rem;--wlg-hero-content-max-width: min(48rem, 60vw);--wlg-hero-content-padding: clamp(1.25rem, 4vw, 3rem);--wlg-hero-overlay-opacity: .35;--wlg-hero-image-position: center center;--wlg-hero-primary: #f5f0e8;--wlg-hero-accent: #c46b4a;--wlg-hero-stack-primary: #1a1a1a;--wlg-hero-stack-accent: #c46b4a}.wlg-hero-overlay__inner{position:relative;display:grid;min-height:var(--wlg-hero-min-height);overflow:hidden}.wlg-hero-overlay__media,.wlg-hero-overlay__content{grid-area:1 / 1}.wlg-hero-overlay__media{position:relative;min-height:inherit}.wlg-hero-overlay__media img,.wlg-hero-overlay__media .wlg-hero-overlay__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--wlg-hero-image-position)}.wlg-hero-overlay__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:rgb(0 0 0 / var(--wlg-hero-overlay-opacity))}.wlg-hero-overlay__placeholder{display:block;background:#2a2a2a}.wlg-hero-overlay__content{position:relative;z-index:2;display:flex;box-sizing:border-box;width:100%;min-height:inherit;padding:var(--wlg-hero-content-padding);pointer-events:none}.wlg-hero-overlay__content-inner{pointer-events:auto;width:100%;max-width:var(--wlg-hero-content-max-width);display:flex;flex-direction:column;gap:.75rem}.wlg-hero-overlay--top-left .wlg-hero-overlay__content{align-items:flex-start;justify-content:flex-start}.wlg-hero-overlay--top-center .wlg-hero-overlay__content{align-items:center;justify-content:flex-start}.wlg-hero-overlay--middle-left .wlg-hero-overlay__content{align-items:flex-start;justify-content:center}.wlg-hero-overlay--middle-center .wlg-hero-overlay__content{align-items:center;justify-content:center}.wlg-hero-overlay--bottom-left .wlg-hero-overlay__content{align-items:flex-start;justify-content:flex-end}.wlg-hero-overlay--align-left .wlg-hero-overlay__content-inner{text-align:left;align-items:flex-start}.wlg-hero-overlay--align-center .wlg-hero-overlay__content-inner{text-align:center;align-items:center}.wlg-hero-overlay--align-right .wlg-hero-overlay__content-inner{text-align:right;align-items:flex-end}.wlg-hero-overlay__heading{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:var(--wlg-hero-heading-size, clamp(30px, 3.3vw, 180px));line-height:1.05;letter-spacing:.04em;color:var(--wlg-hero-primary)}.wlg-hero-overlay__subheading{margin:0;font-family:var(--font-body-family);font-size:var(--wlg-hero-accent-size, clamp(12px, 1.3vw, 80px));font-weight:var(--font-body-weight-medium, 600);letter-spacing:.14em;line-height:1.35;color:var(--wlg-hero-accent)}.wlg-hero-overlay__body{margin:0;font-family:var(--font-body-family);line-height:1.65;color:var(--wlg-hero-primary)}.wlg-hero-overlay__body--large{font-size:calc(var(--font-body-scale) * 18px)}.wlg-hero-overlay__body--medium{font-size:calc(var(--font-body-scale) * 16px)}.wlg-hero-overlay__body--small{font-size:calc(var(--font-body-scale) * 14px)}.wlg-hero-overlay__body.rte,.wlg-hero-overlay__body.rte p,.wlg-hero-overlay__body.rte span,.wlg-hero-overlay__body.rte li,.wlg-hero-overlay__body.rte strong,.wlg-hero-overlay__body.rte em,.wlg-hero-overlay__body.rte a{color:var(--wlg-hero-primary)!important}.wlg-hero-overlay__body.rte a:hover{opacity:.85}.wlg-hero-overlay__body>*:first-child{margin-top:0}.wlg-hero-overlay__body>*:last-child{margin-bottom:0}.wlg-hero-overlay__body p{margin:0 0 .85em}.wlg-hero-overlay__body p:last-child{margin-bottom:0}.wlg-hero-overlay__tagline{margin:.25rem 0 0;font-family:var(--font-body-family);font-size:var(--wlg-hero-accent-size, clamp(12px, 1.3vw, 80px));font-weight:var(--font-body-weight-medium, 600);letter-spacing:.14em;line-height:1.4;color:var(--wlg-hero-accent)}@media screen and (max-width:749px){.wlg-hero-overlay__content{align-items:stretch!important}.wlg-hero-overlay__content-inner{max-width:100%}.wlg-hero-overlay:not(.wlg-hero-overlay--stack) .wlg-hero-overlay__media:after{background:rgb(0 0 0 / min(.85,calc(var(--wlg-hero-overlay-opacity) + .1)))}.wlg-hero-overlay--stack .wlg-hero-overlay__inner{display:flex;flex-direction:column;min-height:0}.wlg-hero-overlay--stack .wlg-hero-overlay__media{position:relative;flex:0 0 auto;min-height:min(52vw,20rem)}.wlg-hero-overlay--stack .wlg-hero-overlay__media img,.wlg-hero-overlay--stack .wlg-hero-overlay__media .wlg-hero-overlay__placeholder{position:relative;inset:auto;min-height:min(52vw,20rem)}.wlg-hero-overlay--stack .wlg-hero-overlay__content{flex:1 1 auto;min-height:0;align-items:stretch!important;justify-content:flex-start!important;background:rgb(var(--color-background, 255 255 255))}.wlg-hero-overlay--stack .wlg-hero-overlay__heading{color:var(--wlg-hero-stack-primary)}.wlg-hero-overlay--stack .wlg-hero-overlay__subheading,.wlg-hero-overlay--stack .wlg-hero-overlay__tagline{color:var(--wlg-hero-stack-accent)}.wlg-hero-overlay--stack .wlg-hero-overlay__body.rte,.wlg-hero-overlay--stack .wlg-hero-overlay__body.rte p,.wlg-hero-overlay--stack .wlg-hero-overlay__body.rte span,.wlg-hero-overlay--stack .wlg-hero-overlay__body.rte li,.wlg-hero-overlay--stack .wlg-hero-overlay__body.rte strong,.wlg-hero-overlay--stack .wlg-hero-overlay__body.rte em,.wlg-hero-overlay--stack .wlg-hero-overlay__body.rte a{color:var(--wlg-hero-stack-primary)!important}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/wlg-hero-overlay.css.map */
