.malmsteypa-product-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.malmsteypa-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.malmsteypa-nav-btn:hover {
    opacity: 0.75;
}

.malmsteypa-nav-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.malmsteypa-nav-icon svg {
    fill: currentColor;
}
