/* WildDragon cart refresh: scoped drawer and cart page fixes. */
:root {
  --wd-cart-ink: #17141f;
  --wd-cart-muted: #6f6a78;
  --wd-cart-line: #ece8f2;
  --wd-cart-soft: #f8f6fb;
  --wd-cart-panel: rgba(255, 255, 255, 0.96);
  --wd-cart-accent: #7c3aed;
  --wd-cart-accent-dark: #5b21b6;
  --wd-cart-danger: #e11d48;
  --wd-cart-radius: 8px;
}

body #contlo_whatsapp_widget.whatsapp-float-btn {
  z-index: 120 !important;
}

body.canvas-on #contlo_whatsapp_widget.whatsapp-float-btn,
body.m-ovhd #contlo_whatsapp_widget.whatsapp-float-btn,
body.ovhd #contlo_whatsapp_widget.whatsapp-float-btn {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(100%) scale(0.92) !important;
}

#cart-sidebar.nasa-static-sidebar {
  width: min(440px, 100vw) !important;
  max-width: 100vw !important;
  height: 100dvh;
  color: var(--wd-cart-ink);
  background: linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  box-shadow: -24px 0 70px rgba(28, 20, 43, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  overflow: hidden;
  position: fixed !important;
  z-index: 2147482800 !important;
}

body.nasa-minicart-active .black-window.desk-window,
html.nasa-minicart-shown body .black-window.desk-window {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147482400 !important;
}

#cart-sidebar,
#cart-sidebar * {
  letter-spacing: 0 !important;
}

#cart-sidebar .cart-close.nasa-sidebar-close {
  position: sticky;
  top: 0;
  z-index: 12;
  display: grid !important;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  min-height: 76px;
  padding: 12px 18px !important;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--wd-cart-line);
  box-shadow: 0 10px 30px rgba(31, 21, 48, 0.05);
  backdrop-filter: blur(16px);
}

#cart-sidebar .cart-close.nasa-sidebar-close a {
  grid-column: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  height: 42px !important;
  color: var(--wd-cart-ink) !important;
  background: #fff;
  border: 1px solid var(--wd-cart-line) !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 20px rgba(31, 21, 48, 0.08);
  transform: none !important;
}

#cart-sidebar .cart-close.nasa-sidebar-close a:hover {
  color: #fff !important;
  background: var(--wd-cart-accent) !important;
  border-color: var(--wd-cart-accent) !important;
}

#cart-sidebar .nasa-tit-mycart {
  grid-column: 2;
  color: var(--wd-cart-ink) !important;
  font-family: inherit !important;
  font-size: clamp(22px, 4vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  text-align: center;
}

#cart-sidebar .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 76px);
  min-height: 0;
}

#cart-sidebar .nasa-minicart-items {
  flex: 1 1 auto;
  min-height: 0;
  padding: 18px 18px 12px !important;
  overflow-y: auto;
  overflow-x: hidden;
}

#cart-sidebar .woocommerce-mini-cart.cart_list {
  display: grid;
  gap: 12px;
  padding: 0 !important;
}

#cart-sidebar .mini-cart-item {
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: start !important;
  padding: 14px !important;
  background: var(--wd-cart-panel);
  border: 1px solid var(--wd-cart-line) !important;
  border-radius: var(--wd-cart-radius);
  box-shadow: 0 14px 34px rgba(31, 21, 48, 0.08);
}

#cart-sidebar .mini-cart-item:first-child {
  padding-top: 14px !important;
}

#cart-sidebar .nasa-image-cart-item {
  width: 86px !important;
  min-width: 86px !important;
}

#cart-sidebar .nasa-image-cart-item img {
  width: 86px !important;
  height: 104px !important;
  object-fit: cover;
  border: 1px solid var(--wd-cart-line) !important;
  border-radius: var(--wd-cart-radius);
  background: var(--wd-cart-soft);
}

#cart-sidebar .nasa-info-cart-item {
  min-width: 0;
  padding: 0 !important;
}

#cart-sidebar .mini-cart-info {
  display: grid !important;
  gap: 9px !important;
}

#cart-sidebar .mini-cart-info > .nasa-flex.jbw {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 10px;
  align-items: start !important;
}

#cart-sidebar .mini-cart-info .product-name {
  display: -webkit-box !important;
  overflow: hidden;
  color: var(--wd-cart-ink) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.28 !important;
  text-decoration: none !important;
  word-break: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#cart-sidebar .variation {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 !important;
  color: var(--wd-cart-muted) !important;
  font-size: 12px !important;
  line-height: 1.3;
}

#cart-sidebar .variation dt,
#cart-sidebar .variation dd,
#cart-sidebar .variation p {
  margin: 0 !important;
}

#cart-sidebar .product-remove {
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

#cart-sidebar .product-remove a.remove {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  background: #fff !important;
  border: 1px solid rgba(124, 58, 237, 0.26) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  color: var(--wd-cart-accent) !important;
}

#cart-sidebar .product-remove a.remove::before,
#cart-sidebar .product-remove a.remove::after {
  content: "" !important;
  position: absolute;
  top: 16px !important;
  left: 9px !important;
  width: 15px !important;
  height: 2px !important;
  border: 0 !important;
  border-radius: 2px;
  background: currentColor !important;
}

#cart-sidebar .product-remove a.remove::before {
  transform: rotate(45deg) !important;
}

#cart-sidebar .product-remove a.remove::after {
  transform: rotate(-45deg) !important;
}

#cart-sidebar .mini-cart-item-price {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
  color: var(--wd-cart-muted);
  font-size: 13px !important;
}

#cart-sidebar .quantity-wrap {
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

#cart-sidebar .quantity-wrap .quantity {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  min-width: 106px;
  height: 38px;
  padding: 3px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wd-cart-line);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

#cart-sidebar .quantity-wrap .quantity .minus,
#cart-sidebar .quantity-wrap .quantity .plus {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px !important;
  height: 32px !important;
  color: var(--wd-cart-ink) !important;
  background: var(--wd-cart-soft) !important;
  border: 0 !important;
  border-radius: 50% !important;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
}

#cart-sidebar .quantity-wrap .quantity .minus {
  order: 1;
}

#cart-sidebar .quantity-wrap .quantity .input-text.qty {
  order: 2;
  flex: 0 0 34px;
  width: 34px !important;
  height: 32px !important;
  padding: 0 !important;
  color: var(--wd-cart-ink) !important;
  background: transparent !important;
  border: 0 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 32px !important;
  text-align: center !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

