.elementor-693 .elementor-element.elementor-element-b020e65{--display:flex;}/* Start custom CSS for wc-elements, class: .elementor-element-8f2509b *//* ===== PEPTYNE — CART (polished) ===== */

.woocommerce-cart .woocommerce { max-width: 1200px; margin: 0 auto; }

/* Cart items panel */
.woocommerce-cart table.cart {
    background: #111A2B !important;
    border: 1px solid #1E293B !important;
    border-radius: 16px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0,0,0,.4);
}
.woocommerce-cart table.cart thead th {
    background: #0A0F1A !important;
    color: #94A3B8 !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: none !important;
    padding: 18px 20px !important;
}
.woocommerce-cart table.cart td {
    background: transparent !important;
    border: none !important;
    border-top: 1px solid #1E293B !important;
    padding: 22px 20px !important;
    vertical-align: middle !important;
    color: #E2E8F0 !important;
}

/* Product image */
.woocommerce-cart table.cart td.product-thumbnail img {
    width: 72px !important;
    border-radius: 10px;
    border: 1px solid #1E293B;
}

/* Product name */
.woocommerce-cart table.cart td.product-name a {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px;
    text-decoration: none;
}
.woocommerce-cart table.cart td.product-name a:hover { color: #00C9B7 !important; }

/* Prices + subtotals */
.woocommerce-cart table.cart .amount { color: #E2E8F0 !important; font-weight: 600; }

/* Quantity stepper */
.woocommerce-cart .quantity input.qty {
    background: #0A0F1A !important;
    border: 1px solid #1E293B !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 10px !important;
    width: 70px !important;
    text-align: center;
    font-weight: 600;
}
.woocommerce-cart .quantity input.qty:focus {
    border-color: #00C9B7 !important;
    outline: none !important;
}

/* Remove (×) — round chip */
.woocommerce-cart td.product-remove a.remove {
    color: #94A3B8 !important;
    background: #1E293B !important;
    width: 26px; height: 26px;
    line-height: 24px !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    transition: all .2s;
}
.woocommerce-cart td.product-remove a.remove:hover {
    background: #ef4444 !important;
    color: #fff !important;
}

/* Coupon */
.woocommerce-cart .actions .coupon { display: flex; gap: 10px; }
.woocommerce-cart .coupon input.input-text {
    background: #0A0F1A !important;
    border: 1px solid #1E293B !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 13px 20px !important;
    min-width: 220px;
}
.woocommerce-cart .coupon .button {
    background: transparent !important;
    color: #00C9B7 !important;
    border: 1px solid #00C9B7 !important;
    border-radius: 100px !important;
}
.woocommerce-cart .coupon .button:hover {
    background: #00C9B7 !important;
    color: #04211D !important;
}

/* Cart Totals card */
.woocommerce-cart .cart_totals {
    background: #111A2B !important;
    border: 1px solid #1E293B !important;
    border-radius: 16px !important;
    padding: 28px !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.4);
}
.woocommerce-cart .cart_totals h2 {
    color: #fff !important;
    font-size: 20px !important;
    margin-bottom: 18px !important;
}
.woocommerce-cart .cart_totals table th { color: #94A3B8 !important; border-color: #1E293B !important; padding: 14px 0 !important; }
.woocommerce-cart .cart_totals table td { color: #E2E8F0 !important; border-color: #1E293B !important; text-align: right; }
.woocommerce-cart .cart_totals .order-total .amount { color: #00C9B7 !important; font-size: 22px !important; font-weight: 700 !important; }

/* Buttons */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background: #00C9B7 !important;
    color: #04211D !important;
    border-radius: 100px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 17px !important;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,201,183,.3);
    transition: all .25s !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #33D4C5 !important;
    transform: translateY(-2px);
}
.woocommerce-cart .actions .button {
    background: #1E293B !important;
    color: #E2E8F0 !important;
    border-radius: 100px !important;
    padding: 13px 26px !important;
}

/* Spacing between cart + totals on desktop */
@media(min-width:769px){
    .woocommerce-cart .cart-collaterals { margin-top: 30px; }
}/* End custom CSS */