.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: 30px;
	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;
}

.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?v=20260808c) 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: 991px) {
	.ps-topbar-right {
		text-align: center;
		white-space: normal;
	}

	.ps-cart-topbar {
		display: none !important;
	}
	.navbar-header {
		position: relative;
	}

	.ps-cart-navbar {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		float: right;
		right: auto;
		top: 10px;
		margin-top: 8px;
		margin-right: 40px;
		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: invert(1);
		background: url(../images/port4.svg?v=20260808c) 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-buttons-row.ps-cart-only {
	justify-content: center;
	gap: 0;
}
.calc-buttons-row.ps-cart-only .calc-button-holder.ps-cart-holder {
	left: 0 !important;
	margin: 0 auto !important;
}
/* В корзине уже есть товары — «Купить в 1 клик» скрыта на всех карточках */
body.ps-cart-has-items .calc-buttons-row {
	justify-content: center;
	gap: 0;
}
body.ps-cart-has-items .calc-buttons-row .calc-button-holder:not(.ps-cart-holder) {
	display: none !important;
}
body.ps-cart-has-items .calc-buttons-row .calc-button-holder.ps-cart-holder {
	left: 0 !important;
	margin: 0 auto !important;
}
.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 {

	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: #1EBEA5;
	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;
}

.calc-row-input-wrapper.ps-calc-pallets-input-wrap {
	position: relative;
}
.ps-calc-pallets-hint {
	display: none;
	padding: 0;
	font: 600 14px/1.4 'Open Sans', sans-serif;
	color: #1EBEA5;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	z-index: 2;
}
.ps-calc-pallets-hint.is-visible {
	display: block;
}
@media (min-width: 768px) {
	.calc-row-input-wrapper .ps-calc-pallets-hint {
		position: absolute;
		left: 50%;
		bottom: 100%;
		transform: translateX(-50%);
		margin-bottom: 6px;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.calc-row-half .ps-calc-pallets-hint {
		position: static;
		transform: none;
		width: 100%;
		margin: 0 0 8px;
		white-space: normal;
	}
}

@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-buttons-row.ps-cart-only .calc-button-holder.ps-cart-holder {
		left: 0 !important;
		margin: 0 auto !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;
	}
}

/* ===== Отъезд в корзину: грузовик + кнопка + выхлоп ===== */
body.ps-cart-drive-lock,
html.ps-cart-drive-lock {
	cursor: wait;
	overflow: hidden !important;
}
.calc-button-holder.is-driving,
.calc-button-holder.ps-cart-holder.is-driving,
.calc-button-holder.is-oneclick-away,
.calc-button-holder.ps-cart-holder.is-oneclick-away {
	/* opacity — место в вёрстке сохраняется, страница не прыгает */
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: visible !important;
}
.ps-cart-drive-fly {
	position: fixed !important;
	z-index: 2147483000 !important;
	pointer-events: none !important;
	overflow: visible !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.ps-cart-drive-unit {
	position: relative;
	width: 100%;
	height: 100%;
	transform-origin: 40% 80%;
	-webkit-transform-origin: 40% 80%;
}
.ps-cart-drive-truck {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/auto.png) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.28));
	filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.28));
	z-index: 0;
}
.ps-cart-drive-btn {
	position: absolute;
	left: 0;
	top: 8px;
	z-index: 2;
	display: inline-block;
	box-sizing: border-box;
	min-width: 200px;
	max-width: 262px;
	width: 82%;
	padding: 14px 18px;
	border: 1px solid #020202;
	border-radius: 3px;
	background: #ffd200;
	color: #fff;
	font: 700 15px/22px 'Open Sans', sans-serif;
	text-align: center;
	white-space: nowrap;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}
