/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/(frontend)/wishlist/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.page_card__SXKHH {
  position: relative;

  cursor: pointer;
  overflow: hidden; /* Ensures child elements are contained within */
}

.page_overlay__C4e0k {
  position: absolute;
  bottom: -100%; /* Start offscreen */
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
  backdrop-filter: blur(8px); /* Apply blur effect */
  color: black;
  transition: bottom 0.5s ease; /* Smooth transition for transform */
}

.page_card__SXKHH:hover .page_overlay__C4e0k {
  bottom: 0; /* Slide in from the bottom */
}
