:root {
	--vbx-cart-container: min(78.125vw, 1488px);
}

body.vbx-cart-body {
	margin: 0;
	background: #fff;
	color: var(--vbx-text);
	font-family: Poppins, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

.vbx-cart-page {
	min-height: 100vh;
	background: #fff;
}

.vbx-cart-page .vbx-header {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.vbx-cart-container {
	width: var(--vbx-cart-container);
	margin-right: auto;
	margin-left: auto;
}

.vbx-cart-main {
	background: #fff;
}

.vbx-cart-intro {
	padding-top: 25px;
}

.vbx-cart-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 20px;
	margin-bottom: 21px;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.vbx-cart-breadcrumb strong {
	color: #000;
	font-weight: 700;
}

.vbx-cart-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 108px;
	margin-bottom: 30px;
	border: 1px solid var(--vbx-border);
	background: #fff;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	line-height: 27px;
	text-align: center;
}

.vbx-cart-contact strong {
	font-size: 16px;
	font-weight: 700;
}

.vbx-cart-contact .is-whatsapp {
	color: #001dff;
}

.vbx-cart-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(460px, .72fr);
	gap: 28px;
	align-items: stretch;
	margin-bottom: 42px;
	padding: 46px;
	border: 1px solid var(--vbx-border);
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.vbx-cart-eyebrow,
.vbx-cart-section-heading span {
	display: block;
	margin: 0 0 12px;
	color: var(--vbx-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.vbx-cart-hero h1,
.vbx-cart-section-heading h2 {
	margin: 0;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
}

.vbx-cart-hero h1 {
	max-width: 760px;
	font-size: clamp(32px, 3.2vw, 58px);
	line-height: 1.08;
}

.vbx-cart-hero p:not(.vbx-cart-eyebrow) {
	max-width: 720px;
	margin: 18px 0 0;
	color: #444;
	font-size: 16px;
	line-height: 1.9;
}

.vbx-cart-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0;
	border: 1px solid var(--vbx-border);
	list-style: none;
}

.vbx-cart-steps li {
	position: relative;
	min-height: 142px;
	padding: 22px;
	border-right: 1px solid var(--vbx-border);
}

.vbx-cart-steps li:last-child {
	border-right: 0;
}

.vbx-cart-steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: #f3f3f3;
	color: #000;
	font-size: 11px;
	font-weight: 800;
}

.vbx-cart-steps strong {
	display: block;
	color: #000;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.vbx-cart-steps .is-active {
	background: #000;
}

.vbx-cart-steps .is-active span {
	background: #fff;
}

.vbx-cart-steps .is-active strong {
	color: #fff;
}

.vbx-cart-content {
	padding-bottom: 56px;
}

.vbx-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 28px;
	align-items: start;
}

.vbx-cart-items-column,
.vbx-cart-item,
.vbx-cart-item-copy {
	min-width: 0;
}

.vbx-cart-layout.is-empty {
	grid-template-columns: minmax(0, 1fr);
}

.vbx-cart-section-heading {
	margin-bottom: 20px;
}

.vbx-cart-section-heading h2 {
	font-size: 28px;
	line-height: 1.2;
}

.vbx-cart-items {
	display: grid;
	gap: 16px;
}

.vbx-cart-item,
.vbx-cart-coupon-note,
.vbx-cart-summary,
.vbx-cart-empty,
.vbx-cart-services article,
.vbx-cart-rec-grid article {
	border: 1px solid var(--vbx-border);
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.vbx-cart-form {
	margin: 0;
}

.vbx-cart-item {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) 115px 132px 126px;
	gap: 18px;
	align-items: center;
	padding: 18px;
}

.vbx-cart-item-media {
	display: block;
	background: var(--vbx-soft);
}

