:root {
    --cq-ink: #242422;
    --cq-muted: #625f59;
    --cq-purple: #897ae9;
    --cq-purple-dark: #6f5fd0;
    --cq-cyan: #61b4c6;
    --cq-paper: #f7f7f3;
    --cq-line: #deded8;
    --cq-white: #fff;
}

body.cq-commerce-page .cq-page {
    padding-top: 42px;
}

body.cq-commerce-page .woocommerce {
    color: var(--cq-ink);
    font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .cq-commerce-intro {
    margin: 0 0 34px;
    padding: clamp(30px, 5vw, 52px);
    border-radius: 6px;
    background:
        radial-gradient(circle at 95% 5%, rgba(97, 180, 198, .18), transparent 30%),
        var(--cq-ink);
    color: var(--cq-white);
}

body.cq-commerce-page .cq-commerce-intro > p {
    margin: 0 0 8px;
    color: #bcb4f4;
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .2em;
}

body.cq-commerce-page .cq-commerce-intro h1 {
    margin: 0 0 12px;
    color: var(--cq-white);
    font: 700 clamp(34px, 5vw, 52px)/1.08 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -.035em;
}

body.cq-commerce-page .cq-commerce-intro > span {
    display: block;
    max-width: 760px;
    color: #ccc4b7;
    font-size: 14px;
    line-height: 1.65;
}

body.cq-commerce-page .cq-commerce-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 22px;
}

body.cq-commerce-page .cq-commerce-actions a {
    color: var(--cq-white);
    font: 600 13px/1.5 Montserrat, "Helvetica Neue", Arial, sans-serif;
    text-underline-offset: 4px;
}

body.cq-commerce-page .cq-commerce-actions a:hover {
    color: #d9d3ff;
}

body.cq-commerce-page .cq-blueprint-confidence {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

body.cq-commerce-page .cq-blueprint-confidence h2 {
    margin: 0 0 16px;
    color: var(--cq-white);
    font: 600 16px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .cq-blueprint-confidence ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.cq-commerce-page .cq-blueprint-confidence li {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 0;
    color: var(--cq-white);
}

body.cq-commerce-page .cq-blueprint-confidence li strong {
    color: var(--cq-white);
    font: 500 13px/1.5 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .cq-blueprint-confidence__icon {
    display: grid;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    place-items: center;
    color: #78c7d7;
}

body.cq-commerce-page .cq-blueprint-confidence__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.cq-commerce-page .woocommerce-error,
body.cq-commerce-page .woocommerce-info,
body.cq-commerce-page .woocommerce-message {
    margin: 0 0 24px;
    padding: 18px 20px 18px 48px;
    border: 1px solid var(--cq-line);
    border-top: 0;
    border-left: 4px solid var(--cq-cyan);
    border-radius: 5px;
    background: var(--cq-white);
    color: var(--cq-muted);
    font-size: 13px;
}

body.cq-commerce-page input.input-text,
body.cq-commerce-page textarea,
body.cq-commerce-page select,
body.cq-commerce-page .select2-selection {
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #b9bab5;
    border-radius: 5px;
    background: var(--cq-white);
    color: var(--cq-ink);
    font: 400 14px/1.5 Poppins, "Helvetica Neue", Arial, sans-serif;
    box-shadow: none;
}

body.cq-commerce-page form.checkout #billing_state_field .select2-container,
body.cq-commerce-page form.checkout #shipping_state_field .select2-container {
    display: block;
    width: 100% !important;
}

body.cq-commerce-page form.checkout #billing_state_field .select2-selection--single,
body.cq-commerce-page form.checkout #shipping_state_field .select2-selection--single {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0 44px 0 14px;
    border: 1px solid #b9bab5 !important;
    border-radius: 5px !important;
    background: var(--cq-white) !important;
    box-shadow: none !important;
}

body.cq-commerce-page form.checkout #billing_state_field .select2-selection__rendered,
body.cq-commerce-page form.checkout #shipping_state_field .select2-selection__rendered {
    width: 100%;
    padding: 0 !important;
    color: var(--cq-ink) !important;
    font: 400 14px/1.5 Poppins, "Helvetica Neue", Arial, sans-serif;
    line-height: 46px !important;
}

body.cq-commerce-page form.checkout #billing_state_field .select2-selection__placeholder,
body.cq-commerce-page form.checkout #shipping_state_field .select2-selection__placeholder {
    color: #71726d !important;
}

body.cq-commerce-page form.checkout #billing_state_field .select2-selection__arrow,
body.cq-commerce-page form.checkout #shipping_state_field .select2-selection__arrow {
    top: 0 !important;
    right: 13px !important;
    width: 22px !important;
    height: 48px !important;
}

body.cq-commerce-page form.checkout #billing_state,
body.cq-commerce-page form.checkout #shipping_state {
    width: 100%;
}

body.cq-commerce-page textarea {
    min-height: 110px;
}

body.cq-commerce-page label {
    color: var(--cq-ink);
    font-size: 14px;
    font-weight: 500;
}

