

/* Start:/local/components/glit/orders.history/templates/.default/style.css?17858522464344*/
.orders-page {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 40px 16px 72px;
}

.orders-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.orders-header__label,
.orders-state__label {
	margin: 0 0 8px;
	color: #6f54dd;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.orders-header__title,
.orders-state__title {
	margin: 0;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.05;
}

.orders-header__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.orders-header__actions a,
.orders-state__button,
.order-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 9px 13px;
	border: 1px solid rgba(21, 21, 21, 0.1);
	border-radius: 8px;
	background: #fff;
	color: #151515;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.orders-header__actions a:hover,
.orders-state__button:hover,
.order-card__button:hover {
	transform: translateY(-1px);
	border-color: rgba(111, 84, 221, 0.38);
}

.orders-header__actions a.is-active,
.orders-state__button {
	border-color: #151515;
	background: #151515;
	color: #fff;
}

.orders-summary {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
	color: rgba(21, 21, 21, 0.62);
	font-size: 14px;
	font-weight: 800;
}

.orders-list {
	display: grid;
	gap: 14px;
}

.order-card,
.orders-state {
	border: 1px solid rgba(21, 21, 21, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(21, 21, 21, 0.07);
}

.order-card {
	display: grid;
	gap: 16px;
	padding: 18px;
}

.order-card__main,
.order-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.order-card__number {
	color: #151515;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.15;
	text-decoration: none;
}

.order-card__date {
	margin-top: 4px;
	color: rgba(21, 21, 21, 0.56);
	font-size: 14px;
	font-weight: 800;
}

.order-badge {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 11px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

.order-badge--paid {
	background: rgba(54, 180, 117, 0.16);
	color: #167047;
}

.order-badge--pending {
	background: rgba(21, 21, 21, 0.08);
	color: rgba(21, 21, 21, 0.72);
}

.order-card__items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.order-card-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 320px;
	min-height: 50px;
	padding: 6px 10px 6px 6px;
	border-radius: 8px;
	background: #f3f3f3;
}

.order-card-item__preview {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	overflow: hidden;
	border-radius: 8px;
	background: #151515;
	color: #fff;
}

.order-card-item__preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.order-card-item__name {
	overflow: hidden;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.order-card-item--more {
	justify-content: center;
	min-width: 50px;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 900;
}

.order-card__total {
	display: grid;
	gap: 3px;
}

.order-card__total span {
	color: rgba(21, 21, 21, 0.55);
	font-size: 13px;
	font-weight: 800;
}

.order-card__total strong {
	font-size: 22px;
	font-weight: 900;
}

.order-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.order-card__button--primary {
	border-color: #151515;
	background: #151515;
	color: #fff;
}

.orders-state {
	max-width: 680px;
	padding: 32px;
}

.orders-state__text {
	margin: 12px 0 0;
	color: rgba(21, 21, 21, 0.62);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
}

.orders-state__button {
	margin-top: 24px;
}

@media (max-width: 680px) {
	.orders-page {
		padding-top: 28px;
		padding-bottom: 52px;
	}

	.orders-header,
	.order-card__main,
	.order-card__bottom,
	.orders-summary {
		align-items: flex-start;
		flex-direction: column;
	}

	.orders-header__title,
	.orders-state__title {
		font-size: 32px;
	}

	.orders-header__actions {
		justify-content: flex-start;
	}

	.order-card__button {
		width: 100%;
	}
}

/* End */
/* /local/components/glit/orders.history/templates/.default/style.css?17858522464344 */
