/* Cart page — Figma node 196:6795 */
.cartview #column-left {
	display: none;
}
.cartview #container > .side-shade2 {
	display: none;
}
.cartview #content {
	width: 100%;
	max-width: none;
	float: none;
	margin: 0;
	padding: 0;
}

/* Cart #container width/gutters: home_responsive.css (same as main/product).
   Do not override .tophm / .main-hdr here — header uses --site-container-width from style.css. */

.cart-page {
	font-family: 'Onest', Arial, sans-serif;
	color: #14151A;
	box-sizing: border-box;
}
.cart-page *,
.cart-page *::before,
.cart-page *::after {
	box-sizing: border-box;
}

.cart-page__title {
	margin: 0 0 40px;
	font-family: 'SONGER SemiExpanded', 'Onest', sans-serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	color: #14151A;
}

.cart-page__empty {
	margin: 0;
}
.cart-page__empty-title {
	margin: 0 0 24px;
	font-family: 'SONGER SemiExpanded', 'Onest', sans-serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	color: #14151A;
}
.cart-page__empty-text {
	margin: 0;
	font-size: 22px;
	line-height: 1.5;
	color: #14151A;
}

.cart-page__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 459px;
	gap: 32px;
	align-items: start;
}
.cart-page__main,
.cart-page__checkout-main {
	min-width: 0;
}

.cart-page__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 54px;
	min-height: 25px;
}
.cart-page__select-all {
	display: inline-flex;
	align-items: center;
	gap: 32px;
	cursor: pointer;
	user-select: none;
}
.cart-page__select-all input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	appearance: none;
	-webkit-appearance: none;
	pointer-events: none;
}
.cart-page__checkbox {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: #3033FF;
}
.cart-page__checkbox svg {
	width: 24px;
	height: 24px;
	display: block;
}
.cart-page__checkbox svg.cart-page__checkbox-icon--checked {
	display: none;
}
.cart-page__select-all input:checked ~ .cart-page__checkbox svg.cart-page__checkbox-icon--checked,
.cart-page__item-check:checked + .cart-page__checkbox svg.cart-page__checkbox-icon--checked {
	display: block;
}
.cart-page__select-all input:checked ~ .cart-page__checkbox svg.cart-page__checkbox-icon--blank,
.cart-page__item-check:checked + .cart-page__checkbox svg.cart-page__checkbox-icon--blank {
	display: none;
}
.cart-page__select-all-text {
	font-size: 18px;
	color: #14151A;
}

.cart-page__delete-selected {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit;
	font-size: 18px;
	color: #14151A;
	cursor: pointer;
	transition: color .15s ease;
}
.cart-page__delete-selected svg {
	width: 20px;
	height: 20px;
	color: #7C7979;
}
.cart-page__delete-selected:hover {
	color: #3033FF;
}
.cart-page__delete-selected:hover svg {
	color: #3033FF;
}

.cart-page__section {
	margin-bottom: 40px;
}
.cart-page__section:last-child {
	margin-bottom: 0;
}
.cart-page__section-head {
	margin: 0 0 54px;
	font-family: 'Onest', Arial, sans-serif;
	padding: 12px 24px;
	background: #F6F6F9;
	border-radius: 8px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #14151A;
}

.cart-page__list {
	display: flex;
	flex-direction: column;
	gap: 54px;
}

.cart-page__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 146px minmax(120px, 132px);
	gap: 24px 40px;
	align-items: start;
}
.cart-page__row--unavailable {
	opacity: .85;
}

.cart-page__row-main {
	display: grid;
	grid-template-columns: 24px 148px minmax(0, 1fr);
	gap: 32px;
	align-items: start;
	min-width: 0;
}

.cart-page__item-check-wrap {
	display: flex;
	align-items: center;
	height: 112px;
}
.cart-page__item-check {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	appearance: none;
	-webkit-appearance: none;
	pointer-events: none;
}
.cart-page__item-check + .cart-page__checkbox {
	cursor: pointer;
}

