.header-dropdowns {
    --hdr-nav-gap: 24px;
    --hdr-item-color: #ffffff;
    --hdr-item-weight: 600;
    --hdr-link-color: #ffffff;
    --hdr-link-hover-color: #ffb1bc;
    --hdr-separator-color: rgba(255, 255, 255, 0.28);
    --hdr-trigger-color: #ffffff;
    --hdr-trigger-weight: 600;
    --hdr-trigger-hover-color: #ffb1bc;
    --hdr-trigger-muted-color: #9ab3e1;
    --hdr-caret-color: #9ab3e1;
    --hdr-trigger-icon-bg: rgba(255, 255, 255, 0.08);
    --hdr-trigger-icon-border: rgba(255, 255, 255, 0.08);
    --hdr-trigger-icon-hover-bg: rgba(255, 255, 255, 0.14);
    --hdr-trigger-icon-hover-border: rgba(255, 255, 255, 0.14);
    --hdr-dropdown-border: #d5dce8;
    --hdr-dropdown-shadow: 0 18px 40px rgba(14, 22, 40, 0.18);
    --hdr-dropdown-arrow-inner: #ffffff;
    --hdr-dropdown-arrow-outer: #d5dce8;
    --hdr-utils-min-width: 156px;
    --hdr-utils-border: #9ab3e1;
    --hdr-utils-arrow-outer: #87b1ff;
    --hdr-utils-separator: #9ab3e1;
    --hdr-language-min-width: 132px;
    --hdr-language-max-width: 240px;
    --hdr-wishlists-min-width: 158px;
    --hdr-simple-item-separator: #eef1f7;
    --hdr-simple-item-hover-bg: #f4f7fb;
    --hdr-simple-item-hover-color: #1f2f46;
    --hdr-notifications-border: #9ab3e1;
    --hdr-notifications-arrow: #9ab3e1;
    --hdr-notification-bell-color: #cfd5df;
    --hdr-notification-bell-hover-color: #ffffff;
    --hdr-notification-count-ring: #000000;
}

.wishlist_content {
    --wh-trigger-container-min-width: auto;
    --wh-trigger-container-text-align: inherit;
    --wh-trigger-container-white-space: nowrap;
    --wh-trigger-container-display: block;
    --wh-trigger-color: #87B1FF;
    --wh-trigger-icon-color: #87B1FF;
}

#searchhistory_content {
    --sh-container-display: block;
    --sh-container-min-width: 125px;
    --sh-container-height: 20px;
    --sh-container-color: #79a4ea;
    --sh-container-white-space: nowrap;
    --sh-container-text-indent: 3px;
    --sh-container-text-align: left;
    --sh-container-margin-right: 8px;
    --sh-container-margin-left: 8px;
    --sh-link-font-size: 12px;
    --sh-link-line-height: 25px;
    --sh-link-text-indent: 8px;
    --sh-link-margin-left: 2px;
    --sh-link-text-transform: uppercase;
    --sh-link-color: #79a4ea;
    --sh-link-before-display: block;
    --sh-link-before-content: '|';
    --sh-link-before-margin-right: 5px;
    --sh-link-after-display: block;
    --sh-link-after-content: '|';
    --sh-link-after-margin-right: 5px;
}