/* Funnel : panier + compte client */

body.sweat-promo-page-compact .entry-hero,
body.sweat-promo-page-compact .entry-hero-section,
body.sweat-promo-page-compact .entry-hero-section-inner,
body.sweat-promo-page-compact .entry-hero-container,
body.sweat-promo-page-compact .entry-hero-container-inner,
body.sweat-promo-page-compact .hero-section,
body.sweat-promo-page-compact .page-hero-section,
body.sweat-promo-page-compact .entry-header,
body.sweat-promo-page-compact .kadence-breadcrumbs,
body.sweat-promo-page-compact nav[aria-label="Breadcrumbs"],
body.sweat-promo-page-compact .woocommerce-breadcrumb,
body.sweat-promo-page-compact .rank-math-breadcrumb,
body.sweat-promo-page-compact .yoast-breadcrumb,
body.sweat-promo-page-compact .breadcrumb,
body.sweat-promo-page-compact .breadcrumbs {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.sweat-promo-page-compact .content-wrap,
body.sweat-promo-page-compact .entry-content-wrap,
body.sweat-promo-page-compact .site-main .content-container,
body.sweat-promo-page-compact #main-content .content-bg,
body.sweat-promo-page-compact .content-area,
body.sweat-promo-page-compact .site-main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.sweat-promo-page-compact .sweat-promo-funnel {
	margin-top: 0;
}

.sweat-promo-funnel {
	max-width: 960px;
	margin: 0 auto 48px;
	padding: 0 16px;
}

.sweat-promo-funnel__header {
	margin-bottom: 24px;
}

.sweat-promo-funnel__title {
	margin: 0 0 8px;
	font-size: 1.75rem;
	font-weight: 700;
	color: #1a1a1a;
}

.sweat-promo-funnel__intro {
	margin: 0;
	color: #5c5c5c;
	line-height: 1.5;
}

.sweat-promo-funnel-btn {
	text-align: center;
	text-decoration: none;
}

.sweat-promo-funnel-btn--secondary {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sweat-promo-cart__actions .sweat-promo-product-preview__edit {
	min-width: 220px;
}

.sweat-promo-cart__empty {
	margin: 0 0 16px;
	font-size: 15px;
}

.sweat-promo-cart__lines {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 20px;
}

.sweat-promo-cart-line {
	display: grid;
	grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
	gap: 20px;
	padding: 16px;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	background: #fff;
}

.sweat-promo-cart-line__title {
	margin: 0 0 12px;
	font-size: 1.15rem;
}

.sweat-promo-cart-line__meta {
	display: grid;
	gap: 8px;
	margin: 0 0 12px;
}

.sweat-promo-cart-line__section {
	margin: 0 0 12px;
}

.sweat-promo-cart-line__section-label {
	margin: 0 0 8px;
	font-weight: 600;
	color: #3c3c3c;
}

.sweat-promo-cart-line__section--perso .sweat-promo-cart-line__section-label {
	margin-bottom: 2px;
}

.sweat-promo-cart-line__section--perso .sweat-promo-cart-line__perso-row {
	margin: 0 0 6px;
}

.sweat-promo-cart-line__preview.sweat-promo-preview-strip,
.sweat-promo-checkout-product__preview.sweat-promo-preview-strip {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
}

.sweat-promo-checkout-product__preview .sweat-promo-preview-grid,
.sweat-promo-cart-line__preview .sweat-promo-preview-grid {
	gap: 0;
}

.sweat-promo-checkout-product--review {
	margin-bottom: 16px;
}

.sweat-promo-cart-line__perso-row {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 8px;
	margin: 0 0 8px;
	font-size: 14px;
}

.sweat-promo-cart-line__perso-key {
	font-weight: 600;
	color: #3c3c3c;
}

.sweat-promo-cart-line__perso-val {
	color: #1a1a1a;
}

.sweat-promo-cart-line__perso-slug,
.sweat-promo-cart-line__perso-label {
	font-weight: 600;
	color: #3c3c3c;
}

.sweat-promo-cart-line__meta div {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 8px;
}

.sweat-promo-cart-line__meta dt {
	margin: 0;
	font-weight: 600;
	color: #3c3c3c;
}

.sweat-promo-cart-line__meta dd {
	margin: 0;
}

.sweat-promo-cart-line__perso {
	margin: 0 0 12px;
	padding-left: 18px;
	font-size: 13px;
	color: #3c3c3c;
}

.sweat-promo-cart-line__perso-empty {
	margin: 0 0 12px;
}

.sweat-promo-cart-line__remove {
	padding: 6px 12px;
	font-size: 12px;
	color: #b32d2e;
	background: #fff;
	border: 1px solid #b32d2e;
	border-radius: 3px;
	cursor: pointer;
}

.sweat-promo-cart-line__remove:hover,
.sweat-promo-cart-line__remove:focus {
	color: #fff;
	background: #b32d2e;
}

.sweat-promo-cart__footer {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
	text-align: center;
}

.sweat-promo-cart__total {
	font-size: 16px;
	margin: 0 0 16px;
}

.sweat-promo-cart__lead-times {
	margin: 0 0 14px;
	padding: 12px 14px;
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	text-align: left;
}

.sweat-promo-cart__lead-times-hint {
	margin: 8px 0 0;
	font-size: 11px;
	line-height: 1.45;
	color: #666;
	font-style: italic;
}

.sweat-promo-cart__actions {
	margin-bottom: 10px;
}

.sweat-promo-cart__checkout[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
}

.sweat-promo-account__tabs--dashboard {
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.sweat-promo-account__panel {
	margin-bottom: 24px;
}


.sweat-promo-funnel__header {
	margin-bottom: 16px;
}

.sweat-promo-account .sweat-promo-funnel__title {
	font-size: 1.5rem;
}

.sweat-promo-account__tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
}

.sweat-promo-account__tab {
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	background: #fff;
	color: #1d2327;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sweat-promo-account__tab:hover,
.sweat-promo-account__tab:focus {
	background: #f0f6fc;
	border-color: #2271b1;
	color: #135e96;
	outline: none;
}

.sweat-promo-account__tab.is-active {
	color: #fff;
	background: var(--sweat-btn-primary-bg, #2271b1);
	border-color: var(--sweat-btn-primary-border, #2271b1);
}

.sweat-promo-account__tab.is-active:hover,
.sweat-promo-account__tab.is-active:focus {
	background: var(--sweat-btn-primary-hover-bg, #135e96);
	border-color: var(--sweat-btn-primary-hover-bg, #135e96);
	color: #fff;
}

.sweat-promo-account__tabs--dashboard .sweat-promo-account__tab {
	flex: 1 1 auto;
	min-width: 0;
	text-align: center;
}

.sweat-promo-account__form {
	max-width: 420px;
}

.sweat-promo-account__form label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 13px;
}

.sweat-promo-account__form input[type="text"],
.sweat-promo-account__form input[type="email"],
.sweat-promo-account__form input[type="password"] {
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 12px;
	border: 1px solid #c3c4c7;
	border-radius: 3px;
	box-sizing: border-box;
}

.sweat-promo-account__notice {
	padding: 10px 12px;
	border-radius: 4px;
	margin-bottom: 16px;
}

.sweat-promo-account__notice--success {
	background: #edfaef;
	border: 1px solid #2e7d32;
	color: #1b5e20;
}

.sweat-promo-account__notice--warning {
	background: #fff8e5;
	border: 1px solid #dba617;
	color: #6d4c00;
}

.sweat-promo-account__storage {
	margin: 2rem 0 0;
	padding: 0.75rem 0 0;
	border: 0;
	border-top: 1px solid #e8e8e8;
	border-radius: 0;
	background: transparent;
	font-size: 0.82rem;
	color: #646970;
}

.sweat-promo-account__storage.is-full {
	border-top-color: #e6d9b8;
	background: transparent;
}

.sweat-promo-account__storage-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.35rem;
}

.sweat-promo-account__storage-label {
	font-weight: 500;
	color: #646970;
}

.sweat-promo-account__storage-meta {
	font-size: 0.82rem;
	color: #8c8f94;
}

.sweat-promo-account__storage-bar {
	height: 4px;
	border-radius: 999px;
	background: #ececec;
	overflow: hidden;
	max-width: 280px;
}

.sweat-promo-account__storage-fill {
	display: block;
	height: 100%;
	background: #b8c4ce;
	border-radius: inherit;
}

.sweat-promo-account__storage.is-full .sweat-promo-account__storage-fill {
	background: #d4a94a;
}

.sweat-promo-account__storage-notice {
	margin: 0.45rem 0 0;
	font-size: 0.82rem;
	color: #8c8f94;
}

.sweat-promo-account__storage-notice--warning {
	color: #8a6d1f;
}

.sweat-promo-account__storage-hint {
	margin: 0.35rem 0 0;
	font-size: 0.78rem;
	color: #a7aaad;
}

.sweat-promo-account__resend-verification {
	display: inline;
	margin-left: 0.35em;
	padding: 0;
	border: 0;
	background: none !important;
	color: #135e96;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
	font-size: inherit;
	line-height: inherit;
	box-shadow: none !important;
}

.sweat-promo-account__resend-verification:hover,
.sweat-promo-account__resend-verification:focus {
	background: none !important;
	color: #0a4b78;
	text-decoration: underline;
	outline: none;
}

.sweat-promo-account__resend-verification[aria-disabled="true"] {
	opacity: 0.6;
	cursor: wait;
	pointer-events: none;
}

.sweat-promo-cart__verify-notice {
	margin: 12px 0 0;
}

.sweat-promo-account__saved {
	margin: 0;
	padding-left: 18px;
}

.sweat-promo-account__section {
	margin-bottom: 32px;
}

.sweat-promo-account__section h2 {
	margin: 0 0 8px;
	font-size: 1.25rem;
}

.sweat-promo-account__cards {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.sweat-promo-account__cards--nested {
	margin-top: 12px;
}

.sweat-promo-account-card {
	display: grid;
	grid-template-columns: minmax(140px, 220px) 1fr;
	gap: 16px;
	padding: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	background: #fff;
}

.sweat-promo-account-card__preview {
	min-height: 120px;
}

.sweat-promo-account-card__title {
	margin: 0 0 6px;
	font-size: 1.05rem;
}

.sweat-promo-account-card__title-link {
	color: inherit;
	text-decoration: none;
}

.sweat-promo-account-card__title-link:hover,
.sweat-promo-account-card__title-link:focus {
	color: #2271b1;
	text-decoration: underline;
}

.sweat-promo-account-card__add-cart,
.sweat-promo-account-card__restore {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sweat-promo-account-card__meta {
	display: grid;
	gap: 6px;
	margin: 0 0 12px;
	font-size: 14px;
}

.sweat-promo-account-card__meta div {
	display: flex;
	gap: 8px;
}

.sweat-promo-account-card__meta dt {
	margin: 0;
	font-weight: 600;
	min-width: 88px;
}

.sweat-promo-account-card__meta dd {
	margin: 0;
}

.sweat-promo-account-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.sweat-promo-account-card__product-link {
	font-size: 14px;
}

.sweat-promo-account-card__delete {
	padding: 6px 12px;
	font-size: 12px;
	color: #b32d2e;
	background: #fff;
	border: 1px solid #b32d2e;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
}

.sweat-promo-account-card__delete:hover,
.sweat-promo-account-card__delete:focus {
	color: #fff;
	background: #b32d2e;
}

.sweat-promo-line-previews {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 0;
}

.sweat-promo-line-previews__item {
	min-height: 72px;
	flex: 0 0 auto;
}

.sweat-promo-account-card__preview.sweat-promo-line-previews {
	min-height: 0;
}

.sweat-promo-account-order {
	margin-bottom: 20px;
	padding: 16px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	background: #fafafa;
}

.sweat-promo-account-order__header {
	margin-bottom: 8px;
}

.sweat-promo-account-order__title {
	margin: 0 0 4px;
	font-size: 1.1rem;
}

.sweat-promo-account-order__status {
	margin: 4px 0 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--sweat-brand-accent);
}

.sweat-promo-account__links {
	margin-top: 20px;
}

.sweat-promo-account__guest-auth-link {
	margin-left: 0.35em;
	font-weight: 600;
}

.sweat-promo-account__guest-cart .sweat-promo-account__panel {
	margin-top: 12px;
}

.sweat-promo-account__dashboard-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	margin-bottom: 16px;
}

.sweat-promo-account__dashboard-head .sweat-promo-account__welcome {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.sweat-promo-account__dashboard-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.sweat-promo-account__head-tab {
	min-width: 0;
	padding: 10px 18px;
	font-size: 13px;
	white-space: nowrap;
	cursor: pointer;
}

.sweat-promo-account__head-tab.is-active {
	border-color: var(--sweat-brand-accent, #b32d2e);
	color: var(--sweat-brand-accent, #b32d2e);
}

.sweat-promo-account__logout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 10px 18px;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
}

.sweat-promo-account__section-title {
	margin: 28px 0 12px;
	font-size: 1.1rem;
	font-weight: 700;
}

.sweat-promo-account__panel[data-account-panel="profile"] {
	max-width: none;
}

.sweat-promo-account__form--profile,
.sweat-promo-account__form--password {
	max-width: none;
	width: 100%;
}

.sweat-promo-account__form--profile .sweat-promo-checkout__fieldset {
	margin-bottom: 24px;
	border: 0;
	padding: 0;
}

.sweat-promo-account__form--profile .sweat-promo-checkout__fieldset legend {
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 12px;
	padding: 0;
}

.sweat-promo-account__form--profile .sweat-promo-checkout__field-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.sweat-promo-account__form--profile .sweat-promo-checkout__fieldset p {
	margin: 0 0 12px;
}

.sweat-promo-account__form--profile .sweat-promo-checkout__fieldset input[type="text"],
.sweat-promo-account__form--profile .sweat-promo-checkout__fieldset input[type="email"],
.sweat-promo-account__form--profile .sweat-promo-checkout__fieldset input[type="tel"],
.sweat-promo-account__form--profile .sweat-promo-checkout__fieldset select {
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	margin-bottom: 0;
	border: 1px solid #c3c4c7;
	border-radius: 3px;
	box-sizing: border-box;
}

@media (max-width: 720px) {
	.sweat-promo-account__dashboard-head {
		flex-direction: column;
		align-items: stretch;
	}

	.sweat-promo-account__dashboard-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.sweat-promo-account__head-tab,
	.sweat-promo-account__logout {
		width: 100%;
	}
}

@media (max-width: 720px) {
	.sweat-promo-cart-line {
		grid-template-columns: 1fr;
	}

	.sweat-promo-account-card {
		grid-template-columns: 1fr;
	}
}

/* Checkout / bon de commande */

.sweat-promo-checkout__messages {
	margin-bottom: 20px;
}

.sweat-promo-checkout__validation-notice {
	margin: 0 0 1.5rem;
	padding: 0.85rem 1rem;
	border: 1px solid #d6e4f0;
	border-left: 4px solid #2271b1;
	border-radius: 6px;
	background: #f6f9fc;
	color: #2c3338;
	font-size: 0.92rem;
	line-height: 1.5;
}

.sweat-promo-checkout__validation-notice p {
	margin: 0;
}

.sweat-promo-checkout__step-footer {
	margin: 8px 0 0;
	padding-top: 8px;
	text-align: center;
}

.sweat-promo-checkout__back-link {
	padding: 10px 22px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
}

.sweat-promo-checkout__step-title {
	margin: 0 0 16px;
	font-size: 1.25rem;
	font-weight: 700;
}

.sweat-promo-checkout__hint {
	margin: 0 0 20px;
	color: #5c5c5c;
}

.sweat-promo-checkout__mode-cards {
	display: grid;
	gap: 16px;
	margin-bottom: 24px;
}

.sweat-promo-checkout__mode-card {
	display: block;
	width: 100%;
	padding: 18px 20px;
	text-align: left;
	border: 2px solid #ebebeb;
	border-radius: 6px;
	background: #fff !important;
	color: #1d2327 !important;
	cursor: pointer;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	box-shadow: none;
}

.sweat-promo-checkout__mode-card:hover,
.sweat-promo-checkout__mode-card:focus {
	border-color: var(--sweat-btn-primary-bg, #2271b1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	outline: none;
	background: #fff !important;
	color: #1d2327 !important;
}

.sweat-promo-checkout__mode-card-title {
	display: block;
	margin-bottom: 8px;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--sweat-btn-primary-bg, #2271b1) !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.sweat-promo-checkout__mode-emphasis {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	color: inherit;
}

.sweat-promo-checkout__mode-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #3c3c3c !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.sweat-promo-checkout__global-qty-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 16px 28px;
	margin: 12px 0 4px;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background: #fafbfc;
}

.sweat-promo-checkout__global-qty-field {
	margin: 0;
	min-width: 160px;
}

.sweat-promo-checkout__global-qty-field input {
	max-width: 140px;
}

.sweat-promo-checkout__line-price {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sweat-promo-checkout__line-price-label {
	font-size: 13px;
	font-weight: 600;
	color: #50575e;
}

.sweat-promo-checkout__line-price-value {
	font-size: 1.15rem;
	font-weight: 700;
	color: #1d2327;
}

.sweat-promo-checkout__acceptances {
	display: grid;
	gap: 12px;
	margin: 0 0 1.25rem;
}

.sweat-promo-checkout__acceptance {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.45;
	color: #2c3338;
}

.sweat-promo-checkout__acceptance input {
	margin-top: 3px;
	flex: 0 0 auto;
}

.sweat-promo-checkout__step--review .sweat-promo-checkout__validation-notice {
	margin: 1.25rem 0;
}

.sweat-promo-checkout__form fieldset {
	margin: 0 0 24px;
	padding: 16px 18px;
	border: 1px solid #ebebeb;
	border-radius: 6px;
}

.sweat-promo-checkout__form legend {
	padding: 0 4px;
	font-weight: 700;
	font-size: 14px;
}

.sweat-promo-checkout__form label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 13px;
}

.sweat-promo-checkout__form input[type="text"],
.sweat-promo-checkout__form input[type="email"],
.sweat-promo-checkout__form input[type="tel"],
.sweat-promo-checkout__form input[type="date"],
.sweat-promo-checkout__form input[type="number"],
.sweat-promo-checkout__form input[type="file"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	margin-bottom: 12px;
	border: 1px solid #c3c4c7;
	border-radius: 3px;
	box-sizing: border-box;
}

.sweat-promo-checkout__form .description {
	margin: 0 0 10px;
	font-size: 13px;
	color: #5c5c5c;
}

.sweat-promo-checkout-product {
	display: grid;
	grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
	gap: 20px;
	margin-bottom: 24px;
	padding: 16px;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	background: #fafafa;
}

.sweat-promo-checkout-product__title {
	margin: 0 0 12px;
	font-size: 1.1rem;
}

.sweat-promo-checkout__color-block {
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fff;
}

.sweat-promo-checkout__size-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
	gap: 10px;
}

.sweat-promo-checkout__size-field span {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.sweat-promo-checkout__size-field input {
	margin-bottom: 0;
	text-align: center;
}

.sweat-promo-checkout__field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 16px;
}

.sweat-promo-checkout__field-row p {
	margin: 0;
}

.sweat-promo-checkout__same-billing {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-weight: 600;
}

.sweat-promo-checkout__same-billing input {
	width: auto;
	margin: 0;
}

.sweat-promo-checkout__radio {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	font-weight: 500;
}

.sweat-promo-checkout__radio input {
	width: auto;
	margin: 0;
}

.sweat-promo-checkout__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.sweat-promo-checkout__review {
	display: grid;
	gap: 16px;
	margin-bottom: 24px;
}

.sweat-promo-checkout__review-block {
	padding: 16px 18px;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	background: #fafafa;
}

.sweat-promo-checkout__review-heading {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #3c3c3c;
}

.sweat-promo-checkout__review-block p {
	margin: 0;
	line-height: 1.55;
	font-size: 14px;
	color: #1a1a1a;
}

.sweat-promo-checkout__review-product {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e8e8e8;
}

.sweat-promo-checkout__review-product:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sweat-promo-checkout__review-product > strong {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
}

.sweat-promo-checkout__review-color {
	display: grid;
	grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
	gap: 8px 12px;
	margin-bottom: 6px;
	font-size: 13px;
}

.sweat-promo-checkout__review-color-label {
	font-weight: 600;
	color: #3c3c3c;
}

.sweat-promo-checkout__fieldset--surnom .sweat-promo-checkout__surnom-product {
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	background: #fff;
}

.sweat-promo-checkout__surnom-product-name {
	margin: 0 0 10px;
	font-weight: 700;
}

.sweat-promo-checkout__surnom-field {
	margin: 0 0 10px;
}

.sweat-promo-checkout__surnom-file {
	margin-top: 12px;
}

.sweat-promo-checkout__review-line-price {
	margin: 8px 0 0;
	font-size: 14px;
}

.sweat-promo-checkout__review-line-total,
.sweat-promo-checkout__review-meta,
.sweat-promo-checkout__review-total {
	margin-top: 10px !important;
	font-size: 13px;
	color: #3c3c3c;
}

.sweat-promo-checkout__review-meta--technique {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sweat-promo-checkout__technique-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	color: var(--sweat-brand-accent, #2271b1);
}

.sweat-promo-checkout__technique-icon svg {
	width: 100%;
	height: 100%;
}

.sweat-promo-checkout__review-total {
	margin-top: 14px !important;
	padding-top: 12px;
	border-top: 1px solid #e0e0e0;
	font-size: 15px;
}

.sweat-promo-checkout__review-lead-times {
	font-weight: 600;
	color: #1a1a1a;
}

.sweat-promo-checkout__form select {
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	margin-bottom: 12px;
	border: 1px solid #c3c4c7;
	border-radius: 3px;
	box-sizing: border-box;
}

.sweat-promo-checkout__review-block--lead-times {
	background: #f3f8ff;
	border-color: #c5daf5;
}

.sweat-promo-checkout__success {
	padding: 24px;
	text-align: center;
	border: 1px solid #2e7d32;
	border-radius: 6px;
	background: #edfaef;
}

.sweat-promo-checkout__success h2 {
	margin: 0 0 12px;
	color: #1b5e20;
}

.sweat-promo-checkout__success-message {
	margin: 0 0 20px;
	font-size: 15px;
}

.sweat-promo-checkout .required {
	color: #b32d2e;
}

@media (max-width: 720px) {
	.sweat-promo-checkout-product {
		grid-template-columns: 1fr;
	}

	.sweat-promo-checkout__field-row {
		grid-template-columns: 1fr;
	}

	.sweat-promo-checkout__review-color {
		grid-template-columns: 1fr;
	}
}
