.user-menu-sheet{
    height: calc(100% + 1px);
    z-index: 99999;
    padding: var(--ati-m-padd);
    overflow: auto;
    flex-direction: column;
    width: 380px;
}
.responsive-products-wrapper, .responsive-primary-wrapper {
    height: inherit;
    width: 360px;
    margin-top: 80px;
    opacity: 1;
    padding: var(--ati-m-padd);
}
@media screen and (max-width: 1024px) {

}