body.woocommerce-cart,
body.woocommerce-checkout {
    --flow-commerce-accent: #0abab5;
    --flow-commerce-accent-dark: #078d89;
    --flow-commerce-text: #18202f;
    --flow-commerce-muted: #667085;
    --flow-commerce-line: #dfe5e7;
    --flow-commerce-soft: #f6fbfb;
    --flow-commerce-danger: #d84a53;
    --flow-commerce-radius: 4px;
    color: var(--flow-commerce-text);
    font-family: "Roboto Flex", Sans-serif;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: clamp(2.25rem, 5vw, 4rem) 24px clamp(3.5rem, 7vw, 5.5rem);
    background: var(--flow-commerce-soft);
}

body.woocommerce-cart .site-main > .page-header,
body.woocommerce-cart .site-main > .page-content,
body.woocommerce-checkout .site-main > .page-header,
body.woocommerce-checkout .site-main > .page-content {
    width: min(100%, 1140px);
    margin-right: auto;
    margin-left: auto;
}

body.woocommerce-cart .page-header,
body.woocommerce-checkout .page-header {
    margin-bottom: 28px;
}

body.woocommerce-cart .page-header .entry-title,
body.woocommerce-checkout .page-header .entry-title {
    margin: 0;
    color: var(--flow-commerce-text);
    font-family: inherit;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-checkout {
    color: var(--flow-commerce-text);
    font-family: inherit;
}

body.woocommerce-cart .woocommerce::after,
body.woocommerce-checkout .woocommerce::after {
    display: table;
    clear: both;
    content: "";
}

body.woocommerce-cart .woocommerce a,
body.woocommerce-checkout .woocommerce a {
    color: var(--flow-commerce-accent-dark);
}

body.woocommerce-cart .woocommerce a:hover,
body.woocommerce-cart .woocommerce a:focus-visible,
body.woocommerce-checkout .woocommerce a:hover,
body.woocommerce-checkout .woocommerce a:focus-visible {
    color: #066f6c;
    outline: none;
}

body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
    margin: 0 0 22px;
    padding: 14px 16px 14px 44px;
    border: 1px solid var(--flow-commerce-line);
    border-top: 0;
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
    color: var(--flow-commerce-text);
    line-height: 1.45;
    box-shadow: none;
}

body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before {
    top: 14px;
    color: var(--flow-commerce-accent-dark);
}

body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error {
    border-color: rgba(216, 74, 83, 0.3);
}

body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-error::before {
    color: var(--flow-commerce-danger);
}

body.woocommerce-cart .button,
body.woocommerce-checkout .button,
body.woocommerce-cart button.button,
body.woocommerce-checkout button.button,
body.woocommerce-checkout #place_order {
    min-height: 44px;
    margin: 0;
    padding: 11px 18px !important;
    border: 1px solid var(--flow-commerce-accent) !important;
    border-radius: var(--flow-commerce-radius) !important;
    background: var(--flow-commerce-accent) !important;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center;
    text-decoration: none;
    box-shadow: none !important;
    transition: border-color 0.18s ease, background-color 0.18s ease;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart .button:focus-visible,
body.woocommerce-checkout .button:hover,
body.woocommerce-checkout .button:focus-visible,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart button.button:focus-visible,
body.woocommerce-checkout button.button:hover,
body.woocommerce-checkout button.button:focus-visible,
body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus-visible {
    border-color: var(--flow-commerce-accent-dark) !important;
    background: var(--flow-commerce-accent-dark) !important;
    color: #ffffff !important;
    outline: none;
}

body.woocommerce-cart .button:disabled,
body.woocommerce-cart .button:disabled[disabled],
body.woocommerce-checkout .button:disabled,
body.woocommerce-checkout .button:disabled[disabled] {
    border-color: #b8c7c8 !important;
    background: #b8c7c8 !important;
    color: #ffffff !important;
    opacity: 1;
}