body.cq-commerce-page .cq-checkout-field-error {
    display: block;
    width: 100%;
    margin-top: 6px;
    color: #a12d28;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

body.cq-commerce-page form.checkout [aria-invalid="true"] {
    border-color: #a12d28 !important;
    box-shadow: none !important;
}

body.cq-commerce-page form.checkout input[type="checkbox"][aria-invalid="true"],
body.cq-commerce-page form.checkout input[type="radio"][aria-invalid="true"] {
    outline: 1px solid #a12d28;
    outline-offset: 1px;
    accent-color: #a12d28;
}

body.cq-commerce-page form.checkout .woocommerce-invalid .select2-selection {
    border-color: #a12d28 !important;
    box-shadow: none !important;
}

body.cq-commerce-page .button,
body.cq-commerce-page button,
body.cq-commerce-page input[type="submit"] {
    min-height: 48px;
    padding: 13px 20px;
    border: 0;
    border-radius: 5px;
    background: var(--cq-purple);
    color: var(--cq-white);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    box-shadow: none;
}

body.cq-commerce-page .button:hover,
body.cq-commerce-page button:hover,
body.cq-commerce-page input[type="submit"]:hover {
    background: var(--cq-purple-dark);
    color: var(--cq-white);
}

body.cq-commerce-page form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    grid-template-rows: auto minmax(0, 1fr);
    gap: 14px 30px;
    align-items: start;
}

body.cq-commerce-page form.checkout.cq-has-stripe-wallets {
    grid-template-rows: auto auto minmax(0, 1fr);
}

/* Express blocks inserted before the customer fields bypass required RX data. */
body.cq-commerce-page form.checkout > #fkwcs_stripe_smart_button_wrapper,
body.cq-commerce-page form.checkout > .fkwcs_stripe_smart_button_wrapper,
body.cq-commerce-page.woocommerce-cart .fkwcs_stripe_smart_button_wrapper,
body.cq-commerce-page.woocommerce-cart [class*="express-checkout"],
body.cq-commerce-page.woocommerce-cart [class*="express_checkout"] {
    display: none !important;
}

body.cq-commerce-page form.checkout #customer_details {
    grid-row: 1 / 3;
    grid-column: 1;
    width: auto;
    margin: 0;
    padding: clamp(26px, 4vw, 40px);
    border: 1px solid var(--cq-line);
    border-radius: 6px;
    background: var(--cq-white);
}

body.cq-commerce-page form.checkout.cq-has-stripe-wallets #customer_details {
    grid-row: 1 / 4;
}

body.cq-commerce-page form.checkout #customer_details .col-1,
body.cq-commerce-page form.checkout #customer_details .col-2 {
    float: none;
    width: 100%;
}

body.cq-commerce-page form.checkout #customer_details .col-2 {
    margin-top: 28px;
}

body.cq-commerce-page form.checkout #order_review_heading {
    grid-row: 1;
    grid-column: 2;
    margin: 0;
    padding: 26px 28px 0;
    border: 1px solid var(--cq-line);
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: var(--cq-white);
    color: var(--cq-ink);
    font: 700 22px/1.3 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page form.checkout.cq-has-stripe-wallets #order_review_heading {
    grid-row: 1;
}

body.cq-commerce-page form.checkout #order_review {
    grid-row: 2;
    grid-column: 2;
    margin: -14px 0 0;
    padding: 18px 28px 28px;
    border: 1px solid var(--cq-line);
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: var(--cq-white);
}

body.cq-commerce-page form.checkout.cq-has-stripe-wallets #order_review {
    grid-row: 2;
}

