.greenbalance-cart-page-active #main-content {
	background: #ffffff;
}

.greenbalance-cart-page-active #main-content .container {
	width: 100%;
	max-width: none;
	padding-top: 0;
}

.greenbalance-cart-page-active #main-content .container::before,
.greenbalance-cart-page-active #left-area .main_title,
.greenbalance-cart-page-active #sidebar {
	display: none !important;
}

.greenbalance-cart-page-active #left-area {
	width: 100%;
	padding-right: 0;
}

.greenbalance-cart-page-active #main-content .et_pb_row,
.greenbalance-cart-page-active #main-content .et_pb_section {
	max-width: none;
}

.gb-cart-page {
	--gb-cart-green: #235d39;
	--gb-cart-deep: #133b27;
	--gb-cart-muted: #5f6f63;
	--gb-cart-line: #d8e6d4;
	--gb-cart-soft: #f6faf3;
	--gb-cart-cream: #fbf8f1;
	--gb-cart-gold: #d9aa56;
	box-sizing: border-box;
	width: min(1180px, calc(100% - 40px));
	margin: 185px auto 72px;
	color: var(--gb-cart-deep);
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.gb-cart-page *,
.gb-cart-page *::before,
.gb-cart-page *::after {
	box-sizing: border-box;
}

.gb-cart-page a {
	color: var(--gb-cart-green);
	font-weight: inherit;
	text-decoration: none;
}

.gb-cart-page.is-updating {
	cursor: progress;
}

.gb-cart-page .button::before,
.gb-cart-page .button::after {
	content: none !important;
	display: none !important;
}

.gb-cart-header,
.gb-cart-empty {
	max-width: 760px;
	margin: 0 auto 20px;
	text-align: center;
}

.gb-cart-header h1,
.gb-cart-empty h1 {
	margin: 0;
	color: var(--gb-cart-green);
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.08;
}

.gb-cart-header p,
.gb-cart-empty p {
	max-width: 600px;
	margin: 6px auto 0;
	color: var(--gb-cart-muted);
	font-size: 15px;
}

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

.gb-cart-items-panel,
.gb-cart-summary-card,
.gb-cart-empty {
	border: 1px solid var(--gb-cart-line);
	border-radius: 8px;
	background: #ffffff;
}

.gb-cart-items-panel {
	padding: 18px;
}

.gb-cart-section-heading {
	display: flex;
	gap: 18px;
	align-items: baseline;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--gb-cart-line);
}

.gb-cart-section-heading h2,
.gb-cart-summary-card > h2 {
	margin: 0;
	color: var(--gb-cart-green);
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.gb-cart-items {
	display: grid;
	gap: 8px;
	padding-top: 12px;
}

.gb-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(150px, 1fr) 92px 104px 104px 30px;
	column-gap: 18px;
	row-gap: 10px;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--gb-cart-line);
	border-radius: 8px;
	background: #ffffff;
}

.gb-cart-item:last-child {
	border-bottom: 1px solid var(--gb-cart-line);
}

.gb-cart-item-image {
	grid-column: 1;
	grid-row: 1;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border: 1px solid var(--gb-cart-line);
	border-radius: 8px;
	background: #ffffff;
}

.gb-cart-item-image a,
.gb-cart-item-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.gb-cart-item-image img {
	object-fit: contain;
	padding: 6px;
}