/* Выхлоп — сзади (слева у зеркального грузовика, едущего вправо) */
.ps-cart-drive-exhaust {
	position: absolute;
	left: -6px;
	top: 40%;
	width: 0;
	height: 0;
	z-index: 1;
}
/* «1 клик»: едем влево — нос как у кнопки, выхлоп справа */
.ps-cart-drive-fly.is-left .ps-cart-drive-truck {
	-webkit-transform: none;
	transform: none;
}
.ps-cart-drive-fly.is-left .ps-cart-drive-btn {
	left: auto;
	right: 0;
}
.ps-cart-drive-fly.is-left .ps-cart-drive-exhaust {
	left: auto;
	right: -6px;
}
.ps-cart-drive-exhaust i {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #8e8e8e;
	background: radial-gradient(circle at 35% 35%, rgba(190, 190, 190, 0.7), rgba(100, 100, 100, 0.35) 50%, rgba(60, 60, 60, 0) 72%);
	opacity: 0;
	-webkit-filter: blur(1.5px);
	filter: blur(1.5px);
	-webkit-transform: translate(0, 0) scale(0.4);
	transform: translate(0, 0) scale(0.4);
}
.ps-cart-drive-dust {
	position: absolute;
	left: 12%;
	bottom: 4px;
	width: 78%;
	height: 12px;
	z-index: 0;
	opacity: 0;
}
.ps-cart-drive-dust i {
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 7px;
	border-radius: 50%;
	background: rgba(130, 118, 95, 0.35);
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
.ps-cart-drive-dust i:nth-child(1) { left: 8%; }
.ps-cart-drive-dust i:nth-child(2) { left: 32%; width: 28px; }
.ps-cart-drive-dust i:nth-child(3) { left: 58%; width: 16px; }
.ps-cart-drive-dust i:nth-child(4) { left: 78%; width: 22px; }

/* Завели двигатель (выхлоп CSS; тряска/ездa — JS) */
.ps-cart-drive-fly.is-starting .ps-cart-drive-unit,
.ps-cart-drive-fly.is-going .ps-cart-drive-unit {
	-webkit-animation: none !important;
	animation: none !important;
}
.ps-cart-drive-fly.is-starting .ps-cart-drive-exhaust i {
	-webkit-animation: ps-cart-smoke-puff 0.6s ease-out both;
	animation: ps-cart-smoke-puff 0.6s ease-out both;
}
.ps-cart-drive-fly.is-starting .ps-cart-drive-exhaust i:nth-child(1) { -webkit-animation-delay: 0.02s; animation-delay: 0.02s; }
.ps-cart-drive-fly.is-starting .ps-cart-drive-exhaust i:nth-child(2) { -webkit-animation-delay: 0.07s; animation-delay: 0.07s; }
.ps-cart-drive-fly.is-starting .ps-cart-drive-exhaust i:nth-child(3) { -webkit-animation-delay: 0.12s; animation-delay: 0.12s; }
.ps-cart-drive-fly.is-starting .ps-cart-drive-exhaust i:nth-child(4) { -webkit-animation-delay: 0.18s; animation-delay: 0.18s; }
.ps-cart-drive-fly.is-starting .ps-cart-drive-exhaust i:nth-child(5) { -webkit-animation-delay: 0.24s; animation-delay: 0.24s; }
.ps-cart-drive-fly.is-starting .ps-cart-drive-exhaust i:nth-child(n+6) { display: none; }

/* Выхлоп и пыль при разгоне */
.ps-cart-drive-fly.is-going .ps-cart-drive-exhaust i {
	-webkit-animation: ps-cart-smoke-trail 0.95s ease-out infinite;
	animation: ps-cart-smoke-trail 0.95s ease-out infinite;
}
.ps-cart-drive-fly.is-going .ps-cart-drive-exhaust i:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s; }
.ps-cart-drive-fly.is-going .ps-cart-drive-exhaust i:nth-child(2) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }
.ps-cart-drive-fly.is-going .ps-cart-drive-exhaust i:nth-child(3) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.ps-cart-drive-fly.is-going .ps-cart-drive-exhaust i:nth-child(4) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
.ps-cart-drive-fly.is-going .ps-cart-drive-exhaust i:nth-child(5) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.ps-cart-drive-fly.is-going .ps-cart-drive-exhaust i:nth-child(6) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.ps-cart-drive-fly.is-going .ps-cart-drive-exhaust i:nth-child(7) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.ps-cart-drive-fly.is-going .ps-cart-drive-exhaust i:nth-child(8) { -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }
.ps-cart-drive-fly.is-going .ps-cart-drive-dust {
	opacity: 1;
	-webkit-animation: ps-cart-dust 1.6s ease-out forwards;
	animation: ps-cart-dust 1.6s ease-out forwards;
}
.ps-cart-drive-fly.is-going .ps-cart-drive-btn {
	-webkit-animation: ps-cart-btn-jiggle 0.28s ease-in-out infinite;
	animation: ps-cart-btn-jiggle 0.28s ease-in-out infinite;
}
.ps-cart-drive-fly.is-going .ps-cart-drive-truck {
	-webkit-animation: ps-cart-truck-rumble 0.22s ease-in-out infinite;
	animation: ps-cart-truck-rumble 0.22s ease-in-out infinite;
}
.ps-cart-drive-fly.is-left.is-starting .ps-cart-drive-exhaust i {
	-webkit-animation-name: ps-cart-smoke-puff-right;
	animation-name: ps-cart-smoke-puff-right;
}
.ps-cart-drive-fly.is-left.is-going .ps-cart-drive-exhaust i {
	-webkit-animation-name: ps-cart-smoke-trail-right;
	animation-name: ps-cart-smoke-trail-right;
}
.ps-cart-drive-fly.is-left.is-going .ps-cart-drive-truck {
	-webkit-animation-name: ps-cart-truck-rumble-left;
	animation-name: ps-cart-truck-rumble-left;
}

