#attache-tetine-simulator {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0;
  background: #fff;
}

#attache-tetine-simulator h3,
#attache-tetine-simulator h4 {
  margin-top: 0;
}

.attache-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.attache-item {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa;
  cursor: pointer;
}

.attache-item input {
  margin-right: 8px;
}

#attache-add-to-cart {
  display: inline-block;
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  background: #2f6fed;
  color: #fff;
  cursor: pointer;
}

#attache-add-to-cart:hover {
  background: #2459bf;
}

.attache-image-preview img {
  margin-top: 8px;
  border-radius: 6px;
}