/**
 * Modern Cart & Checkout Styles
 * Clean, professional design - FORCE OVERRIDE
 */

/* =========================
   CART & CHECKOUT BANNER
========================= */
body.woocommerce-cart .cart-banner,
body.woocommerce-checkout .checkout-banner {
	background-image: url('https://consumer.huawei.com/dam/content/dam/huawei-cbg-site/common/mkt/pdp/phones/pura70-ultra/img/kv/kv-2x.webp');
	background-size: cover;
	background-position: center;
	padding: 110px 20px;
	text-align: center;
	color: #fff;
	position: relative;
}

body.woocommerce-cart .cart-banner::before,
body.woocommerce-checkout .checkout-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

body.woocommerce-cart .cart-banner .shop-text,
body.woocommerce-checkout .checkout-banner .shop-text {
	position: relative;
	z-index: 1;
}

body.woocommerce-cart .cart-banner h1,
body.woocommerce-checkout .checkout-banner h1 {
	font-size: 48px;
	margin-bottom: 10px;
	font-weight: 700;
}

body.woocommerce-cart .cart-banner p,
body.woocommerce-checkout .checkout-banner p {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 400;
}

/* Responsive Banner Styles */
@media (max-width: 768px) {
	body.woocommerce-cart .cart-banner,
	body.woocommerce-checkout .checkout-banner {
		padding: 80px 20px;
	}
	
	body.woocommerce-cart .cart-banner h1,
	body.woocommerce-checkout .checkout-banner h1 {
		font-size: 36px;
	}
	
	body.woocommerce-cart .cart-banner p,
	body.woocommerce-checkout .checkout-banner p {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	body.woocommerce-cart .cart-banner,
	body.woocommerce-checkout .checkout-banner {
		padding: 60px 20px;
	}
	
	body.woocommerce-cart .cart-banner h1,
	body.woocommerce-checkout .checkout-banner h1 {
		font-size: 28px;
	}
	
	body.woocommerce-cart .cart-banner p,
	body.woocommerce-checkout .checkout-banner p {
		font-size: 16px;
	}
}

/* Apply Montserrat font globally - BUT EXCLUDE HEADER AND ICONS */
body.woocommerce-cart,
body.woocommerce-checkout {
  font-family: 'Montserrat', sans-serif !important;
}

/* Exclude header from cart/checkout page font overrides */
body.woocommerce-cart .header,
body.woocommerce-cart .header *,
body.woocommerce-checkout .header,
body.woocommerce-checkout .header * {
  font-family: 'Montserrat', sans-serif !important;
}

/* CRITICAL: Ensure Font Awesome icons work on checkout/cart pages */
body.woocommerce-cart .fa,
body.woocommerce-cart .fas,
body.woocommerce-cart .far,
body.woocommerce-cart .fal,
body.woocommerce-cart .fad,
body.woocommerce-cart .fab,
body.woocommerce-cart .fa-solid,
body.woocommerce-cart .fa-regular,
body.woocommerce-cart .fa-light,
body.woocommerce-cart .fa-duotone,
body.woocommerce-cart .fa-brands,
body.woocommerce-cart [class*="fa-"],
body.woocommerce-cart i[class*="fa-"],
body.woocommerce-checkout .fa,
body.woocommerce-checkout .fas,
body.woocommerce-checkout .far,
body.woocommerce-checkout .fal,
body.woocommerce-checkout .fad,
body.woocommerce-checkout .fab,
body.woocommerce-checkout .fa-solid,
body.woocommerce-checkout .fa-regular,
body.woocommerce-checkout .fa-light,
body.woocommerce-checkout .fa-duotone,
body.woocommerce-checkout .fa-brands,
body.woocommerce-checkout [class*="fa-"],
body.woocommerce-checkout i[class*="fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", "FontAwesome" !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .fa-brands,
body.woocommerce-checkout .fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* Apply to cart/checkout content only */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .woocommerce-cart-form *,
body.woocommerce-checkout .woocommerce-checkout,
body.woocommerce-checkout .woocommerce-checkout * {
  font-family: 'Montserrat', sans-serif !important;
}

/* =========================
   CART PAGE - FORCE OVERRIDE
========================= */

body.woocommerce-cart .luxury-cart-page,
body.woocommerce-cart .woocommerce-cart-form {
  background: #f8f9fa !important;
}

/* Ensure header cart icon is NOT affected by cart page styles */
body.woocommerce-cart .header .top-icons .cart,
body.woocommerce-checkout .header .top-icons .cart {
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body.woocommerce-cart .header .top-icons .cart i,
body.woocommerce-checkout .header .top-icons .cart i {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", "FontAwesome" !important;
  font-size: 20px !important;
  color: #333 !important;
  display: inline-block !important;
}

/* Ensure ALL header icons show on cart/checkout pages */
body.woocommerce-cart .header .top-icons i,
body.woocommerce-checkout .header .top-icons i,
body.woocommerce-cart .header .top-icons [class*="fa-"],
body.woocommerce-checkout .header .top-icons [class*="fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", "FontAwesome" !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-weight: 900 !important;
}

/* Ensure search icon shows */
body.woocommerce-cart .header .search-box button i,
body.woocommerce-checkout .header .search-box button i,
body.woocommerce-cart .header .search-box [class*="fa-"],
body.woocommerce-checkout .header .search-box [class*="fa-"],
body.woocommerce-cart .header .search-box button [class*="fa-"],
body.woocommerce-checkout .header .search-box button [class*="fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", "FontAwesome" !important;
  font-weight: 900 !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure phone icon in nav bar shows */
body.woocommerce-cart .header .nav-bar .phone i,
body.woocommerce-checkout .header .nav-bar .phone i,
body.woocommerce-cart .header .nav-bar .phone [class*="fa-"],
body.woocommerce-checkout .header .nav-bar .phone [class*="fa-"],
body.woocommerce-cart .header .nav-bar .phone a i,
body.woocommerce-checkout .header .nav-bar .phone a i {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", "FontAwesome" !important;
  font-weight: 900 !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure menu toggle icon shows */
body.woocommerce-cart .header .nav-bar .menu-toggle i,
body.woocommerce-checkout .header .nav-bar .menu-toggle i,
body.woocommerce-cart .header .nav-bar .menu-toggle [class*="fa-"],
body.woocommerce-checkout .header .nav-bar .menu-toggle [class*="fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", "FontAwesome" !important;
  font-weight: 900 !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Brand icons (Google Plus) */
body.woocommerce-cart .header .top-icons .fa-brands,
body.woocommerce-checkout .header .top-icons .fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* Ensure header top-icons container is visible */
body.woocommerce-cart .header .top-icons,
body.woocommerce-checkout .header .top-icons {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  visibility: visible !important;
}

body.woocommerce-cart .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

body.woocommerce-cart .cart-header {
  margin-bottom: 40px !important;
}

body.woocommerce-cart .cart-title {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin: 0 0 8px 0 !important;
}

body.woocommerce-cart .cart-subtitle {
  font-size: 16px !important;
  color: #666 !important;
  margin: 0 !important;
}

/* Empty Cart Message */
body.woocommerce-cart .cart-empty-wrapper {
  text-align: center !important;
  padding: 80px 20px !important;
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  border: 1px solid #e5e5e5 !important;
}

body.woocommerce-cart .cart-empty-icon {
  margin-bottom: 30px !important;
}

body.woocommerce-cart .cart-empty-emoji {
  font-size: 80px !important;
  display: block !important;
  line-height: 1 !important;
}

body.woocommerce-cart .cart-empty-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin: 0 0 15px 0 !important;
}

body.woocommerce-cart .cart-empty-text {
  font-size: 16px !important;
  color: #666 !important;
  margin: 0 0 30px 0 !important;
  line-height: 1.6 !important;
}

body.woocommerce-cart .return-to-shop {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 14px 32px !important;
  background: #e11b22 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  transition: all 0.3s !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

body.woocommerce-cart .return-to-shop:hover {
  background: #c5001d !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(225, 27, 34, 0.4) !important;
}

body.woocommerce-cart .cart-layout {
  display: grid !important;
  grid-template-columns: 1fr 380px !important;
  gap: 30px !important;
  margin-top: 30px !important;
}

/* Cart Table - FORCE OVERRIDE */
body.woocommerce-cart .luxury-cart-table,
body.woocommerce-cart .woocommerce-cart-form__contents,
body.woocommerce-cart table.shop_table {
  background: #fff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  border: 1px solid #e5e5e5 !important;
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.woocommerce-cart .luxury-cart-table thead,
body.woocommerce-cart .woocommerce-cart-form__contents thead {
  background: #f8f9fa !important;
  border-bottom: 2px solid #e5e5e5 !important;
}

body.woocommerce-cart .luxury-cart-table thead th,
body.woocommerce-cart .woocommerce-cart-form__contents thead th {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 16px 15px !important;
  border: none !important;
  text-align: left !important;
  background: transparent !important;
}

body.woocommerce-cart .luxury-cart-table tbody td,
body.woocommerce-cart .woocommerce-cart-form__contents tbody td {
  padding: 20px 15px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  vertical-align: middle !important;
  background: #fff !important;
}

body.woocommerce-cart .luxury-cart-table tbody tr:last-child td,
body.woocommerce-cart .woocommerce-cart-form__contents tbody tr:last-child td {
  border-bottom: none !important;
}

body.woocommerce-cart .luxury-cart-table tbody tr:hover,
body.woocommerce-cart .woocommerce-cart-form__contents tbody tr:hover {
  background: #fafafa !important;
}

/* Product Remove */
body.woocommerce-cart .product-remove a {
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #f5f5f5 !important;
  color: #999 !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
  font-size: 16px !important;
}

body.woocommerce-cart .product-remove a:hover {
  background: #e11b22 !important;
  color: #fff !important;
  transform: scale(1.1) !important;
}

/* Product Thumbnail */
body.woocommerce-cart .product-thumbnail {
  width: 100px !important;
}

body.woocommerce-cart .product-thumbnail img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  border: 1px solid #e5e5e5 !important;
}

/* Product Name */
body.woocommerce-cart .product-name {
  min-width: 200px !important;
}

body.woocommerce-cart .product-name a {
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  transition: color 0.3s !important;
  display: block !important;
  margin-bottom: 6px !important;
}

body.woocommerce-cart .product-name a:hover {
  color: #e11b22 !important;
}

body.woocommerce-cart .cart-item-notes {
  font-size: 13px !important;
  color: #666 !important;
  margin: 6px 0 0 0 !important;
  line-height: 1.5 !important;
}

/* Product Meta Data */
body.woocommerce-cart .product-name dl {
  margin: 8px 0 0 0 !important;
  font-size: 13px !important;
  color: #666 !important;
}

body.woocommerce-cart .product-name dt {
  display: inline !important;
  font-weight: 600 !important;
  margin-right: 5px !important;
}

body.woocommerce-cart .product-name dd {
  display: inline !important;
  margin: 0 !important;
  margin-right: 15px !important;
}

/* Product Price */
body.woocommerce-cart .product-price {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #e11b22 !important;
  white-space: nowrap !important;
}

/* Quantity Input */
body.woocommerce-cart .product-quantity {
  width: 140px !important;
}

body.woocommerce-cart .product-quantity .quantity {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  width: fit-content !important;
  background: #fff !important;
}

body.woocommerce-cart .product-quantity .quantity input[type="number"] {
  width: 50px !important;
  text-align: center !important;
  border: none !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  padding: 10px 5px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  -moz-appearance: textfield !important;
  background: transparent !important;
}

body.woocommerce-cart .product-quantity .quantity input[type="number"]::-webkit-outer-spin-button,
body.woocommerce-cart .product-quantity .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

body.woocommerce-cart .product-quantity .quantity button,
body.woocommerce-cart .product-quantity .quantity .qty-button {
  width: 36px !important;
  height: 36px !important;
  border: none !important;
  background: #f5f5f5 !important;
  cursor: pointer !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  transition: all 0.3s !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #333 !important;
  padding: 0 !important;
}

body.woocommerce-cart .product-quantity .quantity button:hover,
body.woocommerce-cart .product-quantity .quantity .qty-button:hover {
  background: #e11b22 !important;
  color: #fff !important;
}

/* Product Subtotal */
body.woocommerce-cart .product-subtotal {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111 !important;
  white-space: nowrap !important;
  text-align: right !important;
}

/* Cart Actions */
body.woocommerce-cart .actions {
  padding: 20px 15px !important;
  background: #f8f9fa !important;
  border-top: 2px solid #e5e5e5 !important;
}

body.woocommerce-cart .coupon {
  display: flex !important;
  gap: 10px !important;
  margin-bottom: 15px !important;
}

body.woocommerce-cart .luxury-input {
  flex: 1 !important;
  padding: 12px 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  transition: border-color 0.3s !important;
}

body.woocommerce-cart .luxury-input:focus {
  outline: none !important;
  border-color: #e11b22 !important;
  box-shadow: 0 0 0 3px rgba(225, 27, 34, 0.1) !important;
}

body.woocommerce-cart .luxury-btn {
  padding: 12px 24px !important;
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: all 0.3s !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

body.woocommerce-cart .luxury-btn:hover {
  background: #e11b22 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(225, 27, 34, 0.3) !important;
}

body.woocommerce-cart .update-cart {
  background: #666 !important;
}

body.woocommerce-cart .update-cart:hover {
  background: #e11b22 !important;
}

/* Cart Sidebar */
body.woocommerce-cart .cart-sidebar {
  position: sticky !important;
  top: 100px !important;
  height: fit-content !important;
}

body.woocommerce-cart .luxury-totals-table,
body.woocommerce-cart .cart_totals table {
  background: #fff !important;
  border-radius: 8px !important;
  padding: 25px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  border: 1px solid #e5e5e5 !important;
  width: 100% !important;
  margin-bottom: 20px !important;
}

body.woocommerce-cart .cart-totals-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 0 0 20px 0 !important;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #e5e5e5 !important;
  color: #111 !important;
}

body.woocommerce-cart .luxury-totals-table th,
body.woocommerce-cart .luxury-totals-table td,
body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
  padding: 12px 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  font-size: 15px !important;
}

body.woocommerce-cart .luxury-totals-table th,
body.woocommerce-cart .cart_totals table th {
  font-weight: 500 !important;
  color: #666 !important;
  text-align: left !important;
}

body.woocommerce-cart .luxury-totals-table td,
body.woocommerce-cart .cart_totals table td {
  text-align: right !important;
  font-weight: 600 !important;
  color: #111 !important;
}

body.woocommerce-cart .luxury-totals-table .order-total th,
body.woocommerce-cart .luxury-totals-table .order-total td,
body.woocommerce-cart .cart_totals table .order-total th,
body.woocommerce-cart .cart_totals table .order-total td {
  border-top: 2px solid #e5e5e5 !important;
  border-bottom: none !important;
  padding-top: 15px !important;
  font-size: 18px !important;
  color: #111 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 20px !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a {
  width: 100% !important;
  padding: 16px !important;
  background: #e11b22 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  text-decoration: none !important;
  display: block !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a:hover {
  background: #c5001d !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(225, 27, 34, 0.4) !important;
}

/* Trust Badges */
body.woocommerce-cart .trust-badges {
  margin-top: 20px !important;
  padding: 20px !important;
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  border: 1px solid #e5e5e5 !important;
}

body.woocommerce-cart .trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

body.woocommerce-cart .trust-item:last-child {
  border-bottom: none !important;
}

body.woocommerce-cart .trust-item i {
  color: #e11b22 !important;
  font-size: 18px !important;
  width: 24px !important;
}

body.woocommerce-cart .trust-item span {
  font-size: 14px !important;
  color: #666 !important;
}

/* Continue Shopping */
body.woocommerce-cart .continue-shopping-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: 20px !important;
  padding: 14px !important;
  background: transparent !important;
  border: 2px solid #ddd !important;
  color: #333 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: all 0.3s !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

body.woocommerce-cart .continue-shopping-btn:hover {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

/* =========================
   CHECKOUT PAGE - FORCE OVERRIDE
========================= */

body.woocommerce-checkout .luxury-checkout-page {
  padding: 40px 0 60px !important;
  background: #f8f9fa !important;
  min-height: 80vh;
}

body.woocommerce-checkout .checkout-progress {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 40px !important;
  gap: 15px !important;
}

body.woocommerce-checkout .progress-step {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
}

body.woocommerce-checkout .step-number {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #e5e5e5 !important;
  color: #999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  transition: all 0.3s !important;
}

body.woocommerce-checkout .progress-step.active .step-number {
  background: #e11b22 !important;
  color: #fff !important;
}

body.woocommerce-checkout .step-label {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #999 !important;
  font-weight: 500 !important;
}

body.woocommerce-checkout .progress-step.active .step-label {
  color: #111 !important;
  font-weight: 600 !important;
}

body.woocommerce-checkout .progress-line {
  width: 60px !important;
  height: 2px !important;
  background: #e5e5e5 !important;
  margin-top: -20px !important;
}

body.woocommerce-checkout .checkout-header {
  margin-bottom: 40px !important;
  text-align: center !important;
}

body.woocommerce-checkout .checkout-title {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin: 0 0 8px 0 !important;
}

body.woocommerce-checkout .checkout-subtitle {
  font-size: 16px !important;
  color: #666 !important;
  margin: 0 !important;
}

body.woocommerce-checkout .checkout-layout {
  display: grid !important;
  grid-template-columns: 1fr 420px !important;
  gap: 30px !important;
}

body.woocommerce-checkout .luxury-checkout-form {
  background: transparent !important;
}

body.woocommerce-checkout .luxury-checkout-form .col2-set {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 25px !important;
  margin-bottom: 25px !important;
}

body.woocommerce-checkout .luxury-checkout-form .col-1,
body.woocommerce-checkout .luxury-checkout-form .col-2 {
  background: #fff !important;
  padding: 25px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  border: 1px solid #e5e5e5 !important;
}

body.woocommerce-checkout .luxury-checkout-form h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 0 20px 0 !important;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #e5e5e5 !important;
  color: #111 !important;
}

body.woocommerce-checkout .luxury-checkout-form .form-row {
  margin-bottom: 20px !important;
}

body.woocommerce-checkout .luxury-checkout-form label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  display: block !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

body.woocommerce-checkout .luxury-checkout-form input[type="text"],
body.woocommerce-checkout .luxury-checkout-form input[type="email"],
body.woocommerce-checkout .luxury-checkout-form input[type="tel"],
body.woocommerce-checkout .luxury-checkout-form input[type="password"],
body.woocommerce-checkout .luxury-checkout-form select,
body.woocommerce-checkout .luxury-checkout-form textarea {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  transition: border-color 0.3s !important;
  font-family: inherit !important;
  background: #fff !important;
}

body.woocommerce-checkout .luxury-checkout-form input:focus,
body.woocommerce-checkout .luxury-checkout-form select:focus,
body.woocommerce-checkout .luxury-checkout-form textarea:focus {
  outline: none !important;
  border-color: #e11b22 !important;
  box-shadow: 0 0 0 3px rgba(225, 27, 34, 0.1) !important;
}

body.woocommerce-checkout .luxury-order-review {
  background: #fff !important;
  padding: 25px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  border: 1px solid #e5e5e5 !important;
  position: sticky !important;
  top: 100px !important;
}

body.woocommerce-checkout .luxury-review-table {
  width: 100% !important;
  border: none !important;
  margin-bottom: 20px !important;
}

body.woocommerce-checkout .luxury-review-table thead th {
  background: #f8f9fa !important;
  color: #333 !important;
  padding: 12px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border: none !important;
  border-bottom: 2px solid #e5e5e5 !important;
}

body.woocommerce-checkout .luxury-review-table tbody td {
  padding: 15px 12px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  font-size: 14px !important;
}

body.woocommerce-checkout .product-info-checkout {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

body.woocommerce-checkout .product-info-checkout img {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  border: 1px solid #e5e5e5 !important;
}

body.woocommerce-checkout .product-details {
  flex: 1 !important;
}

body.woocommerce-checkout .product-details strong {
  display: block !important;
  margin-top: 4px !important;
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

body.woocommerce-checkout .luxury-review-table tfoot th,
body.woocommerce-checkout .luxury-review-table tfoot td {
  padding: 10px 12px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  font-size: 14px !important;
}

body.woocommerce-checkout .luxury-review-table tfoot .order-total th,
body.woocommerce-checkout .luxury-review-table tfoot .order-total td {
  border-top: 2px solid #e5e5e5 !important;
  border-bottom: none !important;
  padding-top: 15px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111 !important;
}

body.woocommerce-checkout #place_order {
  width: 100% !important;
  padding: 16px !important;
  background: #e11b22 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  margin-top: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

body.woocommerce-checkout #place_order:hover {
  background: #c5001d !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(225, 27, 34, 0.4) !important;
}

/* =========================
   RESPONSIVE DESIGN
========================= */

@media (max-width: 992px) {
  body.woocommerce-cart .cart-layout,
  body.woocommerce-checkout .checkout-layout {
    grid-template-columns: 1fr !important;
  }
  
  body.woocommerce-cart .cart-sidebar,
  body.woocommerce-checkout .checkout-sidebar,
  body.woocommerce-checkout .luxury-order-review {
    position: static !important;
    margin-top: 30px !important;
  }
  
  body.woocommerce-checkout .luxury-checkout-form .col2-set {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  body.woocommerce-cart .cart-title,
  body.woocommerce-checkout .checkout-title {
    font-size: 28px !important;
  }
  
  body.woocommerce-cart .luxury-cart-table thead th,
  body.woocommerce-cart .luxury-cart-table tbody td {
    padding: 12px 10px !important;
  }
  
  body.woocommerce-cart .product-thumbnail img {
    width: 60px !important;
    height: 60px !important;
  }
}

@media (max-width: 576px) {
  body.woocommerce-cart .luxury-cart-table thead {
    display: none !important;
  }
  
  body.woocommerce-cart .luxury-cart-table tbody td {
    display: block !important;
    text-align: left !important;
    padding: 12px !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }
  
  body.woocommerce-cart .luxury-cart-table tbody td:before {
    content: attr(data-title) ": " !important;
    font-weight: 600 !important;
    display: inline-block !important;
    width: 100px !important;
    color: #666 !important;
  }
}
