.hero-section{position:relative;display:flex;justify-content:center;align-items:center;min-height:var(--section-height-desktop, 5px);padding:20px 15px;text-align:center;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.hero-background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--bg-opacity, .6));z-index:1}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;max-width:700px;animation:fadeUp 1s ease-out}.hero-content h1{font-size:2em;font-weight:700;margin:6px 0}.hero-content p{font-size:1em;line-height:1.4;margin-bottom:14px}.hero-btn{display:inline-block;padding:10px 24px;border-radius:50px;font-weight:600;font-size:1em;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #00000040}.hero-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 18px #00000059}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-section{min-height:var(--section-height-mobile, 5px);padding:15px 10px}.hero-content h1{font-size:1.6em}.hero-content p{font-size:.95em}}
/*# sourceMappingURL=/cdn/shop/t/21/compiled_assets/styles.css.map */
