.elementor-26 .elementor-element.elementor-element-3c934ec{--display:flex;--padding-top:2.25rem;--padding-bottom:2.25rem;--padding-left:2.25rem;--padding-right:2.25rem;}.elementor-26 .elementor-element.elementor-element-02dec4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-26 .elementor-element.elementor-element-3c934ec{--padding-top:1rem;--padding-bottom:1rem;--padding-left:1rem;--padding-right:1rem;}}/* Start custom CSS for shortcode, class: .elementor-element-d088cbe *//* =========================================================
   CREATIVE SHEFALI — PREMIUM WOOCOMMERCE CART
   Brand: #FF508A
========================================================= */

body.woocommerce-cart {
    --cs-pink: #FF508A;
    --cs-pink-dark: #ea3f77;
    --cs-pink-soft: #fff2f6;
    --cs-pink-border: #ffd6e3;
    --cs-text: #222222;
    --cs-muted: #777277;
    --cs-border: #eee8eb;
    --cs-bg: #fffafb;

    background: #fff;
}


/* =========================================================
   MAIN CART LAYOUT
========================================================= */

body.woocommerce-cart .woocommerce {
    max-width: 1240px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(330px, .75fr);
    gap: 28px;

    align-items: start;
}


/* Notices always full width */

body.woocommerce-cart .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
}


/* Cart product area */

body.woocommerce-cart .woocommerce-cart-form {
    width: 100%;
    min-width: 0;
}


/* Order summary */

body.woocommerce-cart .cart-collaterals {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}


/* =========================================================
   CART TABLE CARD
========================================================= */

body.woocommerce-cart table.shop_table.cart {
    width: 100%;

    margin: 0 !important;

    border: 1px solid var(--cs-border) !important;
    border-radius: 16px !important;

    border-collapse: separate !important;
    border-spacing: 0 !important;

    background: #ffffff;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(60, 35, 45, 0.06);
}


/* Remove ugly WooCommerce borders */

body.woocommerce-cart table.shop_table.cart th,
body.woocommerce-cart table.shop_table.cart td {
    border: 0 !important;
}


/* =========================================================
   TABLE HEADER
========================================================= */

body.woocommerce-cart table.shop_table.cart thead {
    background: #fff8fa;
}


body.woocommerce-cart table.shop_table.cart thead th {
    padding: 17px 14px !important;

    color: #72686c;

    font-size: 11px !important;
    font-weight: 700 !important;

    text-transform: uppercase;
    letter-spacing: .7px;

    border-bottom: 1px solid var(--cs-border) !important;
}


/* Product column label */

body.woocommerce-cart th.product-thumbnail {
    text-align: left;
}


/* =========================================================
   PRODUCT ROWS
========================================================= */

body.woocommerce-cart tr.cart_item td {
    padding: 18px 14px !important;

    vertical-align: middle !important;

    background: #ffffff;

    border-bottom: 1px solid #f2edef !important;
}


body.woocommerce-cart tr.cart_item:last-of-type td {
    border-bottom: 0 !important;
}


/* Soft hover */

body.woocommerce-cart tr.cart_item {
    transition:
        background-color .25s ease;
}


body.woocommerce-cart tr.cart_item:hover td {
    background: #fffafb;
}


/* =========================================================
   REMOVE PRODUCT BUTTON
========================================================= */

body.woocommerce-cart td.product-remove {
    width: 48px;
    text-align: center !important;
}


body.woocommerce-cart td.product-remove a.remove {
    width: 30px !important;
    height: 30px !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff1f5 !important;
    color: var(--cs-pink) !important;

    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 1 !important;

    text-decoration: none !important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}


