/*
 * Sagomato Cart Universal UI V2 Pro
 * Solo presentazione. Tutte le regole strutturali richiedono la classe
 * sago-cart-ui-v2-enhanced, aggiunta dal JS soltanto dopo un controllo DOM riuscito.
 */

body.woocommerce-cart.sago-cart-ui-v2-active {
  --sago-cart-ink: #071a35;
  --sago-cart-ink-2: #18314f;
  --sago-cart-blue: #0b4c89;
  --sago-cart-blue-2: #0f5bbb;
  --sago-cart-muted: #64748b;
  --sago-cart-line: #dfe8f2;
  --sago-cart-line-soft: #edf2f7;
  --sago-cart-soft: #f5f8fc;
  --sago-cart-white: #fff;
  --sago-cart-green: #59c800;
  --sago-cart-green-dark: #369500;
  --sago-cart-danger: #cc3f4b;
  --sago-cart-shadow: 0 14px 38px rgba(15, 23, 42, .065);
}

body.woocommerce-cart.sago-cart-ui-v2-active .sago-cart-ui-v2-preview-bar {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 9px 12px !important;
  border: 1px solid #cfe0f3 !important;
  border-radius: 11px !important;
  background: #eef6ff !important;
  color: #17466f !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active .sago-cart-ui-v2-preview-bar strong {
  color: #07396f !important;
  font-weight: 900 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active .sago-cart-ui-v2-preview-bar span {
  padding: 3px 7px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0f5bbb !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active .sago-cart-ui-v2-preview-bar a {
  margin-left: auto !important;
  color: #0b4c89 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* Nessuna regola strutturale prima che il controllo JS sia riuscito. */
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced {
  background: #f4f7fb !important;
  color: var(--sago-cart-ink) !important;
  overflow-x: hidden !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce {
  width: min(1460px, calc(100vw - 48px)) !important;
  max-width: 1460px !important;
  margin: 34px auto 64px !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce.row {
  display: block !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce > .col.large-7,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce > .large-7 {
  float: left !important;
  width: calc(100% - 418px) !important;
  max-width: calc(100% - 418px) !important;
  padding: 0 28px 0 0 !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce-cart-form {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-wrapper {
  width: 100% !important;
  overflow: visible !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-collaterals,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce > .cart-collaterals.large-5 {
  float: right !important;
  width: 390px !important;
  max-width: 390px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: sticky !important;
  top: 24px !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-sidebar,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-sidebar.col-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-v6-head {
  align-items: center !important;
  margin: 0 0 20px !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-v6-head h1 {
  color: var(--sago-cart-ink) !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.04em !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-v6-head p {
  color: var(--sago-cart-muted) !important;
  font-size: 13px !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-v6-back {
  min-height: 44px !important;
  border-radius: 12px !important;
  border-color: #d8e3ef !important;
  background: #fff !important;
  color: var(--sago-cart-blue) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.woocommerce-cart-form__contents {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart > thead {
  display: none !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart > tbody {
  display: grid !important;
  width: 100% !important;
  gap: 16px !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart tr.cart_item {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 38px 164px minmax(270px, 1fr) 112px 108px 126px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-height: 216px !important;
  margin: 0 !important;
  border: 1px solid var(--sago-cart-line) !important;
  outline: 0 !important;
  border-radius: 20px !important;
  background: var(--sago-cart-white) !important;
  box-shadow: var(--sago-cart-shadow) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart tr.cart_item > td {
  display: flex !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--sago-cart-ink) !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-remove {
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 18px 4px 18px 12px !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-remove a.remove {
  display: grid !important;
  place-items: center !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e2eaf2 !important;
  border-radius: 9px !important;
  background: #f8fafc !important;
  color: #8b9db1 !important;
  font-size: 19px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-remove a.remove:hover,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-remove a.remove:focus-visible {
  border-color: #efc3c7 !important;
  background: #fff4f5 !important;
  color: var(--sago-cart-danger) !important;
  outline: 2px solid rgba(204, 63, 75, .18) !important;
  outline-offset: 2px !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-thumbnail {
  align-items: center !important;
  justify-content: center !important;
  padding: 20px 10px !important;
  overflow: visible !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail > a,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail > span,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-ast-cart-preview,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-cart-dxf-svg-thumb-v4,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-cart-dxf-svg-thumb-v3 {
  display: grid !important;
  place-items: center !important;
  width: 144px !important;
  min-width: 144px !important;
  max-width: 144px !important;
  height: 164px !important;
  min-height: 164px !important;
  max-height: 164px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dce6f0 !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #fbfdff 0%, #f2f6fa 100%) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail img,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail svg,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-ast-cart-preview img {
  display: block !important;
  width: 132px !important;
  max-width: 132px !important;
  height: 152px !important;
  max-height: 152px !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  object-fit: contain !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail:empty::before {
  content: "Anteprima prodotto" !important;
  display: grid !important;
  place-items: center !important;
  width: 144px !important;
  height: 164px !important;
  padding: 18px !important;
  border: 1px dashed #c8d6e5 !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  color: #7a8ca0 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-name {
  display: block !important;
  min-width: 0 !important;
  width: auto !important;
  padding: 20px 18px 20px 12px !important;
}

/* Fallback sicuro: il contenuto originale sparisce soltanto nella singola cella già elaborata. */
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-name.sago-cart-ui-v2-ready > :not(.sago-cart-ui-v2-card) {
  display: none !important;
}

/* Sovrascrive in modo esplicito il vecchio V8, che altrimenti nasconderebbe la nuova card. */
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-name.sago-v8-ready.sago-cart-ui-v2-ready > .sago-cart-ui-v2-card,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-name.sago-cart-ui-v2-ready > .sago-cart-ui-v2-card {
  display: flex !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-card {
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sago-cart-ink) !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-header {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px 12px !important;
  width: 100% !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-heading {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-badge {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 25px !important;
  padding: 4px 9px !important;
  border: 1px solid #f2d38a !important;
  border-radius: 8px !important;
  background: #fff1c4 !important;
  color: #8a5100 !important;
  font-size: 9px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-title {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--sago-cart-ink) !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: -.018em !important;
  text-decoration: none !important;
  text-transform: none !important;
  overflow-wrap: anywhere !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced a.sago-cart-ui-v2-title:hover,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced a.sago-cart-ui-v2-title:focus-visible {
  color: var(--sago-cart-blue) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-project {
  flex: 0 1 auto !important;
  max-width: 100% !important;
  padding: 5px 9px !important;
  border: 1px solid #dfe8f2 !important;
  border-radius: 8px !important;
  background: #f7f9fc !important;
  color: #50657c !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
  font-weight: 750 !important;
  overflow-wrap: anywhere !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-highlights {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  width: 100% !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 30px !important;
  max-width: 100% !important;
  padding: 5px 9px !important;
  border: 1px solid #dfe9f2 !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  color: #263b55 !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
  font-weight: 750 !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-chip--measure,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-chip--model {
  border-color: #cee8d2 !important;
  background: #eff9f0 !important;
  color: #236b32 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-chip-label {
  color: #728397 !important;
  font-size: 8px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-chip--measure .sago-cart-ui-v2-chip-label,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-chip--model .sago-cart-ui-v2-chip-label {
  color: #4c8158 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-chip-value {
  min-width: 0 !important;
  color: inherit !important;
  overflow-wrap: anywhere !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-delivery {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  width: fit-content !important;
  max-width: 100% !important;
  color: #35516e !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-delivery-icon {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  border-radius: 7px !important;
  background: #edf5ff !important;
  color: var(--sago-cart-blue-2) !important;
  font-size: 10px !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-delivery-label {
  color: #6c7e91 !important;
  font-weight: 750 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-delivery-value {
  color: #173652 !important;
  font-weight: 850 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-standard {
  margin: 0 !important;
  color: var(--sago-cart-muted) !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-weight: 650 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced details.sago-cart-ui-v2-details {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #dae6f2 !important;
  border-radius: 12px !important;
  background: #fbfcfe !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced details.sago-cart-ui-v2-details > summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 44px !important;
  padding: 9px 12px !important;
  color: #204a76 !important;
  background: #f7faff !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  list-style: none !important;
  user-select: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced details.sago-cart-ui-v2-details > summary::-webkit-details-marker {
  display: none !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced details.sago-cart-ui-v2-details > summary::after {
  content: "›" !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 24px !important;
  height: 24px !important;
  margin-left: auto !important;
  border-radius: 7px !important;
  color: #0b4c89 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  transform: rotate(90deg) !important;
  transition: transform .16s ease !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced details.sago-cart-ui-v2-details[open] > summary::after {
  transform: rotate(-90deg) !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-summary-count {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 23px !important;
  height: 23px !important;
  margin-left: auto !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  background: #e7f1fc !important;
  color: var(--sago-cart-blue) !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-detail-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 5px 12px 11px !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-detail {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 9px 0 !important;
  border-bottom: 1px solid var(--sago-cart-line-soft) !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-detail-label,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-detail-value {
  display: block !important;
  margin: 0 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-detail-label {
  margin-bottom: 3px !important;
  color: #718398 !important;
  font-size: 8px !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-detail-value {
  color: #18314f !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  overflow-wrap: anywhere !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-price,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-subtotal {
  position: relative !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-align: center !important;
  border-left: 1px solid var(--sago-cart-line-soft) !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-price::before,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity::before,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-subtotal::before {
  display: block !important;
  color: #77899d !important;
  font-size: 8px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-price::before { content: "Prezzo unitario" !important; }
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity::before { content: "Quantità" !important; }
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-subtotal::before { content: "Subtotale" !important; }

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-price,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-price *,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-subtotal,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-subtotal * {
  color: var(--sago-cart-ink) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity .quantity,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity strong {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 72px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #d8e5f1 !important;
  border-radius: 10px !important;
  background: #f5f9fe !important;
  color: var(--sago-cart-blue) !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity input.qty {
  width: 64px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 7px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--sago-cart-blue) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-align: center !important;
  box-shadow: none !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity strong {
  padding: 0 11px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart tr:not(.cart_item) {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart tr:not(.cart_item) > td.actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 2px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart td.actions .button,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .continue-shopping a,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced a.button-continue-shopping {
  min-height: 44px !important;
  padding: 0 16px !important;
  border: 1px solid #d8e4ef !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: var(--sago-cart-blue) !important;
  font-size: 11px !important;
  line-height: 42px !important;
  font-weight: 850 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .ux-cart-coupon,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-sidebar > .coupon {
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 20px !important;
  border: 1px solid var(--sago-cart-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: var(--sago-cart-shadow) !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals h2,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-sidebar .widget-title {
  margin: 0 0 14px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--sago-cart-line-soft) !important;
  color: var(--sago-cart-ink) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  letter-spacing: -.01em !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals table.shop_table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals table.shop_table tr {
  border: 0 !important;
  border-bottom: 1px solid var(--sago-cart-line-soft) !important;
  background: transparent !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals table.shop_table tr:last-child {
  border-bottom: 0 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals table.shop_table th,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals table.shop_table td {
  padding: 12px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #354b63 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  vertical-align: top !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals table.shop_table th {
  width: 43% !important;
  font-weight: 750 !important;
  text-align: left !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals table.shop_table td {
  color: var(--sago-cart-ink) !important;
  font-weight: 850 !important;
  text-align: right !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals tr.order-total {
  margin-top: 6px !important;
  background: #f3fae9 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals tr.order-total th,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals tr.order-total td {
  padding: 14px 8px !important;
  color: #245c0b !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .wc-proceed-to-checkout {
  margin: 16px 0 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .checkout-button.button.alt {
  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: 12px !important;
  background: linear-gradient(180deg, #69d600 0%, #51bd00 100%) !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  text-shadow: none !important;
  box-shadow: 0 10px 24px rgba(81, 189, 0, .2) !important;
  transition: transform .16s ease, box-shadow .16s ease !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .wc-proceed-to-checkout .checkout-button:focus-visible {
  background: linear-gradient(180deg, #70dd00 0%, #47ad00 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 13px 26px rgba(81, 189, 0, .25) !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .ux-cart-coupon input.input-text,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .coupon input.input-text {
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 0 8px !important;
  padding: 0 12px !important;
  border: 1px solid #d9e4ef !important;
  border-radius: 10px !important;
  background: #f9fbfd !important;
  color: var(--sago-cart-ink) !important;
  font-size: 11px !important;
  box-shadow: none !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .ux-cart-coupon button,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .coupon button[name="apply_coupon"] {
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--sago-cart-blue) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce-message,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce-info,
body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce-error {
  margin: 0 0 16px !important;
  padding: 13px 16px !important;
  border: 1px solid #d9e6f2 !important;
  border-left: 4px solid #2d8b57 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #18314f !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-weight: 750 !important;
  box-shadow: none !important;
}

body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced :focus-visible {
  outline: 2px solid rgba(15, 91, 187, .38) !important;
  outline-offset: 2px !important;
}

@media (max-width: 1220px) {
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce {
    width: min(1120px, calc(100vw - 28px)) !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce > .col.large-7,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce > .large-7,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-collaterals,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce > .cart-collaterals.large-5 {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    position: static !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-collaterals {
    margin-top: 24px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-sidebar {
    display: grid !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr) !important;
    align-items: start !important;
    gap: 16px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-sidebar > * {
    min-width: 0 !important;
  }
}

@media (max-width: 980px) {
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart tr.cart_item {
    grid-template-columns: 36px 138px minmax(230px, 1fr) 102px 100px 116px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail > a,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail > span,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-ast-cart-preview,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-cart-dxf-svg-thumb-v4,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-cart-dxf-svg-thumb-v3 {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    height: 140px !important;
    min-height: 140px !important;
    max-height: 140px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail img,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail svg {
    width: 110px !important;
    max-width: 110px !important;
    height: 130px !important;
    max-height: 130px !important;
  }
}

@media (max-width: 849px) {
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce {
    width: calc(100vw - 20px) !important;
    margin-top: 18px !important;
    margin-bottom: 34px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active .sago-cart-ui-v2-preview-bar {
    flex-wrap: wrap !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active .sago-cart-ui-v2-preview-bar a {
    margin-left: 0 !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-v6-head {
    align-items: flex-start !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-v6-head h1 {
    font-size: 30px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart > tbody {
    gap: 13px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart tr.cart_item {
    grid-template-columns: 34px 108px minmax(0, 1fr) !important;
    min-height: 0 !important;
    border-radius: 17px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-remove {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding: 14px 2px 10px 9px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-thumbnail {
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding: 14px 7px 12px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-name {
    grid-column: 3 !important;
    grid-row: 1 !important;
    padding: 14px 12px 12px 8px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-price,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-subtotal {
    grid-row: 2 !important;
    min-height: 76px !important;
    padding: 11px 8px !important;
    border-top: 1px solid var(--sago-cart-line-soft) !important;
    border-left: 0 !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-price {
    grid-column: 1 / 2 !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity {
    grid-column: 2 / 3 !important;
    border-left: 1px solid var(--sago-cart-line-soft) !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-subtotal {
    grid-column: 3 / 4 !important;
    border-left: 1px solid var(--sago-cart-line-soft) !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail > a,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail > span,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-ast-cart-preview,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-cart-dxf-svg-thumb-v4,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-cart-dxf-svg-thumb-v3 {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail img,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail svg {
    width: 88px !important;
    max-width: 88px !important;
    height: 104px !important;
    max-height: 104px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-header {
    display: block !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-project {
    display: inline-block !important;
    margin-top: 7px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-title {
    font-size: 16px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-highlights {
    gap: 6px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-chip {
    min-height: 28px !important;
    padding: 4px 8px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-detail-grid {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-sidebar {
    display: block !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .ux-cart-coupon,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-sidebar > .coupon {
    padding: 17px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 560px) {
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce {
    width: calc(100vw - 14px) !important;
    margin-top: 12px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-v6-head {
    display: block !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-v6-back {
    margin-top: 13px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart tr.cart_item {
    grid-template-columns: 30px 86px minmax(0, 1fr) !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail > a,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail > span,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-ast-cart-preview,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-cart-dxf-svg-thumb-v4,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail .sago-cart-dxf-svg-thumb-v3 {
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    height: 94px !important;
    min-height: 94px !important;
    max-height: 94px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail img,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced td.product-thumbnail svg {
    width: 72px !important;
    max-width: 72px !important;
    height: 88px !important;
    max-height: 88px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-name {
    padding-right: 9px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-heading {
    align-items: flex-start !important;
    gap: 6px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-title {
    font-size: 14px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-badge {
    min-height: 22px !important;
    padding: 3px 6px !important;
    font-size: 8px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-highlights {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-chip {
    width: 100% !important;
    border-radius: 8px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-delivery {
    display: grid !important;
    grid-template-columns: 22px 1fr !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-delivery-value {
    grid-column: 2 !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-price,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-subtotal,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-price *,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-subtotal * {
    font-size: 11px !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-price::before,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-quantity::before,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced tr.cart_item td.product-subtotal::before {
    font-size: 7px !important;
    letter-spacing: .03em !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart tr:not(.cart_item) > td.actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart td.actions .button,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .continue-shopping a,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced a.button-continue-shopping {
    width: 100% !important;
    text-align: center !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced *,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced *::before,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .sago-cart-ui-v2-preview-bar,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .product-remove,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .wc-proceed-to-checkout,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .ux-cart-coupon {
    display: none !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .woocommerce > .col.large-7,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart-collaterals {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
  }

  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced table.shop_table.cart tr.cart_item,
  body.woocommerce-cart.sago-cart-ui-v2-active.sago-cart-ui-v2-enhanced .cart_totals {
    box-shadow: none !important;
    break-inside: avoid !important;
  }
}
