.market-place_marketPlaceContainer__w8cWQ {
  padding: 0 1rem;
  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;
  margin-top: 2rem;
}

.market-place_productDetails__DmwL5 {
  width: 120rem;
  padding: 0 1rem;
  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;
  /* 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;
}

/* ---------------- MOBILE CATEGORY UI ---------------- */

.market-place_mobileCategoryWrapper__9WNga {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem;
  margin: 1rem 0;
}

.market-place_mobileCategoryScroll___XtWH {
  display: flex;
  overflow-x: auto;
  gap: 0.8rem;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}

.market-place_mobileCategoryScroll___XtWH::-webkit-scrollbar {
  display: none;
}

.market-place_mobileCategoryBubble__iyMOY {
  flex-shrink: 0;
  transition: 0.2s ease;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 10px;
  padding: 0.8rem 1.5rem;
  text-wrap: nowrap;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #333;
}

.market-place_mobileActiveBubble__zP1yY {
  background: #0e86d4;
  color: #fff;
}

.market-place_mobileSubCategoryScroll__pfszX {
  display: flex;
  overflow-x: auto;
  gap: 0.8rem;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}

.market-place_mobileSubCategoryScroll__pfszX::-webkit-scrollbar {
  display: none;
}

.market-place_mobileSubBubble__S1YWJ {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
  padding: 0.6rem 1.2rem;
  text-wrap: nowrap;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #333;
}

@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 {
  margin: 1.5rem 0;
  display: flex;
  justify-content: center;
  padding: 2rem;
  background-color: #f9f9f9;
}

.market-place_marketPlaceHeader__25C6O h1 {
  max-width: 140rem;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 0.25rem;
}

.market-place_marketPlaceCategories__NZFY4 {
  /* background-color: #f9f9f9; */
  display: flex;
  height: 30rem;
  gap: 1rem;
  width: 100%;

  margin: 0 auto;
  margin-top: 1rem;
  padding: 1rem 0rem;
}

.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_productItem__LGDib.market-place_productItemSearch__V2OJa {
  width: 25%;
}

.market-place_productSkeleton__Rjr_X {
  width: 20%;
}
.market-place_productSkeleton__Rjr_X.market-place_productSkeletonSearch__r9XJw {
  width: 25%;
}

.market-place_productItemSkeleton__dOrU3 {
  width: 20%;
}
.market-place_productItemSkeleton__dOrU3.market-place_productItemSkeletonSearch__jFrik {
  width: 25%;
}

.market-place_modalContainer__BTN1z {
  max-height: 53rem;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.market-place_modalCategories__JE49v {
  flex: 3 1;
  overflow-x: scroll;
  overflow: auto; /* or scroll */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.market-place_modalSubCategories__XTl9E {
  flex: 7 1;
}

/* LEFT SIDE */
/* .modalCategories {
  width: 40%;
  overflow-y: auto;
  border-right: 1px solid #eee;
} */

.market-place_modalCategoriesItem__vX6Jf {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease;
  font-size: 1.4rem;
}

.market-place_modalCategoriesItem__vX6Jf:hover {
  background-color: #f9f9f9;
}

.market-place_activeCategory__hwaS7 {
  border-left: 5px solid #0e86d4;
}

/* RIGHT SIDE */
.market-place_modalSubCategories__XTl9E {
  width: 60%;
  overflow-y: auto;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
}

/* Each category group takes full height */
.market-place_subCategoryGroup__jOC5K {
  min-height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.market-place_subCategoryGroup__jOC5K h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.market-place_subCategoryContainer__OM8pN {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Each subcategory item */
.market-place_subCategoryItem__y_q5w {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.5rem 0;
  width: 12rem;
  cursor: pointer;
}

.market-place_subImageWrapper__aCjAb {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: relative;
  background-color: #f9f9f9;
}

.market-place_subImage__vJCjT {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.market-place_subName__pX64e {
  font-size: 1.4rem;
  text-align: center;
}
/* PANEL */
.market-place_filterPanel__JMB5i {
  width: 100%;
  max-width: 30rem;
  padding: 1.5rem 1rem;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  background: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
  margin: 2rem 0;
}

.market-place_filterPanel__JMB5i h3 {
  font-size: 2.4rem;
  font-weight: 600;
}

/* SECTION */
.market-place_filterSection__Rxkpj {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.market-place_filterSection__Rxkpj h4 {
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
}

/* FILTER BUTTONS */
.market-place_filterButton__c0hec {
  padding: 0.8rem 1rem;
  border: 1px solid #e2e2e2;
  background: #f9f9f9;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: left;
  transition: all 0.2s ease;
  font-weight: 400;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  min-height: 30px;
  display: flex;
  align-items: center;
}

.market-place_filterButton__c0hec:hover {
  background: #0e86d4;
  color: white;
  border-color: #0e86d4;
}

.market-place_filterActive__s6DNl {
  background: #0e86d4;
  color: white;
  border-color: #0e86d4;
}

.market-place_filterHeaderRow__JIjlD {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}

.market-place_clearSmallButton__ZT6lK {
  background: none;
  border: none;
  color: #0e86d4;
  font-size: 1.4rem;
  cursor: pointer;
}

.market-place_scrollContainer__CBn_4 {
  max-height: 30rem; /* adjust as you like */
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-right: 4px; /* prevents scrollbar overlap */
}

.market-place_scrollContainer__CBn_4::-webkit-scrollbar {
  width: 6px;
}

.market-place_scrollContainer__CBn_4::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.market-place_colorRow__QSR7f {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.6rem;
  border-radius: 6px;
  cursor: pointer;
  /* background: #f9f9f9; */
  transition: background 0.2s ease;
}

.market-place_colorRow__QSR7f:hover {
  background: #0e86d4;
  color: white;
  border-color: #0e86d4;
}

.market-place_colorCheckbox__KYYZ8 {
  width: 14px;
  height: 14px;
}

.market-place_colorName__jeJj9 {
  flex: 1 1;
  font-size: 1.1rem;
}

.market-place_colorPreview__DFvzN {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* --------------------------
   PRICE INPUT STYLE (KONGA-LIKE)
--------------------------- */

.market-place_priceRow__sHLXi {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  /* border: 1px solid #e2e2e2; */
  /* border-radius: 10px; */
  /* background: #fff; */
}

.market-place_priceRow__sHLXi div {
  border: 1px solid #0e86d4;
  border-radius: 9px;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.market-place_priceInput__mzAIb {
  flex: 1 1;
  padding: 0.8rem 1rem;
  font-size: 1.25rem;
  border: none;
  outline: none;
  background: transparent;
}

.market-place_priceInput__mzAIb::placeholder {
  color: #999;
}

.market-place_priceDivider__UAQ1v {
  width: 1px;
  background: #e2e2e2;
}

.market-place_goButton__tAeE0 {
  background: #0e86d4;
  color: white;
  border: none;
  cursor: pointer;
  height: 3.2rem;
  font-size: 1.25rem;
  font-weight: 500;
  transition: background 0.2s ease;
  border-radius: 8px;
}

.market-place_goButton__tAeE0:hover {
  background: #0b6fad;
}

.market-place_goButton__tAeE0:disabled {
  background: #cfd8dc;
  cursor: not-allowed;
}

/* CLEAR BUTTON */
.market-place_clearButton__ZTlsH {
  margin-top: 0.6rem;
  background: none;
  border: none;
  color: #0e86d4;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0;
  align-self: flex-start;
}

.market-place_clearButton__ZTlsH:hover {
  text-decoration: underline;
}

.market-place_searchHeader__F0mSS {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* ===============================
   FILTER BUTTON (Search Header)
================================= */

.market-place_mobileFilterButton__kd2ae {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.6rem;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 600;
  background: transparent;
  color: #111;
  border: 0.5px solid #111;
  cursor: pointer;
  transition: all 0.2s ease;
}

.market-place_mobileFilterButton__kd2ae:hover {
  background: #0b6fad;
  color: #f9f9f9;
  transform: translateY(-1px);
  border: none;
}

.market-place_mobileFilterButton__kd2ae:active {
  transform: translateY(0);
}

.market-place_mobileFilterButton__kd2ae:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ===============================
   DRAWER LAYOUT
================================= */

.market-place_marketplaceDrawerCase__ayeSi {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.market-place_marketplaceDrawerHeader__MbBxQ {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 1.8rem;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.market-place_marketplaceDrawerHeader__MbBxQ h3 {
  font-size: 1.8rem;
  font-weight: 600;
}

.market-place_closeButton__9pHod {
  font-size: 2rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.market-place_closeButton__9pHod:hover {
  transform: scale(1.1);
}

.market-place_marketplaceDrawerContent__dJMqC {
  flex: 1 1;
  overflow-y: auto;
  padding: 0; /* bottom space for sticky footer */
}

.market-place_marketplaceDrawerContent__dJMqC .market-place_filterPanel__JMB5i {
  width: 100%;
}
/* ===============================
   DRAWER FOOTER
================================= */

.market-place_drawerFooter__4MtRt {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;

  display: flex;
  justify-content: flex-end; /* aligns right */
  align-items: center;

  padding: 1.5rem 1.8rem;

  background: #ffffff;
  border-top: 1px solid #eee;

  z-index: 5;
}

/* ===============================
   APPLY BUTTON
================================= */

.market-place_applyButton__RxU0d {
  min-width: 120px;

  padding: 1.1rem 2rem;

  border-radius: 8px;
  border: none;

  background: #111;
  color: #fff;

  font-size: 1.4rem;
  font-weight: 600;

  cursor: pointer;
  transition: all 0.2s ease;
}

.market-place_applyButton__RxU0d:hover {
  background: #000;
  transform: translateY(-1px);
}

.market-place_applyButton__RxU0d:active {
  transform: translateY(0);
}

@media (min-width: 1250px) {
  .market-place_productItem__LGDib.market-place_productItemSearch__V2OJa {
    width: 20%;
  }

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

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

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

@media (max-width: 980px) {
  .market-place_subCategoryItem__y_q5w {
    width: 11rem;
  }
}

@media (max-width: 900px) {
  .market-place_subCategoryItem__y_q5w {
    width: 10rem;
  }
}

@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: 830px) {
  .market-place_subCategoryItem__y_q5w {
    width: 9rem;
  }
}
@media (max-width: 755px) {
  .market-place_subCategoryItem__y_q5w {
    width: 8.5rem;
  }
}
@media (max-width: 630px) {
  .market-place_productItem__LGDib {
    width: 50%;
  }
  .market-place_productSkeleton__Rjr_X {
    width: 50%;
  }
  .market-place_productItemSkeleton__dOrU3 {
    width: 50%;
  }

  .market-place_filterPanel__JMB5i {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .market-place_marketPlaceHeader__25C6O h1 {
    font-size: 2rem;
  }
  .market-place_productsContainer__MtppM {
    justify-content: center;
  }
  
  .market-place_productItem__LGDib {
    width: 50%;
  }
  .market-place_productItemSkeleton__dOrU3 {
    width: 50%;
  }
  .market-place_productSkeleton__Rjr_X {
    width: 50%;
  }
  .market-place_similarProducts__0NJi0 {
    justify-content: start;
  }
  .market-place_similarProductList__dclLY {
    font-size: 1rem;
  }
  .market-place_searchHeader__F0mSS {
    flex-direction: row;
    gap: 1.5rem;
  }
  .market-place_mobileFilterButton__kd2ae {
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

@media (max-width: 330px) {
  .market-place_searchHeader__F0mSS {
    flex-direction: column;
  }

  .market-place_productItem__LGDib {
    width: 90%;
  }
  .market-place_productItemSkeleton__dOrU3 {
    width: 90%;
  }
  .market-place_productSkeleton__Rjr_X {
    width: 90%;
  }
}


.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;
}

.product-page-skeleton_container___5ojK {
  display: flex;
  height: 60rem;
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.product-page-skeleton_gallery__u6uQc {
  display: flex;
  width: 40%;
  height: 85%;
  flex-direction: column;
  gap: 1rem;
  align-items: initial;
  padding: 0;
}

.product-page-skeleton_mainImage__4_ymT {
  width: 100%;
  height: 80%;
}

.product-page-skeleton_thumbnailRow__DG7Iz {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.product-page-skeleton_thumbnail__BPgEA {
  width: 60px;
  height: 60px;
}

.product-page-skeleton_details__ZM2Dm {
  display: flex;
  height: 85%;
  width: 40%;
  flex-direction: column;
  gap: 1rem;
  padding: 4rem;
  padding-top: 1rem;
}

.product-page-skeleton_titleBlock__4HZuR {
  width: 100%;
  height: 42%;
}

.product-page-skeleton_titlePrimary__4j5Nm {
  margin-bottom: 2rem;
}

.product-page-skeleton_contentBlock__SS2I9 {
  width: 100%;
  flex: 1 1;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.product-page-skeleton_splitRow__BjdB8 {
  width: 100%;
  height: 48%;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.product-page-skeleton_splitItem__W1GVj {
  width: 50%;
  height: 80%;
}

.product-page-skeleton_footerBlock__CJgPT {
  height: 4rem;
}

@media (max-width: 750px) {
  .product-page-skeleton_container___5ojK {
    height: 80vh;
    flex-direction: column;
  }

  .product-page-skeleton_gallery__u6uQc {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 2rem;
  }

  .product-page-skeleton_mainImage__4_ymT {
    width: 80%;
    height: 100%;
  }

  .product-page-skeleton_thumbnail__BPgEA {
    width: 50px;
    height: 50px;
  }

  .product-page-skeleton_details__ZM2Dm {
    height: 100%;
    width: 80%;
    padding: 4rem 2rem;
    padding-top: 4rem;
  }

  .product-page-skeleton_titlePrimary__4j5Nm {
    margin-bottom: 1rem;
  }

  .product-page-skeleton_splitItem__W1GVj {
    height: 100%;
  }

  .product-page-skeleton_footerBlock__CJgPT {
    height: 30%;
  }
}

.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;
  max-width: 30rem;
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 14px;
  transition: transform 0.3s ease;
  scroll-snap-align: start;
  cursor: pointer;
}
.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;
}

.marketplace-product-details-skeleton_wrapper__au_dk {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.marketplace-product-details-skeleton_container__lUDuD {
  display: flex;
  height: 40rem;
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.marketplace-product-details-skeleton_gallery__OoGsj {
  display: flex;
  width: 40%;
  height: 85%;
  flex-direction: column;
  gap: 1rem;
  align-items: initial;
  padding: 0;
}

.marketplace-product-details-skeleton_mainImage__hf1Ro {
  width: 100%;
  height: 80%;
}

.marketplace-product-details-skeleton_thumbnailRow__H_Ukq {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.marketplace-product-details-skeleton_thumbnail__sOgo_ {
  width: 60px;
  height: 60px;
}

.marketplace-product-details-skeleton_details__RsIqm {
  display: flex;
  height: 85%;
  width: 40%;
  flex-direction: column;
  gap: 1rem;
  padding: 4rem;
  padding-top: 1rem;
}

.marketplace-product-details-skeleton_titleBlock__Lwuvw {
  width: 100%;
  height: 42%;
}

.marketplace-product-details-skeleton_titlePrimary__S8t55 {
  margin-bottom: 2rem;
}

.marketplace-product-details-skeleton_contentBlock__XLnGd {
  width: 100%;
  flex: 1 1;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.marketplace-product-details-skeleton_splitRow__goWK_ {
  width: 100%;
  height: 48%;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.marketplace-product-details-skeleton_splitItem__P5fpK {
  width: 50%;
  height: 80%;
}

.marketplace-product-details-skeleton_footerBlock__q82e8 {
  height: 4rem;
}

@media (max-width: 750px) {
  .marketplace-product-details-skeleton_container__lUDuD {
    height: 80vh;
    flex-direction: column;
  }

  .marketplace-product-details-skeleton_gallery__OoGsj {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 2rem;
  }

  .marketplace-product-details-skeleton_mainImage__hf1Ro {
    height: 100%;
  }

  .marketplace-product-details-skeleton_thumbnail__sOgo_ {
    width: 50px;
    height: 50px;
  }

  .marketplace-product-details-skeleton_details__RsIqm {
    height: 100%;
    width: 100%;
    padding: 4rem 2rem;
    padding-top: 4rem;
  }

  .marketplace-product-details-skeleton_titlePrimary__S8t55 {
    margin-bottom: 1rem;
  }

  .marketplace-product-details-skeleton_splitItem__P5fpK {
    height: 100%;
  }

  .marketplace-product-details-skeleton_footerBlock__q82e8 {
    height: 30%;
  }
}


/*# sourceMappingURL=6a3749651a583881.css.map*/