.woocommerce-cart-form .product-thumbnail img {
  border-radius: var(--radius-xs);
}
.woocommerce-cart-form:hover .product-thumbnail img:hover {
  border: solid var(--action) 1px;
  opacity: 0.5;
}
.quantity > span {
  border-color: var(--action);
  border-radius: calc(var(--radius-m) / 2);
}
.product-name a {
  color: var(--base);
  font-size: var(--text-s);
  font-weight: 600;
}
.product-name .variation {
  font-size: var(--text-s);
  font-weight: 300;
  margin-top: 1rem;
}
form.cart .button, form.woocommerce-cart-form .button {
  border-radius: var(--radius-xs);
  padding: 1em 1em 1em 1em;
  font-weight: 600;
  font-size: var(--text-m);
}
#brxe-efnctg {
  margin-top: calc(var(--space-s) * -.2) !important;
}
.cart-subtotal {
  display: none !important;
}
.cart_totals .shop_table {
  border-top-width: 0;
  border-bottom-width: 0;
}
.order-total th {
  padding-bottom: 0;
}
.order-total td {
  display: flex;
  justify-content: flex-end;
}
.wc-proceed-to-checkout {
  margin-top: calc(var(--space-s) * -1.5);
}
.checkout-button {
  font-weight: 600;
}
