:root {
 /* основной цвет */
--main-color: #8652b8;
--top-block: 200px;

/* цвета для на настройки фильтра цены*/
--slider-handle-bg-custom: var(--main-color);
  --slider-connect-bg-custom: var(--main-color);
  --slider-tooltip-bg-custom: var(--main-color);
}
#softiq-app .stickers {
    left: 0px;
    top: -350px;
    position: relative;
    z-index: 0;
    line-height: 20px;
    text-align: left;
    padding-right: 50px;
}

#softiq-app .sticker_novinka {
    top: -15px;
}

#softiq-app .sticker_khit {
    top: -15px;
}

#softiq-app .sticker_utsenka  {
    top: -15px;
}

#softiq-app .softiq-page_mobile .stickers {
    left: -10px;
    top: -330px;
}

body:has(#bx-panel) #softiq-app .softiq-page_mini,
body:has(#bx-panel) #softiq-app #softiq-searchhints,
body:has(#bx-panel) #softiq-page_full-widget.softiq-page.active,
body:has(#bx-panel) #softiqModalTarget.softiq-page_full {
    top: 244px !important;
}