.xoo-wsc-container,
.xoo-wsc-modal,
.xoo-wsc-basket {
	display: none !important;
}

body.woocommerce-cart.xoo-wsc-cart-active,
html.xoo-wsc-cart-active body.woocommerce-cart,
html.xoo-wsc-cart-active {
	overflow: auto !important;
	overflow-y: auto !important;
}

.sf-sidebar-trust {
	border-top: 1px solid #F3F4F6;
	margin-top: 12px;
	padding-top: 12px;
}

.sf-sidebar-trust-item {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 2px 0;
}

.sf-sidebar-trust-item svg {
	width: 14px;
	height: 14px;
	color: #0088CE;
	flex-shrink: 0;
}

.sf-sidebar-trust-item span {
	font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif;
	font-size: 12px;
	color: #5A6874;
	line-height: 1.4;
}

.sf-payment-logos {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	flex-wrap: nowrap;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #F3F4F6;
}

.sf-payment-logos img {
	display: block;
	flex: 0 0 auto;
	height: 18px;
	width: auto;
	max-width: none;
	opacity: 0.5;
	flex-shrink: 0;
	border-radius: 0 !important;
	overflow: visible !important;
	background: transparent !important;
	object-fit: contain !important;
}

.sf-continue-shopping {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif;
	font-size: 16px;
	color: #0088CE;
	font-weight: 600;
	margin-top: 24px;
	transition: color 0.25s ease;
	text-decoration: none;
}

.sf-continue-shopping:hover {
	color: #005B9B;
}

.sf-continue-shopping svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.woocommerce-cart .coupon button.button[name="apply_coupon"],
.elementor-widget-woocommerce-cart .coupon button.button[name="apply_coupon"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 52px !important;
	padding: 12px 20px !important;
	background: #FFFFFF !important;
	color: #005B9B !important;
	border: 2px solid #B9DDEE !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease !important;
}

.woocommerce-cart .coupon button.button[name="apply_coupon"]:hover,
.woocommerce-cart .coupon button.button[name="apply_coupon"]:active,
.elementor-widget-woocommerce-cart .coupon button.button[name="apply_coupon"]:hover,
.elementor-widget-woocommerce-cart .coupon button.button[name="apply_coupon"]:active {
	background: #E8F4FA !important;
	color: #005B9B !important;
	border-color: #0088CE !important;
}

.woocommerce-cart .coupon button.button[name="apply_coupon"]:focus-visible,
.elementor-widget-woocommerce-cart .coupon button.button[name="apply_coupon"]:focus-visible {
	outline: 2px solid #0088CE !important;
	outline-offset: 2px !important;
}

.woocommerce-cart .coupon button.button[name="apply_coupon"]:disabled,
.woocommerce-cart .coupon button.button[name="apply_coupon"][disabled],
.elementor-widget-woocommerce-cart .coupon button.button[name="apply_coupon"]:disabled,
.elementor-widget-woocommerce-cart .coupon button.button[name="apply_coupon"][disabled] {
	background: #F9FAFB !important;
	color: #9CA3AF !important;
	border-color: #E5E7EB !important;
	cursor: not-allowed !important;
}

.sf-cross-sells {
	margin-top: 48px;
}

.sf-cross-sells > h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #304150;
	line-height: 1.3;
	margin: 0 0 24px;
}

