/* Add custom CSS styles below */ 
.go-up-btn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    padding: 12px;
    background: transparent;
    color: #154964;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #154964;
    z-index: 9998;
}

.go-up-btn:hover {
    background: #154964;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    color: white;
    border: 1px solid white;
}

.store-footer__inner {
    border-color: initial;
    border-radius: 4rem 4rem 2rem 2rem;
    background-color: #ffffff;
}