/* PortalSnab cart — header + product buttons + order page */

/* ===== Жёлтая полоска: корзина слева от региона (только десктоп) ===== */
.ps-topbar-right {
	text-align: right;
	white-space: nowrap;
}
@media (min-width: 768px) {
	/*
	 * Высоту полосы задаёт левая колонка (телефон).
	 * Правую (корзина + регион) центрируем по вертикали — равные отступы сверху/снизу.
	 */
	.collapse-top .ps-topbar-row {
		display: flex;
		align-items: center;
	}
	.collapse-top .ps-topbar-row:before,
	.collapse-top .ps-topbar-row:after {
		display: none !important;
		content: none !important;
	}
	.collapse-top .ps-topbar-row > [class*="col-"] {
		float: none;
	}
	.ps-topbar-right {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}
.ps-topbar-right .ps-cart-topbar,
.ps-topbar-right .ps-region-menu {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	float: none;
	list-style: none;
	line-height: inherit;
	position: relative;
	z-index: 40;
}
.ps-topbar-right .ps-cart-topbar {
	margin-right: 10px;
	z-index: 20;
	flex-shrink: 0;
}
.ps-topbar-right .ps-region-menu:after {
	display: none !important;
	content: none !important;
}
.ps-topbar-right .ps-region-menu > li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: none !important;
	display: block;
	position: relative;
}
.ps-topbar-right .ps-region-menu > li > a.ps-region-toggle {
	display: inline-block !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: inherit !important;
	background: transparent !important;
	color: inherit;
	vertical-align: middle;
}
.ps-topbar-right .ps-region-menu > li > a.ps-region-toggle > h4 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: inherit !important;
	display: inline;
	vertical-align: middle;
}
.ps-topbar-right .ps-region-menu > li > ul.submenu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	width: auto;
	min-width: 100%;
	white-space: nowrap;
	z-index: 5000;
	margin: 0;
	padding: 0;
	text-align: center;
}
.ps-topbar-right .ps-region-menu > li:hover > ul.submenu,
.ps-topbar-right .ps-region-menu > li:focus-within > ul.submenu {
	display: block !important;
}
.ps-topbar-right .ps-region-menu > li > ul.submenu > li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
.ps-topbar-right .ps-region-menu > li > ul.submenu > li > a {
	display: block;
	padding: 8px 14px;
	color: #444;
	background-color: #ffd200;
	border-radius: 4px;
	text-decoration: none;
	line-height: 1.35;
}
.ps-topbar-right .ps-region-menu > li > ul.submenu > li > a:hover {
	color: #ffd200;
	background-color: #444;
}
.ps-topbar-right .ps-region-menu > li > ul.submenu > li > a > h4 {
	margin: 0;
	padding: 0;
	line-height: 1.35;
}

.ps-cart-topbar {
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
	overflow: visible;
	position: relative;
}
/* Мобильная иконка в серой полоске — на десктопе скрыта */
.ps-cart-navbar {
	display: none;
}
.ps-cart-topbar .ps-cart-link,
.ps-cart-navbar .ps-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	color: #111 !important;
	vertical-align: middle;
	overflow: visible;
	text-align: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: content-box;
}
/* Та же SVG-корзина, что в прайсе (port4.svg), без жёлтой рамки */
.ps-cart-topbar .ps-cart-icon,
.ps-cart-navbar .ps-cart-icon {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url(../images/port4.svg) center / 25px 25px no-repeat;
	flex-shrink: 0;
}
.ps-cart-topbar .ps-cart-badge,
.ps-cart-navbar .ps-cart-badge {
	position: absolute !important;
	top: -8px !important;
	right: -11px !important;
	left: auto !important;
	bottom: auto !important;
	width: 15px !important;
	height: 15px !important;
	min-width: 15px !important;
	max-width: 15px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #111 !important;
	color: #ffd200 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 15px !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	display: block !important;
	box-sizing: border-box !important;
	z-index: 30 !important;
	pointer-events: none !important;
	overflow: hidden !important;
}
.ps-cart-topbar .ps-cart-badge[hidden],
.ps-cart-navbar .ps-cart-badge[hidden] {
	display: none !important;
}

