/* v5.06 – presentation only. WooCommerce owns all order and payment values. */
body.mustis-flow-v506 { --flow-line: #e6ddd3; --flow-muted: #71655b; }
body.mustis-flow-v506 .site-header .brand { min-width: 0; }
body.mustis-flow-v506 .site-header .brand img { max-width: 100%; object-fit: contain; }
body.mustis-flow-v506 .footer-grid > div { min-width: 0; overflow-wrap: anywhere; }
body.mustis-flow-v506 .site-footer a { display: inline-block; padding-block: 5px; }
body.mustis-flow-v506 .menu-filter,
body.mustis-flow-v506 .menu-products-wrap,
body.mustis-flow-v506 .menu-order-layout { min-width: 0; }
body.mustis-flow-v506 .desktop-tabs { flex-direction: row; }
body.mustis-flow-v506 .category-tab { min-height: 44px; }
body.mustis-flow-v506 .desktop-tabs-arrow { width: 44px; height: 44px; }
body.mustis-flow-v506 .desktop-tabs-shell { grid-template-columns: 44px minmax(0,1fr) 44px; }
body.mustis-flow-v506 .desktop-tabs-arrow.is-hidden { visibility: hidden; }
body.mustis-flow-v506 .menu-card { min-width: 0; }
body.mustis-flow-v506 .menu-card-top h3,
body.mustis-flow-v506 .cart-mini-product-title,
body.mustis-flow-v506 .cart-mini-options { overflow-wrap: anywhere; }
body.mustis-flow-v506 .cart-panel-title-group { display: grid; gap: 3px; }
body.mustis-flow-v506 .cart-panel-title { display: block; color: var(--mustis-black); font-size: 23px; line-height: 1.2; }
body.mustis-flow-v506 .cart-panel-heading { min-height: 60px; }
body.mustis-flow-v506 .cart-panel-heading-right { flex-shrink: 0; }
body.mustis-flow-v506 .cart-mini-item { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: start; }
body.mustis-flow-v506 .cart-mini-main { min-width: 0; }
body.mustis-flow-v506 .cart-mini-right { align-self: start; }
body.mustis-flow-v506 .cart-mini-list .cart-mini-main span { white-space: normal; }
body.mustis-flow-v506 .mustis-mini-qty { height: 44px; align-items: center; }
body.mustis-flow-v506 .mustis-mini-qty button { width: 44px; height: 42px; }
body.mustis-flow-v506 .cart-remove-button { min-height: 44px; }
body.mustis-flow-v506 .cart-panel-total-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
body.mustis-flow-v506 .cart-panel-total-row > span { min-width: 0; overflow-wrap: anywhere; }
body.mustis-flow-v506 .cart-panel-total-row > strong { white-space: nowrap; flex-shrink: 0; text-align: right; }
body.mustis-flow-v506 .cart-panel-tax-row { font-size: 12px; color: var(--flow-muted); }
body.mustis-flow-v506 .cart-panel-minimum { gap: 8px; flex-wrap: wrap; }
body.mustis-flow-v506 .menu-section { scroll-margin-top: 95px; }
body.mustis-flow-v506 .inline-extras-panel { max-height: min(820px,calc(100dvh - 32px)) !important; overscroll-behavior: contain; scroll-padding-block: 16px; }
body.mustis-flow-v506 .inline-extras-heading { min-width: 0; overflow-wrap: anywhere; }
body.mustis-flow-v506 .extras-modal-close { width: 44px; height: 44px; }
body.mustis-flow-v506 .inline-extras-panel textarea,
body.mustis-flow-v506 .inline-extras-panel input[type="number"] { font-size: 16px; }
body.mustis-flow-v506 .mustis-popup-price-summary { margin-top: 18px; }
body.mustis-flow-v506 .extras-modal-actions { position: static; gap: 10px; padding-bottom: env(safe-area-inset-bottom); }
body.mustis-flow-v506 .extras-modal-actions button { min-height: 46px; white-space: normal; }
body.mustis-flow-v506 :is(.category-tab,.cart-panel-heading,.extras-modal-close,.mustis-mini-qty button,.cart-remove-button):focus-visible { outline: 3px solid var(--mustis-red); outline-offset: 3px; }

/* One real table with two columns at every width: product + extras, amount. */
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 {
  display: table !important; table-layout: fixed; width: 100% !important; max-width: 100%;
  border: 1px solid var(--flow-line) !important; border-collapse: separate !important; border-spacing: 0;
  border-radius: 16px !important; overflow: hidden; background: #fffdf8 !important; box-shadow: none !important;
}
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 thead { display: table-header-group !important; }
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 tbody { display: table-row-group !important; }
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 tfoot { display: table-footer-group !important; }
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 tr { display: table-row !important; background: transparent !important; }
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 :is(th,td) {
  display: table-cell !important; float: none !important; position: static !important; transform: none !important;
  padding: 16px 18px !important; border: 0 !important; border-bottom: 1px solid var(--flow-line) !important;
  background: transparent !important; vertical-align: top !important; text-align: left !important;
  font-size: 15px !important; line-height: 1.5 !important; width: auto !important; min-width: 0 !important;
  white-space: normal !important; overflow-wrap: anywhere;
}
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 :is(th,td)::before,
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 :is(th,td)::after { content: none !important; display: none !important; }
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 thead th { color: var(--flow-muted); font-size: 12px !important; background: #f8f2e9 !important; }
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 .mustis-col-price { width: 32% !important; text-align: right !important; }
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 .amount { white-space: nowrap !important; }
body.mustis-flow-v506 .mustis-order-product-line { display: flex; align-items: baseline; gap: 8px; }
body.mustis-flow-v506 .mustis-item-quantity { flex-shrink: 0; font-weight: 700; color: var(--mustis-red); }
body.mustis-flow-v506 .mustis-order-item-extras { margin-top: 6px; color: var(--flow-muted); font-size: 13px; }
body.mustis-flow-v506 .mustis-order-item-extras .wc-item-meta { display: block !important; margin: 0 !important; padding: 0 !important; }
body.mustis-flow-v506 .mustis-order-item-extras .wc-item-meta li { margin: 4px 0 0 !important; font-size: 13px; }
body.mustis-flow-v506 .mustis-order-item-extras .wc-item-meta p { display: inline; margin: 0; }
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 tfoot :is(th,td) { font-size: 14px !important; padding-block: 10px !important; font-weight: 500; }
body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 .mustis-total-order_total :is(th,td) { background: #fff0dc !important; font-size: 18px !important; font-weight: 800; border-bottom: 0 !important; padding-block: 16px !important; }
body.mustis-flow-v506 .mustis-order-note { padding: 16px 18px; background: #fffdf8; border: 1px solid var(--flow-line); border-radius: 14px; margin-top: 16px; overflow-wrap: anywhere; }
body.mustis-flow-v506 .mustis-order-note h3 { margin: 0 0 8px; font-size: 15px; }
body.mustis-flow-v506 .mustis-order-note p { margin: 0; font-size: 14px; }
body.mustis-flow-v506.woocommerce-order-received .page-content { max-width: 980px !important; }
body.mustis-flow-v506.woocommerce-order-received .woocommerce-order { min-width: 0; }
body.mustis-flow-v506.woocommerce-order-received .woocommerce-order-details { margin-top: 28px; }
body.mustis-flow-v506.woocommerce-order-received .woocommerce-order-details__title { font-size: clamp(23px,3vw,30px) !important; margin: 0 0 14px !important; }
body.mustis-flow-v506.woocommerce-order-received .mustis-thankyou-status-card { padding: 24px !important; border-radius: 18px !important; box-shadow: none !important; }
body.mustis-flow-v506.woocommerce-order-received .mustis-thankyou-status-row { display: block; }
/* The live badge already includes the status. Avoid displaying that label twice. */
body.mustis-flow-v506.woocommerce-order-received .mustis-thankyou-status-label { display: none !important; }
body.mustis-flow-v506.woocommerce-order-received .mustis-thankyou-status-badge { display: inline-block; max-width: 100%; white-space: normal !important; overflow-wrap: anywhere; font-size: clamp(17px,2vw,22px); line-height: 1.4; margin-top: 8px; }
body.mustis-flow-v506.woocommerce-order-received .mustis-thankyou-status-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; }
body.mustis-flow-v506.woocommerce-order-received .mustis-thankyou-address-inline { display: grid; grid-template-columns: minmax(0,1fr); gap: 6px; }
body.mustis-flow-v506.woocommerce-order-received .mustis-thankyou-address-content { min-width: 0; overflow-wrap: anywhere; }
body.mustis-flow-v506.woocommerce-order-received ul.woocommerce-order-overview { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 20px 0 !important; padding: 20px !important; border: 1px solid var(--flow-line); border-radius: 16px; background: #fffdf8; }
body.mustis-flow-v506.woocommerce-order-received ul.woocommerce-order-overview::before,
body.mustis-flow-v506.woocommerce-order-received ul.woocommerce-order-overview::after { display: none !important; content: none !important; }
body.mustis-flow-v506.woocommerce-order-received ul.woocommerce-order-overview li { float: none !important; border: 0 !important; margin: 0 !important; padding: 0 !important; min-width: 0; overflow-wrap: anywhere; font-size: 12px; }
body.mustis-flow-v506.woocommerce-order-received ul.woocommerce-order-overview li strong { font-size: 15px; line-height: 1.4; margin-top: 4px; }

@media(min-width:981px) {
  body.mustis-flow-v506 .menu-order-layout { grid-template-columns: minmax(0,1fr) 330px; gap: 24px; }
  body.mustis-flow-v506 .menu-products-wrap .menu-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mustis-flow-v506 .mustis-cart-panel { max-height: calc(100dvh - 116px); overflow-y: auto; scroll-padding-block: 16px; top: 96px; }
}
@media(max-width:980px) and (min-width:721px) {
  body.mustis-flow-v506 .menu-order-layout { grid-template-columns: minmax(0,1fr) !important; }
  body.mustis-flow-v506 .mustis-cart-panel { width: 100%; max-width: none; position: static; }
}
@media(max-width:720px) {
  body.mustis-flow-v506 .desktop-tabs-shell { grid-template-columns: 44px minmax(0,1fr) 44px; }
  body.mustis-flow-v506 .mobile-category-select { min-height: 48px; font-size: 16px; max-width: 100%; }
  body.mustis-flow-v506 .inline-extras-panel { width: calc(100vw - 24px) !important; padding: 16px !important; border-radius: 18px !important; max-height: calc(100dvh - 24px) !important; }
  body.mustis-flow-v506 .extras-modal-product-line { flex-wrap: wrap; gap: 8px; }
  body.mustis-flow-v506 .mustis-cart-panel { top: max(12px,env(safe-area-inset-top)) !important; bottom: auto !important; left: 12px !important; right: 12px !important; max-height: calc(100dvh - 24px - env(safe-area-inset-top)) !important; border-radius: 18px !important; }
  body.mustis-flow-v506 .mustis-cart-panel .cart-panel-heading { padding: 16px; }
  body.mustis-flow-v506 .mustis-cart-panel .mustis-cart-contents { padding: 16px 16px calc(16px + env(safe-area-inset-bottom)) !important; overflow: visible; }
  body.mustis-flow-v506 .cart-panel-toggle-icon { width: 44px; height: 44px; }
  body.mustis-flow-v506 .cart-panel-minimum { align-items: flex-start; }
  body.mustis-flow-v506 .cart-panel-minimum strong { white-space: normal; }
  body.mustis-flow-v506.woocommerce-order-received .page-content { width: calc(100% - 24px) !important; padding-inline: 0 !important; }
  body.mustis-flow-v506.woocommerce-order-received .mustis-thankyou-status-card { padding: 18px !important; }
  body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 :is(th,td) { padding: 12px !important; font-size: 14px !important; }
  body.mustis-flow-v506 .woocommerce-order-details table.mustis-order-details-v506 .mustis-col-price { width: 34% !important; }
  body.mustis-flow-v506 .mustis-order-product-line { gap: 6px; }
  body.mustis-flow-v506 .mustis-order-item-extras .wc-item-meta li { font-size: 12px; }
}
@media(prefers-reduced-motion:reduce) {
  body.mustis-flow-v506 .hero-quality-track { animation: none; }
  body.mustis-flow-v506 :is(.mustis-cart-panel,.inline-extras-panel,.cart-modal-backdrop) { transition: none; }
}

/* Neutralize inherited width and icon rules on the compact basket. */
body.mustis-flow-v506 .mustis-cart-panel .cart-panel-heading-right { display: flex; align-items: center; gap: 12px; margin: 0; }
body.mustis-flow-v506 .mustis-cart-panel .cart-panel-toggle-icon { display: none; margin: 0; }
body.mustis-flow-v506 .mustis-cart-panel .cart-panel-total { grid-template-columns: minmax(0,1fr); justify-content: stretch; width: 100%; }
body.mustis-flow-v506 .mustis-cart-panel .cart-panel-total-row { width: 100%; }
body.mustis-flow-v506 .mustis-order-item-extras .wc-item-meta li { display: block !important; }
body.mustis-flow-v506 .mustis-order-item-extras .wc-item-meta-label { display: inline !important; float: none !important; width: auto !important; margin-right: 4px; white-space: nowrap; }
body.mustis-flow-v506 .mustis-order-item-extras .wc-item-meta-label + p { display: inline !important; }
body.mustis-flow-v506 .mustis-add-to-cart-form .add-to-cart-button::before { content: none !important; }
body.mustis-flow-v506 .extras-modal-actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.5fr); }
body.mustis-flow-v506 .extras-modal-actions button { width: 100% !important; order: initial !important; margin: 0 !important; padding-inline: 12px !important; }
@media(max-width:720px) {
  body.mustis-flow-v506 .mustis-cart-panel .cart-panel-toggle-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px !important; height: 44px !important; font-size: 28px; border-radius: 50%; background: #fff0ee !important; color: var(--mustis-red) !important; transform: none; }
  body.mustis-flow-v506 .extras-modal-actions button { font-size: 14px !important; }
}

/* Standalone cart: replace the accumulated mobile table overrides as one unit. */
body.mustis-flow-v506.woocommerce-cart .page-section { padding-block: 32px 56px !important; }
body.mustis-flow-v506.woocommerce-cart .page-content { width: min(1160px,calc(100% - 32px)) !important; max-width: 1160px !important; }
body.mustis-flow-v506.woocommerce-cart .page-content h1 { font-size: clamp(28px,4vw,40px) !important; line-height: 1.2 !important; margin-bottom: 24px !important; }
body.mustis-flow-v506.woocommerce-cart .page-content .woocommerce { display: grid !important; grid-template-columns: minmax(0,1fr) 330px !important; gap: 24px !important; align-items: start !important; }
body.mustis-flow-v506.woocommerce-cart .page-content .woocommerce > * { grid-column: 1 / -1 !important; min-width: 0 !important; }
body.mustis-flow-v506.woocommerce-cart .page-content .woocommerce > .woocommerce-cart-form { grid-column: 1 !important; margin: 0 !important; }
body.mustis-flow-v506.woocommerce-cart .page-content .woocommerce > .cart-collaterals { grid-column: 2 !important; }
body.mustis-flow-v506.woocommerce-cart :is(.woocommerce-cart-form,.cart-collaterals,.cart_totals) { min-width: 0 !important; width: 100% !important; float: none !important; }
body.mustis-flow-v506.woocommerce-cart table.cart { width: 100% !important; table-layout: fixed !important; border: 1px solid var(--flow-line) !important; border-collapse: separate !important; border-spacing: 0 !important; border-radius: 16px !important; background: #fffdf8 !important; overflow: hidden !important; }
body.mustis-flow-v506.woocommerce-cart table.cart :is(th,td) { padding: 14px 10px !important; border-width: 0 0 1px !important; border-color: var(--flow-line) !important; vertical-align: top !important; background: transparent !important; text-align: left !important; }
body.mustis-flow-v506.woocommerce-cart table.cart thead th { font-size: 12px !important; color: var(--flow-muted) !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .product-thumbnail { display: none !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .product-remove { width: 44px !important; }
body.mustis-flow-v506.woocommerce-cart table.cart a.remove { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 36px !important; height: 44px !important; font-size: 24px !important; border-radius: 10px !important; background: #fff0ee !important; color: var(--mustis-red) !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .product-name { width: auto !important; min-width: 0 !important; overflow-wrap: anywhere !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .product-name > a { color: var(--mustis-black) !important; font-weight: 750 !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .product-price { width: 80px !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .product-quantity { width: 88px !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .product-subtotal { width: 100px !important; text-align: right !important; }
body.mustis-flow-v506.woocommerce-cart .amount { white-space: nowrap !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .qty { min-height: 44px !important; width: 70px !important; max-width: 100% !important; font-size: 16px !important; border: 1px solid var(--flow-line) !important; border-radius: 10px !important; background: #fff !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .variation { margin-top: 8px !important; font-size: 13px !important; color: var(--flow-muted) !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .variation :is(dt,dd) { float: none !important; display: inline !important; margin: 0 !important; padding: 0 !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .variation dd::after { content: '' !important; display: block !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .variation p { display: inline !important; margin: 0 !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .actions { padding: 16px !important; text-align: left !important; }
body.mustis-flow-v506.woocommerce-cart .coupon { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; float: none !important; align-items: center !important; margin-bottom: 12px !important; }
body.mustis-flow-v506.woocommerce-cart .coupon label { display: block !important; flex-basis: 100% !important; font-size: 13px !important; }
body.mustis-flow-v506.woocommerce-cart .coupon input { min-width: 0 !important; flex: 1 1 130px !important; width: auto !important; min-height: 44px !important; font-size: 16px !important; padding: 10px !important; border: 1px solid var(--flow-line) !important; border-radius: 10px !important; }
body.mustis-flow-v506.woocommerce-cart .button { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-height: 46px !important; line-height: 1.3 !important; font-size: 14px !important; border-radius: 12px !important; padding: 12px 16px !important; }
body.mustis-flow-v506.woocommerce-cart .mustis-cart-add-dish { border: 1px solid #e2b6ae !important; background: #fffdf8 !important; color: var(--mustis-red) !important; }
body.mustis-flow-v506.woocommerce-cart .mustis-native-update-cart[aria-hidden="true"] { display: none !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals { border: 1px solid var(--flow-line) !important; border-radius: 16px !important; padding: 20px !important; background: #fffdf8 !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals h2 { font-size: 22px !important; margin: 0 0 16px !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals table { display: table !important; width: 100% !important; table-layout: fixed !important; border: 0 !important; border-collapse: collapse !important; margin-bottom: 12px !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals tbody { display: table-row-group !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals tr { display: table-row !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals :is(th,td) { display: table-cell !important; width: 50% !important; padding: 10px 0 !important; vertical-align: top !important; font-size: 13px !important; background: transparent !important; border: 0 !important; border-bottom: 1px solid var(--flow-line) !important; overflow-wrap: anywhere !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals th { text-align: left !important; font-weight: 500 !important; padding-right: 10px !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals td { text-align: right !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals td::before { display: none !important; content: none !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals .order-total :is(th,td) { font-size: 18px !important; font-weight: 800 !important; border-bottom: 0 !important; padding-top: 16px !important; }
body.mustis-flow-v506.woocommerce-cart .wc-proceed-to-checkout { padding: 12px 0 0 !important; }
body.mustis-flow-v506.woocommerce-cart .wc-proceed-to-checkout .checkout-button { display: flex !important; width: 100% !important; margin: 0 !important; background: var(--mustis-red) !important; color: #fff !important; }
body.mustis-flow-v506 .mustis-order-item-extras .wc-item-meta li { text-align: left !important; }
body.mustis-flow-v506.woocommerce-order-received ul.woocommerce-order-overview li { background: transparent !important; box-shadow: none !important; border-radius: 0 !important; }
body.mustis-flow-v506 .footer-grid { grid-template-columns: repeat(auto-fit,minmax(180px,1fr)) !important; }
body.mustis-flow-v506 .site-footer a { min-height: 44px !important; display: inline-flex !important; align-items: center !important; }
@media(max-width:980px) {
  body.mustis-flow-v506.woocommerce-cart .page-content .woocommerce { grid-template-columns: minmax(0,1fr) !important; }
  body.mustis-flow-v506.woocommerce-cart .page-content .woocommerce > .cart-collaterals { grid-column: 1 !important; }
}
@media(max-width:720px) {
  body.mustis-flow-v506.woocommerce-cart .page-content { width: calc(100% - 24px) !important; padding: 0 !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart { display: block !important; background: transparent !important; border: 0 !important; overflow: visible !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart thead { display: none !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tbody { display: block !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item { display: grid !important; grid-template-columns: minmax(0,1fr) 90px 44px !important; grid-template-areas: "name name remove" "price quantity quantity" "subtotal subtotal subtotal" !important; gap: 16px 8px !important; border: 1px solid var(--flow-line) !important; border-radius: 16px !important; padding: 16px !important; background: #fffdf8 !important; margin-bottom: 16px !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item td { display: block !important; width: auto !important; float: none !important; max-width: none !important; min-width: 0 !important; padding: 0 !important; margin: 0 !important; border: 0 !important; text-align: left !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item td::before { display: none !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item .product-thumbnail { display: none !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item .product-name { grid-area: name !important; font-size: 16px !important; line-height: 1.4 !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item .product-remove { grid-area: remove !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item a.remove { width: 44px !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item .product-price { grid-area: price !important; font-size: 14px !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item .product-price::before { display: block !important; float: none !important; content: 'Einzelpreis' !important; font-size: 12px !important; color: var(--flow-muted) !important; font-weight: 400 !important; margin-bottom: 6px !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item .product-quantity { grid-area: quantity !important; display: flex !important; align-items: center !important; justify-content: flex-end !important; gap: 8px !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item .product-quantity::before { display: inline !important; float: none !important; content: 'Anzahl' !important; font-size: 12px !important; font-weight: 400 !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item .product-subtotal { grid-area: subtotal !important; display: flex !important; justify-content: space-between !important; gap: 8px !important; border-top: 1px solid var(--flow-line) !important; padding-top: 12px !important; font-weight: 750 !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr.cart_item .product-subtotal::before { content: 'Zwischensumme' !important; float: none !important; display: inline !important; font-size: 13px !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart .actions { display: block !important; padding: 0 !important; border: 0 !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart .actions .button { width: 100% !important; }
  body.mustis-flow-v506.woocommerce-cart .cart_totals { padding: 18px !important; }
}
body.mustis-flow-v506.woocommerce-cart .page-content { border: 0 !important; background: transparent !important; box-shadow: none !important; padding: 0 !important; }
body.mustis-flow-v506.woocommerce-cart table.cart thead .product-remove { font-size: 0 !important; }
body.mustis-flow-v506.woocommerce-cart table.cart .variation dt { margin-right: 4px !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals ul#shipping_method { margin: 0 !important; padding: 0 !important; list-style: none !important; }
body.mustis-flow-v506.woocommerce-cart .cart_totals ul#shipping_method li { margin: 0 !important; padding: 0 !important; }
body.mustis-flow-v506.woocommerce-cart .coupon label { text-align: left !important; }
@media(min-width:721px) {
  body.mustis-flow-v506.woocommerce-cart table.cart { display: table !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart thead { display: table-header-group !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tbody { display: table-row-group !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart tr { display: table-row !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart :is(th,td):not(.product-thumbnail) { display: table-cell !important; position: static !important; float: none !important; transform: none !important; }
}
body.mustis-flow-v506 .cart-pill-icon svg { display: block; width: 19px; height: 19px; }
body.mustis-flow-v506 .hero-actions .mustis-cart-icon { width: 18px; height: 18px; vertical-align: middle; }
@media(min-width:721px) {
  /* Keep WooCommerce's six-column table structure, including the colspan=6 actions row. */
  body.mustis-flow-v506.woocommerce-cart table.cart :is(th,td).product-thumbnail { display: table-cell !important; width: 0 !important; padding: 0 !important; border: 0 !important; font-size: 0 !important; overflow: hidden !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart .product-thumbnail > * { display: none !important; }
}
@media(min-width:721px) {
  body.mustis-flow-v506.woocommerce-cart table.cart .product-subtotal { width: 126px !important; }
  body.mustis-flow-v506.woocommerce-cart table.cart thead th { white-space: normal !important; overflow-wrap: normal !important; }
}

/* v5.07: center the product dialog instead of inheriting the old bottom sheet. */
body.mustis-flow-v506 .product-card:has(.extras-open),
body.mustis-flow-v506 .product-card-inner:has(.extras-open),
body.mustis-flow-v506 .mustis-add-to-cart-form.extras-open { transform: none !important; }
body.mustis-flow-v506 .inline-extras-panel {
  position: fixed !important;
  top: 50vh !important;
  top: 50dvh !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
body.mustis-flow-v506 .mustis-cart-panel .mustis-cart-contents > a.btn,
body.mustis-flow-v506 .mustis-cart-panel .mustis-cart-contents > span.mustis-cart-minimum-disabled {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 46px !important;
  box-sizing: border-box !important;
  margin-inline: 0 !important;
}
body.mustis-flow-v506.woocommerce-order-received .mustis-checkout-progress-v181 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
body.mustis-flow-v506.woocommerce-checkout {
  --mustis-checkout-bg: #fff7ec !important;
  background: #fff7ec !important;
}
body.mustis-flow-v506.woocommerce-checkout .site-header,
body.mustis-flow-v506.woocommerce-checkout .site-main,
body.mustis-flow-v506.woocommerce-checkout .page-section,
body.mustis-flow-v506.woocommerce-checkout .page-content {
  background: #fff7ec !important;
}
