.elementor-10 .elementor-element.elementor-element-2b1baf70{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-72c135b2 *//* =========================================
   WOOCOMMERCE CART – WHITE CARDS, ROUNDED CORNERS
   - Products & totals: solid white background
   - Desktop: totals RIGHT, products LEFT
   - Mobile: totals BELOW products
========================================= */

body.woocommerce-cart {
    background: #f5f2e8;
}

/* MAIN WRAPPER */
.wp-block-woocommerce-cart {
    max-width: 1450px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 40px 40px 80px !important;
    box-sizing: border-box !important;
}

/* ------------------------------------------
   DESKTOP LAYOUT (≥1025px)
------------------------------------------ */
@media (min-width: 1025px) {
    .wp-block-woocommerce-filled-cart-block {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 40px !important;
        align-items: stretch !important;
        width: 100% !important;
    }
    .wp-block-woocommerce-cart-items-block {
        order: 1 !important;
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
    }
    .wp-block-woocommerce-cart-totals-block {
        order: 2 !important;
        flex: 0 0 380px !important;
        width: 380px !important;
        min-width: 380px !important;
        position: sticky !important;
        top: 20px !important;
        align-self: flex-start !important;
    }
}

/* ------------------------------------------
   TABLET (768px – 1024px)
------------------------------------------ */
@media (min-width: 768px) and (max-width: 1024px) {
    .wp-block-woocommerce-filled-cart-block {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 30px !important;
        padding-bottom: 20px;
    }
    .wp-block-woocommerce-cart-totals-block {
        flex: 0 0 320px !important;
        min-width: 320px !important;
        width: 320px !important;
        position: relative !important;
        top: 0 !important;
    }
    .wp-block-woocommerce-cart-items-block {
        flex: 1 1 480px !important;
        min-width: 460px !important;
    }
}

/* ------------------------------------------
   MOBILE (≤767px) – STACK VERTICALLY
------------------------------------------ */
@media (max-width: 767px) {
    .wp-block-woocommerce-cart {
        padding: 16px !important;
    }
    .wp-block-woocommerce-filled-cart-block {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
    }
    .wp-block-woocommerce-cart-items-block {
        order: 1 !important;
        width: 100% !important;
        min-width: 100% !important;
    
    }
    .wp-block-woocommerce-cart-totals-block {
        order: 2 !important;
        width: 100% !important;
        min-width: 100% !important;
        position: relative !important;
        top: auto !important;
    }
}

/* ------------------------------------------
   PRODUCT LIST – WHITE BG, ROUNDED CORNERS
------------------------------------------ */
.wc-block-cart-items {
    background: #ffffff !important;
    border-radius: 28px !important;
    padding: 10px 30px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
    overflow: hidden;
}

/* Individual product rows */
.wc-block-cart-items__row {
    background: #ffffff !important;
    padding: 30px 0 !important;
    border-bottom: 1px solid #ece6d8 !important;
}

/* Product name */
.wc-block-components-product-name {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #1a2a2a !important;
    text-decoration: none !important;
}

/* Product price */
.wc-block-components-product-price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0a2a1f !important;
    margin-top: 10px !important;
}

/* Product description */
.wc-block-components-product-details,
.wc-block-components-product-details * {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #2d2d2d !important;
}

/* Product image */
.wc-block-cart-item__image img {
    width: 95px !important;
    border-radius: 16px;
    object-fit: cover;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Quantity .elementor-10 .elementor-element.elementor-element-72c135b2 */
.wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-72c135b2 {
    width: 130px !important;
    height: 46px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #d4cfc2 !important;
    background: #ffffff !important;
    margin-top: 15px;
}
.wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-72c135b2 button {
    width: 42px !important;
    background: #f7f3e9 !important;
    border: none !important;
    color: #1a2a2a !important;
    font-size: 20px !important;
    cursor: pointer;
}
.wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-72c135b2 input {
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    color: #1a2a2a !important;
    background: #ffffff !important;
}

/* Remove link */
.wc-block-cart-item__remove-link {
    color: #c33 !important;
    font-size: 18px !important;
    margin-left: 12px;
}

/* ------------------------------------------
   TOTALS BOX – WHITE BG, ROUNDED CORNERS
------------------------------------------ */
.wp-block-woocommerce-cart-order-summary-block {
    background: #ffffff !important;
    border-radius: 28px !important;
    padding: 35px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
    width: 100% !important;
}

.wc-block-components-totals-item,
.wc-block-components-totals-footer-item {
    font-size: 17px !important;
    padding: 16px 0 !important;
    background: transparent !important;
}
.wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 600 !important;
    color: #1a2a2a !important;
}
.wc-block-components-totals-item__value {
    font-weight: 700 !important;
    color: #0a2a1f !important;
}

