/* =========================================================================
   Cart & Checkout — EEB store styling
   Aligned with site design tokens:
     Emerald #174b3a | Emerald-dark #0a1f14 | Gold #c9a96e
     Ink #1a1a2e | Line #eee | Surface #fff
   Fonts: Marcellus (headings), DM Sans (UI), Source Sans 3 (body)
   NOTE: using hex colors directly instead of CSS variables — vars defined
   in style.css don't reliably resolve in this late-loaded stylesheet
   (verified 2026-08-18, browser shows transparent when var() is used).
   ========================================================================= */

/* ---------- Page wrapper ---------- */
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content {
    font-family: "Source Sans 3", sans-serif;
    color: #1a1a2e;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px 80px;
}

/* ---------- Page title (h1) ---------- */
.woocommerce-cart .page-title,
.woocommerce-checkout .page-title,
body.woocommerce-cart h1.entry-title,
body.woocommerce-checkout h1.entry-title {
    font-family: "Marcellus", "Trajan Pro", "Cinzel", Georgia, serif;
    font-size: 2.4em;
    font-weight: 400;
    color: #0a1f14;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    margin: 60px 0 0;
}
.woocommerce-cart .page-title::after,
.woocommerce-checkout .page-title::after,
body.woocommerce-cart h1.entry-title::after,
body.woocommerce-checkout h1.entry-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #c9a96e;
    margin: 18px auto 60px;
    border-radius: 1px;
}

/* ---------- Breadcrumbs ---------- */
/* Hide Storefront breadcrumb on cart + checkout (theme already provides
   a compact hero header; the full breadcrumb bar duplicates navigation). */
body.woocommerce-cart .storefront-breadcrumb,
body.woocommerce-checkout .storefront-breadcrumb {
    display: none !important;
}
.woocommerce-cart .woocommerce-breadcrumb,
.woocommerce-checkout .woocommerce-breadcrumb {
    font-family: "DM Sans", sans-serif;
    font-size: .82em;
    color: #888;
    letter-spacing: .5px;
    padding: 20px 0;
}
.woocommerce-cart .woocommerce-breadcrumb a,
.woocommerce-checkout .woocommerce-breadcrumb a {
    color: #174b3a;
    text-decoration: none;
}
.woocommerce-cart .woocommerce-breadcrumb a:hover,
.woocommerce-checkout .woocommerce-breadcrumb a:hover {
    color: #0a1f14;
    text-decoration: underline;
}

/* =========================================================
   CART LAYOUT
   ========================================================= */
.woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: start;
}
.woocommerce-cart .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
}
.woocommerce-cart form.woocommerce-cart-form {
    grid-column: 1 / 2;
    grid-row: 1;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    min-width: 0;
    width: 100% !important;
    box-sizing: border-box;
    float: none !important;
    overflow: hidden;
}
.woocommerce-cart .cart-collaterals {
    grid-column: 2 / 3;
    grid-row: 1;
    width: 360px !important;
    float: none !important;
}
.woocommerce-cart .cart_totals {
    width: 100% !important;
    float: none !important;
}

/* =========================================================
   CART TABLE
   ========================================================= */
