.elementor-5029 .elementor-element.elementor-element-469e76d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:56px;--padding-bottom:96px;--padding-left:0px;--padding-right:24px;}.elementor-5029 .elementor-element.elementor-element-41d12d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:48px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:28px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );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 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-5029 .elementor-element.elementor-element-4f069f2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:64px 64px;--row-gap:64px;--column-gap:64px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}@media(min-width:768px){.elementor-5029 .elementor-element.elementor-element-469e76d{--content-width:1280px;}.elementor-5029 .elementor-element.elementor-element-4f069f2{--content-width:1280px;}}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-5029 .elementor-element.elementor-element-4f069f2{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-5029 .elementor-element.elementor-element-fc8dc7b > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-5029 .elementor-element.elementor-element-76b069d{padding:0px 20px 0px 20px;}}/* Start custom CSS *//* ============================================================
   UCL CART PAGE — Template CSS (v1)
   ------------------------------------------------------------
   Paste into: Theme Builder → UCL Cart Page template →
   Page Settings (gear icon) → Custom CSS

   Structure assumed:
     .ucl-cart
       .ucl-cart-hero
         .ucl-cart-eyebrow
         .ucl-cart-title (h1)
         .ucl-cart-count
       .ucl-cart-body                 (two-col row)
         .ucl-cart-items
           .ucl-cart-items-table       (WC Cart widget)
           .ucl-cart-continue
         .ucl-cart-summary              (sticky right column)
           .ucl-cart-summary-title
           .ucl-cart-totals             (WC Cart Totals widget)
       .ucl-cart-crosssells
         .ucl-cart-crosssells-title
         .ucl-cart-crosssells-grid
   ============================================================ */