@media (max-width: 767px) {
	.ps-topbar-right {
		text-align: center;
		white-space: normal;
	}
	/* Корзина только в серой навбар, не в жёлтой */
	.ps-cart-topbar {
		display: none !important;
	}
	.navbar-header {
		position: relative;
	}
	/*
	 * Рядом с гамбургером: float:right как у toggle.
	 * margin-right — явный зазор между корзиной и гамбургером.
	 */
	.ps-cart-navbar {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		float: right;
		right: auto;
		top: 10px;
		margin-top: 8px;
		margin-right: 24px;
		margin-left: 0;
		margin-bottom: 0;
		bottom: auto;
		width: 25px;
		height: 34px;
		padding: 0;
		z-index: 25;
		line-height: 1;
		box-sizing: border-box;
	}
	.ps-cart-navbar .ps-cart-link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 25px;
		min-height: 0;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1 !important;
		color: #fff !important;
		box-sizing: border-box;
		background: transparent;
		border: 0;
	}
	.ps-cart-navbar .ps-cart-icon {
		width: 25px;
		height: 25px;
		/* На тёмной полоске — белый вариант через filter */
		filter: invert(1);
		background: url(../images/port4.svg) center / 25px 25px no-repeat;
	}
	.ps-cart-navbar .ps-cart-badge {
		top: -8px !important;
		right: -11px !important;
		background: #ffd200 !important;
		color: #111 !important;
	}
}

