body.woocommerce-cart,
body.woocommerce-checkout {
  background: #f7f7f7;
}

body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-checkout .woocommerce-breadcrumb,
body.woocommerce-cart .page-header,
body.woocommerce-checkout .page-header,
body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title {
  display: none !important;
}

body.woocommerce-cart #content,
body.woocommerce-checkout #content,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-cart .page-content,
body.woocommerce-checkout .page-content,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .elementor,
body.woocommerce-checkout .elementor,
body.woocommerce-cart .elementor-section,
body.woocommerce-checkout .elementor-section,
body.woocommerce-cart .elementor-container,
body.woocommerce-checkout .elementor-container,
body.woocommerce-cart .elementor-column,
body.woocommerce-checkout .elementor-column,
body.woocommerce-cart .elementor-widget-wrap,
body.woocommerce-checkout .elementor-widget-wrap,
body.woocommerce-cart .elementor-widget-container,
body.woocommerce-checkout .elementor-widget-container {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
  --ot-wc-green: #52A43E;
  --ot-wc-green-dark: #438833;
  --ot-wc-dark: #22331e;
  --ot-wc-text: #20251f;
  --ot-wc-muted: #63705f;
  --ot-wc-line: #ececec;
  --ot-wc-soft: #f5f5f5;
  --ot-wc-panel: #fff;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 76px;
  color: var(--ot-wc-text);
  font-family: "Poppins", sans-serif;
}

body.woocommerce-cart .woocommerce *,
body.woocommerce-checkout .woocommerce * {
  box-sizing: border-box;
  border-radius: 0 !important;
}

.nf-cart__page-title {
  margin: 0 0 18px;
  color: var(--ot-wc-dark);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  font-weight: 700;
}

.nf-cart__steps {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
}

.nf-cart__step {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ot-wc-muted);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.nf-cart__step-num {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ot-wc-line);
  background: #fff;
  color: var(--ot-wc-dark);
  font-weight: 700;
}

.nf-cart__step--active,
.nf-cart__step--done {
  color: var(--ot-wc-dark);
}

.nf-cart__step--active .nf-cart__step-num,
.nf-cart__step--done .nf-cart__step-num {
  border-color: var(--ot-wc-green);
  background: var(--ot-wc-green);
  color: #fff;
}

.nf-cart__step-label a {
  color: inherit;
  text-decoration: none;
}

.nf-cart__step-arrow {
  display: inline-flex;
  color: #a5ada2;
}

body.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

body.woocommerce-cart .nf-cart__page-title,
body.woocommerce-cart .nf-cart__steps,
body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .nf-cross-sells,
body.woocommerce-cart .cross-sells {
  min-width: 0;
}

body.woocommerce-cart .nf-cart__page-title,
body.woocommerce-cart .nf-cart__steps,
body.woocommerce-cart .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart table.shop_table.cart,
.nf-cart__totals,
.nf-cross-sells,
body.woocommerce-checkout .nf-co-card,
body.woocommerce-checkout .nf-co-payment-wrapper,
body.woocommerce-checkout .nf-co-sidebar {
  border: 1px solid var(--ot-wc-line);
  background: #fff;
  box-shadow: 0 14px 34px rgba(34, 51, 30, .06);
}

body.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  overflow: hidden;
}

body.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  position: sticky;
  top: 108px;
  float: none !important;
  width: 100% !important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}

body.woocommerce-cart .cross-sells,
body.woocommerce-cart .cross-sells ul.products,
body.woocommerce-cart .cross-sells ul.products li.product {
  float: none !important;
  width: auto !important;
}

body.woocommerce-cart table.shop_table.cart {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  box-shadow: none;
}

body.woocommerce-cart table.shop_table.cart thead th {
  padding: 15px 16px;
  border-bottom: 1px solid var(--ot-wc-line);
  color: var(--ot-wc-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: left;
}

body.woocommerce-cart table.shop_table.cart td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--ot-wc-line);
  vertical-align: middle;
}

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

body.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
.nf-review-thumb,
.nf-cross-sells__img {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
  background: transparent;
}

