.market-place_marketPlaceContainer__w8cWQ {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.market-place_marketPlaceContainerEmpty__D4AHP {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 50vh;
  justify-content: center;
}
.market-place_marketPlaceOrganisations__WescT {
  display: flex;
  gap: 4rem;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

.market-place_productDetails__DmwL5 {
  width: 100rem;
  padding: 0 2rem;
  background-color: #fff;
}

@media (max-width: 750px) {
  .market-place_productDetails__DmwL5 {
    max-width: 50rem;
  }
}

.market-place_productsContainer__MtppM {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 2rem;
  /* justify-content: space-between; */

  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.market-place_organisation__gZz6o {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  cursor: pointer;
}

.market-place_organisationInfo__xaSjJ {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  gap: 1rem;
}

.market-place_textInfo__uoP_z {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1;
}

.market-place_organisationPlaceholderLogo__VZRYA {
  width: 70px;
  height: 70px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #555;
}
.market-place_organisationLogo__jW8kB {
  border-radius: 50%;
  object-fit: cover;
  width: 70px;
  height: 70px;
}
.market-place_organisationName__i_GzI {
  font-weight: 500;
  font-size: 2.5rem;
  color: #191919;
  white-space: nowrap;
  display: inline-block;
}
.market-place_organisationDescription__dDhNW {
  font-size: 1.8rem;
  color: #504f4f;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.market-place_organisationCategories__sBn85 {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
  overflow-x: scroll;
  overflow: auto; /* or scroll */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  flex-shrink: 0;
  padding-left: 3rem;
}

@media (max-width: 700px) {
  .market-place_organisationCategories__sBn85 {
    padding-left: 2rem;
  }
}
.market-place_organisationCategory__DN8Bb {
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers the Carousel */
  align-items: center;
  flex: 0 0 30rem; /* fixed width inside flex layout */
  height: 30rem;
  width: 30rem;
  border-radius: 7px;
  cursor: pointer;
  overflow: hidden;
}
.market-place_organisationCategory__DN8Bb h4 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
}

.market-place_organisationCategory__DN8Bb div {
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 9px;
}

.market-place_marketCard__qlPT1 {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.25s ease;
  cursor: pointer;
}

.market-place_marketCard__qlPT1:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.market-place_marketLogoWrapper__zhEtM {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.market-place_marketLogo__boJjM {
  border-radius: 50%;
  object-fit: cover;
}

.market-place_marketPlaceholderLogo__EwRYb {
  width: 80px;
  height: 80px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #555;
}

.market-place_marketInfo__IKOEY {
  text-align: center;
}

.market-place_marketName__IuRim {
  font-weight: 600;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 0.3rem;
}

.market-place_marketDescription__gnYz3 {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.market-place_marketPlaceTop__27B1P {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  margin-top: 1rem;
}

.market-place_marketPlaceHeader__25C6O {
  text-align: center;
  padding: 2rem;
  background-color: #f9f9f9;
}

.market-place_marketPlaceHeader__25C6O h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.25rem;
}

.market-place_marketPlaceHeader__25C6O p {
  font-size: 1.5rem;
  color: #666;
}

.market-place_marketPlaceCategories__NZFY4 {
  /* background-color: #f9f9f9; */
  display: flex;
  height: 30rem;
  gap: 1rem;
  width: 100%;
  max-width: 125rem;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 1rem 2rem;
}

.market-place_mainCategoriesList__mxSAD {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1;
  height: 100%;
  background-color: #f9f9f9;
  color: #222;
  border-radius: 7px;
  overflow-x: scroll;
  overflow: auto; /* or scroll */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.market-place_mainCategoriesItem__XZg3D {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}

/* .additionalCategoryBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  height: 100%;
  background-color: #f9f9f9;
  color: #222;
  border-radius: 7px;
} */

.market-place_mainCategoriesItem__XZg3D:hover {
  background-color: #ffffff;
}
.market-place_mainCategoriesItem__XZg3D:active {
  background-color: #e0e0e0;
}

.market-place_productItem__LGDib {
  /* width: 30rem; */
  width: 20%;
  padding: 0.5rem;

  border-radius: 7px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}

.market-place_productSkeleton__Rjr_X {
  width: 20%;
}
.market-place_productItemSkeleton__dOrU3 {
  width: 20%;
}

@media (max-width: 1000px) {
  .market-place_productItem__LGDib {
    width: 25%;
  }
  .market-place_productItemSkeleton__dOrU3 {
    width: 25%;
  }
  .market-place_productSkeleton__Rjr_X {
    width: 25%;
  }
}

@media (max-width: 840px) {
  .market-place_productItem__LGDib {
    width: 33%;
  }
  .market-place_productItemSkeleton__dOrU3 {
    width: 33%;
  }
  .market-place_productSkeleton__Rjr_X {
    width: 33%;
  }
}
@media (max-width: 630px) {
  .market-place_productItem__LGDib {
    width: 50%;
  }
  .market-place_productSkeleton__Rjr_X {
    width: 50%;
  }
  .market-place_productItemSkeleton__dOrU3 {
    width: 50%;
  }
}
@media (max-width: 430px) {
  .market-place_productsContainer__MtppM {
    justify-content: center;
  }
  .market-place_productItem__LGDib {
    width: 80%;
  }
  .market-place_productItemSkeleton__dOrU3 {
    width: 80%;
  }
  .market-place_productSkeleton__Rjr_X {
    width: 80%;
  }
  .market-place_similarProducts__0NJi0 {
    justify-content: start;
  }
  .market-place_similarProductList__dclLY {
    font-size: 1rem;
  }
}

@media (max-width: 400px) {
  .market-place_productItem__LGDib {
    width: 95%;
  }
  .market-place_productItemSkeleton__dOrU3 {
    width: 95%;
  }
}

.market-place_itemInfo__m3mXK {
  font-size: 1.4rem;
  padding: 1rem 10px;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  color: #404040;
}

.market-place_itemInfo__m3mXK h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
}

.market-place_names__ukj5Y {
  display: inline-block;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.market-place_itemInfo__m3mXK h4 span {
  color: #181818;
  font-size: 1rem;
  font-weight: 400;
}

.carousel_carouselWrapper__d_Wpw {
  position: relative;

  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.carousel_carouselContainer__32h45 {
  display: flex;

  gap: 2rem;
  transition: transform 0.4s ease;
  overflow: scroll;
  overflow: auto; /* or scroll */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  height: 100%;
  scroll-snap-type: x mandatory;
  max-height: 100%;
}
.carousel_card__PrmCi {
  flex: 0 0 30rem;
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 14px;
  transition: transform 0.3s ease;
  scroll-snap-align: start;
}
.carousel_card__PrmCi:hover {
  transform: translateY(-5px);
}
.carousel_card__PrmCi h2 {
  font-size: 1.6rem;
  font-weight: 600;
}
.carousel_subTitle__H9dfn {
  font-size: 1.2rem;
  margin: 1rem 0;
  opacity: 0.7;
}
.carousel_image__dC7fg {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  border-radius: 10px;
} /* Navigation Arrows */
.carousel_nav__hlKII {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: white;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 2;
  /* padding: 1rem; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.carousel_left__8ReSY {
  left: 5px;
}
.carousel_right__4NTWU {
  right: 5px;
} /* Dots */
.carousel_dots__6zJxx {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1rem;
}
.carousel_dot__2wDnA {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.carousel_active__Ephcd {
  background: #000;
} /* Mobile */
@media (max-width: 768px) {
  .carousel_carouselGrid__IHoqa {
    grid-template-columns: 1fr;
  }
  .carousel_nav__hlKII {
    display: none;
  }
}

.carousel_subCarouselWrapper__4Tkny {
  overflow: hidden;
  width: 100%;
  height: 24rem; /* adjust if needed */
  position: relative;
}

.carousel_subTrack__TNrb5 {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.45s ease;
}

.carousel_subSlide__4tVCC {
  min-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}


/*# sourceMappingURL=b16a1c936063b0a7.css.map*/