/* loxboxes — Modern cart / orderforms */

:root {
  --ca-ink: #001042;
  --ca-accent: #5246fa;
  --ca-accent-2: #160aac;
  --ca-surface: #ffffff;
  --ca-muted: #6b7280;
  --ca-line: rgba(0, 16, 66, 0.08);
  --ca-soft: #f4f6fb;
  --ca-radius: 16px;
  --ca-shadow: 0 12px 32px rgba(0, 16, 66, 0.08);
}

body:has(#order-standard_cart) {
  background: linear-gradient(180deg, #eef1f8 0%, #f7f8fc 280px, #f7f8fc 100%);
}

section.container.pt-70.pb-70:has(#order-standard_cart),
section.container.ca-cart-section {
  padding-top: 40px !important;
  padding-bottom: 56px !important;
  margin-top: 12px;
}

/* Sepet sayfasında clientarea.css yok — sidebar profil padding burada */
#order-standard_cart .cart-sidebar .ca-sidebar-card,
#order-standard_cart .cart-sidebar .ca-profile-card {
  margin-bottom: 16px !important;
  overflow: hidden;
}

#order-standard_cart .cart-sidebar .ca-profile-body,
#order-standard_cart .cart-sidebar .panel-body.card-body,
#order-standard_cart .cart-sidebar .card-body {
  padding: 16px 18px 18px !important;
}

#order-standard_cart .cart-sidebar .ca-profile-name {
  font-family: Urbanist, Mulish, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #001042;
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(0, 16, 66, 0.08);
}

#order-standard_cart .cart-sidebar .ca-profile-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 16, 66, 0.05);
}

#order-standard_cart .cart-sidebar .ca-profile-row:last-of-type {
  border-bottom: 0;
}

#order-standard_cart .cart-sidebar .ca-profile-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6b7280;
}

#order-standard_cart .cart-sidebar .ca-profile-value {
  font-size: 13.5px;
  font-weight: 600;
  color: #001042;
  word-break: break-word;
  line-height: 1.4;
}

#order-standard_cart .cart-sidebar .ca-profile-actions {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

#order-standard_cart .cart-sidebar .list-group-item {
  padding: 12px 18px !important;
}

#order-standard_cart .cart-sidebar .card-header,
#order-standard_cart .cart-sidebar .panel-heading {
  padding: 14px 18px !important;
}

/* Layout: float → flex */
#order-standard_cart {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--ca-ink);
}

#order-standard_cart > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

#order-standard_cart .cart-sidebar,
#order-standard_cart .cart-body {
  float: none !important;
  position: relative;
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
}

#order-standard_cart .cart-sidebar {
  width: 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

#order-standard_cart .cart-body {
  width: 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

#order-standard_cart .secondary-cart-body,
#order-standard_cart .secondary-cart-sidebar {
  float: none !important;
}

#order-standard_cart .cart-body > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

#order-standard_cart .secondary-cart-body {
  width: 65%;
  flex: 0 0 65%;
  max-width: 65%;
  padding-left: 10px;
  padding-right: 10px;
}

#order-standard_cart .secondary-cart-sidebar {
  width: 35%;
  flex: 0 0 35%;
  max-width: 35%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1199px) {
  #order-standard_cart .cart-sidebar {
    display: none;
  }
  #order-standard_cart .cart-body {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #order-standard_cart .secondary-cart-body,
  #order-standard_cart .secondary-cart-sidebar {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #order-standard_cart .secondary-cart-sidebar {
    margin-top: 16px;
  }
}

/* Page title */
#order-standard_cart .header-lined {
  margin: 0 0 20px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--ca-line);
}

#order-standard_cart .header-lined h1,
#order-standard_cart .header-lined .font-size-36 {
  margin: 0;
  font-family: Urbanist, Mulish, sans-serif;
  font-size: 1.55rem !important;
  font-weight: 700;
  color: var(--ca-ink);
  line-height: 1.3;
}

#order-standard_cart .header-lined p {
  margin: 6px 0 0;
  color: var(--ca-muted);
  font-size: 0.95rem;
}

/* Cards / panels */
#order-standard_cart .panel,
#order-standard_cart .card,
#order-standard_cart .panel-default,
#order-standard_cart .ca-cart-card {
  width: 100%;
  max-width: 100%;
  background: var(--ca-surface);
  border: 1px solid var(--ca-line) !important;
  border-radius: var(--ca-radius) !important;
  box-shadow: var(--ca-shadow);
  overflow: hidden;
}