body.woocommerce-cart table.shop_table.cart td.product-name a,
.nf-mobile-cart-card__title a {
  color: var(--ot-wc-dark);
  font-weight: 700;
  text-decoration: none;
}

body.woocommerce-cart dt.variation-Projekt {
  display: none !important;
}

body.woocommerce-cart dd.variation-Projekt {
  margin: 7px 0 0;
  float: none;
}

body.woocommerce-cart .egc-cart-project {
  display: flex;
  align-items: center;
  gap: 6px 14px;
  flex-wrap: wrap;
  color: var(--ot-wc-muted);
  font-size: 12px;
  line-height: 1.45;
}

body.woocommerce-cart .egc-cart-project strong {
  color: var(--ot-wc-dark);
}

body.woocommerce-cart .egc-cart-project span + span {
  position: relative;
}

body.woocommerce-cart .egc-cart-project span + span::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ot-wc-line);
  transform: translateY(-50%);
}

body.woocommerce-cart table.shop_table.cart td.product-price,
body.woocommerce-cart table.shop_table.cart td.product-subtotal {
  color: var(--ot-wc-dark);
  font-weight: 700;
  white-space: nowrap;
}

body.woocommerce-cart table.shop_table.cart td.product-subtotal,
body.woocommerce-cart table.shop_table.cart thead th.product-subtotal {
  text-align: right;
}

body.woocommerce-cart table.shop_table.cart td.product-remove {
  width: 48px;
  text-align: right;
}

body.woocommerce-cart a.remove,
.nf-review-remove {
  display: inline-grid !important;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--ot-wc-line);
  background: #fff;
  color: var(--ot-wc-muted) !important;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}

body.woocommerce-cart a.remove:hover,
.nf-review-remove:hover {
  border-color: var(--ot-wc-green);
  background: var(--ot-wc-green);
  color: #fff !important;
}

.nf-qty {
  display: inline-grid;
  grid-template-columns: 38px 48px 38px;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--ot-wc-line);
  background: #fff;
}

.nf-qty__btn {
  display: grid;
  place-items: center;
  width: 38px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--ot-wc-dark);
  padding: 0;
  box-shadow: none;
  cursor: pointer;
}

.nf-qty__btn:hover {
  background: var(--ot-wc-soft);
  color: var(--ot-wc-green);
}

.nf-qty input.qty {
  width: 48px !important;
  height: 40px;
  border: 0 !important;
  border-left: 1px solid var(--ot-wc-line) !important;
  border-right: 1px solid var(--ot-wc-line) !important;
  background: #fff;
  color: var(--ot-wc-dark);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 0 !important;
  appearance: textfield;
}

.nf-cart-row--mobile {
  display: none;
}

.nf-cart__actions-row td.actions {
  padding: 18px !important;
  border-bottom: 0 !important;
}

.nf-actions-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.woocommerce-cart .coupon {
  display: flex;
  flex: 1 1 auto;
  max-width: 460px;
}

body.woocommerce-cart input#coupon_code,
.nf-co-coupon__input,
body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container .select2-selection--single {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--ot-wc-line) !important;
  background: #fff;
  color: var(--ot-wc-text);
  font: inherit;
  font-size: 15px;
  padding: 0 14px;
  outline: 0;
  box-shadow: none !important;
}

body.woocommerce-cart input#coupon_code:focus,
.nf-co-coupon__input:focus,
body.woocommerce-checkout .form-row input.input-text:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .form-row select:focus {
  border-color: var(--ot-wc-green) !important;
}

body.woocommerce-cart button.button,
body.woocommerce-cart a.button,
body.woocommerce-cart input.button,
body.woocommerce-checkout button.button,
body.woocommerce-checkout a.button,
body.woocommerce-checkout input.button,
.nf-cross-sells__btn,
.nf-cart-empty__btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--ot-wc-green) !important;
  background: var(--ot-wc-green) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  padding: 12px 22px !important;
  box-shadow: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

body.woocommerce-cart button.button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-checkout button.button:hover,
body.woocommerce-checkout a.button:hover,
body.woocommerce-checkout input.button:hover,
.nf-cross-sells__btn:hover,
.nf-cart-empty__btn:hover {
  border-color: var(--ot-wc-dark) !important;
  background: var(--ot-wc-dark) !important;
  color: #fff !important;
}