/* Force full width — kill WC/theme wrappers on cart */
.woocommerce-cart .entry-content,
.woocommerce-cart .content-area,
.woocommerce-cart main,
.woocommerce-cart .site-main,
.woocommerce-cart #primary,
.woocommerce-cart .site-content {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* ============================================================
   1. PAGE WRAPPER
   ============================================================ */

.ucl-cart {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 56px 24px 96px !important;
    background: #FFFFFF !important;
    color: #0F1419 !important;
}

@media (max-width: 768px) {
    .ucl-cart {
        padding: 32px 16px 72px !important;
    }
}


/* ============================================================
   2. HERO
   ============================================================ */

.ucl-cart-hero {
    max-width: 720px !important;
    margin: 0 0 48px 0 !important;
    padding: 0 0 28px 0 !important;
    border-bottom: 1px solid #E5E7EB !important;
}

.ucl-cart-eyebrow,
.ucl-cart-eyebrow p {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #6B7280 !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.ucl-cart-title,
.ucl-cart-title h1,
.ucl-cart-title .elementor-heading-title {
    font-family: 'Fino Sans', 'Lora', Georgia, serif !important;
    font-size: clamp(36px, 5vw, 56px) !important;
    font-weight: 400 !important;
    color: #0F1419 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    text-transform: none !important;
}

.ucl-cart-count,
.ucl-cart-count p {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6B7280 !important;
    letter-spacing: 0.04em !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* ============================================================
   3. SINGLE-COLUMN BODY
   ============================================================ */

.ucl-cart-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 32px !important;
    max-width: 880px !important;        /* narrower than full 1280 for editorial reading */
    margin: 0 auto !important;
    padding: 0 !important;
}

.ucl-cart-items {
    width: 100% !important;
    max-width: 100% !important;
}

/* ============================================================
   5. CART TOTALS (rendered as part of WC Cart widget output)
   ============================================================ */

/* Wrapper around the totals + checkout button */
.ucl-cart-items .cart_totals,
.ucl-cart-items-table .cart_totals {
    max-width: 480px !important;
    margin: 48px 0 0 auto !important;    /* push to right under the line items */
    padding: 32px !important;
    background: #F9FAFB !important;
    border-radius: 4px !important;
}

.ucl-cart-items .cart_totals h2 {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #6B7280 !important;
    margin: 0 0 16px 0 !important;
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid #E5E7EB !important;
    display: block !important;
}

/* Subtotal + shipping rows */
.ucl-cart-items .cart_totals table.shop_table,
.ucl-cart-items .cart_totals table {
    border: 0 none !important;
    background: transparent !important;
    margin: 0 !important;
    width: 100% !important;
}

.ucl-cart-items .cart_totals table tr {
    border: 0 none !important;
    background: transparent !important;
}

.ucl-cart-items .cart_totals table th,
.ucl-cart-items .cart_totals table td {
    padding: 12px 0 !important;
    background: transparent !important;
    border: 0 none !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 14px !important;
    color: #374151 !important;
    line-height: 1.4 !important;
}

.ucl-cart-items .cart_totals table th {
    font-weight: 500 !important;
    text-align: left !important;
    width: 50% !important;
}

.ucl-cart-items .cart_totals table td {
    text-align: right !important;
    font-weight: 400 !important;
    color: #0F1419 !important;
}

.ucl-cart-items .cart_totals tr.cart-subtotal,
.ucl-cart-items .cart_totals tr.shipping {
    border-bottom: 1px solid #E5E7EB !important;
}

/* Grand total — big serif */
.ucl-cart-items .cart_totals tr.order-total th,
.ucl-cart-items .cart_totals tr.order-total td {
    padding-top: 20px !important;
    border-top: 1px solid #0F1419 !important;
    font-family: 'Fino Sans', 'Lora', Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #0F1419 !important;
    letter-spacing: -0.01em !important;
}

.ucl-cart-items .cart_totals tr.order-total td .woocommerce-Price-amount {
    font-family: 'Fino Sans', 'Lora', Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
}

/* Proceed to Checkout button */
.ucl-cart-items .wc-proceed-to-checkout {
    margin: 24px 0 0 0 !important;
    padding: 0 !important;
}

.ucl-cart-items a.checkout-button,
.ucl-cart-items .button.checkout-button {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background: #0F1419 !important;
    border: 1px solid #0F1419 !important;
    border-radius: 999px !important;
    padding: 16px 28px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}

.ucl-cart-items a.checkout-button:hover {
    background: #1F2937 !important;
    border-color: #1F2937 !important;
    color: #FFFFFF !important;
}

@media (max-width: 768px) {
    .ucl-cart-items .cart_totals {
        max-width: 100% !important;
        margin: 32px 0 0 0 !important;
        padding: 24px !important;
    }
}


/* ============================================================
   4. CART LINE ITEMS (WC Cart widget)
   ============================================================ */

.ucl-cart-items-table .woocommerce-cart-form,
.ucl-cart-items-table form.woocommerce-cart-form {
    margin: 0 !important;
    padding: 0 !important;
}

.ucl-cart-items-table table.shop_table,
.ucl-cart-items-table .shop_table {
    width: 100% !important;
    background: transparent !important;
    border: 0 none !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}

.ucl-cart-items-table .shop_table thead {
    display: none !important; /* Hide column headers - cleaner editorial look */
}

.ucl-cart-items-table .shop_table tr.cart_item {
    border-bottom: 1px solid #E5E7EB !important;
}

.ucl-cart-items-table .shop_table tr.cart_item:first-child {
    border-top: 1px solid #E5E7EB !important;
}

.ucl-cart-items-table .shop_table td {
    padding: 24px 12px !important;
    background: transparent !important;
    border: 0 none !important;
    vertical-align: middle !important;
}

/* Product thumbnail column */
.ucl-cart-items-table .product-thumbnail img {
    width: 80px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    margin: 0 !important;
}

/* Product name */
.ucl-cart-items-table .product-name {
    padding-left: 0 !important;
}

.ucl-cart-items-table .product-name a {
    font-family: 'Fino Sans', 'Lora', Georgia, serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #0F1419 !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
    transition: opacity 0.2s ease !important;
}

.ucl-cart-items-table .product-name a:hover {
    opacity: 0.6 !important;
}

.ucl-cart-items-table .product-name .variation,
.ucl-cart-items-table .product-name dl {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #6B7280 !important;
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
}

.ucl-cart-items-table .product-name .variation dt {
    margin: 0 4px 0 0 !important;
}

.ucl-cart-items-table .product-name .variation dd {
    margin: 0 12px 0 0 !important;
    display: inline-block !important;
}

/* Price + subtotal */
.ucl-cart-items-table .product-price,
.ucl-cart-items-table .product-subtotal,
.ucl-cart-items-table .price,
.ucl-cart-items-table .woocommerce-Price-amount {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #0F1419 !important;
}

.ucl-cart-items-table .product-subtotal {
    font-weight: 600 !important;
    text-align: right !important;
}

/* Quantity input */
.ucl-cart-items-table .product-quantity .quantity {
    margin: 0 !important;
}

.ucl-cart-items-table .product-quantity input[type="number"],
.ucl-cart-items-table .quantity input.qty {
    width: 56px !important;
    padding: 8px !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 14px !important;
    text-align: center !important;
    border: 1px solid #D1D5DB !important;
    border-radius: 4px !important;
    color: #0F1419 !important;
    background: #FFFFFF !important;
}

/* Remove (X) button */
.ucl-cart-items-table .product-remove a.remove,
.ucl-cart-items-table a.remove {
    color: #9CA3AF !important;
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border: 0 none !important;
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.ucl-cart-items-table .product-remove a.remove:hover {
    color: #FFFFFF !important;
    background: #0F1419 !important;
}

/* Coupon + update cart row */
.ucl-cart-items-table .actions {
    padding: 24px 0 !important;
    border: 0 none !important;
    background: transparent !important;
}

.ucl-cart-items-table .coupon {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    align-items: center !important;
}

.ucl-cart-items-table .coupon input[type="text"] {
    padding: 10px 12px !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 13px !important;
    border: 1px solid #D1D5DB !important;
    border-radius: 4px !important;
    color: #0F1419 !important;
    min-width: 160px !important;
}

.ucl-cart-items-table button[name="apply_coupon"],
.ucl-cart-items-table button.button[name="update_cart"] {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: #0F1419 !important;
    background: #FFFFFF !important;
    border: 1px solid #0F1419 !important;
    border-radius: 999px !important;
    padding: 10px 18px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    line-height: 1 !important;
}

.ucl-cart-items-table button[name="apply_coupon"]:hover,
.ucl-cart-items-table button.button[name="update_cart"]:hover {
    background: #0F1419 !important;
    color: #FFFFFF !important;
}

/* Continue shopping link */
.ucl-cart-continue,
.ucl-cart-continue a {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #0F1419 !important;
    text-decoration: none !important;
    margin: 32px 0 0 0 !important;
    display: inline-block !important;
    transition: opacity 0.2s ease !important;
    border-bottom: 1px solid #0F1419 !important;
    padding-bottom: 4px !important;
}

.ucl-cart-continue a:hover {
    opacity: 0.55 !important;
}


/* ============================================================
   5. ORDER TOTALS (inside the Cart widget output)
   ------------------------------------------------------------
   WC Cart widget renders .cart_totals as the bottom block.
   Style it as a card pushed to the right side.
   ============================================================ */

.ucl-cart-items .cart_totals,
.ucl-cart-items-table .cart_totals {
    max-width: 480px !important;
    margin: 48px 0 0 auto !important;
    padding: 32px !important;
    background: #F9FAFB !important;
    border-radius: 4px !important;
}

.ucl-cart-items .cart_totals h2 {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #6B7280 !important;
    margin: 0 0 16px 0 !important;
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid #E5E7EB !important;
    display: block !important;
}

.ucl-cart-items .cart_totals table.shop_table,
.ucl-cart-items .cart_totals table {
    border: 0 none !important;
    background: transparent !important;
    margin: 0 !important;
    width: 100% !important;
}

.ucl-cart-items .cart_totals table tr {
    border: 0 none !important;
    background: transparent !important;
}

.ucl-cart-items .cart_totals table th,
.ucl-cart-items .cart_totals table td {
    padding: 12px 0 !important;
    background: transparent !important;
    border: 0 none !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 14px !important;
    color: #374151 !important;
    line-height: 1.4 !important;
}

.ucl-cart-items .cart_totals table th {
    font-weight: 500 !important;
    text-align: left !important;
    width: 50% !important;
}

.ucl-cart-items .cart_totals table td {
    text-align: right !important;
    font-weight: 400 !important;
    color: #0F1419 !important;
}

.ucl-cart-items .cart_totals tr.cart-subtotal,
.ucl-cart-items .cart_totals tr.shipping {
    border-bottom: 1px solid #E5E7EB !important;
}

/* Grand total — big serif */
.ucl-cart-items .cart_totals tr.order-total th,
.ucl-cart-items .cart_totals tr.order-total td {
    padding-top: 20px !important;
    border-top: 1px solid #0F1419 !important;
    font-family: 'Fino Sans', 'Lora', Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #0F1419 !important;
    letter-spacing: -0.01em !important;
}

.ucl-cart-items .cart_totals tr.order-total td .woocommerce-Price-amount {
    font-family: 'Fino Sans', 'Lora', Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
}

/* Proceed to Checkout button */
.ucl-cart-items .wc-proceed-to-checkout {
    margin: 24px 0 0 0 !important;
    padding: 0 !important;
}

.ucl-cart-items a.checkout-button,
.ucl-cart-items .button.checkout-button {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background: #0F1419 !important;
    border: 1px solid #0F1419 !important;
    border-radius: 999px !important;
    padding: 16px 28px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}

.ucl-cart-items a.checkout-button:hover {
    background: #1F2937 !important;
    border-color: #1F2937 !important;
    color: #FFFFFF !important;
}

@media (max-width: 768px) {
    .ucl-cart-items .cart_totals {
        max-width: 100% !important;
        margin: 32px 0 0 0 !important;
        padding: 24px !important;
    }
}


/* ============================================================
   6. CROSS-SELLS
   ============================================================ */

.ucl-cart-crosssells {
    margin: 64px 0 0 0 !important;
    padding: 48px 0 0 0 !important;
    border-top: 1px solid #E5E7EB !important;
}

.ucl-cart-crosssells-title,
.ucl-cart-crosssells-title h2 {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #6B7280 !important;
    margin: 0 0 32px 0 !important;
    padding: 0 !important;
}

/* Cross-sells products grid */
.ucl-cart-crosssells-grid ul.products,
.ucl-cart-crosssells-grid .products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ucl-cart-crosssells-grid li.product {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none !important;
}

.ucl-cart-crosssells-grid li.product img {
    width: 100% !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    margin: 0 0 12px 0 !important;
}

.ucl-cart-crosssells-grid li.product .woocommerce-loop-product__title {
    font-family: 'Fino Sans', 'Lora', Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #0F1419 !important;
    line-height: 1.2 !important;
    margin: 0 0 8px 0 !important;
    padding: 0 4px !important;
}

.ucl-cart-crosssells-grid li.product .price {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 14px !important;
    color: #0F1419 !important;
    padding: 0 4px !important;
}

@media (max-width: 1024px) {
    .ucl-cart-crosssells-grid ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .ucl-cart-crosssells-grid ul.products {
        grid-template-columns: 1fr !important;
    }
}


/* ============================================================
   7. EMPTY CART STATE
   ============================================================ */

.woocommerce-cart .cart-empty,
.ucl-cart .cart-empty {
    font-family: 'Fino Sans', 'Lora', Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #0F1419 !important;
    text-align: center !important;
    padding: 64px 24px !important;
    margin: 32px 0 !important;
    border-top: 1px solid #E5E7EB !important;
    border-bottom: 1px solid #E5E7EB !important;
}

.woocommerce-cart .return-to-shop a {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background: #0F1419 !important;
    border: 1px solid #0F1419 !important;
    border-radius: 999px !important;
    padding: 14px 24px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 24px auto 0 auto !important;
    transition: all 0.2s ease !important;
}

.woocommerce-cart .return-to-shop a:hover {
    background: #1F2937 !important;
    border-color: #1F2937 !important;
}


/* ============================================================
   8. MOBILE RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    /* Make line items more compact on mobile */
    .ucl-cart-items-table .shop_table td {
        padding: 16px 8px !important;
    }

    .ucl-cart-items-table .product-thumbnail img {
        width: 60px !important;
        height: 76px !important;
    }

    .ucl-cart-items-table .product-name a {
        font-size: 14px !important;
    }

    .ucl-cart-items-table .coupon {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .ucl-cart-items-table .coupon input[type="text"] {
        width: 100% !important;
    }

    .ucl-cart-totals tr.order-total th,
    .ucl-cart-totals tr.order-total td {
        font-size: 18px !important;
    }
}


/* ============================================================
   CHANGELOG
   ------------------------------------------------------------
   v1 (2026-05-24): Initial Cart Page template CSS.
                    Editorial two-col layout, ink-styled line
                    items table (no column headers, hairline
                    dividers), sticky right-column order
                    summary, Fino Sans grand total, editorial
                    cross-sells grid below.
   ============================================================ *//* End custom CSS */