/* Code-first WooCommerce cart. Commercial calculations remain native. */
body.igneos-storefront--cart {
	background: #f3f7fb;
}

body.igneos-storefront--cart .igneos-shell-header {
	background: #fff;
}

body.igneos-storefront--cart .igneos-cart-page {
	min-height: 60vh;
	outline: 0;
}

body.igneos-storefront--cart .igneos-cart-hero {
	padding: 28px 0 30px;
	border-bottom: 1px solid var(--igneos-line);
	background: #fff;
}

body.igneos-storefront--cart .igneos-cart-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 19px;
	color: #5f6d80;
	font-size: 13px;
}

body.igneos-storefront--cart .igneos-cart-breadcrumb a {
	color: var(--igneos-navy);
	font-weight: 700;
	text-decoration: none;
}

body.igneos-storefront--cart .igneos-cart-hero__eyebrow {
	margin: 0 0 4px;
	color: var(--igneos-blue);
	font-size: 12px;
	font-weight: 860;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.igneos-storefront--cart .igneos-cart-hero h1 {
	margin: 0;
	color: var(--igneos-ink);
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 820;
	letter-spacing: -0.055em;
	line-height: 1;
}

body.igneos-storefront--cart .igneos-cart-hero__count {
	margin: 9px 0 0;
	color: var(--igneos-ink-soft);
	font-size: 14px;
}

body.igneos-storefront--cart .igneos-cart-page__content {
	padding-block: 36px 66px;
}

body.igneos-storefront--cart .igneos-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
	align-items: start;
	gap: 20px;
}

body.igneos-storefront--cart .igneos-cart-items,
body.igneos-storefront--cart .igneos-cart-summary,
body.igneos-storefront--cart .igneos-cart-empty {
	border: 1px solid rgba(20, 35, 61, 0.1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(20, 35, 61, 0.075);
}

body.igneos-storefront--cart .igneos-cart-items {
	min-width: 0;
	overflow: hidden;
}

body.igneos-storefront--cart .igneos-cart-items__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 24px 26px 20px;
	border-bottom: 1px solid var(--igneos-line);
}