.cart-page__image {
	display: block;
	width: 148px;
	height: 112px;
	border-radius: 8px;
	overflow: hidden;
	background: #F6F6F9;
	flex-shrink: 0;
}
.cart-page__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cart-page__image .nophoto {
	width: 56px;
	height: 56px;
	margin: 28px auto;
	display: block;
	fill: #C8C8C8;
}

.cart-page__info {
	min-width: 0;
	padding-top: 0;
}
.cart-page__name {
	display: block;
	margin: 0 0 22px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.35;
	color: #14151A;
	text-decoration: none;
	transition: color .15s ease;
}
.cart-page__name:hover {
	color: #3033FF;
}
.cart-page__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	min-height: 24px;
}
.cart-page__sku {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	color: #7C7979;
	cursor: pointer;
	transition: color .15s ease;
}
.cart-page__sku svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
.cart-page__sku:hover,
.cart-page__sku.is-copied {
	color: #3033FF;
}
.cart-page__remove {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	line-height: 18px;
	color: #7C7979;
	text-decoration: none;
	transition: color .15s ease;
}
.cart-page__remove svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.cart-page__remove:hover {
	color: #3033FF;
}
.cart-page__preorder {
	font-size: 14px;
	color: #7C7979;
}

.cart-page__stepper-wrap {
	padding-top: 0;
}
.cart-page__stepper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 146px;
	height: 44px;
	padding: 0 12px;
	background: #F6F6F9;
	border-radius: 8px;
}
.cart-page__stepper-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #14151A;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}
.cart-page__stepper-btn svg {
	width: 18px;
	height: 18px;
}
.cart-page__stepper-btn:hover {
	background: #ECECFF;
	color: #3033FF;
}
.cart-page__stepper-btn:disabled {
	opacity: .4;
	cursor: default;
}
.cart-page__stepper .amount input,
.cart-page__stepper input[type="text"] {
	width: 42px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: inherit;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	color: #14151A;
	-moz-appearance: textfield;
}
.cart-page__stepper input[type="text"]::-webkit-outer-spin-button,
.cart-page__stepper input[type="text"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cart-page__price-col {
	text-align: right;
	padding-top: 0;
}
.cart-page__price {
	font-size: 22px;
	font-weight: 700;
	line-height: 33px;
	color: #14151A;
	white-space: nowrap;
}
.cart-page__out-of-stock {
	font-size: 18px;
	line-height: 25px;
	color: #7C7979;
	white-space: nowrap;
}

.cart-page__sidebar {
	display: flex;
	flex-direction: column;
	gap: 44px;
	position: sticky;
	top: 130px;
}

.cart-page__summary {
	background: #fff;
	border: 1px solid #E8E8EE;
	border-radius: 28px;
}

.cart-page__summary {
	padding: 28px;
}
.cart-page__summary-lines {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 20px;
}
.cart-page__summary-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
}
.cart-page__summary-label {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	color: #707070;
}

.cart-page__summary-value {
	font-size: 22px !important;
	line-height: 25px;
	font-weight: 700;
	color: #102631;
	white-space: nowrap;
}
.cart-page__summary-num {
	color: #102631;
}
.cart-page__summary-row--inherit  .cart-page__summary-value {
	font-size: 18px !important;
	font-weight: 600;
}
.cart-page__summary-row--total .cart-page__summary-label {
	font-size: 22px;
	line-height: 33px;
	font-weight: 700;
	color: #707070;
}
.cart-page__summary-row--total .cart-page__summary-value {
	font-size: 26px;
	line-height: 33px;
	font-weight: 700;
	color: #102631;
}
.cart-page__summary-discount {
	margin: -4px 0 0;
	font-size: 14px;
	color: #7C7979;
}

