.hero-brand{position:relative;width:100%;height:var(--hero-brand-height-mobile);overflow:hidden}@media screen and (min-width:750px){.hero-brand{height:var(--hero-brand-height)}}.hero-brand__slideshow{position:relative;width:100%;height:100%}.hero-brand__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 1s ease-in-out,visibility 1s ease-in-out;display:flex;align-items:var(--slide-content-align-v, center);justify-content:var(--slide-content-align-h, center)}.hero-brand__slide--active{opacity:1;visibility:visible}.hero-brand__slide-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--slide-image-position, center center)}.hero-brand__slide-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#333}.hero-brand__placeholder-svg{width:100%;height:100%;object-fit:cover}.hero-brand__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--slide-overlay-color, #000);opacity:var(--slide-overlay-opacity, .3);z-index:2;pointer-events:none}.hero-brand__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--slide-content-gap, 30px);padding:var(--slide-content-padding, 40px);text-align:center;max-width:100%}.hero-brand__logo-wrapper{max-width:var(--slide-logo-max-width-mobile, 200px);filter:drop-shadow(0 0 var(--slide-logo-shadow-blur, 30px) rgba(0,0,0,var(--slide-logo-shadow-opacity, .5)))}@media screen and (min-width:750px){.hero-brand__logo-wrapper{max-width:var(--slide-logo-max-width, 350px)}}.hero-brand__logo{width:100%;height:auto;max-width:100%}.hero-brand__brand-name{font-family:var(--font-heading--family, var(--font-primary--family));font-weight:var(--font-heading--weight, 400);font-size:clamp(2rem,6vw,4rem);letter-spacing:.3em;color:#fff;text-shadow:0 0 var(--slide-logo-shadow-blur, 30px) rgba(0,0,0,var(--slide-logo-shadow-opacity, .5));margin:0;text-transform:uppercase}.hero-brand__button{font-family:var(--font-heading--family, var(--font-primary--family));font-weight:var(--font-heading--weight, 400);font-size:clamp(.65rem,1.5vw,.85rem);letter-spacing:.2em;text-transform:uppercase;text-decoration:none;padding:var(--slide-button-padding-y, 15px) var(--slide-button-padding-x, 40px);cursor:pointer;transition:all .3s ease;display:inline-block}.hero-brand__button--outline{background:transparent;color:#fff;border:var(--slide-button-border-width, 1px) solid #fff}.hero-brand__button--outline:hover{background:#ffffff26;transform:translateY(-2px)}.hero-brand__button--solid{background:#fff;color:#000;border:var(--slide-button-border-width, 1px) solid #fff}.hero-brand__button--solid:hover{background:#ffffffe6;transform:translateY(-2px)}.hero-brand__indicators{position:absolute;bottom:25px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:4}.hero-brand__indicator{width:40px;height:3px;background:#fff6;border:none;cursor:pointer;padding:0;transition:background .3s ease;position:relative;overflow:hidden}.hero-brand__indicator--active{background:#fff6}.hero-brand__indicator-bar{position:absolute;top:0;left:0;height:100%;width:0;background:#fff}.hero-brand__indicator--active .hero-brand__indicator-bar{animation:indicator-progress var(--hero-brand-slide-duration) linear forwards}@keyframes indicator-progress{0%{width:0}to{width:100%}}.hero-brand__indicator:hover{background:#fff9}.hero-brand__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-brand__arrow:hover{background:#fff3;border-color:#ffffff80}.hero-brand__arrow--prev{left:20px}.hero-brand__arrow--next{right:20px}.hero-brand__arrow svg{width:24px;height:24px}@media screen and (max-width:749px){.hero-brand__arrow{width:40px;height:40px}.hero-brand__arrow--prev{left:10px}.hero-brand__arrow--next{right:10px}.hero-brand__arrow svg{width:18px;height:18px}.hero-brand__indicators{bottom:15px;gap:8px}.hero-brand__indicator{width:30px;height:2px}}.hero-brand__slide--active .hero-brand__slide-image{animation:ken-burns var(--hero-brand-slide-duration) ease-out forwards}@keyframes ken-burns{0%{transform:scale(1)}to{transform:scale(1.05)}}.hero-brand__content{animation:content-fade-in 1s ease-out .3s forwards;opacity:0}@keyframes content-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:480px){.hero-brand__button{font-size:.6rem;letter-spacing:.15em;padding:10px 25px}.hero-brand__brand-name{font-size:1.5rem;letter-spacing:.2em}}@media(prefers-reduced-motion:reduce){.hero-brand__slide{transition:opacity .3s ease}.hero-brand__slide--active .hero-brand__slide-image{animation:none}.hero-brand__content{animation:none;opacity:1}.hero-brand__indicator--active .hero-brand__indicator-bar{animation:none;width:100%}}.hero-brand__button:focus-visible,.hero-brand__arrow:focus-visible,.hero-brand__indicator:focus-visible{outline:2px solid #fff;outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/1/assets/hero-brand.css.map */