/* Checkout button */
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-button {
    width: 100% !important;
    min-height: 58px !important;
    border-radius: 14px !important;
    background: #0c3b2e !important;
    color: white !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 20px !important;
    white-space: nowrap !important;
}
.wc-block-components-button:hover {
    background: #145c46 !important;
}

/* Cross‑sells section – also white */
.wp-block-woocommerce-product-collection {
    margin-top: 40px !important;
    background: #ffffff !important;
    border-radius: 28px !important;
    padding: 30px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
}

/* Empty cart */
.wp-block-woocommerce-empty-cart-block {
    text-align: center;
    padding: 40px 20px;
}

/* Fix legacy vertical text */
.wc-block-components-sidebar-layout,
.wc-block-cart__totals-title,
.wc-block-components-panel {
    writing-mode: initial !important;
    transform: none !important;
}

/* =========================================
   RESPONSIVE TEXT & SPACING (FIXED)
========================================= */

/* Tablet */
@media (max-width: 1024px) and (min-width: 768px) {
    .wc-block-components-product-name {
        font-size: 22px !important;
    }
    .wc-block-components-product-price {
        font-size: 16px !important;
    }
    .wc-block-components-product-details {
        font-size: 13px !important;
    }
    .wc-block-components-totals-item,
    .wc-block-components-totals-footer-item {
        font-size: 15px !important;
    }
    .wc-block-cart__submit-button,
    .wc-block-components-button {
        font-size: 16px !important;
        min-height: 52px !important;
    }
    .wc-block-cart-item__image img {
        width: 80px !important;
    }
}

/* Mobile (≤767px) */
@media (max-width: 767px) {
    .wc-block-components-product-name {
        font-size: 18px !important;
    }
    .wc-block-components-product-price {
        font-size: 15px !important;
    }
    .wc-block-components-product-details {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
    .wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-72c135b2 {
        width: 110px !important;
        height: 40px !important;
    }
    .wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-72c135b2 button {
        width: 36px !important;
        font-size: 18px !important;
    }
    .wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-72c135b2 input {
        font-size: 14px !important;
    }
    .wc-block-cart-item__remove-link {
        font-size: 16px !important;
    }
    .wc-block-components-totals-item,
    .wc-block-components-totals-footer-item {
        font-size: 14px !important;
        padding: 12px 0 !important;
    }
    .wc-block-cart__submit-button,
    .wc-block-components-button {
        font-size: 15px !important;
        min-height: 48px !important;
        padding: 10px 16px !important;
        white-space: normal !important;
    }
    .wp-block-woocommerce-cart-order-summary-block {
        padding: 20px !important;
    }
    .wc-block-cart-items {
        padding: 10px 16px !important;
    }
    .wc-block-cart-item__wrap {
        gap: 14px !important;
    }
    .wc-block-cart-item__image img {
        width: 65px !important;
    }
    .wc-block-cart-items__row {
        padding: 20px 0 !important;
    }
    .wp-block-woocommerce-product-collection {
        padding: 20px !important;
    }
    .wp-block-woocommerce-product-collection .wp-block-post-title {
        font-size: 14px !important;
    }
    .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-price {
        font-size: 13px !important;
    }
}

/* Small mobile (≤480px) */
@media (max-width: 480px) {
    .wc-block-components-product-name {
        font-size: 16px !important;
    }
    .wc-block-components-product-price {
        font-size: 14px !important;
    }
    .wc-block-components-product-details {
        font-size: 11px !important;
    }
    .wc-block-cart-item__image img {
        width: 55px !important;
    }
    .wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-72c135b2 {
        width: 100px !important;
        height: 36px !important;
    }
    .wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-72c135b2 button {
        width: 32px !important;
        font-size: 16px !important;
    }
    .wc-block-cart__submit-button,
    .wc-block-components-button {
        font-size: 14px !important;
    }
}/* End custom CSS */