.aevin-hero{background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:stretch;overflow:hidden;position:relative}.aevin-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:180px;background:linear-gradient(to bottom,rgba(237,236,229,0) 0%,var(--color-brand-tan, #edece5) 100%);pointer-events:none;z-index:1}.aevin-hero__inner{width:100%;display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:2}.aevin-hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:clamp(28px,5vh,72px) 20px 10px;justify-content:flex-start;width:100%}.aevin-hero__label{font-family:var(--font-heading-family);font-stretch:condensed;font-size:clamp(18px,1.74vw,25px);font-weight:400;letter-spacing:1.75px;line-height:1.2;text-transform:uppercase;color:var(--color-brand-dark);margin:0 0 8px}.aevin-hero__heading{font-family:var(--font-display-family);font-size:clamp(44px,5vw,72px);font-weight:700;line-height:.944;letter-spacing:-.097em;color:var(--color-brand-dark);margin:0;white-space:pre-line}.aevin-hero__btn{display:inline-block;font-family:var(--font-body-family);font-size:clamp(22px,2.22vw,32px);font-weight:400;letter-spacing:0;margin-top:clamp(24px,2.7vw,40px);text-transform:uppercase;text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px;color:var(--color-brand-dark);background:none;padding:0;border-radius:0;white-space:nowrap;cursor:pointer;transition:opacity .2s ease}.aevin-hero__btn:hover{opacity:.6}.aevin-hero__media{width:100%;display:flex;flex-direction:column;flex:1}.aevin-hero__slider{display:flex;flex-direction:column;flex:1}.aevin-hero__track{flex:1;position:relative;overflow:hidden;display:flex;flex-direction:column}@keyframes hero-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes hero-slide-out{0%{transform:translate(0)}to{transform:translate(-100%)}}.aevin-hero__slide{display:none;width:100%;flex-direction:column;margin-top:auto}.aevin-hero__slide.is-active{display:flex;flex:1;animation:hero-slide-in .5s ease forwards}.aevin-hero__slide.is-leaving{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;animation:hero-slide-out .5s ease forwards}.aevin-hero__image-wrap{width:100%;max-width:min(1180px,calc((100vh - 470px)*2.23));margin-inline:auto;margin-top:auto;position:relative}.aevin-hero__image-area{position:relative;display:block;width:100%}.aevin-hero__slide-img{display:block;width:100%;height:auto;object-fit:contain;object-position:bottom center}.aevin-hero__controls{display:flex;align-items:center;gap:14px;padding:20px 32px;justify-content:center;width:100%;flex-shrink:0}.aevin-hero__arrow{background:none;border:none;cursor:pointer;font-size:24px;font-weight:300;color:var(--color-brand-dark);padding:4px 8px;opacity:.85;transition:opacity .2s ease;line-height:1}.aevin-hero__arrow:hover{opacity:1}.aevin-hero__dots{display:flex;gap:8px;align-items:center}.aevin-hero__dot{width:8px;height:5px;border-radius:30px;background-color:#fff;opacity:1;display:block;cursor:pointer;transition:width .3s ease,background-color .3s ease}.aevin-hero__dot.is-active{width:30px;background-color:var(--color-brand-dark)}@keyframes hotspot-glow{0%,to{box-shadow:0 0 #27272740}50%{box-shadow:0 0 0 8px #27272700}}.aevin-hotspot{position:absolute;z-index:10;transform:translate(-50%,-50%)}.aevin-hotspot__trigger{width:32px;height:32px;border-radius:50%;background:#fff;border:1.5px solid var(--color-brand-dark);color:var(--color-brand-dark);font-size:1.2rem;font-weight:300;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease;box-shadow:0 2px 8px #0000001f;line-height:1;animation:hotspot-glow 2s ease-in-out infinite}.aevin-hotspot__trigger:hover,.aevin-hotspot.is-open .aevin-hotspot__trigger{background:var(--color-brand-dark);color:#fff;animation:none}.aevin-hotspot__tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(6px);width:360px;background:#ffffffbf;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:10px;opacity:0;pointer-events:none;transition:opacity .2s ease .25s,transform .2s ease .25s}.aevin-hotspot__tooltip:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:10px}.aevin-hotspot:hover .aevin-hotspot__tooltip,.aevin-hotspot.is-open .aevin-hotspot__tooltip{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0);transition:opacity .15s ease,transform .15s ease}.aevin-hotspot__tooltip-inner{display:flex;gap:15px;align-items:stretch;padding:11px}.aevin-hotspot__thumb{flex-shrink:0;width:120px;border-radius:6px;overflow:hidden}.aevin-hotspot__thumb img{width:100%;height:100%;object-fit:cover;display:block}.aevin-hotspot__info{flex:1;min-width:0;display:flex;flex-direction:column;height:100%}.aevin-hotspot__header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.aevin-hotspot__name{font-family:var(--font-display-family);font-size:20px;font-weight:700;color:#272727;margin:0;line-height:1.2;flex:1}.aevin-hotspot__add-btn{flex-shrink:0;width:34px;height:35px;border-radius:999px;border:1px solid #272727;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#272727;font-size:18px;font-weight:300;line-height:1;text-decoration:none;transition:background .2s ease,color .2s ease}.aevin-hotspot__add-btn:hover{background:#272727;color:#fff}.aevin-hotspot__desc{font-family:var(--font-heading-family);font-size:16px;color:#272727;margin:0;line-height:1.2;flex:1}.aevin-hotspot__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px;margin-top:auto}.aevin-hotspot__rating{display:flex;align-items:center;gap:4px}.aevin-hotspot__stars{display:flex;align-items:center;gap:2px}.aevin-hotspot__star{font-size:12px;color:#ccc;line-height:1}.aevin-hotspot__star.is-filled{color:#ffa800}.aevin-hotspot__review-count{font-family:var(--font-body-family);font-size:16px;color:#272727}.aevin-hotspot__price{display:flex;align-items:center;gap:8px}.aevin-hotspot__price-current{font-size:24px;color:#272727;line-height:1}.aevin-hotspot__price-compare{font-size:16px;color:#27272780;text-decoration:line-through}.template-index .aevin-hero__content{padding-top:max(var(--hero-content-pt, 0px),calc(var(--header-height, 140px) + 40px))}@media(max-width:749px){.template-index .aevin-hero__content{padding-top:max(var(--hero-content-pt, 0px),calc(var(--header-height, 120px) + 24px))}}@media(max-width:749px){.aevin-hero{overflow-x:clip;overflow-y:visible}.aevin-hero__media{min-height:auto;overflow-x:clip;overflow-y:visible}.aevin-hero__track,.aevin-hero__slide{overflow-x:clip;overflow-y:visible}.aevin-hero__content{width:100%;padding:48px 20px 32px;gap:24px}.aevin-hero__heading{font-size:clamp(3rem,11vw,4rem)}.aevin-hero__image-wrap{margin:0 auto;justify-content:center;align-items:center;display:flex;width:100%;max-width:100%}.aevin-hero__image-area{display:flex;justify-content:center;align-items:center;width:100%;position:relative;text-align:center}.aevin-hero__slide-img{max-height:60vh;max-width:90%;height:auto;object-fit:contain;margin:0 auto;display:block}.aevin-hero__controls{justify-content:center;padding:16px 24px}.aevin-hotspot__tooltip{width:260px;left:50%;right:auto;transform:translate(-50%) translateY(6px);z-index:1000;max-width:calc(100vw - 40px)}.aevin-hotspot:hover .aevin-hotspot__tooltip,.aevin-hotspot.is-open .aevin-hotspot__tooltip{transform:translate(-50%) translateY(0);z-index:1000}.aevin-hotspot[style*="left: 0%"] .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 1"] .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 2"] .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 3"] .aevin-hotspot__tooltip{left:0;right:auto;transform:translate(0) translateY(6px)}.aevin-hotspot[style*="left: 0%"]:hover .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 1"]:hover .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 2"]:hover .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 3"]:hover .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 0%"].is-open .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 1"].is-open .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 2"].is-open .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 3"].is-open .aevin-hotspot__tooltip{transform:translate(0) translateY(0)}.aevin-hotspot[style*="left: 7"] .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 8"] .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 9"] .aevin-hotspot__tooltip{left:auto;right:0;transform:translate(0) translateY(6px)}.aevin-hotspot[style*="left: 7"]:hover .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 8"]:hover .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 9"]:hover .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 7"].is-open .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 8"].is-open .aevin-hotspot__tooltip,.aevin-hotspot[style*="left: 9"].is-open .aevin-hotspot__tooltip{transform:translate(0) translateY(0)}}[dir=rtl] .aevin-hero__content{align-items:flex-end;text-align:right}[dir=rtl] .aevin-hero__label,[dir=rtl] .aevin-hero__heading{text-align:right}[dir=rtl] .aevin-hero__arrow{transform:scaleX(-1)}[dir=rtl] .aevin-hotspot{transform:translate(50%,-50%)}@media(max-width:749px){.aevin-hero__content{padding:60px 20px 8px}.aevin-hero__inner{min-height:auto;padding-bottom:20px}.aevin-hero__media{margin-top:20px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/aevin-hero.css.map */
