body.wbl-module-soft,
body.wbl-module-soft #wrapper {
  background: #f3f6fb !important;
  font-family: var(--wbl-font) !important;
  color: #071225;
}

body.wbl-module-soft #wrapper {
  padding: 42px 0 76px !important;
}

body.wbl-module-soft #wrapper > .container,
body.wbl-module-soft #wrapper > .container-fluid {
  width: min(100% - 40px, 1500px) !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
}

body.wbl-module-soft #left-column,
body.wbl-module-soft #right-column {
  display: none !important;
}

body.wbl-module-soft #content-wrapper,
body.wbl-module-soft #content-wrapper[class*="col-"] {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
}

body.wbl-module-soft #main,
body.wbl-module-soft .page-content,
body.wbl-module-soft .page-cms,
body.wbl-module-soft .contact-form,
body.wbl-module-soft .cart-grid,
body.wbl-module-soft .checkout-step,
body.wbl-module-soft .js-address-form,
body.wbl-module-soft .forgotten-password,
body.wbl-module-soft .sitemap {
  border: 1px solid #dfe7f5 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(7, 18, 37, 0.06) !important;
}

body.wbl-module-soft #main {
  padding: 28px !important;
}

body.wbl-module-soft h1,
body.wbl-module-soft .h1,
body.wbl-module-soft .page-header h1 {
  color: #071225 !important;
  font: 800 34px/1.15 var(--wbl-font) !important;
  letter-spacing: 0 !important;
  margin: 0 0 22px !important;
}

body.wbl-module-soft h2,
body.wbl-module-soft .h2 {
  color: #071225 !important;
  font: 800 24px/1.2 var(--wbl-font) !important;
}

body.wbl-module-soft p,
body.wbl-module-soft li,
body.wbl-module-soft label,
body.wbl-module-soft td,
body.wbl-module-soft th {
  font-family: var(--wbl-font) !important;
}

body.wbl-module-soft .form-control,
body.wbl-module-soft input[type="text"],
body.wbl-module-soft input[type="email"],
body.wbl-module-soft input[type="password"],
body.wbl-module-soft input[type="search"],
body.wbl-module-soft textarea,
body.wbl-module-soft select {
  min-height: 46px;
  border: 1px solid #dbe4f3 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #071225 !important;
  font: 600 14px/1.4 var(--wbl-font) !important;
}

body.wbl-module-soft .btn-primary,
body.wbl-module-soft .btn-default:hover,
body.wbl-module-soft button[type="submit"]:not(.wbl-cart-rec-btn),
body.wbl-module-soft input[type="submit"] {
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #3678ff 0%, #7b3ff2 100%) !important;
  box-shadow: 0 12px 26px rgba(123, 63, 242, 0.22) !important;
  color: #fff !important;
  font: 800 14px/1 var(--wbl-font) !important;
  min-height: 44px;
  padding: 0 24px !important;
}

body.wbl-module-soft .btn,
body.wbl-module-soft .btn-default {
  border-radius: 8px !important;
  border-color: #d8e1f2 !important;
  font-family: var(--wbl-font) !important;
}

body.wbl-module-soft table,
body.wbl-module-soft .table {
  overflow: hidden;
  border: 1px solid #e0e7f3 !important;
  border-radius: 12px !important;
  background: #fff !important;
}

body.wbl-module-soft .table thead th {
  border: 0 !important;
  background: #f7f9fe !important;
  color: #44506a !important;
  font-size: 13px !important;
  text-transform: none !important;
}

body.wbl-module-soft .table td {
  border-color: #e7edf7 !important;
  color: #25324a !important;
}

body.wbl-module-soft .alert {
  border-radius: 10px !important;
  border-width: 1px !important;
  font-family: var(--wbl-font) !important;
}

body.wbl-module-soft a {
  color: #6d3ff2;
}

body.wbl-module-soft .card,
body.wbl-module-soft .block,
body.wbl-module-soft .addresses-footer {
  border: 1px solid #dfe7f5 !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 34px rgba(7, 18, 37, 0.05) !important;
}

@media (max-width: 767px) {
  body.wbl-module-soft #wrapper {
    padding: 24px 0 48px !important;
  }

  body.wbl-module-soft #wrapper > .container,
  body.wbl-module-soft #wrapper > .container-fluid {
    width: min(100% - 24px, 1500px) !important;
  }

  body.wbl-module-soft #main {
    padding: 18px !important;
  }

  body.wbl-module-soft h1,
  body.wbl-module-soft .h1,
  body.wbl-module-soft .page-header h1 {
    font-size: 26px !important;
  }
}

/* Cart / Checkout / Confirmation � branded soft shell (native PS logic untouched) */
body.wbl-module-soft .cart-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.wbl-module-soft .cart-grid-body,
body.wbl-module-soft .cart-grid-right {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body.wbl-module-soft .cart-container,
body.wbl-module-soft .cart-summary,
body.wbl-module-soft .checkout-step,
body.wbl-module-soft #order-confirmation #content-hook_order_confirmation,
body.wbl-module-soft #order-confirmation #content-hook_payment_return,
body.wbl-module-soft #order-details {
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(15, 27, 55, 0.05) !important;
  overflow: hidden;
}

body.wbl-module-soft .cart-summary {
  position: sticky;
  top: 88px;
}

body.wbl-module-soft .cart-item,
body.wbl-module-soft .product-line-grid {
  border-color: #eef2f7 !important;
}

body.wbl-module-soft .checkout-step.-current,
body.wbl-module-soft .checkout-step.js-current-step {
  border-color: #c4b5fd !important;
  box-shadow: 0 0 0 1px rgba(111, 69, 255, 0.18), 0 14px 36px rgba(15, 27, 55, 0.05) !important;
}

body.wbl-module-soft .checkout-step .step-title {
  font-family: var(--wbl-font) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
}

body.wbl-module-soft #order-confirmation .card-title,
body.wbl-module-soft #order-confirmation h3.h1 {
  color: #0d7a8f !important;
  font-weight: 800 !important;
}

body.wbl-module-soft .cart-detailed-actions .btn,
body.wbl-module-soft .checkout .continue,
body.wbl-module-soft #payment-confirmation button {
  min-height: 48px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #3678ff 0%, #7b3ff2 100%) !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 800 !important;
}

@media (max-width: 991px) {
  body.wbl-module-soft .cart-grid {
    grid-template-columns: 1fr !important;
  }
  body.wbl-module-soft .cart-summary {
    position: static;
  }
}
