.item__subtitle {
  margin-bottom: 0.5em;
}

.commerce-order-item-add-to-cart-form .form-actions {
  display: none;
}

.attribute-color {
  line-height: 0;
  cursor: pointer;
}
.attribute-widgets > fieldset {
  margin: 0;
}
.attribute-widgets .form-required::after {
  display: none;
}
.attribute-widgets label:has(.attribute-color),
.attribute-widgets label:has(.attribute-length_shtift) {
  border: 2px solid var(--color-fourth);
}
.attribute-widgets label:has(.attribute-length_shtift) {
  padding: 4px 8px;
}
.attribute-widgets input:checked ~ label:has(.attribute-color),
.attribute-widgets input:checked ~ label:has(.attribute-length_shtift) {
  border: 2px solid var(--color-accent);
}
.attribute-widgets [class^=-attribute-color] {
  margin: 0;
  padding: 0;
}
.attribute-widgets .fieldset-wrapper > .form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 420px;
  margin: 30px 0;
}
.attribute-widgets .fieldset-wrapper > .form-radios .form-item {
  margin: 0;
}/*# sourceMappingURL=card.css.map */