.mrt-hero-section{margin:0;padding:0}.mrt-hero-slider{position:relative;width:100%;overflow:hidden;height:75vh;min-height:480px;max-height:700px;background:#1a1a1a}.mrt-hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease;pointer-events:none;overflow:hidden}.mrt-hero-slide.active{opacity:1;pointer-events:auto}.mrt-hero-slide__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.05);transition:transform 6s ease}.mrt-hero-slide.active .mrt-hero-slide__bg{transform:scale(1)}.mrt-hero-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,#000000a6,#0000004d,#0000001a)}.mrt-hero-content{position:absolute;z-index:3;max-width:580px;padding:0 64px}.mrt-hero-content--left,.mrt-hero-content--right{top:50%;transform:translateY(-50%)}.mrt-hero-content--center{top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.mrt-hero-content--left{left:0;text-align:left}.mrt-hero-content--right{right:0;left:auto;text-align:right}.mrt-hero-content--right .mrt-hero-btns{justify-content:flex-end}.mrt-hero-content--center .mrt-hero-btns{justify-content:center}.mrt-hero-tag{display:inline-block;font-family:Inter,sans-serif;font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#ffffffbf;margin-bottom:14px;opacity:0}.mrt-hero-slide.active .mrt-hero-tag{animation:heroFadeUp .6s ease .2s forwards}.mrt-hero-heading{font-family:Inter,sans-serif!important;font-weight:800;font-size:clamp(32px,5vw,68px);line-height:1.05;letter-spacing:-.03em;color:#fff;margin:0 0 16px;opacity:0}.mrt-hero-slide.active .mrt-hero-heading{animation:heroFadeUp .7s ease .35s forwards}.mrt-hero-rule{width:0;height:2px;background:#fff;margin:0 0 18px;opacity:0}.mrt-hero-slide.active .mrt-hero-rule{animation:heroLine .5s ease .6s forwards}.mrt-hero-content--center .mrt-hero-rule{margin:0 auto 18px}.mrt-hero-content--right .mrt-hero-rule{margin:0 0 18px auto}.mrt-hero-sub{font-family:Inter,sans-serif;font-weight:400;font-size:clamp(14px,1.2vw,17px);color:#fffc;margin:0 0 32px;line-height:1.65;opacity:0}.mrt-hero-slide.active .mrt-hero-sub{animation:heroFadeUp .6s ease .55s forwards}.mrt-hero-btns{display:flex;gap:12px;flex-wrap:wrap;opacity:0}.mrt-hero-slide.active .mrt-hero-btns{animation:heroFadeUp .6s ease .75s forwards}.mrt-hero-btn{display:inline-flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:600;font-size:14px;text-decoration:none;padding:14px 30px;border-radius:8px;transition:transform .18s ease,background .18s ease,color .18s ease;cursor:pointer}.mrt-hero-btn--primary{background:#fff;color:#1a1a1a;border:2px solid #ffffff}.mrt-hero-btn--primary:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a;transform:translateY(-1px);text-decoration:none}.mrt-hero-btn--secondary{background:transparent;color:#ffffffe6;border:2px solid rgba(255,255,255,.5)}.mrt-hero-btn--secondary:hover{border-color:#fff;color:#fff;transform:translateY(-1px);text-decoration:none}.mrt-hero-product{position:absolute;right:5%;top:0;bottom:0;width:min(420px,38%);display:flex;align-items:center;justify-content:center;z-index:3;pointer-events:none}.mrt-hero-product__wrap{position:relative;width:100%;opacity:0}.mrt-hero-slide.active .mrt-hero-product__wrap{animation:heroSlideIn .8s ease .4s forwards}.mrt-hero-product__glow,.mrt-hero-product__reflection{display:none}.mrt-hero-product__img{width:100%;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4))}.mrt-hero-slide.active .mrt-hero-product__img{animation:heroFloat 5s ease-in-out 1.2s infinite}.mrt-hero-progress{position:absolute;bottom:0;left:0;height:3px;width:0;background:#fff;z-index:10;transition:none}.mrt-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:24px;width:44px;height:44px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.mrt-hero-arrow:hover{background:#ffffff40}.mrt-hero-arrow--prev{left:24px}.mrt-hero-arrow--next{right:24px}.mrt-hero-dots{position:absolute;bottom:24px;left:64px;display:flex;gap:8px;z-index:10;align-items:center}.mrt-hero-dot{width:20px;height:2px;border-radius:2px;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0;position:relative;overflow:hidden}.mrt-hero-dot.active{width:40px;background:#ffffff4d}.mrt-hero-dot.active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;animation:dotFill var(--mrt-slide-duration, 5s) linear forwards}.mrt-hero-counter{position:absolute;bottom:20px;right:64px;z-index:10;font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:.06em;color:#ffffff73}.mrt-hero-counter span{color:#fff;font-size:16px;font-weight:700}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes heroLine{0%{width:0;opacity:0}to{width:44px;opacity:1}}@keyframes heroSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes dotFill{0%{width:0}to{width:100%}}@media(max-width:749px){.mrt-hero-slider{height:70vh;min-height:420px}.mrt-hero-content{padding:0 24px;max-width:100%}.mrt-hero-content--right{right:auto;left:0;text-align:left}.mrt-hero-content--right .mrt-hero-btns{justify-content:flex-start}.mrt-hero-heading{font-size:clamp(28px,8vw,44px)}.mrt-hero-product,.mrt-hero-arrow{display:none}.mrt-hero-dots{left:24px}.mrt-hero-counter{right:24px}.mrt-hero-slide__overlay{background:#0000008c}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/mrt-hero.css.map */
