.Header__container Ul li:first-child span:first-child {
    visibility:hidden;
    margin-left:-70px;
}
.Header__container Ul li:first-child span:first-child:after {
    visibility:visible;
    margin-right:auto;
    content:"Request Help";
}
 #logoutDetails{
       display:none;
 }

.Header__goToStoreButton {
    background-color: #ea2600;
    border-radius: 50px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  text-transform: uppercase;
    cursor: pointer;
}

.Header__goToStoreButton:hover {
    background-color: #c82000; /* Slightly darker for hover effect */
}

/* Ensure alignment with other menu items */
.Header__menuList .Header__goToStoreButton {
    line-height: normal;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .Header__goToStoreButton {
        padding: 10px 20px;
        font-size: 14px;
    }
}