@-webkit-keyframes ps-cart-drive-start {
	0% { -webkit-transform: translate3d(0, 0, 0) rotate(0deg); transform: translate3d(0, 0, 0) rotate(0deg); }
	25% { -webkit-transform: translate3d(-2px, 1px, 0) rotate(-0.6deg); transform: translate3d(-2px, 1px, 0) rotate(-0.6deg); }
	50% { -webkit-transform: translate3d(2px, -1px, 0) rotate(0.5deg); transform: translate3d(2px, -1px, 0) rotate(0.5deg); }
	75% { -webkit-transform: translate3d(-1px, 1px, 0) rotate(-0.3deg); transform: translate3d(-1px, 1px, 0) rotate(-0.3deg); }
	100% { -webkit-transform: translate3d(0, 0, 0) rotate(0deg); transform: translate3d(0, 0, 0) rotate(0deg); }
}
@keyframes ps-cart-drive-start {
	0% { -webkit-transform: translate3d(0, 0, 0) rotate(0deg); transform: translate3d(0, 0, 0) rotate(0deg); }
	25% { -webkit-transform: translate3d(-2px, 1px, 0) rotate(-0.6deg); transform: translate3d(-2px, 1px, 0) rotate(-0.6deg); }
	50% { -webkit-transform: translate3d(2px, -1px, 0) rotate(0.5deg); transform: translate3d(2px, -1px, 0) rotate(0.5deg); }
	75% { -webkit-transform: translate3d(-1px, 1px, 0) rotate(-0.3deg); transform: translate3d(-1px, 1px, 0) rotate(-0.3deg); }
	100% { -webkit-transform: translate3d(0, 0, 0) rotate(0deg); transform: translate3d(0, 0, 0) rotate(0deg); }
}
@-webkit-keyframes ps-cart-drive-go {
	0% { -webkit-transform: translate3d(0, 0, 0) rotate(0deg); transform: translate3d(0, 0, 0) rotate(0deg); opacity: 1; }
	8% { -webkit-transform: translate3d(18px, 2px, 0) rotate(-0.8deg); transform: translate3d(18px, 2px, 0) rotate(-0.8deg); }
	18% { -webkit-transform: translate3d(56px, -1px, 0) rotate(0.6deg); transform: translate3d(56px, -1px, 0) rotate(0.6deg); }
	32% { -webkit-transform: translate3d(140px, 2px, 0) rotate(-0.5deg); transform: translate3d(140px, 2px, 0) rotate(-0.5deg); }
	48% { -webkit-transform: translate3d(280px, -1px, 0) rotate(0.35deg); transform: translate3d(280px, -1px, 0) rotate(0.35deg); }
	70% { -webkit-transform: translate3d(70vw, 1px, 0) rotate(-0.2deg); transform: translate3d(70vw, 1px, 0) rotate(-0.2deg); opacity: 1; }
	100% { -webkit-transform: translate3d(110vw, 0, 0) rotate(0deg); transform: translate3d(110vw, 0, 0) rotate(0deg); opacity: 0; }
}
@keyframes ps-cart-drive-go {
	0% { -webkit-transform: translate3d(0, 0, 0) rotate(0deg); transform: translate3d(0, 0, 0) rotate(0deg); opacity: 1; }
	8% { -webkit-transform: translate3d(18px, 2px, 0) rotate(-0.8deg); transform: translate3d(18px, 2px, 0) rotate(-0.8deg); }
	18% { -webkit-transform: translate3d(56px, -1px, 0) rotate(0.6deg); transform: translate3d(56px, -1px, 0) rotate(0.6deg); }
	32% { -webkit-transform: translate3d(140px, 2px, 0) rotate(-0.5deg); transform: translate3d(140px, 2px, 0) rotate(-0.5deg); }
	48% { -webkit-transform: translate3d(280px, -1px, 0) rotate(0.35deg); transform: translate3d(280px, -1px, 0) rotate(0.35deg); }
	70% { -webkit-transform: translate3d(70vw, 1px, 0) rotate(-0.2deg); transform: translate3d(70vw, 1px, 0) rotate(-0.2deg); opacity: 1; }
	100% { -webkit-transform: translate3d(110vw, 0, 0) rotate(0deg); transform: translate3d(110vw, 0, 0) rotate(0deg); opacity: 0; }
}
@-webkit-keyframes ps-cart-smoke-puff {
	0% { opacity: 0; -webkit-transform: translate(0, 0) scale(0.35); transform: translate(0, 0) scale(0.35); }
	30% { opacity: 0.75; }
	100% { opacity: 0; -webkit-transform: translate(-28px, -18px) scale(1.6); transform: translate(-28px, -18px) scale(1.6); }
}
@keyframes ps-cart-smoke-puff {
	0% { opacity: 0; -webkit-transform: translate(0, 0) scale(0.35); transform: translate(0, 0) scale(0.35); }
	30% { opacity: 0.75; }
	100% { opacity: 0; -webkit-transform: translate(-28px, -18px) scale(1.6); transform: translate(-28px, -18px) scale(1.6); }
}
@-webkit-keyframes ps-cart-smoke-trail {
	0% { opacity: 0; -webkit-transform: translate(4px, 2px) scale(0.35); transform: translate(4px, 2px) scale(0.35); }
	15% { opacity: 0.85; }
	100% { opacity: 0; -webkit-transform: translate(-72px, -14px) scale(2.4); transform: translate(-72px, -14px) scale(2.4); }
}
@keyframes ps-cart-smoke-trail {
	0% { opacity: 0; -webkit-transform: translate(4px, 2px) scale(0.35); transform: translate(4px, 2px) scale(0.35); }
	15% { opacity: 0.85; }
	100% { opacity: 0; -webkit-transform: translate(-72px, -14px) scale(2.4); transform: translate(-72px, -14px) scale(2.4); }
}
@-webkit-keyframes ps-cart-smoke-puff-right {
	0% { opacity: 0; -webkit-transform: translate(0, 0) scale(0.35); transform: translate(0, 0) scale(0.35); }
	30% { opacity: 0.75; }
	100% { opacity: 0; -webkit-transform: translate(28px, -18px) scale(1.6); transform: translate(28px, -18px) scale(1.6); }
}
@keyframes ps-cart-smoke-puff-right {
	0% { opacity: 0; -webkit-transform: translate(0, 0) scale(0.35); transform: translate(0, 0) scale(0.35); }
	30% { opacity: 0.75; }
	100% { opacity: 0; -webkit-transform: translate(28px, -18px) scale(1.6); transform: translate(28px, -18px) scale(1.6); }
}
@-webkit-keyframes ps-cart-smoke-trail-right {
	0% { opacity: 0; -webkit-transform: translate(-4px, 2px) scale(0.35); transform: translate(-4px, 2px) scale(0.35); }
	15% { opacity: 0.85; }
	100% { opacity: 0; -webkit-transform: translate(72px, -14px) scale(2.4); transform: translate(72px, -14px) scale(2.4); }
}
@keyframes ps-cart-smoke-trail-right {
	0% { opacity: 0; -webkit-transform: translate(-4px, 2px) scale(0.35); transform: translate(-4px, 2px) scale(0.35); }
	15% { opacity: 0.85; }
	100% { opacity: 0; -webkit-transform: translate(72px, -14px) scale(2.4); transform: translate(72px, -14px) scale(2.4); }
}
@-webkit-keyframes ps-cart-dust {
	0% { opacity: 0; -webkit-transform: scaleX(0.6); transform: scaleX(0.6); }
	15% { opacity: 0.55; }
	70% { opacity: 0.25; }
	100% { opacity: 0; -webkit-transform: scaleX(1.2); transform: scaleX(1.2); }
}
@keyframes ps-cart-dust {
	0% { opacity: 0; -webkit-transform: scaleX(0.6); transform: scaleX(0.6); }
	15% { opacity: 0.55; }
	70% { opacity: 0.25; }
	100% { opacity: 0; -webkit-transform: scaleX(1.2); transform: scaleX(1.2); }
}
@-webkit-keyframes ps-cart-btn-jiggle {
	0%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
	50% { -webkit-transform: translateY(1px); transform: translateY(1px); }
}
@keyframes ps-cart-btn-jiggle {
	0%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
	50% { -webkit-transform: translateY(1px); transform: translateY(1px); }
}
@-webkit-keyframes ps-cart-truck-rumble {
	0%, 100% { -webkit-transform: scaleX(-1) translateY(0); transform: scaleX(-1) translateY(0); }
	50% { -webkit-transform: scaleX(-1) translateY(1.5px); transform: scaleX(-1) translateY(1.5px); }
}
@keyframes ps-cart-truck-rumble {
	0%, 100% { -webkit-transform: scaleX(-1) translateY(0); transform: scaleX(-1) translateY(0); }
	50% { -webkit-transform: scaleX(-1) translateY(1.5px); transform: scaleX(-1) translateY(1.5px); }
}
@-webkit-keyframes ps-cart-truck-rumble-left {
	0%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
	50% { -webkit-transform: translateY(1.5px); transform: translateY(1.5px); }
}
@keyframes ps-cart-truck-rumble-left {
	0%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
	50% { -webkit-transform: translateY(1.5px); transform: translateY(1.5px); }
}