body.igneos-storefront--cart .igneos-cart-items__heading p {
	margin: 0 0 3px;
	color: var(--igneos-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.igneos-storefront--cart .igneos-cart-items__heading h2 {
	margin: 0;
	color: var(--igneos-ink);
	font-size: 25px;
	font-weight: 820;
	letter-spacing: -0.035em;
}

body.igneos-storefront--cart .igneos-cart-items__heading > span {
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--igneos-blue-soft);
	color: var(--igneos-navy);
	font-size: 12px;
	font-weight: 760;
	white-space: nowrap;
}

body.igneos-storefront--cart .woocommerce-cart-form table.shop_table {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
}

body.igneos-storefront--cart .woocommerce-cart-form thead {
	display: block;
	background: #f8fafc;
}

body.igneos-storefront--cart .woocommerce-cart-form tbody {
	display: block;
}

body.igneos-storefront--cart .woocommerce-cart-form thead tr,
body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item {
	display: grid;
	grid-template-columns: 48px 104px minmax(260px, 1fr) 88px 86px 104px;
	width: 100%;
}

body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item {
	border-bottom: 1px solid var(--igneos-line);
}

body.igneos-storefront--cart .woocommerce-cart-form th {
	padding: 10px 8px;
	border: 0;
	border-bottom: 1px solid var(--igneos-line);
	color: #53627a;
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.06em;
	text-align: left;
	text-transform: uppercase;
}

body.igneos-storefront--cart .woocommerce-cart-form th:first-child,
body.igneos-storefront--cart .woocommerce-cart-form td:first-child {
	padding-left: 18px;
}

body.igneos-storefront--cart .woocommerce-cart-form th:last-child,
body.igneos-storefront--cart .woocommerce-cart-form td:last-child {
	padding-right: 22px;
}

body.igneos-storefront--cart .woocommerce-cart-form td {
	display: block;
	width: auto !important;
	padding: 22px 8px;
	border: 0;
	background: transparent;
	vertical-align: top;
}

body.igneos-storefront--cart .woocommerce-cart-form tbody th.product-name {
	display: block;
	width: auto !important;
	min-width: 0;
	padding: 22px 8px;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: normal;
	line-height: inherit;
	text-align: left;
	text-transform: none;
	vertical-align: top;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-remove {
	width: 48px;
	text-align: center;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-remove a.remove {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid #d8e1ec;
	border-radius: 50%;
	background: #fff;
	color: #6a778a !important;
	font-size: 20px;
	font-weight: 450;
	line-height: 1;
	text-decoration: none;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-remove a.remove:hover {
	border-color: #dd9e9e;
	background: #fff4f4;
	color: #a33030 !important;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-remove a.remove::before,
body.igneos-storefront--cart .woocommerce-cart-form .product-remove a.remove::after {
	display: none !important;
	content: none !important;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-thumbnail {
	width: 102px;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-thumbnail a {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	border: 1px solid #e4eaf2;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-thumbnail img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-name {
	min-width: 0;
}

body.igneos-storefront--cart .igneos-cart-product-name {
	display: inline-block;
	margin: 1px 0 9px;
	color: var(--igneos-ink);
	font-size: 16px;
	font-weight: 810;
	line-height: 1.28;
	text-decoration: none;
}

body.igneos-storefront--cart .woocommerce-cart-form .variation,
body.igneos-storefront--cart .woocommerce-cart-form dl.variation {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 3px 9px;
	margin: 0;
	color: var(--igneos-ink-soft);
	font-size: 12px;
	line-height: 1.35;
}

body.igneos-storefront--cart .woocommerce-cart-form .variation dt,
body.igneos-storefront--cart .woocommerce-cart-form .variation dd {
	display: block !important;
	float: none;
	width: auto !important;
	max-width: none !important;
	margin: 0;
	padding: 0;
}

body.igneos-storefront--cart .woocommerce-cart-form .variation dt {
	color: var(--igneos-ink);
	font-weight: 720;
}

body.igneos-storefront--cart .woocommerce-cart-form .variation p {
	margin: 0;
	word-break: normal;
	overflow-wrap: break-word;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-price,
body.igneos-storefront--cart .woocommerce-cart-form .product-subtotal {
	color: var(--igneos-navy);
	font-size: 14px;
	font-weight: 820;
	white-space: nowrap;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-subtotal {
	font-size: 16px;
}

body.igneos-storefront--cart .woocommerce-cart-form .product-quantity {
	width: 94px;
}

body.igneos-storefront--cart .woocommerce-cart-form .quantity {
	display: inline-flex !important;
	align-items: center;
	width: 74px;
	height: 40px;
	font-size: 14px;
}

body.igneos-storefront--cart .woocommerce-cart-form .quantity input.qty {
	display: block !important;
	width: 74px;
	height: 40px;
	padding: 0 8px;
	border: 1px solid #bdcadd;
	border-radius: 9px;
	background: #fff;
	color: var(--igneos-ink);
	text-align: center;
}

body.igneos-storefront--cart .woocommerce-cart-form .quantity input.minus,
body.igneos-storefront--cart .woocommerce-cart-form .quantity input.plus {
	display: none !important;
}

body.igneos-storefront--cart .woocommerce-cart-form .igneos-cart-lot-count {
	display: inline-grid;
	place-items: center;
	min-width: 36px;
	height: 36px;
	border: 1px solid var(--igneos-line);
	border-radius: 9px;
	background: #f7f9fc;
	color: var(--igneos-ink);
	font-size: 13px;
	font-weight: 760;
}

body.igneos-storefront--cart .woocommerce-cart-form .tm-cart-edit-options,
body.igneos-storefront--cart .woocommerce-cart-form .tc-cart-edit-options {
	display: inline-flex;
	margin-top: 10px;
	color: var(--igneos-blue);
	font-size: 12px;
	font-weight: 760;
}

body.igneos-storefront--cart .woocommerce-cart-form tr.igneos-cart-actions-row td.actions {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 24px 24px;
	border-bottom: 0;
}

body.igneos-storefront--cart .woocommerce-cart-form tr.igneos-cart-actions-row {
	display: block;
}

body.igneos-storefront--cart .woocommerce-cart-form .coupon {
	display: grid;
	gap: 6px;
}

body.igneos-storefront--cart .woocommerce-cart-form .coupon > label {
	color: var(--igneos-ink);
	font-size: 12px;
	font-weight: 760;
}

body.igneos-storefront--cart .woocommerce-cart-form .coupon > div {
	display: flex;
	align-items: stretch;
}

body.igneos-storefront--cart .woocommerce-cart-form .coupon input {
	width: min(210px, 38vw);
	height: 42px;
	padding: 0 12px;
	border: 1px solid #bdcadd;
	border-radius: 9px 0 0 9px;
	background: #fff;
}

body.igneos-storefront--cart .woocommerce-cart-form .coupon button,
body.igneos-storefront--cart .woocommerce-cart-form .igneos-cart-update {
	min-height: 42px;
	padding: 0 15px;
	border: 1px solid var(--igneos-line);
	border-radius: 9px;
	background: #f4f7fb;
	color: var(--igneos-navy);
	font-size: 12px;
	font-weight: 790;
}

body.igneos-storefront--cart .woocommerce-cart-form .coupon button {
	border-left: 0;
	border-radius: 0 9px 9px 0;
}

body.igneos-storefront--cart .igneos-cart-summary {
	position: sticky;
	top: 18px;
	padding: 10px;
}

body.igneos-storefront--cart .igneos-cart-summary__shipping {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 60px;
	padding: 10px 13px;
	border: 1px solid #bfdfd3;
	border-radius: 14px;
	background: #eefaf6;
	color: #075f45;
}

body.igneos-storefront--cart .igneos-cart-summary__shipping > span:first-child {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #d9f2e8;
	font-weight: 900;
}

body.igneos-storefront--cart .igneos-cart-summary__shipping > span:last-child {
	display: grid;
	line-height: 1.25;
}

body.igneos-storefront--cart .igneos-cart-summary__shipping strong {
	font-size: 15px;
	font-weight: 850;
}

body.igneos-storefront--cart .igneos-cart-summary__shipping small {
	font-size: 12px;
}

body.igneos-storefront--cart .igneos-cart-summary .cart_totals {
	width: 100%;
	padding: 22px 12px 12px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.igneos-storefront--cart .igneos-cart-summary .cart-totals-inner {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.igneos-storefront--cart .igneos-cart-summary .cart_totals h2 {
	margin: 0 0 13px;
	color: var(--igneos-ink);
	font-size: 24px;
	font-weight: 830;
	letter-spacing: -0.04em;
	text-transform: none;
}

body.igneos-storefront--cart .igneos-cart-summary table.shop_table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

body.igneos-storefront--cart .igneos-cart-summary table.shop_table th,
body.igneos-storefront--cart .igneos-cart-summary table.shop_table td {
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid var(--igneos-line);
	background: transparent;
	font-size: 13px;
}

body.igneos-storefront--cart .igneos-cart-summary table.shop_table th {
	color: var(--igneos-ink-soft);
	font-weight: 690;
	text-align: left;
}

body.igneos-storefront--cart .igneos-cart-summary table.shop_table td {
	color: var(--igneos-ink);
	font-weight: 780;
	text-align: right;
}

body.igneos-storefront--cart .igneos-cart-summary table.shop_table tr.order-total th,
body.igneos-storefront--cart .igneos-cart-summary table.shop_table tr.order-total td {
	padding-top: 16px;
	border-bottom: 0;
	color: var(--igneos-navy);
	font-size: 16px;
	font-weight: 850;
}

body.igneos-storefront--cart .igneos-cart-summary table.shop_table tr.order-total td {
	font-size: 23px;
	letter-spacing: -0.035em;
}

body.igneos-storefront--cart .igneos-cart-summary .wc-proceed-to-checkout {
	padding: 8px 0 0;
}

body.igneos-storefront--cart .igneos-cart-summary .checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 0 18px;
	border: 0;
	border-radius: 12px;
	background: var(--igneos-navy);
	color: #fff;
	font-size: 15px;
	font-weight: 830;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(7, 59, 112, 0.18);
}

body.igneos-storefront--cart .igneos-cart-summary .checkout-button:hover {
	background: var(--igneos-navy-strong);
}

body.igneos-storefront--cart .igneos-cart-summary__assurances {
	display: grid;
	gap: 7px;
	margin: 2px 12px 10px;
	padding: 14px 0 0;
	border-top: 1px solid var(--igneos-line);
	color: var(--igneos-ink-soft);
	font-size: 12px;
	list-style: none;
}

body.igneos-storefront--cart .igneos-cart-summary__assurances li {
	display: flex;
	align-items: center;
	gap: 7px;
}

body.igneos-storefront--cart .igneos-cart-summary__assurances li > span {
	color: var(--igneos-success);
	font-weight: 900;
}

body.igneos-storefront--cart .igneos-cart-collaterals {
	margin-top: 44px;
}

body.igneos-storefront--cart .igneos-cart-collaterals:empty {
	display: none;
}

body.igneos-storefront--cart .igneos-cart-collaterals .cross-sells > h2 {
	margin: 0 0 20px;
	color: var(--igneos-ink);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 830;
	letter-spacing: -0.04em;
}

body.igneos-storefront--cart .igneos-cart-recommendations {
	margin-top: 44px;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(20, 35, 61, 0.1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(20, 35, 61, 0.055);
}

body.igneos-storefront--cart .igneos-cart-recommendations__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

body.igneos-storefront--cart .igneos-cart-recommendations__heading p {
	margin: 0 0 4px;
	color: var(--igneos-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.igneos-storefront--cart .igneos-cart-recommendations__heading h2 {
	margin: 0;
	color: var(--igneos-ink);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 830;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

body.igneos-storefront--cart .igneos-cart-recommendations__heading > span {
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--igneos-blue-soft);
	color: var(--igneos-navy);
	font-size: 12px;
	font-weight: 760;
	white-space: nowrap;
}

body.igneos-storefront--cart .igneos-cart-recommendations__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

body.igneos-storefront--cart .igneos-cart-recommendation {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	border: 1px solid var(--igneos-line);
	border-radius: 16px;
	background: #fbfdff;
	overflow: hidden;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

body.igneos-storefront--cart .igneos-cart-recommendation:hover {
	border-color: #b7cce7;
	box-shadow: 0 12px 26px rgba(20, 35, 61, 0.08);
	transform: translateY(-2px);
}

body.igneos-storefront--cart .igneos-cart-recommendation__media {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 3;
	padding: 10px;
	border-bottom: 1px solid var(--igneos-line);
	background: #fff;
	overflow: hidden;
}

body.igneos-storefront--cart .igneos-cart-recommendation__media img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

body.igneos-storefront--cart .igneos-cart-recommendation__body {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-width: 0;
	padding: 14px;
}

body.igneos-storefront--cart .igneos-cart-recommendation__badge {
	margin-bottom: 7px;
	color: var(--igneos-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.igneos-storefront--cart .igneos-cart-recommendation h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 790;
	line-height: 1.3;
}

body.igneos-storefront--cart .igneos-cart-recommendation h3 a {
	color: var(--igneos-ink);
	text-decoration: none;
}

body.igneos-storefront--cart .igneos-cart-recommendation__action {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin-top: auto;
	padding-top: 15px;
	color: var(--igneos-navy);
	font-size: 12px;
	font-weight: 810;
	text-decoration: none;
}

body.igneos-storefront--cart .igneos-cart-recommendation__action > span {
	font-size: 17px;
	line-height: 1;
}

body.igneos-storefront--cart .igneos-cart-empty {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 760px;
	margin: 10px auto 0;
	padding: clamp(38px, 7vw, 72px) 26px;
	text-align: center;
}

body.igneos-storefront--cart .igneos-cart-empty__icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	margin-bottom: 20px;
	border-radius: 22px;
	background: var(--igneos-blue-soft);
	color: var(--igneos-navy);
}

body.igneos-storefront--cart .igneos-cart-empty__icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

body.igneos-storefront--cart .igneos-cart-empty h2 {
	max-width: 540px;
	margin: 0;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 830;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

body.igneos-storefront--cart .igneos-cart-empty > p {
	max-width: 540px;
	margin: 14px 0 0;
	color: var(--igneos-ink-soft);
}

body.igneos-storefront--cart .igneos-cart-empty__native-message {
	display: none;
}

body.igneos-storefront--cart .igneos-cart-empty__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 25px;
	padding: 0 20px;
	border-radius: 11px;
	background: var(--igneos-navy);
	color: #fff;
	font-size: 14px;
	font-weight: 790;
	text-decoration: none;
}

@media (max-width: 1023px) {
	body.igneos-storefront--cart .igneos-cart-layout {
		grid-template-columns: minmax(0, 1fr) minmax(290px, 330px);
		gap: 14px;
	}

	body.igneos-storefront--cart .woocommerce-cart-form thead tr,
	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item {
		grid-template-columns: 42px 88px minmax(210px, 1fr) 78px 78px 92px;
	}
}

@media (max-width: 1160px) {
	body.igneos-storefront--cart .igneos-cart-layout {
		grid-template-columns: 1fr;
	}

	body.igneos-storefront--cart .igneos-cart-summary {
		position: static;
	}

	body.igneos-storefront--cart .igneos-cart-recommendations__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	body.igneos-storefront--cart .igneos-cart-hero {
		padding: 22px 0 24px;
	}

	body.igneos-storefront--cart .igneos-cart-page__content {
		padding-block: 22px 48px;
	}

	body.igneos-storefront--cart .igneos-cart-items,
	body.igneos-storefront--cart .igneos-cart-summary {
		border-radius: 17px;
	}

	body.igneos-storefront--cart .igneos-cart-items__heading {
		padding: 20px 18px 17px;
	}

	body.igneos-storefront--cart .woocommerce-cart-form thead {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tbody,
	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item {
		display: block;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item {
		position: relative;
		display: grid;
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 0 14px;
		padding: 18px;
		border-bottom: 1px solid var(--igneos-line);
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item td,
	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item th {
		display: block;
		width: auto;
		padding: 0;
		border: 0;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-remove {
		position: absolute;
		top: 13px;
		right: 13px;
		z-index: 2;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-thumbnail {
		grid-row: 1 / span 4;
	}

	body.igneos-storefront--cart .woocommerce-cart-form .product-thumbnail a {
		width: 82px;
		height: 82px;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-name {
		min-width: 0;
		padding-right: 34px;
		text-align: left !important;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-name::before,
	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-price::before,
	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-thumbnail::before,
	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-remove::before {
		display: none !important;
		content: none !important;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .variation,
	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item dl.variation {
		grid-template-columns: 104px minmax(0, 1fr);
		width: 100% !important;
		text-align: left !important;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .variation dt,
	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .variation dd {
		text-align: left !important;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-price {
		display: none;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-quantity,
	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-subtotal {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-top: 12px;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-quantity::before,
	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item .product-subtotal::before {
		content: attr(data-title);
		color: var(--igneos-ink-soft);
		font-size: 12px;
		font-weight: 680;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.igneos-cart-actions-row,
	body.igneos-storefront--cart .woocommerce-cart-form tr.igneos-cart-actions-row td {
		display: block;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.igneos-cart-actions-row td.actions {
		align-items: stretch;
		flex-direction: column;
		padding: 18px;
	}

	body.igneos-storefront--cart .woocommerce-cart-form .coupon input {
		min-width: 0;
		width: 100%;
	}

	body.igneos-storefront--cart .woocommerce-cart-form .igneos-cart-update {
		width: 100%;
	}

	body.igneos-storefront--cart .igneos-cart-recommendations {
		margin-top: 28px;
		padding: 18px;
		border-radius: 17px;
	}

	body.igneos-storefront--cart .igneos-cart-recommendations__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
		margin-bottom: 18px;
	}

	body.igneos-storefront--cart .igneos-cart-recommendations__grid {
		grid-template-columns: 1fr;
	}

	body.igneos-storefront--cart .igneos-cart-recommendation {
		grid-template-columns: 112px minmax(0, 1fr);
		grid-template-rows: none;
	}

	body.igneos-storefront--cart .igneos-cart-recommendation__media {
		aspect-ratio: 1 / 1;
		border-right: 1px solid var(--igneos-line);
		border-bottom: 0;
	}
}

@media (max-width: 390px) {
	body.igneos-storefront--cart .igneos-cart-items__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	body.igneos-storefront--cart .woocommerce-cart-form tr.cart_item {
		grid-template-columns: 68px minmax(0, 1fr);
		gap: 0 10px;
		padding: 15px;
	}

	body.igneos-storefront--cart .woocommerce-cart-form .product-thumbnail a {
		width: 68px;
		height: 68px;
	}
}