body.woocommerce-cart td.product-remove a.remove:hover {
    background: var(--cs-pink) !important;
    color: #ffffff !important;

    transform: rotate(90deg);
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

body.woocommerce-cart td.product-thumbnail {
    width: 90px;
}


body.woocommerce-cart td.product-thumbnail img {
    width: 72px !important;
    height: 72px !important;

    object-fit: cover;

    border-radius: 12px;

    border: 1px solid #f1eaed;

    box-shadow:
        0 4px 12px rgba(30, 20, 25, .05);

    transition: transform .25s ease;
}


body.woocommerce-cart td.product-thumbnail img:hover {
    transform: scale(1.04);
}


/* =========================================================
   PRODUCT NAME
========================================================= */

body.woocommerce-cart td.product-name {
    min-width: 220px;
}


body.woocommerce-cart td.product-name a {
    color: var(--cs-text) !important;

    font-size: 15px !important;
    font-weight: 650 !important;

    text-decoration: none !important;

    transition: color .2s ease;
}


body.woocommerce-cart td.product-name a:hover {
    color: var(--cs-pink) !important;
}


/* =========================================================
   PRICE
========================================================= */

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal {
    white-space: nowrap;
}


body.woocommerce-cart td.product-price .amount {
    color: #514c4e;

    font-size: 14px;
    font-weight: 500;
}


/* Subtotal stronger */

body.woocommerce-cart td.product-subtotal .amount {
    color: var(--cs-text);

    font-size: 15px;
    font-weight: 700;
}


/* =========================================================
   QUANTITY
========================================================= */

body.woocommerce-cart td.product-quantity .quantity {
    width: 76px;
}


body.woocommerce-cart td.product-quantity input.qty {
    width: 76px !important;
    height: 44px !important;

    padding: 0 8px !important;

    background: #fffafb !important;

    border: 1px solid #eadde2 !important;
    border-radius: 9px !important;

    color: #222 !important;

    text-align: center !important;

    font-size: 14px !important;
    font-weight: 600 !important;

    outline: none !important;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


body.woocommerce-cart td.product-quantity input.qty:hover {
    border-color: #ffb3cc !important;
}


body.woocommerce-cart td.product-quantity input.qty:focus {
    background: #ffffff !important;

    border-color: var(--cs-pink) !important;

    box-shadow:
        0 0 0 3px rgba(255, 80, 138, .10) !important;
}


/* =========================================================
   CART ACTION AREA
========================================================= */

body.woocommerce-cart td.actions {
    padding: 17px !important;

    background: #fffafb !important;

    border-top: 1px solid var(--cs-border) !important;
}


/* Coupon */

body.woocommerce-cart .coupon {
    display: flex !important;
    align-items: center;

    gap: 8px;
}


body.woocommerce-cart .coupon label {
    display: none !important;
}


body.woocommerce-cart #coupon_code {
    width: 170px !important;
    height: 44px !important;

    padding: 0 14px !important;

    background: #ffffff !important;

    border: 1px solid #eadde2 !important;
    border-radius: 9px !important;

    color: #333 !important;

    font-size: 13px !important;

    outline: none !important;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


body.woocommerce-cart #coupon_code::placeholder {
    color: #a09a9d;
}


body.woocommerce-cart #coupon_code:focus {
    border-color: var(--cs-pink) !important;

    box-shadow:
        0 0 0 3px rgba(255, 80, 138, .08);
}


/* =========================================================
   COMMON BUTTON STYLE
========================================================= */

body.woocommerce-cart td.actions button.button {
    min-height: 44px;

    padding: 0 18px !important;

    border-radius: 9px !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease;
}


/* APPLY COUPON */

body.woocommerce-cart button[name="apply_coupon"] {
    background: #ffffff !important;

    color: var(--cs-pink) !important;

    border: 1px solid var(--cs-pink) !important;
}


body.woocommerce-cart button[name="apply_coupon"]:hover {
    background: var(--cs-pink) !important;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* UPDATE CART */

body.woocommerce-cart button[name="update_cart"] {
    background: #fff1f5 !important;

    color: var(--cs-pink) !important;

    border: 1px solid transparent !important;

    float: right;
}


body.woocommerce-cart button[name="update_cart"]:not(:disabled):hover {
    background: var(--cs-pink) !important;

    color: #ffffff !important;
}


body.woocommerce-cart button[name="update_cart"]:disabled {
    opacity: .45;
}


/* =========================================================
   ORDER SUMMARY CARD
========================================================= */

body.woocommerce-cart .cart_totals {
    width: 100% !important;
    float: none !important;

    padding: 25px !important;

    background: #ffffff;

    border: 1px solid var(--cs-border);

    border-radius: 16px;

    box-shadow:
        0 10px 35px rgba(55, 35, 43, .07);

    position: sticky;

    top: 100px;
}


/* Heading */

body.woocommerce-cart .cart_totals h2 {
    position: relative;

    margin: 0 0 24px !important;

    padding-bottom: 15px;

    color: #222222;

    font-size: 23px !important;
    font-weight: 650 !important;

    line-height: 1.2;
}


/* Pink accent */

body.woocommerce-cart .cart_totals h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 35px;
    height: 3px;

    border-radius: 20px;

    background: var(--cs-pink);
}