@media (max-width: 767px) {
	.ps-cart-drive-fly {
		min-width: 280px;
		height: 100px !important;
	}
	.ps-cart-drive-btn {
		top: 10px;
		font-size: 14px;
		line-height: 20px;
		padding: 12px 14px;
		white-space: normal;
	}
	.ps-cart-drive-exhaust {
		top: 48%;
	}
}

@media (prefers-reduced-motion: reduce) {
	/* намеренный эффект CTA — не отключаем на Windows «убрать анимации» */
}


.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-item-title {
	display: block;
	font-weight: 700;
}
.ps-cart-item-sub {
	display: block;
	margin-top: 2px;
	color: #555;
}
.ps-cart-item-main {
	display: block;
}
.ps-cart-item-page {
	display: inline-block;
	margin-top: 4px;
	font: 600 13px 'Open Sans', sans-serif;
}
.ps-cart-meta {
	margin-top: 6px;
	font: 400 13px/1.4 'Open Sans', sans-serif;
	color: #555;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 12px;
}
.ps-cart-total {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
	box-sizing: border-box;
	font: 700 16px/1.3 'Open Sans', sans-serif;
}
.ps-cart-total-label {
	color: #333;
	letter-spacing: 0.02em;
}
.ps-cart-total-value {
	font: 700 20px/1.2 'Open Sans', sans-serif;
	color: #222;
}

