.cs-legal-document {
	max-width: 980px;
	margin: 0 auto;
	color: #202124;
	font-size: 15px;
	line-height: 1.72;
}

.cs-legal-document > :first-child {
	margin-top: 0;
}

.cs-legal-document h2 {
	margin: 30px 0 12px;
	color: #202124 !important;
	font-size: 22px;
	font-weight: 750;
	line-height: 1.3;
	text-shadow: none !important;
	-webkit-text-fill-color: #202124 !important;
}

.cs-legal-document h3 {
	margin: 20px 0 8px;
	color: #202124 !important;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: none !important;
	-webkit-text-fill-color: #202124 !important;
}

.cs-legal-document p {
	margin: 0 0 14px;
}

.cs-legal-document ul,
.cs-legal-document ol {
	margin: 10px 0 18px;
	padding-left: 24px;
}

.cs-legal-document li {
	margin: 7px 0;
}

.cs-legal-intro,
.cs-legal-contact,
.cs-legal-note {
	margin: 18px 0;
	padding: 18px;
	border: 1px solid #e2e4e7;
	border-radius: 8px;
	background: #f7f8f9;
}

.cs-legal-intro strong,
.cs-legal-contact strong {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}

.cs-legal-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0 0 20px;
	color: #69717b;
	font-size: 13px;
}

.cs-legal-table-wrap {
	margin: 18px 0;
	overflow-x: auto;
}

.cs-legal-document table {
	width: 100%;
	min-width: 640px;
	border: 1px solid #e2e4e7;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.cs-legal-document th,
.cs-legal-document td {
	padding: 12px 14px;
	border-right: 1px solid #e2e4e7;
	border-bottom: 1px solid #e2e4e7;
	vertical-align: top;
	text-align: left;
}

.cs-legal-document th {
	background: #f3f4f5;
	font-weight: 700;
}

.cs-legal-document tr:last-child td,
.cs-legal-document th:last-child,
.cs-legal-document td:last-child {
	border-right: 0;
}

.cs-legal-document tr:last-child td {
	border-bottom: 0;
}

.cs-legal-document a,
.cs-footer-legal a,
.cs-cookie-banner a,
.cs-cookie-modal a {
	color: var(--cs-theme-main-color, #d97c17);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cs-footer-legal {
	display: grid;
	grid-template-columns: minmax(280px, 1.2fr) minmax(300px, 1fr);
	gap: 28px;
	margin-top: 28px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .035);
	color: rgba(255, 255, 255, .75);
	font-size: 13px;
	line-height: 1.55;
}

.cs-footer-legal__identity,
.cs-footer-legal__links {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.cs-footer-legal__identity strong {
	color: #fff;
	font-size: 14px;
}

.cs-footer-legal__links button {
	width: max-content;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--cs-theme-main-color, #e38a24);
	font: inherit;
	text-align: left;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.cs-cookie-banner {
	position: fixed;
	right: 22px;
	bottom: 22px;
	left: 22px;
	z-index: 41000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1120px;
	margin: 0 auto;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: #17191c;
	box-shadow: 0 18px 54px rgba(0, 0, 0, .34);
	color: #fff;
}

.cs-cookie-banner[hidden],
.cs-cookie-modal[hidden] {
	display: none !important;
}

.cs-cookie-banner__copy {
	max-width: 650px;
}

.cs-cookie-banner h2,
.cs-cookie-modal h2 {
	margin: 0 0 6px;
	color: inherit;
	font-size: 18px;
	font-weight: 750;
	line-height: 1.3;
}

.cs-cookie-banner p,
.cs-cookie-option p {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 1.55;
}

.cs-cookie-banner__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 8px;
}

.cs-cookie-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 15px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.cs-cookie-btn--primary {
	border-color: var(--cs-theme-main-color, #d97c17);
	background: var(--cs-theme-main-color, #d97c17);
	color: #fff;
}

.cs-cookie-btn--secondary {
	border-color: rgba(255, 255, 255, .28);
	background: transparent;
	color: #fff;
}

.cs-cookie-modal {
	position: fixed;
	inset: 0;
	z-index: 41020;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.cs-cookie-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 9, 10, .68);
}

.cs-cookie-modal__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 560px);
	max-height: calc(100vh - 36px);
	padding: 22px;
	border: 1px solid #e1e3e6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
	color: #202124;
	overflow-y: auto;
}

.cs-cookie-modal__header,
.cs-cookie-modal__footer,
.cs-cookie-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.cs-cookie-modal__header {
	margin-bottom: 14px;
}

.cs-cookie-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid #e1e3e6;
	border-radius: 7px;
	background: #fff;
	color: #202124;
	cursor: pointer;
}