#order-standard_cart .panel-heading,
#order-standard_cart .card-header,
#order-standard_cart .panel-heading.card-header {
  background: var(--ca-soft) !important;
  border-bottom: 1px solid var(--ca-line) !important;
  color: var(--ca-ink) !important;
  padding: 14px 18px !important;
}

#order-standard_cart .panel-heading .panel-title,
#order-standard_cart .card-header .card-title,
#order-standard_cart .panel-title,
#order-standard_cart .card-title {
  margin: 0 !important;
  font-family: Urbanist, Mulish, sans-serif;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--ca-ink) !important;
}

#order-standard_cart .panel-body,
#order-standard_cart .card-body {
  padding: 18px 20px !important;
  background: #fff;
}

#order-standard_cart .panel-footer,
#order-standard_cart .card-footer {
  background: var(--ca-soft) !important;
  border-top: 1px solid var(--ca-line) !important;
  padding: 14px 20px !important;
}

/* Forms */
#order-standard_cart .form-control,
#order-standard_cart select.form-control,
#order-standard_cart textarea.form-control {
  min-height: 44px;
  border: 1px solid var(--ca-line);
  border-radius: 10px !important;
  background: #fff;
  color: var(--ca-ink);
  font-size: 0.95rem;
  box-shadow: none !important;
}

#order-standard_cart .form-control:focus {
  border-color: rgba(82, 70, 250, 0.45);
  box-shadow: 0 0 0 3px rgba(82, 70, 250, 0.12) !important;
}

#order-standard_cart label {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--ca-ink);
  margin-bottom: 6px;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn.btn-primary {
  background: var(--ca-accent) !important;
  border-color: var(--ca-accent) !important;
  border-radius: 10px !important;
  font-weight: 600;
  padding: 10px 18px;
  box-shadow: none !important;
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn.btn-primary:hover {
  background: var(--ca-accent-2) !important;
  border-color: var(--ca-accent-2) !important;
}

#order-standard_cart .btn-default,
#order-standard_cart .btn-secondary {
  border-radius: 10px !important;
  border-color: var(--ca-line) !important;
  background: #fff !important;
  color: var(--ca-ink) !important;
  font-weight: 600;
}

#order-standard_cart .alert {
  border-radius: 12px;
  border: 1px solid transparent;
}

/* Transfer / domain forms — full width */
#order-standard_cart .ca-cart-panel {
  width: 100%;
}

#order-standard_cart .ca-cart-intro {
  margin: 0 0 18px;
  padding: 16px 18px;
  background: var(--ca-soft);
  border: 1px solid var(--ca-line);
  border-radius: 14px;
}

#order-standard_cart .ca-cart-intro h2 {
  margin: 0 0 6px;
  font-family: Urbanist, Mulish, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ca-ink);
}

#order-standard_cart .ca-cart-intro p {
  margin: 0;
  color: var(--ca-muted);
  font-size: 0.92rem;
}

#order-standard_cart .ca-cart-card {
  margin: 0;
}

#order-standard_cart .ca-cart-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 767px) {
  #order-standard_cart .ca-cart-fields {
    grid-template-columns: 1fr;
  }
}

#order-standard_cart .ca-cart-note {
  margin: 14px 0 0;
  color: var(--ca-muted);
  font-size: 0.82rem;
}

#order-standard_cart .ca-cart-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

/* Narrow centered columns → full width in cart body */
#order-standard_cart .cart-body .col-sm-8.offset-sm-2,
#order-standard_cart .cart-body .col-sm-8.col-sm-offset-2,
#order-standard_cart .cart-body .col-md-8.offset-md-2,
#order-standard_cart .cart-body .col-sm-10.offset-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-left: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

#order-standard_cart .cart-body > .text-center > h2.font-size-30 {
  font-family: Urbanist, Mulish, sans-serif;
  font-size: 1.2rem !important;
  font-weight: 700;
  color: var(--ca-ink);
}

/* Product grid cards */
#order-standard_cart .products .product {
  background: var(--ca-surface);
  border: 1px solid var(--ca-line) !important;
  border-radius: var(--ca-radius) !important;
  box-shadow: var(--ca-shadow);
  overflow: hidden;
  margin-bottom: 20px;
}