.nf-cart__totals {
  width: 100%;
  padding: 24px;
}

.nf-cart__totals-heading {
  margin: 0 0 18px;
  color: var(--ot-wc-dark);
  font-size: 24px;
  font-weight: 700;
}

.nf-cart__totals-table {
  width: 100%;
  margin: 0 0 18px !important;
  border: 0 !important;
}

.nf-cart__totals-table th,
.nf-cart__totals-table td {
  padding: 13px 0 !important;
  border-bottom: 1px solid var(--ot-wc-line) !important;
  color: var(--ot-wc-text);
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.nf-cart__totals-table td {
  text-align: right;
  font-weight: 700;
}

.nf-cart__totals-table ul,
.nf-cart__totals-table li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nf-shipping-estimate,
.nf-shipping--paid,
.nf-shipping--free {
  color: var(--ot-wc-dark);
  font-weight: 700;
  line-height: 1.35;
}

.nf-shipping--free {
  color: var(--ot-wc-green);
}

.nf-cart__order-total th,
.nf-cart__order-total td,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  color: var(--ot-wc-dark) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.wc-proceed-to-checkout {
  padding: 0 !important;
}

.wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 56px !important;
}

.nf-cart__bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border-top: 1px solid var(--ot-wc-line);
}

.nf-cart__continue-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ot-wc-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nf-cart__continue-link:hover {
  color: var(--ot-wc-green);
}

.nf-cart__payment-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ot-wc-muted);
  font-size: 13px;
  font-weight: 600;
}

.nf-cart__payment-strip {
  display: block;
  max-width: 260px;
  height: auto;
}

.nf-cross-sells,
.cross-sells {
  grid-column: 1 / -1;
  padding: 26px;
}

.nf-cross-sells__header {
  margin-bottom: 18px;
}

.nf-cross-sells__heading {
  margin: 0 0 4px;
  color: var(--ot-wc-dark);
  font-size: 26px;
  font-weight: 700;
}

.nf-cross-sells__sub {
  margin: 0;
  color: var(--ot-wc-muted);
  font-size: 14px;
}

.nf-cross-sells__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.nf-cross-sells__card {
  display: grid;
  gap: 14px;
  height: 100%;
  padding: 16px;
  border: 1px solid var(--ot-wc-line);
  background: #fff;
}

.nf-cross-sells__img {
  width: 100%;
  height: 170px;
}

.nf-cross-sells__body {
  display: grid;
  gap: 10px;
}

.nf-cross-sells__title {
  color: var(--ot-wc-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.nf-cross-sells__price {
  color: var(--ot-wc-green);
  font-size: 15px;
  font-weight: 700;
}

.nf-cart-empty {
  grid-column: 1 / -1;
  padding: 70px 20px;
  border: 1px solid var(--ot-wc-line);
  background: #fff;
  text-align: center;
}

.nf-cart-empty__heading {
  margin: 0 0 10px;
  color: var(--ot-wc-dark);
  font-size: 32px;
  font-weight: 700;
}

.nf-cart-empty__text {
  max-width: 560px;
  margin: 0 auto 24px;
  color: var(--ot-wc-muted);
  line-height: 1.7;
}

body.woocommerce-checkout .woocommerce {
  width: min(1220px, calc(100% - 40px));
}

.nf-co-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 24px;
  align-items: start;
}

.nf-co-left {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.nf-co-right {
  min-width: 0;
  align-self: start;
}

.nf-co-sidebar {
  position: sticky;
  top: 108px;
  padding: 24px;
  height: fit-content;
}

.nf-co-sidebar__title,
.nf-co-card__title,
.nf-co-payment-wrapper__title,
body.woocommerce-checkout #customer_details h3 {
  margin: 0 0 16px;
  color: var(--ot-wc-dark);
  font-size: 22px;
  font-weight: 700;
}

body.woocommerce-checkout #customer_details,
.nf-co-card,
.nf-co-payment-wrapper {
  padding: 24px;
}

body.woocommerce-checkout #customer_details {
  border: 1px solid var(--ot-wc-line);
  background: #fff;
  box-shadow: 0 14px 34px rgba(34, 51, 30, .06);
}

