.content h1 {
   font-size: 20px;
   margin-bottom: 0;
   text-align: center;
   color: #ed7393;
}

.content h2 {
  padding-left: 15px;
  margin: 20px 0 5px 0;
  font-size: 20px;
  color: #404855;
  position: relative;
  padding: 0 0 2px 40px;
  border-bottom: 1px solid #ccc;
}

h2::before,
h2::after {
  position: absolute;
  content: '';
  border-radius: 100%;
}

h2::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(239, 150, 122, .5);
}

h2::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(251, 216, 181, .5);
}

    .product-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      margin: 24px 0;
    }
    .product-card {
      width: calc(50% - 12px);
      border: 1px solid #ddd;
      border-radius: 12px;
      overflow: hidden;
      text-align: center;
      background: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .product-card img {
      width: 100%;
      height: auto;
      display: block;
    }
    .product-card h3 {
      font-size: 1.6rem;
      margin: 12px 0 8px;
      padding: 0 12px;
      color: #ed7393;
    }
    .product-card p {
      font-size: 0.95em;
      color: #555;
      padding: 0 12px 16px;
    }
    @media (max-width: 768px) {
      .product-card { width: 100%; }
    }
    .button-ce {
      display: inline-block;
      background: #f18d9e;
      color: #fff;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      margin-top: 16px;
    }
.product-card .price {
  font-weight: bold;
  margin-top: 5px;
  color: #d14;
  font-size: 1.3rem;
}


/*# sourceMappingURL=miffy.css.map */
