/*
================================================

Space Vanta Theme 1.0

Module:

Product Grid Refresh

Version:

1.0

================================================
*/


.sv-product-grid__refresh {


    display: flex;


    justify-content: center;


    margin-top: 24px;


}



.sv-product-grid__refresh-button {


    background: none;


    border: none;


    padding: 6px 0;


    font-size: 14px;


    cursor: pointer;


    color: inherit;


    border-bottom:

        1px solid rgba(0, 0, 0, .25);



    transition:

        opacity .2s ease,

        transform .2s ease;


}



.sv-product-grid__refresh-button:hover {


    opacity: .65;


    transform:

        translateY(-1px);


}



@media(max-width:768px) {


    .sv-product-grid__refresh-button {


        font-size: 13px;


    }


}