body.woocommerce-checkout .col2-set {
  display: grid;
  gap: 18px;
}

body.woocommerce-checkout .form-row {
  margin: 0 0 14px !important;
  padding: 0 !important;
}

body.woocommerce-checkout .form-row label {
  display: block;
  margin: 0 0 7px;
  color: var(--ot-wc-dark);
  font-size: 13px;
  font-weight: 700;
}

body.woocommerce-checkout .form-row textarea {
  min-height: 110px;
  padding-top: 12px;
}

.nf-co-shipping__list {
  display: grid;
  gap: 10px;
}

.nf-co-shipping__option {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 14px;
  border: 1px solid var(--ot-wc-line);
  background: #fff;
  cursor: pointer;
}

.nf-co-shipping__option:has(input:checked) {
  border-color: var(--ot-wc-green);
  background: #edf6eb;
}

.nf-co-shipping__option input {
  accent-color: var(--ot-wc-green);
}

.nf-co-shipping__info {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.nf-co-shipping__name {
  color: var(--ot-wc-dark);
  font-size: 14px;
  font-weight: 700;
}

.nf-co-shipping__price {
  color: var(--ot-wc-green);
  font-weight: 700;
  white-space: nowrap;
}

.nf-co-shipping__empty {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--ot-wc-line);
  background: var(--ot-wc-soft);
  color: var(--ot-wc-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nf-co-payment-wrapper #payment {
  background: transparent !important;
  border: 0 !important;
}

.nf-co-payment-wrapper #payment ul.payment_methods {
  padding: 0 !important;
  border: 0 !important;
}

.nf-co-payment-wrapper #payment ul.payment_methods li {
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--ot-wc-line);
}

.nf-co-payment-wrapper #payment div.payment_box {
  margin: 12px 0 0 !important;
  background: var(--ot-wc-soft) !important;
  color: var(--ot-wc-text) !important;
}

.nf-co-payment-wrapper #payment div.form-row {
  padding: 18px 0 0 !important;
}

.nf-co-payment-wrapper #place_order {
  width: 100%;
  min-height: 58px;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
}

.woocommerce-checkout-review-order-table tbody td {
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--ot-wc-line) !important;
  vertical-align: top;
}

.woocommerce-checkout-review-order-table .product-thumbnail {
  width: 66px;
  padding-right: 12px !important;
}

.nf-review-thumb {
  width: 54px;
  height: 54px;
}

.nf-review-product {
  display: grid;
  gap: 4px;
}

.nf-review-product__name {
  color: var(--ot-wc-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.nf-review-product__qty {
  color: var(--ot-wc-muted);
  font-size: 12px;
}

.nf-total-cell {
  display: grid;
  justify-items: end;
  gap: 8px;
  color: var(--ot-wc-dark);
  font-weight: 700;
  white-space: nowrap;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--ot-wc-line) !important;
  color: var(--ot-wc-text);
  font-size: 14px;
  text-align: left;
}

.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-weight: 700;
}

.nf-co-coupon {
  margin-top: 18px;
  border-top: 1px solid var(--ot-wc-line);
  padding-top: 16px;
}

.nf-co-coupon__toggle {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--ot-wc-dark);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
}

.nf-co-coupon__chevron {
  margin-left: auto;
  transition: transform .18s ease;
}

.nf-co-coupon__toggle[aria-expanded="true"] .nf-co-coupon__chevron {
  transform: rotate(180deg);
}

.nf-co-coupon__body {
  margin-top: 14px;
}