.gb-cart-item-main {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.gb-cart-item-title {
	margin: 0;
	color: var(--gb-cart-deep);
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.gb-cart-item-title a {
	color: inherit;
}

.gb-cart-item-title a:hover {
	text-decoration: underline;
}

.gb-cart-item-meta {
	margin-top: 8px;
	color: var(--gb-cart-muted);
	font-size: 14px;
}

.gb-cart-item-meta dl,
.gb-cart-item-meta dd,
.gb-cart-item-meta p {
	margin: 0;
}

.gb-cart-item-label {
	display: block;
	margin-bottom: 3px;
	color: #859184;
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.gb-cart-item-price,
.gb-cart-item-subtotal {
	color: var(--gb-cart-deep);
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
}

.gb-cart-item-price-values {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: baseline;
	min-width: 0;
}

.gb-cart-item-price-sale .gb-cart-item-price-regular,
.gb-cart-item-price-sale .gb-cart-item-price-regular *,
.gb-cart-item-price.is-sale .gb-cart-item-price-regular,
.gb-cart-item-price.is-sale .gb-cart-item-price-regular *,
.gb-cart-item-subtotal.is-sale .gb-cart-item-price-regular,
.gb-cart-item-subtotal.is-sale .gb-cart-item-price-regular *,
.gb-cart-item-price.is-sale del,
.gb-cart-item-price.is-sale del *,
.gb-cart-item-subtotal.is-sale del,
.gb-cart-item-subtotal.is-sale del *,
.gb-cart-item-price.is-sale del .woocommerce-Price-amount,
.gb-cart-item-price.is-sale del .woocommerce-Price-currencySymbol,
.gb-cart-item-subtotal.is-sale del .woocommerce-Price-amount,
.gb-cart-item-subtotal.is-sale del .woocommerce-Price-currencySymbol {
	color: rgba(0, 0, 0, 0.32) !important;
	font-weight: 800 !important;
	text-decoration: line-through !important;
	text-decoration-thickness: 2px !important;
}

.gb-cart-item-price-sale .gb-cart-item-price-current,
.gb-cart-item-price-sale .gb-cart-item-price-current *,
.gb-cart-item-price.is-sale .gb-cart-item-price-current,
.gb-cart-item-price.is-sale .gb-cart-item-price-current *,
.gb-cart-item-subtotal.is-sale .gb-cart-item-price-current,
.gb-cart-item-subtotal.is-sale .gb-cart-item-price-current *,
.gb-cart-item-price.is-sale ins,
.gb-cart-item-price.is-sale ins *,
.gb-cart-item-subtotal.is-sale ins,
.gb-cart-item-subtotal.is-sale ins *,
.gb-cart-item-price.is-sale ins .woocommerce-Price-amount,
.gb-cart-item-price.is-sale ins .woocommerce-Price-currencySymbol,
.gb-cart-item-subtotal.is-sale ins .woocommerce-Price-amount,
.gb-cart-item-subtotal.is-sale ins .woocommerce-Price-currencySymbol {
	color: #e02b20 !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

.gb-cart-item-price.is-sale,
.gb-cart-item-subtotal.is-sale {
	color: #e02b20;
}

.gb-cart-item-quantity {
	grid-column: 3;
	grid-row: 1;
	justify-self: start;
}

.gb-cart-item-price {
	grid-column: 4;
	grid-row: 1;
	justify-self: start;
}

.gb-cart-item-subtotal {
	grid-column: 5;
	grid-row: 1;
	text-align: right;
}

.gb-cart-quantity-control {
	display: inline-grid;
	grid-template-columns: 24px 34px 24px;
	align-items: center;
	overflow: hidden;
	border: 1px solid var(--gb-cart-line);
	border-radius: 999px;
	background: #ffffff;
}

.gb-cart-quantity-control .quantity {
	display: block;
	width: 34px;
	height: 32px;
	margin: 0;
	padding: 0 !important;
	background: #ffffff !important;
}

.gb-cart-quantity-control input.qty {
	display: block;
	box-sizing: border-box;
	width: 34px;
	height: 32px;
	min-height: 32px;
	border-top: 0 !important;
	border-right: 1px solid var(--gb-cart-line) !important;
	border-bottom: 0 !important;
	border-left: 1px solid var(--gb-cart-line) !important;
	border-radius: 0;
	padding: 0 1px !important;
	background: #ffffff !important;
	color: #133b27 !important;
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px !important;
	text-align: center;
	appearance: textfield;
}

.gb-cart-quantity-input {
	display: block;
	width: 34px;
	height: 32px;
	background: #ffffff !important;
	color: #133b27 !important;
	line-height: 32px;
}

.gb-cart-quantity-control input.qty::-webkit-outer-spin-button,
.gb-cart-quantity-control input.qty::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.gb-cart-qty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	min-width: 24px;
	height: 32px;
	border: 0;
	background: #ffffff;
	color: var(--gb-cart-green);
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.gb-cart-qty-button:hover,
.gb-cart-qty-button:focus {
	background: var(--gb-cart-soft);
	color: var(--gb-cart-deep);
}

.gb-cart-remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	grid-column: 6;
	grid-row: 1;
	justify-self: end;
	width: 28px;
	height: 28px;
	border: 1px solid var(--gb-cart-line);
	border-radius: 999px;
	background: #ffffff;
	color: #879189;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.gb-cart-remove[aria-busy="true"] {
	opacity: 0.6;
	pointer-events: none;
}

.woocommerce a.remove.gb-cart-remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid var(--gb-cart-line) !important;
	border-radius: 999px;
	background: #ffffff !important;
	color: #879189 !important;
	font-size: 22px;
	line-height: 26px;
}

.greenbalance-cart-page-active a.remove.gb-cart-remove,
.greenbalance-cart-page-active a.remove.gb-cart-remove:link,
.greenbalance-cart-page-active a.remove.gb-cart-remove:visited,
.gb-cart-page a.remove.gb-cart-remove,
.gb-cart-page a.remove.gb-cart-remove:link,
.gb-cart-page a.remove.gb-cart-remove:visited,
.woocommerce .gb-cart-page a.remove.gb-cart-remove {
	border: 1px solid var(--gb-cart-line) !important;
	background: #ffffff !important;
	color: #879189 !important;
	text-decoration: none !important;
}

.woocommerce a.remove.gb-cart-remove:hover,
.woocommerce a.remove.gb-cart-remove:focus,
.greenbalance-cart-page-active a.remove.gb-cart-remove:hover,
.greenbalance-cart-page-active a.remove.gb-cart-remove:focus,
.gb-cart-page a.remove.gb-cart-remove:hover,
.gb-cart-page a.remove.gb-cart-remove:focus,
.woocommerce .gb-cart-page a.remove.gb-cart-remove:hover,
.woocommerce .gb-cart-page a.remove.gb-cart-remove:focus {
	background: var(--gb-cart-soft) !important;
	border-color: var(--gb-cart-line) !important;
	color: var(--gb-cart-green) !important;
	text-decoration: none;
}

.gb-cart-actions {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: flex-end;
	padding-top: 18px;
	border-top: 1px solid var(--gb-cart-line);
}

.gb-cart-update-status {
	flex: 1 1 auto;
	color: var(--gb-cart-muted);
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}

.gb-cart-update-status.is-error {
	color: #9b2c2c;
}

.gb-cart-form.is-updating {
	opacity: 0.72;
	pointer-events: none;
}

.gb-cart-update-button,
.gb-cart-primary-button,
.gb-cart-secondary-button,
.gb-cart-page .checkout-button,
.gb-cart-page button[name="calc_shipping"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border: 1px solid var(--gb-cart-green) !important;
	border-radius: 999px !important;
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
}

.gb-cart-update-button {
	flex: 0 0 auto;
	min-width: 176px;
	white-space: nowrap;
}

.gb-cart-update-button,
.gb-cart-primary-button,
.gb-cart-page .checkout-button,
.gb-cart-page button[name="calc_shipping"] {
	background: var(--gb-cart-green) !important;
	color: #ffffff !important;
	padding: 13px 24px !important;
}

.gb-cart-secondary-button {
	background: #ffffff !important;
	color: var(--gb-cart-green) !important;
	padding: 13px 24px !important;
}

.gb-cart-update-button:hover,
.gb-cart-primary-button:hover,
.gb-cart-page .checkout-button:hover,
.gb-cart-page button[name="calc_shipping"]:hover {
	background: var(--gb-cart-deep) !important;
	border-color: var(--gb-cart-deep) !important;
}

.gb-cart-secondary-button:hover {
	background: var(--gb-cart-soft) !important;
}

.gb-cart-summary {
	position: sticky;
	top: 130px;
}

.gb-cart-summary-card {
	padding: 26px;
}

.gb-cart-summary-card > h2 {
	margin-bottom: 20px;
}

.gb-cart-summary-lines {
	display: grid;
	gap: 13px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--gb-cart-line);
}

.gb-cart-summary-line,
.gb-cart-summary-total {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	color: var(--gb-cart-deep);
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-size: 15px;
	line-height: 1.3;
}

.gb-cart-summary-line strong,
.gb-cart-summary-line strong *,
.gb-cart-summary-total-amount,
.gb-cart-summary-total-amount * {
	color: var(--gb-cart-deep);
	font-weight: 700;
	text-align: right;
}

.gb-cart-summary-line-coupon span,
.gb-cart-summary-line-coupon strong,
.gb-cart-summary-line-coupon strong *,
.gb-cart-summary-line-coupon .woocommerce-Price-amount,
.gb-cart-summary-line-coupon .woocommerce-Price-currencySymbol,
.gb-cart-summary-line-coupon bdi {
	color: #00a300 !important;
	font-weight: 800 !important;
}

.gb-cart-summary-line-saving span,
.gb-cart-summary-line-saving strong,
.gb-cart-summary-saving {
	color: #00A300 !important;
	font-weight: 800 !important;
}

.gb-cart-summary-total {
	align-items: center;
	padding: 18px 0 16px;
}

.gb-cart-summary-total strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
}

