.hero-banner{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;margin:0}.hero-banner--large{min-height:100vh}.hero-banner__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-banner__image{width:100%;height:100%;object-fit:cover;display:block}.hero-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:1}.hero-banner__content-wrapper{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}@media screen and (min-width:750px){.hero-banner__content-wrapper{padding:5rem 3rem}}.hero-banner__content{text-align:center;width:100%;max-width:1400px;margin:0 auto}.hero-banner__logo{margin-bottom:3rem;display:flex;justify-content:center;align-items:center}.hero-banner__logo-image{display:block;width:100%;max-width:300px;height:auto;filter:drop-shadow(0 4px 16px rgba(0,0,0,.3))}@media screen and (min-width:750px){.hero-banner__logo-image{max-width:500px}}@media screen and (min-width:990px){.hero-banner__logo-image{max-width:700px}}.hero-banner .hero-banner__title{font-family:var(--hero-title-font, var(--font-accent));font-size:clamp(2.5rem,7vw,6rem);line-height:1.1;margin-bottom:1.5rem;font-weight:700;text-shadow:0 2px 12px rgba(0,0,0,.3);color:#fff}.hero-banner__subtitle{font-family:var(--hero-subtitle-font, var(--font-heading));font-size:clamp(1.25rem,3vw,2.5rem);line-height:1.4;margin-bottom:2rem;font-weight:300;text-shadow:0 2px 12px rgba(0,0,0,.3);color:#fff}.hero-banner__text{font-family:var(--hero-description-font, var(--font-body));font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.7;margin-bottom:2.5rem}.hero-banner__text h1,.hero-banner__text h2,.hero-banner__text h3,.hero-banner__text h4,.hero-banner__text h5,.hero-banner__text h6{font-family:inherit;max-width:800px;margin-left:auto;margin-right:auto;color:inherit}.hero-banner__button-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2.5rem}.hero-button-1--centered{min-width:160px;max-width:200px;padding:.875rem 2rem;font-size:1rem;font-weight:500}.hero-banner__button-subtext{font-size:.9rem;line-height:1.5;margin:0;max-width:400px;text-align:center;opacity:.9}.hero-banner__buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:2.5rem}.hero-banner__buttons .button{min-width:200px;padding:1.125rem 2.5rem;font-size:1.125rem;font-weight:500}.hero-button-1:hover,.hero-button-2:hover{transition:all .3s ease}@media screen and (max-width:749px){.hero-banner{min-height:70vh}.hero-banner--large{min-height:90vh}.hero-banner__logo{margin-bottom:2rem}.hero-banner__buttons{flex-direction:column;gap:1rem;width:100%;max-width:350px;margin-left:auto;margin-right:auto}.hero-banner__buttons .button{width:100%}}.hero-floating-menu{position:fixed;top:var(--ab-height, 0px);left:0;right:0;width:100%;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem;transition:all .3s ease}.hero-floating-menu.scrolled{top:0!important;padding:1rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}@media screen and (min-width:1600px){.hero-floating-menu,.hero-floating-menu.scrolled{padding-left:max(2rem,calc((100vw - 1400px)/2));padding-right:max(2rem,calc((100vw - 1400px)/2))}}.hero-floating-menu__logo{position:absolute;left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none;max-width:50%;display:flex;align-items:center;justify-content:center}.hero-floating-menu.scrolled .hero-floating-menu__logo{opacity:1;visibility:visible;pointer-events:auto}.hero-floating-menu__logo-image{display:block;width:100%;height:auto;max-height:45px;object-fit:contain}.hero-floating-menu__logo-text{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:600;color:var(--color-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:480px){.hero-floating-menu__logo{max-width:40%}.hero-floating-menu__logo-image{max-height:30px}}@media screen and (min-width:481px)and (max-width:768px){.hero-floating-menu__logo{max-width:45%}.hero-floating-menu__logo-image{max-height:35px}}@media screen and (min-width:769px)and (max-width:1024px){.hero-floating-menu__logo-image{max-height:40px}}@media screen and (min-width:1025px){.hero-floating-menu__logo-image{max-height:45px}}@media screen and (min-width:1920px){.hero-floating-menu__logo-image{max-height:50px}}.hero-floating-menu__icons{display:flex;align-items:center;gap:.5rem}.hero-menu-icon{padding:.5rem;transition:all var(--transition-speed) ease;cursor:pointer}.hero-menu-icon:hover{transform:scale(1.1)}.hero-floating-menu__hamburger{background:none;border:none;display:flex;flex-direction:column;gap:6px;z-index:51}.hero-hamburger-line{width:28px;height:3px;background-color:currentColor;border-radius:2px;transition:all var(--transition-speed) ease}.hero-floating-menu__hamburger.active .hero-hamburger-line:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hero-floating-menu__hamburger.active .hero-hamburger-line:nth-child(2){opacity:0}.hero-floating-menu__hamburger.active .hero-hamburger-line:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.hero-floating-menu__search{background:none;border:none;display:flex;align-items:center;justify-content:center}.hero-floating-menu__cart{position:relative;text-decoration:none;display:flex;align-items:center;justify-content:center;background:none;border:none}.hero-floating-menu__cart-count{position:absolute;top:0;right:0;font-size:.625rem;font-weight:600;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.hero-drawer{position:fixed;top:0;right:0;width:100%;height:100vh;z-index:300;pointer-events:none}.hero-drawer.active{pointer-events:auto}.hero-drawer__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .3s ease}.hero-drawer.active .hero-drawer__backdrop{opacity:1}.hero-drawer__panel{position:absolute;top:0;right:0;width:100%;max-width:500px;height:100%;background-color:#fff;box-shadow:-4px 0 20px #0000001a;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.hero-drawer.active .hero-drawer__panel{transform:translate(0)}.hero-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #E5E5E5}.hero-drawer__title{font-size:1.5rem;font-weight:600;margin:0;color:var(--color-dark)}.hero-drawer__close{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--color-dark);transition:transform var(--transition-speed) ease;display:flex;align-items:center;justify-content:center}.hero-drawer__close:hover{transform:scale(1.1)}.hero-drawer__content{flex:1;overflow-y:auto;padding:2rem}.hero-search-input-wrapper{position:relative;width:100%}.hero-search-input{width:100%;padding:1rem 3.5rem 1rem 1.5rem;font-size:1rem;border:2px solid #E5E5E5;border-radius:8px;font-family:var(--font-body);outline:none;transition:border-color var(--transition-speed) ease}.hero-search-input:focus{border-color:var(--color-primary)}.hero-search-submit{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:var(--color-primary);border:none;width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all var(--transition-speed) ease}.hero-search-submit:hover{background:var(--color-secondary);transform:translateY(-50%) scale(1.05)}.hero-cart-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.hero-cart-item{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E5E5}.hero-cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:8px}.hero-cart-item__details{flex:1}.hero-cart-item__title{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--color-dark)}.hero-cart-item__variant{font-size:.875rem;color:#666;margin:0 0 .5rem}.hero-cart-item__price{font-size:.875rem;font-weight:600;color:var(--color-dark);margin:0}.hero-cart-footer{position:sticky;bottom:0;background-color:#fff;padding:1.5rem 0 0;border-top:2px solid #E5E5E5;margin-top:auto}.hero-cart-total{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--color-dark)}.hero-cart-total__price{color:var(--color-primary)}.hero-cart-button{display:block;width:100%;padding:1rem;text-align:center;border-radius:8px;font-weight:600;text-decoration:none;transition:all var(--transition-speed) ease;margin-bottom:.75rem;border:none;cursor:pointer;font-size:1rem}.hero-cart-button--primary{background-color:var(--color-primary);color:#fff}.hero-cart-button--primary:hover{background-color:var(--color-secondary);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.hero-cart-button--secondary{background-color:transparent;color:var(--color-dark);border:2px solid var(--color-dark)}.hero-cart-button--secondary:hover{background-color:var(--color-dark);color:#fff}.hero-cart-empty{text-align:center;padding:3rem 1rem}.hero-cart-empty p{font-size:1.125rem;color:#666;margin-bottom:1.5rem}@media(max-width:768px){.hero-drawer__panel{max-width:100%}}.hero-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:300;transform:translate(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;padding:4rem 2rem 2rem}.hero-menu-overlay.active{transform:translate(0)}.hero-menu-overlay__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;padding:.5rem;transition:transform var(--transition-speed) ease;z-index:301}.hero-menu-overlay__close:hover{transform:scale(1.1)}.hero-menu-overlay__list{list-style:none;padding:0;max-width:600px;margin:0 auto}.hero-menu-overlay__item{border-bottom:1px solid rgba(0,0,0,.1)}.hero-menu-overlay__link{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;text-decoration:none;padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;transition:all var(--transition-speed) ease;cursor:pointer}.hero-menu-overlay__link:hover{transform:translate(10px)}.hero-submenu-arrow{transition:transform var(--transition-speed) ease;flex-shrink:0}.hero-menu-overlay__item--has-submenu.active .hero-submenu-arrow{transform:rotate(90deg)}.hero-menu-overlay__submenu{list-style:none;margin:0;padding:0 0 0 2rem;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.hero-menu-overlay__item--has-submenu.active .hero-menu-overlay__submenu{max-height:500px;padding-bottom:1rem}.hero-menu-overlay__submenu-item{padding:.5rem 0}.hero-menu-overlay__submenu-link{font-family:var(--font-body);font-size:clamp(1rem,2vw,1.25rem);text-decoration:none;display:block;padding:.75rem 0;transition:all var(--transition-speed) ease}.hero-menu-overlay__submenu-link:hover{transform:translate(8px)}.hero-menu-backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0009;z-index:250;opacity:0;transition:opacity var(--transition-speed) ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-menu-backdrop.active{display:block;opacity:1}@media screen and (max-width:749px){.hero-floating-menu{top:var(--ab-height, 36px)!important;padding:.5rem 1rem}.hero-floating-menu.scrolled{top:0!important}.hero-floating-menu__hamburger,.hero-floating-menu__search,.hero-floating-menu__cart{width:44px;height:44px;display:flex;align-items:center;justify-content:center}.hero-floating-menu__hamburger{flex-direction:column;gap:5px}.hero-floating-menu__icons{gap:.25rem}.hero-menu-overlay{padding:3rem 1.5rem 2rem}.hero-menu-overlay__close{top:1rem;right:1rem}.hero-menu-overlay__link{padding:1rem 0}.hero-menu-overlay__submenu{padding-left:1rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-hero.css.map */
