.more-link {
  display: block;
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper form.cart div.wc-block-components-quantity-selector.quantity {
  color: #000;
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
  max-width: 100%;
}

.woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce div.product form.cart button[name=add-to-cart] {
  width: 100%;
  max-width: 200px;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

#ship-to-different-address,
.woocommerce-form-coupon-toggle {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
}

.woocommerce-page table.shop_table {
  background: var(--wp--preset--color--accent-4);
}

.checkout_coupon.woocommerce-form-coupon p {
  margin: 0;
}

.wc-block-order-confirmation-summary ul {
  flex-direction: column;
}

.wc-block-order-confirmation-summary-list-item span:first-child {
  font-size: 14px;
}

.wc-block-order-confirmation-summary-list-item span:last-child {
  font-size: 20px;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  width: 100%;
  max-width: 200px;
}

.wc-block-mini-cart__footer-actions {
  flex-direction: column;
}

.table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  color: var(--wp--preset--color--accent-1);
}

.wc-block-components-totals-item__value strong {
  display: none;
}

@media screen and (max-width: 570px) {
  .wp-block-site-logo {
    padding: 0 30px 0 0;
  }
}