body.woocommerce-cart input[type="text"],
body.woocommerce-cart input[type="number"],
body.woocommerce-cart input[type="email"],
body.woocommerce-cart input[type="tel"],
body.woocommerce-cart select,
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="number"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection--single {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #cfd8da;
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
    color: var(--flow-commerce-text);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.35;
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body.woocommerce-cart input:focus,
body.woocommerce-cart select:focus,
body.woocommerce-checkout input:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection--single,
body.woocommerce-checkout .select2-container--open .select2-selection--single {
    border-color: var(--flow-commerce-accent);
    box-shadow: 0 0 0 2px rgba(10, 186, 181, 0.12);
    outline: none;
}

body.woocommerce-checkout textarea {
    min-height: 112px;
    resize: vertical;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
    padding-top: 0;
    padding-bottom: 0;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    color: var(--flow-commerce-text);
    line-height: 42px;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 8px;
}

body.woocommerce-cart input[type="checkbox"],
body.woocommerce-cart input[type="radio"],
body.woocommerce-checkout input[type="checkbox"],
body.woocommerce-checkout input[type="radio"] {
    accent-color: var(--flow-commerce-accent-dark);
}

/* Classic WooCommerce cart. */
body.woocommerce-cart .woocommerce-cart-form {
    float: left;
    width: calc(68% - 14px);
}

body.woocommerce-cart table.shop_table {
    width: 100%;
    margin: 0;
    border: 1px solid var(--flow-commerce-line);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
    overflow: hidden;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
    padding: 16px 14px;
    border: 0;
    border-bottom: 1px solid var(--flow-commerce-line);
    color: var(--flow-commerce-text);
    vertical-align: middle;
}

body.woocommerce-cart table.shop_table thead th {
    background: #ffffff;
    color: var(--flow-commerce-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

body.woocommerce-cart table.shop_table tbody tr:last-child td {
    border-bottom: 0;
}

body.woocommerce-cart table.shop_table .product-remove {
    width: 40px;
    padding-right: 4px;
    text-align: center;
}

body.woocommerce-cart table.shop_table .product-remove a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: var(--flow-commerce-radius);
    background: transparent;
    color: var(--flow-commerce-muted) !important;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}

body.woocommerce-cart table.shop_table .product-remove a.remove:hover,
body.woocommerce-cart table.shop_table .product-remove a.remove:focus-visible {
    background: rgba(216, 74, 83, 0.08);
    color: var(--flow-commerce-danger) !important;
}

body.woocommerce-cart table.shop_table .product-thumbnail {
    width: 96px;
}

body.woocommerce-cart table.shop_table .product-thumbnail img {
    display: block;
    width: 76px;
    height: 76px;
    margin: 0;
    border: 1px solid var(--flow-commerce-line);
    border-radius: var(--flow-commerce-radius);
    object-fit: contain;
}

body.woocommerce-cart table.shop_table .product-name a {
    color: var(--flow-commerce-text);
    font-weight: 650;
    text-decoration: none;
}

body.woocommerce-cart table.shop_table .product-price,
body.woocommerce-cart table.shop_table .product-subtotal {
    white-space: nowrap;
}

body.woocommerce-cart table.shop_table .product-subtotal {
    color: var(--flow-commerce-accent-dark);
    font-weight: 700;
}

body.woocommerce-cart .quantity .qty {
    width: 72px;
    min-height: 40px;
    padding: 8px;
    text-align: center;
}

body.woocommerce-cart table.shop_table td.actions {
    padding: 14px;
    background: #fbfcfc;
}

body.woocommerce-cart table.shop_table td.actions .coupon {
    display: flex;
    gap: 8px;
}

body.woocommerce-cart table.shop_table td.actions .coupon .input-text {
    width: 180px;
    min-height: 44px;
}

body.woocommerce-cart table.shop_table td.actions > .button {
    float: right;
}

body.woocommerce-cart .cart-collaterals {
    float: right;
    width: calc(32% - 14px);
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--flow-commerce-line);
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin: 0 0 16px;
    color: var(--flow-commerce-text);
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

body.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 0 0 18px;
    border: 0;
    border-radius: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals table th,
body.woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 13px 0;
    border-bottom: 1px solid var(--flow-commerce-line);
    background: transparent;
    font-size: 14px;
    vertical-align: top;
}

body.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 42%;
    color: var(--flow-commerce-muted);
    font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .order-total strong {
    color: var(--flow-commerce-accent-dark);
    font-size: 20px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 0;
}

body.woocommerce-cart .cart-empty {
    margin-bottom: 18px;
    text-align: center;
}

body.woocommerce-cart .return-to-shop {
    text-align: center;
}

/* WooCommerce Blocks empty cart. */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin-inline: auto;
    padding: 0;
}

body.woocommerce-cart .flow-empty-cart__state {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: min(100%, 560px);
    margin: 0 auto 32px;
    padding: 20px 24px 8px;
    color: var(--flow-commerce-text);
    text-align: center;
}

body.woocommerce-cart .flow-empty-cart__icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 0 18px;
    border: 1px solid rgba(10, 186, 181, 0.2);
    border-radius: 50%;
    background: #ffffff;
    color: var(--flow-commerce-accent-dark);
}

