/**
 * ALMS Enterprise Cart v5.5.26
 * Scoped to cart surfaces only. Checkout and unrelated account pages are not targeted.
 */
body.alms-professional-cart-page{
  --alms-cart-navy:#071d36;
  --alms-cart-navy-2:#0b3157;
  --alms-cart-blue:#0b63b6;
  --alms-cart-blue-soft:#edf6ff;
  --alms-cart-gold:#f7b719;
  --alms-cart-text:#17324a;
  --alms-cart-muted:#687d90;
  --alms-cart-border:#dbe5ee;
  --alms-cart-soft:#f5f8fb;
  --alms-cart-danger:#b23b32;
  --alms-cart-success:#087a55;
  --alms-cart-shadow:0 18px 50px rgba(7,29,54,.08);
}

/* Never use viewport-width tricks on cart pages. Respect the site shell, then give the cart canvas the usable width. */
body.alms-professional-cart-page .site-content,
body.alms-professional-cart-page .site-content>.container,
body.alms-professional-cart-page #content>.container,
body.alms-professional-cart-page .content-area,
body.alms-professional-cart-page #primary,
body.alms-professional-cart-page article.page,
body.alms-professional-cart-page article.page>.entry-content{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
body.alms-professional-cart-page .entry-title,
body.alms-professional-cart-page .page-header{display:none!important}

/* Page Manager cart canvas. */
body.alms-professional-cart-page .alms-cart-page.alms-commerce-full-width{
  width:min(100% - 32px,1560px)!important;
  max-width:1560px!important;
  margin:26px auto 70px!important;
  padding:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}

/* Enterprise hero. */
body.alms-professional-cart-page .alms-cart-hero{
  align-items:center!important;
  padding:36px 40px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:22px!important;
  background:radial-gradient(circle at 92% 8%,rgba(247,183,25,.22),transparent 27%),linear-gradient(135deg,#061a31 0%,#0a2f55 58%,#0b4b7c 100%)!important;
  box-shadow:0 24px 65px rgba(7,29,54,.18)!important;
}
body.alms-professional-cart-page .alms-cart-hero .alms-checkout-eyebrow{
  color:#ffe08a!important;
  font-size:11px!important;
  letter-spacing:.11em!important;
}
body.alms-professional-cart-page .alms-cart-hero h1{
  max-width:860px!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(34px,4vw,52px)!important;
  line-height:1.03!important;
  letter-spacing:-.035em!important;
}
body.alms-professional-cart-page .alms-cart-hero p{
  max-width:820px!important;
  margin-top:13px!important;
  color:#d8e7f6!important;
  font-size:15px!important;
  line-height:1.65!important;
}
body.alms-professional-cart-page .alms-checkout-cart-status{
  min-width:230px!important;
  padding:18px 20px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.09)!important;
  backdrop-filter:blur(10px)!important;
}
body.alms-professional-cart-page .alms-checkout-cart-status span{font-size:12px!important;color:#cfe0ef!important}
body.alms-professional-cart-page .alms-checkout-cart-status strong{font-size:22px!important;color:#fff!important}
body.alms-professional-cart-page .alms-checkout-cart-status a{font-size:11px!important;font-weight:800!important;color:#ffe08a!important}

/* Progress and trust strip. */
body.alms-professional-cart-page .alms-checkout-progress{max-width:1050px!important;margin:18px auto 0!important}
body.alms-professional-cart-page .alms-checkout-security-strip{
  margin:18px 0 0!important;
  border:1px solid var(--alms-cart-border)!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(7,29,54,.045)!important;
}
body.alms-professional-cart-page .alms-checkout-security-strip strong{font-size:12px!important;color:var(--alms-cart-navy)!important}
body.alms-professional-cart-page .alms-checkout-security-strip small{font-size:10px!important;line-height:1.45!important}

/* Business overview. */
body.alms-professional-cart-page .alms-cart-enterprise-overview{
  display:grid!important;
  grid-template-columns:minmax(260px,.82fr) minmax(0,1.5fr)!important;
  gap:18px!important;
  margin:20px 0 0!important;
  padding:20px!important;
  border:1px solid var(--alms-cart-border)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#fff 0%,#f7fafc 100%)!important;
  box-shadow:0 12px 34px rgba(7,29,54,.05)!important;
}
body.alms-professional-cart-page .alms-cart-enterprise-context{display:grid!important;align-content:center!important;padding:4px 8px!important;min-width:0!important}
body.alms-professional-cart-page .alms-cart-enterprise-context>span{color:var(--alms-cart-blue)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.1em!important}
body.alms-professional-cart-page .alms-cart-enterprise-context>strong{margin:6px 0 4px!important;color:var(--alms-cart-navy)!important;font-size:20px!important}
body.alms-professional-cart-page .alms-cart-enterprise-context>small{color:var(--alms-cart-muted)!important;font-size:11px!important;line-height:1.55!important}
body.alms-professional-cart-page .alms-cart-enterprise-kpis{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
body.alms-professional-cart-page .alms-cart-enterprise-kpis article{
  min-width:0!important;
  padding:16px!important;
  border:1px solid #dce6ef!important;
  border-radius:13px!important;
  background:#fff!important;
}
body.alms-professional-cart-page .alms-cart-enterprise-kpis span{display:block!important;color:#728598!important;font-size:10px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}
body.alms-professional-cart-page .alms-cart-enterprise-kpis strong{display:block!important;margin:7px 0 3px!important;color:var(--alms-cart-navy)!important;font-size:24px!important;line-height:1.1!important}
body.alms-professional-cart-page .alms-cart-enterprise-kpis small{display:block!important;color:#7c8da0!important;font-size:10px!important}
body.alms-professional-cart-page .alms-cart-enterprise-actions{
  grid-column:1/-1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-end!important;
  gap:9px!important;
  padding-top:13px!important;
  border-top:1px solid #e1e9f0!important;
}
body.alms-professional-cart-page .alms-cart-enterprise-actions a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:0 15px!important;
  border:1px solid #cbd8e4!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#16466f!important;
  font-size:11px!important;
  font-weight:850!important;
  text-decoration:none!important;
}
body.alms-professional-cart-page .alms-cart-enterprise-actions a:last-child{border-color:#9bc4ea!important;background:var(--alms-cart-blue-soft)!important;color:#0a548f!important}

/* Managed cart two-column workspace. */
body.alms-professional-cart-page .alms-cart-workspace{
  display:grid!important;
  grid-template-columns:minmax(0,1.62fr) minmax(330px,.48fr)!important;
  gap:22px!important;
  align-items:start!important;
  margin-top:20px!important;
}
body.alms-professional-cart-page .alms-cart-contents-card{
  min-width:0!important;
  padding:24px!important;
  border:1px solid var(--alms-cart-border)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--alms-cart-shadow)!important;
}
body.alms-professional-cart-page .alms-checkout-section-heading{margin-bottom:17px!important;padding-bottom:15px!important;border-bottom:1px solid #e4ebf2!important}
body.alms-professional-cart-page .alms-checkout-section-heading>span{color:var(--alms-cart-blue)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
body.alms-professional-cart-page .alms-checkout-section-heading h2{margin:5px 0!important;color:var(--alms-cart-navy)!important;font-size:25px!important;line-height:1.15!important}
body.alms-professional-cart-page .alms-checkout-section-heading p{margin:0!important;color:var(--alms-cart-muted)!important;font-size:12px!important;line-height:1.55!important}

/* WooCommerce cart table - both managed and native cart pages. */
body.alms-professional-cart-page form.woocommerce-cart-form{margin:0!important;min-width:0!important}
body.alms-professional-cart-page table.shop_table.cart{
  width:100%!important;
  margin:0!important;
  border:0!important;
  border-collapse:separate!important;
  border-spacing:0 10px!important;
  background:transparent!important;
}
body.alms-professional-cart-page table.shop_table.cart thead th{
  padding:0 13px 8px!important;
  border:0!important;
  background:transparent!important;
  color:#728598!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
body.alms-professional-cart-page table.shop_table.cart tbody tr.cart_item{box-shadow:0 0 0 1px #dfe8f0!important}
body.alms-professional-cart-page table.shop_table.cart tbody tr.cart_item td{
  padding:15px 13px!important;
  border:0!important;
  background:#fff!important;
  vertical-align:middle!important;
  color:var(--alms-cart-text)!important;
  font-size:13px!important;
}
body.alms-professional-cart-page table.shop_table.cart tbody tr.cart_item td:first-child{border-radius:12px 0 0 12px!important}
body.alms-professional-cart-page table.shop_table.cart tbody tr.cart_item td:last-child{border-radius:0 12px 12px 0!important}
body.alms-professional-cart-page td.product-thumbnail{width:102px!important}
body.alms-professional-cart-page td.product-thumbnail img{
  width:82px!important;
  height:82px!important;
  padding:6px!important;
  border:1px solid #e0e8ef!important;
  border-radius:11px!important;
  background:#f8fafc!important;
  object-fit:contain!important;
}
body.alms-professional-cart-page td.product-name a{color:#0b2947!important;font-size:14px!important;font-weight:850!important;line-height:1.4!important;text-decoration:none!important}
body.alms-professional-cart-page td.product-name a:hover{color:var(--alms-cart-blue)!important}
body.alms-professional-cart-page td.product-name dl.variation,
body.alms-professional-cart-page td.product-name .variation{margin-top:6px!important;color:#76899b!important;font-size:11px!important}
body.alms-professional-cart-page td.product-remove a.remove{
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  border:1px solid #ecd4d1!important;
  border-radius:8px!important;
  background:#fff7f6!important;
  color:var(--alms-cart-danger)!important;
  font-size:19px!important;
  line-height:1!important;
}
body.alms-professional-cart-page .quantity .qty{
  width:72px!important;
  height:40px!important;
  border:1px solid #c7d4e0!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--alms-cart-navy)!important;
  font-size:13px!important;
  font-weight:750!important;
  text-align:center!important;
}
body.alms-professional-cart-page td.product-price,
body.alms-professional-cart-page td.product-subtotal{color:var(--alms-cart-navy)!important;font-size:14px!important;font-weight:850!important;white-space:nowrap!important}

body.alms-professional-cart-page table.shop_table.cart td.actions{
  padding:15px!important;
  border:1px solid #dfe8f0!important;
  border-radius:12px!important;
  background:#f6f9fc!important;
}
body.alms-professional-cart-page table.shop_table.cart td.actions .coupon{display:flex!important;align-items:center!important;gap:9px!important}
body.alms-professional-cart-page .coupon .input-text{
  width:220px!important;
  max-width:100%!important;
  height:41px!important;
  padding:0 12px!important;
  border:1px solid #c7d4e0!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--alms-cart-text)!important;
  font-size:12px!important;
}
body.alms-professional-cart-page .woocommerce-cart-form .button,
body.alms-professional-cart-page .woocommerce-cart-form button.button{
  min-height:41px!important;
  padding:0 15px!important;
  border:0!important;
  border-radius:8px!important;
  background:#eaf1f7!important;
  color:#16466f!important;
  font-size:11px!important;
  font-weight:850!important;
  box-shadow:none!important;
}
body.alms-professional-cart-page .woocommerce-cart-form button[name=update_cart]{background:var(--alms-cart-blue)!important;color:#fff!important}

/* Totals / decision card. */
body.alms-professional-cart-page .cart-collaterals{margin-top:18px!important}
body.alms-professional-cart-page .cart-collaterals .cart_totals{
  float:none!important;
  width:100%!important;
  padding:20px!important;
  border:1px solid var(--alms-cart-border)!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
  box-shadow:0 12px 35px rgba(7,29,54,.06)!important;
}
body.alms-professional-cart-page .cart_totals h2{margin:0 0 13px!important;color:var(--alms-cart-navy)!important;font-size:21px!important;line-height:1.2!important}
body.alms-professional-cart-page .cart_totals table{margin:0!important;border:0!important;background:transparent!important}
body.alms-professional-cart-page .cart_totals th,
body.alms-professional-cart-page .cart_totals td{padding:11px 8px!important;border-color:#e2e9f0!important;color:var(--alms-cart-text)!important;font-size:12px!important}
body.alms-professional-cart-page .cart_totals tr.order-total th,
body.alms-professional-cart-page .cart_totals tr.order-total td{padding-top:15px!important;color:var(--alms-cart-navy)!important;font-size:16px!important}
body.alms-professional-cart-page .wc-proceed-to-checkout{padding:16px 0 0!important}
body.alms-professional-cart-page .wc-proceed-to-checkout a.checkout-button,
body.alms-professional-cart-page .alms-cart-primary-checkout{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,var(--alms-cart-gold),#ffd768)!important;
  color:#10283f!important;
  font-size:13px!important;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:0 11px 26px rgba(247,183,25,.22)!important;
}

/* Managed-cart assurance rail. */
body.alms-professional-cart-page .alms-cart-assurance{position:sticky!important;top:20px!important;display:grid!important;gap:13px!important}
body.alms-professional-cart-page .alms-cart-assurance>*{border-radius:15px!important;box-shadow:0 10px 28px rgba(7,29,54,.05)!important}
body.alms-professional-cart-page .alms-checkout-assurance-card{padding:20px!important;border:1px solid var(--alms-cart-border)!important;background:#fff!important}
body.alms-professional-cart-page .alms-checkout-assurance-card h2{margin:6px 0 11px!important;color:var(--alms-cart-navy)!important;font-size:20px!important;line-height:1.25!important}
body.alms-professional-cart-page .alms-checkout-assurance-card ul{margin:0!important;padding-left:18px!important;color:#536a80!important;font-size:11px!important;line-height:1.75!important}
body.alms-professional-cart-page .alms-checkout-support-card,
body.alms-professional-cart-page .alms-checkout-return{border:1px solid var(--alms-cart-border)!important;background:#fff!important}

/* Native WooCommerce cart pages, including cart-3 or any page containing the cart shortcode/block. */
body.alms-native-cart-surface .entry-content>.woocommerce,
body.alms-native-cart-surface .elementor-widget-woocommerce-cart .woocommerce,
body.alms-native-cart-surface .wp-block-woocommerce-cart{
  width:min(100% - 32px,1560px)!important;
  max-width:1560px!important;
  margin:26px auto 70px!important;
  box-sizing:border-box!important;
}
body.alms-native-cart-surface .entry-content>.woocommerce{
  display:grid!important;
  grid-template-columns:minmax(0,1.58fr) minmax(330px,.58fr)!important;
  gap:22px!important;
  align-items:start!important;
}
body.alms-native-cart-surface .woocommerce-notices-wrapper,
body.alms-native-cart-surface .alms-native-cart-enterprise,
body.alms-native-cart-surface .alms-native-cart-enterprise__footer,
body.alms-native-cart-surface .woocommerce-message,
body.alms-native-cart-surface .woocommerce-info,
body.alms-native-cart-surface .woocommerce-error{grid-column:1/-1!important}
body.alms-native-cart-surface form.woocommerce-cart-form{
  grid-column:1!important;
  padding:22px!important;
  border:1px solid var(--alms-cart-border)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--alms-cart-shadow)!important;
}
body.alms-native-cart-surface .cart-collaterals{
  grid-column:2!important;
  margin:0!important;
  position:sticky!important;
  top:20px!important;
}

/* Native enterprise top shell. */
body.alms-professional-cart-page .alms-native-cart-enterprise{
  overflow:hidden!important;
  border:1px solid var(--alms-cart-border)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:var(--alms-cart-shadow)!important;
}
body.alms-professional-cart-page .alms-native-cart-enterprise__hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 250px!important;
  gap:24px!important;
  align-items:center!important;
  padding:34px 38px!important;
  background:radial-gradient(circle at 92% 10%,rgba(247,183,25,.2),transparent 28%),linear-gradient(135deg,#061a31,#0b3158 62%,#0b4a79)!important;
}
body.alms-professional-cart-page .alms-native-cart-enterprise__hero>div:first-child>span{display:block!important;margin-bottom:8px!important;color:#ffe08a!important;font-size:10px!important;font-weight:900!important;letter-spacing:.11em!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__hero h1{margin:0!important;color:#fff!important;font-size:clamp(32px,3.7vw,48px)!important;line-height:1.04!important;letter-spacing:-.03em!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__hero p{max-width:760px!important;margin:12px 0 0!important;color:#d7e6f4!important;font-size:14px!important;line-height:1.6!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__account{display:grid!important;gap:4px!important;padding:16px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:13px!important;background:rgba(255,255,255,.09)!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__account small{color:#bcd0e4!important;font-size:10px!important;text-transform:uppercase!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__account strong{color:#fff!important;font-size:17px!important;line-height:1.2!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__account a{margin-top:9px!important;padding:10px 12px!important;border-radius:8px!important;background:var(--alms-cart-gold)!important;color:#10283f!important;font-size:11px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__metrics{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr)) minmax(300px,1.15fr)!important;
  gap:0!important;
  border-top:1px solid #e3ebf2!important;
}
body.alms-professional-cart-page .alms-native-cart-enterprise__metrics article{padding:16px 18px!important;border-right:1px solid #e3ebf2!important;background:#fff!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__metrics article span{display:block!important;color:#73879a!important;font-size:9px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__metrics article strong{display:block!important;margin:5px 0 2px!important;color:var(--alms-cart-navy)!important;font-size:21px!important;line-height:1.15!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__metrics article small{color:#7f90a0!important;font-size:9px!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__metrics nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;padding:13px 16px!important;background:#f8fafc!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__metrics nav a{display:inline-flex!important;align-items:center!important;min-height:36px!important;padding:0 11px!important;border:1px solid #ccd9e4!important;border-radius:8px!important;background:#fff!important;color:#16466f!important;font-size:10px!important;font-weight:850!important;text-decoration:none!important;white-space:nowrap!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__footer{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  padding:14px!important;
  border:1px solid var(--alms-cart-border)!important;
  border-radius:14px!important;
  background:#f8fafc!important;
}
body.alms-professional-cart-page .alms-native-cart-enterprise__footer>div{padding:12px 13px!important;border:1px solid #e1e9f0!important;border-radius:10px!important;background:#fff!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__footer strong{display:block!important;margin-bottom:4px!important;color:var(--alms-cart-navy)!important;font-size:11px!important}
body.alms-professional-cart-page .alms-native-cart-enterprise__footer span{display:block!important;color:#708397!important;font-size:10px!important;line-height:1.5!important}

/* Notices. */
body.alms-professional-cart-page .woocommerce-message,
body.alms-professional-cart-page .woocommerce-info,
body.alms-professional-cart-page .woocommerce-error{
  margin:0 0 14px!important;
  padding:14px 16px 14px 44px!important;
  border:1px solid #d6e3ee!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--alms-cart-text)!important;
  box-shadow:0 8px 22px rgba(7,29,54,.045)!important;
  font-size:12px!important;
}

/* Empty state. */
body.alms-professional-cart-page .alms-commerce-empty,
body.alms-professional-cart-page .cart-empty.woocommerce-info{
  width:min(100% - 32px,980px)!important;
  margin:36px auto 18px!important;
  padding:46px 30px!important;
  border:1px solid var(--alms-cart-border)!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#fff,#f5f9fc)!important;
  box-shadow:var(--alms-cart-shadow)!important;
  text-align:center!important;
}

@media(max-width:1180px){
  body.alms-professional-cart-page .alms-cart-workspace{grid-template-columns:1fr!important}
  body.alms-professional-cart-page .alms-cart-assurance{position:static!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.alms-professional-cart-page .alms-cart-enterprise-overview{grid-template-columns:1fr!important}
  body.alms-native-cart-surface .entry-content>.woocommerce{grid-template-columns:1fr!important}
  body.alms-native-cart-surface form.woocommerce-cart-form,
  body.alms-native-cart-surface .cart-collaterals{grid-column:1!important;position:static!important}
  body.alms-professional-cart-page .alms-native-cart-enterprise__metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.alms-professional-cart-page .alms-native-cart-enterprise__metrics nav{grid-column:1/-1!important;justify-content:flex-start!important;border-top:1px solid #e3ebf2!important}
}

@media(max-width:760px){
  body.alms-professional-cart-page .alms-cart-page.alms-commerce-full-width,
  body.alms-native-cart-surface .entry-content>.woocommerce,
  body.alms-native-cart-surface .elementor-widget-woocommerce-cart .woocommerce,
  body.alms-native-cart-surface .wp-block-woocommerce-cart{width:calc(100% - 18px)!important;margin:10px auto 38px!important}
  body.alms-professional-cart-page .alms-cart-hero{align-items:stretch!important;flex-direction:column!important;padding:24px 20px!important;border-radius:17px!important}
  body.alms-professional-cart-page .alms-checkout-cart-status{min-width:0!important;width:100%!important}
  body.alms-professional-cart-page .alms-cart-enterprise-kpis{grid-template-columns:1fr!important}
  body.alms-professional-cart-page .alms-cart-enterprise-actions{justify-content:stretch!important}
  body.alms-professional-cart-page .alms-cart-enterprise-actions a{flex:1 1 100%!important}
  body.alms-professional-cart-page .alms-cart-contents-card,
  body.alms-native-cart-surface form.woocommerce-cart-form{padding:13px!important;border-radius:14px!important}
  body.alms-professional-cart-page table.shop_table.cart thead{display:none!important}
  body.alms-professional-cart-page table.shop_table.cart,
  body.alms-professional-cart-page table.shop_table.cart tbody,
  body.alms-professional-cart-page table.shop_table.cart tr,
  body.alms-professional-cart-page table.shop_table.cart td{display:block!important;width:100%!important;box-sizing:border-box!important}
  body.alms-professional-cart-page table.shop_table.cart tbody tr.cart_item{position:relative!important;margin-bottom:12px!important;padding:13px!important;border:1px solid #dfe8f0!important;border-radius:13px!important;box-shadow:none!important}
  body.alms-professional-cart-page table.shop_table.cart tbody tr.cart_item td{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:6px 0!important;border:0!important;border-radius:0!important;background:transparent!important}
  body.alms-professional-cart-page td.product-thumbnail{justify-content:center!important;width:100%!important}
  body.alms-professional-cart-page td.product-thumbnail img{width:130px!important;height:130px!important}
  body.alms-professional-cart-page td.product-name{display:block!important;text-align:center!important}
  body.alms-professional-cart-page td.product-remove{position:absolute!important;top:8px!important;right:8px!important;width:auto!important}
  body.alms-professional-cart-page td.product-price:before{content:'Price';color:#718396;font-size:9px;font-weight:900;text-transform:uppercase}
  body.alms-professional-cart-page td.product-quantity:before{content:'Quantity';color:#718396;font-size:9px;font-weight:900;text-transform:uppercase}
  body.alms-professional-cart-page td.product-subtotal:before{content:'Subtotal';color:#718396;font-size:9px;font-weight:900;text-transform:uppercase}
  body.alms-professional-cart-page table.shop_table.cart td.actions .coupon{align-items:stretch!important;flex-direction:column!important}
  body.alms-professional-cart-page .coupon .input-text{width:100%!important}
  body.alms-professional-cart-page .alms-cart-assurance{grid-template-columns:1fr!important}
  body.alms-professional-cart-page .alms-native-cart-enterprise__hero{grid-template-columns:1fr!important;padding:24px 20px!important}
  body.alms-professional-cart-page .alms-native-cart-enterprise__metrics{grid-template-columns:1fr!important}
  body.alms-professional-cart-page .alms-native-cart-enterprise__metrics article{border-right:0!important;border-bottom:1px solid #e3ebf2!important}
  body.alms-professional-cart-page .alms-native-cart-enterprise__metrics nav{grid-column:1!important;align-items:stretch!important;flex-direction:column!important}
  body.alms-professional-cart-page .alms-native-cart-enterprise__metrics nav a{justify-content:center!important}
  body.alms-professional-cart-page .alms-native-cart-enterprise__footer{grid-template-columns:1fr!important}
}

/* WooCommerce Cart block support. */
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart{
  margin:0!important;
  gap:22px!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart__main{
  padding:22px!important;
  border:1px solid var(--alms-cart-border)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--alms-cart-shadow)!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart__sidebar{
  align-self:start!important;
  padding:20px!important;
  border:1px solid var(--alms-cart-border)!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fff,#f8fafc)!important;
  box-shadow:0 12px 35px rgba(7,29,54,.06)!important;
  position:sticky!important;
  top:20px!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart-items{
  border:0!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart-items__row{
  margin:0 0 10px!important;
  border:1px solid #dfe8f0!important;
  border-radius:12px!important;
  background:#fff!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart-item__image img{
  border:1px solid #e0e8ef!important;
  border-radius:10px!important;
  background:#f8fafc!important;
  object-fit:contain!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-components-product-name{
  color:#0b2947!important;
  font-size:14px!important;
  font-weight:850!important;
  line-height:1.4!important;
  text-decoration:none!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-components-product-price,
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-components-totals-item__value{
  color:var(--alms-cart-navy)!important;
  font-weight:850!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-components-quantity-selector{
  border:1px solid #c7d4e0!important;
  border-radius:8px!important;
  background:#fff!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart-item__remove-link{
  color:var(--alms-cart-danger)!important;
  font-size:11px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-components-totals-wrapper{
  padding:12px 0!important;
  border-color:#e2e9f0!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart__submit-container{
  padding-top:14px!important;
}
body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart__submit-button{
  min-height:52px!important;
  border:0!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,var(--alms-cart-gold),#ffd768)!important;
  color:#10283f!important;
  font-size:13px!important;
  font-weight:950!important;
  box-shadow:0 11px 26px rgba(247,183,25,.22)!important;
}
@media(max-width:760px){
  body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart__main,
  body.alms-professional-cart-page .wp-block-woocommerce-cart .wc-block-cart__sidebar{padding:13px!important;border-radius:13px!important;position:static!important}
}