/* ===== Два грузовика лицом друг к другу, кнопки как в оригинале сверху кузова ===== */
.calc-buttons-row {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 24px 48px;
	max-width: 100%;
}
.calc-button-holder.ps-cart-holder {
	background: none !important;
	left: 31px !important;
	width: 320px !important;
	height: 100px !important;
	display: inline-block !important;
	text-align: left !important;
	vertical-align: top !important;
	box-sizing: border-box !important;
	position: relative !important;
}
.calc-button-holder.ps-cart-holder:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/auto.png) no-repeat 0 0;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	pointer-events: none;
	z-index: 0;
}
/* Та же геометрия, что у «Купить»: кнопка сверху кузова, колёса видны снизу */
.calc-button-holder .ps-cart-add-btn,
a.button.ps-cart-add-btn,
a.ps-cart-add-btn {
	margin: 0 !important;
	width: 262px !important;
	box-sizing: border-box !important;
	text-align: center !important;
	display: inline-block !important;
	vertical-align: top !important;
	text-decoration: none !important;
	color: #111 !important;
	background: #fff !important;
	border: 1px solid #020202 !important;
	padding: 18px 28px !important;
	border-radius: 3px !important;
	font: 700 16px/24px 'Open Sans', sans-serif !important;
	white-space: nowrap !important;
	cursor: pointer;
	position: relative;
	z-index: 1;
	top: 0;
}
a.button.ps-cart-add-btn {
	/* класс .button даёт жёлтый — возвращаем белый до добавления */
	color: #111 !important;
	background: #fff !important;
}
.ps-cart-add-btn:hover,
.ps-cart-add-btn:focus,
a.button.ps-cart-add-btn:hover {
	background: #ffd200 !important;
	border-color: #020202 !important;
	color: #fff !important;
	text-decoration: none !important;
}
.ps-cart-add-btn.is-added,
a.button.ps-cart-add-btn.is-added {
	background: #ffd200 !important;
	color: #fff !important;
}
.ps-cart-add-btn.is-loading {
	opacity: 0.65;
	pointer-events: none;
}
.ps-cart-back-row {
	position: relative;
	display: block;
	width: 100%;
	min-height: 1.5em;
	line-height: 1.5em;
	margin: 0 0 8px;
	box-sizing: border-box;
}
.ps-cart-back-row > a {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.ps-cart-add-toast {
	position: absolute;
	left: 50%;
	top: 50%;
	right: auto;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0 12px;
	font: 600 14px/1.4 'Open Sans', sans-serif;
	color: #1a7a1a;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	z-index: 1;
	min-height: 0;
	box-sizing: border-box;
	max-width: calc(100% - 140px);
}
.ps-cart-add-toast:empty {
	display: none;
}
.ps-cart-add-toast.is-error {
	color: #cb0707;
}

@media (max-width: 767px) {
	.ps-cart-back-row {
		min-height: 2.8em;
	}
	.ps-cart-add-toast {
		white-space: normal;
		max-width: min(220px, calc(100% - 100px));
		line-height: 1.25;
	}
	.calc-button-holder,
	.calc-button-holder.ps-cart-holder {
		background-image: none !important;
		left: 0 !important;
		width: 100% !important;
		max-width: 300px;
		height: auto !important;
		text-align: center !important;
	}
	.calc-button-holder.ps-cart-holder:before {
		display: none !important;
	}
	.calc-button-holder .calc-button,
	.calc-button-holder .ps-cart-add-btn,
	a.ps-cart-add-btn {
		width: 100% !important;
		max-width: 280px;
		white-space: normal !important;
	}
}

/* ===== Order page ===== */
.ps-cart-order {
	max-width: 940px;
	margin: 0 auto;
}
.ps-cart-order-title {
	margin: 0 0 16px;
	text-align: center;
	font: 700 28px/1.3 'Open Sans Condensed', 'Open Sans', sans-serif;
}
.ps-cart-empty {
	text-align: center;
	padding: 20px 0;
	font: 16px/1.5 'Open Sans', sans-serif;
}
.ps-cart-order-done {
	text-align: center;
	padding: 28px 12px 20px;
}
.ps-cart-order-thanks-title {
	margin: 0 0 10px;
	font: 900 36px/1.2 'Open Sans', sans-serif;
	color: #222;
}
.ps-cart-order-thanks {
	margin: 0 0 12px;
	font: 600 18px/1.4 'Open Sans', sans-serif;
	color: #222;
}
.ps-cart-order-hours {
	margin: 0 0 22px;
	font: 600 15px/1.45 'Open Sans', sans-serif;
	color: #444;
}
.ps-cart-order-number {
	margin: 0 0 18px;
	font: 700 22px/1.35 'Open Sans', sans-serif;
	color: #222;
}
.ps-cart-order-number strong {
	color: #3D61FF;
	font-weight: 900;
}
.ps-cart-order-pdf {
	margin: 0 0 14px;
}
.ps-cart-order-pdf .ps-cart-pdf-btn,
a.button.ps-cart-pdf-btn {
	display: inline-block;
	min-width: 180px;
}
.ps-cart-order-done-more {
	margin: 8px 0 0;
}
.ps-cart-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
	font: 14px/1.45 'Open Sans', sans-serif;
}
.ps-cart-table th,
.ps-cart-table td {
	border: 1px solid #e1e1e1;
	padding: 12px 14px;
	vertical-align: top;
	text-align: left;
}
.ps-cart-table th {
	background: #f5f5f5;
	font-weight: 700;
}
.ps-cart-table .ps-cart-remove {
	color: #cb0707;
	cursor: pointer;
	background: none;
	border: 0;
	padding: 0;
	font: 600 13px 'Open Sans', sans-serif;
	text-decoration: underline;
}
.ps-cart-qty {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
.ps-cart-qty-btn {
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	font: 700 16px/26px 'Open Sans', sans-serif;
	cursor: pointer;
	color: #222;
}
.ps-cart-qty-btn:hover {
	background: #ffd200;
	border-color: #020202;
}
.ps-cart-qty-input {
	width: 56px;
	height: 28px;
	padding: 0 6px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	font: 600 14px/26px 'Open Sans', sans-serif;
	box-sizing: border-box;
}
.ps-cart-qty-unit {
	font: 600 13px/1.3 'Open Sans', sans-serif;
	color: #444;
	min-width: 3.5em;
}
.ps-cart-meta {
	margin-top: 6px;
	font: 400 13px/1.4 'Open Sans', sans-serif;
	color: #555;
}

.ps-cart-actions {
	margin: 12px 0 8px;
}
.ps-cart-clear-link,
.ps-cart-more-link {
	display: inline-block;
	margin-top: 0;
	font: 600 13px 'Open Sans', sans-serif;
	color: #666;
	text-decoration: underline;
}
.ps-cart-more-link:hover,
.ps-cart-clear-link:hover {
	color: #222;
}
.ps-cart-actions-sep {
	display: inline-block;
	margin: 0 10px;
	color: #bbb;
	font-weight: 400;
	text-decoration: none;
}
.ps-cart-honeypot {
	position: absolute !important;
	left: -9999px !important;
	height: 0 !important;
	width: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Checkout — отступы как у .content / форм проекта (не как огромный si-modal) */
.ps-cart-checkout-card {
	position: relative;
	max-width: 940px;
	margin: 24px auto 0;
	background: #fff;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
}
.ps-cart-checkout-card .modal-form-title {
	font: 700 28px/1.3 'Open Sans Condensed', 'Open Sans', sans-serif;
	padding: 0 0 16px;
	color: #2d2d2d;
}
.ps-cart-checkout-card .modal-time {
	display: none;
}
.ps-cart-checkout-card .modal-inputs-wrapper {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	line-height: normal;
	text-align: left;
}
.ps-cart-checkout-card .modal-inputs-wrapper.justify:after {
	display: none !important;
	content: none !important;
}
.ps-cart-checkout-card .modal-input-wrapper {
	display: block !important;
	float: none !important;
	position: relative;
	width: 48% !important;
	flex: 0 0 48%;
	max-width: 48%;
	margin: 0 !important;
	box-sizing: border-box;
	vertical-align: top;
}
.ps-cart-checkout-card .modal-input-wrapper.ps-cart-fio-row {
	width: 100% !important;
	flex: 0 0 100%;
	max-width: 100%;
}
.ps-cart-checkout-card .modal-input-wrapper .input,
.ps-cart-checkout-card .modal-input-wrapper input.input {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	position: relative;
	margin: 10px 0;
	width: 100% !important;
	max-width: 100%;
	padding: 10px 20px;
	border: 2px solid #e1e1e1;
	border-radius: 2px;
	box-sizing: border-box;
	font: 14px 'Open Sans', sans-serif;
	line-height: 1.4;
	background: #fff;
	color: #2d2d2d;
	transition: all 0.2s ease-out 0s;
}
.ps-cart-checkout-card textarea.client-message,
.ps-cart-checkout-card .modal-inputs-wrapper > textarea {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	flex: 0 0 100%;
	width: 100% !important;
	max-width: 100%;
	margin: 10px 0;
	padding: 10px 20px;
	border: 2px solid #e1e1e1;
	border-radius: 2px;
	box-sizing: border-box;
	font: 14px 'Open Sans', sans-serif;
	line-height: 1.4;
	min-height: 110px;
	resize: vertical;
	background: #fff;
	color: #2d2d2d;
}
.ps-cart-checkout-card .input:hover,
.ps-cart-checkout-card textarea:hover {
	border-color: #ffd200;
}
.ps-cart-checkout-card .input:focus,
.ps-cart-checkout-card textarea:focus {
	border-color: #ffd200;
	box-shadow: 0 0 5px 1px #ffd200;
	outline: none;
}
.ps-cart-checkout-card .pd-consent-row {
	margin: 14px auto 6px;
	text-align: center;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	line-height: 1.4;
}
.ps-cart-checkout-card .pd-consent-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	margin: 0;
	white-space: nowrap;
	font: 13px/18px 'Open Sans', sans-serif;
}
.ps-cart-checkout-card .pd-consent-input {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
}
.ps-cart-checkout-card .pd-consent-link {
	font: 13px/18px 'Open Sans', sans-serif;
	color: inherit;
	text-decoration: underline;
	white-space: nowrap;
}
.ps-cart-checkout-card .submit {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
	margin: 10px 0;
	color: #fff;
	background: #ffd200;
	border: 1px solid #020202;
	padding: 10px 28px;
	border-radius: 3px;
	font: 700 14px/24px 'Open Sans', sans-serif;
	min-width: 180px;
}
.ps-cart-checkout-card .submit:hover {
	background: #ffd200;
	border-color: #020202;
}
.ps-cart-order-actions {
	text-align: center;
	margin-top: 10px;
}
.ps-cart-form-status {
	margin-top: 16px;
	min-height: 1.3em;
	font: 600 15px/1.4 'Open Sans', sans-serif;
	color: #1a7a1a;
}
.ps-cart-form-status.is-error {
	color: #cb0707;
}

.ps-cart-order .si-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background: rgba(0, 0, 0, 0.8);
}
.ps-cart-order .si-overlay.ps-cart-overlay-visible {
	display: block;
}
.ps-cart-order .si-modals-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 203;
	overflow: auto;
	padding: 15px;
}
.ps-cart-order .si-modals-wrapper.ps-cart-modals-visible {
	display: block;
}
.ps-cart-order .si-success-modal {
	display: none;
	position: relative;
	background: #fff;
	padding: 60px 24px;
	font: 700 22px/32px 'Open Sans', sans-serif;
	text-align: center;
	max-width: 720px;
	margin: 40px auto;
	box-sizing: border-box;
}
.ps-cart-order .si-success-modal.si-visible {
	display: block;
}
.ps-cart-order .si-success-modal-title {
	font: 900 42px/48px 'Open Sans', sans-serif;
	padding: 0 0 20px;
}
.ps-cart-order .success-time {
	margin-top: 18px;
	font: 600 16px/1.45 'Open Sans', sans-serif;
}
.ps-cart-order .si-close {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 5;
	cursor: pointer;
}
.ps-cart-order .si-close:before,
.ps-cart-order .si-close:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 12px;
	width: 20px;
	height: 3px;
	background: #222;
}
.ps-cart-order .si-close:before {
	transform: rotate(45deg);
}
.ps-cart-order .si-close:after {
	transform: rotate(-45deg);
}