body.woocommerce-cart .flow-empty-cart__icon-svg {
    display: block;
    width: 32px;
    height: 32px;
    stroke: currentColor;
}

body.woocommerce-cart .flow-empty-cart__state .wc-block-cart__empty-cart__title {
    margin: 0 !important;
    color: var(--flow-commerce-text) !important;
    font-family: inherit !important;
    font-size: clamp(24px, 3vw, 30px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em;
}

body.woocommerce-cart .flow-empty-cart__state .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
    content: none !important;
    display: none !important;
}

body.woocommerce-cart .flow-empty-cart__description {
    max-width: 440px;
    margin: 10px 0 20px;
    color: var(--flow-commerce-muted);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
}

body.woocommerce-cart .flow-empty-cart__button.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 44px;
    text-decoration: none !important;
}

body.woocommerce-cart .flow-empty-cart__button.button:focus-visible {
    box-shadow: 0 0 0 3px rgba(10, 186, 181, 0.18) !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator.is-style-dots {
    width: 100%;
    max-width: none;
    height: 1px;
    margin: 0 0 32px;
    border: 0 !important;
    background: var(--flow-commerce-line);
    color: transparent;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator.is-style-dots::before {
    content: none !important;
    display: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
    margin: 0 0 24px;
    color: var(--flow-commerce-text);
    font-family: inherit;
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid {
    margin: 0;
    text-align: center;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0 !important;
    padding: 0;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
    display: flex !important;
    flex: none !important;
    flex-direction: column;
    box-sizing: border-box;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid var(--flow-commerce-line) !important;
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
    color: var(--flow-commerce-text);
    font-family: inherit;
    font-size: 16px !important;
    text-align: center;
    transition: border-color 0.18s ease;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:focus-within {
    border-color: rgba(10, 186, 181, 0.42) !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
    color: var(--flow-commerce-text) !important;
    text-decoration: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
    display: block !important;
    width: 100%;
    margin: 0 0 12px !important;
    overflow: hidden;
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
    margin: 0 0 12px !important;
    color: var(--flow-commerce-text);
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.3;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
    margin: auto 0 12px !important;
    color: var(--flow-commerce-accent-dark);
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price del {
    color: var(--flow-commerce-muted);
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price ins {
    color: var(--flow-commerce-accent-dark);
    text-decoration: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
    width: 100%;
    margin: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    font-size: 14px !important;
    white-space: nowrap;
}

/* Canonical FreshFlow cards rendered for the empty-cart recommendations. */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products > .woocommerce {
    width: 100%;
    margin: 0;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products ul.products::before,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products ul.products::after {
    display: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products ul.products li.product {
    display: flex;
    float: none !important;
    flex-direction: column;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products .woocommerce-loop-product__link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    color: var(--flow-commerce-text);
    text-decoration: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products .flow-product-card__purchase {
    margin-top: auto;
    padding-top: 14px;
}

@media (max-width: 1024px) {
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.woocommerce-cart .flow-empty-cart__state {
        margin-bottom: 24px;
        padding: 12px 0 8px;
    }

    body.woocommerce-cart .flow-empty-cart__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    body.woocommerce-cart .flow-empty-cart__icon-svg {
        width: 28px;
        height: 28px;
    }

    body.woocommerce-cart .flow-empty-cart__state .wc-block-cart__empty-cart__title {
        font-size: 23px !important;
    }

    body.woocommerce-cart .flow-empty-cart__description {
        margin-bottom: 18px;
        font-size: 14px;
    }

    body.woocommerce-cart .flow-empty-cart__button.button {
        width: min(100%, 280px);
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator.is-style-dots {
        margin-bottom: 28px;
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
        margin-bottom: 20px;
        font-size: 22px;
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
        padding: 10px !important;
        font-size: 14px !important;
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
        font-size: 14px !important;
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product,
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .flow-empty-cart__products ul.products li.product {
        transition: none;
    }
}

/* Classic WooCommerce checkout. */
body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
    align-items: start;
    column-gap: 32px;
    row-gap: 14px;
}

body.woocommerce-checkout form.checkout #customer_details {
    grid-row: 1 / span 3;
    grid-column: 1;
}

body.woocommerce-checkout form.checkout #order_review_heading {
    grid-row: 1;
    grid-column: 2;
    margin: 0;
    padding: 0 20px;
    color: var(--flow-commerce-text);
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

body.woocommerce-checkout form.checkout #order_review {
    grid-row: 2;
    grid-column: 2;
    padding: 18px 20px 20px;
    border: 1px solid var(--flow-commerce-line);
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
}

body.woocommerce-checkout #customer_details .col-2 {
    margin-top: 28px;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
    padding: 22px;
    border: 1px solid var(--flow-commerce-line);
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
}

body.woocommerce-checkout .woocommerce-shipping-fields:empty,
body.woocommerce-checkout .woocommerce-additional-fields:empty {
    display: none;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #ship-to-different-address {
    margin: 0 0 20px;
    color: var(--flow-commerce-text);
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

body.woocommerce-checkout #ship-to-different-address label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: inherit;
}

body.woocommerce-checkout .form-row {
    margin: 0 0 16px;
    padding: 0;
}

body.woocommerce-checkout .form-row label {
    margin-bottom: 6px;
    color: var(--flow-commerce-text);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.3;
}

body.woocommerce-checkout .form-row label .required {
    color: var(--flow-commerce-danger);
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table {
    margin: 0 0 18px;
    border: 0;
    border-collapse: collapse;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid var(--flow-commerce-line);
    background: transparent;
    color: var(--flow-commerce-text);
    font-size: 14px;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table th:last-child,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table td:last-child {
    text-align: right;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-name {
    padding-right: 14px;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total td {
    padding-top: 16px;
    border-bottom: 0;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total strong {
    color: var(--flow-commerce-accent-dark);
    font-size: 20px;
}

body.woocommerce-checkout #payment {
    margin: 0;
    border-radius: 0;
    background: transparent;
}

body.woocommerce-checkout #payment ul.payment_methods {
    margin: 0;
    padding: 0;
    border: 0;
}

body.woocommerce-checkout #payment ul.payment_methods li {
    margin: 0;
    padding: 13px 0;
    border-top: 1px solid var(--flow-commerce-line);
    line-height: 1.4;
}

body.woocommerce-checkout #payment ul.payment_methods li label {
    font-weight: 650;
}

body.woocommerce-checkout #payment div.payment_box {
    margin: 10px 0 0;
    padding: 12px;
    border-radius: var(--flow-commerce-radius);
    background: var(--flow-commerce-soft);
    color: var(--flow-commerce-muted);
    font-size: 13px;
}

body.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

body.woocommerce-checkout #payment .place-order {
    margin: 0;
    padding: 18px 0 0;
}

body.woocommerce-checkout #place_order {
    float: none;
    width: 100%;
    min-height: 48px;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
    color: var(--flow-commerce-muted);
    font-size: 12px;
    line-height: 1.5;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle {
    margin-bottom: 12px;
}

body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout form.login {
    margin: 0 0 22px;
    padding: 18px;
    border: 1px solid var(--flow-commerce-line);
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
}

/* Elementor Pro Cart and Checkout widgets. */
body.woocommerce-cart .elementor-widget-woocommerce-cart .e-cart__container,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout .e-checkout__container {
    column-gap: 32px;
}

body.woocommerce-cart .elementor-widget-woocommerce-cart .e-cart__column-start,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout .e-checkout__column-start {
    min-width: 0;
}

body.woocommerce-cart .elementor-widget-woocommerce-cart .e-cart-totals,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout .e-checkout__order_review,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout .e-coupon-box,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout .e-login-wrap,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout .woocommerce-additional-fields {
    --sections-background-color: #ffffff;
    --sections-border-type: solid;
    --sections-border-color: var(--flow-commerce-line);
    --sections-border-radius: var(--flow-commerce-radius);
    --sections-padding: 22px;
    border-color: var(--flow-commerce-line);
    border-radius: var(--flow-commerce-radius);
    box-shadow: none;
}

body.woocommerce-cart .elementor-widget-woocommerce-cart {
    --cart-title-color: var(--flow-commerce-text);
    --order-summary-title-color: var(--flow-commerce-text);
    --checkout-button-normal-text-color: #ffffff;
    --checkout-button-hover-text-color: #ffffff;
}

body.woocommerce-checkout .elementor-widget-woocommerce-checkout {
    --sections-title-color: var(--flow-commerce-text);
    --forms-labels-color: var(--flow-commerce-text);
    --forms-fields-normal-color: var(--flow-commerce-text);
    --forms-fields-focus-color: var(--flow-commerce-text);
    --purchase-button-normal-text-color: #ffffff;
    --purchase-button-hover-text-color: #ffffff;
}

/* WooCommerce Cart and Checkout blocks. */
body.woocommerce-cart .wp-block-woocommerce-cart.alignwide,
body.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 32px;
}

body.woocommerce-cart .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-main {
    flex: 1 1 calc(66% - 16px);
    width: calc(66% - 16px);
    max-width: calc(66% - 16px);
    min-width: 0;
    padding: 26px;
    border: 1px solid var(--flow-commerce-line);
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
}

body.woocommerce-cart .wc-block-cart__main {
    padding-top: 0;
    padding-bottom: 0;
}

body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar {
    flex: 0 0 calc(34% - 16px);
    width: calc(34% - 16px);
    max-width: calc(34% - 16px);
    margin: 0;
    padding: 24px;
    border: 1px solid var(--flow-commerce-line);
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
}

body.woocommerce-checkout .wc-block-checkout {
    padding-top: 0;
}

body.woocommerce-cart .wc-block-cart-items {
    margin: 0;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-checkout .wc-block-components-order-summary {
    border-collapse: collapse;
}

body.woocommerce-cart .wc-block-cart-items th,
body.woocommerce-cart .wc-block-cart-items td,
body.woocommerce-checkout .wc-block-components-order-summary-item {
    border-color: var(--flow-commerce-line);
}

body.woocommerce-cart .wc-block-cart-items thead th {
    padding-top: 16px;
    padding-bottom: 14px;
    color: var(--flow-commerce-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.035em;
}

body.woocommerce-cart .wc-block-cart-items tbody tr:last-child td {
    border-bottom: 0;
}

body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    border: 1px solid var(--flow-commerce-line);
    border-radius: var(--flow-commerce-radius);
}

body.woocommerce-cart .wc-block-cart-item__image img {
    background: #ffffff;
    object-fit: contain;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-name {
    color: var(--flow-commerce-text);
    font-weight: 650;
    text-decoration: none;
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata {
    color: var(--flow-commerce-muted);
    font-size: 12px;
    line-height: 1.45;
}

body.woocommerce-cart .wc-block-components-product-metadata p,
body.woocommerce-checkout .wc-block-components-product-metadata p {
    margin: 4px 0 0;
}

body.woocommerce-cart .wc-block-components-product-price__regular,
body.woocommerce-checkout .wc-block-components-product-price__regular {
    color: var(--flow-commerce-muted);
}

body.woocommerce-cart .wc-block-components-product-price__value.is-discounted,
body.woocommerce-checkout .wc-block-components-product-price__value.is-discounted {
    margin-left: 5px;
    color: var(--flow-commerce-accent-dark);
    font-weight: 700;
    text-decoration: none;
}

body.woocommerce-cart .wc-block-components-product-badge,
body.woocommerce-checkout .wc-block-components-product-badge {
    padding: 3px 6px;
    border: 0;
    border-radius: 2px;
    background: rgba(10, 186, 181, 0.1);
    color: var(--flow-commerce-accent-dark);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
    text-transform: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
    border-color: #cfd8da;
    border-radius: var(--flow-commerce-radius);
    box-shadow: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector input {
    min-height: 40px;
}

body.woocommerce-cart .wc-block-cart-item__remove-link {
    color: var(--flow-commerce-muted) !important;
    font-size: 12px;
    text-decoration: none !important;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart .wc-block-cart-item__remove-link:focus-visible {
    color: var(--flow-commerce-danger) !important;
}

body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-totals-item {
    padding-top: 13px;
    padding-bottom: 13px;
    border-color: var(--flow-commerce-line);
}

body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__label {
    color: var(--flow-commerce-text);
    font-weight: 600;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: var(--flow-commerce-accent-dark);
    font-size: 20px;
    font-weight: 700;
}

body.woocommerce-cart .wc-block-components-totals-coupon,
body.woocommerce-checkout .wc-block-components-totals-coupon {
    border-color: var(--flow-commerce-line);
}

body.woocommerce-cart .wc-block-cart__submit-container,
body.woocommerce-checkout .wc-block-checkout__actions {
    margin-top: 4px;
}

body.woocommerce-cart .wc-block-components-button,
body.woocommerce-checkout .wc-block-components-button {
    min-height: 50px;
    border: 1px solid var(--flow-commerce-accent);
    border-radius: var(--flow-commerce-radius);
    background: var(--flow-commerce-accent);
    color: #ffffff;
    font-family: inherit;
    font-weight: 700;
    box-shadow: none;
}

body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-cart .wc-block-components-button:focus-visible,
body.woocommerce-checkout .wc-block-components-button:hover,
body.woocommerce-checkout .wc-block-components-button:focus-visible {
    border-color: var(--flow-commerce-accent-dark);
    background: var(--flow-commerce-accent-dark);
    color: #ffffff;
    outline: none;
}

body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input {
    border-color: #cfd8da;
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
    color: var(--flow-commerce-text);
    box-shadow: none;
}

body.woocommerce-cart .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input:focus,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus {
    border-color: var(--flow-commerce-accent);
    box-shadow: 0 0 0 2px rgba(10, 186, 181, 0.12);
    outline: none;
}

body.woocommerce-cart .wc-block-components-notice-banner,
body.woocommerce-checkout .wc-block-components-notice-banner {
    border: 1px solid var(--flow-commerce-line);
    border-radius: var(--flow-commerce-radius);
    background: #ffffff;
    box-shadow: none;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
    margin: 0;
    padding: 0 0 26px;
    border-bottom: 1px solid var(--flow-commerce-line);
}

body.woocommerce-checkout .wc-block-components-checkout-step + .wc-block-components-checkout-step {
    padding-top: 26px;
}

body.woocommerce-checkout .wc-block-components-checkout-step:last-of-type {
    border-bottom: 0;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading {
    margin-bottom: 16px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-checkout-step__title.wc-block-components-title {
    color: var(--flow-commerce-text);
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

body.woocommerce-checkout .wc-block-checkout__guest-checkout-notice,
body.woocommerce-checkout .wc-block-components-checkout-step__description {
    margin-top: 7px;
    color: var(--flow-commerce-muted);
    font-size: 12px;
    line-height: 1.45;
}

body.woocommerce-checkout .wc-block-components-address-form {
    gap: 12px;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input {
    min-height: 50px;
    border: 1px solid #cfd8da;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label {
    color: var(--flow-commerce-muted);
    font-family: inherit;
    font-size: 14px;
}

body.woocommerce-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout .wc-block-components-radio-control__option {
    color: var(--flow-commerce-text);
    font-family: inherit;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
    padding: 0 0 16px;
    border-bottom: 1px solid var(--flow-commerce-line);
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
    border: 0 !important;
    border-radius: 0 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    color: var(--flow-commerce-text);
    font-size: 18px;
    font-weight: 700;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price {
    color: var(--flow-commerce-accent-dark);
    font-size: 16px;
    font-weight: 700;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
    padding-top: 18px;
    padding-bottom: 18px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image {
    width: 58px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
    border-color: var(--flow-commerce-accent-dark);
    background: var(--flow-commerce-accent-dark);
    color: #ffffff;
}

body.woocommerce-checkout .checkout-order-summary-block-fill {
    border: 0 !important;
    border-radius: 0 !important;
}

/* FreshFlow cart refinement. */
body.woocommerce-cart .page-header .entry-title::after {
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    background: var(--flow-commerce-accent);
    content: "";
}

body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar {
    border-top: 3px solid var(--flow-commerce-accent);
}

body.woocommerce-cart .wc-block-cart__main {
    padding-right: 28px;
    padding-left: 28px;
}

body.woocommerce-cart .wc-block-cart-items thead {
    display: none;
}

body.woocommerce-cart .wc-block-cart-items__row td {
    padding-top: 24px;
    padding-bottom: 24px;
}

body.woocommerce-cart .wc-block-cart-items__row:last-child td {
    border-bottom: 0;
}

body.woocommerce-cart .wc-block-cart-item__image {
    padding-right: 18px;
}

body.woocommerce-cart .wc-block-cart-item__image img {
    padding: 4px;
    border-color: rgba(10, 186, 181, 0.2);
    background: #f9fcfc;
}

body.woocommerce-cart .wc-block-cart-item__product {
    padding-left: 4px;
}

body.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name {
    color: var(--flow-commerce-text);
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35;
}

body.woocommerce-cart .wc-block-cart-item__product .wc-block-cart-item__prices {
    margin-top: 6px;
}

body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price {
    color: var(--flow-commerce-muted);
    font-size: 14px;
    line-height: 1.3;
}

body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price__value {
    color: var(--flow-commerce-accent-dark);
    font-weight: 700;
}

body.woocommerce-cart .wc-block-cart-item__total {
    padding-left: 18px;
}

body.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price__value {
    color: var(--flow-commerce-text);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

body.woocommerce-cart .wc-block-cart-item__quantity {
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
    width: 116px;
    min-width: 116px;
    height: 42px;
    border-color: rgba(10, 186, 181, 0.28);
    background: #fbfefe;
    overflow: hidden;
}

body.woocommerce-cart .wc-block-components-quantity-selector input {
    min-height: 40px;
    color: var(--flow-commerce-text);
    font-size: 14px;
    font-weight: 700;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
    color: var(--flow-commerce-accent-dark);
    font-size: 17px;
    transition: background-color 0.18s ease, color 0.18s ease;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button:hover,
body.woocommerce-cart .wc-block-components-quantity-selector__button:focus-visible {
    background: rgba(10, 186, 181, 0.1);
    color: #066f6c;
    outline: none;
}

body.woocommerce-cart .wc-block-cart-item__remove-link {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--flow-commerce-radius);
    background: transparent;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

body.woocommerce-cart .wc-block-cart-item__remove-link svg {
    width: 19px;
    height: 19px;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart .wc-block-cart-item__remove-link:focus-visible {
    border-color: rgba(216, 74, 83, 0.2);
    background: rgba(216, 74, 83, 0.06);
    outline: none;
}

body.woocommerce-cart .wc-block-cart__sidebar {
    padding: 26px 24px 24px;
}

body.woocommerce-cart .wc-block-cart__totals-title {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--flow-commerce-line);
    color: var(--flow-commerce-text);
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

body.woocommerce-cart .wc-block-cart__totals-title::before {
    flex: 0 0 3px;
    width: 3px;
    height: 20px;
    background: var(--flow-commerce-accent);
    content: "";
}

body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon {
    padding-top: 16px;
    padding-bottom: 16px;
}

body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-panel__button {
    color: var(--flow-commerce-muted);
    font-size: 14px;
    font-weight: 500;
}

body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px;
    padding-top: 22px;
    padding-bottom: 22px;
}

body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
}

body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    align-self: end;
    color: var(--flow-commerce-accent-dark);
    font-size: 22px;
    font-weight: 750;
    line-height: 1.15;
    white-space: nowrap;
}

body.woocommerce-cart .wc-block-cart__submit {
    margin-top: 0;
    padding-top: 0;
}

body.woocommerce-cart .wc-block-cart__submit-button {
    min-height: 54px;
    padding: 12px 18px;
    text-decoration: none;
}

body.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: inherit;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none;
}

body.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text::after {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    content: "→";
    transition: transform 0.18s ease;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover .wc-block-components-button__text::after,
body.woocommerce-cart .wc-block-cart__submit-button:focus-visible .wc-block-components-button__text::after {
    transform: translateX(3px);
}

@media (min-width: 768px) {
    body.woocommerce-cart .wc-block-cart-item__image {
        width: 116px;
    }

    body.woocommerce-cart .wc-block-cart-item__image img {
        width: 96px;
        height: 96px;
    }

    body.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name {
        font-size: 16px;
        line-height: 1.35;
    }
}

@media (min-width: 960px) {
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-checkout form.checkout #order_review,
    body.woocommerce-cart .elementor-widget-woocommerce-cart .e-sticky-right-column,
    body.woocommerce-checkout .elementor-widget-woocommerce-checkout .e-sticky-right-column,
    body.woocommerce-cart .wc-block-components-sidebar,
    body.woocommerce-checkout .wc-block-components-sidebar {
        position: sticky;
        top: 24px;
    }
}

@media (max-width: 959px) {
    body.woocommerce-cart .woocommerce-cart-form,
    body.woocommerce-cart .cart-collaterals {
        float: none;
        width: 100%;
    }

    body.woocommerce-cart .cart-collaterals {
        margin-top: 24px;
    }

    body.woocommerce-checkout form.checkout {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    body.woocommerce-checkout form.checkout #customer_details,
    body.woocommerce-checkout form.checkout #order_review_heading,
    body.woocommerce-checkout form.checkout #order_review {
        grid-row: auto;
        grid-column: 1;
    }

    body.woocommerce-checkout form.checkout #order_review_heading {
        padding: 0;
    }

    body.woocommerce-cart .wc-block-components-sidebar-layout,
    body.woocommerce-checkout .wc-block-components-sidebar-layout {
        flex-direction: column;
    }

    body.woocommerce-cart .wc-block-components-main,
    body.woocommerce-cart .wc-block-components-sidebar,
    body.woocommerce-checkout .wc-block-components-main,
    body.woocommerce-checkout .wc-block-components-sidebar {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    body.woocommerce-cart .site-main,
    body.woocommerce-checkout .site-main {
        padding: 30px 12px 52px;
    }

    body.woocommerce-cart .page-header,
    body.woocommerce-checkout .page-header {
        margin-bottom: 20px;
    }

    body.woocommerce-cart table.shop_table_responsive thead {
        display: none;
    }

    body.woocommerce-cart table.shop_table_responsive tbody,
    body.woocommerce-cart table.shop_table_responsive tr,
    body.woocommerce-cart table.shop_table_responsive td {
        display: block;
        width: 100%;
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item {
        position: relative;
        padding: 16px 14px;
        border-bottom: 1px solid var(--flow-commerce-line);
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item td {
        min-height: 0;
        padding: 5px 0;
        border: 0;
        text-align: right !important;
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before {
        color: var(--flow-commerce-muted);
        font-size: 12px;
        font-weight: 600;
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        width: auto;
        padding: 0;
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-thumbnail {
        display: block;
        width: 84px;
        margin-bottom: 8px;
        text-align: left !important;
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-thumbnail::before {
        display: none;
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-name {
        padding-right: 36px;
        text-align: left !important;
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-name::before {
        display: none;
    }

    body.woocommerce-cart table.shop_table td.actions {
        padding: 14px;
    }

    body.woocommerce-cart table.shop_table td.actions .coupon {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        width: 100%;
        margin-bottom: 10px;
    }

    body.woocommerce-cart table.shop_table td.actions .coupon .input-text {
        width: 100%;
    }

    body.woocommerce-cart table.shop_table td.actions > .button {
        float: none;
        width: 100%;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-checkout .woocommerce-billing-fields,
    body.woocommerce-checkout .woocommerce-shipping-fields,
    body.woocommerce-checkout .woocommerce-additional-fields,
    body.woocommerce-checkout form.checkout #order_review {
        padding: 17px 15px;
    }

    body.woocommerce-checkout .form-row-first,
    body.woocommerce-checkout .form-row-last {
        float: none;
        width: 100%;
    }

    body.woocommerce-checkout .wc-block-components-sidebar,
    body.woocommerce-cart .wc-block-components-sidebar {
        padding: 16px;
    }

    body.woocommerce-cart .wc-block-components-main,
    body.woocommerce-checkout .wc-block-components-main {
        padding: 18px 15px;
    }

    body.woocommerce-cart .wc-block-cart__main {
        padding-top: 0;
        padding-bottom: 0;
    }

    body.woocommerce-cart .wc-block-cart__submit {
        min-height: 80px;
    }

    body.woocommerce-cart .wc-block-cart__submit-container--sticky {
        padding: 14px 16px;
        border-top: 1px solid rgba(10, 186, 181, 0.24);
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 -8px 22px rgba(24, 32, 47, 0.08);
    }
}

@media (max-width: 359px) {
    body.woocommerce-cart .wc-block-cart-items,
    body.woocommerce-cart .wc-block-cart-items tbody {
        display: block;
        width: 100%;
    }

    body.woocommerce-cart .wc-block-cart-items__row {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr) !important;
        gap: 8px 12px;
        width: 100%;
    }

    body.woocommerce-cart .wc-block-cart-item__image {
        grid-row: 1 / span 2 !important;
        grid-column: 1 !important;
        align-self: start;
        width: 64px;
        padding-right: 12px !important;
    }

    body.woocommerce-cart .wc-block-cart-item__image img {
        width: 52px;
        height: 52px;
    }

    body.woocommerce-cart .wc-block-cart-item__product {
        grid-row: 1 !important;
        grid-column: 2 !important;
        width: auto;
        min-width: 0;
    }

    body.woocommerce-cart .wc-block-cart-item__total {
        grid-row: 2 !important;
        grid-column: 2 !important;
        align-items: flex-start;
        width: auto;
        min-width: 0;
        text-align: left;
    }

    body.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price {
        display: none;
    }

    body.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        align-items: flex-start;
    }

    body.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary-item {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 8px 12px;
        align-items: start;
    }

    body.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary-item__image {
        grid-row: 1 / span 2;
        grid-column: 1;
        align-self: start;
        width: 48px;
    }

    body.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary-item__image img {
        width: 48px;
        height: 48px;
    }

    body.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary-item__description {
        grid-row: 1;
        grid-column: 2;
        width: auto;
        min-width: 0;
    }

    body.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary-item__total-price {
        grid-row: 2;
        grid-column: 2;
        width: auto;
        min-width: 0;
        text-align: left;
    }

    body.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary-item__total-price .wc-block-components-product-price {
        display: none;
    }

    body.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        align-items: flex-start;
    }
}