.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;
}


.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 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
	margin-top: 18px;
	min-height: 100px;
}
.ps-cart-order-submit-fallback {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
}
.ps-cart-order-holder {
	left: 0 !important;
	margin: 0 auto !important;
}
/* До приезда слева не показывать кнопку/грузовик в центре (FOUC при загрузке /order/) */
.ps-cart-order-holder:not(.is-arrived) {
	opacity: 0 !important;
	pointer-events: none !important;
}
.ps-cart-order-holder.is-arriving {
	opacity: 0 !important;
}
.ps-cart-order-holder.is-arrived {
	opacity: 1 !important;
	pointer-events: auto !important;
}
.ps-cart-order-holder .ps-cart-order-drive-btn,
button.ps-cart-order-drive-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: #fff !important;
	background: #ffd200 !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;
	-webkit-appearance: none;
	appearance: none;
}
.ps-cart-order-drive-btn:hover,
.ps-cart-order-drive-btn:focus {
	background: #ffd200 !important;
	color: #fff !important;
}
.ps-cart-order-drive-btn.disabled {
	opacity: 0.65;
	pointer-events: none;
}
.ps-cart-form-status {
	margin-top: 16px;
	min-height: 1.3em;
	font: 600 15px/1.4 'Open Sans', sans-serif;
	color: #1EBEA5;
	text-align: center;
}
.ps-cart-form-status.is-error {
	color: #cb0707;
}

