.sticky-add-to-cart{
    position: fixed !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    bottom: -200px;
    box-shadow: 0 3px 15px 5px rgba(0, 0, 0, .08) !important;
    padding: 6px 16px !important;
    z-index: 1;
    transition: 300ms !important;
}

.sticky-add-to-cart.visible{
    bottom: 0;
    transition: 300ms !important;
}

.sticky-add-to-cart-inner{
    width: 100% !important;
    max-width: 1920px !important;
}

.sticky-add-to-cart-image img{
    width: 70px !important;
    height: 50px !important;
    border-radius: 4px;
}

.sticky-add-to-cart-button-variation a{
    background-color: #7F7D73 !important;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.sticky-add-to-cart-button-variation{
    display: none;
}

@media only screen and (max-width: 767px) and (min-width: 0px){
    .sticky-add-to-cart-inner > *{
        justify-content: start !important;
    }

    .sticky-add-to-cart-inner{
        gap: 10px !important;
    }

    .sticky-add-to-cart-button-variation{
        width: 100% !important;
    }

    .uagb-block-d10d7764{
        flex-wrap: nowrap !important;
    }

    .wp-block-button{
        width: 100% !important;
    }

    .uagb-block-d10d7764 > p{
        display: none;
    }

    .uagb-block-c9ff2fc8{
        flex-wrap: nowrap !important;
    }

    .sticky-add-to-cart-button,
    .sticky-add-to-cart-button a{
        width: 100% !important;
        text-align: center;
    }
}