.cart-page__promo {
	margin-top: 12px;
	border: 1px solid #E8E8EE;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}
.cart-page__promo-toggle {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 72px;
	height: 72px;
	box-sizing: border-box;
	padding: 0 20px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: #14151A;
}
.cart-page__promo-toggle::-webkit-details-marker {
	display: none;
}
.cart-page__promo-toggle-left {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}
.cart-page__promo-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	color: #7C7979;
}
.cart-page__promo-chevron {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	color: #7C7979;
}
.cart-page__promo[open] .cart-page__promo-toggle {
	height: auto;
	min-height: 72px;
	padding-top: 24px;
	padding-bottom: 12px;
}
.cart-page__promo[open] .cart-page__promo-chevron {
	transform: rotate(180deg);
}
.cart-page__promo-body {
	display: flex;
	gap: 8px;
	padding: 0 20px 20px;
}
.cart-page__promo-input {
	flex: 1;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid #E8E8EE;
	border-radius: 8px;
	background: #F6F6F9;
	font-size: 14px;
}
.cart-page__promo-apply {
	min-height: 44px;
	padding: 0 16px;
	border: none;
	border-radius: 8px;
	background: #3033FF;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.cart-page__minorder {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.45;
	color: #FF3B30;
}

.cart-page__checkout-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 61px;
	padding: 16px 24px;
	border: 0;
	border-radius: 8px;
	background: #3033FF;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	cursor: pointer;
	transition: background .15s ease;
}
.cart-page__checkout-btn:hover {
	background: #2A29E0;
}
.cart-page__checkout-btn:disabled {
	opacity: .55;
	cursor: not-allowed;
}

.cart-page__login-promo {
	padding-left: 24px;
	padding-right: 24px;
}
.cart-page__login-title {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 33px;
	font-family: 'Onest', Arial, sans-serif;
	font-weight: 700;
	color: #14151A;
}
.cart-page__login-text {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #707070;
	max-width: 393px;
}
.cart-page__login-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 61px;
	padding: 16px 24px;
	border: 1px solid #EAF6FE;
	border-radius: 12px;
	background: #EAF6FE;
	color: #3033FF !important;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	color: #14151A;
	text-decoration: none;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.cart-page__login-btn:hover {
	background: #ECECFF;
	border-color: #3033FF;
	color: #3033FF;
}

.cart-page__minorder-banner {
	display: block;
	margin: 24px 0;
	font-size: 14px;
	color: #FF3B30;
}

.cart-page .purchases_middle {
	display: none;
}
.cart-page .cart-back {
	display: none;
}
.cart-page .checkout-purchases-middle {
	display: none !important;
}

.cart-page__cart-view.is-hidden,
.cart-page__checkout-view.is-hidden {
	display: none;
}

.cart-page__back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 40px;
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.4;
	color: #14151A;
	cursor: pointer;
}
.cart-page__back-link:hover {
	color: #3033FF;
}

.cart-page__checkout-title {
	margin: 0 0 40px;
	font-family: 'SONGER SemiExpanded', 'Onest', sans-serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
	color: #14151A;
}

.checkout-section {
	margin-bottom: 40px;
}
.checkout-section__head {
	margin-bottom: 40px;
}
.checkout-section__title {
	margin: 0 0 40px;
	font-family: 'SONGER SemiExpanded', 'Onest', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	color: #14151A;
}
.checkout-section--recipient .checkout-section__title {
	margin-bottom: 20px;
}
.checkout-section__hint {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #102631;
}
.checkout-section__hint a {
	color: #3033FF;
	font-weight: 600;
	text-decoration: none;
}
.checkout-section__hint a:hover {
	text-decoration: underline;
}

.checkout-message {
	margin: 0 0 16px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 16px;
}
.checkout-message--error {
	background: #FFF0F0;
	color: #FF3B30;
}

