.hb-section{position:relative;min-height:var(--hb-min-height, 70vh);display:flex;align-items:center;overflow:hidden;padding:var(--hb-padding-top, 100px) 0 var(--hb-padding-bottom, 100px)}.hb-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hb-bg-fill,.hb-bg-image,.hb-bg-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.hb-bg-image{object-fit:cover;object-position:center}.hb-bg-video-wrapper{overflow:hidden}.hb-bg-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.hb-bg-video-fallback{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:none}@media(prefers-reduced-motion:reduce){.hb-bg-video{display:none}.hb-bg-video-fallback{display:block}}.hb-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.hb-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:hidden}.hb-shape{position:absolute;border-radius:50% 40% 60% 50%;filter:blur(60px);animation:hb-float 20s ease-in-out infinite}.hb-shape-1{width:400px;height:400px;top:-10%;right:10%;animation-delay:0s;animation-duration:25s}.hb-shape-2{width:300px;height:300px;bottom:-5%;left:5%;animation-delay:5s;animation-duration:20s}.hb-shape-3{width:250px;height:250px;top:40%;left:-5%;animation-delay:10s;animation-duration:30s}@keyframes hb-float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@media(prefers-reduced-motion:reduce){.hb-shape{animation:none}}.hb-container{position:relative;z-index:3;width:100%;max-width:var(--hb-container-width, 1400px);margin:0 auto;padding:0 20px}.hb-content-wrapper{display:flex;align-items:center;gap:60px}.hb-layout-centered .hb-content-wrapper{flex-direction:column;text-align:center;max-width:800px;margin:0 auto}.hb-layout-split-left .hb-content-wrapper{flex-direction:row-reverse}.hb-layout-split-right .hb-content-wrapper{flex-direction:row}.hb-layout-split-left .hb-content,.hb-layout-split-right .hb-content{flex:1}.hb-split-image{flex:1;min-width:0}.hb-split-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 50px #0000001a}.hb-layout-cover .hb-content-wrapper{min-height:60vh;align-items:center;justify-content:center;text-align:center}.hb-layout-cover .hb-content{max-width:700px}.hb-content{width:100%}.hb-eyebrow{font-family:var(--theme-font-body, var(--font-body-family, inherit));font-size:var(--hb-eyebrow-size, 14px);font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--hb-eyebrow-color, #FF6B6B);margin:0 0 16px}.hb-heading{font-family:var(--theme-font-heading, var(--font-heading-family, inherit));font-size:var(--hb-heading-size, 64px);font-weight:800;line-height:1.1;color:var(--hb-heading-color, #2D3748);margin:0 0 24px;letter-spacing:-.02em}.hb-subheading{font-family:var(--theme-font-body, var(--font-body-family, inherit));font-size:var(--hb-subheading-size, 20px);font-weight:500;line-height:1.6;color:var(--hb-subheading-color, #4A5568);margin:0 0 32px}.hb-body{font-family:var(--theme-font-body, var(--font-body-family, inherit));font-size:var(--hb-body-size, 16px);line-height:1.7;color:var(--hb-text-color, #333);margin:0 0 32px}.hb-body p{margin:0 0 1em}.hb-body p:last-child{margin-bottom:0}.hb-cta-group{display:flex;gap:16px;margin:40px 0 24px;flex-wrap:wrap}.hb-layout-centered .hb-cta-group{justify-content:center}.hb-cta{display:inline-flex;align-items:center;justify-content:center;font-family:var(--theme-font-body, var(--font-body-family, inherit));font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.hb-cta-primary{background-color:var(--hb-cta1-bg, #FF6B6B);color:var(--hb-cta1-text, #fff);border-radius:var(--hb-cta1-radius, 30px);padding:var(--hb-cta1-padding-v, 16px) var(--hb-cta1-padding-h, 36px);box-shadow:var(--hb-cta1-shadow, 0 4px 12px rgba(255,107,107,.3));border:none}.hb-cta-primary:hover{background-color:var(--hb-cta1-bg-hover, #FF5252);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.hb-cta-primary:active{transform:translateY(0)}.hb-cta-secondary{background-color:var(--hb-cta2-bg, transparent);color:var(--hb-cta2-text, #2D3748);border-radius:var(--hb-cta2-radius, 30px);padding:var(--hb-cta2-padding-v, 16px) var(--hb-cta2-padding-h, 36px);border:var(--hb-cta2-border, 2px solid #2D3748)}.hb-cta-secondary:hover{background-color:var(--hb-cta2-bg-hover, rgba(45,55,72,.05));transform:translateY(-2px)}.hb-cta-secondary:active{transform:translateY(0)}.hb-cta:focus-visible{outline:3px solid currentColor;outline-offset:4px}.hb-quick-link{margin-top:16px}.hb-quick-link a{display:inline-flex;align-items:center;gap:6px;font-family:var(--theme-font-body, var(--font-body-family, inherit));font-size:15px;font-weight:600;color:var(--hb-text-color, #333);text-decoration:none;transition:gap .3s ease}.hb-quick-link a:hover{gap:10px}.hb-quick-link a:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:4px}.hb-quick-link svg{flex-shrink:0;transition:transform .3s ease}.hb-quick-link a:hover svg{transform:translate(4px)}.hb-floating-card{position:absolute;z-index:4;pointer-events:none;transform:scale(var(--hb-floating-scale, 1));transition:transform .3s ease}.hb-floating-card img{display:block;width:100%;height:auto;border-radius:16px;filter:drop-shadow(var(--hb-floating-shadow, 0 12px 24px rgba(0,0,0,.15)));animation:hb-bounce 3s ease-in-out infinite}@keyframes hb-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(prefers-reduced-motion:reduce){.hb-floating-card img{animation:none}}.hb-confetti-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}@media(max-width:1024px){.hb-content-wrapper{gap:40px}.hb-split-image img{border-radius:16px}.hb-shape-1{width:300px;height:300px}.hb-shape-2{width:250px;height:250px}.hb-shape-3{width:200px;height:200px}}@media(max-width:768px){.hb-section{min-height:var(--hb-min-height, 50vh)}.hb-container{padding:0 16px}.hb-content-wrapper{gap:30px}.hb-mobile-stack .hb-content-wrapper{flex-direction:column;text-align:center}.hb-mobile-stack .hb-cta-group{justify-content:center}.hb-eyebrow{margin-bottom:12px}.hb-heading{margin-bottom:16px}.hb-subheading,.hb-body{margin-bottom:24px}.hb-cta-group{flex-direction:column;align-items:stretch;gap:12px;margin:32px 0 20px}.hb-cta{width:100%;justify-content:center}.hb-split-image img{border-radius:12px}.hb-floating-card{display:none}.hb-shape{filter:blur(40px)}.hb-shape-1{width:200px;height:200px}.hb-shape-2{width:150px;height:150px}.hb-shape-3{width:120px;height:120px}}@media(max-width:480px){.hb-eyebrow{font-size:calc(var(--hb-eyebrow-size, 12px) * .9)}.hb-quick-link a{font-size:14px}}@media print{.hb-shapes,.hb-confetti-canvas,.hb-floating-card,.hb-bg-video-wrapper{display:none}.hb-section{min-height:auto;page-break-inside:avoid}}@media(prefers-contrast:high){.hb-cta{border:2px solid currentColor}.hb-overlay{display:none}}.hb-section *:focus-visible{outline:3px solid currentColor;outline-offset:3px}.hb-heading,.hb-subheading,.hb-body,.hb-eyebrow{text-shadow:0 0 10px rgba(255,255,255,.3)}:root{--theme-font-heading: inherit;--theme-font-body: inherit;--font-heading-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.hb-section{position:relative;z-index:0;isolation:auto}
/*# sourceMappingURL=/cdn/shop/t/18/assets/hero-banner.css.map */
