.cdc-cookie-banner{position:fixed;inset:auto 0 0;z-index:99999;background:#1f1b18;color:#faf7f2;padding:16px}
.cdc-cookie-banner__inner{max-width:680px;margin:0 auto}
.cdc-cookie-banner__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.cdc-cookie-btn{border:1px solid #faf7f2;background:transparent;color:#faf7f2;padding:10px 16px;cursor:pointer}
.cdc-cookie-btn--primary{background:#faf7f2;color:#1f1b18}
.cdc-withdrawal-notice,.cdc-cosmetic-info{margin:16px 0;padding:12px;border:1px solid #d9d0c4;background:#faf7f2}
.cdc-checkout-legal-links{font-size:.875rem;margin-bottom:12px}

/* Return / withdrawal form */
.cdc-return-form{margin:1.5rem 0}
.cdc-return-form__card{
	background:var(--cdc-surface,#faf7f2);
	border:1px solid var(--cdc-border,#d9d0c4);
	border-radius:var(--cdc-radius,4px);
	padding:28px 24px 24px;
	box-shadow:0 1px 0 rgba(31,27,24,.04);
}
.cdc-return-form__notice{
	padding:14px 16px;
	margin:0 0 20px;
	border-radius:var(--cdc-radius,4px);
	font-size:.9375rem;
	line-height:1.5;
}
.cdc-return-form__notice--ok{background:#edf7ed;border:1px solid #b8dfc0;color:#1e4620}
.cdc-return-form__notice--err{background:#faf0ee;border:1px solid #e8c4c0;color:#6b2d28}
.cdc-return-form__grid{
	display:grid;
	grid-template-columns:1fr;
	gap:18px 20px;
}
@media (min-width:560px){
	.cdc-return-form__grid{grid-template-columns:1fr 1fr}
}
.cdc-return-form__field{margin:0}
.cdc-return-form__field--full{grid-column:1/-1}
.cdc-return-form__label{
	display:block;
	margin-bottom:6px;
	font-size:.8125rem;
	font-weight:600;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:var(--cdc-muted,#5a524c);
}
.cdc-return-form__label span{color:var(--cdc-accent,#7a6248)}
.cdc-return-form__input,
.cdc-return-form__select,
.cdc-return-form__textarea{
	width:100%;
	margin:0;
	padding:12px 14px;
	font:inherit;
	font-size:1rem;
	line-height:1.4;
	color:var(--cdc-text,#1f1b18);
	background:#fff;
	border:1px solid var(--cdc-border,#d9d0c4);
	border-radius:var(--cdc-radius,4px);
	transition:border-color .15s,box-shadow .15s;
	-webkit-appearance:none;
	appearance:none;
}
.cdc-return-form__select{
	padding-right:40px;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235a524c' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:right 14px center;
	background-color:#fff;
	cursor:pointer;
}
.cdc-return-form__textarea{min-height:112px;resize:vertical}
.cdc-return-form__input::placeholder,
.cdc-return-form__textarea::placeholder{color:#9a928a;opacity:1}
.cdc-return-form__input:focus,
.cdc-return-form__select:focus,
.cdc-return-form__textarea:focus{
	outline:none;
	border-color:var(--cdc-accent,#7a6248);
	box-shadow:0 0 0 3px rgba(122,98,72,.15);
}
.cdc-return-form__hint{
	margin:6px 0 0;
	font-size:.8125rem;
	line-height:1.45;
	color:var(--cdc-muted,#5a524c);
}
.cdc-return-form__actions{
	margin-top:24px;
	padding-top:20px;
	border-top:1px solid var(--cdc-border,#d9d0c4);
}
.cdc-return-form__submit{
	width:100%;
	min-height:52px;
	font-size:1rem;
}
@media (min-width:560px){
	.cdc-return-form__submit{width:auto;min-width:220px}
}
.cdc-content .cdc-return-form .button{display:none}

/* Legal draft notice — hidden */
.cdc-legal-draft{display:none!important}

/* Seller block on legal pages */
.cdc-seller-block{
	margin:0 0 20px;
	padding:16px 18px;
	background:#fff;
	border:1px solid var(--cdc-border,#d9d0c4);
	border-radius:var(--cdc-radius,4px);
	font-size:.9375rem;
	line-height:1.65;
}
.cdc-seller-block p{margin:0}

/* Withdrawal module page */
.cdc-withdrawal-page{margin-top:8px}
.cdc-withdrawal-page__intro{
	margin:0 0 28px;
	font-size:1.0625rem;
	line-height:1.65;
	color:var(--cdc-text,#1f1b18);
}
.cdc-withdrawal-page__section{margin:0 0 40px}
.cdc-withdrawal-page__section:last-child{margin-bottom:0}
.cdc-withdrawal-page__title{
	margin:0 0 8px;
	font-family:var(--cdc-font-display,var(--cdc-font-body,inherit));
	font-size:1.375rem;
	font-weight:400;
	line-height:1.3;
	color:var(--cdc-text,#1f1b18);
}
.cdc-withdrawal-page__lead{
	margin:0 0 20px;
	color:var(--cdc-muted,#5a524c);
	font-size:.9375rem;
	line-height:1.55;
}
.cdc-withdrawal-page__card{
	padding:22px 20px;
	background:var(--cdc-surface,#faf7f2);
	border:1px solid var(--cdc-border,#d9d0c4);
	border-radius:var(--cdc-radius,4px);
}
.cdc-withdrawal-page__subtitle{
	margin:0 0 12px;
	font-size:.8125rem;
	font-weight:600;
	letter-spacing:.06em;
	text-transform:uppercase;
	color:var(--cdc-muted,#5a524c);
}
.cdc-withdrawal-page__subtitle:not(:first-child){margin-top:24px}
.cdc-withdrawal-page__checklist{
	margin:0;
	padding:0;
	list-style:none;
}
.cdc-withdrawal-page__checklist li{
	position:relative;
	margin:0 0 10px;
	padding-left:1.35rem;
	line-height:1.5;
}
.cdc-withdrawal-page__checklist li:last-child{margin-bottom:0}
.cdc-withdrawal-page__checklist li::before{
	content:'';
	position:absolute;
	left:0;
	top:.55em;
	width:.55rem;
	height:.55rem;
	border-radius:50%;
	background:var(--cdc-accent,#7a6248);
}
.cdc-withdrawal-page__section--paper{padding-top:8px;border-top:1px solid var(--cdc-border,#d9d0c4)}
.cdc-content > h1 + .cdc-legal-draft + .cdc-withdrawal-page,
.cdc-content > .cdc-legal-draft + .cdc-withdrawal-page{margin-top:0}

/* Legal page close */
.cdc-legal-close{
	position:fixed;
	top:16px;
	right:16px;
	z-index:1000;
	display:flex;
	align-items:center;
	justify-content:center;
	width:44px;
	height:44px;
	border-radius:50%;
	background:var(--cdc-text,#1f1b18);
	color:var(--cdc-surface,#faf7f2);
	text-decoration:none;
	font-size:1.75rem;
	line-height:1;
	box-shadow:0 2px 12px rgba(31,27,24,.18);
	transition:background .15s,transform .15s;
}
.cdc-legal-close:hover,.cdc-legal-close:focus{
	background:#3d3530;
	color:var(--cdc-surface,#faf7f2);
	transform:scale(1.05);
	outline:none;
	box-shadow:0 0 0 3px rgba(122,98,72,.25);
}
.cdc-legal-close span{display:block;margin-top:-2px}
