#ps_background {
  background-color: var(--ps_background);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;

  display: none !important;
}




.header-search__dropdown {
  display: none !important;
}

.sb__filter_item_range {
  display: none !important;
}


.vue-slider.vue-slider-ltr {
	height: 4px!important;
}


.sb__filter_item_slide_value_wrap label input {
  border-bottom: 4px solid var(--elem_color) !important;
}

.sb__filter_item.SLIDER.hash_82fa8d {
	margin-bottom: 10px;
}


@media (max-width: 991px) {

#appPrsearch {
  z-index: 999 !important;
}

.ps_startScreen .gridTovarItem{
padding: 0 !important;
}

  .ps_mobile_filter_result_count {
    border-radius: 18px;
    bottom: 8px;
    padding: 8px 0;
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: center;
  }
.ps_mobile_filter_wrap {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}



@media (min-width: 992px) {
.ms_filter_wrap_attr_name {
  font-weight: 800;
}

		.ps_mainSearchBoard_right .gridTovarItem .price_wrap_block .price .currentPrice {
			font-weight: 600 !important;
            font-size: 24px !important;
            line-height: 100% !important;
		}

		.ps_mainSearchBoard_right .gridTovarItem .price_wrap_block .price {
			margin: auto;
		}



      .ps_mainSearchBoard_right .gridTovarItem .name .available {
          position: absolute;
          top: 0;
          left: 0;
          background: #f7f7f7;
          border-radius: 100px;
          padding: 10px 15px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 13px;
          line-height: 100%;
          color: #656565;
          width: fit-content;
      }

      .ps_mainSearchBoard_right .gridTovarItem .name .available.stock {
          color: #656565 !important;
      }

      .ps_mainSearchBoard_right .gridTovarItem .gridTovarItem_caption .ps_sub_name {
          order: -1;
          margin-top: 10px;
      }

      .ps_mainSearchBoard_right .gridTovarItem .gridTovarItem_caption .ps_sub_name .sku {
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          color: #a0a0a0;
          text-align: center;
      }

      .ps_mainSearchBoard_right .gridTovarItem .price_wrap_block .price[data-v-648c4fa5] {
          display: flex;
          align-items: end;
          flex-direction: column;
          justify-content: center;
          row-gap: 2px;
      }


      .ps_mainSearchBoard_right .gridTovarItem {
        border-radius: 15px!important;
		border: none!important;
      }

      .ps_mainSearchBoard_right .gridTovarItem .gridTovarItem_caption .name {
        font-weight: 700;
        font-size: 18px;
        line-height: normal;
      }


  .ps_mainSearchBoard_right .gridTovarItem:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(0,0,0,.1);
  }

























  .ps-clear-button {
    right: 120px!important;
    top: 47%!important;
  }

  .ps_startScreen {
    border-radius: 15px!important;
  }

}





/* Это прячет оверлей для MainSearch по бокам, чтоб можно кликать везде и не отключался поиск */
.ps_mainSearchBoard_bg {
  display: none !important;
}

.ps-instant-search {
  display: none;
}

@media (min-width: 992px) {



  #ps_background {
    top: var(--ms_top) !important;
  }

  #appPrsearch {
    top: var(--ms_top) !important;
    /* width: auto !important; */
    width: 100%;
  }

  .ps_search_input_wrap {
    display: none !important;
  }

  .ps_startScreen {
    margin-top: var(--ps_startScreen_top) !important;
    max-width: 800px;
    width: 100% !important;
    /* overflow-y: scroll !important; */
    /* overflow-y: hidden !important; */
    /* max-height: calc(100vh - var(--ms_top)) !important; */
    border-radius: 5px;

    -webkit-box-shadow: 1px 2px 9px 0px rgba(34, 60, 80, 0.25);
    -moz-box-shadow: 1px 2px 9px 0px rgba(34, 60, 80, 0.25);
    box-shadow: 1px 2px 9px 0px rgba(34, 60, 80, 0.25);

    z-index: 99999999999999;

    overflow-x: hidden;
  }

  .touchSeeAllWrap {
    /* max-width: 100%!important; */
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    transform: none !important;
    height: 60px !important;
  }

  .ps_startScreen__bottom {
    height: 0px !important;
  }

  .ps_startScreen__left {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .ps_startScreen__right_product_wrap {
    grid-template-columns: 1fr !important;
    row-gap: 10px !important;
    grid-auto-rows: 1fr;
    grid-template-rows: none !important;
  }






  .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss .pic img[lazy="loading"],
  .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss .pic img[lazy="error"],
  .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss .pic {
    width: 80px !important;
  }


  .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss .price_wrap_block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss .add_to_cart_wrap_block {
    display: flex;
    margin: auto;
  }

  .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss .ps_sub_name {
    display: flex;
    column-gap: 10px;
  }







  .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss .gridTovarItem_item {
    grid-template-columns: auto 1fr minmax(auto, 115px);
    grid-template-areas: "pic_area   gridTovarItem_caption_area  add_to_cart_wrap_block_area"
      "pic_area   price_wrap_block_area       add_to_cart_wrap_block_area";
    padding: 0 !important;
    margin: 0 !important;
    row-gap: 5px !important;
  }



  .ps_startScreen__right {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }



  .ps_nearbodWords_container[data-v-5f09d892] {
    max-width: 100% !important;
  }

  .ms_lastRequestsRow ul {
    flex-direction: column-reverse;
  }


  .hide_start_screen {
    display: none !important;
  }

  .ps_nearbodWords_container {
    width: 100% !important;
  }

  .ps_mainSearchBoard {
    /* width: calc(var(--wrapper-width) - 0px) !important; */
    top: var(--ps_mainSearchBoard_top);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }

  #ps_background {
    display: none;
  }

  .ps_mainSearchBoard_wrap {
    min-height: calc(100vh - var(--ms_top));
  }

  /* PS-CLEAR-BUTTON START */

  .ps-clear-button {
    position: absolute;
    right: 95px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    color: #999;
    padding: 0 5px;
  }

  .ps-clear-button:hover {
    color: #333;
  }

  /* PS-CLEAR-BUTTON END */

}






body.ps_ms_show {
  overflow: hidden !important;
}

.ps_mainSearchBoard_main_scroll_wrapper {
  overflow: auto;
  height: calc(100vh - var(--ms_top));
  width: var(--scroll-wrapper-width);
  margin: 0 auto;
}