/* =========================================
   Elysian Luxury â€” Cart & Checkout Page Styles
   All rules use !important to ensure override
   ========================================= */

/* â”€â”€ Page Header Banner (same as shop) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.elysian-wc-page-header {
    background-color: #f4f1eb !important;
    text-align: center !important;
    padding: 90px 20px !important;
    margin-bottom: 0 !important;
}

.elysian-wc-page-subtitle {
    display: block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    color: #ce982b !important;
    letter-spacing: 0.25em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-bottom: 14px !important;
}

.elysian-wc-page-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 52px !important;
    color: #1a1a1a !important;
    font-weight: 400 !important;
    margin: 0 0 14px 0 !important;
    line-height: 1.2 !important;
}

.elysian-wc-page-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #888888 !important;
    margin: 0 !important;
}

/* â”€â”€ Page wrapper â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.elysian-wc-page-body {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 70px 20px 100px !important;
}

/* Hide default WC breadcrumb */
.woocommerce-breadcrumb {
    display: none !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FLEXBOX CART LAYOUT
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Container */
.elysian-cart-flex-container {
    width: 100% !important;
    font-family: 'Inter', sans-serif !important;
}

/* â”€â”€ Header Row (desktop labels) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.elysian-cart-header-row {
    display: flex !important;
    align-items: center !important;
    padding: 0 0 14px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #aaaaaa !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
}

/* â”€â”€ Product Row â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.elysian-cart-row {
    display: flex !important;
    align-items: center !important;
    padding: 28px 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    gap: 16px !important;
}

/* â”€â”€ Column Widths â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.elysian-cart-col-product {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    text-align: left !important;
}

.elysian-cart-col-price,
.elysian-cart-col-qty,
.elysian-cart-col-subtotal {
    flex: 0 0 110px !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
}

.elysian-cart-col-subtotal {
    text-align: right !important;
}

/* â”€â”€ Product Inner (image + details) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.elysian-cart-product-inner {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
}

/* Thumbnail */
.elysian-cart-thumbnail {
    flex: 0 0 90px !important;
}

.elysian-cart-thumbnail img {
    width: 90px !important;
    height: 110px !important;
    object-fit: cover !important;
    display: block !important;
}

.elysian-cart-thumbnail a {
    display: block !important;
}

/* Product Details (name + variation + remove) */
.elysian-cart-product-details {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 6px !important;
}

/* Product name */
a.elysian-cart-product-name,
span.elysian-cart-product-name {
    font-family: 'Playfair Display', serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    display: block !important;
}

a.elysian-cart-product-name:hover {
    color: #ce982b !important;
}

/* Variation data (size, etc.) */
.elysian-cart-product-details .variation {
    font-size: 12px !important;
    color: #999999 !important;
    margin: 0 !important;
}

.elysian-cart-product-details dl.variation {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
}

.elysian-cart-product-details dl.variation dt,
.elysian-cart-product-details dl.variation dd {
    font-size: 12px !important;
    color: #999999 !important;
    margin: 0 !important;
}

.variation dt {
    font-weight: 700;
}

/* Remove link */
.elysian-cart-remove a.remove {
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #cccccc !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
    display: inline-block !important;
    margin-top: 4px !important;
}

.elysian-cart-remove a.remove:hover {
    color: #ce982b !important;
}

/* â”€â”€ Quantity Input â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.elysian-cart-col-qty .quantity {
    display: flex !important;
    justify-content: center !important;
}

.elysian-cart-col-qty .qty {
    width: 55px !important;
    height: 38px !important;
    border: 1px solid #e0e0e0 !important;
    text-align: center !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    border-radius: 0 !important;
    padding: 0;
    background: transparent !important;
    outline: none !important;
}

.elysian-cart-col-qty .qty:focus {
    border-color: #ce982b !important;
}

/* â”€â”€ Price / Subtotal .amount â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.elysian-cart-col-price .amount,
.elysian-cart-col-subtotal .amount {
    font-size: 14px !important;
    color: #1a1a1a !important;
}

/* â”€â”€ Actions Row â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.elysian-cart-actions-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
    padding: 24px 0 0 !important;
    border-top: 1px solid #eeeeee !important;
}

.elysian-cart-coupon {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.elysian-cart-coupon input[type="text"] {
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
    padding: 11px 16px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #1a1a1a !important;
    background: transparent !important;
    width: 200px !important;
    outline: none !important;
    transition: border-color 0.3s !important;
}

.elysian-cart-coupon input[type="text"]:focus {
    border-color: #ce982b !important;
}

.elysian-cart-btn-outline {
    background: transparent !important;
    color: #1a1a1a !important;
    border: 1px solid #1a1a1a !important;
    border-radius: 0 !important;
    padding: 11px 22px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.elysian-cart-btn-outline:hover {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.elysian-cart-btn-dark {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #1a1a1a !important;
    border-radius: 0 !important;
    padding: 11px 26px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.elysian-cart-btn-dark:hover {
    background-color: #ce982b !important;
    border-color: #ce982b !important;
}

/* Keep WooCommerce proceed-to-checkout button styled */
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 15px 26px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #ce982b !important;
}