#order-standard_cart .products .product header {
  background: var(--ca-soft) !important;
  border-bottom: 1px solid var(--ca-line);
  color: var(--ca-ink) !important;
  padding: 14px 16px;
}

#order-standard_cart .products .product header span {
  font-family: Urbanist, Mulish, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ca-ink) !important;
}

#order-standard_cart .products .product div.product-desc {
  padding: 14px 16px;
}

#order-standard_cart .products .product footer {
  padding: 14px 16px;
  border-top: 1px solid var(--ca-line);
  background: #fff;
}

#order-standard_cart .products .product div.product-pricing span.price {
  font-family: Urbanist, Mulish, sans-serif;
  font-weight: 700;
  color: var(--ca-accent);
  font-size: 1.4rem;
}

/* Order summary */
#order-standard_cart .order-summary {
  background: var(--ca-surface) !important;
  border: 1px solid var(--ca-line) !important;
  border-radius: var(--ca-radius) !important;
  box-shadow: var(--ca-shadow);
  overflow: hidden;
}

#order-standard_cart .order-summary h2 {
  background: linear-gradient(90deg, #0b2a6b 0%, #163a8a 55%, #1e4aa8 100%) !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  font-family: Urbanist, Mulish, sans-serif;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
}

#order-standard_cart .summary-container {
  background: #fff !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  font-size: 0.9em;
}

#order-standard_cart .order-summary .total-due-today .amt {
  font-family: Urbanist, Mulish, sans-serif;
  font-weight: 700;
  color: var(--ca-accent);
}

/* View cart items */
#order-standard_cart .view-cart-items-header {
  background: #f4f6fb !important;
  color: #001042 !important;
  border: 1px solid rgba(0, 16, 66, 0.08) !important;
  border-bottom: 0 !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 12px 16px !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
}

#order-standard_cart .view-cart-items {
  border: 1px solid rgba(0, 16, 66, 0.08) !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(0, 16, 66, 0.08) !important;
  border-radius: 0 0 14px 14px !important;
  overflow: hidden;
  margin-bottom: 20px !important;
  box-shadow: 0 12px 32px rgba(0, 16, 66, 0.08);
  background: #fff !important;
}

#order-standard_cart .view-cart-items .item {
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 16, 66, 0.08) !important;
  padding: 16px !important;
  font-size: 0.92em !important;
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
  background: #f8f9fc !important;
}

#order-standard_cart .view-cart-items .item:last-child {
  border-bottom: 0 !important;
}

#order-standard_cart .view-cart-items .item-title {
  font-family: Urbanist, Mulish, sans-serif;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  color: #001042 !important;
}

#order-standard_cart .view-cart-items .item-group {
  color: #6b7280 !important;
  font-size: 0.9rem !important;
}

#order-standard_cart .view-cart-items .item-domain {
  color: #5246fa !important;
  font-weight: 600 !important;
}

#order-standard_cart .view-cart-items .item-price {
  text-align: right !important;
}

#order-standard_cart .view-cart-items .item-price span {
  font-weight: 700 !important;
  color: #001042 !important;
  font-size: 1.1rem !important;
}

#order-standard_cart .view-cart-items .item-price .cycle {
  display: block;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #6b7280 !important;
}

#order-standard_cart .empty-cart {
  margin: 0 0 16px !important;
  text-align: right !important;
}

#order-standard_cart .empty-cart .btn {
  background: #fef2f2 !important;
  color: #b91c1c !important;
  border: 1px solid #fecaca !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  padding: 8px 14px !important;
}

#order-standard_cart .btn-checkout,
#order-standard_cart .btn.btn-success.btn-checkout {
  display: block !important;
  width: 100% !important;
  background: linear-gradient(135deg, #16a34a, #15803d) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  padding: 14px 18px !important;
  margin-bottom: 10px !important;
}

#order-standard_cart .btn-continue-shopping,
#order-standard_cart .order-summary .btn-continue-shopping {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  background: #f4f6fb !important;
  color: #001042 !important;
  border: 1px solid rgba(0, 16, 66, 0.1) !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
}

#order-standard_cart .btn-continue-shopping:hover {
  background: #eef2ff !important;
  color: #5246fa !important;
}

