/* ============================================
   CART/BASKET PAGE SPECIFIC STYLES
   ============================================
   This file contains all CSS styles specific to the WooCommerce cart/basket page.
   Checkout page styles are in checkout-page.css
   ============================================ */

/* Prevent horizontal scrolling on basket page only - Mobile devices */
@media screen and (max-width: 768px) {
/* Only apply to basket/cart page */
body.woocommerce-cart,
	body.woocommerce-page.woocommerce-cart,
	body.woocommerce.woocommerce-cart {
overflow-x: hidden;
position: relative;
width: 100%;
}

/* Fix for basket page container - Exclude header */
body.woocommerce-cart #page:not(:has(#masthead)),
body.woocommerce-page.woocommerce-cart #page:not(:has(#masthead)),
body.woocommerce-cart #page:not(:has(#masthead)),
body.woocommerce-cart #page.hfeed.site.no-page-thumbnail:not(:has(#masthead))#page.hfeed.site.no-page-thumbnail:not(:has(#masthead)),
body.woocommerce-page.woocommerce-cart #page.hfeed.site.no-page-thumbnail:not(:has(#masthead))#page.hfeed.site.no-page-thumbnail:not(:has(#masthead)),
body.woocommerce-cart #page.hfeed.site.no-page-thumbnail:not(:has(#masthead))#page.hfeed.site.no-page-thumbnail:not(:has(#masthead)) {
overflow-x: hidden;
width: 100%;
max-width: 100%;
padding-left: 15px !important;
padding-right: 15px !important;
box-sizing: border-box !important;
}

/* Exclude header from padding rules */
body.woocommerce-cart #page > *:not(#masthead),
body.woocommerce-page.woocommerce-cart #page > *:not(#masthead),
body.woocommerce.woocommerce-cart #page > *:not(#masthead) {
	box-sizing: border-box;
}

/* Fix for basket page content area */
body.woocommerce-cart .site-content,
	body.woocommerce-page.woocommerce-cart .site-content,
	body.woocommerce.woocommerce-cart .site-content {
	overflow-x: hidden;
	max-width: 100%;
}

/* Fix for WooCommerce cart table on mobile */
body.woocommerce-cart .woocommerce-cart-form__contents,
body.woocommerce-cart .shop_table,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form__contents,
body.woocommerce-page.woocommerce-cart .shop_table {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* Ensure containers don't exceed viewport on basket page only - Exclude header */
body.woocommerce-cart .site-content .container,
body.woocommerce-cart .site-content .container-fluid,
body.woocommerce-page.woocommerce-cart .site-content .container,
body.woocommerce-page.woocommerce-cart .site-content .container-fluid {
max-width: 100%;
overflow-x: hidden;
}

/* Fix for any elements that might cause horizontal scroll on basket page - Exclude header */
body.woocommerce-cart .site-content .row,
body.woocommerce-page.woocommerce-cart .site-content .row {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}

body.woocommerce-cart .site-content [class*="col-"],
body.woocommerce-page.woocommerce-cart .site-content [class*="col-"] {
padding-left: 15px;
padding-right: 15px;
max-width: 100%;
}

/* Ensure content area also has proper spacing */
body.woocommerce-cart #page #content.site-content,
body.woocommerce-page.woocommerce-cart #content.site-content {
padding-left: 0;
padding-right: 0;
}

/* Explicitly exclude header from all rules */
body.woocommerce-cart #page #masthead,
body.woocommerce-cart .site-content .site-header,
body.woocommerce-page.woocommerce-cart #masthead,
body.woocommerce-page.woocommerce-cart .site-content .site-header,
body.woocommerce-cart #masthead,
body.woocommerce-cart .site-content .site-header {
overflow-x: visible !important;
width: auto !important;
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}

/* Exclude header containers */
body.woocommerce-cart #page #masthead .container,
body.woocommerce-cart #page #masthead .container-fluid,
body.woocommerce-cart .site-content .site-header .container,
body.woocommerce-cart .site-content .site-header .container-fluid,
body.woocommerce-page.woocommerce-cart #masthead .container,
body.woocommerce-page.woocommerce-cart #masthead .container-fluid,
body.woocommerce-page.woocommerce-cart .site-content .site-header .container,
body.woocommerce-page.woocommerce-cart .site-content .site-header .container-fluid {
max-width: 100% !important;
overflow-x: visible !important;
padding-left: 15px !important;
padding-right: 15px !important;
}

/* Exclude header rows and columns */
body.woocommerce-cart #page #masthead .row,
body.woocommerce-cart .site-content .site-header .row,
body.woocommerce-page.woocommerce-cart #masthead .row,
body.woocommerce-page.woocommerce-cart .site-content .site-header .row {
margin-left: 0 !important;
margin-right: 0 !important;
}

body.woocommerce-cart #page #masthead [class*="col-"],
body.woocommerce-cart .site-content .site-header [class*="col-"],
body.woocommerce-page.woocommerce-cart #masthead [class*="col-"],
body.woocommerce-page.woocommerce-cart .site-content .site-header [class*="col-"] {
padding-left: 15px !important;
padding-right: 15px !important;
}
}

/* Friendlier basket page styling - lighter neutral colors and thinner borders */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th {
background: #f5f5f5 !important;
border-bottom: 0.5px solid #e8e8e8 !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td {
border-top: 0.5px solid #e8e8e8 !important;
}

body.woocommerce-cart .site-content .cart_totals h2,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals h2,
body.woocommerce-cart .site-content .cart_totals h2 {
background: #f5f5f5 !important;
border-bottom: 0.5px solid #e8e8e8 !important;
}

body.woocommerce-cart .site-content .cart-collaterals .cart_totals tr th,
body.woocommerce-page.woocommerce-cart .site-content .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .site-content .cart-collaterals .cart_totals tr th {
border-top: 0.5px solid #e8e8e8 !important;
}

body.woocommerce-cart .site-content .woocommerce table.shop_table th,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table th,
body.woocommerce-cart .site-content .woocommerce table.shop_table th {
background: #f5f5f5 !important;
border-bottom: 0.5px solid #e8e8e8 !important;
}

