/**
 * Koszyk WooCommerce — layout sklepu Devikit.
 */

.dk-cart-page .dk-prose {
	max-width: none;
}

.dk-cart-page-notices,
.dk-cart-page .woocommerce > .woocommerce-notices-wrapper,
.dk-cart-layout > .woocommerce-notices-wrapper {
	margin: 0 0 1.5rem;
}

.dk-cart-page-notices:empty,
.dk-cart-page-notices .woocommerce-notices-wrapper:empty {
	display: none;
	margin: 0;
}

.dk-cart-page-notices:not(:has(.woocommerce-message, .woocommerce-info, .woocommerce-error)) {
	margin-bottom: 0;
}

.dk-cart-layout > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
	grid-row: 1;
}

/* Komunikaty WooCommerce — spójne karty */
.dk-cart-page-notices .woocommerce-message,
.dk-cart-page-notices .woocommerce-info,
.dk-cart-page-notices .woocommerce-error,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-message,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-info,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-error {
	margin: 0 0 0.75rem;
	padding: 0.875rem 1rem;
	font-size: 0.9375rem;
	line-height: 1.5;
	border-radius: 0.75rem;
	list-style: none;
}

.dk-cart-page-notices .woocommerce-error li,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-error li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dk-cart-page-notices .woocommerce-error li + li,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-error li + li {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid #fecaca;
}

.dk-cart-page-notices .woocommerce-message:last-child,
.dk-cart-page-notices .woocommerce-info:last-child,
.dk-cart-page-notices .woocommerce-error:last-child,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-message:last-child,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-info:last-child,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-error:last-child {
	margin-bottom: 0;
}

.dk-cart-page-notices .woocommerce-message,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-message {
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	color: #14532d;
}

.dk-cart-page-notices .woocommerce-info,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-info {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	color: #404040;
}

.dk-cart-page-notices .woocommerce-error,
.dk-cart-page .woocommerce-notices-wrapper .woocommerce-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.dk-cart-page-notices a,
.dk-cart-page .woocommerce-notices-wrapper a {
	font-weight: 600;
	color: inherit;
}

/* —— Pusty koszyk —— */
.dk-cart-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	max-width: 28rem;
	margin: 0 auto;
	padding: 2.75rem 1.75rem 3rem;
	text-align: center;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 1rem;
}

.dk-cart-empty .woocommerce-info,
.dk-cart-empty .wc-empty-cart-message {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: #737373;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.dk-cart-empty__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 3.75rem;
	height: 3.75rem;
	padding: 0;
	color: #737373;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 1rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.dk-cart-empty__icon-svg {
	display: block;
	width: 1.625rem;
	height: 1.625rem;
}

.dk-cart-empty .return-to-shop {
	margin: 0;
}

.dk-cart-empty__btn,
.dk-cart-page .button,
.dk-cart-page .woocommerce-button,
.dk-cart-page a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff !important;
	text-decoration: none !important;
	background: #0a0a0a;
	border: none;
	border-radius: var(--dk-primary-btn-radius, 0.5rem);
	cursor: pointer;
	transition: var(--dk-primary-btn-transition, background-color 0.15s ease);
}

