
.icomers-recommendations-wrapper {
  padding: 10px;
}
.icomers-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.icomers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.icomers-card {
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  text-align: center;
}
.icomers-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.icomers-card h3 {
  font-size: 16px;
  margin: 10px 0 4px;
}
.icomers-card .price {
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
}
.icomers-card .buy-button,
.icomers-card .agotado {
  background: #007bff;
  color: white;
  padding: 8px 12px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
.icomers-card .agotado {
  background: #e74c3c;
}