.nf-co-coupon__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.woocommerce-checkout form.checkout_coupon {
  display: none !important;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info {
  grid-column: 1 / -1;
  border: 1px solid var(--ot-wc-line);
  border-top: 3px solid var(--ot-wc-green);
  background: #fff;
  color: var(--ot-wc-text);
  padding: 14px 18px;
}

.nf-co-payment-wrapper .ot-wc-payment-note {
  margin: 0 0 16px;
  border-top-color: var(--ot-wc-green);
  background: #f7fbf6;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce {
    width: min(100% - 28px, 1220px);
    padding: 34px 0 54px;
  }

  body.woocommerce-cart .woocommerce,
  .nf-co-grid {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .cart-collaterals,
  .nf-co-sidebar {
    position: static;
  }

  body.woocommerce-cart .cart-collaterals {
    grid-column: 1;
  }

  .nf-cross-sells__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce {
    width: calc(100% - 32px);
  }

  .nf-cart__steps {
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .nf-cart__step {
    font-size: 13px;
  }

  .nf-cart__step-num {
    width: 30px;
    height: 30px;
  }

  .nf-cart-row--desktop,
  body.woocommerce-cart table.shop_table.cart thead {
    display: none !important;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart table.shop_table.cart,
  body.woocommerce-cart table.shop_table.cart tbody {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nf-cart-row--mobile {
    display: block !important;
    margin-bottom: 12px;
  }

  .nf-cart-row--mobile > td {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .nf-mobile-cart-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 32px;
    grid-template-areas:
      "media body remove"
      "footer footer footer";
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--ot-wc-line);
    background: #fff;
  }

  .nf-mobile-cart-card__media {
    grid-area: media;
  }

  .nf-mobile-cart-card__media img {
    width: 82px !important;
    height: 82px !important;
    object-fit: contain;
    background: transparent;
  }

  .nf-mobile-cart-card__remove {
    grid-area: remove;
    justify-self: end;
  }

  .nf-mobile-cart-card__body {
    grid-area: body;
    min-width: 0;
  }

  .nf-mobile-cart-card__title,
  .nf-mobile-cart-card__title a {
    display: block;
    color: var(--ot-wc-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    overflow-wrap: anywhere;
  }

  .nf-mobile-cart-card__footer {
    grid-area: footer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--ot-wc-line);
  }

  .nf-mobile-cart-card__total {
    color: var(--ot-wc-dark);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }

  .nf-cart__actions-row {
    display: block !important;
    margin-top: 12px;
  }

  .nf-actions-flex,
  body.woocommerce-cart .coupon {
    display: grid;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .nf-cart__bottom-bar,
  .nf-cart__payment-row {
    display: grid;
    justify-items: start;
  }

  .nf-cart__payment-strip {
    max-width: 220px;
  }

  .nf-cross-sells,
  .cross-sells,
  .nf-cart__totals,
  body.woocommerce-checkout #customer_details,
  .nf-co-card,
  .nf-co-payment-wrapper,
  .nf-co-sidebar {
    padding: 18px;
  }

  .nf-cross-sells__grid {
    grid-template-columns: 1fr;
  }

  .nf-co-shipping__info,
  .nf-co-coupon__row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .woocommerce-checkout-review-order-table .product-thumbnail {
    width: 58px;
  }
}

/* Final cart/checkout polish overrides */
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
  padding-top: 64px;
}

.nf-cart__page-title {
  margin-bottom: 22px;
}

.nf-cart__steps {
  justify-content: space-between;
  gap: 0;
  width: 100%;
  margin-bottom: 34px;
  padding: 12px 16px;
  border: 1px solid var(--ot-wc-line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(34, 51, 30, .05);
}

.nf-cart__step {
  justify-content: center;
  flex: 1 1 0;
}

.nf-cart__step-arrow {
  flex: 0 0 auto;
  padding: 0 12px;
}

.nf-fixed-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  min-width: 124px;
  min-height: 42px;
  border: 1px solid var(--ot-wc-line);
  background: var(--ot-wc-soft);
  color: var(--ot-wc-dark);
  font-size: 14px;
  font-weight: 700;
}

.nf-actions-flex {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 12px;
}

body.woocommerce-cart .coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  width: 100%;
  max-width: none;
}

body.woocommerce-cart .nf-cart__coupon-btn,
body.woocommerce-cart .nf-cart__update-btn,
.nf-co-coupon__apply-btn {
  min-height: 48px;
}

body.woocommerce-cart .nf-cart__coupon-btn,
body.woocommerce-cart .nf-cart__update-btn {
  border-color: var(--ot-wc-green) !important;
  background: transparent !important;
  color: var(--ot-wc-dark) !important;
}

body.woocommerce-cart .nf-cart__coupon-btn:hover,
body.woocommerce-cart .nf-cart__coupon-btn:focus,
body.woocommerce-cart .nf-cart__update-btn:hover,
body.woocommerce-cart .nf-cart__update-btn:focus {
  border-color: var(--ot-wc-green) !important;
  background: #edf6eb !important;
  color: var(--ot-wc-dark) !important;
}

.nf-cart__payment-strip {
  max-width: 220px;
}

.nf-co-sidebar {
  top: 112px;
  align-self: start;
}

body.woocommerce-cart .cart-collaterals {
  position: static;
  top: auto;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout form.checkout_coupon {
  display: none !important;
}

.nf-co-payment-wrapper #payment ul.payment_methods {
  display: grid;
  gap: 10px;
}

.nf-co-payment-wrapper #payment ul.payment_methods li.wc_payment_method,
.nf-co-payment-wrapper #payment ul.payment_methods li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid var(--ot-wc-line) !important;
  background: #fff;
  list-style: none;
}

.nf-co-payment-wrapper #payment ul.payment_methods li:has(input:checked) {
  border-color: var(--ot-wc-green) !important;
  background: #edf6eb;
}

