.chemarry-collection-hero{--chem-hero-surface: #f8f6f2;--chem-hero-text: #ffffff;--chem-hero-text-secondary: rgba(255, 255, 255, .9);--chem-hero-accent: #e79a2d;--chem-hero-button-bg: #15395d;--chem-hero-button-text: #ffffff;--chem-hero-button-hover: #0e2d4a;--chem-hero-border: rgba(255, 255, 255, .28);--chem-hero-brightness: 100%;--chem-hero-overlay-opacity: 0;--chem-hero-focus-x-desktop: 50%;--chem-hero-focus-y-desktop: 50%;--chem-hero-focus-x-mobile: 50%;--chem-hero-focus-y-mobile: 50%;--chem-hero-max-width: 144rem;--chem-hero-radius: 2.2rem;--chem-hero-height-desktop: 52rem;--chem-hero-height-tablet: 44rem;--chem-hero-height-mobile: 46rem;position:relative;width:100%;color:var(--chem-hero-text)}.chemarry-collection-hero,.chemarry-collection-hero *,.chemarry-collection-hero *:before,.chemarry-collection-hero *:after{box-sizing:border-box}.chemarry-collection-hero__spacing{width:100%;padding-top:var(--chem-hero-padding-top-desktop, 2.4rem);padding-bottom:var(--chem-hero-padding-bottom-desktop, 2.4rem)}.chemarry-collection-hero__page-width{width:min(calc(100% - 4rem),var(--chem-hero-max-width));margin-inline:auto}.chemarry-collection-hero--full-width .chemarry-collection-hero__page-width{width:100%;max-width:none}.chemarry-collection-hero__panel{position:relative;isolation:isolate;display:grid;align-items:end;min-height:var(--chem-hero-height-desktop);overflow:hidden;background:var(--chem-hero-surface);border-radius:var(--chem-hero-radius)}.chemarry-collection-hero--full-width .chemarry-collection-hero__panel{border-radius:0}.chemarry-collection-hero__media{position:absolute;z-index:-3;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;background:var(--chem-hero-surface)}.chemarry-collection-hero__picture{display:block;width:100%;height:100%}.chemarry-collection-hero__image{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--chem-hero-focus-x-desktop) var(--chem-hero-focus-y-desktop);filter:brightness(var(--chem-hero-brightness));transform:scale(1.001);transition:filter .24s ease,transform .6s cubic-bezier(.22,1,.36,1)}@media(hover:hover)and (pointer:fine){.chemarry-collection-hero__panel:hover .chemarry-collection-hero__image{transform:scale(1.018)}}.chemarry-collection-hero__overlay{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;background:#000;opacity:var(--chem-hero-overlay-opacity);pointer-events:none}.chemarry-collection-hero__gradient{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#081625c2,#08162580 37%,#0816251f 68%,#08162500);pointer-events:none}.chemarry-collection-hero--content-right .chemarry-collection-hero__gradient{background:linear-gradient(270deg,#081625c2,#08162580 37%,#0816251f 68%,#08162500)}.chemarry-collection-hero--content-center .chemarry-collection-hero__gradient{background:linear-gradient(0deg,#081625bd,#08162552 58%,#08162514)}.chemarry-collection-hero__content{position:relative;z-index:2;display:flex;width:100%;padding:clamp(3.2rem,5vw,7.2rem)}.chemarry-collection-hero__content-inner{width:min(100%,58rem)}.chemarry-collection-hero--content-left .chemarry-collection-hero__content{justify-content:flex-start;text-align:left}.chemarry-collection-hero--content-center .chemarry-collection-hero__content{justify-content:center;text-align:center}.chemarry-collection-hero--content-center .chemarry-collection-hero__content-inner{margin-inline:auto}.chemarry-collection-hero--content-right .chemarry-collection-hero__content{justify-content:flex-end;text-align:left}.chemarry-collection-hero__eyebrow{display:inline-flex;align-items:center;gap:.8rem;margin:0 0 1.4rem;color:var(--chem-hero-text);font-size:1.2rem;font-weight:700;line-height:1.2;letter-spacing:.12em;text-transform:uppercase}.chemarry-collection-hero__eyebrow:before{content:"";flex:0 0 auto;width:.7rem;height:.7rem;background:var(--chem-hero-accent);border-radius:50%;box-shadow:0 0 0 .4rem #e79a2d29}.chemarry-collection-hero__title{max-width:18ch;margin:0;color:var(--chem-hero-text);font-size:clamp(3.4rem,4.4vw,5.8rem);font-weight:700;line-height:1.02;letter-spacing:-.035em;text-wrap:balance}.chemarry-collection-hero--content-center .chemarry-collection-hero__title{margin-inline:auto}.chemarry-collection-hero__description{max-width:55rem;margin:1.8rem 0 0;color:var(--chem-hero-text-secondary);font-size:clamp(1.5rem,1.4vw,1.8rem);font-weight:400;line-height:1.55;text-wrap:pretty}.chemarry-collection-hero__description p{margin:0}.chemarry-collection-hero__description p+p{margin-top:.8rem}.chemarry-collection-hero--content-center .chemarry-collection-hero__description{margin-inline:auto}.chemarry-collection-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:2.6rem}.chemarry-collection-hero--content-center .chemarry-collection-hero__actions{justify-content:center}.chemarry-collection-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:.9rem;min-width:15rem;min-height:4.8rem;padding:1.2rem 2.2rem;color:var(--chem-hero-button-text);background:var(--chem-hero-button-bg);border:.1rem solid var(--chem-hero-button-bg);border-radius:999px;font-size:1.4rem;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.chemarry-collection-hero__button:hover{color:var(--chem-hero-button-text);background:var(--chem-hero-button-hover);border-color:var(--chem-hero-button-hover);box-shadow:0 1rem 2.4rem #0816252e;transform:translateY(-.1rem)}.chemarry-collection-hero__button:active{transform:translateY(0)}.chemarry-collection-hero__button--secondary{color:var(--chem-hero-text);background:#ffffff1a;border-color:var(--chem-hero-border);backdrop-filter:blur(.8rem);-webkit-backdrop-filter:blur(.8rem)}.chemarry-collection-hero__button--secondary:hover{color:#0e1b2c;background:#fff;border-color:#fff}.chemarry-collection-hero__button-arrow{display:inline-flex;width:1.6rem;height:1.6rem;transition:transform .18s ease}.chemarry-collection-hero__button-arrow svg{display:block;width:100%;height:100%}.chemarry-collection-hero__button:hover .chemarry-collection-hero__button-arrow{transform:translate(.3rem)}.chemarry-collection-hero__placeholder{position:absolute;z-index:-3;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#66707b;background:linear-gradient(135deg,#f8f6f2,#eeebe5)}.chemarry-collection-hero__placeholder svg{width:min(18rem,35%);height:auto;opacity:.28}.chemarry-collection-hero--without-image{--chem-hero-text: #0e1b2c;--chem-hero-text-secondary: #66707b}.chemarry-collection-hero--without-image .chemarry-collection-hero__gradient,.chemarry-collection-hero--without-image .chemarry-collection-hero__overlay{display:none}@media screen and (max-width:989px){.chemarry-collection-hero__page-width{width:min(calc(100% - 3.2rem),var(--chem-hero-max-width))}.chemarry-collection-hero__panel{min-height:var(--chem-hero-height-tablet)}.chemarry-collection-hero__content{padding:4rem}.chemarry-collection-hero__content-inner{width:min(100%,50rem)}.chemarry-collection-hero__title{font-size:clamp(3.2rem,5vw,4.6rem)}}@media screen and (max-width:749px){.chemarry-collection-hero__spacing{padding-top:var(--chem-hero-padding-top-mobile, 1.6rem);padding-bottom:var(--chem-hero-padding-bottom-mobile, 1.6rem)}.chemarry-collection-hero__page-width{width:min(calc(100% - 2.4rem),var(--chem-hero-max-width))}.chemarry-collection-hero__panel{align-items:end;min-height:var(--chem-hero-height-mobile);border-radius:1.8rem}.chemarry-collection-hero--full-width .chemarry-collection-hero__page-width{width:100%}.chemarry-collection-hero--full-width .chemarry-collection-hero__panel{border-radius:0}.chemarry-collection-hero__image{object-position:var(--chem-hero-focus-x-mobile) var(--chem-hero-focus-y-mobile)}.chemarry-collection-hero__gradient,.chemarry-collection-hero--content-right .chemarry-collection-hero__gradient,.chemarry-collection-hero--content-center .chemarry-collection-hero__gradient{background:linear-gradient(0deg,#081625db,#08162591 42%,#08162529 72%,#08162505)}.chemarry-collection-hero__content,.chemarry-collection-hero--content-left .chemarry-collection-hero__content,.chemarry-collection-hero--content-center .chemarry-collection-hero__content,.chemarry-collection-hero--content-right .chemarry-collection-hero__content{justify-content:flex-start;padding:2.4rem;text-align:left}.chemarry-collection-hero__content-inner{width:100%}.chemarry-collection-hero__eyebrow{margin-bottom:1rem;font-size:1.05rem}.chemarry-collection-hero__title,.chemarry-collection-hero--content-center .chemarry-collection-hero__title{max-width:16ch;margin-inline:0;font-size:clamp(2.8rem,8.4vw,3.8rem);line-height:1.04}.chemarry-collection-hero__description,.chemarry-collection-hero--content-center .chemarry-collection-hero__description{max-width:34rem;margin:1.2rem 0 0;font-size:1.4rem;line-height:1.45}.chemarry-collection-hero__actions,.chemarry-collection-hero--content-center .chemarry-collection-hero__actions{justify-content:flex-start;gap:1rem;margin-top:2rem}.chemarry-collection-hero__button{min-width:0;min-height:4.6rem;padding:1.1rem 1.8rem;font-size:1.3rem}}@media screen and (max-width:389px){.chemarry-collection-hero__page-width{width:min(calc(100% - 1.6rem),var(--chem-hero-max-width))}.chemarry-collection-hero__content{padding:2rem}.chemarry-collection-hero__actions{display:grid;grid-template-columns:1fr;width:100%}.chemarry-collection-hero__button{width:100%}}.chemarry-collection-hero__button:focus-visible{outline:.3rem solid var(--chem-hero-accent);outline-offset:.3rem;box-shadow:none}@media(prefers-reduced-motion:reduce){.chemarry-collection-hero__image,.chemarry-collection-hero__button,.chemarry-collection-hero__button-arrow{transition:none}.chemarry-collection-hero__panel:hover .chemarry-collection-hero__image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/chemarry-collection-hero.css.map */