body.woocommerce-cart .site-content .woocommerce table.shop_table td,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td,
body.woocommerce-cart .site-content .woocommerce table.shop_table td {
border-top: 0.5px solid #e8e8e8 !important;
background-color: #fafafa !important;
}

body.woocommerce-cart .site-content .woocommerce table.shop_table tfoot th,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tfoot th,
body.woocommerce-cart .site-content .woocommerce table.shop_table tfoot th {
border-top: 0.5px solid #e8e8e8 !important;
}

body.woocommerce-cart .site-content .woocommerce table.shop_table tfoot td,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tfoot td,
body.woocommerce-cart .site-content .woocommerce table.shop_table tfoot td {
border-top: 0.5px solid #e8e8e8 !important;
background-color: #fafafa !important;
}

body.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .cart-subtotal td,
body.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .cart-subtotal th,
body.woocommerce-page.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .cart-subtotal td,
body.woocommerce-page.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .cart-subtotal th,
body.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .cart-subtotal td,
body.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .cart-subtotal th {
border-top: 0.5px solid #e8e8e8 !important;
}

body.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .order-total th,
body.woocommerce-page.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .order-total th,
body.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .order-total th {
background-color: #f5f5f5 !important;
}

body.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .order-total td,
body.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .order-total th,
body.woocommerce-page.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .order-total td,
body.woocommerce-page.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .order-total th,
body.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .order-total td,
body.woocommerce-cart form.omc_woocommerce_checkout table.shop_table .order-total th {
background-color: #f5f5f5 !important;
}

/* Ensure all text is visible with dark colors on light backgrounds */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td,
body.woocommerce-cart .site-content .woocommerce table.shop_table th,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table th,
body.woocommerce-cart .site-content .woocommerce table.shop_table th,
body.woocommerce-cart .site-content .woocommerce table.shop_table td,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td,
body.woocommerce-cart .site-content .woocommerce table.shop_table td,
body.woocommerce-cart .site-content .woocommerce table.shop_table tfoot th,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tfoot th,
body.woocommerce-cart .site-content .woocommerce table.shop_table tfoot th,
body.woocommerce-cart .site-content .woocommerce table.shop_table tfoot td,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tfoot td,
body.woocommerce-cart .site-content .woocommerce table.shop_table tfoot td {
color: #333333 !important;
}

body.woocommerce-cart .site-content .cart_totals h2,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals h2,
body.woocommerce-cart .site-content .cart_totals h2,
body.woocommerce-cart .site-content .cart_totals table th,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table th,
body.woocommerce-cart .site-content .cart_totals table th,
body.woocommerce-cart .site-content .cart_totals table td,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table td,
body.woocommerce-cart .site-content .cart_totals table td,
body.woocommerce-cart .site-content .cart-collaterals .cart_totals tr th,
body.woocommerce-page.woocommerce-cart .site-content .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .site-content .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .site-content .cart-collaterals .cart_totals tr td,
body.woocommerce-page.woocommerce-cart .site-content .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .site-content .cart-collaterals .cart_totals tr td {
color: #333333 !important;
}

/* Coupon and form text */
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon label,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon label,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon label,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon p,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon p,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon p,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon span,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon span,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon span,
body.woocommerce-cart .site-content .woocommerce-cart-form .cart_totals label,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .cart_totals label,
body.woocommerce-cart .site-content .woocommerce-cart-form .cart_totals label,
body.woocommerce-cart .site-content .woocommerce-cart-form .cart_totals p,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .cart_totals p,
body.woocommerce-cart .site-content .woocommerce-cart-form .cart_totals p,
body.woocommerce-cart .site-content .woocommerce-cart-form .cart_totals span,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .cart_totals span,
body.woocommerce-cart .site-content .woocommerce-cart-form .cart_totals span {
color: #333333 !important;
}

/* Links in cart tables */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table a,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table a,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table a,
body.woocommerce-cart .site-content .woocommerce table.shop_table a,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table a,
body.woocommerce-cart .site-content .woocommerce table.shop_table a {
color: #333333 !important;
}

/* Product names and variations */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .variation,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .variation,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .variation {
color: #333333 !important;
}

/* WooCommerce messages and info boxes */
body.woocommerce-cart .site-content .woocommerce-info,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-info,
body.woocommerce-cart .site-content .woocommerce-info,
body.woocommerce-cart .site-content .woocommerce-message,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-message,
body.woocommerce-cart .site-content .woocommerce-message,
body.woocommerce-cart .site-content .woocommerce-error,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-error,
body.woocommerce-cart .site-content .woocommerce-error {
color: #333333 !important;
}

