.mega-icon {
    width: 46px;
    height: 46px;
    border: 1px solid #e2e3e1;
    border-radius: 50%;
    background: #f3f3f2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mega-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.mega-link:hover .mega-icon,
.mega-link:focus-visible .mega-icon {
    border-color: rgba(217, 28, 30, 0.28);
    background: #fff;
    transform: translateY(-1px);
}

.hero-category-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

@media (max-width: 620px) {
    .mega-icon {
        width: 44px;
        height: 44px;
    }

    .mega-icon img {
        width: 27px;
        height: 27px;
    }
}