/* Domain checker */
#order-standard_cart .domain-checker-container,
.domain-checker-container {
  background: var(--ca-surface);
  border: 1px solid var(--ca-line);
  border-radius: var(--ca-radius);
  box-shadow: var(--ca-shadow);
  padding: 20px;
}

#order-standard_cart .domain-checker-bg {
  background: transparent !important;
}

/* Sub headings */
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
  background: var(--ca-soft) !important;
  color: var(--ca-ink) !important;
  border-radius: 999px;
  font-weight: 700;
}

/* Addon panels */
#order-standard_cart .panel-addon,
#order-standard_cart .addon-products .panel {
  border-radius: 14px !important;
  border-color: var(--ca-line) !important;
}

/* Empty cart / misc */
#order-standard_cart .empty-cart .btn {
  border-radius: 10px !important;
}

#order-standard_cart .product-info {
  background: var(--ca-soft);
  border: 1px solid var(--ca-line);
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 18px;
}

#order-standard_cart .product-info .product-title {
  font-family: Urbanist, Mulish, sans-serif;
  font-weight: 700;
  color: var(--ca-ink);
}

/* Sidebar polish inside cart (with panel styles) */
#order-standard_cart .cart-sidebar .ca-sidebar-card .card-header,
#order-standard_cart .cart-sidebar .panel-heading {
  background: #fff !important;
  border-bottom: 1px solid var(--ca-line) !important;
}

#order-standard_cart .cart-sidebar .list-group-item {
  border-color: var(--ca-line) !important;
  color: var(--ca-ink);
}

#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item:hover {
  background: rgba(82, 70, 250, 0.08) !important;
  color: var(--ca-accent) !important;
  border-color: var(--ca-line) !important;
}

/* ========== Premium checkout (kk-cart) ========== */
#order-standard_cart.kk-cart {
  font-family: Mulish, Urbanist, sans-serif;
}

#order-standard_cart.kk-cart .kk-cart-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 22px;
  padding: 22px 24px;
  border-radius: 18px;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(82, 70, 250, 0.16), transparent 55%),
    linear-gradient(135deg, #001042 0%, #162a6b 55%, #5246fa 140%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 16, 66, 0.18);
}

#order-standard_cart.kk-cart .kk-cart-eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

#order-standard_cart.kk-cart .kk-cart-hero h1 {
  margin: 0;
  font-family: Urbanist, Mulish, sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 700;
  color: #fff !important;
  line-height: 1.2;
}

#order-standard_cart.kk-cart .kk-cart-sub {
  margin: 8px 0 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

#order-standard_cart.kk-cart .kk-cart-count {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

#order-standard_cart.kk-cart .header-lined {
  display: none;
}

#order-standard_cart.kk-cart .kk-cart-panel {
  background: #fff;
  border: 1px solid rgba(0, 16, 66, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(0, 16, 66, 0.07);
  overflow: hidden;
  margin-bottom: 16px;
}

#order-standard_cart.kk-cart .kk-cart-panel-head,
#order-standard_cart.kk-cart .view-cart-items-header {
  background: #f4f6fb !important;
  color: #001042 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 16, 66, 0.08) !important;
  border-radius: 0 !important;
  padding: 14px 20px !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#order-standard_cart.kk-cart .view-cart-items,
#order-standard_cart.kk-cart .kk-cart-items {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}

#order-standard_cart.kk-cart .view-cart-items .item {
  padding: 18px 20px !important;
  border-bottom: 1px solid rgba(0, 16, 66, 0.07) !important;
  background: #fff !important;
}

#order-standard_cart.kk-cart .view-cart-items .item:nth-child(even) {
  background: #fbfcff !important;
}

#order-standard_cart.kk-cart .view-cart-items .item:last-child {
  border-bottom: 0 !important;
}

#order-standard_cart.kk-cart .view-cart-items .item-title {
  font-family: Urbanist, Mulish, sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #001042 !important;
  margin-bottom: 4px;
}

#order-standard_cart.kk-cart .view-cart-items .item-group {
  color: #6b7280 !important;
  font-size: 0.9rem !important;
}

#order-standard_cart.kk-cart .view-cart-items .item-domain {
  color: #5246fa !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
}

