.elementor-12 .elementor-element.elementor-element-621a9888{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-621a9888 *//* ---------- LUXURY CART PAGE STYLING ---------- */
.luxe-cart .woocommerce {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
  max-width: 1000px;
  margin: 0 auto;
}

/* Cart Table */
.luxe-cart table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.luxe-cart table.shop_table th {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.6px;
  border-bottom: 1px solid #eee;
  padding: 12px 10px;
}

.luxe-cart table.shop_table td {
  background: #fafafa;
  border: none;
  padding: 20px 15px;
  border-radius: 16px;
  vertical-align: middle;
}

/* Product Thumbnail */
.luxe-cart .product-thumbnail img {
  border-radius: 12px;
  width: 80px;
  height: auto;
}

/* Product Name */
.luxe-cart .product-name a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.luxe-cart .product-name a:hover {
  color: #555;
}

/* Quantity Box */
.luxe-cart .quantity input.qty {
  width: 70px;
  height: 45px;
  border-radius: 40px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 15px;
  transition: 0.3s ease;
}
.luxe-cart .quantity input.qty:focus {
  border-color: #000;
  outline: none;
}

/* Remove Button */
.luxe-cart .product-remove a.remove {
  background: #000;
  color: #fff !important;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
}
.luxe-cart .product-remove a.remove:hover {
  background: #fff;
  color: #000 !important;
  border: 1px solid #000;
}

/* Cart Totals Section */
.luxe-cart .cart-collaterals {
  margin-top: 40px;
}

.luxe-cart .cart_totals {
  border: 1px solid #eee;
  border-radius: 20px;
  background: #fafafa;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.luxe-cart .cart_totals h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 1.4em;
  margin-bottom: 20px;
}

/* Totals Table */
.luxe-cart .cart_totals table th,
.luxe-cart .cart_totals table td {
  border: none;
  padding: 10px 0;
  font-size: 15px;
  color: #333;
}

.luxe-cart .cart_totals .order-total td,
.luxe-cart .cart_totals .order-total th {
  font-weight: 600;
  color: #000;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

/* Update Cart & Proceed Buttons */
.luxe-cart .actions .button,
.luxe-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.luxe-cart .actions .button:hover,
.luxe-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

/* Coupon Section */
.luxe-cart .coupon {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.luxe-cart .coupon input.input-text {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 40px;
  background: #f9f9f9;
  font-size: 15px;
  transition: all 0.3s ease;
}
.luxe-cart .coupon input.input-text:focus {
  border-color: #000;
  background-color: #fff;
  outline: none;
}

/* Responsive */
@media (max-width: 768px) {
  .luxe-cart table.shop_table td {
    padding: 15px 10px;
  }
  .luxe-cart .cart_totals {
    padding: 20px;
  }
}/* End custom CSS */