.oc-categories-wrapper {
    margin-top: -70px;
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.oc-category-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 3px 0 #ed7c24, 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: inherit;
    margin-bottom: 5px;
}


.oc-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 0 #ed7c24, 0px 8px 15px rgba(0, 0, 0, 0.08);
}

.oc-category-card img {
    height: 45px;
    margin-bottom: 12px;
    object-fit: contain;
}

.oc-category-card h4 {
    font-size: 13px;
    font-weight: 800;
    color: #2b2b2b;
    margin: 0;
    line-height: 1.2;
}