@charset "utf-8";

/* =========================================================
   Whisker Witch — Mystery Mailer (mobile-first)
   Only Mystery Mailer-page components: Products
   ========================================================= */

/* Mystery Mailer: hide left menu/sidebar */
.mystery-mailer-page .shop-filters{
  display: none !important;
}

/* Mystery Mailer: let content take full width */
.mystery-mailer-page .shop-layout > :not(.shop-filters){
  flex: 1 1 auto !important;
}
/* Mystery Mailer: 3-up grid on desktop */
@media (min-width: 992px){
  .mystery-mailer-page .product-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 992px){
  .mystery-mailer-page .product-card .card-body{
    padding: .95rem 1rem;
  }
  .mystery-mailer-page .product-card img{
    max-height: 155px;
  }
}
