/* <link rel="stylesheet" href="{ basePath }/sfsites/c/resource/ecommStyle/css/header/commerce-user-profile-menu.css?{ versionKey }"/> */


/* COMMERCE USER PROFILE MENU */

commerce_my_account-user-profile-menu .menu-button {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0.25rem;
    cursor: pointer;
    background-color: var(--ecomm-color-white-01) !important;
}

commerce_my_account-user-profile-menu .menu-button:hover {
    background-color: var(--ecomm-color-white-01) !important;
}

commerce_my_account-user-profile-menu .menu-button:focus {
    background-color: var(--ecomm-color-white-01) !important;
    box-shadow: var(--ecomm-button-box-shadow-focus);
}

commerce_my_account-user-profile-menu .menu-button > span:first-child {
    max-width: 150px !important;
}

commerce_my_account-user-profile-menu .menu-trigger {
    max-width: 106px !important;
    margin-right: 0.25rem;
    padding-left: 0.5rem !important;
}

commerce_my_account-user-profile-menu .menu-trigger span {
    margin: 0 !important;
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1rem;
    color: var(--ecomm-color-black-01);
    transition: color var(--ecomm-transition-color);
}

commerce_my_account-user-profile-menu .menu-button:hover .menu-trigger span,
commerce_my_account-user-profile-menu .menu-button:focus .menu-trigger span {
    color: var(--ecomm-color-primary-01);
}

commerce_my_account-user-profile-menu .menu-button span:last-child {
    font-size: 0.75rem !important;
    font-weight: 600;
}

commerce_my_account-user-profile-menu .menu-button > span > span:last-child {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    transition: opacity 0.1s;
}

commerce_my_account-user-profile-menu .menu-button:hover > span > span:last-child,
commerce_my_account-user-profile-menu .menu-button:focus > span > span:last-child {
    opacity: 0.8;
}

commerce_my_account-user-profile-menu .menu-button > span > span:last-child::after {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 22.5L3.89443 20.7111C4.572 19.356 5.95705 18.5 7.47214 18.5H16.5279C18.043 18.5 19.428 19.356 20.1056 20.7111L21 22.5M18 8.5C18 11.8137 15.3137 14.5 12 14.5C8.68629 14.5 6 11.8137 6 8.5C6 5.18629 8.68629 2.5 12 2.5C15.3137 2.5 18 5.18629 18 8.5Z' stroke='%230032A0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transition: opacity 0.1s;
}

commerce_my_account-user-profile-menu .menu-button:hover > span > span:last-child::after {
    opacity: 0.8;
}

commerce_my_account-user-profile-menu .menu-button > span > span:last-child lightning-icon {
    opacity: 0;
}

commerce_my_account-user-profile-menu .slds-dropdown {
    position: absolute !important;
    top: calc(100% + 0.75rem) !important;
    right: 0 !important;
    max-width: 250px;
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 0.5rem;
    box-shadow: var(--ecomm-color-box-shadow-02);
}

@media (max-width: 767.98px) {

    commerce_my_account-user-profile-menu .slds-dropdown {
        position: fixed !important;
        top: 70px !important;
        left: 1rem !important;
        right: 1rem !important;
        width: calc(100% - 2rem) !important;
    }

}

commerce_my_account-user-profile-menu .slds-dropdown::before,
commerce_my_account-user-profile-menu .slds-dropdown::after,
commerce_my_account-user-profile-menu .slds-dropdown .menu-nubbin {
    display: none !important;
}

commerce_my_account-user-profile-menu .slds-dropdown .slds-dropdown__list {
    border-radius: 0.5rem;
}

commerce_my_account-user-profile-menu .slds-dropdown .slds-dropdown__item {
    border-bottom: 0 !important;
}

@media (max-width: 1023.98px) {

    commerce_my_account-user-profile-menu .slds-dropdown .slds-dropdown__item:nth-child(1) p {
        font-weight: 500 !important;
    }

    commerce_my_account-user-profile-menu .slds-dropdown .slds-dropdown__item:nth-child(2) {
        margin-top: -20px !important;
    }

    commerce_my_account-user-profile-menu .slds-dropdown .slds-dropdown__item:nth-child(2) p {
        font-size: 0.75rem !important;
        font-weight: 600 !important;
    }

}

commerce_my_account-user-profile-menu .slds-dropdown .menu-item,
commerce_my_account-user-profile-menu .slds-dropdown .menu-item_hover {
    padding: 0.5625rem 0.9375rem;
    color: var(--ecomm-color-black-01);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    box-shadow: unset;
    background-color: var(--ecomm-color-white-01) !important;
}

commerce_my_account-user-profile-menu .slds-dropdown .menu-item_hover {
    font-weight: 500;
    color: var(--ecomm-color-primary-01) !important;
}