.checkout-fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.checkout-fields--recipient {
	gap: 16px;
}
.checkout-fields__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}
.checkout-field {
	display: block;
}
.checkout-field--address[hidden] {
	display: none !important;
}
.checkout-field input {
	width: 100%;
	height: 56px;
	padding: 4px 20px;
	border: 1px solid #E8E8EE;
	border-radius: 8px;
	background: #F6F6F9;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.4;
	color: #14151A;
	outline: none;
	transition: border-color .15s ease, background .15s ease;
}
.checkout-field input::placeholder {
	color: #7C7979;
}
.checkout-field input:focus {
	border-color: #3033FF;
	background: #fff;
}
.checkout-field input.is-invalid {
	border-color: #FF3B30;
}

.checkout-section--delivery .checkout-section__title--delivery {
	margin-bottom: 40px;
}

.checkout-tabs {
	display: inline-flex;
	width: min(580px, 100%);
	margin-bottom: 40px;
	border-radius: 8px;
	background: #F6F6F9;
	overflow: hidden;
}
.checkout-tabs__btn {
	flex: 1;
	height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 0;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}
.checkout-tabs__btn.is-active {
	background: #3033FF;
	color: #fff;
}
.checkout-tabs__btn:not(.is-active) {
	background: #F6F6F9;
	color: #3033FF;
}

.checkout-delivery-address {
	margin-bottom: 32px;
}
.checkout-address-grid {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.checkout-address-grid__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.checkout-tab-panel {
	display: none;
}
.checkout-tab-panel.is-active {
	display: block;
}

.checkout-pickup {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 580px);
	gap: 32px;
	align-items: start;
}
.checkout-pickup__title {
	margin: 0 0 40px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	color: #14151A;
}
.checkout-pickup__rows {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.checkout-pickup__row {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}
.checkout-pickup__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	color: #14151A;
}
.checkout-pickup__label svg {
	width: 24px;
	height: 24px;
	color: #14151A;
	flex-shrink: 0;
}
.checkout-pickup__value {
	font-size: 18px;
	line-height: 1.4;
	color: #14151A;
}
.checkout-pickup__map {
	border-radius: 20px;
	overflow: hidden;
	min-height: 200px;
	position: relative;
	background: #e8e8e8;
}
.checkout-pickup__map-fallback {
	display: block;
	width: 100%;
	height: auto;
	min-height: 200px;
	object-fit: cover;
}
.checkout-pickup__map--yandex,
.checkout-pickup__map--embed {
	min-height: 248px;
	height: 248px;
	filter: grayscale(1) contrast(1.05);
}
.checkout-pickup__map--yandex > * {
	width: 100%;
	height: 100%;
}
.checkout-pickup__map-embed {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.checkout-pickup__map--yandex .checkout-pickup__map-fallback,
.checkout-pickup__map--embed .checkout-pickup__map-fallback {
	display: none;
}
.checkout-pickup__marker {
	width: 40px;
	height: 40px;
	transform: translate(-50%, -100%);
	pointer-events: none;
}
.checkout-pickup__marker svg {
	display: block;
	width: 40px;
	height: 40px;
}

.checkout-deliveries {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.checkout-section--delivery .checkout-deliveries {
	margin-top: 8px;
}
.checkout-delivery-item {
	border: 1px solid #E8E8EE;
	border-radius: 8px;
	padding: 16px 20px;
}
.checkout-delivery-item.is-selected {
	border-color: #3033FF;
}
.checkout-delivery-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
}
.checkout-delivery-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.checkout-delivery-card__name {
	font-size: 18px;
	font-weight: 600;
	color: #14151A;
}
.checkout-delivery-card__price {
	font-size: 16px;
	color: #7C7979;
	white-space: nowrap;
}
.checkout-delivery-map-link,
.checkout-delivery-more {
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	color: #3033FF;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.checkout-delivery-details.hideCont {
	display: none;
}

.checkout-payments,
.checkout-payment-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 336px));
	grid-template-rows: repeat(3, auto);
	grid-auto-flow: column;
	gap: 32px;
	justify-content: start;
	max-width: 100%;
}
.cart-page ul#payments li.checkout-payment-item {
	display: block;
	height: auto;
	width: 100%;
	max-width: 336px;
	margin-bottom: 0;
	padding: 0;
}
.cart-page ul#payments.checkout-payment-grid li.checkout-payment-item.is-disabled {
	opacity: 0.45;
	pointer-events: none;
}
.checkout-payment-item.is-selected .checkout-payment-card,
.checkout-payment-card:has(.checkout-payment-input:checked) {
	border-color: #3033FF !important;
	box-shadow: 0 0 0 1px #3033FF;
}
.checkout-payment-card {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	max-width: 336px;
	min-height: 76px;
	padding: 10px 20px;
	border: 1px solid #E8E8EE;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.checkout-payment-card:hover {
	border-color: #C8C8D4;
}
.checkout-payment-item.is-selected .checkout-payment-card:hover,
.checkout-payment-card:has(.checkout-payment-input:checked):hover {
	border-color: #3033FF !important;
	box-shadow: 0 0 0 1px #3033FF;
}
.checkout-payment-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 1px;
	height: 1px;
}
.checkout-payment-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	flex-shrink: 0;
	color: #3033FF;
}
.checkout-payment-card__icon svg,
.checkout-payment-card__icon img {
	width: 50px;
	height: 50px;
	display: block;
}
.checkout-payment-card__icon img {
	object-fit: contain;
}
.checkout-payment-card__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}
.checkout-payment-card__name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	color: #14151A;
}
.checkout-payment-card__desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #102631;
}

