img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .flex-row {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 10px;
      flex-wrap: nowrap;
      overflow-x: auto;
      max-width: 100%;
    }

    .flex-column {
      flex: 1 1 auto;
      min-width: 200px;
      max-width: 25%;
      box-sizing: border-box;
    }

    .flex-row::-webkit-scrollbar {
      height: 8px;
    }

    .flex-row::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 4px;
    }

    .mobile-version {
      display: none;
    }

    @media (max-width: 768px) {
      .desktop-version {
        display: none;
      }

      .mobile-version {
        display: block;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .mySwiperMobile .swiper-slide img {
        width: 100%;
        height: auto;
      }
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    img {
      vertical-align: bottom;
    }

    .flex-row img {
      height: auto;
    }

    .mobile-version img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .swiper-container-bg {
      width: 100%;
      background-color: #F7E1F6;
      padding: 0;
      display: flex;
      justify-content: center;
    }

    .swiper {
      width: 100%;
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px 40px;
      border-radius: 10px;
      position: relative;
    }

    .swiper-slide {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
    }

    .mySwiperMobile {
      padding-bottom: 30px;
      /* αφήνει χώρο κάτω από τα slides */
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: #000000;
      font-weight: bold;
      transform: scale(1.2);
    }

    .mySwiperMobile .swiper-pagination {
      bottom: 10px;
    }

    .mySwiperMobile .swiper-pagination-bullet {
      background: #999;
      opacity: 1;
      width: 10px;
      height: 10px;
      margin: 0 5px;
    }

    .mySwiperMobile .swiper-pagination-bullet-active {
      background: #555;
    }

    .flex-column>div:not(:last-child) {
      margin-bottom: 10px;
    }

    .flex-row.Kitchen {
      display: flex;
      justify-content: center;
      gap: 10px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .kitchen-bg {
      width: 100%;
      background-color: #F3F5F3;
    }

    .m_filter,
    .klima-text,
    .klima-categories {
      padding-top: 50px;
    }

    .klima-categories img,
    .peripoihsh-categories img,
    .frontida-spitiou-categories img {
      max-width: 85%;
      height: auto;
      display: block;
      margin: 0 auto;
      padding-bottom: 50px;
    }

 


   