body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart-overlay,
body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart-floating-button,
body.woocommerce-cart.cfw-static-cart-page .cfw-side-cart-close-btn,
body.woocommerce-cart.cfw-static-cart-page .return-to-shop {
    display: none !important;
}

#cfw-side-cart-floating-button {
    inset-inline-end: auto !important;
    inset-inline-start: 20px !important;
    left: 20px !important;
    right: auto !important;
}

body.woocommerce-cart.cfw-static-cart-page,
body.woocommerce-cart.cfw-static-cart-page #page,
body.woocommerce-cart.cfw-static-cart-page #content {
    overflow-x: clip !important;
}

body.woocommerce-cart.cfw-static-cart-page {
    overflow-y: auto !important;
}

body.woocommerce-cart.cfw-static-cart-page .site-content {
    padding-left: 20px;
    padding-right: 20px;
}

body.woocommerce-cart.cfw-static-cart-page .content-area,
body.woocommerce-cart.cfw-static-cart-page .site-main,
body.woocommerce-cart.cfw-static-cart-page .entry-content,
body.woocommerce-cart.cfw-static-cart-page .woocommerce {
    max-width: 1100px;
    width: 100%;
}

body.woocommerce-cart.cfw-static-cart-page .woocommerce {
    margin: 0 auto;
}

body.woocommerce-cart.cfw-static-cart-page .wts-cart-intro {
    margin: 0 auto;
    max-width: 1100px;
    padding: 44px 0 26px;
}

body.woocommerce-cart.cfw-static-cart-page .wts-cart-intro__eyebrow {
    color: #45634d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

body.woocommerce-cart.cfw-static-cart-page .wts-cart-intro h1 {
    color: #1c241d;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
    margin: 0 0 12px;
}

body.woocommerce-cart.cfw-static-cart-page .wts-cart-intro > p:last-child {
    color: rgba(28, 36, 29, 0.72);
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    max-width: 680px;
}

body.woocommerce-cart.cfw-static-cart-page #cfw-static-cart-page-root {
    max-width: 100%;
    width: 100%;
}

body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart {
    border: 1px solid rgba(28, 36, 29, 0.1);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(28, 36, 29, 0.08);
    height: auto !important;
    inset-inline-end: auto !important;
    margin: 0 auto;
    max-width: none !important;
    overflow: visible !important;
    position: relative !important;
    top: auto !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 1 !important;
}

body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart #cfw-side-cart-container,
body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart #cfw-side-cart-form {
    height: auto !important;
    min-height: 0 !important;
}

body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart #cfw-side-cart-form {
    padding-bottom: 24px;
    padding-top: 24px;
}

body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents {
    overflow: visible !important;
}

body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents-header {
    padding-right: 0;
}

body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents-header h2,
body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents #cfw_empty_side_cart_message,
body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents h2 {
    margin-top: 0;
}

body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .wc-proceed-to-checkout {
    padding-bottom: 0;
}

body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart input,
body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart select,
body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart button,
body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart a {
    max-width: 100%;
}

@media (min-width: 900px) {
    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart #cfw-side-cart-form {
        align-items: start;
        display: grid;
        gap: 0 42px;
        grid-template-columns: minmax(0, 1.65fr) minmax(310px, 0.85fr);
        padding: 32px 38px 38px;
    }

    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents-header {
        grid-column: 1 / -1;
        margin: 0 0 16px;
        max-width: none;
        width: 100%;
    }

    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents {
        grid-column: 1;
        margin: 0;
        max-width: none;
        padding: 0 0 8px;
        width: 100%;
    }

    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-cart-table {
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
    }

    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents-footer {
        align-self: start;
        background: #f7f3eb;
        border: 1px solid rgba(28, 36, 29, 0.1);
        border-radius: 12px;
        grid-column: 2;
        margin: 0;
        max-width: none;
        padding: 24px;
        width: 100%;
    }

    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents-footer-border-shim {
        display: none;
    }
}

@media (max-width: 767px) {
    body.woocommerce-cart.cfw-static-cart-page .site-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.woocommerce-cart.cfw-static-cart-page .wts-cart-intro {
        padding: 26px 4px 18px;
    }

    body.woocommerce-cart.cfw-static-cart-page .wts-cart-intro__eyebrow {
        font-size: 10px;
        margin-bottom: 7px;
    }

    body.woocommerce-cart.cfw-static-cart-page .wts-cart-intro h1 {
        font-size: 36px;
        margin-bottom: 8px;
    }

    body.woocommerce-cart.cfw-static-cart-page .wts-cart-intro > p:last-child {
        font-size: 14px;
        line-height: 1.45;
    }

    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart {
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(28, 36, 29, 0.07);
    }

    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart #cfw-side-cart-form {
        padding: 16px 14px 20px;
    }

    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart #cfw-side-cart-form > *,
    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents,
    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-cart-table,
    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cart-item-row {
        max-width: 100%;
        min-width: 0;
    }

    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-item-wrap,
    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents-footer,
    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-side-cart-contents-header {
        margin-inline: 0 !important;
        min-width: 0;
        width: 100%;
    }

    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-cart-table td,
    body.woocommerce-cart.cfw-static-cart-page #cfw-side-cart .cfw-cart-table th {
        min-width: 0;
    }

}
