.preview-mode-toolbar {
    display: none;
}
.sidebar-menu-type-2.what-a-menu {
    z-index: 1049;
    padding-top: 0;
    padding-bottom: 80px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}
.wam-top-side {
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #f4f4f4;
}
.wam-top-side .left, .wam-top-side .right {
    flex: 0 0 50%;
}
.wam-top-side .left {
    display: flex;
    align-items: center;
    padding-left: 16px;
    gap: 10px;
}
.wam-top-side .left button {
    outline: 0;
    background: transparent;
    border: 0;
    padding: 0;
}
.wam-top-side .left .logo-block img {
    max-height: 55px;
}
.wam-top-side .right {
    display: flex;
    justify-content: flex-end;
}
.wam-top-side .right .app-infos, .wam-top-side .right .app-infos:focus {
    display: flex;
    align-items: center;
    border-left: 1px solid #F4F4F4;
    padding: 0 10px;
    border-right: 1px solid #f4f4f4;
    gap: 10px;
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    outline: 0;
    z-index: 9;
    cursor: pointer;
}
.wam-top-side .right .app-infos .text-area {
    color: #040404;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
}
.wam-top-side .right .app-infos .text-area span {
    color: #A1A1A1;
    font-size: 8px;
    font-weight: 300;
}
.wam-top-side .right .qk-app-campaign-bell {
    margin: 0!important;
}
.wam-top-side .right .qk-app-campaign-bell .campaign-icon .count {
    top: 2px;
    right: 3px;
    font-size: 11px;
    width: 16px;
    height: 16px;
}
.wam-search section.mobile-search {
    background: #fff;
    padding: 0;
    margin: 15px;
    border-radius: 0;
}
.wam-search form {
    position: relative;
}
.wam-search .input-box {
    width: 100%!important;
}
.wam-search form input {
    border: 1px solid #575757;
    background: #fff;
    padding-left: 14px;
    width: 100%;
    height: 46px;
    color: #181818;
    font-size: 11px;
}
.wam-search button {
    height: 46px!important;
    top: 0!important;
    right: 15px!important;
    left: unset!important;
    bottom: 0;
    z-index: 9!important;
}
.wam-search form input:focus {
    border-color: #000!important;
    border: 0;
    border-bottom: 1px solid;
}
.wam-tabs-btn-side {
    display: flex;
    margin: 0 15px 15px;
    justify-content: space-between;
     display: none;
}
.wam-tabs-btn-side button.tablinks, .wam-tabs-btn-side button.tablinks:focus {
    color: #A1A1A1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid transparent;
    background: #fff;
    padding: 10px;
    box-shadow: unset;
    outline: 0;
    position: relative;
}
.wam-tabs-btn-side button.tablinks:nth-child(3)::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #dc2e2e;
    position: absolute;
    border-radius: 100%;
    right: 0px;
}
.wam-tabs-btn-side button.tablinks.active::after {
    display: none;
}
.wam-tabs-btn-side button.tablinks.active {
    border-color: #000;
    color: #000;
}
.wam-bottom-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 15px;
}
.wam-bot-title {
    color: #161616;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.wam-bottom-side .content-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wam-bottom-side .content-items .items {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 12px;
    color: #575757;
}
.wam-tabs-content-side {
    transition: opacity 0.3s ease, transform 1s ease;
}
.wam-tabs-content-side .tabcontent {
    opacity: 0; 
    transform: translateX(-20px); 
    transition: opacity 0.8s ease, transform 0.8s ease; 
    position: absolute;
    width: 100%; 
    top: 0; 
    left: 0;
    display: none; 
}
.wam-tabs-content-side .tabcontent.active {
    opacity: 1;
    transform: translateX(0); 
    display: block; 
    position: relative; 
}
.wam-tabs-content-side .tabcontent.from-bottom {
    transform: translateY(100%); 
    opacity: 0;
    z-index: 0;
    transition: opacity 0.8s ease, transform 0.8s ease; 
}
.wam-tabs-content-side .tabcontent.from-bottom.active {
    transform: translateY(0); 
    opacity: 1;
    display: block;
    position: relative;
}
.wam-overlfow {
    margin: 0px 15px;
    overflow-x: auto; 
    padding-bottom: 10px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
.wam-overlfow::-webkit-scrollbar {
    display: none; 
}
.wam-overlfow .collection {
    display: flex;
    overflow: auto; 
    width: max-content;
}
.wam-overlfow .collection .collection-items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    max-width: 320px;
    margin-right: 1px;
}
.wam-overlfow .collection-items .text {
    position: absolute;
    bottom: 28px;
    color: #fff;
    font-size: 14px;
}
.wam-highlights {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wam-highlights .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px;
    color: #575757;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 50%, rgba(255, 255, 255, 1) 100%) 1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.wam-highlights .items .right {
    display: flex;
    gap: 20px;
    align-items: center;
}
.wam-highlights .items .right .news {
    border-radius: 1px;
    background: #DC2E2E;
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
    padding: 3px 7px;
}
.wam-categories-side {
    margin: 0 1px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wam-cat-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wam-cat-acco .items {
    display: flex;
    width: 100%;
    max-width: 100%;
    position: relative;
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 28px;
    height: 90px;
}
.wam-cat-acco .items img.cat-img {
    max-width: 60px;
    margin-bottom: 0px;
}
.wam-cat-acco .items .name-desc {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}
.wam-cat-acco .items .name-desc .description {
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.22px;
    margin-top: 6px;
}
.wam-cat-acco .items .cat-href {
    display: none;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
}
.wam-cat-acco .items .cat-href a {
    color: #a1a1a1;
}
.wam-cat-acco .sub-cat-side .item {
    background: #ffffff;
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 50%, rgba(255,255,255,1) 100%) 1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin-bottom: 10px;
    padding: 15px;
    box-shadow: none;
}
.wam-cat-acco .sub-cat-side .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #575757;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 16px;
}
.wam-cat-acco .sub-cat-side {
    flex-direction: column;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 5s ease, opacity 1s ease;
}
.wam-cat-acco .sub-cat-side.active {
    opacity: 1;
    height: auto;
    max-height: 100%;
}
.wam-cat-items.diff .items {
    background: #DC2E2E;
    border-color: #dc2e2e;
    position: relative;
}
.wam-cat-items.diff .items .name-desc {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.wam-cat-items.diff .items .description {
    color: #fff;
    font-size: 10px;
}
.wam-cat-items.diff .items .wam-badge {
    position: absolute;
    top: 11px;
    right: -2px;
    border-radius: 1.55px 0px 0px 1.55px;
    background: #FFF;
    color: #DC2E2E;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    padding: 4px 10px;
}
.wam-cat-acco .items.active {
    margin-bottom: 10px;
    height: 50px;
}
.wam-cat-acco .items.active img.cat-img {
    display: none;
}
.wam-cat-acco .items.active .cat-href {
    display: block;
}
.wam-search-side {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.wam-search-side .top, .wam-search-side .bot {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wam-search-side .top .fast-search-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}
.wam-search-side .top .fast-search-block .items {
    border: 1px solid #A1A1A1;
    background: #FFF;
    color: #A1A1A1;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    padding: 8px 16px;
}
.wam-search-side .ss-title {
    color: #575757;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.wam-search-side .bot .fast-product {
    display: flex;
    flex-wrap: wrap;
}
.wam-search-side .bot .fast-product .item {
    flex: 0 0 33.33%;
}
.mobile-search form input:focus, .mobile-search form input:hover {
    border-color: #000!important;
    border: 0;
    border-bottom: 1px solid;
}
.wam-bell .campaign-icon {
    width: 60px!important;
}
.wam-bell.user-letters .qk-app-campaign-bell .campaign-gifts {
    bottom: unset !important;
    top: 50px !important;
    right: 0!important;
    left: unset!important;
    box-shadow: unset!important;
    z-index: 9999!important;
    border: 1px solid #e2e2e2;
}
.wam-search .wam-search-noclick {
    display: block;
    padding: 0 15px;
    margin-top: 15px;
}

.wam-search .wam-search-noclick .sides {
    border: 1px solid #575757;
    background: #fff;
    padding-left: 14px;
    width: 100%;
    height: 46px;
    color: #a1a1a1;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 14px;
}
.wam-bell.user-letters .qk-app-campaign-bell .campaign-gifts .title {
    background: #fff!important;
    border: 0!important;
    text-align: left!important;
    font-size: 14px!important;
    font-weight: 500!important;
    padding: 12px 16px!important;
    border-bottom: 1px solid #f4f4f4!important;
}
.wam-bell.user-letters .qk-app-campaign-bell .campaign-gifts .item {
    font-size: 12px!important;
    font-weight: 400;
    padding: 12px 16px!important;
    border-bottom: 1px solid #f4f4f4!important;
    color: #575757!important;
}
.wam-cat-acco .items.active .description {
    display: none;
}
.wam-app-pop {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #f4f4f4;
}
.wam-app-pop.active {
    display: block;
    z-index: 1041;
}
.wam-app-pop .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: auto;
    padding: 24px 0 20px;
    gap: 8px;
    position: relative;
}
.wam-app-pop .top .titles {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}
.wam-app-pop .top .titles b {
    font-weight: 500;
}
.wam-app-pop .top .description {
    color: #575757;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;
}
.wam-app-pop .bot {
    display: flex;
    border-top: 1px solid #F4F4F4;
    flex-wrap: nowrap;
}
.wam-app-pop .bot a {
    height: 100%;
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #575757;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    gap: 8px;
    width: 100%;
}
.wam-app-pop .bot a:first-child {
    border-right: 1px solid #f4f4f4;
}
.wam-app-pop .bot img {
    max-width: 150px;
}
.wam-app-pop .top button {
    background: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: -44px;
    top: 14px;
}
.wam-app-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1040; 
    display: none; 
}
.wam-app-backdrop.active {
    display: block; 
    animation: fadeIn 0.3s ease; 
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.wam-search section.mobile-search ul {
    display: flex!important;
    flex-wrap: wrap;
    gap: 12px 0;
    border: 0;
}
.wam-search section.mobile-search ul li {
    flex: 0 0 33.3%;
    border: 0;
    padding: 0.5px;
}
.wam-search section.mobile-search ul li .spsi-item {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    word-break: auto-phrase;
}
.wam-search section.mobile-search .spsi-item img {
    height: unset;
    margin-right: 0;
    width: 100%;
}