.checkout-extra {
	margin-top: 8px;
}
.cart-page__submit-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 61px;
	padding: 16px 24px;
	border: 0;
	border-radius: 12px;
	background: #3033FF;
	font-family: inherit;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
	cursor: pointer;
	transition: background .15s ease;
}
.cart-page__submit-btn:hover {
	background: #2A29E0;
}
.cart-page__submit-btn:disabled {
	opacity: .55;
	cursor: not-allowed;
}

.cart-page__sidebar--checkout .cart-page__login-promo {
	background: #fff;
	border-radius: 28px;
}

/* Legacy checkout blocks inside new cart page */
.cart-page .del_pay_info .cart-blue {
	border-radius: 12px;
}
.cart-page #purchases.cart-page__list {
	border-spacing: 0;
	border-collapse: separate;
}

@media (max-width: 1366px) {
	.cart-page__layout {
		grid-template-columns: minmax(0, 1fr) 400px;
		gap: 24px;
	}
	.cart-page__title,
	.cart-page__checkout-title,
	.cart-page__empty-title {
		font-size: 30px;
		margin-bottom: 32px;
	}
	.cart-page__toolbar {
		margin-bottom: 40px;
	}
	.cart-page__section-head {
		margin-bottom: 40px;
	}
	.cart-page__list {
		gap: 40px;
	}
	.cart-page__sidebar {
		gap: 32px;
	}
	.checkout-pickup {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.checkout-pickup__map--yandex,
	.checkout-pickup__map--embed {
		min-height: 220px;
		height: 220px;
	}
}

@media (max-width: 1280px) {
	.cart-page__layout {
		grid-template-columns: minmax(0, 1fr) 340px;
		gap: 20px;
	}
	.cart-page__row {
		grid-template-columns: minmax(0, 1fr) 130px minmax(100px, 120px);
		gap: 16px 20px;
	}
	.cart-page__row-main {
		grid-template-columns: 24px 112px minmax(0, 1fr);
		gap: 16px;
	}
	.cart-page__image {
		width: 112px;
		height: 84px;
	}
	.cart-page__item-check-wrap {
		height: 84px;
	}
	.cart-page__name {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.cart-page__stepper {
		width: 130px;
	}
	.cart-page__price {
		font-size: 18px;
		line-height: 28px;
	}
	.cart-page__select-all {
		gap: 16px;
	}
	.cart-page__select-all-text,
	.cart-page__delete-selected {
		font-size: 16px;
	}
	.cart-page__summary {
		padding: 22px;
	}
	.cart-page__summary-row--total .cart-page__summary-value {
		font-size: 22px;
	}
	.cart-page__login-title {
		font-size: 18px;
		line-height: 1.35;
	}
	.cart-page__login-text {
		font-size: 15px;
		max-width: none;
	}

	.checkout-section__title {
		font-size: 22px;
		margin-bottom: 28px;
	}
	.checkout-section__head {
		margin-bottom: 28px;
	}
	.checkout-fields__row,
	.checkout-address-grid__row {
		gap: 16px;
	}
	.checkout-pickup__title {
		margin-bottom: 24px;
		font-size: 20px;
	}
	.checkout-payments,
	.checkout-payment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		grid-auto-flow: row;
		gap: 16px 20px;
	}
	.cart-page ul#payments li.checkout-payment-item,
	.checkout-payment-card {
		width: 100%;
		max-width: none;
	}
	.checkout-payment-card {
		gap: 14px;
		padding: 10px 14px;
	}
	.checkout-payment-card__icon {
		width: 56px;
		height: 56px;
	}
	.checkout-payment-card__icon img,
	.checkout-payment-card__icon svg {
		width: 40px;
		height: 40px;
	}
	.checkout-payment-card__name {
		font-size: 15px;
	}
	.checkout-payment-card__desc {
		font-size: 12px;
	}
}

@media (max-width: 1100px) {
	.cart-page__layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.cart-page__sidebar {
		position: static;
		order: -1;
		gap: 24px;
	}
	.cart-page__row {
		grid-template-columns: minmax(0, 1fr) 130px minmax(100px, 120px);
		gap: 16px 24px;
	}
	.cart-page__row-main {
		grid-template-columns: 24px 120px minmax(0, 1fr);
		gap: 20px;
	}
	.cart-page__image {
		width: 120px;
		height: 90px;
	}
	.cart-page__item-check-wrap {
		height: 90px;
	}
	.checkout-fields__row,
	.checkout-address-grid__row {
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
}

@media (max-width: 992px) {
	.cart-page__row {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}
	.cart-page__price-col {
		text-align: left;
	}
	.cart-page__stepper-wrap {
		display: flex;
		justify-content: flex-start;
	}
	.checkout-fields__row {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.checkout-address-grid__row {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.checkout-tabs {
		width: 100%;
	}
	.checkout-pickup {
		grid-template-columns: 1fr;
	}
	.checkout-payments,
	.checkout-payment-grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		grid-auto-flow: row;
		gap: 16px;
		justify-items: stretch;
	}
	.cart-page ul#payments li.checkout-payment-item,
	.checkout-payment-card {
		width: 100%;
		max-width: none;
	}
	.checkout-payment-card {
		min-height: 0;
		padding: 14px 16px;
		gap: 16px;
	}
	.checkout-payment-card__icon {
		width: 56px;
		height: 56px;
	}
	.checkout-payment-card__icon img {
		width: 42px;
		height: 42px;
	}
	.checkout-payment-card__name {
		font-size: 16px;
	}
	.checkout-payment-card__desc {
		font-size: 13px;
	}
}

@media (max-width: 640px) {
	.cart-page__title,
	.cart-page__empty-title,
	.cart-page__checkout-title {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.cart-page__toolbar {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 32px;
	}
	.cart-page__row-main {
		grid-template-columns: 24px 100px minmax(0, 1fr);
		gap: 16px;
	}
	.cart-page__image {
		width: 100px;
		height: 76px;
	}
	.cart-page__item-check-wrap {
		height: 76px;
	}
	.cart-page__name {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.cart-page__section-head {
		margin-bottom: 32px;
	}
	.cart-page__list {
		gap: 32px;
	}
	.checkout-pickup__row {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}
.cart-page {
	margin-top: 40px;
}
}