:root :where(.wp-block-woocommerce-cart) {
    table.wc-block-cart-items {
        margin: 0;
        border-bottom: none;

        .wc-block-cart-items__header {
            th {
                font-size: 20px;
                text-transform: none;
                font-weight: 600;
                line-height: 28px; /* 140% */
                letter-spacing: -0.4px;
                padding: 16px 0 24px 0;

                &.wc-block-cart-items__header-image {
                    text-align: left;
                }
            }
        }

        td {
            padding: 48px 0;
            border-top: none;

            &.wc-block-cart-item__product {
                padding-left: 24px;
            }
        }

        tr td {
            border-top: 1px dashed transparent;
            border-image: url( "data:image/svg+xml;utf8,<svg width='346' height='1' viewBox='0 0 346 1' fill='none' xmlns='http://www.w3.org/2000/svg'><line x1='0.5' y1='0.5' x2='345.5' y2='0.50003' stroke='%23D4D4D8' stroke-linecap='round' stroke-dasharray='6 6'/></svg>") 1 repeat;
        }

        .wc-block-components-product-metadata__description p{
            font-size: 14px;
        }

        .wc-block-components-product-name {
            color: var(--wp--preset--color--zinc-950);
            font-size: 20px;
            text-transform: none;
            font-weight: 600;
            line-height: 28px; /* 140% */
            letter-spacing: -0.4px;
        }

        @media ( min-width: 768px) {
            .wc-block-cart-item__prices {
                .wc-block-components-product-price {
                    font-size: 18px;
                    line-height: 28px;
                    letter-spacing: 0.18px;
                }
            }

            .wc-block-cart-items__row {
                .wc-block-cart-item__quantity {
                    flex-direction: row !important;
                    gap: 24px;
                    align-items: center;
                }
            }

            .wp-block-woocommerce-cart-totals-block { 
                padding: 48px;
            }
        }

        .wc-block-cart-items__row {
            .wc-block-components-quantity-selector,
            .wc-block-cart-item__wrap > * {
                margin: 0;
            }

            .wc-block-components-quantity-selector {
                background-color: var(--wp--preset--color--zinc-100);
                padding: 0;
                border-radius: 9999px;
                width: auto;


                .wc-block-components-quantity-selector__input {
                    font-size: 16px;
                    line-height: 24px; /* 150% */
                    letter-spacing: -0.32px;
                    font-weight: 400;
                    padding: 0;
                    min-width: 0;
                    max-width: 32px;
                }

                .wc-block-components-quantity-selector__button {
                    padding: 8.75px 10.5px;
                    min-width: 26px;
                    &:focus {
                        box-shadow: none;
                    }
                }
            }

            

            .wc-block-cart-item__wrap {
                display: flex;
                flex-direction: column;
                gap: 10px;

                > *:empty {
                    display: none;
                }

                .wc-block-components-product-badge {
                    width: fit-content;
                    font-size: .7em;
                    padding: 0 .3em;
                }

                .wc-block-cart-item__quantity {
                    padding-top: 10px;
                    display: flex;
                    gap: 14px;
                    flex-direction: column;
                    align-self:start;

                    .wc-block-cart-item__remove-link {
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 26px;
                        letter-spacing: 0.16px;
                        color: var(--wp--preset--color--stone-950);
                        text-underline-offset: 5px;
                    }
                }
            }

            .wc-block-cart-item__image {
                img {
                    border-radius: 12px;
                    aspect-ratio: 1;
                    width: 84px;
                }
            }

            .wc-block-cart-item__total {
                color: var(--wp--preset--color--zinc-950);
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 28px; /* 140% */
                letter-spacing: -0.4px;
                padding-right: 0;
                 .wc-block-components-sale-badge {
                    display: none;
                 }
            }
        }

        @media (max-width: 420px) {
            tbody {
                .wc-block-cart-item__product {
                    padding-top: 30px !important;
                }
            }
        }
    }

    .wc-block-components-sidebar {
        padding-left: 0;
    }


    .is-mobile,
    .is-medium,
    .is-small {
        table.wc-block-cart-items {
            .wc-block-cart-items__row {
                td.wc-block-cart-item__product {
                    padding-top:32px;
                }
            }
        }
    }


    @media (max-width: 1023px) {
       .wc-block-components-sidebar,
       .wc-block-components-main {
            width: 100% !important;
        }
    }

    .wc-block-cart__empty-cart__title.with-empty-cart-icon {
        &:before {
            background-image: url("../../../images/banners/cart.webp");
            margin-bottom: 48px;
            width: 262px;
            height: 304px;
            mask-image: none;
            background-color: transparent;
        }
    }

    .wp-block-woocommerce-cart-totals-block {
        padding: 40px;
        background-color: var(--wp--preset--color--stone-100);
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        max-width: 416px;

        .wc-block-cart__payment-options:empty {
            display: none;
        }

        .wc-block-cart__totals-title {
            padding: 0;
            text-transform: none;
            color: var(--wp--preset--color--zinc-950);
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 32px; /* 133.333% */
            letter-spacing: -0.48px;
        }

        .wc-block-components-totals-wrapper,
        .wp-block-woocommerce-cart-order-summary-totals-block {
            border-top: none;
            padding: 0;
        }

        .wp-block-woocommerce-cart-order-summary-totals-block {
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding-bottom: 40px;
            border-bottom: 1px dashed transparent;
            border-image: url( "data:image/svg+xml;utf8,<svg width='346' height='1' viewBox='0 0 346 1' fill='none' xmlns='http://www.w3.org/2000/svg'><line x1='0.5' y1='0.5' x2='345.5' y2='0.50003' stroke='%23D4D4D8' stroke-linecap='round' stroke-dasharray='6 6'/></svg>") 1 repeat;

            .wc-block-components-formatted-money-amount {
                font-weight: 700;
            }
        }

        .wp-block-woocommerce-cart-order-summary-totals-block:not(:has(*)),
        .wp-block-woocommerce-cart-order-summary-totals-block:empty {
            display: none;
        }

        .wp-block-woocommerce-cart-order-summary-block {
            font-size: 18px;
            border-bottom: none;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
        .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px; /* 140% */
            letter-spacing: -0.4px;
            
            display: flex;
            justify-content: space-between;
        }

        .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
            font-weight: 700;
        }

        .wc-block-components-totals-item__description {
            margin-top: 8px;
        }

        .wc-block-components-totals-coupon {
            padding: 24px 0;
            border-top: 1px dashed transparent;
            border-bottom: 1px dashed transparent;
            border-image: url( "data:image/svg+xml;utf8,<svg width='346' height='1' viewBox='0 0 346 1' fill='none' xmlns='http://www.w3.org/2000/svg'><line x1='0.5' y1='0.5' x2='345.5' y2='0.50003' stroke='%23D4D4D8' stroke-linecap='round' stroke-dasharray='6 6'/></svg>") 1 repeat;

            .wc-block-components-totals-coupon__form {
                display: flex;
                flex-direction: column;
                gap: 16px;

                .wc-block-components-totals-coupon__input {
                    flex: none;

                    label { /* stylelint-disable-line */
                        left: 18px; 
                    }

                    input {
                        border-radius: 12px;
                        padding-left: 16px;
                        background-color: transparent;
                        color: var(--wp--preset--color--zinc-600);
                        border-color: var(--wp--preset--color--zinc-300);
                        &:focus-visible {
                            outline-color: var(--wp--preset--color--teal-800);
                        }
                    }
                }

                .wc-block-components-totals-coupon__button {
                    background-color: transparent;
                    border: 1px solid var(--wp--preset--color--zinc-300);
                    color: var(--wp--preset--color--teal-800);
                }
            }
        }
    }

    .wc-block-components-main {
        padding-right: 0;
        width: 57.56%;
    }

    .wc-block-components-sidebar-layout {
        align-items: flex-start;
        justify-content: space-between;
        margin: 0;
        padding-bottom: var(--wp--preset--spacing--24);
        row-gap: 32px;
    }

    .wc-block-cart__submit {
        margin-bottom: 0;
        .wc-block-cart__submit-button:focus {
            box-shadow: none;
        }
    }
}