.sf-cross-sells .products {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 16px !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.sf-cross-sells .products::before,
.sf-cross-sells .products::after {
	content: none !important;
	display: none !important;
}

.sf-cross-sells .products li.product {
	background: #fff !important;
	border: 1px solid #E5E7EB !important;
	border-radius: 12px !important;
	padding: 16px !important;
	text-align: center !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

.sf-cross-sells .products li.product:hover {
	border-color: #0088CE;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.sf-cross-sells .products li.product a img {
	width: 80px !important;
	height: 80px !important;
	object-fit: contain !important;
	margin: 0 auto 12px !important;
	border-radius: 0 !important;
}

.sf-cross-sells .products li.product a h2,
.sf-cross-sells .products li.product .woocommerce-loop-product__title {
	font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #304150;
	line-height: 1.3;
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 0;
}

.sf-cross-sells .products li.product .price {
	font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #304150;
	margin-bottom: 12px;
	margin-top: auto;
}

.sf-cross-sells .products li.product .button,
.sf-cross-sells .products li.product a.add_to_cart_button {
	width: 100%;
	padding: 8px 12px;
	background: transparent;
	color: #0088CE;
	font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #0088CE;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: auto;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.2;
	white-space: nowrap;
}

.sf-cross-sells .products li.product .button:hover,
.sf-cross-sells .products li.product a.add_to_cart_button:hover {
	background: #E8F4FA;
}

.sf-cross-sells .products li.product a.added {
	color: #16A34A;
	border-color: #16A34A;
	background: rgba(22, 163, 74, 0.06);
}

.sf-cross-sells .products li.product .added_to_cart {
	display: none;
}

.cross-sells:not(.sf-cross-sells) {
	display: none;
}

.sf-coupon-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #0088CE;
	cursor: pointer;
	margin-top: 24px;
	background: none;
	border: none;
	padding: 0;
	transition: color 0.25s ease;
}

.sf-coupon-toggle:hover {
	color: #005B9B;
}

.sf-coupon-toggle svg {
	width: 16px;
	height: 16px;
	transition: transform 0.25s ease;
}

.sf-coupon-toggle.is-open svg {
	transform: rotate(180deg);
}

.sf-coupon-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, margin 0.3s ease;
	margin-top: 0;
}

.sf-coupon-content.is-open {
	max-height: 200px;
	margin-top: 16px;
}

.sf-mobile-sticky-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: #fff;
	border-top: 1px solid #E5E7EB;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
	padding: 10px 16px;
	padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	max-width: 100vw;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(calc(100% + env(safe-area-inset-bottom, 0px)));
	transition: transform 0.26s ease, opacity 0.18s ease, visibility 0s linear 0.26s;
	will-change: transform, opacity;
}

.sf-mobile-sticky-bar.sf-sticky-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition: transform 0.26s ease, opacity 0.18s ease;
}

@media (prefers-reduced-motion: reduce) {
	.sf-mobile-sticky-bar,
	.sf-mobile-sticky-bar.sf-sticky-visible {
		transition: none;
	}
}

.sf-mobile-sticky-price {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #304150;
	white-space: nowrap;
	flex-shrink: 0;
	min-width: 0;
}

.sf-mobile-sticky-cta,
.sf-mobile-sticky-cta:link,
.sf-mobile-sticky-cta:visited {
	padding: 10px 16px;
	background: #0088CE !important;
	color: #fff !important;
	font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.25s ease;
	white-space: nowrap;
	min-height: 44px;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	flex-shrink: 1;
	min-width: 0;
}

.sf-mobile-sticky-cta:hover,
.sf-mobile-sticky-cta:active {
	background: #005B9B !important;
	color: #fff !important;
}

.woocommerce-cart table.cart thead th {
	font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #5A6874 !important;
	text-transform: uppercase !important;
	letter-spacing: 1.5px !important;
	line-height: 1.4 !important;
	padding: 0 0 12px !important;
	border-bottom: 1px solid #E5E7EB !important;
	border-top: none !important;
}

.woocommerce-cart table.cart thead th.product-remove {
	width: 40px !important;
	padding-right: 16px !important;
}

.woocommerce-cart table.cart thead th.product-name {
	padding-right: 24px !important;
}

.woocommerce-cart table.cart thead th.product-price,
.woocommerce-cart table.cart thead th.product-quantity,
.woocommerce-cart table.cart thead th.product-subtotal {
	white-space: nowrap !important;
	padding-left: 20px !important;
}

.woocommerce-cart table.cart thead th.product-price {
	min-width: 96px !important;
	width: 96px !important;
	text-align: right !important;
}

.woocommerce-cart table.cart thead th.product-quantity {
	min-width: 92px !important;
	width: 92px !important;
	text-align: center !important;
}

.woocommerce-cart table.cart thead th.product-subtotal {
	min-width: 112px !important;
	width: 112px !important;
	text-align: right !important;
}

.woocommerce-cart table.cart tbody td {
	font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif !important;
	font-size: 16px !important;
	color: #304150 !important;
	vertical-align: middle !important;
	padding: 16px 0 !important;
	border-bottom: 1px solid #F3F4F6 !important;
	border-top: none !important;
}

.woocommerce-cart table.cart td.product-name a {
	font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #304150 !important;
	text-decoration: none !important;
}

.woocommerce-cart table.cart td.product-name a:hover {
	color: #0088CE !important;
}