#cart-sidebar .quantity-wrap .quantity .input-text.qty::-webkit-outer-spin-button,
#cart-sidebar .quantity-wrap .quantity .input-text.qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

#cart-sidebar .quantity-wrap .quantity .plus {
  order: 3;
  color: #fff !important;
  background: var(--wd-cart-accent) !important;
}

#cart-sidebar .quantity-wrap .quantity svg {
  width: 14px !important;
  height: 14px !important;
}

#cart-sidebar .cart_list_product_quantity {
  color: var(--wd-cart-muted) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  white-space: nowrap;
}

#cart-sidebar .mini-cart-item-subtotal {
  margin-left: auto !important;
  color: var(--wd-cart-accent-dark) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  white-space: nowrap;
}

#cart-sidebar .woocommerce-Price-currencySymbol {
  color: var(--wd-cart-danger) !important;
}

#cart-sidebar .nasa-minicart-footer {
  position: relative;
  z-index: auto !important;
  flex: 0 0 auto;
  padding: 14px 18px calc(16px + env(safe-area-inset-bottom)) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-top: 1px solid var(--wd-cart-line) !important;
  border-radius: 0 !important;
  box-shadow: 0 -18px 45px rgba(31, 21, 48, 0.08) !important;
  backdrop-filter: blur(18px);
}

#cart-sidebar.nasa-static-sidebar.ext-loading::before {
  display: none !important;
}

#cart-sidebar.nasa-static-sidebar.wd-ext-panel-open::before,
.nasa-static-sidebar.wd-ext-panel-open::before,
.ns-cart-popup.wd-ext-panel-open::before {
  display: none !important;
}

#cart-sidebar.nasa-static-sidebar .close-nodes,
.nasa-static-sidebar > .close-nodes,
.ns-cart-popup > .close-nodes {
  z-index: 10 !important;
  background: transparent !important;
  pointer-events: none !important;
}

#cart-sidebar.nasa-static-sidebar:not(.ext-loading):not(.wd-ext-panel-open) > .close-nodes {
  display: none !important;
  pointer-events: none !important;
}

#cart-sidebar .ext-nodes-wrap {
  position: static !important;
  z-index: 30 !important;
}

.nasa-static-sidebar.wd-ext-panel-open .ext-nodes-wrap,
.ns-cart-popup.wd-ext-panel-open .ext-nodes-wrap {
  position: static !important;
  z-index: 30 !important;
}

#cart-sidebar .ext-mini-cart-wrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 0 12px !important;
}

#cart-sidebar .ext-mini-cart-wrap .nssp {
  display: none !important;
}

#cart-sidebar .ext-mini-cart-wrap a.ext-mini-cart {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0 !important;
  min-height: 68px;
  margin: 0 !important;
  padding: 10px 6px !important;
  color: var(--wd-cart-ink) !important;
  background: #fff !important;
  border: 1px solid var(--wd-cart-line) !important;
  border-radius: var(--wd-cart-radius) !important;
  box-shadow: 0 8px 20px rgba(31, 21, 48, 0.06) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
  text-align: center;
}

#cart-sidebar .ext-mini-cart-wrap a.ext-mini-cart:hover,
#cart-sidebar .ext-mini-cart-wrap a.ext-mini-cart.active {
  color: var(--wd-cart-accent-dark) !important;
  border-color: rgba(124, 58, 237, 0.34) !important;
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.12) !important;
  transform: translateY(-1px);
}

#cart-sidebar .ext-mini-cart-wrap a.ext-mini-cart svg {
  width: 20px !important;
  height: 20px !important;
  margin: 0 0 6px !important;
  color: currentColor !important;
  fill: currentColor !important;
}

#cart-sidebar .minicart_total_checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: start;
}

#cart-sidebar .ext-item-wrap,
#cart-sidebar .total-cart-wrap {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between !important;
  gap: 16px;
  width: 100%;
  margin: 0 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  color: var(--wd-cart-ink);
}

#cart-sidebar .minicart_total_checkout > .total-price-label {
  grid-column: 1;
}

#cart-sidebar .minicart_total_checkout > .total-price {
  grid-column: 2;
}

#cart-sidebar .ext-item-wrap,
#cart-sidebar .total-cart-wrap {
  grid-column: 1 / -1;
}

#cart-sidebar .total-price-label,
#cart-sidebar .ext-item-label,
#cart-sidebar .total-price-label2 {
  float: none !important;
  color: var(--wd-cart-muted) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25;
}

#cart-sidebar .total-price,
#cart-sidebar .ext-item-content,
#cart-sidebar .total-price-2 {
  float: none !important;
  margin-left: auto;
  color: var(--wd-cart-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25;
  text-align: right;
}

#cart-sidebar .shipping-content.ext-item-content {
  white-space: normal;
}

#cart-sidebar .total-cart-wrap {
  margin-top: 4px !important;
  padding-top: 13px !important;
  border-top: 1px solid var(--wd-cart-line) !important;
}

#cart-sidebar .total-cart-wrap .total-price-label2,
#cart-sidebar .total-cart-wrap .total-price-2 {
  color: var(--wd-cart-ink) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
}

#cart-sidebar .woocommerce-mini-cart__buttons.buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 12px 0 0 !important;
}

#cart-sidebar .woocommerce-mini-cart__buttons .button,
#cart-sidebar .woocommerce-mini-cart__buttons .checkout {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 14px !important;
  border: 1px solid var(--wd-cart-line) !important;
  border-radius: var(--wd-cart-radius) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

#cart-sidebar .woocommerce-mini-cart__buttons .checkout {
  color: #fff !important;
  background: var(--wd-cart-accent) !important;
  border-color: var(--wd-cart-accent) !important;
}

#cart-sidebar .woocommerce-mini-cart__buttons .button:not(.checkout) {
  color: var(--wd-cart-ink) !important;
  background: #fff !important;
}

#cart-sidebar .ext-nodes-wrap .ext-node {
  position: absolute !important;
  z-index: 30 !important;
  left: 10px !important;
  right: 10px !important;
  bottom: calc(10px + env(safe-area-inset-bottom)) !important;
  max-height: min(72dvh, 620px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 24px 18px 18px !important;
  background: #fff !important;
  border: 1px solid var(--wd-cart-line);
  border-radius: 18px !important;
  box-shadow: 0 24px 70px rgba(31, 21, 48, 0.22) !important;
  filter: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(calc(100% + 28px)) !important;
  visibility: hidden !important;
}