.gb-cart-summary-total span {
	display: block;
	margin-top: 2px;
	color: var(--gb-cart-muted);
	font-size: 12px;
	font-weight: 500;
}

.gb-cart-summary-total-amount,
.gb-cart-summary-total-amount *,
.gb-cart-summary-total-amount .woocommerce-Price-amount,
.gb-cart-summary-total-amount .woocommerce-Price-currencySymbol,
.gb-cart-summary-total-amount bdi {
	color: var(--gb-cart-green) !important;
	display: inline !important;
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	white-space: nowrap !important;
}

.gb-cart-free-shipping {
	border: 1px solid var(--gb-cart-line);
	border-radius: 8px;
	padding: 14px;
	margin: 6px 0 18px;
	background: #ffffff;
}

.gb-cart-free-shipping p {
	margin: 0 0 10px;
	color: var(--gb-cart-deep);
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.gb-cart-free-shipping-copy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 11px;
	color: var(--gb-cart-deep);
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

.gb-cart-free-shipping-copy strong {
	color: var(--gb-cart-deep);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.gb-cart-free-shipping-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: var(--gb-cart-deep);
	flex: 0 0 auto;
}

.gb-cart-free-shipping-meter {
	height: 10px;
	overflow: hidden;
	border-radius: 999px;
	background: #edf2ec;
}

.gb-cart-free-shipping-meter span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--gb-cart-green);
}

