.repolished-hero{--rr-brand-red: #da1f26;--rr-brand-black: #111111;--rr-brand-yellow: #f0d00e;--rr-brand-blue: #2f5f9e;--rr-header-offset: 116px;--rr-hero-min-height: max(560px, calc(100svh - var(--rr-header-offset)));position:relative;overflow:hidden;background:var(--rr-brand-black);min-height:var(--rr-hero-min-height);font-family:Inter,Open Sans,sans-serif;-webkit-font-smoothing:antialiased}@media(min-width:1024px){.repolished-hero{--rr-header-offset: 168px;--rr-hero-min-height: max(680px, calc(100svh - var(--rr-header-offset)))}}.repolished-hero-section{width:100%;max-width:none;margin:0;padding:0}.repolished-hero__viewport{position:relative;width:100%;min-height:var(--rr-hero-min-height)}.repolished-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:flex;align-items:center;width:100%;min-height:var(--rr-hero-min-height);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .7s ease,visibility .7s ease}.repolished-hero__slide.is-active{z-index:2;opacity:1;visibility:visible;pointer-events:auto}.repolished-hero__bg-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.repolished-hero__bg-wrap .image-element__wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;max-width:none!important}.repolished-hero__bg-wrap img,.repolished-hero__bg-wrap .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.repolished-hero__bg--dim{opacity:.55}.repolished-hero__bg--brand{opacity:.95}.repolished-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.repolished-hero__overlay--custom{background:linear-gradient(to right,var(--rr-brand-black) 0%,rgba(17,17,17,.85) 45%,rgba(17,17,17,.4) 100%)}@media(min-width:1024px){.repolished-hero__overlay--custom{background:linear-gradient(to right,var(--rr-brand-black) 0%,rgba(17,17,17,.85) 55%,rgba(17,17,17,.2) 100%)}}.repolished-hero__overlay--brand{background:linear-gradient(to right,rgba(17,17,17,.85) 0%,rgba(17,17,17,.5) 50%,transparent 100%)}@media(min-width:1024px){.repolished-hero__overlay--brand{background:linear-gradient(to right,rgba(17,17,17,.85) 0%,rgba(17,17,17,.5) 45%,transparent 100%)}}.repolished-hero__inner{position:relative;z-index:2;width:100%;max-width:80rem;margin:0 auto;padding:5rem 1.5rem 4.5rem;display:grid;gap:2.5rem;align-items:center;box-sizing:border-box}@media(min-width:1024px){.repolished-hero__inner{grid-template-columns:1.15fr 1fr;padding:6rem 1.5rem;gap:2.5rem}}.repolished-hero__slide:not(.repolished-hero__slide--custom) .repolished-hero__inner{grid-template-columns:1fr;max-width:80rem}.repolished-hero__content,.repolished-hero__slide.is-active .repolished-hero__content{animation:repolishedHeroFadeIn .5s ease}@keyframes repolishedHeroFadeIn{0%{opacity:0;transform:translate(-1rem)}to{opacity:1;transform:translate(0)}}.repolished-hero__eyebrow{display:inline-flex;align-items:center;margin:0 0 1.75rem;padding:.375rem 1rem;color:#fff;font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;line-height:1.2}.repolished-hero__eyebrow--custom{background:var(--rr-brand-red)}.repolished-hero__eyebrow--klindex{background:var(--rr-brand-yellow)}.repolished-hero__eyebrow--beton{background:var(--rr-brand-red)}.repolished-hero__eyebrow--hyper_grinder{background:var(--rr-brand-blue)}.repolished-hero__heading{margin:0 0 2rem;font-size:clamp(2.25rem,5vw,4.5rem);font-weight:900;font-style:italic;text-transform:uppercase;letter-spacing:-.025em;line-height:.95;color:#fff}.repolished-hero__heading-accent{display:inline}.repolished-hero__heading-accent--custom,.repolished-hero__heading-accent--klindex{color:var(--rr-brand-yellow)}.repolished-hero__heading-accent--beton{color:var(--rr-brand-red)}.repolished-hero__heading-accent--hyper_grinder{color:var(--rr-brand-blue)}.repolished-hero__body{margin:0 0 2.5rem;max-width:36rem;color:#ffffffb3;font-size:1.125rem;line-height:1.625}.repolished-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem 1rem}.repolished-hero__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.75rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;line-height:1.2;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}@media(min-width:640px){.repolished-hero__btn{padding:1rem 2rem;font-size:.875rem}}.repolished-hero__btn:hover{transform:translateY(-2px)}.repolished-hero__btn-icon{width:1rem;height:1rem;flex-shrink:0}.repolished-hero__btn--primary{color:#fff;background:var(--rr-brand-red)}.repolished-hero__btn--primary:hover{background:#da1f26e6;color:#fff}.repolished-hero__btn--primary-klindex{background:var(--rr-brand-yellow);color:var(--rr-brand-black)}.repolished-hero__btn--primary-klindex:hover{background:#f0d00ee6;color:var(--rr-brand-black)}.repolished-hero__btn--primary-beton{background:var(--rr-brand-red);color:#fff}.repolished-hero__btn--primary-hyper_grinder{background:var(--rr-brand-blue);color:#fff}.repolished-hero__btn--primary-hyper_grinder:hover{background:#2f5f9ee6;color:#fff}.repolished-hero__btn--secondary{color:var(--rr-brand-black);background:#fff}.repolished-hero__btn--secondary:hover{background:#ffffffe6;color:var(--rr-brand-black)}.repolished-hero__btn--outline{color:#fff;background:transparent;border:1px solid rgba(255,255,255,.3)}.repolished-hero__btn--outline:hover{background:#ffffff1a;color:#fff}.repolished-hero__collage{display:none;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:28rem;margin:0 auto}@media(min-width:768px){.repolished-hero__collage{display:grid}}@media(min-width:1024px){.repolished-hero__collage{max-width:none;gap:1.25rem;align-self:center}}@media(min-width:1024px){.repolished-hero__slide--custom .repolished-hero__collage{max-height:calc(var(--rr-hero-min-height) - 12rem)}}.repolished-hero__spotlight{position:relative;display:block;overflow:hidden;border-radius:2px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);text-decoration:none;transition:transform .2s ease,border-color .2s ease}.repolished-hero__spotlight:hover{transform:translateY(-4px);border-color:var(--rr-brand-red)}.repolished-hero__spotlight--stagger{transform:translateY(0)}@media(min-width:1024px){.repolished-hero__spotlight--stagger{transform:translateY(1.5rem)}.repolished-hero__spotlight--stagger:hover{transform:translateY(calc(1.5rem - 4px))}}.repolished-hero__spotlight--custom-size{width:var(--rr-spotlight-width, 100%);max-width:100%;justify-self:center}.repolished-hero__spotlight--custom-size .repolished-hero__spotlight-media{aspect-ratio:auto;height:var(--rr-spotlight-media-height, 200px)}.repolished-hero__spotlight-media{aspect-ratio:1 / 1;overflow:hidden;background:transparent}.repolished-hero__spotlight-media .image-element__wrap,.repolished-hero__spotlight-media img{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .5s ease}.repolished-hero__spotlight-media--contain{display:flex;align-items:center;justify-content:center;padding:.75rem;box-sizing:border-box;background:transparent}.repolished-hero__spotlight-media--contain .image-element__wrap{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;display:flex!important;align-items:center;justify-content:center;overflow:visible!important}.repolished-hero__spotlight-media--contain .image-element__wrap img,.repolished-hero__spotlight-media--contain img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important}.repolished-hero__spotlight:hover .repolished-hero__spotlight-media:not(.repolished-hero__spotlight-media--contain) img{transform:scale(1.05)}.repolished-hero__spotlight-tag-wrap{position:absolute;top:.5rem;left:.5rem;display:flex;align-items:center;gap:.375rem}.repolished-hero__spotlight-accent{width:.25rem;height:1rem;flex-shrink:0}.repolished-hero__spotlight-accent--red{background:var(--rr-brand-red)}.repolished-hero__spotlight-accent--yellow{background:var(--rr-brand-yellow)}.repolished-hero__spotlight-accent--blue{background:var(--rr-brand-blue)}.repolished-hero__spotlight-tag{padding:.125rem .375rem;background:#111111b3;color:#fff;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.repolished-hero__spotlight-footer{position:absolute;inset-inline:0;bottom:0;padding:.625rem;background:linear-gradient(to top,rgba(17,17,17,.9),transparent)}.repolished-hero__spotlight-title{margin:0;color:#fff;font-size:11px;font-weight:900;letter-spacing:-.01em;text-transform:uppercase;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.repolished-hero__dots{position:absolute;bottom:1.5rem;left:50%;z-index:10;display:flex;gap:.5rem;transform:translate(-50%)}.repolished-hero__dot{width:1rem;height:.375rem;padding:0;border:none;border-radius:999px;background:#fff6;cursor:pointer;transition:width .2s ease,background-color .2s ease}.repolished-hero__dot:hover{background:#ffffffb3}.repolished-hero__dot.is-active{width:2rem;background:var(--rr-brand-red)}@media(max-width:767px){.repolished-hero__heading{font-size:clamp(1.75rem,8vw,2.5rem);margin-bottom:1.25rem}.repolished-hero__body{font-size:1rem;margin-bottom:1.5rem}.repolished-hero__inner{padding:5rem 1.5rem 4rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/repolished-hero.css.map */