#cart-sidebar.ext-loading .ext-nodes-wrap .ext-node.active,
#cart-sidebar.wd-ext-panel-open .ext-nodes-wrap .ext-node.active,
.nasa-static-sidebar.wd-ext-panel-open .ext-nodes-wrap .ext-node.active,
.ns-cart-popup.wd-ext-panel-open .ext-nodes-wrap .ext-node.active,
.wd-ext-panel-open .ext-nodes-wrap .ext-node.active {
  z-index: 40 !important;
  filter: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

#cart-sidebar .ext-nodes-wrap .ext-node.active,
#cart-sidebar .ext-nodes-wrap .ext-node.active *,
.nasa-static-sidebar .ext-nodes-wrap .ext-node.active,
.nasa-static-sidebar .ext-nodes-wrap .ext-node.active *,
.ns-cart-popup .ext-nodes-wrap .ext-node.active,
.ns-cart-popup .ext-nodes-wrap .ext-node.active * {
  pointer-events: auto !important;
}

#cart-sidebar .ext-nodes-wrap .ext-node.active input:not([type="hidden"]),
#cart-sidebar .ext-nodes-wrap .ext-node.active textarea,
#cart-sidebar .ext-nodes-wrap .ext-node.active select,
.nasa-static-sidebar .ext-nodes-wrap .ext-node.active input:not([type="hidden"]),
.nasa-static-sidebar .ext-nodes-wrap .ext-node.active textarea,
.nasa-static-sidebar .ext-nodes-wrap .ext-node.active select,
.ns-cart-popup .ext-nodes-wrap .ext-node.active input:not([type="hidden"]),
.ns-cart-popup .ext-nodes-wrap .ext-node.active textarea,
.ns-cart-popup .ext-nodes-wrap .ext-node.active select {
  position: relative;
  z-index: 3;
  caret-color: var(--wd-cart-accent);
  -webkit-user-select: text !important;
  user-select: text !important;
  touch-action: auto !important;
}

#cart-sidebar .ext-nodes-wrap .ext-node .nasa-stclose {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--wd-cart-ink) !important;
  background: var(--wd-cart-soft) !important;
  border: 1px solid var(--wd-cart-line) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: -9999px !important;
  z-index: 12 !important;
}

#cart-sidebar .ext-nodes-wrap .ext-node .nasa-stclose::before,
#cart-sidebar .ext-nodes-wrap .ext-node .nasa-stclose::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 16px !important;
  height: 2px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: currentColor !important;
  transform-origin: center !important;
}

#cart-sidebar .ext-nodes-wrap .ext-node .nasa-stclose::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

#cart-sidebar .ext-nodes-wrap .ext-node .nasa-stclose::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

#cart-sidebar .ext-nodes-wrap .ext-node .nasa-stclose:hover {
  color: #fff !important;
  background: var(--wd-cart-accent) !important;
  border-color: var(--wd-cart-accent) !important;
}

#cart-sidebar .ext-nodes-wrap .node-title {
  color: var(--wd-cart-ink) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

#cart-sidebar #mini-cart-add-coupon_code,
#cart-sidebar .ext-nodes-wrap input[type="text"],
#cart-sidebar .ext-nodes-wrap select,
#cart-sidebar .ext-nodes-wrap textarea,
.nasa-static-sidebar #mini-cart-add-coupon_code,
.nasa-static-sidebar .ext-nodes-wrap input[type="text"],
.nasa-static-sidebar .ext-nodes-wrap select,
.nasa-static-sidebar .ext-nodes-wrap textarea,
.ns-cart-popup #mini-cart-add-coupon_code,
.ns-cart-popup .ext-nodes-wrap input[type="text"],
.ns-cart-popup .ext-nodes-wrap select,
.ns-cart-popup .ext-nodes-wrap textarea {
  width: 100% !important;
  min-height: 48px;
  padding: 0 14px !important;
  color: var(--wd-cart-ink) !important;
  background: var(--wd-cart-soft) !important;
  border: 1px solid var(--wd-cart-line) !important;
  border-radius: var(--wd-cart-radius) !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
}

#cart-sidebar .ext-nodes-wrap textarea,
.nasa-static-sidebar .ext-nodes-wrap textarea,
.ns-cart-popup .ext-nodes-wrap textarea {
  min-height: 96px !important;
  height: auto !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  white-space: normal !important;
  text-transform: none !important;
  resize: vertical !important;
}

#cart-sidebar #mini-cart-apply_coupon,
#cart-sidebar #mini-cart-save_note,
#cart-sidebar .ext-nodes-wrap .button[name="calc_shipping"] {
  min-height: 50px;
  color: #fff !important;
  background: var(--wd-cart-accent) !important;
  border: 0 !important;
  border-radius: var(--wd-cart-radius) !important;
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.22) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

#cart-sidebar .coupon-btns {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(118px, 0.38fr);
  gap: 10px;
  align-items: stretch;
}

#cart-sidebar .coupon-btns #mini-cart-apply_coupon {
  margin-top: 0 !important;
}

#cart-sidebar .nasa-loading,
#cart-sidebar.nasa-loading {
  pointer-events: none;
}

#cart-sidebar .mini-cart-item.nasa-loading {
  opacity: 0.55;
}

body.woocommerce-cart {
  --wd-cart-page-max: 1180px;
}

body.woocommerce-cart main#main-content .row,
body.woocommerce-cart #main-content .row {
  max-width: var(--wd-cart-page-max);
  margin-right: auto;
  margin-left: auto;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.woocommerce-cart .wd-cart-table {
  display: table !important;
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 12px !important;
}

