.category-card i img {
    width: auto;
    max-width: 58px;
    height: 34px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 5px 7px #0007);
}

.category-card i img.is-food-photo {
    width: 58px;
    height: 42px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 11px;
}

.category-card.active i img {
    filter: drop-shadow(0 5px 9px #6a200078) saturate(1.08);
}

.original-shabfood-showcase {
    margin-top: 60px;
    padding-top: 34px;
    border-top: 1px solid #ffffff11;
}

.original-shabfood-showcase > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 20px;
}

.original-shabfood-showcase > header small {
    color: #58bfff;
    font-size: 10px;
}

.original-shabfood-showcase h2 {
    margin: 5px 0 0;
    font-size: 25px;
}

.original-shabfood-showcase > header p {
    max-width: 490px;
    margin: 0;
    color: #94979e;
    font-size: 10px;
    line-height: 2;
}

.original-shabfood-showcase > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.original-shabfood-showcase a {
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 1.6;
    border: 1px solid #ffffff17;
    border-radius: 16px;
    background: #111318;
}

.original-shabfood-showcase img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
}

.original-shabfood-showcase a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #08090ce8, transparent 57%);
}

.original-shabfood-showcase a:hover img {
    transform: scale(1.045);
    filter: saturate(1.08);
}

.original-shabfood-showcase a span {
    position: absolute;
    z-index: 2;
    right: 13px;
    bottom: 11px;
    left: 13px;
    display: flex;
    justify-content: space-between;
    color: #f2f3f5;
    font-size: 10px;
    font-weight: 700;
}

.original-shabfood-showcase a i {
    color: #62c4ff;
    font-style: normal;
}

.seo-landing-hero-visual picture {
    display: block;
    width: 100%;
    height: 100%;
}

.seo-landing-hero-visual picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 680px) {
    .category-card i img {
        max-width: 44px;
        height: 27px;
    }

    .original-shabfood-showcase {
        margin-top: 38px;
        padding-top: 25px;
    }

    .original-shabfood-showcase > header {
        display: block;
    }

    .original-shabfood-showcase h2 {
        font-size: 19px;
    }

    .original-shabfood-showcase > header p {
        margin-top: 8px;
    }

    .original-shabfood-showcase > div {
        display: flex;
        overflow-x: auto;
        margin-inline: -12px;
        padding-inline: 12px;
        scrollbar-width: none;
    }

    .original-shabfood-showcase a {
        flex: 0 0 238px;
    }
}
