.slider_colors_product,.slider_choicy_product{
  margin: clamp(25px,3vw,50px) 0;
  .slider_item_top{
    .item_top__title{
      color:#333;
      font-weight: 700;
      font-size: 16px;
      line-height: 21px;
      letter-spacing: -0.8px;
      vertical-align: middle;
      margin-bottom:23px;
    }
    .item_top__row{
      display: flex;
      .item_top__item{
        width:100%;
        max-width:173px;
        min-width:173px;
        .product-item-container{
          .product-item{
            padding:0;
            border: unset;
            border-radius:unset;
            outline: 1px solid #c0cfda;
            background-color: #fff;
            text-align: center;
            cursor: pointer;
            .product-item-image-wrapper{
              margin-top: 5px;
              .propsmm{
                display:none;
              }
            }
          }
        }
      }
    }
  }
}
