.to-products-button{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:grid;grid-template-columns:1fr;grid-template-rows:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:5rem;width:9rem;height:3rem;padding:.2rem;cursor:pointer;background-color:hsla(0,0%,100%,.5);transition:.2s;border-radius:.4rem;border:2px solid #000;z-index:2}.to-products-button .text{color:#000;font-size:.8rem;font-weight:100;text-align:center}.to-products-button .arrow-icon{width:100%;height:100%;object-fit:contain;transform:rotate(90deg)}.to-products-button.left{left:0}.to-products-button.right{left:100%}.to-products-button.h-center{left:50%;transform:translate(-50%)}.to-products-button.top{top:0}.to-products-button.v-center{top:50%}.to-products-button.bottom,.to-products-button.h-center.bottom{top:90%}.to-products-button:hover{background-color:#000}.to-products-button:hover .text{color:#fff}.to-products-button:hover .arrow-icon{filter:invert(1)}