.elementor-436 .elementor-element.elementor-element-cd808fa{--display:flex;}.elementor-436 .elementor-element.elementor-element-6e340630{--display:flex;}.elementor-436 .elementor-element.elementor-element-3d6ed19{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-436 .elementor-element.elementor-element-e600a7f{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-3d6ed19 *//* ==========================================================================
   FYOLETTE HORIZONTAL CART PAGE - CLEAN QUANTITY & LAYOUT
   Palette: Deep Plum (#5e2154) | Soft Lavender (#e0cee0) | Cream (#FCFAF1)
   ========================================================================== */

/* --- HIDE EXPRESS SHIPPING & ALL EXPRESS PAYMENT BUTTONS (GOOGLE PAY, APPLE PAY, PAYPAL) --- */
.woocommerce-cart .shipping-calculator-button,
.woocommerce-cart .woocommerce-shipping-calculator,
.woocommerce-cart .shipping-express,
.woocommerce-cart [class*="express"],
.woocommerce-cart [id*="express"],
.woocommerce-cart tr.woocommerce-shipping-totals,
.woocommerce-cart tr.shipping,
.woocommerce-cart .wc-stripe-express-checkout-container,
.woocommerce-cart .wc-stripe-payment-request-button-separator,
.woocommerce-cart #wc-stripe-payment-request-wrapper,
.woocommerce-cart #wc-stripe-payment-request-button,
.woocommerce-cart [class*="payment-request"],
.woocommerce-cart [id*="payment-request"],
.woocommerce-cart [class*="wcpay-express"],
.woocommerce-cart [id*="wcpay-express"],
.woocommerce-cart .wc-proceed-to-checkout > *:not(.checkout-button),
.woocommerce-cart .wc-proceed-to-checkout ~ *,
.woocommerce-cart .cart_totals iframe,
.woocommerce-cart .cart-collaterals iframe,
.woocommerce-cart [data-payment-method] {
    display: none !important;
}

/* --- HIDE WOOCOMMERCE MESSAGES (PREVENTS LAYOUT SHIFTING) --- */
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-notice--success,
.woocommerce-cart .woocommerce-notice:not(.cart-empty),
.woocommerce-cart .woocommerce-error {
    display: none !important;
}

/* --- HORIZONTAL GRID CONTAINER --- */
.woocommerce-cart .woocommerce {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    align-items: flex-start !important;
    max-width: 1100px !important;
    margin: 30px auto !important;
    font-family: 'Noto Serif Bengali', serif !important;
}

/* Left Column: Cart Form Container */
.woocommerce-cart .woocommerce-cart-form {
    flex: 1 1 620px !important;
    background-color: #FCFAF1 !important;
    border: 1px solid #e0cee0 !important;
    border-radius: 6px !important;
    padding: 25px 30px !important;
    box-sizing: border-box !important;
}

/* Right Column: Order Summary Card */
.woocommerce-cart .cart-collaterals {
    flex: 0 0 360px !important;
    background-color: #e0cee0 !important;
    border: 1px solid rgba(94, 33, 84, 0.1) !important;
    border-radius: 6px !important;
    padding: 25px 30px !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
}

/* --------------------------------------------------------------------------
   HIDE UNIT PRICE & ADD "QTY" LABEL ABOVE QUANTITY FIELD
   -------------------------------------------------------------------------- */

/* Hide unit price column on the left of quantity */
.woocommerce-cart-form table.shop_table td.product-price {
    display: none !important;
}

/* Quantity Cell Container */
.woocommerce-cart-form td.product-quantity {
    position: relative !important;
    text-align: center !important;
}

/* Inject "QTY" Label directly above the box */
.woocommerce-cart-form td.product-quantity::before {
    content: "QTY";
    display: block;
    font-size: 0.7rem;
    color: #5e2154;
    opacity: 0.75;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center;
}

/* Quantity Input Container */
.woocommerce-cart-form td.product-quantity div.quantity {
    display: block !important;
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    margin: 0 auto !important;
    float: none !important;
}

.woocommerce-cart-form td.product-quantity input.qty {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    height: 38px !important;
    border: 1px solid #5e2154 !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 0.95rem !important;
    color: #5e2154 !important;
    font-family: 'Noto Serif Bengali', serif !important;
    padding: 0 5px !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
}

/* Hide native up/down spinner arrows in Chrome, Safari, Edge, Firefox */
.woocommerce-cart-form td.product-quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart-form td.product-quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* --------------------------------------------------------------------------
   TABLE & SUMMARY CARD STYLING
   -------------------------------------------------------------------------- */
.woocommerce-cart-form table.shop_table {
    border: none !important;
    background: transparent !important;
    width: 100% !important;
    border-collapse: collapse !important;
}

.woocommerce-cart-form table.shop_table thead {
    display: none !important;
}

.woocommerce-cart-form table.shop_table tr.cart_item {
    border-bottom: 1px solid #e0cee0 !important;
}

.woocommerce-cart-form table.shop_table tr.cart_item:last-child {
    border-bottom: none !important;
}

.woocommerce-cart-form table.shop_table td {
    border: none !important;
    padding: 18px 0 !important;
    background: transparent !important;
    color: #5e2154 !important;
    vertical-align: middle !important;
}

.woocommerce-cart-form table.shop_table td.product-thumbnail img {
    width: 90px !important;
    height: 115px !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    margin-right: 15px !important;
}

.woocommerce-cart-form table.shop_table td.product-name a {
    color: #5e2154 !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
}

.woocommerce-cart-form table.shop_table td.product-subtotal {
    color: #5e2154 !important;
    font-size: 0.95rem !important;
}

.woocommerce-cart-form table.shop_table td.product-remove a.remove {
    color: #5e2154 !important;
    font-size: 1.2rem !important;
}

.woocommerce-cart-form .coupon {
    display: none !important;
}

.woocommerce-cart-form table.shop_table td.actions {
    padding-top: 25px !important;
    text-align: right !important;
}

/* Disabled State for Update Cart Button (Default when no changes are made) */
.woocommerce-cart-form button[name="update_cart"]:disabled,
.woocommerce-cart-form button[name="update_cart"][disabled] {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background-color: #5e2154 !important;
    color: #ffffff !important;
}

/* Active State for Update Cart Button */
.woocommerce-cart-form button[name="update_cart"] {
    background-color: #5e2154 !important;
    color: #ffffff !important;
    border: none !important;
    height: 42px !important;
    padding: 0 20px !important;
    font-family: 'Noto Serif Bengali', serif !important;
    font-size: 0.85rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.woocommerce-cart-form button[name="update_cart"]:hover:not(:disabled) {
    background-color: #e0cee0 !important;
    color: #5e2154 !important;
}

/* SUMMARY CARD CLEANUP */
.cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
}

.cart-collaterals h2,
.cart-collaterals tr.order-total,
.cart-collaterals tr.tax-rate,
.cart-collaterals tr.tax-total,
.cart-collaterals tr.shipping,
.cart-collaterals .woocommerce-shipping-calculator {
    display: none !important;
}

.cart-collaterals table.shop_table {
    background: transparent !important;
    width: 100% !important;
    border: none !important;
}

.cart-collaterals tr.cart-subtotal th,
.cart-collaterals tr.cart-subtotal td {
    color: #5e2154 !important;
    font-family: 'Noto Serif Bengali', serif !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    border: none !important;
    padding: 10px 0 !important;
}

.cart-collaterals .cart_totals::after {
    content: "Tax and shipping calculated at checkout";
    display: block;
    font-size: 0.85rem;
    color: #5e2154;
    opacity: 0.8;
    margin-top: 6px;
    margin-bottom: 16px;
}

/* Standard Proceed to Checkout Button State */
.wc-proceed-to-checkout a.checkout-button {
    background-color: #ffffff !important;
    color: #5e2154 !important;
    border: 1px solid #5e2154 !important;
    font-family: 'Noto Serif Bengali', serif !important;
    font-size: 0.9rem !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    padding: 16px 20px !important;
    text-align: center !important;
    display: block !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}

.wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #5e2154 !important;
    color: #ffffff !important;
}

/* --------------------------------------------------------------------------
   GREY OUT / DISABLE CHECKOUT UNTIL CART IS UPDATED
   -------------------------------------------------------------------------- */

/* 1. When Update Cart is active/enabled (user changed quantity) */
.woocommerce-cart .woocommerce:has(button[name="update_cart"]:not(:disabled)) .wc-proceed-to-checkout a.checkout-button {
    background-color: #d8d8d8 !important;
    color: #888888 !important;
    border: 1px solid #cccccc !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.65 !important;
}

/* 2. Fallback rule for older WooCommerce themes applying disabled class/attributes */
.woocommerce-cart .woocommerce:has(button[name="update_cart"]:not([disabled])) .wc-proceed-to-checkout a.checkout-button {
    background-color: #d8d8d8 !important;
    color: #888888 !important;
    border: 1px solid #cccccc !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.65 !important;
}

@media(max-width: 900px) {
    .woocommerce-cart .woocommerce {
        flex-direction: column !important;
    }
    .woocommerce-cart .cart-collaterals {
        width: 100% !important;
        flex: 1 1 100% !important;
    }
}

/* ==========================================================================
   EMPTY CART & RETURN TO SHOP STYLING (CENTERED)
   ========================================================================== */

/* Center alignment for the parent wrapper when cart is empty */
.woocommerce-cart .woocommerce:has(.cart-empty) {
    justify-content: center !important;
    text-align: center !important;
    max-width: 600px !important;
    margin: 60px auto !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* Display and style the empty cart notice */
.woocommerce-cart .cart-empty.woocommerce-info {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: #FCFAF1 !important;
    border: 1px solid #e0cee0 !important;
    border-top: 3px solid #5e2154 !important;
    color: #5e2154 !important;
    font-family: 'Noto Serif Bengali', serif !important;
    font-size: 1.05rem !important;
    padding: 20px 25px !important;
    border-radius: 6px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

/* Hide WooCommerce pseudo-element icon entirely to remove overlapping shape */
.woocommerce-cart .cart-empty.woocommerce-info::before {
    display: none !important;
    content: none !important;
}

/* Return to Shop Button Container */
.woocommerce-cart p.return-to-shop {
    margin: 0 auto !important;
    text-align: center !important;
    width: 100% !important;
}

/* Return to Shop Button */
.woocommerce-cart p.return-to-shop a.button {
    display: inline-block !important;
    background-color: #5e2154 !important;
    color: #ffffff !important;
    border: 1px solid #5e2154 !important;
    font-family: 'Noto Serif Bengali', serif !important;
    font-weight: 500 !important;
    font-size: 0.85rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 14px 28px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.woocommerce-cart p.return-to-shop a.button:hover {
    background-color: #e0cee0 !important;
    color: #5e2154 !important;
    border-color: #e0cee0 !important;
}/* End custom CSS */