@charset "utf-8";

/* Подключение шрифта */
@font-face {
	font-family: "PP-M";
	src: url("PPNeueMontreal-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

/* Fix: show header (main site uses GSAP animation) */
.header {
	opacity: 1 !important;
}

/* Основные переменные из оригинального сайта */
:root {
	--Background-White_1: #EEE;
	--Background-White_2: #FFF;
	--Background-Green: #007656;
	--Text-Black: #1B1B1B;
	--Text-White: #EEE;
	--Accent-Gold: #FFD700;
	--Background-Gray: #E8E8E8;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	font-synthesis: none;
}

body {
	font-family: "PP-M", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background: var(--Background-White_1, #EEE);
	color: var(--Text-Black, #1B1B1B);
	line-height: 1.6;
	overflow-x: hidden;
}

body::-webkit-scrollbar {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
}

/* Grid fixes (Bootstrap is loaded from main site) */
.row, .rowava {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.col, .colava {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.smooth-back {
	position: fixed;
	z-index: 0;
	will-change: backdrop-filter;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: backdrop-filter 0.6s;
	pointer-events: none;
	background: var(--Background-White_1, #EEE);
}

/* Header */
.header-wrapper {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
}

.header-osn-wrapper {
	z-index: 999983;
}

.header-black-wrapper .header-link {
	color: var(--Text-Black, #1B1B1B) !important;
}

.header-black-wrapper .header {
	background-color: #eeeeee00;
}

.header {
	pointer-events: all;
	padding: 1.5625vw 0;
	background-color: var(--Background-White_1, #EEE);
	transition: 0.6s;
}

.container {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 8vw;
	position: relative;
	z-index: 3;
}

.header-pad1 {
	padding-left: 1.0416666667vw;
	padding-right: 0.5208333333vw;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-pad2 {
	padding-left: 0.5208333333vw;
	padding-right: 0.5208333333vw;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-pad3 {
	padding-left: 0.5208333333vw;
	padding-right: 0.5208333333vw;
	display: flex;
	gap: 1.5625vw;
	align-items: center;
	height: 100%;
}

.header-pad4 {
	padding-left: 0.5208333333vw;
	padding-right: 1.0416666667vw;
	display: flex;
	gap: 1.5625vw;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.header-logo {
	display: inline-flex;
	align-items: center;
	height: 40px;
	transition: 0.6s;
}

.header-logo:hover {
	opacity: 0.7;
}

.page-title {
	font-size: 1.0416666667vw;
	font-weight: 500;
	color: var(--Text-Black, #1B1B1B);
	margin: 0;
}

/* Main Content */
.main-content {
	position: relative;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 80px;
	min-height: 100vh;
	background: var(--Background-White_1, #EEE);
	overflow: hidden;
}

/* Borders для фона */
.main-sone-borders {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.main-sone-borders .row {
	height: 100%;
}

.main-sone-border {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-right: 2px solid rgba(200, 200, 200, 0.6);
	box-sizing: border-box;
	display: block !important;
	opacity: 1 !important;
}

.main-sone-borders .col {
	position: relative;
	height: 100%;
}

.main-sone-borders-row-alter {
	display: none !important;
}

.main-sone-border-alter-l {
	width: 1.3020833333vw;
	right: auto;
	left: 0;
}

.main-sone-border-alter-r {
	width: calc(100% - 1.3020833333vw);
	right: auto;
	left: 0;
}

@media (max-width: 991px) {
	.main-sone-borders-row-alter {
		display: flex !important;
	}
	
	.main-sone-borders-row {
		display: none !important;
	}
	
	.main-sone-border-alter-l {
		width: 1.3020833333vw;
		right: auto;
		left: 0;
	}
	
	.main-sone-border-alter-r {
		width: calc(100% - 1.3020833333vw);
		right: auto;
		left: 0;
	}
}

/* Catalog Header */
.catalog-header {
	padding-left: 1.0416666667vw;
	padding-right: 1.0416666667vw;
	padding-bottom: 2.0833333333vw;
	padding-top: 2.0833333333vw;
	position: relative;
	z-index: 3;
}

.catalog-header-minih {
	color: var(--Text-Black, #1B1B1B);
	font-family: "PP-M";
	font-size: 1.0416666667vw;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.03125vw;
	opacity: 0.6;
}

.catalog-header-h {
	color: var(--Text-Black, #1B1B1B);
	font-family: "PP-M";
	font-size: 4.1666666667vw;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.1666666667vw;
}

.catalog-header-h p {
	margin-bottom: 0 !important;
}

/* Catalog Grid */
.catalog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 1.5vw;
	padding: 2vw 0;
	min-height: 400px;
	position: relative;
	z-index: 3;
}

/* Product Card */
.product-card {
	background: var(--Background-White_2, #FFF);
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.product-image {
	width: 100%;
	height: 280px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product-info {
	padding: 24px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.product-title {
	font-size: 22px;
	font-weight: 600;
	color: var(--Text-Black, #1B1B1B);
	margin-bottom: 12px;
	line-height: 1.3;
}

.product-details {
	font-size: 15px;
	color: #666;
	margin-bottom: 16px;
	line-height: 1.5;
	flex-grow: 1;
}

.product-features {
	margin-bottom: 20px;
}

.product-features-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--Background-Green, #007656);
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.product-features-list {
	list-style: none;
	padding: 0;
}

.product-features-list li {
	font-size: 14px;
	color: #555;
	margin-bottom: 6px;
	padding-left: 20px;
	position: relative;
}

.product-features-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--Background-Green, #007656);
	font-weight: bold;
}

.product-price {
	font-size: 28px;
	font-weight: 700;
	color: var(--Background-Green, #007656);
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #E8E8E8;
}

.product-price-currency {
	font-size: 18px;
	font-weight: 500;
	margin-left: 4px;
}

/* Cart Controls */
.product-cart-controls {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #E8E8E8;
}

.product-add-to-cart {
	width: 100%;
	padding: 12px 20px;
	background: var(--Background-Green, #007656);
	color: #FFF;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: "PP-M", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.product-add-to-cart:hover {
	background: #005a42;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 118, 86, 0.3);
}

.product-add-to-cart:active {
	transform: translateY(0);
}

.product-quantity-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.product-quantity-btn {
	width: 40px;
	height: 40px;
	border: 2px solid var(--Background-Green, #007656);
	background: #FFF;
	color: var(--Background-Green, #007656);
	border-radius: 6px;
	font-size: 24px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "PP-M", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1;
}

.product-quantity-btn:hover {
	background: var(--Background-Green, #007656);
	color: #FFF;
	transform: scale(1.1);
}

.product-quantity-btn:active {
	transform: scale(0.95);
}

.product-quantity {
	font-size: 20px;
	font-weight: 600;
	color: var(--Text-Black, #1B1B1B);
	min-width: 30px;
	text-align: center;
	font-family: "PP-M", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.product-card {
	cursor: pointer;
}

/* Модальное окно */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100000;
	opacity: 0;
	transition: opacity 0.3s ease;
	overflow-y: auto;
}

.modal-overlay.active {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

.modal-content {
	background: var(--Background-White_2, #FFF);
	border-radius: 12px;
	max-width: 800px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	margin: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
	transform: scale(1);
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent;
	border: none;
	font-size: 32px;
	color: #666;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
	z-index: 10;
}

.modal-close:hover {
	background: rgba(0, 0, 0, 0.1);
	color: var(--Text-Black, #1B1B1B);
	transform: rotate(90deg);
}

.modal-body {
	padding: 40px;
}

.modal-image {
	width: 100%;
	height: 300px;
	background: #f5f5f5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.modal-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.modal-title {
	font-size: 32px;
	font-weight: 600;
	color: var(--Text-Black, #1B1B1B);
	margin-bottom: 20px;
	line-height: 1.3;
}

.modal-details {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin-bottom: 30px;
}

.modal-price {
	font-size: 36px;
	font-weight: 700;
	color: var(--Background-Green, #007656);
	margin-top: 30px;
	padding-top: 20px;
	border-top: 2px solid #E8E8E8;
}

.modal-price-currency {
	font-size: 22px;
	font-weight: 500;
	margin-left: 6px;
}

/* Кнопка «Оформить заявку» в модалке товара */
.modal-order-btn {
	display: block;
	width: 100%;
	margin-top: 24px;
	padding: 14px 24px;
	background: var(--Background-Green, #007656);
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
}
.modal-order-btn:hover {
	background: #005a42;
	transform: translateY(-2px);
}

/* Responsive Design */
@media screen and (max-width: 1449px) {
	.header {
		padding: 1.4641288433vw 0;
	}
	
	.page-title {
		font-size: 2.8vw;
	}
	
	.container {
		padding: 0 6vw;
	}
	
	.catalog-grid {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 1.2vw;
	}
}

@media screen and (max-width: 991px) {
	.header {
		padding: 2.6041666667vw 0;
	}
	
	.header-pad1 {
		padding-left: 1.3020833333vw;
		padding-right: 1.3020833333vw;
	}
	
	.header-pad4 {
		padding-left: 1.3020833333vw;
		padding-right: 1.3020833333vw;
		justify-content: flex-end;
	}
	
	.page-title {
		font-size: 3vw;
	}
	
	.container {
		padding: 0 6vw;
	}
	
	.main-content {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	
	.catalog-header {
		padding-left: 1.3020833333vw;
		padding-right: 1.3020833333vw;
		padding-bottom: 3vw;
		padding-top: 3vw;
	}
	
	.catalog-header-minih {
		font-size: 1.3020833333vw;
		margin-bottom: 1vw;
	}
	
	.catalog-header-h {
		font-size: 5vw;
	}
	
	.catalog-grid {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		gap: 2vw;
		padding: 3vw 0;
	}
	
	.product-image {
		height: 240px;
	}
	
	.product-info {
		padding: 20px;
	}
	
	.product-add-to-cart {
		padding: 10px 16px;
		font-size: 14px;
	}
	
	.product-quantity-btn {
		width: 36px;
		height: 36px;
		font-size: 20px;
	}
	
	.product-quantity {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0 6vw;
	}
	
	.header {
		padding: 5.5555555556vw 0;
	}
	
	.header-pad1 {
		padding-left: 2.7777777778vw;
		padding-right: 2.7777777778vw;
	}
	
	.header-pad4 {
		padding-left: 2.7777777778vw;
		padding-right: 2.7777777778vw;
		justify-content: flex-end;
	}
	
	.page-title {
		font-size: 4vw;
	}
	
	.catalog-header {
		padding-left: 2.7777777778vw;
		padding-right: 2.7777777778vw;
		padding-bottom: 4vw;
		padding-top: 4vw;
	}
	
	.catalog-header-minih {
		font-size: 2.7777777778vw;
		margin-bottom: 2vw;
	}
	
	.catalog-header-h {
		font-size: 7vw;
	}
	
	.main-content {
		padding-top: 120px;
		padding-bottom: 40px;
	}
	
	.catalog-grid {
		grid-template-columns: 1fr;
		gap: 3vw;
		padding: 4vw 0;
	}
	
	.product-image {
		height: 220px;
	}
	
	.product-info {
		padding: 18px;
	}
	
	.product-title {
		font-size: 20px;
	}
	
	.product-price {
		font-size: 24px;
	}
	
	.modal-content {
		width: 95%;
		margin: 10px;
		max-height: 95vh;
	}
	
	.modal-body {
		padding: 30px 20px;
	}
	
	.modal-image {
		height: 200px;
		margin-bottom: 20px;
	}
	
	.modal-title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.modal-details {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	.modal-price {
		font-size: 28px;
		margin-top: 20px;
		padding-top: 15px;
	}
	
	.modal-price-currency {
		font-size: 18px;
	}
}

@media screen and (max-width: 575px) {
	.container {
		padding: 0 6vw;
	}
	
	.modal-content {
		width: 98%;
		margin: 5px;
		border-radius: 8px;
	}
	
	.modal-body {
		padding: 25px 15px;
	}
	
	.modal-image {
		height: 180px;
		margin-bottom: 15px;
	}
	
	
	.modal-title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	
	.modal-details {
		font-size: 13px;
		margin-bottom: 15px;
	}
	
	.modal-price {
		font-size: 24px;
		margin-top: 15px;
		padding-top: 12px;
	}
	
	.modal-price-currency {
		font-size: 16px;
	}
	
	.modal-close {
		top: 10px;
		right: 10px;
		font-size: 28px;
		width: 35px;
		height: 35px;
	}
	
	.page-title {
		font-size: 7vw;
	}
	
	.product-image {
		height: 200px;
	}
	
	.product-image::before {
		font-size: 48px;
	}
	
	.product-info {
		padding: 16px;
	}
	
	.product-title {
		font-size: 18px;
	}
	
	.product-details {
		font-size: 14px;
	}
	
	.product-price {
		font-size: 22px;
	}
	
	.modal-content {
		width: 98%;
		margin: 5px;
		border-radius: 8px;
	}
	
	.modal-body {
		padding: 25px 15px;
	}
	
	.modal-image {
		height: 180px;
		margin-bottom: 15px;
	}
	
	
	.modal-title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	
	.modal-details {
		font-size: 13px;
		margin-bottom: 15px;
	}
	
	.modal-price {
		font-size: 24px;
		margin-top: 15px;
		padding-top: 12px;
	}
	
	.modal-price-currency {
		font-size: 16px;
	}
	
	.modal-close {
		top: 10px;
		right: 10px;
		font-size: 28px;
		width: 35px;
		height: 35px;
	}
}

/* Плавающая корзина */
.floating-cart {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999990;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8) translateY(20px);
	transition: all 0.3s ease;
}

.floating-cart.visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateY(0);
}

.cart-icon {
	width: 60px;
	height: 60px;
	background: var(--Background-Green, #007656);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(0, 118, 86, 0.4);
	transition: all 0.3s ease;
	position: relative;
}

.cart-icon:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 25px rgba(0, 118, 86, 0.5);
}

.cart-icon svg {
	color: white;
	width: 26px;
	height: 26px;
}

.cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	background: var(--Accent-Gold, #FFD700);
	color: var(--Text-Black, #1B1B1B);
	font-size: 12px;
	font-weight: 600;
	min-width: 22px;
	height: 22px;
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
}

/* Модальное окно корзины */
.cart-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 20px;
}

.cart-modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.cart-modal {
	background: white;
	width: 100%;
	max-width: 450px;
	height: calc(100vh - 40px);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.3s ease;
}

.cart-modal-overlay.active .cart-modal {
	transform: translateX(0);
}

.cart-modal-header {
	padding: 20px 24px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cart-modal-header h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}

.cart-modal-close {
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
	color: #999;
	transition: color 0.2s;
}

.cart-modal-close:hover {
	color: #333;
}

.cart-modal-body {
	flex: 1;
	overflow-y: auto;
	padding: 16px 24px;
}

.cart-empty {
	text-align: center;
	padding: 40px 20px;
	color: #999;
}

.cart-item {
	display: flex;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid #f0f0f0;
}

.cart-item:last-child {
	border-bottom: none;
}

.cart-item-image {
	width: 70px;
	height: 70px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
	background: #f5f5f5;
}

.cart-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart-item-info {
	flex: 1;
	min-width: 0;
}

.cart-item-title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cart-item-price {
	font-size: 14px;
	color: var(--Background-Green, #007656);
	font-weight: 600;
	margin-bottom: 8px;
}

.cart-item-controls {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cart-item-btn {
	width: 28px;
	height: 28px;
	border: 1px solid #ddd;
	background: white;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: all 0.2s;
}

.cart-item-btn:hover {
	background: #f5f5f5;
	border-color: #ccc;
}

.cart-item-qty {
	font-size: 14px;
	font-weight: 500;
	min-width: 24px;
	text-align: center;
}

.cart-item-remove {
	color: #dc3545;
	border-color: #dc3545;
}

.cart-item-remove:hover {
	background: #dc3545;
	color: white;
}

.cart-modal-footer {
	padding: 20px 24px;
	border-top: 1px solid #eee;
	background: #fafafa;
	border-radius: 0 0 16px 16px;
}

.cart-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	font-size: 16px;
}

.cart-total-value {
	font-size: 22px;
	font-weight: 700;
	color: var(--Background-Green, #007656);
}

.cart-checkout-btn {
	width: 100%;
	padding: 14px 24px;
	background: var(--Background-Green, #007656);
	color: white;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cart-checkout-btn:hover {
	background: #005a43;
	transform: translateY(-2px);
}

.cart-checkout-btn:disabled {
	background: #ccc;
	cursor: not-allowed;
	transform: none;
}

@media (max-width: 576px) {
	.floating-cart {
		bottom: 20px;
		right: 20px;
	}
	
	.cart-icon {
		width: 54px;
		height: 54px;
	}
	
	.cart-modal-overlay {
		padding: 0;
	}
	
	.cart-modal {
		max-width: 100%;
		height: 100vh;
		border-radius: 0;
	}
	
	.cart-modal-footer {
		border-radius: 0;
	}
}

/* Checkout Modal — поверх всего (в т.ч. хедера), всегда видима при открытии */
.checkout-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	padding: 20px;
	box-sizing: border-box;
}

.checkout-modal-overlay.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.checkout-modal {
	background: #fff;
	border-radius: 16px;
	max-width: 500px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.checkout-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	border-bottom: 1px solid #e0e0e0;
}

.checkout-modal-header h3 {
	margin: 0;
	font-size: 20px;
	color: #1a1a1a;
}

.checkout-modal-close {
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
	color: #666;
	padding: 0;
	line-height: 1;
	transition: color 0.2s;
}

.checkout-modal-close:hover {
	color: #1a1a1a;
}

.checkout-form {
	padding: 24px;
}

.checkout-order-summary {
	background: #f8f8f8;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 24px;
}

.order-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.order-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 14px;
}

.order-item:last-child {
	border-bottom: none;
}

.order-item-name {
	flex: 1;
	color: #333;
}

.order-item-qty {
	color: #666;
	margin: 0 12px;
}

.order-item-price {
	font-weight: 600;
	color: #006B54;
}

.order-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 12px;
	margin-top: 8px;
	border-top: 2px solid #006B54;
	font-size: 16px;
	font-weight: 600;
}

.order-total span:last-child {
	color: #006B54;
	font-size: 18px;
}

.form-group {
	margin-bottom: 16px;
}

.form-group label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
	font-family: inherit;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #006B54;
	box-shadow: 0 0 0 3px rgba(0, 107, 84, 0.1);
}

.form-group textarea {
	resize: vertical;
	min-height: 80px;
}

.checkout-submit-btn {
	width: 100%;
	padding: 14px;
	background: #006B54;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
	margin-top: 8px;
}

.checkout-submit-btn:hover {
	background: #005a43;
	transform: translateY(-2px);
}

.checkout-submit-btn:disabled {
	background: #ccc;
	cursor: not-allowed;
	transform: none;
}

.checkout-success {
	padding: 40px 24px;
	text-align: center;
}

.success-icon {
	width: 80px;
	height: 80px;
	background: #006B54;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	margin: 0 auto 24px;
}

.checkout-success h3 {
	margin: 0 0 12px;
	font-size: 24px;
	color: #1a1a1a;
}

.checkout-success p {
	margin: 0 0 24px;
	color: #666;
	font-size: 16px;
}

.checkout-close-btn {
	padding: 12px 32px;
	background: #006B54;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
}

.checkout-close-btn:hover {
	background: #005a43;
}

@media (max-width: 576px) {
	.checkout-modal-overlay {
		padding: 0;
	}
	
	.checkout-modal {
		max-width: 100%;
		max-height: 100vh;
		height: 100vh;
		border-radius: 0;
	}
	
	.checkout-form {
		padding: 16px;
	}
}
