.mp-wrapper-2705024a {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: inherit;
}

/* Filter Tabs */
.mp-filters-2705024a {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
  justify-content: center;
}

.mp-filter-btn-2705024a {
  padding: 8px 20px;
  border: 2px solid #6d28d9;
  background: transparent;
  color: #6d28d9;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.mp-filter-btn-2705024a:hover,
.mp-filter-btn-2705024a.active {
  background: #6d28d9;
  color: #fff;
}

/* Grid */
.mp-grid-2705024a {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

/* Card */
.mp-card-2705024a {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.mp-card-2705024a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(109,40,217,0.15);
}

.mp-card-2705024a.mp-hidden-2705024a {
  display: none;
}

/* Badge */
.mp-badge-2705024a {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f59e0b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

/* Thumbnail */
.mp-thumb-2705024a {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp-thumb-2705024a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-no-img-2705024a span {
  font-size: 48px;
}

/* Info */
.mp-info-2705024a {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.mp-cat-label-2705024a {
  font-size: 11px;
  font-weight: 700;
  color: #6d28d9;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.mp-title-2705024a {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.3;
}

.mp-desc-2705024a {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  flex: 1;
}

/* Footer */
.mp-footer-2705024a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  gap: 10px;
}

.mp-price-2705024a {
  font-size: 16px;
  font-weight: 800;
  color: #059669;
}

.mp-btn-2705024a {
  display: inline-block;
  padding: 8px 18px;
  background: #6d28d9;
  color: #fff !important;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
  margin-left: auto;
}

.mp-btn-2705024a:hover {
  background: #5b21b6;
}

.mp-empty-2705024a {
  text-align: center;
  color: #9ca3af;
  font-size: 15px;
  padding: 40px;
  grid-column: 1/-1;
}

@media (max-width: 600px) {
  .mp-grid-2705024a {
    grid-template-columns: 1fr;
  }
}
