/*
 * Luxi WooCommerce cart.
 * Matches Figma node 244:3665 while preserving WooCommerce cart behaviour.
 */

body.orx-cart-page {
    --orx-cart-shell-width: 1440px;
    --orx-cart-shell-space: 40px;
    --orx-cart-primary: #134da8;
    --orx-cart-primary-hover: #0e408e;
    --orx-cart-ink: #333;
    --orx-cart-copy: #666;
    --orx-cart-muted: #7b7b7b;
    --orx-cart-danger: #ff0b00;
    --orx-cart-page: #f7fafe;
    --orx-cart-border: #ddd;
    --orx-cart-white: #fff;

    background: var(--orx-cart-page);
    color: var(--orx-cart-ink);
}

body.orx-cart-page :where(
    #content,
    .site-content,
    .content-area,
    .site-main,
    .page-content,
    .entry-content,
    .woocommerce,
    .woocommerce *,
    .wp-block-woocommerce-cart,
    .wp-block-woocommerce-cart *
) {
    box-sizing: border-box;
}

body.orx-cart-page :where(#content, .site-content, .content-area, .site-main, .page-content, .entry-content) {
    width: 100%;
    max-width: none;
    margin: 0;
}

body.orx-cart-page main#content.site-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    float: none;
}

body.orx-cart-page main#content.site-main > .page-content {
    width: min(var(--orx-cart-shell-width), calc(100% - var(--orx-cart-shell-space)));
    max-width: var(--orx-cart-shell-width);
    margin-right: auto;
    margin-left: auto;
    padding: 120px 0 100px;
}

body.orx-cart-page #secondary,
body.orx-cart-page main#content.site-main > :where(.entry-header, .entry-title) {
    display: none;
}

body.orx-cart-page .entry-content {
    padding: 0;
}

body.orx-cart-page :where(.woocommerce, .wp-block-woocommerce-cart) {
    width: 100%;
    color: var(--orx-cart-ink);
}

body.orx-cart-page main#content.site-main > .page-content :where(a, button, input) {
    -webkit-tap-highlight-color: transparent;
}

body.orx-cart-page main#content.site-main > .page-content :where(img, svg) {
    display: block;
}

body.orx-cart-page main#content.site-main > .page-content :where(a, button, input):focus-visible {
    outline: 2px solid var(--orx-cart-primary);
    outline-offset: 3px;
}

/* Page heading and breadcrumb */

.orx-cart-intro {
    margin: 0 0 48px;
}