#order-standard_cart.kk-cart .view-cart-items .item-price span:not(.cycle):not(.caret):not(.renewal-price) {
  font-family: Urbanist, Mulish, sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #001042 !important;
}

#order-standard_cart.kk-cart .view-cart-items .item-price .cycle,
#order-standard_cart.kk-cart .view-cart-items .renewal.cycle,
#order-standard_cart.kk-cart .view-cart-items .renewal-price {
  color: #6b7280 !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

#order-standard_cart.kk-cart .view-cart-empty {
  padding: 36px 20px;
  text-align: center;
  color: #6b7280;
  font-weight: 600;
}

#order-standard_cart.kk-cart .kk-cart-toolbar,
#order-standard_cart.kk-cart .empty-cart {
  display: flex !important;
  justify-content: flex-end;
  margin: 0 !important;
  padding: 12px 16px 16px !important;
  background: #fff;
  border-top: 1px solid rgba(0, 16, 66, 0.06);
}

#order-standard_cart.kk-cart .empty-cart .btn,
#order-standard_cart.kk-cart #btnEmptyCart {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px !important;
  border-radius: 10px !important;
  background: #fef2f2 !important;
  border: 1px solid #fecaca !important;
  color: #b91c1c !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

#order-standard_cart.kk-cart .kk-cart-promo,
#order-standard_cart.kk-cart .view-cart-tabs {
  background: #fff;
  border: 1px solid rgba(0, 16, 66, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(0, 16, 66, 0.07);
  overflow: hidden;
  margin: 0 0 8px;
  padding: 0 !important;
}

#order-standard_cart.kk-cart .view-cart-tabs .nav-tabs {
  border-bottom: 1px solid rgba(0, 16, 66, 0.08) !important;
  background: #f4f6fb;
  padding: 10px 12px 0;
  gap: 6px;
}

#order-standard_cart.kk-cart .view-cart-tabs .nav-link {
  border: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  color: #6b7280 !important;
  font-weight: 700 !important;
  padding: 10px 14px !important;
}

#order-standard_cart.kk-cart .view-cart-tabs .nav-link.active {
  background: #fff !important;
  color: #5246fa !important;
}

#order-standard_cart.kk-cart .view-cart-tabs .tab-content {
  padding: 18px 18px 20px;
}

#order-standard_cart.kk-cart .kk-cart-promo-form {
  display: flex !important;
  gap: 10px;
  align-items: stretch;
  margin: 0;
}

#order-standard_cart.kk-cart .kk-cart-promo-form .form-group {
  flex: 1;
  margin: 0 !important;
}

#order-standard_cart.kk-cart .kk-cart-promo-form .form-control {
  min-height: 48px !important;
  border-radius: 12px !important;
}

#order-standard_cart.kk-cart .kk-cart-promo-btn {
  min-height: 48px;
  border-radius: 12px !important;
  padding: 0 18px !important;
  white-space: nowrap;
  background: #5246fa !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

#order-standard_cart.kk-cart .kk-cart-summary,
#order-standard_cart.kk-cart .order-summary {
  border: 1px solid rgba(0, 16, 66, 0.08) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 40px rgba(0, 16, 66, 0.1) !important;
  overflow: hidden;
  background: #fff !important;
  position: sticky;
  top: 20px;
}

#order-standard_cart.kk-cart .order-summary h2 {
  background: linear-gradient(135deg, #001042, #1e3a8a 60%, #5246fa) !important;
  color: #fff !important;
  padding: 18px 20px !important;
  font-family: Urbanist, Mulish, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
}

#order-standard_cart.kk-cart .summary-container {
  padding: 18px 20px 22px !important;
  background: #fff !important;
  color: #001042 !important;
}

#order-standard_cart.kk-cart .kk-sum-row,
#order-standard_cart.kk-cart .subtotal,
#order-standard_cart.kk-cart .bordered-totals .clearfix,
#order-standard_cart.kk-cart .recurring-totals {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 12px !important;
  color: #001042 !important;
  font-weight: 600;
  font-size: 0.95rem;
}

#order-standard_cart.kk-cart .kk-sum-row span,
#order-standard_cart.kk-cart .subtotal span,
#order-standard_cart.kk-cart .bordered-totals span,
#order-standard_cart.kk-cart .recurring-totals span,
#order-standard_cart.kk-cart .recurring-charges,
#order-standard_cart.kk-cart .recurring-charges .cost {
  color: #001042 !important;
  opacity: 1 !important;
  float: none !important;
}