/* Summary table */

body.woocommerce-cart .cart_totals table.shop_table {
    border: 0 !important;

    margin: 0 0 18px !important;

    border-collapse: collapse !important;
}


body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
    padding: 15px 0 !important;

    border: 0 !important;
    border-bottom: 1px dashed #eadfe3 !important;
}


body.woocommerce-cart .cart_totals table th {
    color: #60595c;

    font-size: 13px !important;
    font-weight: 600 !important;

    text-align: left;
}


body.woocommerce-cart .cart_totals table td {
    color: #2a2728;

    text-align: right;

    font-size: 14px !important;
}


/* =========================================================
   GRAND TOTAL
========================================================= */

body.woocommerce-cart .cart_totals tr.order-total th,
body.woocommerce-cart .cart_totals tr.order-total td {
    padding-top: 18px !important;

    border-bottom: 0 !important;

    font-size: 16px !important;
}


body.woocommerce-cart .cart_totals tr.order-total strong .amount {
    color: var(--cs-pink) !important;

    font-size: 24px !important;
    font-weight: 750 !important;

    letter-spacing: -.5px;
}


/* =========================================================
   CHECKOUT BUTTON
========================================================= */

body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 8px 0 0 !important;
}


body.woocommerce-cart .checkout-button {
    width: 100% !important;

    min-height: 56px !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    margin: 0 !important;

    background: var(--cs-pink) !important;

    border: 1px solid var(--cs-pink) !important;
    border-radius: 10px !important;

    color: #ffffff !important;

    font-size: 15px !important;
    font-weight: 700 !important;

    text-transform: none !important;

    box-shadow:
        0 7px 20px rgba(255, 80, 138, .20);

    position: relative;
    overflow: hidden;

    transition:
        transform .2s ease,
        background .25s ease,
        box-shadow .25s ease !important;
}


/* Arrow */

body.woocommerce-cart .checkout-button::after {
    content: "→";

    margin-left: 11px;

    font-size: 20px;

    transition: transform .2s ease;
}


body.woocommerce-cart .checkout-button:hover {
    background: var(--cs-pink-dark) !important;

    transform: translateY(-1px);

    box-shadow:
        0 10px 26px rgba(255, 80, 138, .27);
}


body.woocommerce-cart .checkout-button:hover::after {
    transform: translateX(4px);
}


/* subtle shine */

body.woocommerce-cart .checkout-button::before {
    content: "";

    position: absolute;

    top: -60%;
    left: -35%;

    width: 18%;
    height: 220%;

    background: rgba(255,255,255,.20);

    transform: rotate(20deg);

    animation: csCheckoutShine 5s ease-in-out infinite;
}


@keyframes csCheckoutShine {

    0%,
    72% {
        left: -35%;
    }

    88% {
        left: 120%;
    }

    100% {
        left: 120%;
    }

}


/* =========================================================
   ORDER SUMMARY TRUST MESSAGES
========================================================= */

/*
   Pure CSS generated trust content.
   No HTML change required.
*/

body.woocommerce-cart .cart_totals::after {
    content:
        "🔒  Secure checkout     •     Easy returns     •     COD available";

    display: block;

    margin-top: 18px;

    padding-top: 16px;

    border-top: 1px solid #f0e8eb;

    color: #766c70;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.8;

    text-align: center;
}


/* =========================================================
   PAGE TITLE
========================================================= */

body.woocommerce-cart .page-header {
    max-width: 1240px;

    margin: 0 auto 25px;
}


body.woocommerce-cart .page-header h1,
body.woocommerce-cart h1.entry-title {
    color: #222;

    font-size: 38px !important;
    font-weight: 650 !important;

    letter-spacing: -1px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    body.woocommerce-cart .woocommerce {
        grid-template-columns: minmax(0, 1.5fr) 320px;

        gap: 20px;
    }

    body.woocommerce-cart td.product-name {
        min-width: 160px;
    }

}


/* =========================================================
   MOBILE — COMPLETELY REBUILT CART ROWS
========================================================= */

