/* MATYSEK-PS178.VARIANTS-R3.1 — fill (EPS/PES) button geometry
 * Scoped to CE widget 7c2988c only. Colors stay in CE 7170101.css / existing rules.
 */
.elementor-element-7c2988c .ce-product-variants__label {
  display: inline-block;
  margin-bottom: 8px;
}

.elementor-element-7c2988c .ce-product-variants__options {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
}

.elementor-element-7c2988c .ce-product-variants__radio-wrapper {
  display: inline-flex;
  margin: 0;
}

.elementor-element-7c2988c .ce-product-variants__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 16px;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
}

/* No combinations → no empty variants box (e.g. bag 734) */
.elementor-element-7c2988c:has(.ce-product-variants:empty) {
  display: none;
}
