.section-bh-hero-showcase{position:relative;z-index:1}.bh-hero-showcase{--bh-showcase-brand: #4da996;--bh-showcase-ink: #10231f;padding-block:var(--bh-showcase-section-gap, 24px);overflow:hidden}.bh-hero-showcase__shell{width:min(100%,calc(var(--bh-showcase-max-width, 1400px) + 3rem));max-width:none;margin-inline:auto;padding-inline:1.5rem;box-sizing:border-box}.bh-hero-showcase__viewport{position:relative;isolation:isolate;width:100%;height:var(--bh-showcase-height, 500px);overflow:hidden;color:#fff;background:#526b5b;border-radius:var(--bh-showcase-radius, 20px);box-shadow:0 16px 42px #19302914}.bh-hero-showcase__slides,.bh-hero-showcase__slide,.bh-hero-showcase__media,.bh-hero-showcase__media picture,.bh-hero-showcase__shade{position:absolute;top:0;right:0;bottom:0;left:0}.bh-hero-showcase__slide{z-index:0;display:flex;align-items:center;padding:clamp(42px,5vw,78px);color:var(--bh-slide-text, #fff);background:var(--bh-slide-fallback, #526b5b);box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;transform:translateZ(0);transition:opacity .62s cubic-bezier(.22,.61,.36,1),visibility .62s linear}.bh-hero-showcase__slide.is-active{z-index:2;opacity:1;visibility:visible;pointer-events:auto}.bh-hero-showcase__media,.bh-hero-showcase__media picture{display:block}.bh-hero-showcase__image,.bh-hero-showcase__placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--bh-slide-focus-x, 50%) var(--bh-slide-focus-y, 50%);transform:scale(1.025);transition:transform 7s cubic-bezier(.2,.6,.2,1)}.bh-hero-showcase__slide.is-active .bh-hero-showcase__image,.bh-hero-showcase__slide.is-active .bh-hero-showcase__placeholder{transform:scale(1)}.bh-hero-showcase__shade{z-index:1;display:block!important;visibility:visible!important;opacity:1!important;background:linear-gradient(90deg,var(--bh-slide-overlay-strong, rgba(23, 75, 63, .72)) 0%,var(--bh-slide-overlay-strong, rgba(23, 75, 63, .72)) 30%,var(--bh-slide-overlay-mid, rgba(23, 75, 63, .42)) 58%,rgba(23,75,63,.08) 76%,rgba(23,75,63,0) 88%),linear-gradient(0deg,rgba(8,28,23,.12),transparent 48%);background-color:transparent!important;pointer-events:none}.bh-hero-showcase__slide--center .bh-hero-showcase__shade{background:linear-gradient(90deg,transparent 0%,var(--bh-slide-overlay-mid, rgba(23, 75, 63, .28)) 24%,var(--bh-slide-overlay-strong, rgba(23, 75, 63, .52)) 50%,var(--bh-slide-overlay-mid, rgba(23, 75, 63, .28)) 76%,transparent 100%)}.bh-hero-showcase__slide--right .bh-hero-showcase__shade{transform:scaleX(-1)}.bh-hero-showcase__content{position:relative;z-index:2;width:min(500px,46%);text-wrap:balance}.bh-hero-showcase__slide--center{justify-content:center;text-align:center}.bh-hero-showcase__slide--right{justify-content:flex-end;text-align:right}.bh-hero-showcase__eyebrow{margin:0 0 10px;color:currentColor;font-family:Aileron,Montserrat,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:700;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;opacity:.88}.bh-hero-showcase__heading{margin:0;color:inherit;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,3.8vw,58px);font-weight:400;line-height:1;letter-spacing:-.025em}.bh-hero-showcase__accent{margin:8px 0 0;color:var(--bh-slide-accent, #87d7c5);font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,3.1vw,48px);font-style:italic;font-weight:400;line-height:1.05;letter-spacing:-.03em}.bh-hero-showcase__text{width:min(440px,100%);margin-top:18px;color:inherit;font-family:Aileron,Montserrat,Helvetica Neue,Arial,sans-serif;font-size:clamp(12px,1.05vw,15px);font-weight:500;line-height:1.5}.bh-hero-showcase__slide--center .bh-hero-showcase__text{margin-inline:auto}.bh-hero-showcase__slide--right .bh-hero-showcase__text{margin-left:auto}.bh-hero-showcase__text p{margin:0}.bh-hero-showcase__button{min-height:44px;margin-top:20px;padding:10px 18px 10px 20px;display:inline-flex;align-items:center;justify-content:center;gap:11px;color:var(--bh-slide-button-text, #fff);background:var(--bh-slide-button-bg, #56b6a4);border:1px solid rgba(255,255,255,.12);border-radius:999px;box-shadow:0 10px 28px #0c251f33;font-family:Aileron,Montserrat,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1;text-decoration:none;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.bh-hero-showcase__button svg{width:18px;height:18px}.bh-hero-showcase__arrow{position:absolute;z-index:5;top:50%;width:40px;height:40px;padding:0;display:grid;place-items:center;color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.36);border-radius:50%;box-shadow:0 6px 20px #0000001f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;transform:translateY(-50%);transition:background-color .2s ease,transform .2s ease}.bh-hero-showcase__arrow svg{width:21px;height:21px}.bh-hero-showcase__arrow--prev{left:12px}.bh-hero-showcase__arrow--next{right:12px}.bh-hero-showcase__dots{position:absolute;z-index:5;bottom:14px;left:50%;display:flex;align-items:center;gap:5px;transform:translate(-50%)}.bh-hero-showcase__dot{width:12px;height:18px;padding:5px 2px;background:transparent;border:0;cursor:pointer}.bh-hero-showcase__dot span{display:block;width:8px;height:8px;overflow:hidden;background:#ffffff94;border-radius:999px;transition:width .25s ease,background-color .25s ease}.bh-hero-showcase__dot.is-active{width:26px}.bh-hero-showcase__dot.is-active span{width:22px;background:#fff}@media(hover:hover){.bh-hero-showcase__button:hover{filter:brightness(.94);transform:translateY(-2px)}.bh-hero-showcase__arrow:hover{background:#ffffff47;transform:translateY(-50%) scale(1.06)}}@media screen and (max-width:749px){.bh-hero-showcase{padding-block:10px 16px}.bh-hero-showcase__shell{width:100%;padding-inline:11px}.bh-hero-showcase__viewport{height:var(--bh-showcase-mobile-height, 300px);min-height:220px;border-radius:min(var(--bh-showcase-radius, 20px),16px)}.bh-hero-showcase__slide{align-items:flex-end;justify-content:flex-start;padding:22px 14px 46px;text-align:left}.bh-hero-showcase__image,.bh-hero-showcase__placeholder{object-position:var(--bh-slide-mobile-focus-x, 50%) var(--bh-slide-mobile-focus-y, 50%)}.bh-hero-showcase__shade,.bh-hero-showcase__slide--center .bh-hero-showcase__shade,.bh-hero-showcase__slide--right .bh-hero-showcase__shade{background:linear-gradient(90deg,var(--bh-slide-overlay-strong, rgba(23, 75, 63, .74)) 0%,var(--bh-slide-overlay-strong, rgba(23, 75, 63, .74)) 28%,var(--bh-slide-overlay-mobile, rgba(23, 75, 63, .5)) 62%,rgba(23,75,63,.12) 86%,rgba(23,75,63,0) 100%),linear-gradient(0deg,rgba(8,28,23,.14),transparent 55%);transform:none}.bh-hero-showcase__content{width:min(270px,84%);text-align:left}.bh-hero-showcase__eyebrow{display:none}.bh-hero-showcase__heading{font-size:clamp(21px,7vw,28px);font-weight:400;line-height:1.04;letter-spacing:-.018em}.bh-hero-showcase__accent{margin-top:3px;font-size:clamp(19px,6vw,25px);font-weight:400}.bh-hero-showcase__text{margin-top:8px;font-size:10px;line-height:1.35}.bh-hero-showcase__button{min-height:36px;margin-top:11px;padding:8px 13px 8px 15px;gap:8px;font-size:10px}.bh-hero-showcase__button svg{width:15px;height:15px}.bh-hero-showcase__arrow{display:none}.bh-hero-showcase__dots{bottom:9px}.bh-hero-showcase__dot{height:15px;padding-block:4px}.bh-hero-showcase__dot span{width:6px;height:6px}.bh-hero-showcase__dot.is-active{width:21px}.bh-hero-showcase__dot.is-active span{width:17px}}@media(prefers-reduced-motion:reduce){.bh-hero-showcase__slide,.bh-hero-showcase__image,.bh-hero-showcase__placeholder,.bh-hero-showcase__button,.bh-hero-showcase__arrow,.bh-hero-showcase__dot span{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/bh-hero-showcase.css.map */