body.woocommerce-cart .wd-cart-table thead th {
  padding: 0 14px 8px !important;
  color: var(--wd-cart-muted) !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

body.woocommerce-cart .wd-cart-table .cart_item td {
  padding: 14px !important;
  vertical-align: middle !important;
  background: #fff;
  border-top: 1px solid var(--wd-cart-line) !important;
  border-bottom: 1px solid var(--wd-cart-line) !important;
}

body.woocommerce-cart .wd-cart-table .cart_item td:first-child {
  border-left: 1px solid var(--wd-cart-line) !important;
  border-radius: var(--wd-cart-radius) 0 0 var(--wd-cart-radius);
}

body.woocommerce-cart .wd-cart-table .cart_item td:last-child {
  border-right: 1px solid var(--wd-cart-line) !important;
  border-radius: 0 var(--wd-cart-radius) var(--wd-cart-radius) 0;
}

body.woocommerce-cart .wd-cart-table .product-thumbnail img {
  width: 82px !important;
  height: 100px !important;
  object-fit: cover;
  border-radius: var(--wd-cart-radius);
}

body.woocommerce-cart .wd-cart-table .wd-cart-item-title,
body.woocommerce-cart .wd-cart-table .wd-cart-item-title a {
  color: var(--wd-cart-ink) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.woocommerce-cart .wd-cart-table .quantity {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  min-width: 116px;
  height: 40px;
  padding: 3px;
  background: #fff;
  border: 1px solid var(--wd-cart-line);
  border-radius: 999px;
}

body.woocommerce-cart .wd-cart-table .quantity .minus,
body.woocommerce-cart .wd-cart-table .quantity .plus {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px !important;
  height: 34px !important;
  background: var(--wd-cart-soft) !important;
  border: 0 !important;
  border-radius: 50% !important;
}

body.woocommerce-cart .wd-cart-table .quantity .minus {
  order: 1;
}

body.woocommerce-cart .wd-cart-table .quantity .qty {
  order: 2;
  width: 38px !important;
  height: 34px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

body.woocommerce-cart .wd-cart-table .quantity .plus {
  order: 3;
  color: #fff !important;
  background: var(--wd-cart-accent) !important;
}

body.woocommerce-cart .cart_totals {
  padding: 20px !important;
  background: #fff;
  border: 1px solid var(--wd-cart-line) !important;
  border-radius: var(--wd-cart-radius) !important;
  box-shadow: 0 16px 40px rgba(31, 21, 48, 0.08) !important;
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 14px !important;
  color: var(--wd-cart-ink) !important;
  border-bottom: 1px solid var(--wd-cart-line) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table,
body.woocommerce-cart .cart_totals tbody {
  display: block !important;
  width: 100% !important;
}

body.woocommerce-cart .cart_totals tr {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  width: 100%;
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--wd-cart-line) !important;
}

body.woocommerce-cart .cart_totals tr:last-child {
  border-bottom: 0 !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  display: block !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 1.35 !important;
}

body.woocommerce-cart .cart_totals th {
  color: var(--wd-cart-muted) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  text-align: left !important;
}

body.woocommerce-cart .cart_totals td {
  color: var(--wd-cart-ink) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-align: right !important;
  white-space: nowrap;
}

body.woocommerce-cart .cart_totals tr.shipping {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

body.woocommerce-cart .cart_totals tr.shipping td {
  white-space: normal;
}

body.woocommerce-cart .cart_totals .wd-cart-shipping-summary,
body.woocommerce-cart .cart_totals .wd-cart-shipping-summary__methods,
body.woocommerce-cart .cart_totals .wd-cart-shipping-summary__meta {
  justify-items: end !important;
  gap: 5px !important;
}

body.woocommerce-cart .cart_totals .wd-cart-shipping-summary * {
  text-align: right !important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  color: var(--wd-cart-ink) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  min-height: 50px;
  border: 0 !important;
  border-radius: var(--wd-cart-radius) !important;
  background: var(--wd-cart-accent) !important;
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.22) !important;
  text-transform: none !important;
}

@media (max-width: 767px) {
  #cart-sidebar.nasa-static-sidebar {
    width: 100vw !important;
  }

  #cart-sidebar .cart-close.nasa-sidebar-close {
    min-height: 66px;
    padding: 10px 14px !important;
  }

  #cart-sidebar .widget_shopping_cart_content {
    height: calc(100dvh - 66px);
  }

  #cart-sidebar .nasa-minicart-items {
    padding: 14px 14px 10px !important;
  }

  #cart-sidebar .mini-cart-item {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 12px !important;
  }

  #cart-sidebar .nasa-image-cart-item,
  #cart-sidebar .nasa-image-cart-item img {
    width: 76px !important;
    min-width: 76px !important;
  }

  #cart-sidebar .nasa-image-cart-item img {
    height: 94px !important;
  }

  #cart-sidebar .woocommerce-mini-cart__buttons.buttons {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }

  #cart-sidebar .woocommerce-mini-cart__buttons .button,
  #cart-sidebar .woocommerce-mini-cart__buttons .checkout {
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
  }

  body.woocommerce-cart .wd-cart-table {
    display: block !important;
    border-spacing: 0 !important;
  }

  body.woocommerce-cart .wd-cart-table thead {
    display: none !important;
  }

  body.woocommerce-cart .wd-cart-table tbody,
  body.woocommerce-cart .wd-cart-table tr,
  body.woocommerce-cart .wd-cart-table td {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-cart .wd-cart-table .cart_item {
    display: grid !important;
    grid-template-columns: 54px 82px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--wd-cart-line);
    border-radius: var(--wd-cart-radius);
  }

  body.woocommerce-cart .wd-cart-table .cart_item td {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.woocommerce-cart .wd-cart-table .product-thumbnail img {
    width: 82px !important;
    height: 100px !important;
  }

  body.woocommerce-cart .wd-cart-table .product-name {
    grid-column: 3;
  }

  body.woocommerce-cart .wd-cart-table .product-quantity,
  body.woocommerce-cart .wd-cart-table .product-subtotal {
    grid-column: 2 / 4;
    padding-left: 64px !important;
  }

  body.woocommerce-cart .cart_totals tr,
  body.woocommerce-cart .cart_totals tr.shipping {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.woocommerce-cart .cart_totals .wd-cart-shipping-summary,
  body.woocommerce-cart .cart_totals .wd-cart-shipping-summary__methods,
  body.woocommerce-cart .cart_totals .wd-cart-shipping-summary__meta {
    justify-items: end !important;
  }
}

@media (max-width: 390px) {
  #cart-sidebar .mini-cart-item {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  #cart-sidebar .nasa-image-cart-item,
  #cart-sidebar .nasa-image-cart-item img {
    width: 68px !important;
    min-width: 68px !important;
  }

  #cart-sidebar .nasa-image-cart-item img {
    height: 86px !important;
  }

  #cart-sidebar .quantity-wrap .quantity {
    min-width: 98px;
  }
}

/* Cart page 2026 redesign. Kept after the drawer rules so it wins cleanly. */
body.woocommerce-cart {
  --wd-cart-page-max: 1280px;
  --wd-cart-page-bg: #eef0f8;
  --wd-cart-page-card: #fff;
  --wd-cart-page-soft: #f8f6fb;
  --wd-cart-page-line: #e6dfef;
  --wd-cart-page-shadow: 0 18px 44px rgba(31, 21, 48, 0.1);
  --wd-cart-page-radius: 24px;
  --wd-cart-page-radius-sm: 16px;
  color: #17141f !important;
  background: var(--wd-cart-page-bg) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  overflow-x: hidden !important;
}

