.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
  margin-bottom: 24px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
.woocommerce-result-count {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  background: var(--surface-strong);
  color: var(--cream);
  list-style-position: inside;
}

.woocommerce-message {
  display: flex;
  align-items: center;
  gap: 18px;
}

.woocommerce-message .button.wc-forward {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: center;
  min-height: 48px;
  margin: 0 0 0 auto;
  padding: 12px 20px;
  border: 0;
  color: var(--ink);
  background: var(--cream);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 640px) {
  .woocommerce-message {
    flex-wrap: wrap;
  }

  .woocommerce-message .button.wc-forward {
    margin-left: 0;
  }
}

.woocommerce-error { border-color: color-mix(in oklch, var(--error), white 10%); color: color-mix(in oklch, var(--error), white 28%); }
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a { color: var(--cream); border-bottom: 1px solid currentColor; }

.product-card .price {
  display: inline-flex;
  gap: 7px;
  align-items: baseline;
}

.product-card .price del {
  color: var(--muted);
  font-size: .88em;
}

.product-card .price ins {
  text-decoration: none;
}

.quick-add.loading { opacity: .68; pointer-events: none; }
.quick-add.added { background: var(--accent); color: white; transform: translateY(0); }
.quick-add.added::after { content: ' ✓'; }

.woocommerce-pagination {
  margin-top: clamp(40px, 6vw, 76px);
}

.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  min-width: 42px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--border);
  color: var(--cream);
  font-family: var(--font-mono);
  font-size: 12px;
}

.woocommerce-pagination .current,
.woocommerce-pagination a:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
}

.breadcrumbs .woocommerce-breadcrumb {
  display: inline;
}

.breadcrumbs .woocommerce-breadcrumb a {
  color: var(--muted);
}

.breadcrumbs .woocommerce-breadcrumb a:hover {
  color: var(--cream);
}

.product-intro p {
  margin: 0 0 1em;
}

.single-product-form .qty {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--fg);
  text-align: center;
  font-family: var(--font-mono);
  font-size: 13px;
  outline: 0;
  -moz-appearance: textfield;
}

.single-product-form .qty::-webkit-outer-spin-button,
.single-product-form .qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.single-product-form .single_add_to_cart_button {
  width: 100%;
  border: 1px solid var(--accent);
}

.single-product-native-cart .cart,
.single-product-native-cart .variations_form {
  display: grid;
  gap: 14px;
}

.single-product-native-cart table.variations {
  width: 100%;
  border-collapse: collapse;
}

.single-product-native-cart table.variations th,
.single-product-native-cart table.variations td {
  padding: 10px 0;
  text-align: left;
}

.single-product-native-cart select,
.page-content select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.input-text,
.select2-container--default .select2-selection--single {
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 0;
  background: oklch(9% 0.012 125 / .72);
  color: var(--fg);
}

.woocommerce form .form-row {
  margin: 0 0 18px;
}

.woocommerce form .form-row label {
  display: block;
  margin-bottom: 8px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 650;
}

.single-product-native-cart .button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid var(--cream);
  border-radius: 0;
  background: var(--cream);
  color: oklch(12% 0.012 125);
  cursor: pointer;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
}

.woocommerce table.shop_table,
.wp-block-woocommerce-cart table,
.wp-block-woocommerce-checkout table {
  width: 100%;
  border-collapse: collapse;
  color: var(--cream);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px 12px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.woocommerce table.shop_table img {
  width: 86px;
  height: 110px;
  object-fit: contain;
}

.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout,
.woocommerce-order,
.woocommerce-account .woocommerce {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--border);
  background: var(--surface);
  backdrop-filter: blur(18px);
}

.cart-collaterals {
  margin-top: 28px;
}

.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
  margin-top: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

.woocommerce-checkout-review-order,
.woocommerce-additional-fields,
.woocommerce-billing-fields {
  margin-top: 28px;
}

.wc-block-cart,
.wc-block-checkout {
  color: var(--cream);
}

.wc-block-components-sidebar,
.wc-block-components-main {
  padding: clamp(20px, 3vw, 36px);
  border: 1px solid var(--border);
  background: var(--surface);
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-textarea {
  border-radius: 0 !important;
  background: oklch(9% 0.012 125 / .72) !important;
  color: var(--fg) !important;
}

.wc-block-components-product-name,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  color: var(--cream);
}

.wp-block-separator {
  border-color: var(--border);
}

@media (max-width: 744px) {
  .woocommerce-cart-form,
  .cart-collaterals,
  .woocommerce-checkout,
  .woocommerce-order,
  .woocommerce-account .woocommerce {
    padding: 18px;
  }

  .woocommerce table.shop_table thead {
    display: none;
  }

  .woocommerce table.shop_table tr,
  .woocommerce table.shop_table td {
    display: block;
    width: 100%;
  }
}