.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal {
	font-weight: 600 !important;
	white-space: nowrap !important;
	padding-left: 20px !important;
}

.woocommerce-cart table.cart td.product-price {
	min-width: 96px !important;
	width: 96px !important;
	text-align: right !important;
}

.woocommerce-cart table.cart td.product-quantity {
	min-width: 92px !important;
	width: 92px !important;
	padding-left: 20px !important;
	text-align: center !important;
}

.woocommerce-cart table.cart td.product-subtotal {
	min-width: 112px !important;
	width: 112px !important;
	text-align: right !important;
}

.woocommerce-cart table.cart td.product-thumbnail {
	width: 72px !important;
	padding-right: 16px !important;
	border: none !important;
}

.woocommerce-cart table.cart td.product-thumbnail img {
	width: 64px !important;
	height: 64px !important;
	object-fit: contain !important;
	border-radius: 8px !important;
}

.woocommerce-cart table.cart td.product-remove {
	width: 40px !important;
	padding-right: 16px !important;
	border: none !important;
}

.woocommerce-cart table.cart td.product-remove a.remove {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: #6B7280 !important;
	font-size: 18px !important;
	line-height: 1 !important;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease !important;
}

@media (max-width: 1024px), ((hover: none) and (pointer: coarse)) {
	.woocommerce-cart table.cart td.product-remove a.remove {
		background: #F3F4F6 !important;
	}
}

.woocommerce-cart table.cart td.product-remove a.remove:hover {
	background: #FEE2E2 !important;
	color: #DC2626 !important;
}

.woocommerce-cart table.cart td.product-quantity .quantity {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
}

.woocommerce-cart table.cart td.product-quantity .qty {
	font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #304150 !important;
	border: 1px solid #E5E7EB !important;
	border-radius: 8px !important;
	padding: 0 8px !important;
	width: 52px !important;
	min-width: 52px !important;
	height: 36px !important;
	min-height: 36px !important;
	text-align: center !important;
	line-height: 1 !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
	box-sizing: border-box !important;
	background: #FFFFFF !important;
}

.woocommerce-cart table.cart td.product-quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart table.cart td.product-quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

.woocommerce-cart .e-cart-totals.e-cart-section,
.woocommerce-cart .e-cart-section.e-cart-totals,
.elementor-widget-woocommerce-cart .e-cart-totals {
	padding: 16px !important;
	border-radius: 12px !important;
}

.woocommerce-cart .cart_totals {
	padding: 0 !important;
}

.woocommerce-cart .cart_totals h2 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #304150 !important;
	margin: 0 0 12px !important;
	line-height: 1.3 !important;
}

.woocommerce-cart .cart_totals table.shop_table {
	border: none !important;
	margin: 0 !important;
	border-collapse: collapse !important;
	width: 100% !important;
}

.woocommerce-cart .cart_totals table.shop_table tr {
	border-bottom: 1px solid #F3F4F6 !important;
}

.woocommerce-cart .cart_totals table.shop_table tr:last-child {
	border-bottom: none !important;
}

.woocommerce-cart .cart_totals table.shop_table_responsive th,
.woocommerce-cart .cart_totals table.shop_table_responsive td {
	display: table-cell !important;
}

.woocommerce-cart .cart_totals table.shop_table_responsive td::before {
	display: none !important;
}

.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce-cart .cart_totals table.shop_table th {
	padding: 8px 0 !important;
	border: none !important;
	font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif !important;
	font-size: 14px !important;
	color: #5A6874 !important;
	vertical-align: middle !important;
}

.woocommerce-cart .cart_totals table.shop_table th {
	text-align: left !important;
	font-weight: 400 !important;
	white-space: nowrap !important;
	padding-right: 16px !important;
	width: auto !important;
}