/* â”€â”€ Responsive: Mobile â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media screen and (max-width: 768px) {

    /* Hide header row on mobile */
    .elysian-cart-header-row {
        display: none !important;
    }

    /* Stack each row vertically */
    .elysian-cart-row {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 24px 0 !important;
        gap: 14px !important;
    }

    /* Full-width product column */
    .elysian-cart-col-product {
        width: 100% !important;
    }

    /* Inline data columns with labels */
    .elysian-cart-col-price,
    .elysian-cart-col-qty,
    .elysian-cart-col-subtotal {
        flex: none !important;
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        text-align: right !important;
        padding: 6px 0 !important;
        font-size: 14px !important;
        border-top: 1px solid #f0f0f0 !important;
    }

    /* Pseudo-label using data-label attribute */
    .elysian-cart-col-price::before {
        content: attr(data-label) !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        color: #aaaaaa !important;
        letter-spacing: 0.12em !important;
        text-transform: uppercase !important;
        text-align: left !important;
    }

    .elysian-cart-col-qty::before {
        content: attr(data-label) !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        color: #aaaaaa !important;
        letter-spacing: 0.12em !important;
        text-transform: uppercase !important;
    }

    .elysian-cart-col-subtotal::before {
        content: attr(data-label) !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        color: #aaaaaa !important;
        letter-spacing: 0.12em !important;
        text-transform: uppercase !important;
    }

    .elysian-cart-col-qty .quantity {
        justify-content: flex-end !important;
    }

    /* Actions row stacks on mobile */
    .elysian-cart-actions-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .elysian-cart-coupon {
        width: 100% !important;
    }

    .elysian-cart-coupon input[type="text"] {
        flex: 1 !important;
        width: auto !important;
    }

    .elysian-cart-btn-dark {
        width: 100% !important;
        text-align: center !important;
    }
}


/* Column width distribution */
.woocommerce-cart table.shop_table .product-remove {
    padding-right: 10px !important;
}

.woocommerce-cart table.shop_table .product-thumbnail {
    padding-right: 20px !important;
    min-width: inherit !important;
}

/* Product name takes remaining space */
.woocommerce-cart table.shop_table .product-name {
    width: auto !important;
    text-align: left !important;
}

.woocommerce-cart table.shop_table .product-price {
    text-align: center !important;
    white-space: nowrap !important;
}

.woocommerce-cart table.shop_table .product-quantity {
    text-align: center !important;
}

.woocommerce-cart table.shop_table .product-subtotal {
    text-align: right !important;
    white-space: nowrap !important;
}

/* Thead */
.woocommerce-cart table.shop_table thead {
    border-bottom: 1px solid #e0e0e0 !important;
}

.woocommerce-cart table.shop_table thead th {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #aaaaaa !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    padding: 0 0 16px !important;
    border: none !important;
    background: transparent !important;
}

.woocommerce-cart table.shop_table thead th.product-name {
    text-align: left !important;
}

.woocommerce-cart table.shop_table thead th.product-price {
    text-align: center !important;
}

.woocommerce-cart table.shop_table thead th.product-quantity {
    text-align: center !important;
}

