div .return-to-shop a.button {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}