  @media (max-width: 1280px) {
  .peronal_section{
      padding: 0 40px !important;
  }
  .bx-breadcrumb {
      padding: 0 40px !important;
  }
  }

  @media (max-width: 992px) {
  .info_title h1 {
    font-size: 24px !important;
  }
  .peronal_section{
      padding: 0 8px !important; 
  }
  .bx-breadcrumb {
      padding: 0 8px !important;
  }
  }

  h1.title {
    position: relative;
  }

  h1.title span {
    color: #FFFFFF;
    font-family: 'Onest';
    font-size: 14px;
    font-style: normal;
    opacity: 0.6;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 0;
    white-space: nowrap;
    padding-left: 10px;
  }

  .sort_b {
    display: none !important;
  }
  #catalog_section_app {
    margin-top: -3rem;
    margin-right: 40px;
    width: 1px;
  }
  .catalog-items-grid.items_b {
    display: grid !important;
    grid-template-columns: calc(16.5% - 0.75rem) calc(16.5% - 0.75rem) calc(16.5% - 0.75rem) calc(16.5% - 0.75rem) calc(16.5% - 0.75rem) calc(16.5% - 0.75rem);
  }
  .product-item-container {
    max-width: unset !important;
  }

  .info_title {
    display: flex;
    justify-content: space-between;
  }

  .clear_products {
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 40px;
    z-index: 2;
  }

  .article_b {
    flex-direction: column;
  }

  .sale-item-name {
    height: 240px;
  }


  @media (max-width: 1280px) {
    #catalog_section_app{
        margin-right: 0px;
        margin-left: 0px;
    }
    .clear_products {
        margin: 0px;
    }
  }

  @media (max-width: 1160px) {

    .catalog-items-grid.items_b {
        gap: 1rem !important;   
        display: grid;
        grid-template-columns: calc(33.3% - 0.75rem) calc(33.3% - 0.75rem) calc(33.3% - 0.75rem);
    }

  }

  @media (max-width: 768px) {
    .catalog-items-grid.items_b {
        gap: 0rem !important;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .items_b .product-item-container:nth-child(odd) {
        margin-right: 0.25rem;
    }
    .items_b .product-item-container {
        margin-bottom: 1.88rem;
    }
    .info_title {
        flex-direction: column;
    }
  }



.hide-template-block .product-hidden-item-title{
  color: #FFB61C;
  font-family: 'Onest';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
.hide-template-block{
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  border-radius: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.20);
  background: #464B4F;
  display: block;
}
.hide-template-block .item-title{
  color: #FFFFFF;
  font-family: 'Onest';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
}

.product-item-container:has(.favorite-icon.active) .hide-template-block {
  display: none;
}

.hide-template-block  .back-product span{
  margin-right: 10px;
}
.hide-template-block  .back-product{
  margin-top: auto;
  color: #FFFFFF;
  font-family: 'Onest';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
}