.cs-cookie-option {
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #e1e3e6;
	border-radius: 8px;
	background: #f8f9fa;
	cursor: pointer;
}

.cs-cookie-option strong {
	display: block;
	margin-bottom: 4px;
}

.cs-cookie-option p {
	color: #68717b;
}

.cs-cookie-option input {
	width: 20px;
	height: 20px;
	accent-color: var(--cs-theme-main-color, #d97c17);
}

.cs-cookie-modal__footer {
	margin-top: 18px;
}

.cs-checkout-legal-summary,
.cs-register-privacy-note {
	padding: 12px 14px;
	border: 1px solid #e1e3e6;
	border-radius: 6px;
	background: #f8f9fa;
	color: #4f5761;
	font-size: 13px;
	line-height: 1.45;
}

.cs-checkout-legal-summary strong,
.cs-register-privacy-note strong {
	display: block;
	margin-bottom: 3px;
	color: #202124;
	font-weight: 600;
}

.cs-checkout-legal-summary a,
#account-register .cs-register-newsletter-help a,
#account-register .cs-register-privacy-note a,
#account-register .us-form-checkbox-group a,
#agree-block .form-check-label a {
	color: var(--cs-theme-main-color, #d97c17);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

#agree-block .form-check-label {
	color: #4f5761;
	font-size: 13px;
	line-height: 1.4;
}

.cs-smartcheckout #button-go {
	height: auto;
	min-height: 52px;
	padding: 12px 20px;
	line-height: 1.25;
	white-space: normal;
}

.cs-register-newsletter-help {
	max-width: 720px;
	color: #68717b;
	font-size: 12px;
	line-height: 1.45;
}

#account-register .us-form-checkbox-group label {
	color: #4f5761;
	font-size: 13px;
	line-height: 1.4;
}

.cs-subscribe-consent {
	margin-top: 10px;
}

.cs-subscribe-consent label {
	display: block;
	max-width: 620px;
	min-height: 20px;
	padding-left: 27px;
	color: #c8cbd0;
	font-size: 12px;
	line-height: 1.45;
	cursor: pointer;
}

.cs-subscribe-consent label::before {
	top: 1px;
	width: 17px;
	height: 17px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
}

.cs-subscribe-consent .us-footer-form-bottom-input:checked + label::before {
	border-color: var(--cs-theme-main-color, #d97c17);
	background: var(--cs-theme-main-color, #d97c17);
}

.cs-subscribe-consent .us-footer-form-bottom-input:checked + label::after {
	top: 0;
	left: 3px;
	color: #fff;
	font-size: 11px;
	line-height: 17px;
}

.cs-subscribe-consent .us-footer-form-bottom-input.error_style + label::before {
	border-color: #eb5757;
	box-shadow: 0 0 0 3px rgba(235, 87, 87, 0.16);
}

.cs-subscribe-consent a {
	color: #fff;
	text-underline-offset: 2px;
}

@media (max-width: 767px) {
	.cs-footer-legal {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.cs-cookie-banner {
		right: 10px;
		bottom: 10px;
		left: 10px;
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		padding: 16px;
	}

	.cs-cookie-banner__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.cs-cookie-banner__actions .cs-cookie-btn--primary {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.cs-cookie-modal__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.cs-cookie-modal__footer .cs-cookie-btn {
		width: 100%;
	}
}