.woocommerce-cart table.shop_table thead th.product-subtotal {
    text-align: right !important;
}

/* Tbody rows */
.woocommerce-cart table.shop_table tbody tr {
    border-bottom: 1px solid #eeeeee !important;
}

.woocommerce-cart table.shop_table tbody td {
    padding: 24px 12px 24px 0 !important;
    border: none !important;
    vertical-align: middle !important;
    background: transparent !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
}

/* First cell (remove) gets less padding */
.woocommerce-cart table.shop_table tbody td.product-remove {
    padding-left: 0 !important;
    padding-right: 8px !important;
    width: 5%;
}

/* Price & subtotal cells align right/center */
.woocommerce-cart table.shop_table tbody td.product-price {
    text-align: center !important;
}

.woocommerce-cart table.shop_table tbody td.product-quantity {
    text-align: center !important;
}

.woocommerce-cart table.shop_table tbody td.product-subtotal {
    text-align: right !important;
}

/* Product image in cart */
.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 80px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    display: block !important;
}

/* Product name link */
.woocommerce-cart table.shop_table td.product-name a {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.woocommerce-cart table.shop_table td.product-name a:hover {
    color: #ce982b !important;
}

.woocommerce-cart table.shop_table td.product-name .variation {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    color: #888888 !important;
    margin-top: 6px !important;
}

/* Price */
.woocommerce-cart table.shop_table .product-price .amount,
.woocommerce-cart table.shop_table .product-subtotal .amount {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
}

/* Quantity input */
.woocommerce-cart table.shop_table .product-quantity .qty {
    width: 55px !important;
    height: 36px !important;
    border: 1px solid #e0e0e0 !important;
    text-align: center !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    border-radius: 0 !important;
    background: transparent !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Remove link */
.woocommerce-cart table.shop_table td.product-remove a.remove {
    color: #cccccc !important;
    font-size: 18px !important;
    line-height: 1 !important;
    transition: color 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
}

.woocommerce-cart table.shop_table td.product-remove a.remove:hover {
    color: #1a1a1a !important;
    background: none !important;
}

/* Cart actions (coupon, update) */
.woocommerce-cart .actions {
    padding: 20px 0 0 !important;
    border-top: 1px solid #eeeeee !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
    width: 100% !important;
}

.woocommerce-cart .actions .coupon {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
}

.woocommerce-cart .actions .coupon input[type="text"] {
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
    padding: 10px 16px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #1a1a1a !important;
    background: transparent !important;
    width: 220px !important;
    transition: border-color 0.3s !important;
}

.woocommerce-cart .actions .coupon input[type="text"]:focus {
    border-color: #ce982b !important;
    outline: none !important;
}

/* â”€â”€ Reusable WC Button Base â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.woocommerce-cart .actions .button,
.woocommerce-cart .actions .coupon .button,
.woocommerce .woocommerce-cart-form .actions .button,
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 15px 26px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.woocommerce-cart .actions .button:hover,
.woocommerce-cart .actions .coupon .button:hover,
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #ce982b !important;
    color: #ffffff !important;
}

/* â”€â”€ Cart Totals â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cart-collaterals {
    margin-top: 50px !important;
}

.cart_totals {
    max-width: 440px !important;
    margin-left: auto !important;
    background: #f9f7f4 !important;
    padding: 36px !important;
}

.cart_totals h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    margin: 0 0 24px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding-bottom: 16px !important;
}

.cart_totals table {
    border: none !important;
    width: 100% !important;
}

.cart_totals table tr th,
.cart_totals table tr td {
    border: none !important;
    padding: 10px 0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #555 !important;
    background: transparent !important;
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total td {
    padding-top: 14px !important;
    border-top: 1px solid #e0e0e0 !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.cart_totals table tr.order-total td .amount {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px !important;
    color: #1a1a1a !important;
}

.wc-proceed-to-checkout {
    margin-top: 20px !important;
    padding: 0 !important;
}

.wc-proceed-to-checkout a.checkout-button {
    text-align: center !important;
}

.variation p {
    margin: 0 !important;
}

/* â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• 
   CHECKOUT PAGE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Two-column layout */
.woocommerce-checkout #customer_details {
    float: none !important;
    width: 100% !important;
}

.elysian-checkout-layout {
    display: grid !important;
    grid-template-columns: 1fr 420px !important;
    gap: 60px !important;
    align-items: flex-start !important;
}

/* Section titles */
.woocommerce-checkout h3#ship-to-different-address,
.woocommerce-checkout h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    margin: 0 0 24px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

/* Form fields */
.woocommerce-checkout .form-row label {
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #888888 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Kill the Elementor / Hello theme container padding on these pages */
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content {
    padding-top: 0 !important;
}

/* Remove gap above cart page banner - target Hello theme inner containers */
.woocommerce-cart .page-content,
.woocommerce-cart .page-container,
.woocommerce-cart #content,
.woocommerce-cart main#main,
.woocommerce-checkout .page-content,
.woocommerce-checkout .page-container,
.woocommerce-checkout #content,
.woocommerce-checkout main#main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Fix Checkout section headings (Billing Details, Additional information) */
.woocommerce-checkout h3,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    margin: 0 0 24px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    border-top: none !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

/* Style the WooCommerce coupon notice on checkout */
.woocommerce-checkout .woocommerce-info {
    border-bottom: 1px solid #e0e0e0 !important;
}

.elysian-wc-page-body .woocommerce-info::before {
    display: none;
}

.elysian-wc-page-body .woocommerce-info {
    margin-bottom: 30px;
}

.woocommerce .elysian-wc-page-body form .form-row {
    margin: 0 0 15px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-info {
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #888 !important;
}

.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-coupon-toggle a {
    color: #ce982b !important;
    text-decoration: none !important;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    border: none !important;
    border-bottom: 1px solid #d0d0d0 !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: border-color 0.3s !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-bottom-color: #ce982b !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Checkbox label */
.woocommerce-checkout .form-row.woocommerce-form-row--wide label {
    text-transform: none !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
    color: #555 !important;
}

/* â”€â”€ Order Review Panel â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.elysian-order-review-box {
    background: #f9f7f4 !important;
    padding: 36px !important;
    position: sticky !important;
    top: 100px !important;
}

.elysian-order-review-box h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    margin: 0 0 24px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

table#order_review,
.woocommerce-checkout-review-order-table {
    border: none !important;
    width: 100% !important;
}

table#order_review thead th,
.woocommerce-checkout-review-order-table thead th {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #aaaaaa !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    padding: 0 0 12px !important;
    border: none !important;
    background: transparent !important;
}

table#order_review tbody tr td,
table#order_review tfoot tr td,
table#order_review tfoot tr th,
.woocommerce-checkout-review-order-table tbody tr td,
.woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce-checkout-review-order-table tfoot tr th {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #555 !important;
    padding: 10px 0 !important;
    border: none !important;
    border-bottom: 1px solid #eeeeee !important;
    background: transparent !important;
}

table#order_review tfoot tr.order-total td,
table#order_review tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td,
.woocommerce-checkout-review-order-table tfoot tr.order-total th {
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: none !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
}

table#order_review tfoot tr.order-total td .amount {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px !important;
    color: #1a1a1a !important;
}

/* Payment methods */
.woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 0 !important;
    margin-top: 20px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 0 0 14px !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #1a1a1a !important;
}

/* Place order button */
.woocommerce-checkout #payment #place_order {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    padding: 16px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    margin-top: 20px !important;
}

.woocommerce-checkout #payment #place_order:hover {
    background-color: #ce982b !important;
}

/* â”€â”€ Responsive â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media screen and (max-width: 900px) {
    .elysian-checkout-layout {
        grid-template-columns: 1fr !important;
    }

    .elysian-order-review-box {
        position: static !important;
    }
}

@media screen and (max-width: 600px) {
    .elysian-wc-page-title {
        font-size: 36px !important;
    }

    .elysian-wc-page-body {
        padding: 40px 16px 40px !important;
    }

    .cart_totals {
        padding: 24px !important;
    }

    .cart_totals {
        width: auto !important;
    }
}