.nf-co-payment-wrapper #payment ul.payment_methods li > input[type="radio"] {
  margin: 2px 0 0 !important;
  accent-color: var(--ot-wc-green);
}

.nf-co-payment-wrapper #payment ul.payment_methods li > label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 !important;
  color: var(--ot-wc-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.nf-co-payment-wrapper #payment ul.payment_methods li > label img {
  max-height: 28px;
  width: auto;
  margin: 0 !important;
}

.nf-co-payment-wrapper #payment div.payment_box {
  grid-column: 1 / -1;
  margin: 10px 0 0 !important;
  padding: 12px 14px !important;
  background: var(--ot-wc-soft) !important;
  color: var(--ot-wc-text) !important;
  font-size: 13px;
  line-height: 1.55;
}

.nf-co-coupon {
  margin: 0 0 20px;
  border-top: 0;
  border-bottom: 1px solid var(--ot-wc-line);
  padding: 0 0 18px;
}

.nf-co-coupon__row {
  grid-template-columns: minmax(0, 1fr) 112px;
}

.nf-co-coupon__apply-btn {
  border: 1px solid var(--ot-wc-dark);
  background: var(--ot-wc-dark);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.nf-co-coupon__apply-btn:hover {
  border-color: var(--ot-wc-green);
  background: var(--ot-wc-green);
}

#installment-mini-total {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 12px;
  background: #f7fbf6;
  color: var(--ot-wc-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
}

#installment-mini-total a,
#installment-mini-total span {
  color: var(--ot-wc-green) !important;
}

.nf-installments-row,
.nf-cart__totals-table tr:has(#installment-mini-total),
.woocommerce-checkout-review-order-table tr:has(#installment-mini-total) {
  background: #f7fbf6;
}

.nf-installments-row td:not(.nf-installments-cell) {
  display: none !important;
}

.nf-installments-cell {
  width: 100% !important;
  padding: 12px 0 !important;
  text-align: right !important;
}

.nf-installments-cell #installment-mini-total {
  margin-left: auto;
}

@media (min-width: 981px) {
  body.woocommerce-checkout .nf-co-right {
    position: sticky !important;
    top: 112px;
    align-self: start;
    height: fit-content;
  }

  body.woocommerce-checkout .nf-co-sidebar {
    position: relative !important;
    top: auto;
    align-self: start;
  }
}

