.showroom .img-animation .top-animation{width:200%;animation:moveLeftSideways 60s linear infinite;margin-bottom:2px}.showroom .img-animation .bottom-animation{display:flex;user-select:none;width:200%;animation:moveRightSideways 60s linear infinite}.showroom .img-animation .bottom-animation img,.showroom .img-animation .top-animation img{user-select:none;width:calc(100% / 6);height:250px;object-fit:cover;margin-right:1px;filter:brightness(60%)}@media only screen and (max-width:768px){.showroom .img-animation .bottom-animation img,.showroom .img-animation .top-animation img{height:300px}}@keyframes moveLeftSideways{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}@keyframes moveRightSideways{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.showroom-nav-buttons{cursor:pointer;background:0 0;color:#000;border-radius:50px;border:1px solid #cdd5df;font-weight:400;padding:10px;transition:.3s ease-in-out}.showroom-nav-buttons &:hover{border-color:#b30909}.showroom-active{background:#b30909!important;color:#fff!important}.showroom-navigation-button{position:absolute;background:#fff;width:45px;height:45px;box-shadow:0 5px 15px rgba(0,0,0,.3);border:none;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;z-index:25}.showrorom-buy-button svg{display:none!important}.showrorom-buy-button button{font-size:14px!important;font-weight:400!important;border-radius:6px!important;margin:0!important}#animate-slider{position:absolute;bottom:2rem;left:50%;width:48px;min-width:48px;min-height:48px;height:48px;margin-left:-24px;border:1px solid #fff;border-radius:100%;animation:animateScroll 2s infinite}#animate-slider:hover{opacity:.8}#animate-slider:after{position:absolute;top:50%;left:50%;content:"";width:16px;height:16px;margin:-12px 0 0 -8px;border-left:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(-45deg)}@keyframes animateScroll{0%{transform:translate(0,0)}20%{transform:translate(0,10px)}40%{transform:translate(0,0)}}