.Button__tagPrimary {
    background: #eb2466;
    color: #fff;
    border: 0.0625rem solid transparent;
    -webkit-box-shadow: 0 0 0.9375rem 0 rgb(215 215 215 / 38%);
    -moz-box-shadow: 0 0 0.9375rem 0 rgba(215,215,215,0.38);
    box-shadow: 0 0 0.9375rem 0 rgb(215 215 215 / 38%);
}
.Header__homeNavbarFixed .Header__searchSubCont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1rem 0;
    background-color: #23232b;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: Header__slideInDown;
    animation-name: Header__slideInDown;
    -webkit-box-shadow: 0 0.1875rem 0.9375rem 0 rgb(196 196 196);
    -moz-box-shadow: 0 0.1875rem 0.9375rem 0 rgba(196, 196, 196, 1);
    box-shadow: 0 0.1875rem 0.9375rem 0 rgb(196 196 196);
    z-index: 4;
  }
.Header__logo {
    max-height: 1.5rem;
    max-width: 7.5rem;
    min-height: auto;
    display: block;
}
.Header__containerLi {
    background-color: #eb2466;
    box-shadow: 0 0.625rem 0.625rem rgb(0 0 0 / 16%);
    padding: 0.375rem 0.625rem;
    font-weight: 600;
    color: #fff;
    border: 0;
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
    background: #eb2466;
    transition: .5s all;
    border-radius: 0.1875rem;
    line-height: 1.428571;
}
.Header__containerLink:hover {
    color: #f7b3ca;
}
@media (max-width: 48rem)
.Header__homeNavbarFixed .Header__searchLink {
    background-color: #23232b;
}
@media (max-width: 48rem)
.Header__responsivefreez {
 background-color: rgba(35, 35, 43, 1.0);
}
@media (max-width: 48rem)
.Header__homeNavbarFixed .Header__searchSubCont {
    background-color: #23232b;
}
.Header__homeNavbarFixed .Header__searchLink {
    background-color: #23232b;
  @media (max-width: 48rem)
}
  @media (max-width: 48rem)
    .Header__navOpen .Header__nav {
    background-color: #23232b;
    opacity: 1; 
}
