.custom-attr-group {
  margin-bottom: 14px;
}

.custom-attr-label {
  color: var(--e-global-color-text);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.custom-attr-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-attr-item {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  background: #fff;
}

.custom-attr-item.active {
  border-color: #c49a6c;
  color: #8c6a43;
  font-weight: bold;
}

.custom-acf-section {
  border-top: 1px solid #e6e6e6;
  padding: 24px 0;
  margin-top: 24px;
}

.acf-bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  gap: 8px;
}

.acf-label {
  color: var(--e-global-color-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.acf-score {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--e-global-color-text);
}
.acf-usage-group {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
}

.acf-usage-group > p {
  color: var(--e-global-color-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.acf-icons {
  display: flex;
  gap: 24px;
  color: #999;
}

.acf-icons:not(:last-child) {
  margin-bottom: 24px;
}

.acf-icon-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  gap: 8px;
}
.acf-icon-item img {
  display: inline-flex;
  width: 100%;
  height: 32px;
  object-fit: contain;
  opacity: 0.5;
}

.acf-icon-item.active {
  color: var(--e-global-color-text);
  font-weight: 600;
}
.acf-icon-item.active img {
  opacity: 1;
}
form.cart {
  display: flex;
  flex-wrap: wrap !important;
  align-items: stretch;
}
form.cart > div {
	width: 100%;
}
form.cart .quantity {
  display: none;
}

.custom-buy-now-btn,
form.cart button.single_add_to_cart_button {
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 8px !important;
  text-align: center;
  cursor: pointer !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  height: 65px;
}

.custom-buy-now-btn {
  display: inline-flex !important;
  width: calc(50% - 7px);
  background-color: #1a1a1a !important;
  color: #fff !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 7px !important;
  gap: 4px;
  box-shadow: 0 4px 10px rgb(26 26 26 / 35%), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}
.custom-buy-now-btn span {
  text-transform: none;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
form.cart button.single_add_to_cart_button {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient( 135deg, #c9962f 0%, #e6c061 18%, #f6e3a6 48%, #e2b551 78%, #bd8a2c 100% )!important;
  color: var(--e-global-color-text) !important;
  box-shadow: 0 4px 10px rgba(150, 110, 30, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.e-atc-qty-button-holder {
  width: calc(50% - 7px)!important;
  margin-left: 7px;
  display: inline-flex !important;
}

table.variations th.label {
  padding: 0;
  background-color: #fff;
  margin-bottom: 8px;
}

table.variations td {
  background-color: #fff !important;
  padding: 0;
}

table.variations a.reset_variations {
  display: none !important;
}