body.cq-commerce-page form.checkout h3,
body.cq-commerce-page .woocommerce-billing-fields > h3,
body.cq-commerce-page .woocommerce-shipping-fields > h3 {
    margin: 0 0 22px;
    color: var(--cq-ink);
    font: 700 22px/1.3 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .form-row {
    margin: 0 0 16px;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table,
body.cq-commerce-page .shop_table {
    width: 100%;
    margin: 0 0 22px;
    border: 1px solid var(--cq-line);
    border-collapse: collapse;
    border-radius: 5px;
    background: var(--cq-white);
}

/*
 * Checkout order-review divider contract:
 * 1. one quiet rule below the column headings;
 * 2. one quiet rule between merchandise and the payment summary;
 * 3. one strong rule immediately above the final Total.
 * Product rows and intermediate summary rows intentionally have no rules.
 */
body.cq-commerce-page .woocommerce-checkout-review-order-table {
    display: block !important;
    box-sizing: border-box;
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table thead {
    display: none;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tbody,
body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cart_item,
body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cq-checkout-column-headings {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 128px;
    width: 100%;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tbody {
    display: block;
    grid-template-columns: minmax(0, 1fr);
    box-sizing: border-box;
    width: 100%;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cart_item,
body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cq-checkout-column-headings {
    align-items: start;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cq-checkout-column-headings {
    border: 0 !important;
    border-bottom: 1px solid var(--cq-line) !important;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tbody {
    border: 0 !important;
    border-bottom: 1px solid var(--cq-line) !important;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cart_item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 0 !important;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cq-checkout-column-headings th {
    padding: 12px 9px;
    border: 0;
    color: var(--cq-ink);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

body.cq-commerce-page .cq-checkout-line-columns {
    display: block;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cq-checkout-column-headings th.product-total {
    text-align: right;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cart_item > td,
body.cq-commerce-page .cq-checkout-line__product {
    box-sizing: border-box;
    min-width: 0;
    padding: 14px 9px;
    border: 0 !important;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cart_item td.product-name {
    display: block;
    width: 100%;
    padding: 0;
}

body.cq-commerce-page .cq-checkout-line__product,
body.cq-commerce-page .cq-checkout-line__product * {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cart_item td.product-total {
    display: none !important;
}

body.cq-commerce-page .cq-checkout-line__title {
    display: block;
    color: var(--cq-ink);
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table th.product-total,
body.cq-commerce-page .woocommerce-checkout-review-order-table td.product-total {
    width: 128px;
    text-align: right;
    white-space: nowrap;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table th.product-name,
body.cq-commerce-page .woocommerce-checkout-review-order-table td.product-name {
    width: auto;
}

body.cq-commerce-page .fpb-checkout-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    color: var(--cq-ink);
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

body.cq-commerce-page .fpb-checkout-title .product-quantity {
    flex: 0 0 auto;
    color: var(--cq-muted);
    font-size: 13px;
}

body.cq-commerce-page .fpb-checkout-bundle,
body.cq-commerce-page .fpb-checkout-components {
    width: 100%;
}

body.cq-commerce-page .fpb-checkout-component {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 10px 16px;
    align-items: start;
}

body.cq-commerce-page .fpb-checkout-component-copy {
    min-width: 0;
}

body.cq-commerce-page .fpb-checkout-component-price {
    min-width: 84px;
    text-align: right;
    white-space: nowrap;
}

body.cq-commerce-page .shop_table th,
body.cq-commerce-page .shop_table td {
    padding: 16px;
    border: 0;
    border-bottom: 1px solid var(--cq-line);
    background: transparent;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

body.cq-commerce-page .shop_table th {
    color: var(--cq-ink);
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
}

body.cq-commerce-page .shop_table .order-total th,
body.cq-commerce-page .shop_table .order-total td {
    border-top: 2px solid var(--cq-ink);
    border-bottom: 0;
    color: var(--cq-ink);
    font-size: 16px;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tfoot th,
body.cq-commerce-page .woocommerce-checkout-review-order-table tfoot td,
body.cq-commerce-page .woocommerce-order-details .shop_table tfoot th,
body.cq-commerce-page .woocommerce-order-details .shop_table tfoot td {
    padding-right: 9px;
    padding-left: 9px;
    border: 0 !important;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tfoot,
body.cq-commerce-page .woocommerce-order-details .shop_table tfoot {
    display: table;
    box-sizing: border-box;
    width: 100%;
    table-layout: fixed;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tfoot th,
body.cq-commerce-page .woocommerce-order-details .shop_table tfoot th {
    width: auto;
    text-align: left;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tfoot td,
body.cq-commerce-page .woocommerce-order-details .shop_table tfoot td {
    width: 128px;
    text-align: right;
}

body.cq-commerce-page .woocommerce-checkout-review-order-table tfoot .order-total th,
body.cq-commerce-page .woocommerce-checkout-review-order-table tfoot .order-total td,
body.cq-commerce-page .woocommerce-order-details .shop_table tfoot .order-total th,
body.cq-commerce-page .woocommerce-order-details .shop_table tfoot .order-total td {
    border-top: 2px solid var(--cq-ink) !important;
}

body.cq-commerce-page .woocommerce-order-details .shop_table tbody {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid var(--cq-line);
}

body.cq-commerce-page .woocommerce-order-details .shop_table tbody tr {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 0 !important;
}

body.cq-commerce-page .woocommerce-order-details .shop_table tbody td.product-name {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 0 !important;
}

body.cq-commerce-page .woocommerce-order-details .shop_table tbody td.product-total {
    display: none !important;
}

body.cq-commerce-page #payment {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.cq-commerce-page #payment ul.payment_methods {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body.cq-commerce-page #payment ul.payment_methods > li,
body.cq-commerce-page #payment ul.payment_methods > li.wc_payment_method {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body.cq-commerce-page #payment div.payment_box {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--cq-muted);
    font-size: 13px;
}

body.cq-commerce-page #payment div.payment_box::before {
    display: none !important;
}

body.cq-commerce-page #payment #wc-stripe-upe-form,
body.cq-commerce-page #payment .wc-stripe-upe-element,
body.cq-commerce-page #payment .wc-stripe-upe-element iframe {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.cq-commerce-page #payment fieldset,
body.cq-commerce-page #payment .wc-upe-form,
body.cq-commerce-page #payment .wc-payment-form {
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.cq-commerce-page #payment .wc-stripe-upe-element:empty,
body.cq-commerce-page #payment #wc-stripe-upe-errors:empty,
body.cq-commerce-page #payment .woocommerce-SavedPaymentMethods:empty,
body.cq-commerce-page #payment .form-row:empty {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.cq-commerce-page #payment .wc-stripe-upe-element,
body.cq-commerce-page #payment .wc-stripe-upe-element > div,
body.cq-commerce-page #payment .wc-stripe-upe-element iframe {
    display: block;
    min-height: 0;
}

body.cq-commerce-page #payment div.form-row {
    margin: 0;
    padding: 16px 0 0;
}

body.cq-commerce-page form.checkout > #wc-stripe-express-checkout-element {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    grid-row: 3;
    grid-column: 2;
    align-self: stretch;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.cq-commerce-page form.checkout.cq-stripe-wallets-locked > #wc-stripe-express-checkout-element {
    opacity: .56;
    filter: grayscale(.2);
}

body.cq-commerce-page form.checkout > .cq-stripe-wallets__gate {
    z-index: 3;
    grid-row: 3;
    grid-column: 2;
    align-self: stretch;
    justify-self: stretch;
    display: block;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

body.cq-commerce-page form.checkout > .cq-stripe-wallets__gate[hidden] {
    display: none !important;
}

body.cq-commerce-page form.checkout > .cq-stripe-wallets__gate:focus-visible {
    outline: 3px solid var(--cq-cyan);
    outline-offset: 3px;
}

body.cq-commerce-page #wc-stripe-express-checkout-button-separator {
    display: none !important;
}

body.cq-commerce-page form.checkout .cq-wallet-field-needed input,
body.cq-commerce-page form.checkout .cq-wallet-field-needed select,
body.cq-commerce-page form.checkout .cq-wallet-field-needed .select2-selection {
    border-color: #a12d28 !important;
    box-shadow: none !important;
}

body.cq-commerce-page #place_order {
    width: 100%;
    min-height: 54px;
    font-size: 15px;
}

body.cq-commerce-page .conneqt-rx-eligibility {
    margin: 16px 0 6px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--cq-ink);
    font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
    text-align: left;
}

body.cq-commerce-page .conneqt-rx-eligibility.is-invalid {
    color: #a12d28;
}

body.cq-commerce-page .conneqt-rx-eligibility .form-row {
    margin: 0;
    padding: 0;
}

body.cq-commerce-page .conneqt-rx-eligibility label {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    margin: 0;
    text-align: left;
    font: 500 14px/1.55 Poppins, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .conneqt-rx-eligibility input[type="checkbox"] {
    grid-column: 1;
    width: 16px;
    height: 16px;
    margin: 3px 0 0;
    accent-color: var(--cq-purple);
}

body.cq-commerce-page .conneqt-rx-eligibility__text {
    grid-column: 2;
    min-width: 0;
}

body.cq-commerce-page .conneqt-rx-eligibility__error {
    display: block;
    margin: 6px 0 0 29px;
    color: #a12d28;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

body.cq-commerce-page .conneqt-rx-eligibility__error[hidden] {
    display: none !important;
}

body.cq-commerce-page .conneqt-rx-eligibility input:focus-visible {
    outline: 3px solid var(--cq-cyan);
    outline-offset: 3px;
}

body.cq-commerce-page form.checkout .cq-legal-checkout {
    margin: 6px 0 8px;
}

body.cq-commerce-page .cq-checkout-legal {
    margin: 0 0 9px 29px;
    padding-top: 0;
    border-top: 0;
}

body.cq-commerce-page .cq-checkout-legal p {
    margin: 0;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.65;
}

body.cq-commerce-page .cq-checkout-legal .cq-prop65-clause {
    margin-top: 3px;
    padding-top: 0;
    border-top: 0;
}

body.cq-commerce-page.woocommerce-order-received .woocommerce-customer-details .woocommerce-column,
body.cq-commerce-page.woocommerce-order-received .woocommerce-customer-details address,
body.cq-commerce-page.woocommerce-view-order .woocommerce-customer-details .woocommerce-column,
body.cq-commerce-page.woocommerce-view-order .woocommerce-customer-details address {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.cq-commerce-page .cq-checkout-legal a,
body.cq-commerce-page .cq-prop65-trigger {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--cq-purple-dark);
    font: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

body.cq-commerce-page .cq-checkout-legal a {
    white-space: nowrap;
}

body.cq-commerce-page .cq-checkout-legal a:hover,
body.cq-commerce-page .cq-prop65-trigger:hover {
    background: transparent;
    color: var(--cq-ink);
}

body.cq-commerce-page .cq-prop65-clause[hidden] {
    display: none !important;
}

body.cq-commerce-page .cq-prop65-dialog {
    width: min(680px, calc(100vw - 32px));
    max-height: min(760px, calc(100vh - 32px));
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: 7px;
    background: var(--cq-white);
    color: var(--cq-ink);
    box-shadow: 0 24px 80px rgba(20, 20, 19, .28);
}

body.cq-commerce-page .cq-prop65-dialog::backdrop {
    background: rgba(20, 20, 19, .62);
}

body.cq-commerce-page .cq-prop65-dialog__header {
    position: relative;
    padding: 28px 64px 22px 30px;
    border-bottom: 1px solid var(--cq-line);
}

body.cq-commerce-page .cq-prop65-dialog__header > p {
    margin: 0 0 6px;
    color: var(--cq-purple-dark);
    font: 700 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .16em;
}

body.cq-commerce-page .cq-prop65-dialog__header h2 {
    margin: 0;
    color: var(--cq-ink);
    font: 700 25px/1.25 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .cq-prop65-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: grid;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--cq-line);
    border-radius: 50%;
    background: var(--cq-white);
    color: var(--cq-ink);
    font: 400 24px/1 Arial, sans-serif;
}

body.cq-commerce-page .cq-prop65-close:hover {
    background: var(--cq-paper);
    color: var(--cq-ink);
}

body.cq-commerce-page .cq-prop65-dialog__body {
    padding: 28px 30px 30px;
}

body.cq-commerce-page .cq-prop65-warning {
    margin: 0 0 24px;
    padding: 18px;
    border-left: 4px solid #d7a52e;
    border-radius: 0 5px 5px 0;
    background: #fff8e6;
    color: var(--cq-ink);
    font-size: 13px;
    line-height: 1.7;
}

body.cq-commerce-page .cq-prop65-consolidated,
body.cq-commerce-page .cq-prop65-products {
    margin-top: 22px;
}

body.cq-commerce-page .cq-prop65-consolidated h3,
body.cq-commerce-page .cq-prop65-products h3 {
    margin: 0 0 12px;
    color: var(--cq-ink);
    font: 700 15px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .cq-prop65-consolidated ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.cq-commerce-page .cq-prop65-consolidated li {
    padding: 7px 10px;
    border-radius: 4px;
    background: var(--cq-paper);
    color: var(--cq-ink);
    font-size: 13px;
}

body.cq-commerce-page .cq-prop65-products article {
    padding: 13px 0;
    border-top: 1px solid var(--cq-line);
}

body.cq-commerce-page .cq-prop65-products h4,
body.cq-commerce-page .cq-prop65-products article p {
    margin: 0;
}

body.cq-commerce-page .cq-prop65-products h4 {
    color: var(--cq-ink);
    font: 600 13px/1.5 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .cq-prop65-products article p,
body.cq-commerce-page .cq-prop65-more {
    margin-top: 4px;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.6;
}

body.cq-commerce-page .cq-prop65-more a {
    color: var(--cq-purple-dark);
    font-weight: 600;
}

body.cq-commerce-page .woocommerce-cart-form {
    float: left;
    width: calc(68% - 16px);
}

/*
 * The classic cart template uses floated content and totals columns. Make the
 * WooCommerce root establish a formatting context so validation messages,
 * tall package rows, and either column always push the footer down.
 */
body.cq-commerce-page.woocommerce-cart .cq-site-main .woocommerce {
    display: flow-root;
}

body.cq-commerce-page .woocommerce-cart-form .coupon {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    width: min(100%, 520px);
}

body.cq-commerce-page .woocommerce-cart-form .coupon #coupon_code {
    flex: 1 1 240px;
    width: auto !important;
    min-width: 220px;
}

html.cq-auto-cart body.cq-commerce-page .woocommerce-cart-form button[name="update_cart"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

body.cq-commerce-page .cq-cart-update-status {
    margin: 10px 0 0;
    color: var(--cq-muted);
    font-size: 13px;
}

body.cq-commerce-page.woocommerce-cart .affirm-as-low-as,
body.cq-commerce-page.woocommerce-cart .fkwcs_paylater_messaging,
body.cq-commerce-page.woocommerce-cart [class*="affirm-promo"],
body.cq-commerce-page.woocommerce-cart [class*="affirm_modal"],
body.cq-commerce-page.woocommerce-cart a[href*="affirm.com"] {
    display: none !important;
}

body.cq-commerce-page .cart-collaterals {
    float: right;
    width: calc(32% - 16px);
}

body.cq-commerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    padding: 26px;
    border: 1px solid var(--cq-line);
    border-radius: 6px;
    background: var(--cq-white);
}

body.cq-commerce-page .cart-collaterals h2 {
    margin: 0 0 18px;
    color: var(--cq-ink);
    font-size: 23px;
}

body.cq-commerce-page .cq-cart-subtotal__amount {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid var(--cq-line);
    color: var(--cq-ink);
}

body.cq-commerce-page .cq-cart-subtotal__amount + .cq-cart-subtotal__amount {
    border-top: 0;
}

body.cq-commerce-page .cq-cart-subtotal__amount--last {
    border-bottom: 0;
}

body.cq-commerce-page .cq-cart-subtotal__amount span {
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .cq-cart-subtotal__amount strong {
    font: 700 18px/1.3 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .cq-cart-subtotal__amount--discount {
    align-items: center;
}

body.cq-commerce-page .cq-cart-subtotal__amount--discount > span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
}

body.cq-commerce-page .cq-cart-subtotal__amount--discount small {
    max-width: 150px;
    padding: 3px 6px;
    overflow: hidden;
    border-radius: 3px;
    background: var(--cq-paper);
    font: 600 13px/1.3 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

body.cq-commerce-page .cq-cart-subtotal__discount-value {
    display: flex;
    flex: 0 0 auto;
    align-items: baseline;
    gap: 9px;
}

body.cq-commerce-page .cq-cart-subtotal__amount--discount strong {
    color: #287557;
    font-size: 15px;
    white-space: nowrap;
}

body.cq-commerce-page .cq-discount-amount {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
}

body.cq-commerce-page .cq-discount-amount .woocommerce-Price-amount {
    display: inline !important;
}

body.cq-commerce-page .cq-cart-subtotal__discount-value a {
    color: var(--cq-muted);
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.cq-commerce-page .cq-cart-subtotal__amount--discounted span,
body.cq-commerce-page .cq-cart-subtotal__amount--discounted strong {
    font-weight: 700;
}

body.cq-commerce-page .cq-cart-subtotal > p {
    margin: 15px 0 20px;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.55;
}

body.cq-commerce-page .wc-proceed-to-checkout .checkout-button {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: var(--cq-purple) !important;
    color: var(--cq-white) !important;
    font-size: 14px;
}

body.cq-commerce-page .wc-proceed-to-checkout .cq-continue-shopping-button {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    border: 1px solid var(--cq-purple);
    background: var(--cq-white);
    color: var(--cq-purple-dark);
    font-size: 14px;
}

body.cq-commerce-page .wc-proceed-to-checkout .cq-continue-shopping-button:hover {
    background: #f0eefb;
    color: var(--cq-purple-dark);
}

body.cq-commerce-page .wc-proceed-to-checkout .checkout-button:hover {
    background: var(--cq-purple-dark) !important;
    color: var(--cq-white) !important;
}

body.cq-commerce-page .woocommerce-MyAccount-navigation {
    width: 25%;
}

body.cq-commerce-page .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    border: 1px solid var(--cq-line);
    border-radius: 5px;
    background: var(--cq-white);
    list-style: none;
}

body.cq-commerce-page .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 13px 16px;
    border-bottom: 1px solid var(--cq-line);
    color: var(--cq-ink);
    font-size: 13px;
    text-decoration: none;
}

body.cq-commerce-page .woocommerce-MyAccount-content {
    width: 71%;
    padding: 28px;
    border: 1px solid var(--cq-line);
    border-radius: 5px;
    background: var(--cq-white);
}

@media (max-width: 900px) {
    body.cq-commerce-page form.checkout {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

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

    body.cq-commerce-page form.checkout.cq-has-stripe-wallets {
        grid-template-rows: auto auto auto auto;
    }

    body.cq-commerce-page form.checkout.cq-has-stripe-wallets #customer_details {
        grid-row: 1;
        grid-column: 1;
    }

    body.cq-commerce-page form.checkout.cq-has-stripe-wallets > #wc-stripe-express-checkout-element,
    body.cq-commerce-page form.checkout.cq-has-stripe-wallets > .cq-stripe-wallets__gate {
        grid-row: 4;
        grid-column: 1;
    }

    body.cq-commerce-page form.checkout.cq-has-stripe-wallets #order_review_heading {
        grid-row: 2;
        grid-column: 1;
    }

    body.cq-commerce-page form.checkout.cq-has-stripe-wallets #order_review {
        grid-row: 3;
        grid-column: 1;
    }

    body.cq-commerce-page .woocommerce-cart-form,
    body.cq-commerce-page .cart-collaterals {
        float: none;
        width: 100%;
    }

    body.cq-commerce-page .woocommerce-MyAccount-navigation,
    body.cq-commerce-page .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    body.cq-commerce-page .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }
}

@media (max-width: 540px) {
    body.cq-commerce-page form.checkout > #wc-stripe-express-checkout-element {
        grid-template-columns: 1fr;
    }
}

.cq-package-order-details--quantity-indent,
body.cq-commerce-page .cq-package-cart-details--quantity-indent {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 7px;
    width: 100%;
}

.cq-package-order-details--quantity-indent {
    margin-top: 6px;
}

.cq-package-quantity-indent {
    grid-column: 1;
    grid-row: 1;
    visibility: hidden;
    color: var(--cq-ink);
    font: 700 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    white-space: nowrap;
}

.cq-package-order-details--quantity-indent .cq-package-order-components,
body.cq-commerce-page .cq-package-cart-details--quantity-indent .cq-package-cart-components {
    grid-column: 2;
    grid-row: 1;
}

.cq-package-order-components {
    display: grid;
    gap: 4px;
    margin: 0 !important;
    padding: 0 !important;
}

.cq-package-order-components .cq-package-order-component {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    align-items: baseline;
    gap: 7px;
    margin: 0 !important;
    padding: 0 !important;
    color: #625f59;
    font-size: 13px;
    line-height: 1.45;
}

.cq-package-order-component__content {
    display: block;
    min-width: 0;
}

.cq-package-order-component__content small {
    color: #625f59;
    font-size: 13px;
    line-height: 1.35;
}

.cq-package-order-component__content small span {
    font-weight: 400;
}

body.cq-commerce-page .woocommerce-order-details .product-name {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.cq-commerce-page .cq-order-line-pricing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 8px 14px;
    align-items: baseline;
    margin: 0;
    color: var(--cq-ink);
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

body.cq-commerce-page .cq-order-line-pricing__details {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 7px;
    min-width: 0;
    color: inherit;
}

body.cq-commerce-page .cq-order-line-pricing--package .cq-order-line-pricing__details {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 7px;
}

body.cq-commerce-page .cq-order-line-pricing__details > span {
    display: inline;
    color: inherit;
}

body.cq-commerce-page .cq-order-line-pricing__name {
    min-width: 0;
    overflow-wrap: anywhere;
}

body.cq-commerce-page .cq-order-line-pricing__unit {
    margin-left: 4px;
    white-space: nowrap;
}

body.cq-commerce-page .cq-order-line-pricing__line-total {
    color: var(--cq-ink);
    text-align: right;
    white-space: nowrap;
}

body.cq-commerce-page .cq-cart-item-pricing {
    display: block;
}

body.cq-commerce-page .cq-order-line-pricing__separator {
    color: #aaa69f;
}

html.cq-universal-merchandise body.cq-commerce-page .woocommerce-cart-form th.product-price,
html.cq-universal-merchandise body.cq-commerce-page .woocommerce-cart-form th.product-quantity,
html.cq-universal-merchandise body.cq-commerce-page .woocommerce-cart-form td.product-price,
html.cq-universal-merchandise body.cq-commerce-page .woocommerce-cart-form td.product-quantity {
    display: none !important;
}

body.cq-commerce-page .woocommerce-cart-form th.product-name,
body.cq-commerce-page .woocommerce-cart-form td.product-name {
    width: auto;
}

body.cq-commerce-page .woocommerce-cart-form th.product-subtotal,
body.cq-commerce-page .woocommerce-cart-form td.product-subtotal {
    width: 128px;
    text-align: right;
    white-space: nowrap;
}

body.cq-commerce-page .cq-cart-item-quantity .quantity {
    display: inline-flex;
    width: auto;
    margin: 0;
    vertical-align: middle;
}

body.cq-commerce-page .cq-cart-item-quantity.cq-has-quantity-control .cq-cart-item-quantity-value {
    display: none;
}

body.cq-commerce-page .cq-cart-item-quantity input.qty {
    width: 54px;
    min-height: 36px;
    margin: 0 2px;
    padding: 5px 7px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

body.cq-commerce-page .woocommerce-order-details td.product-total,
body.cq-commerce-page .woocommerce-order-details th.product-total,
body.cq-commerce-page .woocommerce-cart-form td.product-price,
body.cq-commerce-page .woocommerce-cart-form th.product-price,
body.cq-commerce-page .woocommerce-cart-form td.product-subtotal,
body.cq-commerce-page .woocommerce-cart-form th.product-subtotal {
    text-align: right;
    white-space: nowrap;
}

.cq-package-order-component > .cq-package-component-check {
    color: #2d7c65;
    font-weight: 700;
}

.cq-package-component-price{margin-left:9px;white-space:nowrap}
.cq-package-component-price del{margin-right:6px;color:#89857e;font-weight:500}
.cq-package-component-price ins{color:#242422;font-weight:400;text-decoration:none}
.cq-package-component-price .cq-package-free{color:#287557}

body.cq-commerce-page th.product-name:has(.cq-package-cart-components) > dl.variation,
body.cq-commerce-page td.product-name:has(.cq-package-cart-components) > dl.variation {
    display: none !important;
}

body.cq-commerce-page .cq-package-cart-details {
    display: grid;
    width: 100%;
    margin-top: 6px;
}

body.cq-commerce-page .cq-package-cart-components {
    display: grid;
    gap: 7px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

body.cq-commerce-page .cq-package-cart-component {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 0 7px;
    align-items: baseline;
    margin: 0 !important;
    padding: 0 !important;
    color: #625f59;
    font-size: 13px;
    line-height: 1.4;
}

body.cq-commerce-page .cq-package-component-check {
    color: #2d7c65;
    font-weight: 700;
}

body.cq-commerce-page .cq-package-cart-component__content {
    display: block;
    min-width: 0;
}

body.cq-commerce-page .cq-package-component-name {
    color: var(--cq-ink);
    font-weight: 400;
}

body.cq-commerce-page .cq-package-cart-component__content small {
    display: block;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.35;
}

body.cq-commerce-page .cq-package-cart-component__content small span {
    font-weight: 400;
}

body.cq-commerce-page .cq-package-cart-component__content .cq-package-component-price,
body.cq-commerce-page .cq-package-order-component__content .cq-package-component-price {
    display: inline;
    margin-left: 9px;
    white-space: nowrap;
}

@media (max-width: 600px) {
    body.cq-commerce-page .cq-blueprint-confidence {
        margin-top: 22px;
        padding-top: 18px;
    }

    body.cq-commerce-page .cq-blueprint-confidence ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 12px;
    }

    body.cq-commerce-page .cq-blueprint-confidence li {
        align-items: flex-start;
    }

    body.cq-commerce-page form.checkout #customer_details,
    body.cq-commerce-page form.checkout #order_review_heading,
    body.cq-commerce-page form.checkout #order_review,
    body.cq-commerce-page .cart-collaterals .cart_totals {
        padding-right: 20px;
        padding-left: 20px;
    }

    body.cq-commerce-page .shop_table_responsive tr td {
        padding: 13px;
    }

    body.cq-commerce-page .shop_table_responsive tr td.product-name,
    body.cq-commerce-page .shop_table_responsive tr td.product-name .cq-package-cart-details,
    body.cq-commerce-page .shop_table_responsive tr td.product-name .cq-order-line-pricing,
    body.cq-commerce-page .shop_table_responsive tr td.product-name .cq-package-cart-name,
    body.cq-commerce-page .shop_table_responsive tr td.product-name .cq-package-cart-components,
    body.cq-commerce-page .shop_table_responsive tr td.product-name .cq-package-cart-component,
    body.cq-commerce-page .shop_table_responsive tr td.product-name .cq-package-cart-component__content {
        text-align: left !important;
    }

    body.cq-commerce-page .shop_table_responsive tr td.product-name > a {
        display: inline-block;
        text-align: left;
    }

    body.cq-commerce-page .shop_table_responsive tr td.product-name::before {
        float: none;
        display: block;
        margin: 0 0 8px;
        text-align: left;
    }

    body.cq-commerce-page .shop_table_responsive tr td.product-subtotal {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 16px;
        width: auto;
    }

    body.cq-commerce-page .shop_table_responsive tr td.product-subtotal::before {
        float: none;
        margin: 0;
    }

    body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cart_item td.product-name {
        padding: 0;
    }

    body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cq-checkout-column-headings {
        display: none;
    }

    body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cart_item td.product-total {
        display: none !important;
    }

    body.cq-commerce-page .woocommerce-checkout-review-order-table tr.cart_item td.product-total::before {
        content: none;
    }

    body.cq-commerce-page .cq-order-line-pricing {
        grid-template-columns: minmax(0, 1fr) max-content;
        gap: 4px 8px;
    }

    body.cq-commerce-page .fpb-checkout-component {
        grid-template-columns: minmax(0, 1fr);
    }

    body.cq-commerce-page .fpb-checkout-component-price {
        padding-left: 28px;
        text-align: left;
    }

    body.cq-commerce-page input.input-text,
    body.cq-commerce-page textarea,
    body.cq-commerce-page select,
    body.cq-commerce-page .select2-selection {
        font-size: 16px;
    }
}

/*
 * Stable cart grid. WooCommerce's responsive table rows are intentionally
 * replaced with one explicit layout so quantity controls cannot disappear or
 * turn into detached shaded rows when an extension changes its table CSS.
 */
html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form .shop_table {
    overflow: visible;
    border: 1px solid var(--cq-line);
    border-collapse: separate;
    border-spacing: 0;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form thead {
    display: none;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form tr.cart_item {
    display: grid !important;
    grid-template-columns: 38px 120px 76px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 22px 18px;
    border: 0 !important;
    border-bottom: 1px solid var(--cq-line) !important;
    background: var(--cq-white) !important;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form tr.cart_item:last-of-type {
    border-bottom: 0 !important;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form tr.cart_item > td {
    display: block !important;
    box-sizing: border-box;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form tr.cart_item > td::before {
    content: none !important;
    display: none !important;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-remove {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    padding-top: 2px !important;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-quantity {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-thumbnail {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-thumbnail a,
html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-thumbnail img {
    display: block;
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    object-fit: contain;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-name {
    grid-column: 4;
    grid-row: 1;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form tr.cart_item > td.product-price {
    display: none !important;
}

html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form tr.cart_item > td.product-subtotal {
    display: none !important;
}

html.cq-cart-grid body.cq-commerce-page .cq-cart-product-name {
    display: block;
    font: 700 14px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

html.cq-cart-grid body.cq-commerce-page .cq-cart-product-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 12px;
    align-items: baseline;
    width: 100%;
}

html.cq-cart-grid body.cq-commerce-page .cq-cart-product-unit-price {
    color: var(--cq-ink);
    font: 600 14px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
}

html.cq-cart-grid body.cq-commerce-page .cq-qty-stepper {
    display: grid;
    grid-template-columns: 40px 40px 40px;
    width: 120px;
    margin: 0;
}

html.cq-cart-grid body.cq-commerce-page .cq-qty-stepper__button,
html.cq-cart-grid body.cq-commerce-page .cq-qty-stepper input.qty {
    display: flex;
    width: 40px !important;
    min-width: 40px;
    height: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #bbb9b3 !important;
    border-radius: 0 !important;
    background: var(--cq-white) !important;
    color: var(--cq-ink) !important;
    font: 700 19px/1 Montserrat, "Helvetica Neue", Arial, sans-serif !important;
    text-align: center;
    box-shadow: none !important;
    appearance: none;
}

html.cq-cart-grid body.cq-commerce-page .cq-qty-stepper__button--minus {
    border-radius: 5px 0 0 5px !important;
}

html.cq-cart-grid body.cq-commerce-page .cq-qty-stepper__button--plus {
    border-radius: 0 5px 5px 0 !important;
}

html.cq-cart-grid body.cq-commerce-page .cq-qty-stepper input.qty {
    border-right: 0 !important;
    border-left: 0 !important;
    font-size: 16px !important;
    -moz-appearance: textfield;
}

html.cq-cart-grid body.cq-commerce-page .cq-qty-stepper input.qty::-webkit-inner-spin-button,
html.cq-cart-grid body.cq-commerce-page .cq-qty-stepper input.qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

html.cq-cart-grid body.cq-commerce-page .cq-qty-stepper__button:hover {
    border-color: var(--cq-purple) !important;
    background: var(--cq-option-selected) !important;
}

body.cq-commerce-page .cq-package-cart-component__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 2px 12px;
    align-items: baseline;
}

body.cq-commerce-page .cq-package-cart-component__content .cq-package-component-price,
body.cq-commerce-page .cq-package-order-component__content .cq-package-component-price {
    display: block;
    margin: 0;
    text-align: right;
    white-space: nowrap;
}

body.cq-commerce-page .cq-package-component-meta {
    display: block;
    grid-column: 1 / -1;
}

body.cq-commerce-page .cq-package-component-meta:empty {
    display: none;
}

body.cq-commerce-page .cq-cart-summary-lines {
    display: grid;
    gap: 0;
    margin: 0 0 4px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--cq-line);
}

body.cq-commerce-page .cq-cart-summary-item {
    display: grid;
    gap: 5px;
    padding: 10px 0;
}

body.cq-commerce-page .cq-cart-summary-item + .cq-cart-summary-item {
    margin-top: 3px;
}

body.cq-commerce-page .cq-cart-summary-item .cq-order-line-pricing {
    font-size: 13px;
}

body.cq-commerce-page .cq-cart-summary-item .cq-package-cart-details {
    margin-top: 2px;
}

body.cq-commerce-page .cq-cart-summary-item .cq-package-cart-components {
    gap: 5px;
}

body.cq-commerce-page .cq-cart-summary-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 14px;
    align-items: baseline;
    padding: 7px 0;
    color: var(--cq-ink);
    font: 500 13px/1.45 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-commerce-page .cq-cart-summary-line--head {
    padding-top: 0;
    color: var(--cq-muted);
    font-weight: 600;
}

body.cq-commerce-page .cq-cart-summary-line > :last-child {
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 760px) {
    html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form tr.cart_item {
        grid-template-columns: 32px 120px 60px minmax(70px, 1fr);
        gap: 10px;
        padding: 18px 14px;
    }

    html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-remove {
        grid-column: 1;
        grid-row: 1;
    }

    html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-quantity {
        grid-column: 2;
        grid-row: 1;
    }

    html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-thumbnail {
        grid-column: 3;
        grid-row: 1;
    }

    html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-thumbnail a,
    html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-thumbnail img {
        width: 58px !important;
        height: 58px !important;
    }

    html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form tr.cart_item > td.product-price {
        display: none !important;
    }

    html.cq-cart-grid body.cq-commerce-page .woocommerce-cart-form td.product-name {
        grid-column: 1 / -1;
        grid-row: 2;
        padding-top: 5px !important;
    }

    html.cq-cart-grid body.cq-commerce-page .cq-cart-product-heading,
    body.cq-commerce-page .cq-cart-summary-item .cq-order-line-pricing {
        grid-template-columns: minmax(0, 1fr) max-content;
    }
}
