.custom-hero-banner{--chb-bg: #f7f4ee;--chb-text: #171717;--chb-muted: rgba(23, 23, 23, .78);--chb-line: rgba(23, 23, 23, .18);--chb-accent: #111111;--chb-hot: #0e2e43;position:relative;display:block;overflow:hidden;width:100%;margin-inline:auto;padding:var(--chb-padding-top) var(--chb-padding-right) var(--chb-padding-bottom) var(--chb-padding-left);background:var(--chb-bg);color:var(--chb-text);isolation:isolate}.custom-hero-banner--width-page{width:min(100%,var(--chb-page-width))}.custom-hero-banner *,.custom-hero-banner *:before,.custom-hero-banner *:after{box-sizing:border-box}.custom-hero-banner .page-width{width:min(100%,var(--chb-page-width));margin-inline:auto;padding-inline:1rem}.custom-hero-banner .visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.custom-hero-banner__viewport{position:relative;max-height:var(--chb-max-height-mobile);overflow:hidden}.custom-hero-banner__track{display:grid;position:relative}.custom-hero-banner__slide{position:relative;grid-area:1 / 1;display:grid;opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.015);transition:opacity .52s ease,transform .8s ease,visibility .52s ease}.custom-hero-banner__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:scale(1);z-index:1}.custom-hero-banner__media,.custom-hero-banner__shade{position:absolute;top:0;right:0;bottom:0;left:0}.custom-hero-banner__media{background:linear-gradient(135deg,rgba(206,208,198,.18),transparent 32%),linear-gradient(315deg,rgba(230,181,172,.18),transparent 34%),var(--chb-bg)}.custom-hero-banner__image,.custom-hero-banner__placeholder{display:block;width:100%;height:100%;object-fit:cover}.custom-hero-banner__placeholder{opacity:.42}.custom-hero-banner__shade{background:linear-gradient(180deg,#dddcdc0d,rgba(247,244,238,calc(var(--chb-overlay-opacity) - .05))),linear-gradient(90deg,rgba(247,244,238,calc(var(--chb-overlay-opacity) + .15)),#f7f4ee14);mix-blend-mode:normal}.custom-hero-banner__inner{position:relative;z-index:2;display:grid;align-items:start;width:100%;padding-top:2rem;padding-bottom:4.75rem}.custom-hero-banner__content{width:min(100%,var(--chb-content-width));max-width:34rem}.custom-hero-banner__content--center{justify-self:center;text-align:center}.custom-hero-banner__content--right{justify-self:end;text-align:right}.custom-hero-banner__kicker{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 1rem;color:var(--chb-accent);font-size:.75rem;font-weight:800;letter-spacing:0;line-height:1.1;text-transform:uppercase}.custom-hero-banner__kicker:before{content:"";width:.8rem;height:.8rem;background:var(--chb-hot);border-radius:50%;box-shadow:0 0 0 .35rem #0e2e432e}.custom-hero-banner__heading{max-width:12ch;margin:0;color:inherit;font-size:2.75rem;font-weight:950;letter-spacing:0;line-height:.96;overflow-wrap:anywhere;text-wrap:balance;text-transform:uppercase}.custom-hero-banner__content--center .custom-hero-banner__heading,.custom-hero-banner__content--right .custom-hero-banner__heading{margin-inline:auto 0}.custom-hero-banner__content--center .custom-hero-banner__heading{margin-inline:auto}.custom-hero-banner__text{max-width:30rem;margin-top:.85rem;color:var(--chb-muted);font-size:.98rem;line-height:1.45}.custom-hero-banner__text p{margin:0}.custom-hero-banner__content--center .custom-hero-banner__text{margin-inline:auto}.custom-hero-banner__content--right .custom-hero-banner__text{margin-inline-start:auto}.custom-hero-banner__actions{display:flex;flex-wrap:wrap;margin-top:1.1rem}.custom-hero-banner__content--center .custom-hero-banner__actions{justify-content:center}.custom-hero-banner__content--right .custom-hero-banner__actions{justify-content:flex-end}.custom-hero-banner__button{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.78rem 1.1rem;border:1px solid rgba(255,255,255,.36);border-radius:.35rem;background:#ffffff2e;color:var(--chb-text);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);font-size:.86rem;font-weight:850;line-height:1.15;overflow-wrap:anywhere;text-align:center;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.custom-hero-banner__button:hover{transform:translateY(-2px)}.custom-hero-banner__button:focus-visible,.custom-hero-banner__arrow:focus-visible,.custom-hero-banner__dot:focus-visible{outline:3px solid var(--chb-accent);outline-offset:3px}.custom-hero-banner__controls{position:absolute;inset-inline:0;bottom:1.35rem;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:1rem;pointer-events:none}.custom-hero-banner__arrow,.custom-hero-banner__dot{-webkit-appearance:none;appearance:none;border:0;cursor:pointer;pointer-events:auto}.custom-hero-banner__arrow{display:inline-grid;place-items:center;width:2rem;height:2rem;border:1px solid var(--chb-line);border-radius:50%;background:#00000047;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.custom-hero-banner__arrow span{display:block;margin-top:-.12rem;font-size:1rem;line-height:1}.custom-hero-banner__dots{display:flex;align-items:center;justify-content:center;gap:.45rem;pointer-events:auto}.custom-hero-banner__dot{width:2.2rem;height:.34rem;padding:0;border-radius:999px;background:#ffffff5c;transition:width .18s ease,background-color .18s ease}.custom-hero-banner__dot.is-active{width:3.4rem;background:var(--chb-accent)}.custom-hero-banner__empty{padding-block:4rem;text-align:center}@media screen and (min-width:750px){.custom-hero-banner .page-width{padding-inline:2rem}.custom-hero-banner__viewport{max-height:var(--chb-max-height-desktop)}.custom-hero-banner__inner{align-items:start;padding-top:3rem;padding-bottom:5.25rem}.custom-hero-banner__content{max-width:32rem}.custom-hero-banner__kicker{font-size:.82rem}.custom-hero-banner__heading{font-size:3.6rem}.custom-hero-banner__text{max-width:28rem;font-size:1rem}.custom-hero-banner__button{min-width:10.5rem}}@media screen and (min-width:990px){.custom-hero-banner .page-width{padding-inline:3rem}.custom-hero-banner__content{max-width:36rem}.custom-hero-banner__heading{font-size:4.5rem}.custom-hero-banner__text{font-size:1.06rem}}@media screen and (min-width:1200px){.custom-hero-banner__heading{font-size:5rem}}@media screen and (min-width:1400px){.custom-hero-banner__heading{font-size:5.5rem}}@media screen and (max-width:749px){.custom-hero-banner__inner{padding-inline:1rem}.custom-hero-banner__content,.custom-hero-banner__content--right,.custom-hero-banner__content--center{justify-self:stretch;text-align:left}.custom-hero-banner__content--right .custom-hero-banner__heading,.custom-hero-banner__content--center .custom-hero-banner__heading,.custom-hero-banner__content--right .custom-hero-banner__text,.custom-hero-banner__content--center .custom-hero-banner__text{margin-inline:0}.custom-hero-banner__content--right .custom-hero-banner__actions,.custom-hero-banner__content--center .custom-hero-banner__actions{justify-content:flex-start}.custom-hero-banner__actions{display:grid;grid-template-columns:1fr}.custom-hero-banner__button{width:100%}.custom-hero-banner__controls{bottom:1.15rem;padding-inline:1rem}.custom-hero-banner__arrow{width:2rem;height:2rem}.custom-hero-banner__dot{width:1.5rem}.custom-hero-banner__dot.is-active{width:2.5rem}}@media(prefers-reduced-motion:reduce){.custom-hero-banner__slide,.custom-hero-banner__button,.custom-hero-banner__dot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-hero-banner.css.map */
