.tryonix-button {
    display: inline-block;
    margin-top: 0.75em;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.tryonix-button--loop {
    width: auto;
    margin-top: 0.5em;
}

.tryonix-button--loading {
    opacity: 0.75;
    cursor: wait;
}

.single-product .tryonix-button + .cart,
.single-product .cart + .tryonix-button {
    margin-top: 0.75em;
}
