.product-view-modell {
  .product-view-modell__content {
    .product-view-modell__content-col {
      justify-content: center;
      align-items: center;
      .movment {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .info {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 12px;
        flex-wrap: wrap;
        svg {
          width: 16px;
          height: 16px;

          path {
            fill: #fff;
          }
        }
        .row {
          display: flex;
          align-items: center;
          width: fit-content;
          gap: 5px;
        }
      }
    }
  }
}
