.custom-wc-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    direction: rtl
}

.custom-wc-cat-btn {
    flex: 1 1 calc(25% - 10px);
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 17px;
    background: transparent;
    padding: 24px;
    font-family: YekanBakh, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #a4a4a4;
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.custom-wc-cat-btn:hover {
    color: #063056;
    border-color: #063056
}

.custom-wc-cat-btn img.wc-cat-icon {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 16px !important
}

.wc-cat-arrow {
    margin-top: 24px !important
}

@media (max-width: 1024px) {
    .wc-cat-arrow {
        display: none;
        margin-top: 0 !important;
    }

    .custom-wc-cat-btn img.wc-cat-icon {
        max-width: 30px;
        max-height: 30px;
    }

    .custom-wc-cat-btn {
        font-size: 12px
    }
}