.vbx-cart-item-media img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.vbx-cart-item-copy > span,
.vbx-cart-item-price > span,
.vbx-cart-item-subtotal > span {
	display: block;
	color: var(--vbx-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.vbx-cart-item h3 {
	margin: 6px 0 8px;
	color: #000;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.vbx-cart-item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 9px;
	padding: 0;
	list-style: none;
}

.vbx-cart-item li {
	padding: 3px 8px;
	background: #f7f7f7;
	color: #555;
	font-size: 11px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.vbx-cart-item-copy > strong {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .6px;
	line-height: 1.6;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.vbx-cart-item-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}

.vbx-cart-item-links a {
	color: #000;
	font-size: 11px;
	font-weight: 800;
	text-decoration: underline;
	text-transform: uppercase;
}

.vbx-cart-item-price strong,
.vbx-cart-item-subtotal strong {
	display: block;
	margin-top: 6px;
	color: #000;
	font-size: 16px;
	font-weight: 800;
	white-space: nowrap;
}

.vbx-cart-item-price strong .woocommerce-Price-amount,
.vbx-cart-item-subtotal strong .woocommerce-Price-amount,
.vbx-cart-summary-rows strong .woocommerce-Price-amount {
	display: inline-block;
	color: inherit;
	font: inherit;
	white-space: nowrap;
}

.vbx-cart-quantity {
	display: grid;
	grid-template-columns: 38px minmax(46px, 1fr) 38px;
	width: 124px;
	border: 1px solid #ddd;
	background: #fff;
}

.vbx-cart-quantity button,
.vbx-cart-quantity input {
	display: block;
	width: 100%;
	min-width: 0;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	color: #000;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 38px;
	text-align: center;
	box-shadow: none;
	box-sizing: border-box;
}

.vbx-cart-quantity button {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.vbx-cart-quantity input[type="number"] {
	position: relative;
	z-index: 2;
	opacity: 1;
	appearance: textfield;
	-moz-appearance: textfield;
	pointer-events: auto;
}

.vbx-cart-quantity input[type="number"]::-webkit-inner-spin-button,
.vbx-cart-quantity input[type="number"]::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
}

.vbx-cart-quantity button:first-child {
	border-right: 1px solid #ddd;
}

.vbx-cart-quantity button:last-child {
	border-left: 1px solid #ddd;
}

.vbx-cart-coupon-note {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
	gap: 20px;
	margin-top: 18px;
	padding: 22px;
}

.vbx-cart-coupon label,
.vbx-cart-note label {
	display: block;
	margin-bottom: 8px;
	color: #000;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.vbx-cart-coupon div {
	display: flex;
}

.vbx-cart-coupon input,
.vbx-cart-note textarea {
	width: 100%;
	border: 1px solid var(--vbx-border);
	background: #fafafa;
	color: #333;
	font-family: inherit;
}

.vbx-cart-coupon input {
	height: 42px;
	padding: 0 14px;
}

.vbx-cart-note textarea {
	min-height: 96px;
	padding: 12px 14px;
	resize: vertical;
}

.vbx-cart-coupon button {
	width: 104px;
	height: 42px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .8px;
}

.vbx-cart-form-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 14px;
}

.vbx-cart-update {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 164px;
	height: 42px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .8px;
	text-transform: uppercase;
	cursor: pointer;
}

.vbx-cart-empty {
	padding: 42px;
	text-align: center;
}

.vbx-cart-empty span {
	display: block;
	margin-bottom: 12px;
	color: var(--vbx-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.vbx-cart-empty h3 {
	margin: 0;
	color: #000;
	font-size: clamp(26px, 2.3vw, 42px);
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

.vbx-cart-empty p {
	max-width: 620px;
	margin: 16px auto 24px;
	color: #555;
	font-size: 15px;
	line-height: 1.8;
}

.vbx-cart-empty a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 176px;
	height: 44px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.vbx-cart-summary {
	position: sticky;
	top: 184px;
	padding: 26px;
}

.vbx-cart-summary-rows {
	display: grid;
	gap: 0;
	margin-bottom: 22px;
	border-top: 1px solid var(--vbx-border);
}

.vbx-cart-summary-rows p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0;
	padding: 14px 0;
	border-bottom: 1px solid var(--vbx-border);
	color: #333;
	font-size: 14px;
	font-weight: 700;
}

.vbx-cart-summary-rows strong {
	color: #000;
	font-size: 15px;
	font-weight: 800;
}

.vbx-cart-summary-rows .is-total {
	padding-top: 18px;
	color: #000;
	font-size: 18px;
	font-weight: 800;
}

.vbx-cart-summary-rows .is-total strong {
	font-size: 26px;
}

.vbx-cart-checkout,
.vbx-cart-continue,
.vbx-cart-rec-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	border: 1px solid #000;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.vbx-cart-checkout,
.vbx-cart-rec-action {
	background: #000 !important;
	color: #fff !important;
	text-decoration: none;
}

.vbx-cart-checkout:hover,
.vbx-cart-checkout:focus,
.vbx-cart-checkout:active,
.vbx-cart-checkout:visited {
	background: #000 !important;
	color: #fff !important;
	text-decoration: none;
	opacity: 1;
	transform: none;
	box-shadow: none;
	transition: none;
}

.vbx-cart-continue {
	margin-top: 10px;
	background: #fff;
	color: #000;
}

.vbx-cart-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.vbx-cart-badges span {
	padding: 5px 9px;
	background: #f7f7f7;
	color: #333;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.vbx-cart-services {
	padding: 0 0 56px;
}

.vbx-cart-services .vbx-cart-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.vbx-cart-services article {
	min-height: 166px;
	padding: 24px;
}

.vbx-cart-services h3,
.vbx-cart-rec-grid h3 {
	margin: 0 0 10px;
	color: #000;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
}

.vbx-cart-services p {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.75;
}

.vbx-cart-recommendations {
	padding-bottom: 72px;
}

.vbx-cart-rec-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.vbx-cart-rec-grid article {
	padding: 18px;
	text-align: center;
}

.vbx-cart-rec-grid img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	background: var(--vbx-soft);
}

.vbx-cart-rec-grid h3 {
	min-height: 66px;
	margin-top: 14px;
	font-size: 14px;
}

.vbx-cart-rec-grid strong {
	display: block;
	margin-bottom: 14px;
	color: #000;
	font-size: 18px;
	font-weight: 800;
}

@media (max-width: 1360px) {
	.vbx-cart-layout {
		grid-template-columns: 1fr;
	}

	.vbx-cart-summary {
		position: relative;
		top: auto;
	}

	.vbx-cart-item {
		grid-template-columns: 132px minmax(220px, .92fr) 128px 124px;
	}

	.vbx-cart-item-subtotal {
		grid-column: 3 / 5;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 1180px) {
	.vbx-cart-layout {
		grid-template-columns: 1fr;
	}

	.vbx-cart-summary {
		position: relative;
		top: auto;
	}
}

@media (max-width: 1023px) {
	:root {
		--vbx-cart-container: calc(100% - 32px);
	}

	.vbx-cart-hero {
		grid-template-columns: 1fr;
		padding: 32px;
	}

	.vbx-cart-item {
		grid-template-columns: 132px minmax(0, 1fr) 110px;
	}

	.vbx-cart-item-price,
	.vbx-cart-item-subtotal {
		text-align: left;
	}

	.vbx-cart-coupon-note,
	.vbx-cart-services .vbx-cart-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.vbx-cart-intro {
		padding-top: 18px;
	}

	.vbx-cart-breadcrumb {
		margin-bottom: 14px;
		font-size: 13px;
	}

	.vbx-cart-contact {
		min-height: 0;
		padding: 18px 12px;
		font-size: 13px;
		line-height: 24px;
		overflow-wrap: anywhere;
	}

	.vbx-cart-contact strong {
		font-size: 14px;
	}

	.vbx-cart-hero,
	.vbx-cart-summary,
	.vbx-cart-coupon-note,
	.vbx-cart-empty,
	.vbx-cart-services article,
	.vbx-cart-rec-grid article {
		padding: 22px;
	}

	.vbx-cart-hero h1 {
		font-size: 28px;
	}

	.vbx-cart-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vbx-cart-steps li {
		min-height: 116px;
		padding: 18px;
		border-bottom: 1px solid var(--vbx-border);
	}

	.vbx-cart-steps li:nth-child(2n) {
		border-right: 0;
	}

	.vbx-cart-steps li:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.vbx-cart-section-heading h2 {
		font-size: 22px;
	}

	.vbx-cart-item,
	.vbx-cart-coupon-note,
	.vbx-cart-services .vbx-cart-container,
	.vbx-cart-rec-grid {
		grid-template-columns: 1fr;
	}

	.vbx-cart-item {
		grid-template-areas:
			"media copy copy"
			"price quantity subtotal";
		grid-template-columns: 84px minmax(0, 1fr) minmax(0, 1fr);
		gap: 14px 10px;
		align-items: start;
		padding: 14px;
	}

	.vbx-cart-item-media {
		grid-area: media;
		width: 84px;
	}

	.vbx-cart-item-media img {
		width: 84px;
		height: 84px;
		aspect-ratio: 1 / 1;
	}

	.vbx-cart-item-copy {
		grid-area: copy;
		align-self: center;
	}

	.vbx-cart-item-copy > span {
		font-size: 10px;
	}

	.vbx-cart-item h3 {
		margin: 4px 0 6px;
		font-size: 13px;
		line-height: 1.35;
	}

	.vbx-cart-item ul,
	.vbx-cart-selected-attrs {
		font-size: 10px;
	}

	.vbx-cart-quantity {
		grid-area: quantity;
		align-self: center;
		width: 100%;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.vbx-cart-item-title,
	.vbx-cart-coupon input,
	.vbx-cart-note textarea,
	.vbx-cart-summary-row {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.vbx-cart-item-price,
	.vbx-cart-item-subtotal {
		display: grid;
		align-items: center;
		align-self: center;
		gap: 4px;
		text-align: center;
	}

	.vbx-cart-item-price {
		grid-area: price;
	}

	.vbx-cart-item-subtotal {
		grid-area: subtotal;
	}

	.vbx-cart-item-price > span,
	.vbx-cart-item-subtotal > span {
		font-size: 10px;
		letter-spacing: .6px;
	}

	.vbx-cart-item-price strong,
	.vbx-cart-item-subtotal strong {
		margin-top: 0;
		font-size: 14px;
	}

	.vbx-cart-coupon div {
		display: grid;
		gap: 10px;
	}

	.vbx-cart-coupon button {
		width: 100%;
	}

	.vbx-cart-form-actions {
		display: block;
	}

	.vbx-cart-update {
		width: 100%;
	}

	.vbx-cart-rec-grid h3 {
		min-height: 0;
	}
}
