/* WooCommerce pages inside NTC theme */
.ntc-wc-active .woocommerce,
.ntc-wc-active .woocommerce-page {
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: var(--ink);
}

.ntc-wc-active .woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.ntc-wc-active .woocommerce table.shop_table th,
.ntc-wc-active .woocommerce table.shop_table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.ntc-wc-active .woocommerce .button,
.ntc-wc-active .woocommerce button.button,
.ntc-wc-active .woocommerce a.button,
.ntc-wc-active .woocommerce input.button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 6px;
  padding: 13px 18px;
  font-weight: 700;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ntc-wc-active .woocommerce .button.alt,
.ntc-wc-active .woocommerce button.button.alt,
.ntc-wc-active .woocommerce a.button.alt,
.ntc-wc-active .woocommerce #respond input#submit.alt,
.ntc-wc-active .woocommerce input.button.alt {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.ntc-wc-active .woocommerce-message,
.ntc-wc-active .woocommerce-info,
.ntc-wc-active .woocommerce-error {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 18px;
  margin: 0 0 18px;
  background: #f7fbfe;
  list-style: none;
}

.ntc-wc-active .woocommerce form .form-row input.input-text,
.ntc-wc-active .woocommerce form .form-row textarea,
.ntc-wc-active .woocommerce form .form-row select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
}

.ntc-wc-active .woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 18px;
}

.ntc-wc-active .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
}

.ntc-add-to-cart-form {
  display: inline-block;
  margin: 0;
}

.ntc-add-to-cart-form .btn--wide {
  width: 100%;
}

.product-card__bottom .ntc-add-to-cart-form {
  display: block;
}

.product-card__bottom .ntc-add-to-cart-form .btn {
  width: 100%;
}

.ntc-cart-empty {
  display: grid;
  gap: 16px;
  max-width: 640px;
}

.ntc-wc-active .added_to_cart {
  display: none;
}

.cart-nav-links {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line, #e8e4df);
}

.cart-nav-links .text-link {
  justify-content: flex-start;
}