@media (max-width: 767px) {
	.ps-cart-order-actions {
		justify-content: center;
		min-height: auto;
	}
	.ps-cart-order-holder {
		width: 100% !important;
		max-width: 300px;
		height: auto !important;
		text-align: center !important;
	}
	.ps-cart-order-holder:before {
		display: none !important;
	}
	.ps-cart-order-holder .ps-cart-order-drive-btn {
		width: 100% !important;
		max-width: 280px;
		white-space: normal !important;
	}
	.ps-cart-form-status {
		text-align: center;
	}
}

.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);
}

.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-order-title {
		margin: 0 0 12px;
		font: 700 24px/1.3 'Open Sans Condensed', 'Open Sans', sans-serif;
	}
	.ps-cart-table {
		width: 100%;
		border: 0;
		border-collapse: separate;
		border-spacing: 0;
		margin-bottom: 12px;
		font: 14px/1.4 'Open Sans', sans-serif;
	}
	.ps-cart-table thead {
		display: none;
	}
	.ps-cart-table tbody {
		display: block;
	}
	.ps-cart-table tr {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 10px;
		row-gap: 8px;
		margin: 0 0 12px;
		padding: 12px;
		border: 1px solid #e0e0e0;
		background: #fafafa;
		box-sizing: border-box;
	}
	.ps-cart-table td {
		display: block;
		width: auto !important;
		border: 0;
		padding: 0 !important;
		text-align: left !important;
		box-sizing: border-box;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.ps-cart-table td[data-label="Товар"] {
		grid-column: 1 / -1;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 10px;
	}
	.ps-cart-item-main {
		flex: 1 1 auto;
		min-width: 0;
	}
	.ps-cart-item-page {
		flex: 0 0 auto;
		margin-top: 0;
		align-self: flex-start;
		text-align: right;
		max-width: 42%;
		font: 600 12px/1.3 'Open Sans', sans-serif;
		white-space: normal;
	}
	.ps-cart-table td[data-label="Поддоны"],
	.ps-cart-table td[data-label="Количество"] {
		grid-column: 1 / -1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 8px 12px;
	}
	.ps-cart-table td[data-label="Стоимость"],
	.ps-cart-table td[data-label=""] {
		align-self: stretch;
		display: flex;
		align-items: center;
		min-height: 44px;
		height: 44px;
		margin-top: 4px;
		padding: 0 8px !important;
		box-sizing: border-box;
		border-top: 1px solid #e8e8e8;
		background: #efefef;
	}
	.ps-cart-table td[data-label="Стоимость"] {
		grid-column: 1;
		font-weight: 700;
		font-size: 15px;
		line-height: 1.3;
		border-radius: 0;
	}
	.ps-cart-table td[data-label=""] {
		grid-column: 2;
		justify-self: stretch;
		justify-content: flex-end;
		text-align: right !important;
		margin: 4px 0 0;
		border: 0;
		border-top: 1px solid #e8e8e8;
		border-left: 1px solid #e4e4e4;
	}
	.ps-cart-table td[data-label]:not([data-label=""]):before {
		content: attr(data-label);
		display: inline;
		margin: 0 8px 0 0;
		font: 700 11px/1.2 'Open Sans', sans-serif;
		color: #777;
		text-transform: uppercase;
		letter-spacing: 0.02em;
		white-space: nowrap;
	}
	.ps-cart-table td[data-label="Товар"]:before {
		display: none;
	}
	.ps-cart-item-title {
		font: 700 14px/1.3 'Open Sans', sans-serif;
	}
	.ps-cart-item-sub {
		margin-top: 2px;
		font: 400 13px/1.35 'Open Sans', sans-serif;
		color: #666;
	}
	.ps-cart-qty {
		justify-content: flex-start;
		align-items: center;
		gap: 8px;
		position: relative;
		z-index: 2;
	}
	.ps-cart-qty-btn {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
		padding: 0;
		font: 700 22px/42px 'Open Sans', sans-serif;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
		position: relative;
		z-index: 3;
	}
	.ps-cart-qty-input {
		width: 56px;
		height: 44px;
		min-height: 44px;
		font: 600 16px/42px 'Open Sans', sans-serif;
		touch-action: manipulation;
	}
	.ps-cart-qty-unit {
		font: 600 13px/1.2 'Open Sans', sans-serif;
		min-width: 0;
	}
	.ps-cart-meta {
		margin-top: 0;
		font: 400 13px/1.35 'Open Sans', sans-serif;
		gap: 4px 10px;
		flex: 1 1 100%;
	}
	.ps-cart-total {
		justify-content: space-between;
		margin: 0 0 12px;
		padding: 12px;
		font: 700 15px/1.3 'Open Sans', sans-serif;
	}
	.ps-cart-total-value {
		font: 700 18px/1.2 'Open Sans', sans-serif;
	}
	.ps-cart-table .ps-cart-remove {
		font: 600 13px/1.3 'Open Sans', sans-serif;
		padding: 8px 4px;
		min-height: 36px;
		display: inline-block;
	}
	.ps-cart-actions {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 8px 12px;
		margin: 10px 0 6px;
	}
	.ps-cart-actions-sep {
		display: none;
	}
	.ps-cart-checkout-card {
		margin-top: 16px;
	}
}

#ps-order-notice[hidden] {
	display: none !important;
}
#ps-order-notice {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 400;
}
.ps-order-notice-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}
.ps-order-notice-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	max-width: 900px;
	min-height: 200px;
	padding: 24px 30px;
	background: #ffd200;
	box-shadow: 0 0 10px #000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: #222;
}
.ps-order-notice-text {
	width: 100%;
}
