/* DEV Mason RAW — WooCommerce shells aligned to cart/checkout HTML references */
.dws-woo-cart-shell .woocommerce,
.dws-woo-checkout-shell .woocommerce,
.dws-woo-account-shell .woocommerce {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #111827;
}

.dws-woo-cart-shell .woocommerce table.shop_table,
.dws-woo-checkout-shell .woocommerce table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.08);
  overflow: hidden;
}

.dws-woo-cart-shell .woocommerce table.shop_table th,
.dws-woo-cart-shell .woocommerce table.shop_table td,
.dws-woo-checkout-shell .woocommerce table.shop_table th,
.dws-woo-checkout-shell .woocommerce table.shop_table td {
  padding: 18px 20px;
  border-bottom: 1px solid #eef0f3;
}

.dws-woo-cart-shell .cart-collaterals,
.dws-woo-cart-shell .cart_totals,
.dws-woo-checkout-shell #order_review {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.055);
  padding: 24px;
  margin-top: 18px;
}

.dws-woo-cart-shell .wc-proceed-to-checkout a.checkout-button,
.dws-woo-checkout-shell #place_order {
  display: block;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  text-align: center;
  line-height: 52px;
}

.dws-woo-cart-shell .woocommerce .coupon,
.dws-woo-checkout-shell .woocommerce-billing-fields,
.dws-woo-checkout-shell .woocommerce-additional-fields,
.dws-woo-checkout-shell #payment {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.055);
  padding: 24px;
  margin-bottom: 18px;
}

.dws-woo-checkout-shell .form-row input.input-text,
.dws-woo-checkout-shell .form-row select,
.dws-woo-checkout-shell .form-row textarea,
.dws-woo-cart-shell .coupon input.input-text {
  min-height: 48px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  padding: 0 14px;
  background: #f7f8fa;
}

.dws-woo-account-shell .woocommerce-MyAccount-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.dws-woo-account-shell .woocommerce-MyAccount-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d8dee4;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: #57606a;
  background: #fff;
}

.dws-woo-account-shell .woocommerce-MyAccount-navigation .is-active a {
  background: #ddf4ff;
  color: #0969da;
  border-color: rgba(9, 105, 218, 0.22);
}

.dws-woo-account-shell .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(15, 23, 32, 0.08);
  padding: 28px;
}

@media (min-width: 900px) {
  .dws-woo-cart-shell .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
  }

  .dws-woo-cart-shell .woocommerce-notices-wrapper,
  .dws-woo-cart-shell form.woocommerce-cart-form,
  .dws-woo-cart-shell .toolkit-panel {
    grid-column: 1;
  }

  .dws-woo-cart-shell .cart-collaterals {
    grid-column: 2;
    grid-row: 1 / span 4;
    margin-top: 0;
    position: sticky;
    top: 100px;
  }
}