@media (max-width: 767px) {

    body.woocommerce-cart .woocommerce {
        display: block;
    }


    body.woocommerce-cart .woocommerce-cart-form {
        margin-bottom: 22px;
    }


    body.woocommerce-cart table.shop_table.cart {
        border: 0 !important;

        box-shadow: none;

        background: transparent;
    }


    /* hide desktop header */

    body.woocommerce-cart table.shop_table.cart thead {
        display: none !important;
    }


    /* product card */

    body.woocommerce-cart table.shop_table.cart tr.cart_item {
        position: relative;

        display: grid !important;

        grid-template-columns: 76px minmax(0,1fr);

        gap: 4px 14px;

        margin-bottom: 12px;

        padding: 14px;

        background: #ffffff;

        border: 1px solid var(--cs-border);

        border-radius: 13px;

        box-shadow:
            0 5px 18px rgba(50,30,38,.05);
    }


    body.woocommerce-cart table.shop_table.cart tr.cart_item td {
        display: block !important;

        width: auto !important;

        padding: 0 !important;

        border: 0 !important;

        background: transparent !important;

        text-align: left !important;
    }


    /* remove */

    body.woocommerce-cart td.product-remove {
        position: absolute;

        top: 8px;
        right: 8px;

        z-index: 2;
    }


    body.woocommerce-cart td.product-remove a.remove {
        width: 26px !important;
        height: 26px !important;

        font-size: 18px !important;
    }


    /* image */

    body.woocommerce-cart td.product-thumbnail {
        grid-column: 1;
        grid-row: 1 / 5;
    }


    body.woocommerce-cart td.product-thumbnail img {
        width: 72px !important;
        height: 72px !important;
    }


    /* name */

    body.woocommerce-cart td.product-name {
        grid-column: 2;

        padding-right: 28px !important;
    }


    body.woocommerce-cart td.product-name::before {
        display: none !important;
    }


    body.woocommerce-cart td.product-name a {
        font-size: 14px !important;
    }


    /* Price */

    body.woocommerce-cart td.product-price {
        grid-column: 2;

        margin-top: 5px;
    }


    body.woocommerce-cart td.product-price::before {
        content: "Price: ";

        float: none !important;

        color: #91878b;

        font-size: 11px;
        font-weight: 500;
    }


    /* Quantity */

    body.woocommerce-cart td.product-quantity {
        grid-column: 2;

        margin-top: 7px;
    }


    body.woocommerce-cart td.product-quantity::before {
        display: none !important;
    }


    body.woocommerce-cart td.product-quantity .quantity {
        width: 65px;
    }


    body.woocommerce-cart td.product-quantity input.qty {
        width: 65px !important;
        height: 38px !important;
    }


    /* subtotal */

    body.woocommerce-cart td.product-subtotal {
        grid-column: 2;

        margin-top: 6px;
    }


    body.woocommerce-cart td.product-subtotal::before {
        content: "Subtotal: ";

        float: none !important;

        color: #91878b;

        font-size: 11px;
        font-weight: 500;
    }


    /* ACTION SECTION */

    body.woocommerce-cart td.actions {
        display: block !important;

        margin-top: 14px;

        padding: 12px !important;

        border: 1px solid var(--cs-border) !important;
        border-radius: 12px;

        background: #fffafb !important;
    }


    body.woocommerce-cart .coupon {
        display: grid !important;

        grid-template-columns: 1fr auto;

        gap: 7px;

        width: 100%;
    }


    body.woocommerce-cart #coupon_code {
        width: 100% !important;
    }


    body.woocommerce-cart button[name="update_cart"] {
        width: 100%;

        margin-top: 8px;

        float: none;
    }


    /* totals */

    body.woocommerce-cart .cart_totals {
        position: static;

        padding: 20px !important;

        border-radius: 14px;
    }


    body.woocommerce-cart .cart_totals h2 {
        font-size: 21px !important;
    }


    body.woocommerce-cart .cart_totals tr.order-total strong .amount {
        font-size: 22px !important;
    }


    body.woocommerce-cart .checkout-button {
        min-height: 52px !important;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    body.woocommerce-cart table.shop_table.cart tr.cart_item {
        grid-template-columns: 66px minmax(0,1fr);

        padding: 12px;

        gap: 4px 11px;
    }


    body.woocommerce-cart td.product-thumbnail img {
        width: 64px !important;
        height: 64px !important;
    }


    body.woocommerce-cart .coupon {
        grid-template-columns: 1fr;
    }


    body.woocommerce-cart button[name="apply_coupon"] {
        width: 100%;
    }

}


/* =========================================================
   ACCESSIBILITY — REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    body.woocommerce-cart *,
    body.woocommerce-cart *::before,
    body.woocommerce-cart *::after {
        animation: none !important;
        transition: none !important;
    }

}/* End custom CSS */