/* Small responsive corrections for the Ariashimi primary navigation. */
@media (min-width: 821px) {
    .product-mega {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}
