.e-loop-nothing-found-message__text {
    display: flex;
    justify-content: center;
}

.loop-empty-state{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 70%;
    min-height: 50vh;
}

.loop-empty-state p {
    font-size: 1.2rem !important;
    font-family: 'Satoshi', sans-serif !important;
}

.loop-empty-state .button-back-shop {
    display: flex !important;
    align-items: center !important;
    padding: 16px 40px !important;
    width: fit-content !important;
    border-radius: 50px !important;
    background: #000 !important;
    color: #FFF !important;
    box-shadow: rgba(149, 157, 165, 0) 0 8px 24px !important;
    transition: all .3s ease-in-out !important;
}

.loop-empty-state .button-back-shop:hover {
    background: #434340 !important;
    box-shadow: rgba(149, 157, 165, 0.4) 0 8px 24px !important;
}