#order-standard_cart.kk-cart .bordered-totals {
  border-top: 1px solid rgba(0, 16, 66, 0.08);
  border-bottom: 1px solid rgba(0, 16, 66, 0.08);
  padding: 12px 0;
  margin-bottom: 12px;
}

#order-standard_cart.kk-cart .kk-cart-total,
#order-standard_cart.kk-cart .total-due-today {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 4px;
  margin: 18px 0 20px !important;
  padding: 16px !important;
  border-radius: 14px;
  background: #eef2ff !important;
  text-align: left !important;
}

#order-standard_cart.kk-cart .kk-cart-total-label,
#order-standard_cart.kk-cart .total-due-today > span:not(.amt) {
  order: -1;
  color: #5246fa !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 1 !important;
}

#order-standard_cart.kk-cart .total-due-today .amt,
#order-standard_cart.kk-cart #totalDueToday {
  color: #001042 !important;
  font-family: Urbanist, Mulish, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.15;
  opacity: 1 !important;
}

#order-standard_cart.kk-cart .kk-cart-cta {
  display: grid;
  gap: 10px;
}

#order-standard_cart.kk-cart .btn-checkout {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100% !important;
  min-height: 52px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #16a34a, #15803d) !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.28);
}

#order-standard_cart.kk-cart .btn-continue-shopping {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 46px;
  margin: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid rgba(0, 16, 66, 0.12) !important;
  color: #001042 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

#order-standard_cart.kk-cart .btn-continue-shopping:hover {
  background: #f4f6fb !important;
  color: #5246fa !important;
}

#order-standard_cart.kk-cart .btn-remove-from-cart {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f8fafc;
  color: #6b7280 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#order-standard_cart.kk-cart .btn-remove-from-cart:hover {
  background: #fef2f2;
  color: #dc2626 !important;
}

@media (max-width: 767px) {
  #order-standard_cart.kk-cart .kk-cart-hero {
    flex-direction: column;
    align-items: flex-start;
  }
  #order-standard_cart.kk-cart .kk-cart-promo-form {
    flex-direction: column;
  }
}

/* ========== Premium checkout form ========== */
#order-standard_cart.kk-checkout .header-lined {
  display: none;
}

#order-standard_cart.kk-checkout .kk-checkout-toolbar {
  margin: 0 0 16px;
  padding: 0;
}

#order-standard_cart.kk-checkout .kk-checkout-toolbar .btn {
  border-radius: 10px !important;
  font-weight: 700;
  min-height: 40px;
  margin-left: 8px;
}

#order-standard_cart.kk-checkout .kk-checkout-form {
  background: #fff;
  border: 1px solid rgba(0, 16, 66, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(0, 16, 66, 0.07);
  padding: 24px 26px 28px;
  margin-bottom: 18px;
}

#order-standard_cart.kk-checkout .sub-heading {
  height: auto !important;
  margin: 28px 0 16px !important;
  border: 0 !important;
  text-align: left !important;
}

#order-standard_cart.kk-checkout .sub-heading:first-child,
#order-standard_cart.kk-checkout .kk-checkout-form > .sub-heading:first-of-type {
  margin-top: 0 !important;
}

#order-standard_cart.kk-checkout .sub-heading span,
#order-standard_cart.kk-checkout .sub-heading .primary-bg-color {
  display: inline-flex !important;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  background: #eef2ff !important;
  color: #5246fa !important;
  font-family: Urbanist, Mulish, sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  box-shadow: none !important;
}

#order-standard_cart.kk-checkout .account-select-container .account,
#order-standard_cart.kk-checkout .kk-account-select .account {
  background: #f8faff !important;
  border: 1px solid rgba(0, 16, 66, 0.08) !important;
  border-radius: 14px !important;
  padding: 14px 16px !important;
  margin-bottom: 12px !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#order-standard_cart.kk-checkout .account-select-container .account.active,
#order-standard_cart.kk-checkout .kk-account-select .account.active {
  background: #fff !important;
  border-color: rgba(82, 70, 250, 0.45) !important;
  box-shadow: 0 8px 22px rgba(82, 70, 250, 0.1);
}

