// body {
//   opacity: 0.6;
// }

.mew-bg_container {
  background-image: linear-gradient(180deg, #B0C796, #FFFDEF); }

.mew-bg_container .container {
  padding-top: 60px;
  padding-bottom: 70px; }

.mew-bg_container .swiper-slide {
  width: 410px !important;
  margin: unset !important; }

.mew-bg_container .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.mew-bg_container .mew-image_collection {
  border-radius: 16px !important; }

.mew-bg_container .mew-title_collection-list {
  font-size: 32px;
  color: #272727; }

.mew-bg-section-2 {
  background-image: linear-gradient(180deg, #FEFDF3, #FEFBE9); 
}

.more_view {
  font-size: 14px;
  font-weight: 500 !important;
}

.mew-font-title {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
}

.mew_product_main .swiper-slide,
.mew-viewed-products .swiper-slide {
  width: 220px !important;
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: nowrap;
}


@media only screen and (max-width: 768px) {
  .mew-bg_container .mew-title_collection-list {
  font-size: 24px;}
  
  .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
  }

  .mew_product_main .swiper-slide,
  .mew-viewed-products .swiper-slide {
    width: 160px !important;
  }

  .mew-collection-title h2 {
    font-size: 24px;
  }
}


