/******* Do not edit this file *******
Code Snippets Manager
Saved: Dec 10 2025 | 10:44:12 */
.variations tbody {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.variations tbody tr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.variations tbody tr th {
  background-color: var(--e-global-color-f0e9971) !important;
  width: 30%;
  padding: unset !important;
}
.variations tbody tr td {
  background-color: var(--e-global-color-f0e9971) !important;
  width: 70%;
  padding: unset !important;
}
.variations tbody tr td select {
  padding: 1rem 3rem 1rem 1rem !important;
  margin: unset !important;
}
.variations tbody tr td .reset_variations {
  display: none !important;
}
@media (max-width: 767px) {
  .variations tbody {
    gap: 1rem;
  }
  .variations tbody tr {
    flex-direction: column !important;
    gap: 0.5rem;
  }
  .variations tbody tr th, .variations tbody tr td {
    width: 100% !important;
  }
}
.single_variation_wrap {
  padding: 2rem 0 0;
}
