.elementor-20 .elementor-element.elementor-element-a7d2a27{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-57653116 */Tässä **vain ostoskoriin**. Ei koske checkoutiin eikä Oma tili -sivuun.

```css
/* ================================
   TEIPPARI – OSTOSKORI / CART
================================ */

body.woocommerce-cart .entry-content > .woocommerce {
    max-width: 1280px;
    margin: 0 auto;
    padding: 34px 22px 70px;
}

/* Ostoskorin taulukko */
body.woocommerce-cart table.shop_table.cart {
    background: #fff;
    border: 1px solid #e3ebd1 !important;
    border-radius: 22px;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    box-shadow: 0 14px 36px rgba(0,0,0,0.06);
}

/* Otsikkorivi */
body.woocommerce-cart table.shop_table.cart thead th {
    background: #f7f8f4;
    color: #07152d;
    font-weight: 800;
    padding: 18px 20px !important;
    border-bottom: 1px solid #e1e6d8 !important;
}

/* Solut */
body.woocommerce-cart table.shop_table.cart td {
    padding: 22px 20px !important;
    border-bottom: 1px solid #edf1e4 !important;
    vertical-align: middle !important;
}

/* Tuotekuva */
body.woocommerce-cart table.cart img {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain;
    border-radius: 12px;
    background: #f7f8f4;
    padding: 8px;
}

/* Tuotenimi */
body.woocommerce-cart .product-name {
    font-weight: 700;
    color: #07152d;
    line-height: 1.45;
}

/* Tuotteen lisätiedot */
body.woocommerce-cart .product-name dl.variation {
    margin: 8px 0 0;
    font-size: 14px;
    color: #333;
}

body.woocommerce-cart .product-name dl.variation dt {
    font-weight: 800;
    margin-top: 5px;
}

body.woocommerce-cart .product-name dl.variation dd {
    margin: 0 0 4px;
}

/* Poista-ruksi */
body.woocommerce-cart a.remove {
    color: #777 !important;
    border: 1px solid #dfe5d2;
    background: #fff;
    width: 26px;
    height: 26px;
    line-height: 23px;
    border-radius: 50%;
}

body.woocommerce-cart a.remove:hover {
    background: #ffeded !important;
    color: #c40000 !important;
}

/* Määräkenttä */
body.woocommerce-cart .quantity input.qty {
    width: 72px !important;
    height: 44px;
    border: 1px solid #dce6c9 !important;
    border-radius: 12px !important;
    text-align: center;
    font-weight: 700;
}

/* Actions-rivi */
body.woocommerce-cart .actions {
    background: #fafbf7;
    padding: 18px 20px !important;
}

/* Napit */
body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button {
    background: #a8c93a !important;
    color: #111 !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 24px !important;
    font-weight: 800 !important;
    transition: all 0.2s ease;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart input.button:hover {
    background: #98b932 !important;
    transform: translateY(-1px);
}

/* Disabled nappi */
body.woocommerce-cart .button:disabled,
body.woocommerce-cart button.button:disabled,
body.woocommerce-cart input.button:disabled {
    opacity: 0.55 !important;
    cursor: not-allowed;
}

/* Cart totals */
body.woocommerce-cart .cart-collaterals .cart_totals {
    background: #fff;
    border: 1px solid #e3ebd1;
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 14px 36px rgba(0,0,0,0.06);
}

body.woocommerce-cart .cart_totals h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 18px;
}

body.woocommerce-cart .cart_totals table {
    border: 0 !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
    padding: 14px 0 !important;
    border-bottom: 1px solid #e1e6d8 !important;
}

/* Kassalle-nappi */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    text-align: center;
    font-size: 17px !important;
    padding: 17px 24px !important;
}

/* Shop managers only -laatikko siistimmäksi */
body.woocommerce-cart .wfacp_cart_share,
body.woocommerce-cart [class*="share-cart"],
body.woocommerce-cart [class*="cart-share"] {
    background: #f7f8f4 !important;
    border: 1px solid #e3ebd1 !important;
    border-radius: 18px !important;
    padding: 18px 22px !important;
    margin-bottom: 24px !important;
}

/* Mobiili */
@media (max-width: 768px) {
    body.woocommerce-cart .entry-content > .woocommerce {
        padding: 18px 12px 50px;
    }

    body.woocommerce-cart table.shop_table.cart td {
        padding: 16px 14px !important;
    }

    body.woocommerce-cart table.cart img {
        width: 58px !important;
        height: 58px !important;
    }

    body.woocommerce-cart .actions {
        display: block;
    }

    body.woocommerce-cart .actions .button {
        width: 100%;
        margin-top: 10px;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals {
        padding: 22px 18px;
    }
}
```/* End custom CSS */