@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@300;400;500;600;700&display=swap";.ch-bar{width:100%;padding:9px 24px;font-family:Manrope,sans-serif;font-size:12.5px;font-weight:500;letter-spacing:.02em}.ch-bar__inner{max-width:1360px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:18px}.ch-bar__divider{opacity:.25}.ch-bar__right{text-decoration:none;font-weight:600;opacity:.85;transition:opacity .2s}.ch-bar__right:hover{opacity:1}.ch-hero{position:relative;display:flex;align-items:center;overflow:hidden;font-family:Manrope,sans-serif}.ch-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ch-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.ch-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.ch-hero__noise{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px}.ch-hero__accent-line{position:absolute;left:0;top:0;bottom:0;width:3px;z-index:3}.ch-hero__wrap{position:relative;z-index:2;max-width:1360px;margin:0 auto;padding:80px 64px 80px 80px;display:grid;grid-template-columns:52% 1fr;gap:56px;align-items:center;width:100%;box-sizing:border-box}.ch-hero__delivery-badge{display:inline-block;padding:6px 16px;border:1.5px solid;border-radius:3px;font-family:Manrope,sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:28px}.ch-hero__eyebrow{display:flex;align-items:center;gap:14px;font-family:Manrope,sans-serif;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin:0 0 20px}.ch-hero__eyebrow-dash{display:inline-block;width:28px;height:2px;border-radius:2px;flex-shrink:0}.ch-hero__heading{font-family:Bebas Neue,sans-serif;font-size:clamp(68px,7.5vw,110px);font-weight:400;line-height:.95;letter-spacing:.01em;margin:0 0 32px}.ch-hero__heading span{display:block}.ch-hero__sub{font-size:15.5px;line-height:1.75;margin:0 0 44px;max-width:440px;font-weight:400}.ch-hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}.ch-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 34px;border-radius:4px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;letter-spacing:.04em;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s;white-space:nowrap;border:none}.ch-btn--fill{box-shadow:0 6px 28px #ff2d7859}.ch-btn--fill:hover{transform:translateY(-2px);box-shadow:0 12px 40px #ff2d7880;text-decoration:none}.ch-btn--ghost{background:transparent;border:1.5px solid}.ch-btn--ghost:hover{background:#ffffff12;transform:translateY(-2px);text-decoration:none}.ch-hero__tags{display:flex;gap:10px;flex-wrap:wrap}.ch-tag{padding:8px 18px;border:1px solid;border-radius:3px;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;letter-spacing:.04em}.ch-hero__right{display:flex;flex-direction:column;gap:0}.ch-hero__frame{position:relative;border:1px solid;border-radius:8px 8px 0 0;overflow:hidden;aspect-ratio:3/4;width:100%}.ch-hero__product-img{width:100%;height:100%;object-fit:cover;display:block}.ch-hero__img-empty{width:100%;height:100%;min-height:380px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:13px;padding:32px;font-family:Manrope,sans-serif}.ch-hero__frame-glow{position:absolute;bottom:0;left:0;right:0;height:40%;pointer-events:none}.ch-hero__stat-strip{display:flex;align-items:stretch;border:1px solid;border-top:none;border-radius:0 0 8px 8px;overflow:hidden}.ch-hero__stat{flex:1;padding:18px 16px;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.ch-hero__stat-sep{width:1px;margin:12px 0;flex-shrink:0}.ch-hero__stat-num{font-family:Bebas Neue,sans-serif;font-size:26px;line-height:1;letter-spacing:.03em}.ch-hero__stat-label{font-size:10.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;opacity:.6}.ch-hero__delivery-badge,.ch-hero__eyebrow,.ch-hero__heading,.ch-hero__sub,.ch-hero__ctas,.ch-hero__tags{animation:chFadeUp .7s cubic-bezier(.22,1,.36,1) both}.ch-hero__eyebrow{animation-delay:.05s}.ch-hero__heading{animation-delay:.12s}.ch-hero__sub{animation-delay:.22s}.ch-hero__ctas{animation-delay:.3s}.ch-hero__tags{animation-delay:.38s}.ch-hero__right{animation:chFadeIn .9s cubic-bezier(.22,1,.36,1) .2s both}@keyframes chFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes chFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.ch-hero__wrap{grid-template-columns:1fr 1fr;padding:60px 40px;gap:40px}}@media(max-width:860px){.ch-hero__wrap{grid-template-columns:1fr;padding:56px 28px 48px;gap:44px}.ch-hero__right{order:-1}.ch-hero__frame{aspect-ratio:4/3}.ch-hero__heading{font-size:clamp(60px,14vw,88px)}.ch-hero__sub{max-width:100%}}@media(max-width:520px){.ch-bar__inner{flex-direction:column;gap:4px;text-align:center}.ch-bar__divider{display:none}.ch-hero__wrap{padding:48px 20px 40px}.ch-hero__heading{font-size:clamp(54px,16vw,76px)}.ch-btn{padding:14px 24px;font-size:13.5px}.ch-hero__ctas{flex-direction:column;gap:12px}.ch-hero__stat-num{font-size:22px}.ch-hero__stat{padding:14px 10px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/custom-hero.css.map */