#order-standard_cart.kk-checkout .account-select-container .account label,
#order-standard_cart.kk-checkout .kk-account-select .account label {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin: 0 !important;
  color: #001042 !important;
  font-weight: 600;
  cursor: pointer;
}

#order-standard_cart.kk-checkout .account-select-container .account input[type="radio"],
#order-standard_cart.kk-checkout .kk-account-select .account input[type="radio"] {
  position: static !important;
  margin: 3px 0 0 !important;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #5246fa;
}

#order-standard_cart.kk-checkout .account .address,
#order-standard_cart.kk-checkout .account .small {
  color: #6b7280 !important;
  font-weight: 500;
}

#order-standard_cart.kk-checkout .account .address strong {
  color: #001042 !important;
  font-weight: 700;
}

#order-standard_cart.kk-checkout .form-group {
  margin-bottom: 14px;
}

#order-standard_cart.kk-checkout .form-control,
#order-standard_cart.kk-checkout .field.form-control,
#order-standard_cart.kk-checkout select.form-control,
#order-standard_cart.kk-checkout textarea.form-control {
  min-height: 48px !important;
  border: 1px solid rgba(0, 16, 66, 0.1) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #001042 !important;
  font-size: 0.95rem !important;
  box-shadow: none !important;
}

#order-standard_cart.kk-checkout .form-control:focus {
  border-color: rgba(82, 70, 250, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(82, 70, 250, 0.12) !important;
}

#order-standard_cart.kk-checkout .prepend-icon .field-icon {
  color: #5246fa !important;
  z-index: 3;
}

#order-standard_cart.kk-checkout .prepend-icon .field {
  padding-left: 42px;
}

#order-standard_cart.kk-checkout .row > [class*="col-"] {
  margin-bottom: 2px;
}

#order-standard_cart.kk-checkout .cc-input-container,
#order-standard_cart.kk-checkout .payment-methods {
  background: #f8faff;
  border: 1px solid rgba(0, 16, 66, 0.08);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 16px;
}

#order-standard_cart.kk-checkout .kk-checkout-submit {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 16, 66, 0.08);
}

#order-standard_cart.kk-checkout .kk-checkout-tos {
  color: #001042;
  font-weight: 600;
  margin-bottom: 16px;
}

#order-standard_cart.kk-checkout .kk-checkout-btn,
#order-standard_cart.kk-checkout #btnCompleteOrder {
  min-width: min(100%, 320px);
  min-height: 54px;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #5246fa, #160aac) !important;
  color: #fff !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  box-shadow: 0 12px 28px rgba(82, 70, 250, 0.28);
  padding: 12px 28px !important;
}

#order-standard_cart.kk-checkout .kk-checkout-secure,
#order-standard_cart.kk-checkout .checkout-security-msg {
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff7ed !important;
  color: #9a3412 !important;
  font-weight: 600;
  padding: 14px 16px !important;
}

#order-standard_cart.kk-checkout .alert-danger {
  border: 0 !important;
  border-radius: 14px !important;
  background: #fef2f2 !important;
  color: #991b1b !important;
}

#order-standard_cart.kk-checkout .marketing-email-optin {
  background: #f4f6fb;
  border-radius: 14px;
  padding: 16px 18px;
  margin: 16px 0;
}

#order-standard_cart.kk-checkout .marketing-email-optin h4 {
  color: #001042 !important;
  font-weight: 700;
}

#order-standard_cart.kk-checkout .kk-checkout-toolbar:not(:has(.btn:not(.w-hidden))) {
  display: none;
}

#order-standard_cart.kk-checkout .field-container label:not(.field-icon),
#order-standard_cart.kk-checkout .form-group > label:not(.field-icon):not(.checkbox-inline):not(.radio-inline) {
  display: block;
  margin: 0 0 6px;
  color: #001042 !important;
  font-size: 0.82rem;
  font-weight: 700;
}

#order-standard_cart.kk-checkout .field-help-text {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-size: 0.8rem;
}

#order-standard_cart.kk-checkout #btnExistingLogin {
  min-height: 44px;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #5246fa, #160aac) !important;
  color: #fff !important;
  font-weight: 700;
  padding: 10px 22px !important;
}

@media (max-width: 767px) {
  #order-standard_cart.kk-checkout .kk-checkout-form {
    padding: 18px 16px 22px;
  }
}
