.stb-has-woocommerce .woocommerce,
.stb-has-woocommerce .wc-block-components-main {
  color: var(--stb-text-primary);
}

.stb-has-woocommerce .woocommerce ul.products li.product,
.stb-has-woocommerce .wc-block-grid__product,
.stb-has-woocommerce .woocommerce div.product,
.stb-has-woocommerce .woocommerce-cart-form,
.stb-has-woocommerce .cart_totals,
.stb-has-woocommerce .woocommerce-checkout-review-order {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  background: rgba(16, 22, 36, 0.92);
  box-shadow: var(--stb-panel-shadow);
}

.stb-has-woocommerce .woocommerce ul.products li.product {
  padding: 1.25rem;
}

.stb-has-woocommerce .woocommerce ul.products li.product .button,
.stb-has-woocommerce .woocommerce button.button,
.stb-has-woocommerce .woocommerce a.button,
.stb-has-woocommerce .wc-block-components-button {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--stb-accent-blue), var(--stb-accent-cyan));
  color: #03111e;
  border: 0;
  font-weight: 700;
}

.stb-has-woocommerce .woocommerce table.shop_table,
.stb-has-woocommerce .woocommerce form .form-row input.input-text,
.stb-has-woocommerce .woocommerce form .form-row textarea {
  background: rgba(8, 12, 22, 0.82);
  color: var(--stb-text-primary);
  border-color: rgba(148, 163, 184, 0.16);
}

.stb-has-woocommerce .woocommerce .price,
.stb-has-woocommerce .woocommerce div.product p.price {
  color: var(--stb-accent-cyan);
}

.stb-account-page .woocommerce {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  justify-items: stretch;
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

.stb-account-page .woocommerce::before,
.stb-account-page .woocommerce::after {
  display: none !important;
}

.stb-account-page .woocommerce-MyAccount-navigation,
.stb-account-page .woocommerce-MyAccount-content {
  box-sizing: border-box;
  float: none;
  width: 100%;
  margin: 0;
  min-width: 0;
  align-self: start;
  justify-self: stretch;
}

.stb-account-page .woocommerce-MyAccount-navigation {
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  background: rgba(16, 22, 36, 0.9);
  box-shadow: var(--stb-panel-shadow);
  max-width: none;
  justify-self: start;
  position: sticky;
  top: 1.5rem;
}

.stb-account-page .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.stb-account-page .woocommerce-MyAccount-navigation ul li {
  margin: 0;
}

.stb-account-page .woocommerce-MyAccount-navigation ul li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.6rem 0.8rem;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.25;
  color: var(--stb-text-muted);
  text-decoration: none;
  text-align: left;
  background: rgba(8, 12, 22, 0.5);
  transition: background-color var(--stb-transition-fast), color var(--stb-transition-fast), transform var(--stb-transition-fast);
}

.stb-account-page .woocommerce-MyAccount-navigation ul li.is-active a,
.stb-account-page .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--stb-text-primary);
  background: rgba(0, 174, 239, 0.12);
  transform: translateY(-1px);
}

.stb-account-page .woocommerce-MyAccount-content {
  padding: 1.35rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  background: rgba(16, 22, 36, 0.92);
  box-shadow: var(--stb-panel-shadow);
}

.stb-account-page .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

.stb-account-page .woocommerce-MyAccount-content > * {
  max-width: none;
}

.stb-account-page .woocommerce-MyAccount-content .woocommerce-Addresses,
.stb-account-page .woocommerce-MyAccount-content .woocommerce-address-fields,
.stb-account-page .woocommerce-MyAccount-content .woocommerce-orders-table,
.stb-account-page .woocommerce-MyAccount-content .shop_table,
.stb-account-page .woocommerce-MyAccount-content .woocommerce-message,
.stb-account-page .woocommerce-MyAccount-content .woocommerce-info,
.stb-account-page .woocommerce-MyAccount-content .woocommerce-error {
  width: 100%;
  max-width: none;
}

.stb-account-page .woocommerce-address-fields,
.stb-account-page .woocommerce-EditAccountForm,
.stb-account-page .woocommerce-form-login,
.stb-account-page .woocommerce-form-register {
  display: grid;
  gap: 1rem;
}

.stb-account-page .woocommerce table.shop_table {
  width: 100%;
}

.stb-account-page .woocommerce .addresses,
.stb-account-page .woocommerce .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 900px) {
  .stb-account-page .woocommerce,
  .stb-account-page .woocommerce .addresses,
  .stb-account-page .woocommerce .u-columns {
    grid-template-columns: 1fr;
  }

  .stb-account-page .woocommerce-MyAccount-navigation {
    position: static;
    top: auto;
  }
}