.woocommerce-cart form.woocommerce-cart-form table.shop_table {
    width: 100% !important;
    table-layout: fixed !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    font-family: "Source Sans 3", sans-serif;
}
.woocommerce table.shop_table th {
    background: #0a1f14 !important;
    color: #fff !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: .72em !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 16px 12px !important;
    border: none !important;
    text-align: left;
    word-wrap: break-word;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td {
    padding: 20px 12px !important;
    border: none !important;
    border-top: 1px solid #eee !important;
    background: #fff !important;
    vertical-align: middle;
    font-size: .92em;
    color: #1a1a2e;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tr:first-child td {
    border-top: none !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-remove {
    width: 44px;
    padding-right: 4px !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-thumbnail {
    width: 96px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-thumbnail img {
    width: 76px;
    height: 96px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #eee;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-name {
    min-width: 0;
    text-align: left;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-name a {
    font-family: "Marcellus", Georgia, serif;
    font-size: 1.05em;
    color: #0a1f14;
    text-decoration: none;
    font-weight: 400;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-name a:hover {
    color: #174b3a;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-name .variation {
    margin-top: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: .72em;
    color: #888;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-name .variation dt,
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-name .variation dd {
    font-weight: 400;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-price,
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-subtotal {
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 1em;
    color: #174b3a;
    font-weight: 700;
    white-space: nowrap;
    text-align: right;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-quantity {
    text-align: center;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .product-quantity .quantity {
    float: none !important;
    margin: 0 !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .qty {
    width: 60px;
    height: 40px;
    padding: 0 6px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: .95em;
    text-align: center;
    color: #1a1a2e;
    background: #fff;
    transition: border-color .2s;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table .qty:focus {
    outline: none;
    border-color: #174b3a;
    box-shadow: 0 0 0 2px rgba(23, 75, 58, 0.15);
}

/* Remove item (X button) */
.woocommerce-cart form.woocommerce-cart-form table.shop_table a.remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0f0f0 !important;
    color: #999 !important;
    font-size: 16px !important;
    line-height: 1;
    text-decoration: none !important;
    transition: all .2s;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table a.remove:hover {
    background: #c0392b !important;
    color: #fff !important;
}

/* Coupon row */
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions {
    padding: 20px 24px !important;
    background: #fafafa !important;
    border-top: 1px solid #eee !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions .coupon {
    display: flex;
    gap: 10px;
    align-items: center;
    float: none !important;
    padding: 0 !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions .coupon label {
    display: none;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions .coupon #coupon_code {
    width: 200px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: .9em;
    color: #1a1a2e;
    background: #fff;
    transition: border-color .2s;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions .coupon #coupon_code:focus {
    outline: none;
    border-color: #174b3a;
    box-shadow: 0 0 0 2px rgba(23, 75, 58, 0.15);
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions > button[name="update_cart"] {
    float: right !important;
    margin-left: auto;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.woocommerce-cart form.woocommerce-cart-form a.button,
.woocommerce-cart form.woocommerce-cart-form button.button,
.woocommerce-cart form.woocommerce-cart-form input.button,
.woocommerce-checkout a.button,
.woocommerce-checkout button.button,
.woocommerce-checkout input.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 24px !important;
    border-radius: 4px !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: .82em !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all .25s ease !important;
    line-height: 1 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
/* Gold primary */
.woocommerce-cart form.woocommerce-cart-form button[name="apply_coupon"],
.woocommerce-checkout a.button.alt,
.woocommerce-checkout button.button.alt,
.woocommerce-checkout input.button.alt {
    background: #c9a96e !important;
    color: #0a1f14 !important;
    border: 2px solid #c9a96e !important;
}
.woocommerce-cart form.woocommerce-cart-form button[name="apply_coupon"]:hover,
.woocommerce-checkout a.button.alt:hover,
.woocommerce-checkout button.button.alt:hover,
.woocommerce-checkout input.button.alt:hover {
    background: #d9b97e !important;
    border-color: #d9b97e !important;
    color: #0a1f14 !important;
    transform: translateY(-1px);
}
/* Update cart */
.woocommerce-cart form.woocommerce-cart-form button[name="update_cart"] {
    background: #fff !important;
    color: #174b3a !important;
    border: 2px solid #174b3a !important;
}
.woocommerce-cart form.woocommerce-cart-form button[name="update_cart"]:hover {
    background: #174b3a !important;
    color: #fff !important;
}
.woocommerce-cart form.woocommerce-cart-form button[name="update_cart"]:disabled,
.woocommerce-cart form.woocommerce-cart-form button[name="update_cart"][disabled] {
    background: #e8e8e8 !important;
    color: #aaa !important;
    border-color: #e8e8e8 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* =========================================================
   CART TOTALS — right column
   ========================================================= */
.woocommerce-cart .cart_totals {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 28px 28px 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.woocommerce-cart .cart_totals h2 {
    font-family: "Marcellus", Georgia, serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #0a1f14;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}
.woocommerce-cart .cart_totals table.shop_table {
    border: none !important;
    margin-bottom: 16px !important;
    table-layout: auto !important;
    width: 100% !important;
}
.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    background: transparent !important;
    color: #1a1a2e !important;
    border: none !important;
    border-top: 1px solid #f5f5f5 !important;
    padding: 12px 0 !important;
    font-family: "DM Sans", sans-serif;
    font-size: .9em;
}
.woocommerce-cart .cart_totals table.shop_table tr:first-child th,
.woocommerce-cart .cart_totals table.shop_table tr:first-child td {
    border-top: none !important;
}
.woocommerce-cart .cart_totals table.shop_table th {
    font-weight: 500 !important;
    color: #666 !important;
    text-transform: none;
    letter-spacing: .5px;
}
.woocommerce-cart .cart_totals table.shop_table td {
    text-align: right;
    font-weight: 600;
}
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    font-family: "Marcellus", Georgia, serif !important;
    font-size: 1.15em !important;
    color: #174b3a !important;
    font-weight: 700 !important;
    padding-top: 16px !important;
    border-top: 2px solid #174b3a !important;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
    margin-top: 24px;
    padding: 0;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 56px;
    background: #174b3a !important;
    color: #fff !important;
    border: 2px solid #174b3a !important;
    border-radius: 4px !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: .92em !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all .3s ease !important;
    position: relative;
    overflow: hidden;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button::after {
    content: "→";
    font-size: 1.2em;
    transition: transform .3s ease;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background: #0a1f14 !important;
    border-color: #0a1f14 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(23, 75, 58, 0.25);
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover::after {
    transform: translateX(4px);
}
.woocommerce-cart .cart_totals .shipping-calculator-button {
    font-family: "DM Sans", sans-serif;
    font-size: .82em;
    color: #174b3a;
    text-decoration: none;
    letter-spacing: .5px;
}
.woocommerce-cart .cart_totals .shipping-calculator-button:hover {
    color: #0a1f14;
    text-decoration: underline;
}

/* Empty cart */
.woocommerce-cart .return-to-shop,
.woocommerce-cart .cart-empty {
    text-align: center;
    padding: 40px 20px;
    max-width: 600px;
    margin: 0 auto;
}
.woocommerce-cart .cart-empty {
    font-family: "Marcellus", Georgia, serif;
    font-size: 1.4em;
    color: #0a1f14;
    letter-spacing: 2px;
}

/* Cross-sells */
.woocommerce-cart .cross-sells {
    grid-column: 1 / -1;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}
.woocommerce-cart .cross-sells h2 {
    font-family: "Marcellus", Georgia, serif;
    font-size: 1.6em;
    color: #0a1f14;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 900px) {
    .woocommerce-cart .woocommerce {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .woocommerce-cart form.woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table thead {
        display: none;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table,
    .woocommerce-cart form.woocommerce-cart-form table.shop_table tbody,
    .woocommerce-cart form.woocommerce-cart-form table.shop_table tr,
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td {
        display: block;
        width: 100% !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table tr {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        padding: 16px;
        margin-bottom: 14px;
        position: relative;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td {
        padding: 6px 0 !important;
        border: none !important;
        text-align: left !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: .92em;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-remove {
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 0 !important;
        width: auto;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-thumbnail img {
        width: 80px;
        height: 100px;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td::before {
        content: attr(data-title);
        font-family: "DM Sans", sans-serif;
        font-size: .72em;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #888;
        font-weight: 600;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-remove::before,
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-thumbnail::before {
        display: none;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 16px !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions .coupon {
        flex-direction: column;
        gap: 8px;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions .coupon #coupon_code {
        width: 100%;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions > button[name="update_cart"] {
        width: 100%;
        float: none !important;
        margin-left: 0;
    }
    .woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button {
        height: 52px;
        font-size: .88em !important;
    }
    .woocommerce-cart .page-title,
    body.woocommerce-cart h1.entry-title {
        font-size: 1.8em;
        letter-spacing: 4px;
    }
}

/* =========================================================
   CHECKOUT
   ========================================================= */
.woocommerce-checkout .woocommerce {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
}
.woocommerce-checkout #customer_details {
    grid-column: 1 / 2;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 28px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.woocommerce-checkout #order_review {
    grid-column: 2 / 3;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 28px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 20px;
}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review h3 {
    font-family: "Marcellus", Georgia, serif;
    font-size: 1.3em;
    font-weight: 400;
    color: #0a1f14;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}
.woocommerce-checkout .form-row label {
    font-family: "DM Sans", sans-serif;
    font-size: .78em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
    height: 44px;
    padding: 0 14px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: .95em;
    color: #1a1a2e;
    background: #fff;
    transition: border-color .2s;
}
.woocommerce-checkout .form-row textarea {
    height: auto;
    padding: 12px 14px;
}
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
    outline: none;
    border-color: #174b3a;
    box-shadow: 0 0 0 2px rgba(23, 75, 58, 0.15);
}
.woocommerce-checkout #order_review table.shop_table {
    border: none !important;
    table-layout: auto !important;
}
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
    background: transparent !important;
    border: none !important;
    border-top: 1px solid #f5f5f5 !important;
    padding: 10px 0 !important;
    font-family: "DM Sans", sans-serif;
    font-size: .88em;
}
.woocommerce-checkout #order_review table.shop_table thead th {
    color: #0a1f14 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .78em !important;
    border-top: none !important;
}
.woocommerce-checkout #order_review .order-total th,
.woocommerce-checkout #order_review .order-total td {
    font-family: "Marcellus", Georgia, serif !important;
    font-size: 1.15em !important;
    color: #174b3a !important;
    font-weight: 700 !important;
    border-top: 2px solid #174b3a !important;
    padding-top: 16px !important;
}
.woocommerce-checkout #payment {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 24px;
}
.woocommerce-checkout #payment ul.payment_methods {
    border: none !important;
    padding: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 14px 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
}
.woocommerce-checkout #payment div.payment_box {
    background: #fafafa !important;
    border: 1px solid #eee !important;
    border-radius: 4px;
    padding: 14px !important;
    margin-top: 10px !important;
    color: #666 !important;
    font-size: .85em;
}
.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}
.woocommerce-checkout #payment div.place-order {
    padding: 20px 0 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce-checkout #payment #place_order {
    width: 100%;
    height: 56px;
    background: #174b3a !important;
    color: #fff !important;
    border: 2px solid #174b3a !important;
    border-radius: 4px !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: .92em !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-bottom: 0 !important;
    transition: all .3s ease !important;
}
.woocommerce-checkout #payment #place_order:hover {
    background: #0a1f14 !important;
    border-color: #0a1f14 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(23, 75, 58, 0.25);
}

@media (max-width: 900px) {
    .woocommerce-checkout .woocommerce {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review {
        grid-column: 1 / -1;
        position: static;
    }
}

/* =========================================================
   WC BLOCKS CHECKOUT (modern React checkout)
   ========================================================= */
.wc-block-checkout,
.wc-block-components-main,
.wc-block-components-sidebar {
    font-family: "Source Sans 3", sans-serif !important;
}
.wc-block-components-checkout-place-order-button,
.wc-block-components-button-contained {
    background: #174b3a !important;
    color: #fff !important;
    border: 2px solid #174b3a !important;
    border-radius: 4px !important;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    height: 56px !important;
    transition: all .3s ease !important;
}
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-button-contained:hover {
    background: #0a1f14 !important;
    border-color: #0a1f14 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(23, 75, 58, 0.25);
}
.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-form .wc-block-components-text-input select,
.wc-block-components-form .wc-block-components-text-input textarea,
.wc-block-components-text-input input,
.wc-block-components-text-input select,
.wc-block-components-country-select select {
    height: 44px !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 4px !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: .95em !important;
    color: #1a1a2e !important;
    padding: 0 14px !important;
    transition: border-color .2s !important;
}
.wc-block-components-text-input input:focus,
.wc-block-components-text-input select:focus {
    outline: none !important;
    border-color: #174b3a !important;
    box-shadow: 0 0 0 2px rgba(23, 75, 58, 0.15) !important;
}
.wc-block-components-checkout-step__title,
.wc-block-components-order-summary__title {
    font-family: "Marcellus", Georgia, serif !important;
    font-size: 1.3em !important;
    color: #0a1f14 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #eee !important;
}
.wc-block-components-order-summary {
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 4px !important;
    padding: 28px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary-item {
    border-color: #f5f5f5 !important;
}
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
    font-family: "DM Sans", sans-serif !important;
    color: #1a1a2e !important;
}
.wc-block-components-totals-order-fee-summary,
.wc-block-components-totals-total {
    font-family: "Marcellus", Georgia, serif !important;
    font-size: 1.15em !important;
    color: #174b3a !important;
    font-weight: 700 !important;
}
.wc-block-components-totals-order-fee-summary,
.wc-block-components-totals-total {
    border-top: 2px solid #174b3a !important;
}
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__description {
    font-family: "DM Sans", sans-serif !important;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row {
    padding: 20px 0 0 !important;
}
.wc-block-components-checkout-step__description,
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title {
    padding-bottom: 14px !important;
}