/* Additional text elements - labels, paragraphs, spans */
body.woocommerce-cart .site-content .woocommerce-cart-form label,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form label,
body.woocommerce-cart .site-content .woocommerce-cart-form label,
body.woocommerce-cart .site-content .woocommerce-cart-form p,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form p,
body.woocommerce-cart .site-content .woocommerce-cart-form p,
body.woocommerce-cart .site-content .cart-collaterals label,
body.woocommerce-page.woocommerce-cart .site-content .cart-collaterals label,
body.woocommerce-cart .site-content .cart-collaterals label,
body.woocommerce-cart .site-content .cart-collaterals p,
body.woocommerce-page.woocommerce-cart .site-content .cart-collaterals p,
body.woocommerce-cart .site-content .cart-collaterals p,
/* General button styling for all buttons on basket page - rounded with brand color and black text */
/* Exclude labels - only target actual buttons and submit inputs */
body.woocommerce-cart .site-content .woocommerce-cart-form .button:not(label),
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .button:not(label),
body.woocommerce-cart .site-content .woocommerce-cart-form .button:not(label),
body.woocommerce-cart .site-content .woocommerce-cart-form button:not(label),
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form button:not(label),
body.woocommerce-cart .site-content .woocommerce-cart-form button:not(label),
body.woocommerce-cart .site-content .woocommerce-cart-form input[type="submit"]:not(label),
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form input[type="submit"]:not(label),
body.woocommerce-cart .site-content .woocommerce-cart-form input[type="submit"]:not(label) {
background: #98d5dc !important;
color: #000000 !important;
border: none !important;
border-radius: 8px !important;
font-weight: 600 !important;
padding: 12px 24px !important;
transition: all 0.3s ease !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form .button:not(label):hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .button:not(label):hover,
body.woocommerce-cart .site-content .woocommerce-cart-form .button:not(label):hover,
body.woocommerce-cart .site-content .woocommerce-cart-form button:not(label):hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form button:not(label):hover,
body.woocommerce-cart .site-content .woocommerce-cart-form button:not(label):hover,
body.woocommerce-cart .site-content .woocommerce-cart-form input[type="submit"]:not(label):hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form input[type="submit"]:not(label):hover,
body.woocommerce-cart .site-content .woocommerce-cart-form input[type="submit"]:not(label):hover {
background: #7bc4cd !important;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(152, 213, 220, 0.3);
}

/* Ensure labels are not styled as buttons */
body.woocommerce-cart .site-content .woocommerce-cart-form label,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form label,
body.woocommerce-cart .site-content .woocommerce-cart-form label {
background: transparent !important;
color: inherit !important;
border: none !important;
border-radius: 0 !important;
padding: 0 !important;
font-weight: normal !important;
}

/* ============================================
MODERN BASKET PAGE REDESIGN
============================================ */

/* Main container improvements */
body.woocommerce-cart .site-content .woocommerce,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce,
body.woocommerce-cart .site-content .woocommerce {
max-width: 1200px;
margin: 0 auto;
padding: 30px 20px;
}

/* Page title styling */
body.woocommerce-cart .site-content.entry-title,
body.woocommerce-page.woocommerce-cart .site-content.entry-title,
body.woocommerce-cart .site-content.entry-title,
body.woocommerce-cart h1.page-title,
body.woocommerce-page.woocommerce-cart h1.page-title,
body.woocommerce-cart h1.page-title {
font-size: 32px;
font-weight: 600;
margin-bottom: 30px;
color: #2c2c2c;
text-align: center;
}

/* Cart form container - card style */
body.woocommerce-cart .site-content .woocommerce-cart-form,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form,
body.woocommerce-cart .site-content .woocommerce-cart-form {
background: #ffffff;
border-radius: 8px;
padding: 30px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
margin-bottom: 30px;
border: 0.5px solid #e8e8e8;
}

/* Modern table design */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table {
border: none;
border-radius: 8px;
overflow: hidden;
table-layout: auto;
}

/* Force product-remove column to be minimal */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table colgroup col.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table colgroup col.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table colgroup col.product-remove {
width: 36px !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th {
padding: 18px 20px !important;
font-size: 14px !important;
font-weight: 600 !important;
letter-spacing: 0.5px !important;
text-transform: uppercase !important;
color: #333333 !important;
}

/* Ensure all table header columns have consistent text styling */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-name,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-price,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-quantity,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-subtotal,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-subtotal,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-subtotal {
padding: 18px 20px !important;
font-size: 14px !important;
font-weight: 600 !important;
letter-spacing: 0.5px !important;
text-transform: uppercase !important;
color: #333333 !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td {
padding: 25px 20px;
border: none;
border-bottom: 1px solid #f0f0f0;
vertical-align: middle;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody tr:last-child td,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody tr:last-child td,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody tr:last-child td {
border-bottom: none;
}

/* Product thumbnail column - minimal width, just enough for image */
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table th.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-thumbnail,
body.woocommerce-cart table.shop_table td.product-thumbnail,
body.woocommerce-page.woocommerce-cart table.shop_table td.product-thumbnail,
body.woocommerce-cart table.shop_table td.product-thumbnail,
body.woocommerce-cart table.shop_table th.product-thumbnail,
body.woocommerce-page.woocommerce-cart table.shop_table th.product-thumbnail,
body.woocommerce-cart table.shop_table th.product-thumbnail {
width: 100px !important;
min-width: 100px !important;
max-width: 100px !important;
padding: 20px 10px !important;
text-align: center !important;
box-sizing: border-box !important;
}

body.woocommerce-cart .site-content .woocommerce table.shop_table thead th.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table thead th.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce table.shop_table thead th.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-thumbnail,
body.woocommerce-cart table.shop_table thead th.product-thumbnail,
body.woocommerce-page.woocommerce-cart table.shop_table thead th.product-thumbnail,
body.woocommerce-cart table.shop_table thead th.product-thumbnail {
width: 100px !important;
min-width: 100px !important;
max-width: 100px !important;
padding: 12px 10px !important;
}

/* Product image styling - constrained size */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-thumbnail img,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-thumbnail img,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-thumbnail img,
body.woocommerce-cart .site-content .woocommerce table.shop_table .product-thumbnail img,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table .product-thumbnail img,
body.woocommerce-cart .site-content .woocommerce table.shop_table .product-thumbnail img {
width: 80px !important;
height: auto !important;
max-width: 80px !important;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: block;
margin: 0 auto;
}

/* Force colgroup width if exists */
body.woocommerce-cart .site-content .woocommerce table.shop_table colgroup col.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table colgroup col.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce table.shop_table colgroup col.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table colgroup col.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table colgroup col.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table colgroup col.product-thumbnail {
width: 100px !important;
}

/* Product name column - takes largest width */
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-name,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.product-name,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-name,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-name,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-name,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table th.product-name,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-name,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-name,
body.woocommerce-cart table.shop_table td.product-name,
body.woocommerce-page.woocommerce-cart table.shop_table td.product-name,
body.woocommerce-cart table.shop_table td.product-name,
body.woocommerce-cart table.shop_table th.product-name,
body.woocommerce-page.woocommerce-cart table.shop_table th.product-name,
body.woocommerce-cart table.shop_table th.product-name {
width: auto !important;
min-width: 200px !important;
padding: 20px 15px !important;
}

/* Product name styling */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name {
font-size: 16px;
font-weight: 500;
}

/* Constrain other columns so product-name can expand */
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-price,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.product-price,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-price,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-price,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-price,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table th.product-price,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-price,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-price {
width: 120px !important;
min-width: 120px !important;
max-width: 120px !important;
}

body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-quantity,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.product-quantity,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-quantity,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-quantity,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-quantity,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table th.product-quantity,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-quantity,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-quantity {
width: 120px !important;
min-width: 120px !important;
max-width: 120px !important;
}

body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-subtotal,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.product-subtotal,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-subtotal,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-subtotal,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-subtotal,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-subtotal,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-subtotal,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table th.product-subtotal,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-subtotal,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-subtotal,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-subtotal,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-subtotal {
width: 130px !important;
min-width: 130px !important;
max-width: 130px !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name a,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name a,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name a {
color: #2c2c2c;
text-decoration: none;
transition: color 0.3s ease;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name a:hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name a:hover,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-name a:hover {
color: #98d5dc;
}

/* Quantity input styling - enhanced design */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input.qty.text,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input.qty.text,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input.qty.text,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input[type="number"].qty,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input[type="number"].qty,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input[type="number"].qty {
border: 2px solid #e8e8e8 !important;
border-radius: 8px !important;
padding: 12px 16px !important;
text-align: center !important;
font-size: 16px !important;
font-weight: 600 !important;
color: #2c2c2c !important;
background: #ffffff !important;
width: 90px !important;
min-width: 90px !important;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
appearance: none !important;
-moz-appearance: textfield !important;
}

/* Remove spinner arrows for webkit browsers */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty::-webkit-inner-spin-button,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty::-webkit-inner-spin-button,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty::-webkit-inner-spin-button {
-webkit-appearance: none !important;
margin: 0 !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty:focus,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty:focus,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty:focus,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input.qty.text:focus,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input.qty.text:focus,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input.qty.text:focus,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input[type="number"].qty:focus,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input[type="number"].qty:focus,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input[type="number"].qty:focus {
border-color: #98d5dc !important;
outline: none !important;
box-shadow: 0 0 0 4px rgba(152, 213, 220, 0.15), 0 4px 8px rgba(152, 213, 220, 0.1) !important;
background: #ffffff !important;
transform: scale(1.02);
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty:hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty:hover,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .quantity input.qty:hover,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input.qty.text:hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input.qty.text:hover,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input.qty.text:hover,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input[type="number"].qty:hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input[type="number"].qty:hover,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table input[type="number"].qty:hover {
border-color: #98d5dc !important;
box-shadow: 0 2px 6px rgba(152, 213, 220, 0.15) !important;
}

/* Remove button column - very small width - maximum specificity */
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.product-remove,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-remove,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table th.product-remove,
body.woocommerce-cart .site-content .woocommerce table.shop_table th.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-remove,
body.woocommerce-cart table.shop_table td.product-remove,
body.woocommerce-page.woocommerce-cart table.shop_table td.product-remove,
body.woocommerce-cart table.shop_table td.product-remove,
body.woocommerce-cart table.shop_table th.product-remove,
body.woocommerce-page.woocommerce-cart table.shop_table th.product-remove,
body.woocommerce-cart table.shop_table th.product-remove {
width: 28px !important;
min-width: 28px !important;
max-width: 28px !important;
padding: 20px 0 20px 8px !important;
text-align: center !important;
white-space: nowrap !important;
box-sizing: border-box !important;
}

body.woocommerce-cart .site-content .woocommerce table.shop_table thead th.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table thead th.product-remove,
body.woocommerce-cart .site-content .woocommerce table.shop_table thead th.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th.product-remove,
body.woocommerce-cart table.shop_table thead th.product-remove,
body.woocommerce-page.woocommerce-cart table.shop_table thead th.product-remove,
body.woocommerce-cart table.shop_table thead th.product-remove {
width: 28px !important;
min-width: 28px !important;
max-width: 28px !important;
padding: 12px 0 12px 8px !important;
}

/* Remove button styling - smaller button to fit narrow column */
body.woocommerce-cart .site-content .woocommerce table.shop_table .product-remove a.remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table .product-remove a.remove,
body.woocommerce-cart .site-content .woocommerce table.shop_table .product-remove a.remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-remove a.remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-remove a.remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-remove a.remove,
body.woocommerce-cart table.shop_table .product-remove a.remove,
body.woocommerce-page.woocommerce-cart table.shop_table .product-remove a.remove,
body.woocommerce-cart table.shop_table .product-remove a.remove {
width: 24px !important;
height: 24px !important;
min-width: 24px !important;
min-height: 24px !important;
max-width: 24px !important;
max-height: 24px !important;
border-radius: 50%;
display: inline-flex !important;
align-items: center;
justify-content: center;
background: #f5f5f5;
color: #666 !important;
font-size: 16px;
transition: all 0.3s ease;
margin: 0 !important;
padding: 0 !important;
line-height: 1;
text-decoration: none;
box-sizing: border-box;
}

/* Force colgroup width if exists */
body.woocommerce-cart .site-content .woocommerce table.shop_table colgroup col.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table colgroup col.product-remove,
body.woocommerce-cart .site-content .woocommerce table.shop_table colgroup col.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table colgroup col.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table colgroup col.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table colgroup col.product-remove {
width: 28px !important;
}

/* Override any table width calculations */
body.woocommerce-cart .site-content .woocommerce table.shop_table,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table,
body.woocommerce-cart .site-content .woocommerce table.shop_table,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table {
table-layout: fixed !important;
}

body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.product-remove,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-remove {
overflow: visible !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-remove a.remove:hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-remove a.remove:hover,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-remove a.remove:hover {
background: #ff4444;
color: #ffffff !important;
transform: scale(1.1);
}

/* Price styling */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-price,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-subtotal,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-subtotal,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-subtotal {
font-size: 16px;
font-weight: 600;
color: #2c2c2c;
}

/* Cart actions row - full width spanning all columns */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.actions,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.actions,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.actions,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.actions,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions {
width: 100% !important;
padding: 25px 20px !important;
border-top: 2px solid #f0f0f0;
margin-top: 0;
display: table-cell !important;
}

/* Ensure actions row spans all columns */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tr:has(td.actions),
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tr:has(td.actions),
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tr:has(td.actions),
body.woocommerce-cart .site-content .woocommerce table.shop_table tr:has(td.actions),
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tr:has(td.actions),
body.woocommerce-cart .site-content .woocommerce table.shop_table tr:has(td.actions) {
display: table-row !important;
}

/* Override table-layout for actions row to allow colspan to work */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table {
table-layout: auto !important;
}

/* Cart actions section */
body.woocommerce-cart .site-content .woocommerce-cart-form .actions,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .actions,
body.woocommerce-cart .site-content .woocommerce-cart-form .actions,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.actions,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions {
padding: 0;
border-top: none;
margin-top: 0;
display: flex;
flex-wrap: nowrap;
gap: 15px;
align-items: center;
width: 100% !important;
}

/* Coupon section styling - full width matching table */
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon {
display: flex;
gap: 10px;
align-items: center;
flex: 0 0 auto;
min-width: 0;
}

/* Coupon label styling */
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon label,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon label,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon label,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon label,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon label,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon label {
display: inline-block;
margin-right: 8px;
font-weight: 500;
color: #333;
}

body.woocommerce-cart .site-content .woocommerce-cart-form .coupon label,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon label,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon label {
display: none;
}

body.woocommerce-cart .site-content .woocommerce-cart-form .coupon input#coupon_code,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon input#coupon_code,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon input#coupon_code,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon input#coupon_code,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon input#coupon_code,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon input#coupon_code {
width: 300px !important;
flex: 0 0 300px;
min-width: 300px;
border: 1px solid #e0e0e0;
border-radius: 6px;
padding: 12px 15px;
font-size: 14px;
transition: border-color 0.3s ease;
}

body.woocommerce-cart .site-content .woocommerce-cart-form .coupon input#coupon_code:focus,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon input#coupon_code:focus,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon input#coupon_code:focus {
border-color: #98d5dc;
outline: none;
box-shadow: 0 0 0 3px rgba(152, 213, 220, 0.1);
}

/* Update cart button - rounded with brand color and black text */
body.woocommerce-cart .site-content .woocommerce-cart-form .actions button[name="update_cart"],
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .actions button[name="update_cart"],
body.woocommerce-cart .site-content .woocommerce-cart-form .actions button[name="update_cart"] {
padding: 12px 24px;
background: #98d5dc !important;
color: #000000 !important;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}

body.woocommerce-cart .site-content .woocommerce-cart-form .actions button[name="update_cart"]:hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .actions button[name="update_cart"]:hover,
body.woocommerce-cart .site-content .woocommerce-cart-form .actions button[name="update_cart"]:hover {
background: #7bc4cd !important;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(152, 213, 220, 0.3);
}

/* Apply coupon button - rounded with brand color and black text */
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon button[name="apply_coupon"],
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon button[name="apply_coupon"],
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon button[name="apply_coupon"],
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon button[name="apply_coupon"],
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon button[name="apply_coupon"],
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon button[name="apply_coupon"] {
padding: 12px 20px;
background: #98d5dc !important;
color: #000000 !important;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}

body.woocommerce-cart .site-content .woocommerce-cart-form .coupon button[name="apply_coupon"]:hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon button[name="apply_coupon"]:hover,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon button[name="apply_coupon"]:hover,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon button[name="apply_coupon"]:hover,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon button[name="apply_coupon"]:hover,
body.woocommerce-cart .site-content .woocommerce table.shop_table td.actions .coupon button[name="apply_coupon"]:hover {
background: #7bc4cd !important;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(152, 213, 220, 0.3);
}

/* Cart totals section - card design */
body.woocommerce-cart .site-content .cart-collaterals,
body.woocommerce-page.woocommerce-cart .site-content .cart-collaterals,
body.woocommerce-cart .site-content .cart-collaterals {
display: flex;
justify-content: flex-end;
}

body.woocommerce-cart .site-content .cart_totals,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals,
body.woocommerce-cart .site-content .cart_totals {
background: #ffffff !important;
border-radius: 8px !important;
padding: 0 !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
width: 100%;
max-width: 400px;
border: 0.5px solid #e8e8e8 !important;
overflow: hidden !important;
}

body.woocommerce-cart .site-content .cart_totals h2,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals h2,
body.woocommerce-cart .site-content .cart_totals h2 {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
padding: 20px 25px;
margin: 0;
border-radius: 8px 8px 0 0;
font-size: 20px;
font-weight: 600;
border: none;
border-bottom: 2px solid #e8e8e8;
}

body.woocommerce-cart .site-content .cart_totals table.shop_table,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table,
body.woocommerce-cart .site-content .cart_totals table.shop_table {
margin: 0;
border: none !important;
border-collapse: separate;
border-spacing: 0;
}

/* Ensure no borders anywhere on the table */
body.woocommerce-cart .site-content .cart_totals table.shop_table *,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table *,
body.woocommerce-cart .site-content .cart_totals table.shop_table * {
border-left: none !important;
border-right: none !important;
}

body.woocommerce-cart .site-content .cart_totals table.shop_table th,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table th,
body.woocommerce-cart .site-content .cart_totals table.shop_table th,
body.woocommerce-cart .site-content .cart_totals table.shop_table td,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table td,
body.woocommerce-cart .site-content .cart_totals table.shop_table td {
padding: 18px 25px;
border: none !important;
border-bottom: none !important;
border-top: none !important;
}

/* Remove all borders from cart totals table */
body.woocommerce-cart .site-content .cart_totals table.shop_table,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table,
body.woocommerce-cart .site-content .cart_totals table.shop_table,
body.woocommerce-cart .site-content .cart_totals table.shop_table tbody,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table tbody,
body.woocommerce-cart .site-content .cart_totals table.shop_table tbody,
body.woocommerce-cart .site-content .cart_totals table.shop_table tr,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table tr,
body.woocommerce-cart .site-content .cart_totals table.shop_table tr {
border: none !important;
}

/* Enhanced row styling with subtle separators */
body.woocommerce-cart .site-content .cart_totals table.shop_table tbody tr:not(:last-child) {
border-bottom: 1px solid #f0f0f0;
}

body.woocommerce-cart .site-content .cart_totals table.shop_table tbody tr:not(:last-child) th,
body.woocommerce-cart .site-content .cart_totals table.shop_table tbody tr:not(:last-child) td {
border-bottom: 1px solid #f0f0f0;
}

/* Cart subtotal styling */
body.woocommerce-cart .site-content .cart_totals table.shop_table .cart-subtotal th,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .cart-subtotal th,
body.woocommerce-cart .site-content .cart_totals table.shop_table .cart-subtotal th {
font-weight: 500;
color: #555;
font-size: 15px;
}

body.woocommerce-cart .site-content .cart_totals table.shop_table .cart-subtotal td,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .cart-subtotal td,
body.woocommerce-cart .site-content .cart_totals table.shop_table .cart-subtotal td {
font-weight: 600;
color: #2c2c2c;
font-size: 15px;
text-align: right;
}

/* Coupon discount row styling */
body.woocommerce-cart .site-content .cart_totals table.shop_table .cart-discount th,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .cart-discount th,
body.woocommerce-cart .site-content .cart_totals table.shop_table .cart-discount th {
font-weight: 500;
color: #28a745;
font-size: 14px;
}

body.woocommerce-cart .site-content .cart_totals table.shop_table .cart-discount td,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .cart-discount td,
body.woocommerce-cart .site-content .cart_totals table.shop_table .cart-discount td {
font-weight: 600;
color: #28a745;
font-size: 15px;
text-align: right;
}

/* Remove coupon link styling - rounded with brand color and black text */
body.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-remove-coupon,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-remove-coupon,
body.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-remove-coupon {
margin-left: 10px;
padding: 6px 12px;
background: #98d5dc !important;
color: #000000 !important;
text-decoration: none;
border-radius: 8px;
font-size: 12px;
font-weight: 600;
transition: all 0.2s ease;
display: inline-block;
}

body.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-remove-coupon:hover,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-remove-coupon:hover,
body.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-remove-coupon:hover {
background: #7bc4cd !important;
color: #000000 !important;
transform: translateY(-1px);
box-shadow: 0 2px 4px rgba(152, 213, 220, 0.3);
}

/* Shipping section styling */
body.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-shipping-totals th,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-shipping-totals th,
body.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-shipping-totals th {
font-weight: 500;
color: #555;
font-size: 15px;
vertical-align: top;
padding-top: 25px;
}

body.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-shipping-totals td,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-shipping-totals td,
body.woocommerce-cart .site-content .cart_totals table.shop_table .woocommerce-shipping-totals td {
padding-top: 20px;
}

/* Shipping methods list styling */
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods,
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods {
list-style: none;
padding: 0;
margin: 0 0 15px 0;
}

body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods li,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods li,
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods li {
margin-bottom: 12px;
padding: 12px 15px;
background: #f8f9fa;
border-radius: 8px;
transition: all 0.2s ease;
}

body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods li:hover,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods li:hover,
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods li:hover {
background: #e9ecef;
}

body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods li:last-child {
margin-bottom: 0;
}

/* Shipping radio button styling */
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods input[type="radio"].shipping_method,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods input[type="radio"].shipping_method,
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods input[type="radio"].shipping_method {
margin-right: 10px;
width: 18px;
height: 18px;
cursor: pointer;
accent-color: #98d5dc;
}

/* Shipping label styling */
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods label,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods label,
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-methods label {
cursor: pointer;
font-size: 14px;
color: #2c2c2c;
font-weight: 500;
display: flex;
align-items: center;
margin: 0;
}

/* Shipping destination text */
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-destination,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-destination {
font-size: 13px;
color: #666;
margin: 15px 0 0 0;
padding: 0;
}

body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-destination strong,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-destination strong,
body.woocommerce-cart .site-content .cart_totals .woocommerce-shipping-destination strong {
color: #2c2c2c;
font-weight: 600;
}

/* Shipping address reminder - blue theme */
body.woocommerce-cart .site-content .cart_totals .shipping-address-reminder,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals .shipping-address-reminder,
body.woocommerce-cart .site-content .cart_totals .shipping-address-reminder {
border-color: #98d5dc !important;
background: #e8f5f6 !important;
color: #2c3e50 !important;
}

/* Order total row - enhanced styling */
body.woocommerce-cart .site-content .cart_totals table.shop_table .order-total th,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .order-total th,
body.woocommerce-cart .site-content .cart_totals table.shop_table .order-total th {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
font-size: 18px;
font-weight: 700;
color: #2c2c2c;
padding-top: 25px;
padding-bottom: 25px;
border-top: 2px solid #e8e8e8 !important;
border-bottom: none !important;
}

body.woocommerce-cart .site-content .cart_totals table.shop_table .order-total td,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .order-total td,
body.woocommerce-cart .site-content .cart_totals table.shop_table .order-total td {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
font-size: 20px;
font-weight: 700;
color: #2c2c2c;
text-align: right;
padding-top: 25px;
padding-bottom: 25px;
border-top: 2px solid #e8e8e8 !important;
border-bottom: none !important;
}

body.woocommerce-cart .site-content .cart_totals table.shop_table .order-total td strong,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .order-total td strong,
body.woocommerce-cart .site-content .cart_totals table.shop_table .order-total td strong {
font-size: 22px;
color: #98d5dc;
}

/* VAT text styling */
body.woocommerce-cart .site-content .cart_totals table.shop_table .order-total .includes_tax,
body.woocommerce-page.woocommerce-cart .site-content .cart_totals table.shop_table .order-total .includes_tax,
body.woocommerce-cart .site-content .cart_totals table.shop_table .order-total .includes_tax {
display: block;
font-size: 12px;
color: #888;
font-weight: 400;
margin-top: 5px;
}

/* Checkout button - enhanced design */
body.woocommerce-cart .site-content .wc-proceed-to-checkout,
body.woocommerce-page.woocommerce-cart .site-content .wc-proceed-to-checkout,
body.woocommerce-cart .site-content .wc-proceed-to-checkout {
padding: 25px;
}

body.woocommerce-cart .site-content .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page.woocommerce-cart .site-content .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .site-content .wc-proceed-to-checkout a.checkout-button {
	display: block;
	width: 100%;
	padding: 18px 32px;
	background: #98d5dc !important;
	color: #000000 !important;
	text-align: center;
	border: none !important;
	border-radius: 8px !important;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: none !important;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 16px rgba(152, 213, 220, 0.25), 0 2px 8px rgba(152, 213, 220, 0.15);
	position: relative;
	overflow: hidden;
}

body.woocommerce-cart .site-content .wc-proceed-to-checkout a.checkout-button::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.5s ease;
}

body.woocommerce-cart .site-content .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-page.woocommerce-cart .site-content .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .site-content .wc-proceed-to-checkout a.checkout-button:hover {
	background: #7bc4cd !important;
	color: #000000 !important;
	border: none !important;
	border-radius: 8px !important;
	text-transform: none !important;
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(152, 213, 220, 0.35), 0 4px 12px rgba(152, 213, 220, 0.2);
}

body.woocommerce-cart .site-content .wc-proceed-to-checkout a.checkout-button:hover::before {
left: 100%;
}

body.woocommerce-cart .site-content .wc-proceed-to-checkout a.checkout-button:active {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(152, 213, 220, 0.25), 0 2px 6px rgba(152, 213, 220, 0.15);
}

/* Empty cart page redesign */
body.woocommerce-cart .site-content .cart-empty,
body.woocommerce-page.woocommerce-cart .site-content .cart-empty,
body.woocommerce-cart .site-content .cart-empty {
text-align: center;
padding: 60px 20px;
}

body.woocommerce-cart .site-content .cart-empty .woocommerce-info,
body.woocommerce-page.woocommerce-cart .site-content .cart-empty .woocommerce-info,
body.woocommerce-cart .site-content .cart-empty .woocommerce-info {
background: #ffffff;
border-radius: 12px;
padding: 40px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
margin-bottom: 30px;
border: none;
}

body.woocommerce-cart .site-content .cart-empty .return-to-shop,
body.woocommerce-page.woocommerce-cart .site-content .cart-empty .return-to-shop,
body.woocommerce-cart .site-content .cart-empty .return-to-shop {
margin-top: 30px;
}

body.woocommerce-cart .site-content .cart-empty .return-to-shop a.button,
body.woocommerce-page.woocommerce-cart .site-content .cart-empty .return-to-shop a.button,
body.woocommerce-cart .site-content .cart-empty .return-to-shop a.button {
display: inline-block;
padding: 14px 32px;
background: #98d5dc !important;
color: #000000 !important;
border: none !important;
border-radius: 8px !important;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(152, 213, 220, 0.3);
}

body.woocommerce-cart .site-content .cart-empty .return-to-shop a.button:hover,
body.woocommerce-page.woocommerce-cart .site-content .cart-empty .return-to-shop a.button:hover,
body.woocommerce-cart .site-content .cart-empty .return-to-shop a.button:hover {
background: #7bc4cd !important;
color: #000000 !important;
border: none !important;
border-radius: 8px !important;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(152, 213, 220, 0.4);
}

/* Continue Shopping link - style as button even without .button class */
body.woocommerce-cart .site-content p.has-text-align-right a[href*="product-category"],
body.woocommerce-page.woocommerce-cart .site-content p.has-text-align-right a[href*="product-category"],
body.woocommerce-cart .site-content p.has-text-align-right a[href*="product-category"],
body.woocommerce-cart .site-content p.text-black a[href*="product-category"],
body.woocommerce-page.woocommerce-cart .site-content p.text-black a[href*="product-category"],
body.woocommerce-cart .site-content p.text-black a[href*="product-category"],
body.woocommerce-cart .site-content a[href*="product-category/cakes"],
body.woocommerce-page.woocommerce-cart .site-content a[href*="product-category/cakes"],
body.woocommerce-cart .site-content a[href*="product-category/cakes"] {
display: inline-block !important;
padding: 12px 24px !important;
background: #98d5dc !important;
color: #000000 !important;
border: none !important;
border-radius: 8px !important;
font-size: 14px !important;
font-weight: 600 !important;
text-decoration: none !important;
transition: all 0.3s ease !important;
box-shadow: 0 4px 12px rgba(152, 213, 220, 0.3) !important;
}

body.woocommerce-cart .site-content p.has-text-align-right a[href*="product-category"]:hover,
body.woocommerce-page.woocommerce-cart .site-content p.has-text-align-right a[href*="product-category"]:hover,
body.woocommerce-cart .site-content p.has-text-align-right a[href*="product-category"]:hover,
body.woocommerce-cart .site-content p.text-black a[href*="product-category"]:hover,
body.woocommerce-page.woocommerce-cart .site-content p.text-black a[href*="product-category"]:hover,
body.woocommerce-cart .site-content p.text-black a[href*="product-category"]:hover,
body.woocommerce-cart .site-content a[href*="product-category/cakes"]:hover,
body.woocommerce-page.woocommerce-cart .site-content a[href*="product-category/cakes"]:hover,
body.woocommerce-cart .site-content a[href*="product-category/cakes"]:hover {
background: #7bc4cd !important;
color: #000000 !important;
border: none !important;
border-radius: 8px !important;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(152, 213, 220, 0.4) !important;
}

/* Mobile responsiveness - Card-based layout */
@media screen and (max-width: 768px) {
body.woocommerce-cart .site-content .woocommerce-cart-form,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form,
body.woocommerce-cart .site-content .woocommerce-cart-form {
padding: 20px 15px;
overflow-x: visible;
}

/* Convert table to block layout on mobile */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table,
body.woocommerce-cart .site-content .woocommerce table.shop_table,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table,
body.woocommerce-cart .site-content .woocommerce table.shop_table {
display: block !important;
width: 100% !important;
border: none !important;
}

/* Hide table header on mobile */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead {
display: none !important;
}

/* Make tbody a block */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody {
display: block !important;
width: 100% !important;
}

/* Make each row a card */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody tr,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody tr,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody tr {
display: block !important;
width: 100% !important;
margin-bottom: 20px !important;
border: 1px solid #e8e8e8 !important;
border-radius: 8px !important;
padding: 15px !important;
background: #ffffff !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

/* Make each cell a block with label */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td {
display: block !important;
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
padding: 10px 0 !important;
text-align: left !important;
border: none !important;
border-bottom: 1px solid #f0f0f0 !important;
box-sizing: border-box !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td:last-child {
border-bottom: none !important;
}

/* Ensure Price, Quantity, and Subtotal take full width - override all previous width constraints */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-price,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-price,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-price,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-price,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-price {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
display: block !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-quantity,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-quantity,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-quantity {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
display: flex !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-subtotal,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-subtotal,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-subtotal,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-subtotal,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-subtotal,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-subtotal {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
display: block !important;
}

/* Quantity - label and input on same line */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity {
display: flex !important;
align-items: center;
gap: 10px;
flex-wrap: nowrap;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity:before {
content: attr(data-title) ": ";
font-weight: 600;
display: inline-block;
min-width: 100px;
color: #666;
margin-right: 0;
flex-shrink: 0;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity {
flex: 1;
display: flex !important;
align-items: center;
min-width: 0;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity input.qty,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity input.qty,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity input.qty {
width: 100% !important;
max-width: 100% !important;
flex: 1;
}

/* Add labels before cell content using data-title */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td[data-title]:before,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td[data-title]:before,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td[data-title]:before {
content: attr(data-title) ": ";
font-weight: 600;
display: inline-block;
min-width: 100px;
color: #666;
margin-right: 10px;
}

/* Product remove - full width and centered on mobile */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-remove,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-remove,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-remove {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
display: block !important;
text-align: center !important;
border-bottom: none !important;
padding: 5px 0 10px 0 !important;
position: relative;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-remove:before {
content: "" !important;
}

/* Product thumbnail - hide on mobile */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.product-thumbnail {
display: none !important;
}

/* Product name - no label needed */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.product-name:before {
content: "" !important;
}

/* Actions row - full width and responsive on mobile */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody tr:has(td.actions),
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody tr:has(td.actions),
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody tr:has(td.actions) {
margin-top: 20px !important;
display: block !important;
width: 100% !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
display: block !important;
border-bottom: none !important;
padding: 15px 0 0 0 !important;
box-sizing: border-box !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions:before {
content: "" !important;
}

/* Actions container - stack vertically on mobile */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .actions,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .actions,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .actions,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions {
display: flex !important;
flex-direction: column !important;
gap: 15px !important;
width: 100% !important;
padding: 0 !important;
}

/* Coupon section - full width and stacked on mobile */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon {
width: 100% !important;
display: flex !important;
flex-direction: column !important;
gap: 10px !important;
align-items: stretch !important;
}

/* Coupon label - show on mobile */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon label,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon label,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon label,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon label,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon label,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon label {
display: block !important;
margin-bottom: 5px;
font-weight: 500;
color: #333;
}

/* Coupon input and button - full width on mobile */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon input#coupon_code,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon input#coupon_code,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon input#coupon_code,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon input#coupon_code,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon input#coupon_code,
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon input#coupon_code {
width: 100% !important;
min-width: 100% !important;
max-width: 100% !important;
flex: 1 1 100% !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon button[name="apply_coupon"],
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon button[name="apply_coupon"],
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions .coupon button[name="apply_coupon"],
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon button[name="apply_coupon"],
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon button[name="apply_coupon"],
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions .coupon button[name="apply_coupon"] {
width: 100% !important;
padding: 12px 20px !important;
}

/* Update basket button - full width on mobile */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions button[name="update_cart"],
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions button[name="update_cart"],
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td.actions button[name="update_cart"],
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions button[name="update_cart"],
body.woocommerce-page.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions button[name="update_cart"],
body.woocommerce-cart .site-content .woocommerce table.shop_table tbody td.actions button[name="update_cart"] {
width: 100% !important;
padding: 12px 24px !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table thead th {
padding: 12px 10px;
font-size: 12px;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table tbody td {
padding: 15px 10px;
}

/* Override all fixed column widths on mobile - allow natural sizing */
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-remove,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-remove,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-remove {
width: 28px !important;
min-width: 28px !important;
max-width: 28px !important;
padding: 20px 4px !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-thumbnail,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-thumbnail,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-thumbnail {
width: 80px !important;
min-width: 80px !important;
max-width: 80px !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-thumbnail img,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-thumbnail img,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table .product-thumbnail img {
width: 60px !important;
max-width: 60px !important;
height: auto !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-name,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-name,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-name,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-name {
min-width: 150px !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-price,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-price,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-price,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-price {
width: 90px !important;
min-width: 90px !important;
max-width: 90px !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-quantity,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-quantity,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-quantity,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-quantity {
width: 100px !important;
min-width: 100px !important;
max-width: 100px !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-subtotal,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-subtotal,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table td.product-subtotal,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-subtotal,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-subtotal,
body.woocommerce-cart .site-content .woocommerce-cart-form table.shop_table th.product-subtotal {
width: 100px !important;
min-width: 100px !important;
max-width: 100px !important;
}

body.woocommerce-cart .site-content .woocommerce-cart-form .actions,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .actions,
body.woocommerce-cart .site-content .woocommerce-cart-form .actions {
flex-direction: column;
gap: 10px;
}

body.woocommerce-cart .site-content .woocommerce-cart-form .coupon,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon {
width: 100%;
flex-direction: column;
}

body.woocommerce-cart .site-content .woocommerce-cart-form .coupon input#coupon_code,
body.woocommerce-page.woocommerce-cart .site-content .woocommerce-cart-form .coupon input#coupon_code,
body.woocommerce-cart .site-content .woocommerce-cart-form .coupon input#coupon_code {
width: 100% !important;
min-width: 100% !important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-page.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals {
	max-width: 100%;
}
}