body.woocommerce-cart #wrapper,
body.woocommerce-cart #main-content,
body.woocommerce-cart #main-content > .woocommerce {
  background: var(--wd-cart-page-bg) !important;
}

body.woocommerce-cart #main-content > .woocommerce {
  padding: clamp(16px, 2.2vw, 30px) clamp(10px, 2.6vw, 24px) 54px !important;
}

body.woocommerce-cart #main-content > .woocommerce::before {
  content: "My Cart";
  display: block;
  width: min(var(--wd-cart-page-max), 100%);
  margin: 0 auto 18px;
  color: #17141f;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
}

body.woocommerce-cart #main-content > .woocommerce > .row {
  width: min(var(--wd-cart-page-max), 100%) !important;
  max-width: var(--wd-cart-page-max) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart #main-content > .woocommerce > .row::before,
body.woocommerce-cart #main-content > .woocommerce > .row::after,
body.woocommerce-cart .woocommerce-cart-form::before,
body.woocommerce-cart .woocommerce-cart-form::after,
body.woocommerce-cart .wd-cart-table::before,
body.woocommerce-cart .wd-cart-table::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .wd-cart-table,
body.woocommerce-cart .wd-cart-table *,
body.woocommerce-cart .cart_totals * {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-cart .wd-cart-table,
body.woocommerce-cart .wd-cart-table tbody,
body.woocommerce-cart .wd-cart-table tr,
body.woocommerce-cart .wd-cart-table td,
body.woocommerce-cart .wd-cart-table th {
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart .wd-cart-table {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.woocommerce-cart .wd-cart-table thead {
  display: none !important;
}

body.woocommerce-cart .wd-cart-table tbody {
  display: grid !important;
  gap: 14px !important;
  width: 100% !important;
}

body.woocommerce-cart .wd-cart-table .cart_item {
  display: grid !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 16px !important;
  color: #17141f;
  background: var(--wd-cart-page-card) !important;
  border: 1px solid var(--wd-cart-page-line) !important;
  border-radius: var(--wd-cart-page-radius) !important;
  box-shadow: var(--wd-cart-page-shadow) !important;
}

body.woocommerce-cart .wd-cart-table .cart_item td {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  vertical-align: middle !important;
}

body.woocommerce-cart .wd-cart-table .product-remove {
  align-self: center !important;
  justify-self: center !important;
}

body.woocommerce-cart .wd-cart-table .product-remove a.remove,
body.woocommerce-cart .wd-cart-table .product-remove a.nasa-stclose {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #7c3aed !important;
  background: #fff !important;
  border: 1px solid rgba(124, 58, 237, 0.28) !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 24px rgba(31, 21, 48, 0.08) !important;
  font-size: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

body.woocommerce-cart .wd-cart-table .product-remove a.remove::before,
body.woocommerce-cart .wd-cart-table .product-remove a.remove::after,
body.woocommerce-cart .wd-cart-table .product-remove a.nasa-stclose::before,
body.woocommerce-cart .wd-cart-table .product-remove a.nasa-stclose::after {
  content: "" !important;
  position: absolute !important;
  top: 19px !important;
  left: 11px !important;
  width: 18px !important;
  height: 2px !important;
  background: currentColor !important;
  border: 0 !important;
  border-radius: 999px !important;
}

body.woocommerce-cart .wd-cart-table .product-remove a.remove::before,
body.woocommerce-cart .wd-cart-table .product-remove a.nasa-stclose::before {
  transform: rotate(45deg) !important;
}

body.woocommerce-cart .wd-cart-table .product-remove a.remove::after,
body.woocommerce-cart .wd-cart-table .product-remove a.nasa-stclose::after {
  transform: rotate(-45deg) !important;
}

body.woocommerce-cart .wd-cart-table .product-thumbnail,
body.woocommerce-cart .wd-cart-table .product-thumbnail a {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

body.woocommerce-cart .wd-cart-table .product-thumbnail img {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 116px !important;
  max-height: none !important;
  object-fit: contain !important;
  background: #fff !important;
  border: 1px solid var(--wd-cart-page-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 18px rgba(31, 21, 48, 0.05) !important;
}

body.woocommerce-cart .wd-cart-table .product-name,
body.woocommerce-cart .wd-cart-table .wd-cart-item-main {
  min-width: 0 !important;
}

body.woocommerce-cart .wd-cart-table .wd-cart-item-title,
body.woocommerce-cart .wd-cart-table .wd-cart-item-title a {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #17141f !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.24 !important;
  text-decoration: none !important;
  word-break: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.woocommerce-cart .wd-cart-table .wd-cart-item-meta,
body.woocommerce-cart .wd-cart-table .variation {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 8px 0 0 !important;
  color: #6f6a78 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.woocommerce-cart .wd-cart-table .variation dt,
body.woocommerce-cart .wd-cart-table .variation dd,
body.woocommerce-cart .wd-cart-table .variation p {
  margin: 0 !important;
}

body.woocommerce-cart .wd-cart-table .mobile-price {
  margin-top: 7px !important;
  color: #7c3aed !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
}

body.woocommerce-cart .wd-cart-table .product-price,
body.woocommerce-cart .wd-cart-table .product-subtotal {
  color: #7c3aed !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.woocommerce-cart .wd-cart-table .product-subtotal {
  font-size: 18px !important;
}

body.woocommerce-cart .woocommerce-Price-currencySymbol {
  color: #e11d48 !important;
}

body.woocommerce-cart .wd-cart-table .quantity {
  display: inline-grid !important;
  grid-template-columns: 38px 42px 38px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 122px !important;
  min-width: 122px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 3px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--wd-cart-page-line) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 20px rgba(31, 21, 48, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
}

body.woocommerce-cart .wd-cart-table .quantity .minus,
body.woocommerce-cart .wd-cart-table .quantity .plus {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #17141f !important;
  background: #f3eff8 !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  cursor: pointer;
  pointer-events: auto !important;
  transform: none !important;
}

body.woocommerce-cart .wd-cart-table .quantity .minus {
  order: 1 !important;
}

body.woocommerce-cart .wd-cart-table .quantity .qty,
body.woocommerce-cart .wd-cart-table .quantity input.qty {
  order: 2 !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #17141f !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 36px !important;
  text-align: center !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

body.woocommerce-cart .wd-cart-table .quantity .qty::-webkit-outer-spin-button,
body.woocommerce-cart .wd-cart-table .quantity .qty::-webkit-inner-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
}

body.woocommerce-cart .wd-cart-table .quantity .plus {
  order: 3 !important;
  color: #fff !important;
  background: #7c3aed !important;
}

body.woocommerce-cart .wd-cart-table .quantity svg {
  width: 14px !important;
  height: 14px !important;
}

body.woocommerce-cart .wd-cart-table .nasa-no-border {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .wd-cart-table .nasa-actions {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart .wd-cart-table .nasa-actions > .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .wd-cart-table .nasa-actions .columns {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: inherit !important;
}

body.woocommerce-cart .wd-cart-table .coupon {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(142px, auto) !important;
  gap: 10px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px dashed rgba(124, 58, 237, 0.3) !important;
  border-radius: var(--wd-cart-page-radius-sm) !important;
  box-shadow: 0 14px 32px rgba(31, 21, 48, 0.06) !important;
}

body.woocommerce-cart .wd-cart-table #coupon_code,
body.woocommerce-cart .wd-cart-table .coupon input.input-text {
  width: 100% !important;
  min-width: 0 !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  color: #17141f !important;
  background: #fff !important;
  border: 1px solid var(--wd-cart-page-line) !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 50px !important;
}

body.woocommerce-cart .wd-cart-table #coupon_code::placeholder {
  color: #8d8796 !important;
  opacity: 1 !important;
}

body.woocommerce-cart .wd-cart-table .button,
body.woocommerce-cart .cart_totals .button,
body.woocommerce-cart .cart_totals .checkout-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 13px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body.woocommerce-cart .wd-cart-table .coupon .button,
body.woocommerce-cart .cart_totals .checkout-button {
  color: #fff !important;
  background: linear-gradient(135deg, #8b3ff4 0%, #6d28d9 100%) !important;
  border: 0 !important;
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.24) !important;
}

body.woocommerce-cart .wd-cart-table button[name="update_cart"] {
  min-width: 150px !important;
  color: #17141f !important;
  background: #fff !important;
  border: 1px solid var(--wd-cart-page-line) !important;
  box-shadow: 0 12px 24px rgba(31, 21, 48, 0.06) !important;
}

body.woocommerce-cart .cart_totals {
  width: 100% !important;
  margin: 0 !important;
  padding: 22px !important;
  overflow: hidden !important;
  contain: none !important;
  color: #17141f !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid var(--wd-cart-page-line) !important;
  border-radius: var(--wd-cart-page-radius) !important;
  box-shadow: var(--wd-cart-page-shadow) !important;
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #17141f !important;
  background: transparent !important;
  border: 0 !important;
  font-family: inherit !important;
  font-size: 22px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

body.woocommerce-cart .cart_totals h2::after {
  content: "" !important;
  display: block !important;
  width: 42px !important;
  height: 3px !important;
  margin-top: 10px !important;
  background: #7c3aed !important;
  border-radius: 999px !important;
}

body.woocommerce-cart .cart_totals table.shop_table,
body.woocommerce-cart .cart_totals tbody {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
}

body.woocommerce-cart .cart_totals tr {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 15px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid var(--wd-cart-page-line) !important;
}

body.woocommerce-cart .cart_totals tr:first-child {
  border-top: 0 !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #17141f !important;
  background: transparent !important;
  border: 0 !important;
  font-family: inherit !important;
  line-height: 1.35 !important;
}

body.woocommerce-cart .cart_totals th {
  color: #6f6a78 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  text-align: left !important;
}

body.woocommerce-cart .cart_totals td {
  color: #17141f !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-align: right !important;
}

body.woocommerce-cart .cart_totals tr.shipping {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr) !important;
}

body.woocommerce-cart .cart_totals tr.shipping td {
  white-space: normal !important;
}

body.woocommerce-cart .cart_totals .wd-cart-shipping-summary,
body.woocommerce-cart .cart_totals .wd-cart-shipping-summary__methods,
body.woocommerce-cart .cart_totals .wd-cart-shipping-summary__meta {
  display: grid !important;
  justify-items: end !important;
  gap: 6px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-methods,
body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-methods label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 5px !important;
  color: #17141f !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: right !important;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart .cart_totals .woocommerce-shipping-contents,
body.woocommerce-cart .cart_totals .shipping-calculator-form {
  margin: 0 !important;
  color: #6f6a78 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: right !important;
}

body.woocommerce-cart .cart_totals .shipping-calculator-button {
  color: #7c3aed !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  color: #17141f !important;
  font-size: 20px !important;
  font-weight: 950 !important;
}

body.woocommerce-cart .cart_totals .order-total td,
body.woocommerce-cart .cart_totals .order-total .amount {
  color: #7c3aed !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .cart_totals .checkout-button {
  width: 100% !important;
  min-height: 56px !important;
  border-radius: 16px !important;
  font-size: 16px !important;
}

body.woocommerce-cart .cart-empty,
body.woocommerce-cart .woocommerce-notices-wrapper + .cart-empty,
body.woocommerce-cart .return-to-shop {
  width: min(720px, 100%) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body.woocommerce-cart .cart-empty {
  padding: 34px 24px !important;
  color: #17141f !important;
  background: #fff !important;
  border: 1px solid var(--wd-cart-page-line) !important;
  border-radius: var(--wd-cart-page-radius) !important;
  box-shadow: var(--wd-cart-page-shadow) !important;
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .return-to-shop .button {
  min-height: 52px !important;
  padding: 0 22px !important;
  color: #fff !important;
  background: #7c3aed !important;
  border: 0 !important;
  border-radius: 16px !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: none !important;
}

@media (min-width: 1024px) {
  body.woocommerce-cart #main-content > .woocommerce > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 390px) !important;
    gap: 28px !important;
    align-items: start !important;
  }

  body.woocommerce-cart #main-content > .woocommerce > .row > .columns,
  body.woocommerce-cart #main-content > .woocommerce > .row > .large-8,
  body.woocommerce-cart #main-content > .woocommerce > .row > .large-4 {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .cart-collaterals {
    position: sticky !important;
    top: 24px !important;
    align-self: start !important;
  }

  body.woocommerce-cart .wd-cart-table .cart_item {
    grid-template-columns: 44px 92px minmax(0, 1fr) 108px 132px 116px !important;
    gap: 16px !important;
  }

  body.woocommerce-cart .wd-cart-table .mobile-price {
    display: none !important;
  }

  body.woocommerce-cart .wd-cart-table .product-quantity {
    justify-self: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.woocommerce-cart #main-content > .woocommerce > .row {
    display: grid !important;
    gap: 18px !important;
  }

  body.woocommerce-cart #main-content > .woocommerce > .row > .columns {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .wd-cart-table .cart_item {
    grid-template-columns: 42px 88px minmax(0, 1fr) 124px 112px !important;
    gap: 14px !important;
  }

  body.woocommerce-cart .wd-cart-table .product-price.hide-for-small {
    display: none !important;
  }

  body.woocommerce-cart .wd-cart-table .mobile-price {
    display: block !important;
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart #main-content > .woocommerce {
    padding: 12px 10px 34px !important;
  }

  body.woocommerce-cart #main-content > .woocommerce::before {
    width: min(430px, 100%);
    margin-bottom: 12px;
    font-size: 30px;
  }

  body.woocommerce-cart #main-content > .woocommerce > .row {
    display: grid !important;
    gap: 12px !important;
    width: min(430px, 100%) !important;
  }

  body.woocommerce-cart #main-content > .woocommerce > .row > .columns {
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .wd-cart-table tbody {
    gap: 12px !important;
  }

  body.woocommerce-cart .wd-cart-table .cart_item {
    grid-template-columns: 82px minmax(0, 1fr) 40px !important;
    grid-template-areas:
      "thumb name remove"
      "thumb qty qty" !important;
    gap: 10px 12px !important;
    min-height: 132px !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }

  body.woocommerce-cart .wd-cart-table .product-thumbnail {
    grid-area: thumb !important;
    align-self: start !important;
  }

  body.woocommerce-cart .wd-cart-table .product-thumbnail img {
    width: 82px !important;
    height: 108px !important;
    border-radius: 14px !important;
  }

  body.woocommerce-cart .wd-cart-table .product-name {
    grid-area: name !important;
    align-self: start !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .wd-cart-table .product-remove {
    grid-area: remove !important;
    align-self: start !important;
    justify-self: end !important;
  }

  body.woocommerce-cart .wd-cart-table .product-remove a.remove,
  body.woocommerce-cart .wd-cart-table .product-remove a.nasa-stclose {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  body.woocommerce-cart .wd-cart-table .product-remove a.remove::before,
  body.woocommerce-cart .wd-cart-table .product-remove a.remove::after,
  body.woocommerce-cart .wd-cart-table .product-remove a.nasa-stclose::before,
  body.woocommerce-cart .wd-cart-table .product-remove a.nasa-stclose::after {
    top: 17px !important;
    left: 10px !important;
    width: 16px !important;
  }

  body.woocommerce-cart .wd-cart-table .wd-cart-item-title,
  body.woocommerce-cart .wd-cart-table .wd-cart-item-title a {
    font-size: 15px !important;
    line-height: 1.24 !important;
    -webkit-line-clamp: 2;
  }

  body.woocommerce-cart .wd-cart-table .wd-cart-item-meta,
  body.woocommerce-cart .wd-cart-table .variation {
    margin-top: 6px !important;
    font-size: 11px !important;
  }

  body.woocommerce-cart .wd-cart-table .mobile-price {
    display: block !important;
    font-size: 16px !important;
  }

  body.woocommerce-cart .wd-cart-table .product-price.hide-for-small,
  body.woocommerce-cart .wd-cart-table .product-subtotal.hide-for-small {
    display: none !important;
  }

  body.woocommerce-cart .wd-cart-table .product-quantity {
    grid-area: qty !important;
    align-self: end !important;
    justify-self: start !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .wd-cart-table .quantity {
    grid-template-columns: 36px 40px 36px !important;
    width: 118px !important;
    min-width: 118px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  body.woocommerce-cart .wd-cart-table .quantity .minus,
  body.woocommerce-cart .wd-cart-table .quantity .plus {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }

  body.woocommerce-cart .wd-cart-table .quantity .qty,
  body.woocommerce-cart .wd-cart-table .quantity input.qty {
    width: 40px !important;
    min-width: 40px !important;
    height: 34px !important;
    font-size: 15px !important;
    line-height: 34px !important;
  }

  body.woocommerce-cart .wd-cart-table .nasa-actions > .row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.woocommerce-cart .wd-cart-table .coupon {
    grid-template-columns: minmax(0, 1fr) 126px !important;
    padding: 9px !important;
    border-radius: 18px !important;
  }

  body.woocommerce-cart .wd-cart-table #coupon_code,
  body.woocommerce-cart .wd-cart-table .coupon input.input-text,
  body.woocommerce-cart .wd-cart-table .button {
    min-height: 48px !important;
    height: 48px !important;
    font-size: 13px !important;
  }

  body.woocommerce-cart .wd-cart-table button[name="update_cart"] {
    width: 100% !important;
  }

  body.woocommerce-cart .cart_totals {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.woocommerce-cart .cart_totals h2 {
    font-size: 20px !important;
  }

  body.woocommerce-cart .cart_totals tr,
  body.woocommerce-cart .cart_totals tr.shipping {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    padding: 14px 0 !important;
  }

  body.woocommerce-cart .cart_totals th {
    font-size: 13px !important;
  }

  body.woocommerce-cart .cart_totals td,
  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods label {
    font-size: 14px !important;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals .woocommerce-shipping-contents,
  body.woocommerce-cart .cart_totals .shipping-calculator-form {
    max-width: 190px;
    margin-left: auto !important;
    font-size: 12px !important;
  }

  body.woocommerce-cart .cart_totals .order-total th {
    font-size: 20px !important;
  }

  body.woocommerce-cart .cart_totals .order-total td,
  body.woocommerce-cart .cart_totals .order-total .amount {
    font-size: 26px !important;
  }

  body.woocommerce-cart .cart_totals .checkout-button {
    min-height: 54px !important;
  }
}

@media (max-width: 360px) {
  body.woocommerce-cart #main-content > .woocommerce {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  body.woocommerce-cart .wd-cart-table .cart_item {
    grid-template-columns: 74px minmax(0, 1fr) 36px !important;
    gap: 9px 10px !important;
    padding: 10px !important;
  }

  body.woocommerce-cart .wd-cart-table .product-thumbnail img {
    width: 74px !important;
    height: 100px !important;
  }

  body.woocommerce-cart .wd-cart-table .wd-cart-item-title,
  body.woocommerce-cart .wd-cart-table .wd-cart-item-title a {
    font-size: 14px !important;
  }

  body.woocommerce-cart .wd-cart-table .coupon {
    grid-template-columns: 1fr !important;
  }
}

/* Late cart action overrides for theme utility styles that load after cart CSS. */
body.woocommerce-cart table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30 {
  float: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart main#main-content table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30,
body.woocommerce-cart #main-content table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30 {
  display: grid !important;
  flex-wrap: nowrap !important;
}

body.woocommerce-cart table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30 > .columns,
body.woocommerce-cart table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30 > .large-7,
body.woocommerce-cart table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30 > .large-5 {
  float: none !important;
  flex: none !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

body.woocommerce-cart table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30 > .large-7 {
  width: 100% !important;
}

body.woocommerce-cart table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30 > .large-5 {
  width: auto !important;
}

body.woocommerce-cart table.wd-cart-table td.nasa-actions .coupon {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.woocommerce-cart table.wd-cart-table td.nasa-actions .coupon .button,
body.woocommerce-cart table.wd-cart-table td.nasa-actions .coupon button,
body.woocommerce-cart table.wd-cart-table td.nasa-actions button[name="update_cart"] {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

@media (max-width: 767px) {
  body.woocommerce-cart main#main-content table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30,
  body.woocommerce-cart #main-content table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30,
  body.woocommerce-cart table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30 {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.woocommerce-cart table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30 > .large-7,
  body.woocommerce-cart table.wd-cart-table td.nasa-actions > div.row.desktop-margin-top-30 > .large-5 {
    width: 100% !important;
  }

  body.woocommerce-cart table.wd-cart-table td.nasa-actions button[name="update_cart"] {
    width: 100% !important;
  }
}

@media (max-width: 360px) {
  body.woocommerce-cart table.wd-cart-table td.nasa-actions .coupon {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-cart table.wd-cart-table td.nasa-actions .coupon .button,
  body.woocommerce-cart table.wd-cart-table td.nasa-actions .coupon button {
    width: 100% !important;
  }
}

/* Modern cart notices and mobile checkout action bar. */
body.woocommerce-cart #main-content > .woocommerce > .woocommerce-notices-wrapper,
body.woocommerce-cart #main-content .woocommerce-notices-wrapper {
  width: min(var(--wd-cart-page-max), 100%) !important;
  max-width: var(--wd-cart-page-max) !important;
  margin: 0 auto 18px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:not(.cart-empty),
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty),
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:not(.cart-empty) {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  color: #17141f !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid var(--wd-cart-page-line) !important;
  border-radius: 18px !important;
  box-shadow: var(--wd-cart-page-shadow) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:not(.cart-empty)::before,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty)::before,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:not(.cart-empty)::before {
  content: "" !important;
  position: static !important;
  display: inline-flex !important;
  flex: 0 0 40px !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(124, 58, 237, 0.06)) !important;
  border: 1px solid rgba(124, 58, 237, 0.24) !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 8px #fff !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:not(.cart-empty)::before {
  background: linear-gradient(135deg, rgba(225, 29, 72, 0.16), rgba(225, 29, 72, 0.05)) !important;
  border-color: rgba(225, 29, 72, 0.24) !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:not(.cart-empty) a,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty) a,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:not(.cart-empty) a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  margin-left: auto !important;
  padding: 0 15px !important;
  color: #7c3aed !important;
  background: #f4ecff !important;
  border: 1px solid rgba(124, 58, 237, 0.22) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:not(.cart-empty) a:hover,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty) a:hover,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:not(.cart-empty) a:hover {
  color: #fff !important;
  background: #7c3aed !important;
  border-color: #7c3aed !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper .cart-empty,
body.woocommerce-cart .cart-empty.woocommerce-info,
body.woocommerce-cart p.cart-empty {
  display: grid !important;
  justify-items: center !important;
  gap: 12px !important;
  width: min(720px, 100%) !important;
  max-width: 720px !important;
  min-height: 0 !important;
  margin: 0 auto 16px !important;
  padding: 38px 24px !important;
  color: #17141f !important;
  background: #fff !important;
  border: 1px solid var(--wd-cart-page-line) !important;
  border-radius: var(--wd-cart-page-radius) !important;
  box-shadow: var(--wd-cart-page-shadow) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 22px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper .cart-empty::before,
body.woocommerce-cart .cart-empty.woocommerce-info::before,
body.woocommerce-cart p.cart-empty::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 0 6px !important;
  background:
    linear-gradient(#7c3aed, #7c3aed) 50% 50% / 24px 3px no-repeat,
    linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(124, 58, 237, 0.05)) !important;
  border: 1px solid rgba(124, 58, 237, 0.24) !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 10px #fff !important;
}

body.woocommerce-cart .return-to-shop {
  width: min(720px, 100%) !important;
  max-width: 720px !important;
  margin: 0 auto 34px !important;
  padding: 0 !important;
  text-align: center !important;
}

body.woocommerce-cart .return-to-shop .button,
body.woocommerce-cart .return-to-shop a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 190px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #8b3ff4 0%, #6d28d9 100%) !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.24) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .cart_totals {
    overflow: visible !important;
  }

  body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
    position: sticky !important;
    bottom: 18px !important;
    z-index: 5 !important;
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart:has(.cart_totals .wc-proceed-to-checkout) {
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  }

  body.woocommerce-cart .cart_totals {
    padding-bottom: 18px !important;
    overflow: visible !important;
    contain: none !important;
  }

  body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 900 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom)) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border-top: 1px solid var(--wd-cart-page-line) !important;
    box-shadow: 0 -18px 45px rgba(31, 21, 48, 0.12) !important;
    backdrop-filter: blur(18px);
  }

  body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
    width: min(430px, 100%) !important;
    max-width: 430px !important;
    min-height: 58px !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    font-size: 16px !important;
  }

  body.woocommerce-cart:has(.cart_totals .wc-proceed-to-checkout) #contlo_whatsapp_widget {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(16px) scale(0.94) !important;
  }

  body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:not(.cart-empty),
  body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty),
  body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:not(.cart-empty) {
    align-items: flex-start !important;
    gap: 10px !important;
    min-height: 0 !important;
    padding: 13px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
  }

  body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:not(.cart-empty)::before,
  body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty)::before,
  body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:not(.cart-empty)::before {
    flex-basis: 34px !important;
    width: 34px !important;
    height: 34px !important;
    box-shadow: inset 0 0 0 7px #fff !important;
  }

  body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:not(.cart-empty) a,
  body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty) a,
  body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:not(.cart-empty) a {
    min-height: 34px !important;
    margin-left: 4px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  body.woocommerce-cart .woocommerce-notices-wrapper .cart-empty,
  body.woocommerce-cart .cart-empty.woocommerce-info,
  body.woocommerce-cart p.cart-empty {
    padding: 30px 18px !important;
    border-radius: 18px !important;
    font-size: 19px !important;
  }

  body.woocommerce-cart .return-to-shop .button,
  body.woocommerce-cart .return-to-shop a.button {
    width: 100% !important;
    max-width: 430px !important;
  }
}