.dk-cart-empty__btn:hover,
.dk-cart-page .button:hover,
.dk-cart-page .woocommerce-button:hover,
.dk-cart-page a.button:hover {
	background: var(--dk-primary-btn-bg-hover, #262626);
	color: #fff !important;
}

/* —— Layout: produkty + podsumowanie —— */
.dk-cart-page .woocommerce-cart-form,
.dk-cart-page .cart-collaterals {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.dk-cart-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}

.dk-cart-layout .woocommerce-cart-form {
	grid-column: 1;
	min-width: 0;
}

.dk-cart-layout .cart-collaterals {
	grid-column: 1;
	min-width: 0;
}

@media (min-width: 1024px) {
	.dk-cart-layout {
		grid-template-columns: minmax(0, 1fr) min(22rem, 34%);
		gap: 2.5rem;
	}

	.dk-cart-layout .woocommerce-cart-form {
		grid-column: 1;
		grid-row: 2;
	}

	.dk-cart-layout .cart-collaterals {
		grid-column: 2;
		grid-row: 2;
		position: sticky;
		top: 5.5rem;
		align-self: start;
	}
}

/* —— Tabela produktów —— */
.dk-cart-page .woocommerce-cart-form {
	margin: 0;
}

.dk-cart-page table.shop_table.cart {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	border-radius: 1rem;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background: #fff;
}

.dk-cart-page table.shop_table.cart thead {
	background: #fafafa;
}

.dk-cart-page table.shop_table.cart thead th {
	padding: 0.875rem 1rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #737373;
	border-bottom: 1px solid #e5e5e5;
}

.dk-cart-page table.shop_table.cart tbody tr.cart_item {
	border-bottom: 1px solid #f0f0f0;
}

.dk-cart-page table.shop_table.cart tbody tr.cart_item:last-child {
	border-bottom: none;
}

.dk-cart-page table.shop_table.cart th,
.dk-cart-page table.shop_table.cart td {
	border-left: none;
	border-right: none;
}

.dk-cart-page table.shop_table.cart td {
	padding: 1.25rem 1rem;
	vertical-align: middle;
	border-top: none;
	border-bottom: none;
}

.dk-cart-page table.shop_table.cart .product-remove {
	width: 3rem;
	padding-left: 1.25rem;
}

.dk-cart-page table.shop_table.cart .product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	color: #737373 !important;
	text-decoration: none;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 9999px;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.dk-cart-page table.shop_table.cart .product-remove a.remove:hover {
	color: #0a0a0a !important;
	background: #f5f5f5;
	border-color: #d4d4d4;
}

.dk-cart-page table.shop_table.cart .product-thumbnail {
	width: 5.5rem;
}

.dk-cart-page table.shop_table.cart .product-thumbnail img {
	width: 4.5rem;
	height: 4.5rem;
	object-fit: contain;
	border: none;
	background: transparent;
}

.dk-cart-page table.shop_table.cart tbody .product-name {
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
	color: #0a0a0a;
}

.dk-cart-page table.shop_table.cart tbody .product-name a {
	color: inherit;
	text-decoration: none;
}

.dk-cart-page table.shop_table.cart tbody .product-name a:hover {
	color: #404040;
	text-decoration: underline;
}

.dk-cart-page table.shop_table.cart tbody .product-name .wc-item-meta,
.dk-cart-page table.shop_table.cart tbody .product-name dl {
	margin: 0.5rem 0 0;
	padding-left: 0;
	font-size: 0.8125rem;
	font-weight: 400;
	color: #737373;
	border: none;
	border-left: none;
}

.dk-cart-page table.shop_table.cart tbody .product-price,
.dk-cart-page table.shop_table.cart tbody .product-subtotal {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #0a0a0a;
	white-space: nowrap;
}

.dk-cart-page table.shop_table.cart tbody td.product-quantity .quantity,
.dk-cart-page table.shop_table.cart tbody td.product-quantity .dk-qty-stepper {
	display: inline-flex;
	align-items: stretch;
	max-width: 8.75rem;
	border: 1px solid #e5e5e5;
	border-radius: 0.5rem;
	overflow: hidden;
	background: #fff;
}

.dk-cart-page table.shop_table.cart tbody td.product-quantity .dk-qty-stepper > .dk-qty-stepper__btn--minus + .qty,
.dk-cart-page table.shop_table.cart tbody td.product-quantity .dk-qty-stepper > .qty + .dk-qty-stepper__btn--plus {
	border-left: 1px solid #e5e5e5;
}

.dk-cart-page table.shop_table.cart tbody td.product-quantity .dk-qty-stepper > label.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.dk-cart-page table.shop_table.cart tbody td.product-quantity .dk-qty-stepper__btn {
	flex: 0 0 2.5rem;
	min-width: 2.5rem;
	min-height: 2.5rem;
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	color: #0a0a0a;
	background: #fafafa;
	border-top: none;
	border-bottom: none;
	border-right: none;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.dk-cart-page table.shop_table.cart tbody td.product-quantity .dk-qty-stepper__btn:hover:not(:disabled) {
	background: #f0f0f0;
	color: #0a0a0a;
}

.dk-cart-page table.shop_table.cart tbody td.product-quantity .dk-qty-stepper__btn:focus-visible {
	outline: 2px solid #0a0a0a;
	outline-offset: -2px;
	z-index: 1;
}

.dk-cart-page table.shop_table.cart tbody td.product-quantity .dk-qty-stepper__btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.dk-cart-page table.shop_table.cart tbody td.product-quantity .qty {
	width: 2.75rem;
	min-height: 2.5rem;
	padding: 0.375rem 0.25rem;
	font-size: 0.9375rem;
	font-weight: 600;
	text-align: center;
	color: #0a0a0a;
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-moz-appearance: textfield;
}

.dk-cart-page table.shop_table.cart tbody td.product-quantity .qty::-webkit-outer-spin-button,
.dk-cart-page table.shop_table.cart tbody td.product-quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

/* Akcje: kupon + aktualizacja */
.dk-cart-page table.shop_table.cart tr td.actions {
	padding: 1.25rem;
	background: #fafafa;
	border-top: 1px solid #e5e5e5;
}

.dk-cart-page table.shop_table.cart .actions .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: stretch;
	margin: 0;
}

.dk-cart-page table.shop_table.cart .actions .coupon .input-text {
	flex: 1 1 12rem;
	min-width: 0;
	min-height: 2.75rem;
	padding: 0.625rem 1rem;
	font-size: 0.9375rem;
	color: #0a0a0a;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0.5rem;
}

.dk-cart-page table.shop_table.cart .actions .coupon .input-text:focus {
	outline: none;
	border-color: #a3a3a3;
	box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.06);
}

