body{}.stiker-special{background-color:#dc3545;color:#ffffff}.stiker-upc{background-color:#007bff;color:#ffffff}.stiker-ean{background-color:#28a745;color:#ffffff}.stiker-jan{background-color:#ffc107;color:#343a40}.stiker-isbn{background-color:#17a2b8;color:#ffffff}.stiker-mpn{background-color:#343a40;color:#ffffff}.line-clamp-1{
-webkit-line-clamp: 2;
}

/*Увеличиваю ширину сайта до 95% при контейнере свыше 1600px*/
@media (min-width:1600px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:95%}}

.details {
  position: relative;
  display: block;
  max-width: 650px;
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
}

.details::after {
  position: absolute;
  right: 24px;
  top: 5px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #425995;
  border-bottom: 3px solid #425995;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: .3s;
}

.details[open]::after {
  transform: rotate(45deg);
}

.details[open] {
  padding-bottom: 100px;
}

.details[open] .details__title {
  margin-bottom: 10px;
}

.details__title {
  background: #fff;
  border-radius: 5px;
  padding-right: 15px;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  transition: .3s;
}

.details__title::-webkit-details-marker {
  display: none;
}

.details__content {
  padding: 0 5px;
  font-size: 14px;
  margin-bottom: -60px;
}

.details__content p:last-child {
  margin-bottom: 0;
}
.details__content p:first-child {
  margin-top: 0;
}


.vh-50{
height: 50vh!important;
}


.info-container{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.description-image{
max-height:250px;
}
.description-center{
display: flex;
justify-content: center;
align-items: center;
}


.material_base{
height: 100%;
display: flex;
justify-content: space-around;
gap: 0.3rem;
align-items: flex-end;
}

.material_p{
display: flex;
background-color: #039de7;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}

.material_m{
display: flex;
background-color: #ffeb00;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}

.material_k{
display: flex;
background-color: #ec000e;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}

.material_n{
display: flex;
background-color: #a5d6c1;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}

.material_s{
display: flex;
background-color: #fac289;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}

.material_h{
display: flex;
background-color: #c6d3db;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}



.material_p_gashed{
display: flex;
border: solid 1px;
background-color: none;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}

.material_m_gashed{
display: flex;
border: solid 1px;
background-color: none;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}

.material_k_gashed{
display: flex;
border: solid 1px;
background-color: none;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}

.material_n_gashed{
display: flex;
border: solid 1px;
background-color: none;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}

.material_s_gashed{
display: flex;
border: solid 1px;
background-color: none;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}

.material_h_gashed{
display: flex;
border: solid 1px;
background-color: none;
align-items: center;
justify-content: center;
font-size: 14px;
color: #000;
flex-grow: 1;
border-radius: 0.2rem;
min-width: 1rem;
max-width: 2rem;
}






.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/*Элемент, который определяет позиционирование плашек на категориях*/
.overhead {
    align-items: stretch;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: absolute;
    padding: 0.3rem;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0.1rem;
}
/*Стиль для названия производителя в категории*/
.brand-text{
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
color: #fff;
flex-grow: 1;
border-radius: 0.1rem;
padding: 0.2rem;
max-width:45%;
min-width: 0%;
}

.bg-green-main{
background-color: #04a139;
}
/*Разношу серию и обрабатываемые материалы в разные стороны*/
.newmaterial{
justify-content: flex-end;
display: flex;
gap: 0.3rem;
}

/*Квадратики параметров*/
.property-box{
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
min-width: 50px;
min-height: 50px;
max-width: 50px;
max-height: 50px;
background-color: black;
text-decoration: solid;
color: white;
border: solid;
border-radius: 0.7rem;
text-align: center;
white-space: nowrap;
}
/*Группа квадратиков*/
.property-group{
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    align-content: flex-end;
    flex-wrap: wrap;

}

/* INFO CONTAINER для квадратиков */
.info-container-property{
display: flex;
flex-flow: row-reverse;
}
.material-column-to-row{
gap: 0.3rem;
display: flex;
flex-direction: column;
}

/* Материалы колонкой - на маленьких расширениях в строчку */
@media only screen and (max-width: 800px) {
.material-column-to-row {
display: flex;
gap: 0.3rem;
flex-direction: row!important;
align-items: center!important;
}
}

/* Всплывающие иконки категории */
.product__iconlist{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 6px 6px 3px;
flex-direction: row;
}

.iconlist__item {
display: flex;
max-width: 50px;
margin: 0px 5px 5px 0;
}

.hoverbox {
z-index: 111;
width: inherit;
display: none;
margin: 0;
min-height: 94px;
padding: 0 6px 10px;
background-color: #ffffff;
border-radius: 4px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.product-list__item:hover .hoverbox,
.product-list__item:hover .hoverbox-top {
display: flex;
}
		

  /* COOKIES */

  .cookie-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    max-width: 480px;
    width: calc(100% - 60px);
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.08);
    z-index: 10000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .cookie-popup.show {
    display: block;
    animation: slideUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }

  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(30px) scale(0.95);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .cookie-popup-inner {
    padding: 28px 30px 30px 30px;
  }

  /* Иконка */
  .cookie-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

  .cookie-icon svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  }

  /* Контент */
  .cookie-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cookie-text {
    text-align: center;
  }

  .cookie-text h3 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.3px;
  }

  .cookie-text p {
    margin: 0 0 8px 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #4a4a4a;
  }

  .cookie-text p:last-child {
    margin-bottom: 0;
  }

  /* Ссылка */
  .cookie-text a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    transition: border-color 0.2s;
  }

  .cookie-text a:hover {
    border-bottom-color: #000000;
  }

  /* Информационный текст про согласие */
  .cookie-info {
    font-size: 0.85rem !important;
    color: #555555 !important;
    background: rgba(0, 0, 0, 0.04);
    padding: 8px 12px;
    border-radius: 8px;
    margin-top: 6px !important;
  }

  /* Подсказка про настройки браузера */
  .cookie-hint {
    font-size: 0.78rem !important;
    color: #888888 !important;
    margin-top: 4px !important;
  }

  /* Кнопка "Принять" */
  .cookie-actions {
    display: flex;
    justify-content: center;
  }

  .cookie-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 36px;
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #1a1a1a;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }

  .cookie-btn:hover {
    transform: translateY(-2px);
    background: #000000;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
  }

  .cookie-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .cookie-btn svg {
    transition: transform 0.2s;
  }

  .cookie-btn:hover svg {
    transform: translateX(4px);
  }

  /* Адаптивность для мобильных устройств */
  @media (max-width: 640px) {
    .cookie-popup {
      bottom: 20px;
      right: 20px;
      left: 20px;
      width: auto;
      max-width: none;
    }
    
    .cookie-popup-inner {
      padding: 24px 20px 24px 20px;
    }
    
    .cookie-text h3 {
      font-size: 1.1rem;
    }
    
    .cookie-btn {
      padding: 10px 28px;
      font-size: 0.9rem;
      width: 100%;
      justify-content: center;
    }
  }

  /* Для десктопов с большим экраном */
  @media (min-width: 1024px) {
    .cookie-popup {
      bottom: 40px;
      right: 40px;
    }
  }