.wc-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: var(--v-spacing__md);
}

.wc-tabs {
  display: none !important;
}

.wc-tab {
  display: block !important;
  flex: 0 0 100%;
}


.shop_attributes {
  width: 100%;
  text-align: left;
}

.shop_attributes p {
  margin: 0;
}

.woocommerce-product-attributes-item__label,
.woocommerce-product-attributes-item__value {
  padding: 0.7rem;
}

.shop_attributes tbody tr:nth-child(odd) {
  background-color: var(--woo-color__lightest);
}

@media (min-width: 900px) {
  .woocommerce-product-attributes-item__label {
    width: 17rem;
  }
}