/* Błąd kuponu (AJAX WooCommerce — .coupon-error-notice pod polem) */
.dk-cart-page table.shop_table.cart .actions .coupon .coupon-error-notice {
	flex: 1 1 100%;
	width: 100%;
	margin: 0.25rem 0 0;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	color: #991b1b;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 0.5rem;
}

.dk-cart-page table.shop_table.cart .actions .coupon #coupon_code.has-error,
.dk-cart-page table.shop_table.cart .actions .coupon .input-text.has-error {
	border-color: #f87171;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

/* Pełne przeładowanie strony — ten sam wygląd co komunikat na górze */
.dk-cart-page table.shop_table.cart .actions .coupon .woocommerce-error {
	flex: 1 1 100%;
	width: 100%;
	margin: 0.25rem 0 0;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #991b1b;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 0.5rem;
	list-style: none;
}

.dk-cart-page table.shop_table.cart .actions .coupon .woocommerce-error li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dk-cart-page table.shop_table.cart .actions .coupon .button {
	min-height: 2.75rem;
	padding: 0.625rem 1.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #0a0a0a !important;
	background: #fff !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 0.5rem;
	box-shadow: none;
}

.dk-cart-page table.shop_table.cart .actions .coupon .button:hover {
	background: #f5f5f5 !important;
	border-color: #d4d4d4 !important;
	color: #0a0a0a !important;
}

/* —— Cross-sell (GUS i inne) —— */
.dk-cart-page .cross-sells,
.dk-cart-page .devikit-gus-cross-sell {
	margin: 1.5rem 0 0;
}

.dk-cart-page .devikit-gus-cross-sell {
	padding: 1.5rem 1.75rem !important;
	background: linear-gradient(135deg, #fafafa 0%, #fff 100%) !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 1rem !important;
	box-shadow: none !important;
}

.dk-cart-page .devikit-gus-cross-sell__title {
	margin: 0 0 0.75rem !important;
	font-size: 1.0625rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: #0a0a0a !important;
}

.dk-cart-page .devikit-gus-cross-sell__desc {
	margin: 0 0 0.75rem !important;
	font-size: 0.875rem !important;
	line-height: 1.6 !important;
	color: #525252 !important;
}

.dk-cart-page .devikit-gus-cross-sell__price-info {
	margin: 0 0 1rem !important;
	font-size: 0.9375rem !important;
	font-weight: 600 !important;
	color: #0a0a0a !important;
}

.dk-cart-page #devikit-gus-cross-sell-btn,
.dk-cart-page .devikit-gus-cross-sell a.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0.625rem 1.25rem !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	color: #0a0a0a !important;
	background: #fff !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 0.5rem !important;
}

.dk-cart-page #devikit-gus-cross-sell-btn:hover,
.dk-cart-page .devikit-gus-cross-sell a.button:hover {
	background: #f5f5f5 !important;
	border-color: #d4d4d4 !important;
}

.dk-cart-page .cross-sells > h2 {
	margin: 0 0 1rem;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #0a0a0a;
}

/* —— Podsumowanie (tylko Łącznie) —— */
.dk-cart-page .cart-collaterals .cart_totals,
.dk-cart-page .cart-collaterals .dk-cart-totals {
	width: 100%;
	float: none;
	margin: 0;
	padding: 1.5rem 1.75rem;
	font-family: 'Open Sans', system-ui, sans-serif;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 1rem;
}

.dk-cart-page .dk-cart-totals__title {
	margin: 0 0 1.25rem;
	padding: 0 0 1rem;
	font-family: inherit;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #0a0a0a;
	border-bottom: 1px solid #f0f0f0;
}

.dk-cart-page .dk-cart-totals__amount {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.375rem;
	margin: 0;
}

.dk-cart-page .dk-cart-totals__label {
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #737373;
}

.dk-cart-page .dk-cart-totals__value {
	font-family: inherit;
	font-size: clamp(1.5rem, 4vw, 1.875rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #0a0a0a;
}

.dk-cart-page .dk-cart-totals__value .woocommerce-Price-amount,
.dk-cart-page .dk-cart-totals__value bdi,
.dk-cart-page .dk-cart-totals__value .amount {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit;
	color: inherit !important;
}

.dk-cart-page .dk-cart-totals__value small {
	display: block;
	margin-top: 0.35rem;
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.4;
	color: #737373;
}

/* Ukryj ewentualne dodatki z hooków (np. subskrypcje) */
.dk-cart-page .dk-cart-totals .recurring-totals,
.dk-cart-page .dk-cart-totals .wcs-recurring-totals,
.dk-cart-page .dk-cart-totals table.shop_table {
	display: none !important;
}

.dk-cart-page .dk-cart-totals .wc-proceed-to-checkout {
	margin: 1.5rem 0 0;
	padding: 1.25rem 0 0;
	border-top: 1px solid #f0f0f0;
}

.dk-cart-page .wc-proceed-to-checkout {
	margin: 0;
	padding: 0;
}

.dk-cart-page .wc-proceed-to-checkout .checkout-button,
.dk-cart-page .wc-proceed-to-checkout a {
	display: flex !important;
	width: 100%;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.875rem 1.5rem !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	color: #fff !important;
	text-align: center;
	background: #0a0a0a !important;
	border: none !important;
	border-radius: var(--dk-primary-btn-radius, 0.5rem) !important;
}

.dk-cart-page .wc-proceed-to-checkout .checkout-button:hover,
.dk-cart-page .wc-proceed-to-checkout a:hover {
	background: var(--dk-primary-btn-bg-hover, #262626) !important;
	color: #fff !important;
}

/* —— Mobile: karty produktów + podsumowanie —— */
@media (max-width: 767px) {
	.dk-cart-page .dk-cart-layout {
		gap: 1.25rem;
	}

	.dk-cart-page table.shop_table_responsive.cart {
		border: none;
		background: transparent;
		border-radius: 0;
		overflow: visible;
	}

	.dk-cart-page table.shop_table_responsive.cart thead {
		display: none;
	}

	.dk-cart-page table.shop_table_responsive.cart tbody {
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
	}

	.dk-cart-page table.shop_table_responsive.cart tbody > tr:not(.cart_item) {
		display: block;
		width: 100%;
	}

	.dk-cart-page table.shop_table_responsive.cart tr.cart_item {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
		width: 100%;
		padding: 1rem 3rem 1rem 1rem;
		border: 1px solid #e5e5e5;
		border-radius: 1rem;
		background: #fff;
	}

	.dk-cart-page table.shop_table_responsive.cart tr.cart_item td {
		display: block;
		width: auto;
		padding: 0;
		text-align: left !important;
		border: none;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-remove {
		position: absolute;
		top: 0.75rem;
		right: 0.75rem;
		left: auto;
		z-index: 2;
		width: auto;
		padding: 0;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-remove a.remove {
		background: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	}

	.dk-cart-page table.shop_table_responsive.cart .product-thumbnail {
		flex: 0 0 4rem;
		width: 4rem !important;
		margin: 0 0.75rem 0 0;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-thumbnail::before {
		display: none;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-thumbnail img {
		width: 4rem;
		height: 4rem;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-name {
		flex: 1 1 calc(100% - 5.5rem);
		min-width: 0;
		margin: 0;
		font-size: 0.9375rem;
		line-height: 1.4;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-name::before {
		display: none;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-price,
	.dk-cart-page table.shop_table_responsive.cart .product-quantity,
	.dk-cart-page table.shop_table_responsive.cart .product-subtotal {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem 0.75rem;
		flex: 1 1 100%;
		width: 100%;
		margin-top: 0;
		padding: 0.625rem 0 0 !important;
		border-top: 1px solid #f0f0f0;
	}

	/* Jednostkowa cena — na mobile wystarczy kwota wiersza (product-subtotal). */
	.dk-cart-page table.shop_table_responsive.cart .product-price {
		display: none !important;
	}

	.dk-cart-page table.shop_table_responsive.cart td::before {
		display: block;
		flex: 0 0 auto;
		margin: 0;
		font-size: 0.6875rem;
		font-weight: 700;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #a3a3a3;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-price .amount,
	.dk-cart-page table.shop_table_responsive.cart .product-price .woocommerce-Price-amount,
	.dk-cart-page table.shop_table_responsive.cart .product-subtotal .amount,
	.dk-cart-page table.shop_table_responsive.cart .product-subtotal .woocommerce-Price-amount {
		margin-left: auto;
		font-size: 0.9375rem;
		font-weight: 600;
		text-align: right;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-subtotal {
		margin-top: 0.75rem;
		padding-top: 0.75rem !important;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-quantity {
		justify-content: flex-start;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-quantity .quantity,
	.dk-cart-page table.shop_table_responsive.cart .product-quantity .dk-qty-stepper {
		margin-left: 0;
		width: auto;
		max-width: none;
		flex: 0 0 auto;
	}

	.dk-cart-page table.shop_table_responsive.cart tr td.actions {
		display: block !important;
		width: 100% !important;
		max-width: none;
		margin-top: 0.25rem;
		padding: 1rem !important;
		text-align: left !important;
		border: 1px solid #e5e5e5;
		border-radius: 1rem;
		background: #fafafa;
		box-sizing: border-box;
	}

	.dk-cart-page table.shop_table_responsive.cart .actions .coupon {
		display: flex !important;
		flex-direction: column;
		float: none !important;
		width: 100% !important;
		max-width: none;
		gap: 0.625rem;
		margin: 0;
	}

	.dk-cart-page table.shop_table_responsive.cart .actions .coupon .input-text,
	.dk-cart-page table.shop_table_responsive.cart .actions .coupon #coupon_code,
	.dk-cart-page table.shop_table_responsive.cart .actions .coupon .button {
		display: block !important;
		float: none !important;
		flex: 1 1 auto;
		width: 100% !important;
		max-width: none !important;
		box-sizing: border-box;
	}

	.dk-cart-page table.shop_table_responsive.cart .actions .coupon .coupon-error-notice,
	.dk-cart-page table.shop_table_responsive.cart .actions .coupon .woocommerce-error {
		width: 100% !important;
		max-width: none;
	}

	.dk-cart-page .devikit-gus-cross-sell {
		padding: 1.25rem 1rem !important;
	}

	.dk-cart-page .cross-sells > h2 {
		font-size: 1rem;
	}

	.dk-cart-page .cart-collaterals .cart_totals,
	.dk-cart-page .cart-collaterals .dk-cart-totals {
		padding: 1.25rem 1rem;
	}

	.dk-cart-page .dk-cart-totals__title {
		margin-bottom: 1rem;
		padding-bottom: 0.875rem;
		font-size: 1rem;
	}

	.dk-cart-page .dk-cart-totals__value {
		font-size: 1.625rem;
	}

	.dk-cart-page .wc-proceed-to-checkout .checkout-button,
	.dk-cart-page .wc-proceed-to-checkout a {
		min-height: 3.25rem;
	}
}

/* Wąskie telefony: ilość pod ceną i kwotą */
@media (max-width: 420px) {
	.dk-cart-page table.shop_table_responsive.cart tr.cart_item {
		padding-right: 3rem;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-remove {
		top: 0.625rem;
		right: 0.625rem;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-name {
		flex: 1 1 100%;
		margin-top: 0.75rem;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-thumbnail {
		margin-right: 0;
	}

	.dk-cart-page table.shop_table_responsive.cart .product-quantity {
		flex-direction: row;
		align-items: center;
	}
}
