/**
 * SEWARD mobile cart repair v1.5.8.
 * Presentation only: responsive rail and cart rows, no commerce-data overrides.
 */

@media (max-width: 767px) {
	body.swc200-cart-page.swc-commerce-express,
	body.swc200-cart-page.swc-commerce-express #page,
	body.swc200-cart-page.swc-commerce-express .site,
	body.swc200-cart-page.swc-commerce-express .site-content,
	body.swc200-cart-page.swc-commerce-express .swc-store-main,
	body.swc200-cart-page.swc-commerce-express .swc-store-main > .swc-shell,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native > .woocommerce,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-cart-form,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native table.shop_table,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native tbody {
		box-sizing: border-box !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	body.swc200-cart-page.swc-commerce-express {
		overflow-x: clip !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-page-hero {
		min-height: 248px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-page-hero .swc-shell {
		min-height: 248px !important;
		padding: 24px 16px 26px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-page-hero h1 {
		max-width: min(100%, 430px) !important;
		font-size: clamp(39px, 11.5vw, 54px) !important;
		letter-spacing: -.045em !important;
		line-height: .91 !important;
		overflow-wrap: anywhere;
	}

	body.swc200-cart-page.swc-commerce-express .swc-page-hero .swc-shell > span {
		max-width: calc(100% - 8px) !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-hero-return {
		right: 16px !important;
		bottom: 12px !important;
		max-width: calc(100% - 32px);
	}

	body.swc200-cart-page.swc-commerce-express .swc-store-main > .swc-shell {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-pr-flow {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		overflow: hidden;
	}

	body.swc200-cart-page.swc-commerce-express .swc-pr-flow__steps {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		padding: 0 !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-pr-flow__step,
	body.swc200-cart-page.swc-commerce-express .swc-pr-flow__link {
		min-width: 0 !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-pr-flow__link {
		min-height: 72px !important;
		flex-direction: column !important;
		gap: 5px !important;
		justify-content: center !important;
		padding: 8px 4px !important;
		font-size: clamp(7px, 2vw, 9px) !important;
		letter-spacing: .035em !important;
		line-height: 1.15 !important;
		text-align: center !important;
		white-space: normal !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-pr-flow__label {
		display: block;
		width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native table.shop_table_responsive,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native table.shop_table_responsive tbody {
		display: block !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native table.shop_table_responsive thead {
		display: none !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native table.shop_table_responsive tr.cart_item {
		position: relative !important;
		display: grid !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		grid-template-columns: minmax(140px, .82fr) minmax(0, 1.18fr) !important;
		grid-template-rows: auto auto auto !important;
		overflow: hidden;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item td {
		min-width: 0 !important;
		max-width: 100% !important;
		padding: 12px !important;
		overflow: hidden;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-thumbnail {
		grid-column: 1 !important;
		grid-row: 1 / span 2 !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: 100% !important;
		padding-right: 8px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-thumbnail a {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-thumbnail img {
		display: block !important;
		width: min(100%, 112px) !important;
		min-width: 0 !important;
		max-width: 112px !important;
		height: 104px !important;
		margin: 0 auto !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-name {
		grid-column: 2 !important;
		grid-row: 1 !important;
		padding-right: 56px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-name a {
		display: block !important;
		max-width: 100% !important;
		font-size: clamp(14px, 4vw, 16px) !important;
		line-height: 1.3 !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: anywhere !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-remove {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		z-index: 2;
		display: grid !important;
		width: 52px !important;
		min-width: 52px !important;
		height: 52px !important;
		padding: 4px !important;
		place-items: center;
		border-left: 1px solid #d7d3cd !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-remove::before {
		display: none !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-remove a.remove {
		width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-remove a.remove::before,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-remove a.remove::after {
		display: none !important;
		content: none !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-price {
		grid-column: 2 !important;
		grid-row: 2 !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-quantity {
		grid-column: 1 !important;
		grid-row: 3 !important;
		border-top: 1px solid #d7d3cd !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-subtotal {
		grid-column: 2 !important;
		grid-row: 3 !important;
		padding-right: 12px !important;
		border-top: 1px solid #d7d3cd !important;
		text-align: right !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-subtotal::before {
		text-align: right;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 132px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity input,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity button,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity .minus,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity .plus {
		min-width: 44px !important;
		max-width: 44px !important;
		height: 44px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr:not(.cart_item) td.actions,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart-actions,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .coupon,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart-collaterals,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals {
		box-sizing: border-box !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .coupon {
		grid-template-columns: minmax(0, 1fr) minmax(112px, auto) !important;
	}
}

@media (max-width: 374px) {
	body.swc200-cart-page.swc-commerce-express .swc-page-hero h1 {
		font-size: 37px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native table.shop_table_responsive tr.cart_item {
		grid-template-columns: 132px minmax(0, 1fr) !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-pr-flow__link {
		font-size: 7px !important;
		letter-spacing: .015em !important;
	}
}