.gb-cart-free-shipping-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 8px;
	color: var(--gb-cart-muted);
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.gb-cart-free-shipping svg,
.gb-cart-assurance-item > svg,
.gb-cart-checkout-button svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.gb-cart-free-shipping-icon svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
	stroke: none;
}

.gb-cart-checkout-button,
.gb-cart-continue-button {
	box-sizing: border-box;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	margin: 0 0 12px !important;
	padding: 12px 16px !important;
	clear: both;
	border-radius: 8px !important;
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-decoration: none !important;
	white-space: normal;
}

.gb-cart-checkout-button {
	gap: 10px;
	background: var(--gb-cart-green) !important;
	color: #ffffff !important;
}

.gb-cart-checkout-button:hover {
	background: var(--gb-cart-deep) !important;
	color: #ffffff !important;
}

.gb-cart-continue-button {
	border: 1px solid var(--gb-cart-green) !important;
	background: #ffffff !important;
	color: var(--gb-cart-green) !important;
}

.gb-cart-continue-button:hover {
	background: var(--gb-cart-soft) !important;
	color: var(--gb-cart-green) !important;
}

.gb-cart-assurance-list {
	display: grid;
	gap: 18px;
	margin-top: 22px;
}

.gb-cart-assurance-item {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	color: var(--gb-cart-muted);
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

.gb-cart-assurance-item > svg {
	width: 30px;
	height: 30px;
	color: var(--gb-cart-green);
}

.gb-cart-assurance-item strong,
.gb-cart-assurance-item span,
.gb-cart-assurance-item a {
	display: block;
}

.gb-cart-assurance-item strong {
	color: var(--gb-cart-deep);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.gb-cart-assurance-item span {
	margin-top: 2px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.gb-cart-review-stars {
	color: var(--gb-cart-gold);
	letter-spacing: 0;
}

.gb-cart-review-stars b {
	color: var(--gb-cart-deep);
	font-weight: 800;
}

.gb-cart-assurance-item a {
	margin-top: 7px;
	color: var(--gb-cart-green);
	font-size: 12px;
	font-weight: 800;
	text-decoration: underline;
}

.gb-cart-empty {
	padding: 56px 24px;
}

.gb-cart-empty-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 28px;
}

.gb-cart-page .woocommerce-message,
.gb-cart-page .woocommerce-info,
.gb-cart-page .woocommerce-error,
body.greenbalance-cart-page-active .gb-cart-page .woocommerce-message,
body.greenbalance-cart-page-active .gb-cart-page .woocommerce-info,
body.greenbalance-cart-page-active .gb-cart-page .woocommerce-error {
	border: 1px solid var(--gb-cart-line) !important;
	border-radius: 8px !important;
	padding: 12px 16px !important;
	margin: 0 0 24px !important;
	background: #f6faf3 !important;
	color: var(--gb-cart-deep) !important;
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	box-shadow: none !important;
}

.gb-cart-page .woocommerce-message::before,
.gb-cart-page .woocommerce-info::before,
.gb-cart-page .woocommerce-error::before {
	display: none !important;
}

.gb-cart-page .woocommerce-message a,
.gb-cart-page .woocommerce-info a,
.gb-cart-page .woocommerce-error a,
.gb-cart-page .woocommerce-message strong,
.gb-cart-page .woocommerce-info strong,
.gb-cart-page .woocommerce-error strong,
body.greenbalance-cart-page-active .gb-cart-page .woocommerce-message a,
body.greenbalance-cart-page-active .gb-cart-page .woocommerce-info a,
body.greenbalance-cart-page-active .gb-cart-page .woocommerce-error a,
body.greenbalance-cart-page-active .gb-cart-page .woocommerce-message strong,
body.greenbalance-cart-page-active .gb-cart-page .woocommerce-info strong,
body.greenbalance-cart-page-active .gb-cart-page .woocommerce-error strong {
	color: inherit !important;
	font-weight: 800 !important;
}

.gb-cart-page .woocommerce-message a,
.gb-cart-page .woocommerce-info a,
.gb-cart-page .woocommerce-error a {
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

.gb-cart-page .woocommerce-error,
body.greenbalance-cart-page-active .gb-cart-page .woocommerce-error {
	border-color: #e9c3c3 !important;
	background: #fff7f7 !important;
	color: #7a2323 !important;
}

@media (max-width: 1180px) {
	.gb-cart-page {
		width: min(100% - 32px, 1000px);
	}

	.gb-cart-layout {
		grid-template-columns: 1fr;
	}

	.gb-cart-summary {
		position: static;
	}
}

@media (max-width: 760px) {
	.gb-cart-page {
		width: min(100% - 24px, 620px);
		margin-top: 130px;
		margin-bottom: 56px;
		font-size: 15px;
	}

	.gb-cart-header {
		margin-bottom: 18px;
	}

	.gb-cart-summary {
		order: 1;
	}

	.gb-cart-items-panel {
		order: 2;
	}

	.gb-cart-header h1,
	.gb-cart-empty h1 {
		font-size: 34px;
	}

	.gb-cart-header p,
	.gb-cart-empty p {
		font-size: 14px;
	}

	.gb-cart-items-panel,
	.gb-cart-summary-card {
		border-radius: 8px;
		padding: 18px;
	}

	.gb-cart-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.gb-cart-section-heading h2,
	.gb-cart-summary-card > h2 {
		font-size: 30px;
	}

	.gb-cart-item {
		grid-template-columns: 64px auto minmax(0, 1fr);
		gap: 8px 12px;
		align-items: start;
		padding: 12px 42px 12px 12px;
	}

	.gb-cart-item-image {
		grid-row: 1 / 4;
		grid-column: 1;
		width: 64px;
		height: 64px;
	}

	.gb-cart-item-main {
		grid-column: 2 / 4;
		grid-row: 1;
	}

	.gb-cart-item-price {
		grid-column: 3;
		grid-row: 2;
		justify-self: start;
	}

	.gb-cart-item-quantity {
		grid-column: 2;
		grid-row: 2;
	}

	.gb-cart-item-subtotal {
		display: flex;
		flex-wrap: wrap;
		grid-column: 2 / 4;
		grid-row: 3;
		gap: 8px;
		align-items: baseline;
		text-align: left;
	}


	.gb-cart-remove {
		position: absolute;
		top: 12px;
		right: 12px;
		grid-column: auto;
		grid-row: auto;
	}

	.gb-cart-item-title {
		padding-right: 4px;
		font-size: 15px;
	}

	.gb-cart-actions {
		align-items: stretch;
		flex-direction: column;
		justify-content: stretch;
	}

	.gb-cart-update-status {
		order: 1;
		min-height: 18px;
	}

	.gb-cart-update-button {
		order: 2;
		width: 100%;
	}

	.gb-cart-quantity-control {
		grid-template-columns: 24px 34px 24px;
	}

	.gb-cart-quantity-control .quantity,
	.gb-cart-quantity-control input.qty {
		width: 34px;
	}

	.gb-cart-qty-button {
		width: 24px;
		min-width: 24px;
	}
}

@media (max-width: 480px) {
	.gb-cart-page {
		width: min(100% - 20px, 430px);
		margin-top: 85px;
	}

	.gb-cart-item {
		grid-template-columns: 58px auto minmax(0, 1fr);
		padding: 10px 40px 10px 10px;
	}

	.gb-cart-item-image {
		width: 58px;
		height: 58px;
	}

	.gb-cart-item-main {
		grid-column: 2 / 4;
	}

	.gb-cart-item-price {
		grid-column: 3;
	}

	.gb-cart-item-quantity {
		grid-column: 2;
	}

	.gb-cart-item-subtotal {
		grid-column: 2 / 4;
		margin-top: 2px;
	}

	.gb-cart-summary-card {
		padding: 18px;
	}
}