.si-page-message-overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 299;
	background: rgba(0, 0, 0, 0.8);
	transition: all 0.35s ease;
}
.si-page-message-overlay.show {
	opacity: 1;
	visibility: visible;
}
.si-page-message {
	display: block;
	position: fixed;
	width: calc(100% - 30px);
	max-width: 720px;
	top: 50%;
	left: 50%;
	background: #ffd200;
	opacity: 0;
	visibility: hidden;
	z-index: 300;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	transition: all 0.35s ease;
}
.si-page-message.show {
	opacity: 1;
	visibility: visible;
}
.si-page-message-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	padding: 24px 30px;
	text-align: center;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 700;
}
.si-page-message.hidden {
	display: none;
}

.pd-consent-body {
	font: 15px/1.6 'Open Sans', sans-serif;
	color: #222;
}
.pd-consent-body h2 {
	font: 700 22px/1.3 'Open Sans Condensed', 'Open Sans', sans-serif;
	margin: 28px 0 12px;
}
.pd-consent-body p,
.pd-consent-body li {
	margin: 0 0 12px;
}
.pd-consent-body ul {
	padding-left: 22px;
	margin: 0 0 16px;
}

@media (max-width: 767px) {
	.ps-cart-checkout-card {
		padding: 16px;
	}
	.ps-cart-checkout-card .modal-form-title {
		font: 700 24px/1.3 'Open Sans Condensed', 'Open Sans', sans-serif;
		padding: 0 0 12px;
	}
	.ps-cart-checkout-card .modal-time {
		display: none;
	}
	.ps-cart-checkout-card .modal-inputs-wrapper {
		width: 100%;
	}
	.ps-cart-checkout-card .modal-input-wrapper {
		width: 100% !important;
		flex: 0 0 100%;
		max-width: 100%;
	}
	/* Таблица корзины → карточки, чтобы влезала в экран */
	.ps-cart-order {
		overflow-x: hidden;
	}
	.ps-cart-table {
		width: 100%;
		border: 0;
		border-collapse: separate;
		border-spacing: 0;
	}
	.ps-cart-table thead {
		display: none;
	}
	.ps-cart-table tbody {
		display: block;
	}
	.ps-cart-table tr {
		display: block;
		margin: 0 0 14px;
		padding: 12px 14px;
		border: 1px solid #e0e0e0;
		background: #fafafa;
		box-sizing: border-box;
	}
	.ps-cart-table td {
		display: block;
		width: 100% !important;
		border: 0;
		padding: 6px 0 !important;
		text-align: left !important;
		box-sizing: border-box;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.ps-cart-table td[data-label]:not([data-label=""]):before {
		content: attr(data-label);
		display: block;
		margin: 0 0 4px;
		font: 700 12px/1.3 'Open Sans', sans-serif;
		color: #666;
		text-transform: uppercase;
		letter-spacing: 0.02em;
	}
	.ps-cart-table td[data-label=""] {
		padding-top: 10px !important;
		border-top: 1px solid #e8e8e8;
		margin-top: 4px;
	}
	.ps-cart-qty {
		justify-content: flex-start;
	}
	.ps-cart-actions {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 8px 12px;
	}
	.ps-cart-actions-sep {
		display: none;
	}
}