@media (max-width: 640px) {
  .nf-cart__steps {
    gap: 0;
    padding: 10px;
  }

  .nf-cart__step {
    justify-content: flex-start;
    min-width: max-content;
  }

  .nf-actions-flex,
  body.woocommerce-cart .coupon,
  .nf-co-coupon__row {
    grid-template-columns: 1fr;
  }

  .nf-actions-flex,
  body.woocommerce-cart .coupon,
  body.woocommerce-cart input#coupon_code {
    width: 100%;
  }

  body.woocommerce-cart .nf-cart__coupon-btn,
  body.woocommerce-cart .nf-cart__update-btn {
    width: 100%;
  }

  .nf-co-payment-wrapper #payment ul.payment_methods li {
    grid-template-columns: 20px minmax(0, 1fr);
  }
}

body.woocommerce-cart form.woocommerce-cart-form button.button.nf-cart__coupon-btn,
body.woocommerce-cart form.woocommerce-cart-form button.button.nf-cart__update-btn {
  border: 1px solid var(--ot-wc-green) !important;
  background: transparent !important;
  color: var(--ot-wc-dark) !important;
}

body.woocommerce-cart form.woocommerce-cart-form button.button.nf-cart__coupon-btn:hover,
body.woocommerce-cart form.woocommerce-cart-form button.button.nf-cart__coupon-btn:focus,
body.woocommerce-cart form.woocommerce-cart-form button.button.nf-cart__update-btn:hover,
body.woocommerce-cart form.woocommerce-cart-form button.button.nf-cart__update-btn:focus {
  border-color: var(--ot-wc-green) !important;
  background: #edf6eb !important;
  color: var(--ot-wc-dark) !important;
}

body.woocommerce-cart .nf-cross-sells a.button.nf-cross-sells__btn {
  gap: 8px;
  border-color: var(--ot-wc-green) !important;
  background: var(--ot-wc-green) !important;
  color: #fff !important;
}

body.woocommerce-cart .nf-cross-sells a.button.nf-cross-sells__btn:hover,
body.woocommerce-cart .nf-cross-sells a.button.nf-cross-sells__btn:focus {
  border-color: var(--ot-wc-dark) !important;
  background: var(--ot-wc-dark) !important;
  color: #fff !important;
}

body.woocommerce-cart .nf-cross-sells a.button.nf-cross-sells__btn img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
body.woocommerce-cart .nf-mobile-cart-card__media img,
.nf-review-thumb,
.nf-cross-sells__img {
  background: transparent !important;
}

@media (max-width: 980px) {
  body.woocommerce-cart form.woocommerce-cart-form,
  body.woocommerce-cart table.shop_table.cart,
  body.woocommerce-cart table.shop_table.cart tbody,
  body.woocommerce-cart table.shop_table.cart tr.nf-cart__actions-row,
  body.woocommerce-cart table.shop_table.cart tr.nf-cart__actions-row td.actions {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
  }

  body.woocommerce-cart table.shop_table.cart tr.nf-cart__actions-row td.actions {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.woocommerce-cart .nf-actions-flex {
    display: grid !important;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none !important;
    justify-items: stretch;
  }

  body.woocommerce-cart .coupon,
  body.woocommerce-cart input#coupon_code,
  body.woocommerce-cart form.woocommerce-cart-form button.button.nf-cart__coupon-btn,
  body.woocommerce-cart form.woocommerce-cart-form button.button.nf-cart__update-btn {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
  }

  body.woocommerce-cart .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 980px) {
  body.woocommerce-cart .nf-cross-sells,
  body.woocommerce-cart .cross-sells {
    overflow: hidden;
  }

  body.woocommerce-cart .nf-cross-sells__grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px;
    width: auto;
    margin-right: -18px !important;
    padding-right: 18px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  body.woocommerce-cart .nf-cross-sells__item {
    flex: 0 0 clamp(236px, 42vw, 310px);
    min-width: 0;
    scroll-snap-align: start;
  }

  body.woocommerce-cart .nf-cross-sells__card {
    height: 100%;
  }
}

@media (max-width: 640px) {
  body.woocommerce-cart .nf-cross-sells__grid {
    margin-right: -18px !important;
    padding-right: 18px !important;
  }

  body.woocommerce-cart .nf-cross-sells__item {
    flex-basis: min(78vw, 286px);
  }

  body.woocommerce-cart .nf-cross-sells__img {
    height: 155px;
  }
}