.woocommerce-cart .cart_totals table.shop_table td {
	text-align: right !important;
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total {
	border-top: 2px solid #E5E7EB !important;
}

.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals {
	display: none !important;
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
.woocommerce-cart .cart_totals table.shop_table tr.order-total th {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #304150 !important;
	padding-top: 10px !important;
}

.woocommerce-cart .cart_totals .sf-delivery-estimate {
	display: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0 !important;
	margin-top: 12px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	padding: 12px 20px !important;
	background: #0088CE !important;
	border: none !important;
	border-radius: 8px !important;
	font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	min-height: 44px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	transition: background 0.25s ease !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #005B9B !important;
}

.wc-proceed-to-checkout a.checkout-button,
.wc-proceed-to-checkout a.checkout-button:link,
.wc-proceed-to-checkout a.checkout-button:visited {
	color: #fff !important;
	text-decoration: none !important;
}

.wc-proceed-to-checkout a.checkout-button:hover,
.wc-proceed-to-checkout a.checkout-button:active {
	color: #fff !important;
}

.woocommerce-cart .cart-empty {
	text-align: center;
	padding: 48px 24px;
	font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif;
	font-size: 18px;
	color: #5A6874;
}

.woocommerce-cart .return-to-shop {
	text-align: center;
	padding: 0 24px 48px;
}

.woocommerce-cart .return-to-shop a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 32px;
	background: #0088CE !important;
	color: #fff !important;
	font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif;
	font-size: 16px !important;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.25s ease;
}

.woocommerce-cart .return-to-shop a.button:hover {
	background: #005B9B !important;
}

@media (min-width: 768px) and (max-width: 1180px) {
	.woocommerce-cart table.cart thead th {
		font-size: 12px !important;
		letter-spacing: 1.2px !important;
	}

	.woocommerce-cart table.cart thead th.product-name {
		padding-right: 20px !important;
	}

	.woocommerce-cart table.cart thead th.product-price,
	.woocommerce-cart table.cart thead th.product-quantity,
	.woocommerce-cart table.cart thead th.product-subtotal,
	.woocommerce-cart table.cart td.product-price,
	.woocommerce-cart table.cart td.product-quantity,
	.woocommerce-cart table.cart td.product-subtotal {
		padding-left: 16px !important;
	}

	.woocommerce-cart table.cart thead th.product-price,
	.woocommerce-cart table.cart td.product-price {
		min-width: 88px !important;
		width: 88px !important;
	}

	.woocommerce-cart table.cart thead th.product-quantity,
	.woocommerce-cart table.cart td.product-quantity {
		min-width: 84px !important;
		width: 84px !important;
	}

	.woocommerce-cart table.cart thead th.product-subtotal,
	.woocommerce-cart table.cart td.product-subtotal {
		min-width: 104px !important;
		width: 104px !important;
	}

	.woocommerce-cart table.cart td.product-name a {
		font-size: 15px !important;
		line-height: 1.35 !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.woocommerce-cart table.shop_table_responsive tr td::before {
		display: none !important;
	}

	.woocommerce-cart table.shop_table thead {
		display: none !important;
	}

	.woocommerce-cart table.cart tr.cart_item {
		display: grid !important;
		grid-template-columns: 72px 1fr 36px !important;
		grid-template-rows: auto auto !important;
		grid-template-areas:
			"thumb name remove"
			"thumb meta remove" !important;
		gap: 8px 16px !important;
		padding: 16px !important;
		border: 1px solid #E5E7EB !important;
		border-radius: 12px !important;
		margin-bottom: 12px !important;
		background: #fff !important;
		align-items: start !important;
	}

	.woocommerce-cart table.cart td.product-thumbnail {
		grid-area: thumb !important;
		display: block !important;
		width: auto !important;
		padding: 0 !important;
		border: none !important;
		text-align: center !important;
	}

	.woocommerce-cart table.cart td.product-thumbnail a {
		display: block !important;
	}

	.woocommerce-cart table.cart td.product-thumbnail img {
		width: 64px !important;
		height: 64px !important;
		object-fit: contain !important;
		border-radius: 8px !important;
	}

	.woocommerce-cart table.cart td.product-name {
		grid-area: name !important;
		display: block !important;
		padding: 0 !important;
		border: none !important;
		text-align: left !important;
		overflow: hidden !important;
	}

	.woocommerce-cart table.cart td.product-name a {
		font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		color: #304150 !important;
		text-decoration: none !important;
		line-height: 1.35 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
	}

	.woocommerce-cart table.cart td.product-name .variation,
	.woocommerce-cart table.cart td.product-name dl.variation,
	.woocommerce-cart table.cart td.product-name .wc-item-meta {
		display: none !important;
	}

	.woocommerce-cart table.cart td.product-price {
		display: none !important;
	}

	.woocommerce-cart table.cart td.product-remove {
		grid-area: remove !important;
		display: flex !important;
		width: auto !important;
		justify-content: flex-end !important;
		align-items: flex-start !important;
		padding: 0 !important;
		border: none !important;
		align-self: start !important;
	}

	.woocommerce-cart table.cart td.product-quantity {
		grid-area: meta !important;
		display: flex !important;
		align-items: center !important;
		justify-self: start !important;
		align-self: center !important;
		padding: 0 !important;
		border: none !important;
		text-align: left !important;
	}

	.woocommerce-cart table.cart td.product-quantity .quantity {
		margin: 0 !important;
	}

	.woocommerce-cart table.cart td.product-quantity .qty {
		font-size: 14px !important;
		font-weight: 700 !important;
		width: 56px !important;
		min-width: 56px !important;
		height: 36px !important;
		min-height: 36px !important;
		padding: 0 8px !important;
	}

	.woocommerce-cart table.cart td.product-subtotal {
		grid-area: meta !important;
		display: flex !important;
		align-items: center !important;
		justify-self: end !important;
		align-self: center !important;
		padding: 0 !important;
		border: none !important;
		text-align: right !important;
	}

	.woocommerce-cart table.cart td.product-subtotal .woocommerce-Price-amount {
		font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		color: #304150 !important;
	}

	.woocommerce-cart table.cart tr td.actions {
		display: block !important;
		padding: 0 !important;
		border: none !important;
	}

	.woocommerce-cart table.cart td.actions button[name="update_cart"] {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.sf-mobile-sticky-bar {
		display: flex;
	}

	.woocommerce-cart .elementor-element-ftr_root {
		padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.woocommerce-cart .elementor-element-usp_root,
	.woocommerce-cart .elementor-element-be4055a {
		padding-bottom: 0 !important;
	}

	.woocommerce-cart .cart_totals {
		margin-bottom: 16px !important;
	}

	.elementor-widget-woocommerce-cart .e-shop-table.e-cart-section {
		padding: 0 !important;
		border: none !important;
		background: transparent !important;
	}

	.woocommerce-cart table.shop_table_responsive tr td::before {
		display: none !important;
	}

	.woocommerce-cart table.shop_table thead {
		display: none !important;
	}

	.woocommerce-cart table.cart tr.cart_item {
		display: grid !important;
		grid-template-columns: 64px 1fr 36px !important;
		grid-template-rows: auto auto !important;
		grid-template-areas:
			"thumb name remove"
			"thumb meta remove" !important;
		gap: 6px 12px !important;
		padding: 12px !important;
		border: 1px solid #E5E7EB !important;
		border-radius: 12px !important;
		margin-bottom: 12px !important;
		background: #fff !important;
		align-items: start !important;
	}

	.woocommerce-cart table.cart td.product-thumbnail {
		grid-area: thumb !important;
		display: block !important;
		padding: 0 !important;
		border: none !important;
		text-align: center !important;
	}

	.woocommerce-cart table.cart td.product-thumbnail a {
		display: block;
	}

	.woocommerce-cart table.cart td.product-thumbnail img {
		width: 56px !important;
		height: 56px !important;
		object-fit: contain !important;
		border-radius: 8px !important;
	}

	.woocommerce-cart table.cart td.product-name {
		grid-area: name !important;
		display: block !important;
		padding: 0 !important;
		border: none !important;
		text-align: left !important;
		overflow: hidden !important;
	}

	.woocommerce-cart table.cart td.product-name a {
		font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		color: #304150 !important;
		text-decoration: none !important;
		line-height: 1.3 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
	}

	.woocommerce-cart table.cart td.product-name .variation,
	.woocommerce-cart table.cart td.product-name dl.variation,
	.woocommerce-cart table.cart td.product-name .wc-item-meta {
		display: none !important;
	}

	.woocommerce-cart table.cart td.product-price {
		display: none !important;
	}

	.woocommerce-cart table.cart td.product-remove {
		grid-area: remove !important;
		display: flex !important;
		justify-content: flex-end !important;
		align-items: flex-start !important;
		padding: 0 !important;
		border: none !important;
		align-self: start !important;
	}

	.woocommerce-cart table.cart td.product-remove a.remove {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 32px !important;
		height: 32px !important;
		border-radius: 8px !important;
		background: #F3F4F6 !important;
		color: #6B7280 !important;
		font-size: 18px !important;
		line-height: 1 !important;
		text-decoration: none !important;
		transition: background 0.2s ease, color 0.2s ease !important;
	}

	.woocommerce-cart table.cart td.product-remove a.remove:hover {
		background: #FEE2E2 !important;
		color: #DC2626 !important;
	}

	.woocommerce-cart table.cart td.product-quantity {
		grid-area: meta !important;
		display: flex !important;
		align-items: center !important;
		justify-self: start !important;
		align-self: center !important;
		padding: 0 !important;
		border: none !important;
		text-align: left !important;
	}

	.woocommerce-cart table.cart td.product-quantity .quantity {
		margin: 0 !important;
	}

	.woocommerce-cart table.cart td.product-quantity .qty {
		font-size: 14px !important;
		font-weight: 700 !important;
		width: 52px !important;
		min-width: 52px !important;
		height: 36px !important;
		min-height: 36px !important;
		padding: 0 8px !important;
	}

	.woocommerce-cart table.cart td.product-subtotal {
		grid-area: meta !important;
		display: flex !important;
		align-items: center !important;
		justify-self: end !important;
		align-self: center !important;
		padding: 0 !important;
		border: none !important;
		text-align: right !important;
	}

	.woocommerce-cart table.cart td.product-subtotal .woocommerce-Price-amount {
		font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		color: #304150 !important;
	}

	.woocommerce-cart table.cart tr td.actions {
		display: block !important;
		padding: 0 !important;
		border: none !important;
	}

	.woocommerce-cart table.cart td.actions button[name="update_cart"] {
		display: none !important;
	}

	.sf-cross-sells {
		overflow: hidden !important;
		max-width: 100% !important;
		margin-top: 32px;
	}

	.sf-cross-sells > h2 {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.sf-cross-sells .products {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 12px !important;
		overflow-x: auto !important;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 8px !important;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.sf-cross-sells .products::-webkit-scrollbar {
		display: none;
	}

	.sf-cross-sells .products li.product {
		flex: 0 0 200px !important;
		scroll-snap-align: start;
		width: 200px !important;
		padding: 12px !important;
	}

	.sf-cross-sells .products li.product a img {
		width: 72px !important;
		height: 72px !important;
		margin: 0 auto 8px !important;
	}

	.sf-cross-sells .products li.product .button,
	.sf-cross-sells .products li.product a.add_to_cart_button {
		padding: 8px 10px;
		font-size: 13px;
		white-space: nowrap;
	}

	.cart_totals .shop_table {
		max-width: 100% !important;
		width: 100% !important;
		table-layout: fixed !important;
	}

	.e-cart__column {
		max-width: 100% !important;
		overflow: hidden !important;
	}

	.woocommerce-cart-form,
	.e-shop-table.e-cart-section {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	.grecaptcha-badge {
		overflow: hidden !important;
		max-width: 100vw !important;
	}
}

@media (max-width: 479px) {
	.sf-cross-sells .products li.product {
		flex: 0 0 180px !important;
		width: 180px !important;
	}
}

@media (max-width: 375px) {
	.sf-mobile-sticky-bar {
		padding: 8px 12px;
		padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
		gap: 8px;
	}

	.sf-mobile-sticky-price {
		font-size: 16px;
	}

	.sf-mobile-sticky-cta,
	.sf-mobile-sticky-cta:link,
	.sf-mobile-sticky-cta:visited {
		padding: 8px 12px;
		font-size: 13px !important;
		min-height: 40px;
	}

	.woocommerce-cart .e-cart-totals.e-cart-section,
	.elementor-widget-woocommerce-cart .e-cart-totals {
		padding: 12px !important;
	}

	.woocommerce-cart .cart_totals h2 {
		font-size: 16px !important;
	}

	.woocommerce-cart table.cart tr.cart_item {
		grid-template-columns: 48px 1fr 32px !important;
		gap: 6px 8px !important;
		padding: 10px !important;
	}

	.woocommerce-cart table.cart td.product-thumbnail img {
		width: 44px !important;
		height: 44px !important;
	}

	.woocommerce-cart table.cart td.product-name a {
		font-size: 13px !important;
	}

	.woocommerce-cart table.cart td.product-quantity .qty {
		width: 48px !important;
		min-width: 48px !important;
		height: 34px !important;
		min-height: 34px !important;
		font-size: 13px !important;
		padding: 0 6px !important;
	}

	.woocommerce-cart table.cart td.product-subtotal .woocommerce-Price-amount {
		font-size: 14px !important;
	}
}