.orx-cart-breadcrumbs {
    display: flex;
    width: max-content;
    max-width: 100%;
    height: 28px;
    align-items: center;
    color: var(--orx-cart-muted);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.orx-cart-breadcrumbs a {
    color: var(--orx-cart-muted);
    text-decoration: none;
    transition: color 180ms ease;
}

.orx-cart-breadcrumbs a:hover,
.orx-cart-breadcrumbs a:focus-visible {
    color: var(--orx-cart-primary);
}

.orx-cart-breadcrumbs > span[aria-current="page"] {
    color: var(--orx-cart-primary);
}

.orx-cart-breadcrumbs__home-icon {
    position: relative;
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin-right: 17px;
    place-items: center;
}

.orx-cart-breadcrumbs__home-icon img {
    width: 28px;
    height: 28px;
}

.orx-cart-breadcrumbs__chevron {
    position: relative;
    display: block;
    width: 5px;
    height: 10px;
    flex: 0 0 5px;
    margin: 0 16px;
    overflow: visible;
}

.orx-cart-breadcrumbs__chevron img {
    position: absolute;
    top: -0.35px;
    left: -0.35px;
    width: 6.06px;
    height: 10.71px;
}

.orx-cart-intro h1 {
    margin: 32px 0 0;
    color: var(--orx-cart-primary);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
}

/* WooCommerce messages */

body.orx-cart-page .woocommerce-notices-wrapper {
    margin: 0 0 20px;
}

body.orx-cart-page :where(.woocommerce-message, .woocommerce-info, .woocommerce-error) {
    margin: 0 0 16px !important;
    padding: 14px 18px 14px 48px !important;
    border: 1px solid var(--orx-cart-border);
    border-top: 1px solid var(--orx-cart-border) !important;
    border-radius: 8px;
    background: var(--orx-cart-white);
    color: var(--orx-cart-copy);
    font-size: 14px;
    line-height: 1.6;
}

body.orx-cart-page :where(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before {
    top: 14px;
    left: 18px;
    color: var(--orx-cart-primary);
}

body.orx-cart-page .woocommerce-error {
    border-color: #f0cccc;
    color: #a03939;
}

/* Classic WooCommerce cart */

body.orx-cart-page form.woocommerce-cart-form {
    width: 100%;
    margin: 0;
    float: none;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--orx-cart-border);
    border-radius: 16px;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--orx-cart-white);
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table > :where(thead, tbody) {
    display: block;
    width: 100%;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead tr,
body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody tr.cart_item {
    display: grid;
    width: 100%;
    grid-template-columns: 206px minmax(0, 1fr) 177px 175px 149px 178px;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead tr {
    min-height: 87px;
    align-items: stretch;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead th {
    display: flex;
    min-width: 0;
    grid-row: 1;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--orx-cart-ink);
    font-size: 0;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead th::before {
    font-size: 20px;
    white-space: nowrap;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-thumbnail {
    grid-column: 1;
    padding-left: 52px;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-thumbnail::before {
    content: "Product image";
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-name {
    grid-column: 2;
    padding-left: 52px;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-name::before {
    content: "Product name";
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-price {
    grid-column: 3;
    justify-content: center;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-price::before {
    content: "Unit Price";
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-quantity {
    grid-column: 4;
    justify-content: center;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-quantity::before {
    content: "Quantity";
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-subtotal {
    grid-column: 5;
    justify-content: center;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-subtotal::before {
    content: "Total";
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-remove {
    grid-column: 6;
    justify-content: center;
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-remove::before {
    content: "Remove";
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody tr.cart_item {
    position: relative;
    min-height: 184px;
    border-top: 1px solid var(--orx-cart-border);
}

body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody tr.cart_item > td {
    min-width: 0;
    margin: 0;
    border: 0 !important;
    background: transparent;
}

body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    align-items: center;
    padding: 32px 25px 32px 61px;
}

body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail a {
    display: block;
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
}

body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail img {
    width: 120px;
    height: 120px;
    max-width: none;
    aspect-ratio: 1 / 1;
    border: 0;
    border-radius: 8px;
    object-fit: cover;
    background: var(--orx-cart-page);
}

body.orx-cart-page form.woocommerce-cart-form td.product-name {
    display: block;
    grid-column: 2;
    grid-row: 1;
    padding: 32px 24px 26px 52px;
    text-align: left;
}

body.orx-cart-page form.woocommerce-cart-form td.product-name > a {
    display: inline-block;
    max-width: 100%;
    color: var(--orx-cart-primary);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-decoration: none;
    transition: color 180ms ease;
}

body.orx-cart-page form.woocommerce-cart-form td.product-name > a:hover,
body.orx-cart-page form.woocommerce-cart-form td.product-name > a:focus-visible {
    color: var(--orx-cart-primary-hover);
}

body.orx-cart-page form.woocommerce-cart-form td.product-name :where(
    dl.variation,
    .variation,
    .wc-item-meta
) {
    margin: 8px 0 0;
    color: var(--orx-cart-copy);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 5px;
}

body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation :where(dt, dd),
body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation dd p,
body.orx-cart-page form.woocommerce-cart-form td.product-name .wc-item-meta :where(li, p) {
    margin: 0;
    padding: 0;
    float: none;
    overflow-wrap: anywhere;
}

body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation dt {
    font-weight: 400;
}

body.orx-cart-page form.woocommerce-cart-form td.product-price,
body.orx-cart-page form.woocommerce-cart-form td.product-quantity,
body.orx-cart-page form.woocommerce-cart-form td.product-subtotal,
body.orx-cart-page form.woocommerce-cart-form td.product-remove {
    display: flex;
    grid-row: 1;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
}

body.orx-cart-page form.woocommerce-cart-form td.product-price {
    grid-column: 3;
}

body.orx-cart-page form.woocommerce-cart-form td.product-quantity {
    grid-column: 4;
}

body.orx-cart-page form.woocommerce-cart-form td.product-subtotal {
    grid-column: 5;
}

body.orx-cart-page form.woocommerce-cart-form td.product-remove {
    grid-column: 6;
}

body.orx-cart-page form.woocommerce-cart-form td.product-price,
body.orx-cart-page form.woocommerce-cart-form td.product-subtotal {
    color: var(--orx-cart-ink);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

body.orx-cart-page form.woocommerce-cart-form td.product-remove a.remove {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("./cart/trash.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: transparent !important;
    font-size: 0;
    line-height: 1;
    text-indent: -9999px;
    transition: background-color 180ms ease, opacity 180ms ease;
}

body.orx-cart-page form.woocommerce-cart-form td.product-remove a.remove:hover,
body.orx-cart-page form.woocommerce-cart-form td.product-remove a.remove:focus-visible {
    background-color: #fff0ee;
    opacity: 0.78;
}

/* Quantity control */

body.orx-cart-page form.woocommerce-cart-form .quantity {
    margin: 0;
}

body.orx-cart-page form.woocommerce-cart-form .quantity:not(.orx-cart-quantity) .qty {
    width: 120px;
    height: 46px;
    min-height: 46px;
    padding: 8px 14px;
    border: 1px solid var(--orx-cart-border);
    border-radius: 8px;
    background: transparent;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

body.orx-cart-page form.woocommerce-cart-form .orx-cart-quantity {
    position: relative;
    display: grid;
    width: 120px;
    height: 46px;
    grid-template-columns: 40px 40px 40px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--orx-cart-border);
    border-radius: 8px;
    background: transparent;
}

body.orx-cart-page form.woocommerce-cart-form .orx-cart-quantity:focus-within {
    outline: 2px solid var(--orx-cart-primary);
    outline-offset: 3px;
}

body.orx-cart-page form.woocommerce-cart-form .orx-cart-quantity > label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.orx-cart-page form.woocommerce-cart-form .orx-cart-quantity > :where(
    .minus,
    .plus,
    .qty_button
):not(.orx-cart-quantity-button) {
    display: none !important;
}

body.orx-cart-page form.woocommerce-cart-form .orx-cart-quantity .qty {
    width: 40px !important;
    min-width: 0 !important;
    height: 44px;
    min-height: 44px;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    appearance: textfield;
    box-shadow: none !important;
}

body.orx-cart-page form.woocommerce-cart-form .orx-cart-quantity .qty::-webkit-inner-spin-button,
body.orx-cart-page form.woocommerce-cart-form .orx-cart-quantity .qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

body.orx-cart-page .orx-cart-quantity-button {
    display: grid;
    width: 44px;
    height: 44px;
    min-height: 0;
    align-self: center;
    justify-self: center;
    margin: 0 -2px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--orx-cart-muted);
    cursor: pointer;
    place-items: center;
    transition: background-color 180ms ease, opacity 180ms ease;
}

body.orx-cart-page .orx-cart-quantity-button--decrease {
    grid-column: 1;
    grid-row: 1;
}

body.orx-cart-page .orx-cart-quantity-button--increase {
    grid-column: 3;
    grid-row: 1;
}

body.orx-cart-page .orx-cart-quantity-button img {
    width: 11px;
    height: 11px;
}

body.orx-cart-page .orx-cart-quantity-button:hover,
body.orx-cart-page .orx-cart-quantity-button:focus-visible {
    background: #f1f5f4;
}

body.orx-cart-page .orx-cart-quantity-button:disabled {
    cursor: default;
    opacity: 0.34;
}

body.orx-cart-page.orx-cart-page--updating form.woocommerce-cart-form .orx-cart-quantity {
    pointer-events: none;
    opacity: 0.56;
}

body.orx-cart-page:is(.orx-cart-page--dirty, .orx-cart-page--updating) [data-orx-cart-checkout] {
    cursor: wait;
    opacity: 0.58;
}

/* Keep WooCommerce's update action available to JS without displaying it. */

body.orx-cart-page.orx-cart-js form.woocommerce-cart-form table.shop_table td.actions {
    display: none !important;
}

/* Subtotal and actions */

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

body.orx-cart-page .cart-collaterals {
    width: 100%;
    margin: 48px 0 0;
    float: none;
}

body.orx-cart-page .cart-collaterals .cart_totals {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    float: none;
}

body.orx-cart-page .cart-collaterals .cart_totals > h2 {
    display: none;
}

body.orx-cart-page .cart-collaterals .cart_totals table.shop_table {
    display: block;
    width: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tbody {
    display: block;
}

body.orx-cart-page:not(.orx-cart-has-adjustments) .cart-collaterals .cart_totals table.shop_table tr:not(.cart-subtotal) {
    display: none;
}

body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal {
    display: flex;
    align-items: center;
    gap: 24px;
}

body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal th,
body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal th {
    color: var(--orx-cart-copy);
    font-size: 0;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal th::before {
    content: "Subtotal:";
    font-size: 20px;
}

body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td,
body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal .amount {
    color: var(--orx-cart-danger);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table {
    width: min(480px, 100%);
}

body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table tr {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) auto;
    gap: 24px;
    align-items: center;
}

body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table tr + tr {
    margin-top: 10px;
}

body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table :where(th, td) {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--orx-cart-copy);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table td {
    color: var(--orx-cart-ink);
    text-align: right;
}

body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal :where(th, td, .amount) {
    color: var(--orx-cart-ink);
    font-size: 15px;
    font-weight: 400;
}

body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal th::before {
    display: none;
}

body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table tr.order-total {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--orx-cart-border);
}

body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table tr.order-total :where(th, td, .amount) {
    color: var(--orx-cart-ink);
    font-size: 18px;
    font-weight: 500;
}

body.orx-cart-page .wc-proceed-to-checkout,
body.orx-cart-page .wc-block-cart__submit-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin: 0;
    padding: 0;
}

body.orx-cart-page :where([data-orx-cart-quote], [data-orx-cart-continue], [data-orx-cart-checkout]) {
    margin: 0 !important;
    cursor: pointer;
    text-decoration: none !important;
}

body.orx-cart-page [data-orx-cart-checkout] {
    font: inherit;
}

/* WooCommerce Cart Block */

body.orx-cart-page .wp-block-woocommerce-cart {
    margin: 0;
}

body.orx-cart-page .wc-block-cart {
    display: block !important;
    margin: 0 !important;
}

body.orx-cart-page .wc-block-cart__main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.orx-cart-page table.wc-block-cart-items {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--orx-cart-border);
    border-radius: 16px;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--orx-cart-white);
}

body.orx-cart-page table.wc-block-cart-items thead {
    height: 88px;
}

body.orx-cart-page table.wc-block-cart-items thead th {
    padding: 30px 24px;
    border-color: var(--orx-cart-border);
    color: var(--orx-cart-ink);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
}

body.orx-cart-page table.wc-block-cart-items tr.wc-block-cart-items__row {
    min-height: 184px;
}

body.orx-cart-page table.wc-block-cart-items td {
    padding: 32px 24px;
    border-color: var(--orx-cart-border);
    vertical-align: middle;
}

body.orx-cart-page .wc-block-cart-item__image {
    width: 144px;
}

body.orx-cart-page .wc-block-cart-item__image img {
    width: 120px;
    height: 120px;
    max-width: none;
    aspect-ratio: 1 / 1;
    border: 0;
    border-radius: 8px;
    object-fit: cover;
    background: var(--orx-cart-page);
}

body.orx-cart-page .wc-block-components-product-name {
    color: var(--orx-cart-primary);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-decoration: none;
}

body.orx-cart-page .wc-block-components-product-metadata {
    margin-top: 8px;
    color: var(--orx-cart-copy);
    font-size: 14px;
    line-height: 1.8;
}

body.orx-cart-page .wc-block-components-quantity-selector {
    width: 120px;
    height: 46px;
    overflow: hidden;
    border: 1px solid var(--orx-cart-border);
    border-radius: 25px;
    background: transparent;
}

body.orx-cart-page .wc-block-components-quantity-selector::after {
    display: none;
}

body.orx-cart-page .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    min-width: 40px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

body.orx-cart-page .wc-block-components-quantity-selector button {
    min-width: 40px;
    color: var(--orx-cart-muted);
}

body.orx-cart-page .wc-block-cart-item__remove-link {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("./cart/trash.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: transparent !important;
    font-size: 0;
    text-indent: -9999px;
    transition: background-color 180ms ease, opacity 180ms ease;
}

body.orx-cart-page .wc-block-cart-item__remove-link:hover,
body.orx-cart-page .wc-block-cart-item__remove-link:focus-visible {
    background-color: #fff0ee;
    opacity: 0.78;
}

body.orx-cart-page .wc-block-cart__sidebar {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 40px;
    margin: 48px 0 0 !important;
    padding: 0 !important;
    border: 0;
    background: transparent;
}

body.orx-cart-page .wc-block-cart__sidebar > .wp-block-woocommerce-cart-order-summary-block {
    margin: 0;
    padding: 0;
}

body.orx-cart-page .wp-block-woocommerce-cart-order-summary-heading-block,
body.orx-cart-page .wp-block-woocommerce-cart-order-summary-coupon-form-block {
    display: none !important;
}

body.orx-cart-page:not(.orx-cart-has-adjustments) .wp-block-woocommerce-cart-order-summary-totals-block {
    display: none !important;
}

body.orx-cart-page .wp-block-woocommerce-cart-order-summary-subtotal-block {
    display: block !important;
    margin: 0;
    padding: 0;
    border: 0;
}

body.orx-cart-page .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin: 0;
    padding: 0;
}

body.orx-cart-page .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label {
    color: var(--orx-cart-copy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

body.orx-cart-page .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__value {
    color: var(--orx-cart-danger);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

body.orx-cart-page .wc-block-cart__submit {
    width: auto;
    margin: 0;
    padding: 0;
}

body.orx-cart-page .wc-block-cart__submit-container {
    position: static;
    background: transparent;
}

body.orx-cart-page:not(.orx-cart-has-adjustments) .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
}

body.orx-cart-page:not(.orx-cart-has-adjustments) .wc-block-components-totals-footer-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin: 0;
    padding: 0;
}

body.orx-cart-page:not(.orx-cart-has-adjustments) .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    color: var(--orx-cart-copy);
    font-size: 0;
    font-weight: 400;
    line-height: 1.2;
}

body.orx-cart-page:not(.orx-cart-has-adjustments) .wc-block-components-totals-footer-item .wc-block-components-totals-item__label::before {
    content: "Subtotal:";
    font-size: 20px;
}

body.orx-cart-page:not(.orx-cart-has-adjustments) .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: var(--orx-cart-danger);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

body.orx-cart-page.orx-cart-has-adjustments .wp-block-woocommerce-cart-order-summary-block {
    width: min(480px, 100%);
}

body.orx-cart-page.orx-cart-has-adjustments .wp-block-woocommerce-cart-order-summary-block :where(
    .wc-block-components-totals-item,
    .wc-block-components-totals-footer-item
) {
    font-size: 15px;
}

body.orx-cart-page .wc-block-cart__submit-button {
    box-sizing: border-box;
    display: flex !important;
    width: 245px !important;
    height: 52px;
    min-height: 52px !important;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    padding: 10px 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 90px !important;
    background: var(--orx-cart-primary) !important;
    color: var(--orx-cart-white) !important;
    font-size: 0 !important;
    text-decoration: none;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.orx-cart-page .wc-block-cart__submit-button::before {
    content: "Checkout";
    color: var(--orx-cart-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

body.orx-cart-page .wc-block-cart__submit-button::after {
    display: block;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    background: url("./cart/checkout-arrow.svg") center / 30px 30px no-repeat;
    content: "";
}

body.orx-cart-page .wc-block-cart__submit-button:hover,
body.orx-cart-page .wc-block-cart__submit-button:focus-visible {
    border-color: rgba(255, 255, 255, 0.62) !important;
    background: var(--orx-cart-primary-hover) !important;
    box-shadow: none;
}

/* Empty cart */

body.orx-cart-page .woocommerce .cart-empty {
    width: min(720px, 100%);
    margin: 0 auto !important;
    padding: 64px 24px 16px !important;
    border: 1px solid var(--orx-cart-border) !important;
    border-bottom: 0 !important;
    border-radius: 16px 16px 0 0;
    background: var(--orx-cart-white);
    color: var(--orx-cart-ink);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

body.orx-cart-page .woocommerce .cart-empty::before {
    display: none;
}

body.orx-cart-page .woocommerce .return-to-shop {
    width: min(720px, 100%);
    margin: 0 auto;
    padding: 0 24px 64px;
    border: 1px solid var(--orx-cart-border);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: var(--orx-cart-white);
    text-align: center;
}

body.orx-cart-page .woocommerce .return-to-shop .button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 12px 28px;
    border: 1px solid var(--orx-cart-primary);
    border-radius: 90px;
    background: var(--orx-cart-primary);
    color: var(--orx-cart-white);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.orx-cart-page .woocommerce .return-to-shop .button:hover,
body.orx-cart-page .woocommerce .return-to-shop .button:focus-visible {
    border-color: var(--orx-cart-primary-hover);
    background: var(--orx-cart-primary-hover);
    color: var(--orx-cart-white);
    box-shadow: 0 8px 22px rgba(31, 99, 105, 0.16);
}

@media (min-width: 768px) {
    body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody tr.cart_item > td::before {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead tr,
    body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody tr.cart_item {
        grid-template-columns: 128px minmax(0, 1fr) 104px 128px 104px 64px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead tr {
        min-height: 71px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead th::before {
        font-size: 16px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-thumbnail,
    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-name {
        padding-left: 20px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody tr.cart_item {
        min-height: 144px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail {
        padding: 24px 16px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail a,
    body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail img {
        width: 96px;
        height: 96px;
        flex-basis: 96px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name {
        padding: 24px 18px 20px 20px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name > a,
    body.orx-cart-page form.woocommerce-cart-form td.product-price,
    body.orx-cart-page form.woocommerce-cart-form td.product-subtotal {
        font-size: 16px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name :where(
        dl.variation,
        .variation,
        .wc-item-meta
    ) {
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.6;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-price,
    body.orx-cart-page form.woocommerce-cart-form td.product-quantity,
    body.orx-cart-page form.woocommerce-cart-form td.product-subtotal,
    body.orx-cart-page form.woocommerce-cart-form td.product-remove {
        padding-right: 6px;
        padding-left: 6px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-quantity {
        padding-right: 4px;
        padding-left: 4px;
    }
}

@media (max-width: 1024px) {
    body.orx-cart-page {
        --orx-cart-shell-space: 48px;
    }

    body.orx-cart-page main#content.site-main > .page-content {
        padding-top: 72px;
        padding-bottom: 80px;
    }

    .orx-cart-intro {
        margin-bottom: 40px;
    }

    .orx-cart-breadcrumbs {
        height: 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .orx-cart-breadcrumbs__home-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
        margin-right: 14px;
    }

    .orx-cart-breadcrumbs__home-icon img {
        width: 24px;
        height: 24px;
    }

    .orx-cart-breadcrumbs__chevron {
        margin-right: 13px;
        margin-left: 13px;
    }

    .orx-cart-intro h1 {
        margin-top: 28px;
        font-size: 28px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead tr,
    body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody tr.cart_item {
        grid-template-columns: 128px minmax(0, 1fr) 104px 128px 104px 64px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead tr {
        min-height: 71px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead th::before {
        font-size: 16px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-thumbnail,
    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead .product-name {
        padding-left: 20px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody tr.cart_item {
        min-height: 144px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail {
        padding: 24px 16px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail a,
    body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail img {
        width: 96px;
        height: 96px;
        flex-basis: 96px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name {
        padding: 24px 18px 20px 20px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name > a,
    body.orx-cart-page form.woocommerce-cart-form td.product-price,
    body.orx-cart-page form.woocommerce-cart-form td.product-subtotal {
        font-size: 16px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name :where(
        dl.variation,
        .variation,
        .wc-item-meta
    ) {
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.6;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-price,
    body.orx-cart-page form.woocommerce-cart-form td.product-quantity,
    body.orx-cart-page form.woocommerce-cart-form td.product-subtotal,
    body.orx-cart-page form.woocommerce-cart-form td.product-remove {
        padding-right: 6px;
        padding-left: 6px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-quantity {
        padding-right: 4px;
        padding-left: 4px;
    }

    body.orx-cart-page form.woocommerce-cart-form .orx-cart-quantity {
        width: 120px;
        height: 44px;
        grid-template-columns: 40px 40px 40px;
    }

    body.orx-cart-page .orx-cart-quantity-button {
        width: 44px;
        height: 42px;
    }

    body.orx-cart-page form.woocommerce-cart-form .orx-cart-quantity .qty {
        height: 42px;
        min-height: 42px;
    }

    body.orx-cart-page .wc-proceed-to-checkout,
    body.orx-cart-page .wc-block-cart__submit-container {
        gap: 20px;
    }

    body.orx-cart-page table.wc-block-cart-items thead {
        height: 72px;
    }

    body.orx-cart-page table.wc-block-cart-items thead th {
        padding: 24px 16px;
        font-size: 16px;
    }

    body.orx-cart-page table.wc-block-cart-items tr.wc-block-cart-items__row {
        min-height: 144px;
    }

    body.orx-cart-page table.wc-block-cart-items td {
        padding: 24px 16px;
    }

    body.orx-cart-page .wc-block-cart-item__image {
        width: 112px;
    }

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

    body.orx-cart-page .wc-block-components-product-name {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals {
        display: block;
    }

    body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table {
        width: 100%;
    }

    body.orx-cart-page.orx-cart-has-adjustments .wc-proceed-to-checkout {
        justify-content: flex-end;
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    body.orx-cart-page {
        --orx-cart-shell-space: 32px;
    }

    body.orx-cart-page main#content.site-main > .page-content {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .orx-cart-intro {
        margin-bottom: 32px;
    }

    .orx-cart-breadcrumbs {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .orx-cart-breadcrumbs__home-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
        margin-right: 10px;
    }

    .orx-cart-breadcrumbs__home-icon img {
        width: 20px;
        height: 20px;
    }

    .orx-cart-breadcrumbs__chevron {
        width: 4px;
        height: 8px;
        flex-basis: 4px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .orx-cart-breadcrumbs__chevron img {
        width: 5px;
        height: 9px;
    }

    .orx-cart-intro h1 {
        margin-top: 24px;
        font-size: 24px;
    }

    body.orx-cart-page :where(.woocommerce-message, .woocommerce-info, .woocommerce-error) {
        padding: 12px 14px 12px 40px !important;
        font-size: 13px;
    }

    body.orx-cart-page :where(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before {
        top: 12px;
        left: 14px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table thead {
        display: none;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody {
        display: grid;
        gap: 12px;
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody tr.cart_item {
        display: grid;
        min-height: 0;
        grid-template-columns: 88px minmax(0, 1fr);
        align-items: start;
        padding: 16px;
        overflow: hidden;
        border: 1px solid var(--orx-cart-border);
        border-radius: 12px;
        background: var(--orx-cart-white);
    }

    body.orx-cart-page form.woocommerce-cart-form table.shop_table tbody tr.cart_item > td {
        text-align: left !important;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail {
        display: block;
        width: 88px;
        grid-column: 1;
        grid-row: 1;
        padding: 0;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail::before {
        display: none !important;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail a,
    body.orx-cart-page form.woocommerce-cart-form td.product-thumbnail img {
        width: 88px;
        height: 88px;
        flex-basis: 88px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name {
        min-height: 88px;
        grid-column: 2;
        grid-row: 1;
        padding: 1px 34px 0 16px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name::before {
        display: none !important;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name > a {
        font-size: 16px;
        line-height: 1.35;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name :where(
        dl.variation,
        .variation,
        .wc-item-meta
    ) {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.55;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation {
        display: block;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation :where(dt, dd) {
        display: inline;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation dt {
        margin-right: 4px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation dd::after {
        display: block;
        height: 1px;
        content: "";
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-remove {
        position: absolute;
        top: 6px;
        right: 6px;
        display: block;
        width: 44px;
        height: 44px;
        padding: 0;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-remove::before {
        display: none !important;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-remove a.remove {
        width: 44px;
        height: 44px;
        background-size: 20px 20px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-price,
    body.orx-cart-page form.woocommerce-cart-form td.product-quantity,
    body.orx-cart-page form.woocommerce-cart-form td.product-subtotal {
        display: flex;
        width: 100%;
        min-height: 44px;
        grid-column: 1 / -1;
        grid-row: auto;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0 0;
        color: var(--orx-cart-ink);
        font-size: 16px;
        line-height: 1.4;
        white-space: normal;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-price {
        margin-top: 16px;
        border-top: 1px solid var(--orx-cart-border) !important;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-price::before,
    body.orx-cart-page form.woocommerce-cart-form td.product-quantity::before,
    body.orx-cart-page form.woocommerce-cart-form td.product-subtotal::before {
        display: block;
        color: var(--orx-cart-copy);
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-price::before {
        content: "Unit Price";
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-quantity::before {
        content: "Quantity";
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-subtotal::before {
        content: "Total";
    }

    body.orx-cart-page form.woocommerce-cart-form .orx-cart-quantity {
        width: 120px;
        flex: 0 0 120px;
    }

    body.orx-cart-page .cart-collaterals {
        margin-top: 32px;
    }

    body.orx-cart-page .cart-collaterals .cart_totals {
        display: block;
    }

    body.orx-cart-page .cart-collaterals .cart_totals table.shop_table {
        width: 100%;
    }

    body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal {
        justify-content: space-between;
        gap: 20px;
    }

    body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal th::before {
        font-size: 16px;
    }

    body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td,
    body.orx-cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal .amount {
        font-size: 20px;
    }

    body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal :where(th, td, .amount) {
        font-size: 15px;
    }

    body.orx-cart-page.orx-cart-has-adjustments .cart-collaterals .cart_totals table.shop_table tr.order-total :where(th, td, .amount) {
        font-size: 20px;
    }

    body.orx-cart-page .wc-proceed-to-checkout,
    body.orx-cart-page .wc-block-cart__submit-container {
        width: 100%;
        flex-direction: column;
        gap: 12px;
        margin-top: 24px;
    }

    body.orx-cart-page :where([data-orx-cart-quote], [data-orx-cart-continue], [data-orx-cart-checkout]),
    body.orx-cart-page .wc-block-cart__submit-button {
        width: 100% !important;
        max-width: none;
    }

    /* Cart Block mobile cards */

    body.orx-cart-page table.wc-block-cart-items {
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    body.orx-cart-page table.wc-block-cart-items thead {
        display: none;
    }

    body.orx-cart-page table.wc-block-cart-items tbody {
        display: grid;
        gap: 12px;
    }

    body.orx-cart-page table.wc-block-cart-items tr.wc-block-cart-items__row {
        display: grid;
        min-height: 0;
        grid-template-columns: 88px minmax(0, 1fr);
        padding: 16px;
        overflow: hidden;
        border: 1px solid var(--orx-cart-border);
        border-radius: 12px;
        background: var(--orx-cart-white);
    }

    body.orx-cart-page table.wc-block-cart-items td {
        padding: 0;
        border: 0;
    }

    body.orx-cart-page .wc-block-cart-item__image {
        width: 88px;
        grid-column: 1;
    }

    body.orx-cart-page .wc-block-cart-item__image img {
        width: 88px;
        height: 88px;
    }

    body.orx-cart-page .wc-block-cart-item__product {
        min-width: 0;
        grid-column: 2;
        padding-left: 16px !important;
    }

    body.orx-cart-page .wc-block-cart-item__total {
        grid-column: 1 / -1;
        margin-top: 16px;
        padding-top: 12px !important;
        border-top: 1px solid var(--orx-cart-border) !important;
    }

    body.orx-cart-page .wc-block-cart__sidebar {
        display: block !important;
        margin-top: 32px !important;
    }

    body.orx-cart-page .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item {
        justify-content: space-between;
        gap: 20px;
    }

    body.orx-cart-page .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label {
        font-size: 16px;
    }

    body.orx-cart-page .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__value {
        font-size: 20px;
    }

    body.orx-cart-page:not(.orx-cart-has-adjustments) .wc-block-components-totals-footer-item {
        justify-content: space-between;
        gap: 20px;
    }

    body.orx-cart-page:not(.orx-cart-has-adjustments) .wc-block-components-totals-footer-item .wc-block-components-totals-item__label::before {
        font-size: 16px;
    }

    body.orx-cart-page:not(.orx-cart-has-adjustments) .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
        font-size: 20px;
    }

    body.orx-cart-page .woocommerce .cart-empty {
        padding: 42px 20px 14px !important;
        font-size: 22px;
    }

    body.orx-cart-page .woocommerce .return-to-shop {
        padding: 0 20px 42px;
    }

    body.orx-cart-page .woocommerce .return-to-shop .button {
        width: 100%;
        font-size: 15px;
    }
}

@media (max-width: 359px) {
    body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        row-gap: 1px;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation :where(dt, dd) {
        display: block;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation dt {
        margin-right: 0;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation dd::after {
        display: none;
    }

    body.orx-cart-page form.woocommerce-cart-form td.product-name dl.variation dd + dt {
        margin-top: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.orx-cart-page *,
    body.orx-cart-page *::before,
    body.orx-cart-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
