.iwcs-buy-banner {
	width: 100%;
	margin: 0;
	border-top: 1px solid #fff;
	color: #fff;
	background: #090909;
	font-family: Lato, Arial, sans-serif;
}

.iwcs-buy-banner__content {
	width: calc(100% - 78px);
	max-width: 1202px;
	margin: 0 auto;
	padding: clamp(26px, 3vw, 38px) 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(28px, 5vw, 72px);
}

.iwcs-buy-banner__statement {
	max-width: 840px;
	margin: 0 !important;
	color: inherit;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(20px, 1.65vw, 25px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.28;
}

.iwcs-buy-banner__statement::before {
	width: 32px;
	height: 2px;
	margin: 0 0 15px;
	display: block;
	background: #ff5a32;
	content: "";
}

.iwcs-buy-banner__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.iwcs-buy-banner__button {
	min-height: 44px;
	padding: 11px 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	color: #090909;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.iwcs-buy-banner__button:hover,
.iwcs-buy-banner__button:focus-visible {
	border-color: #d8d8d8;
	color: #090909;
	background: #d8d8d8;
	transform: translateY(-1px);
}

.iwcs-buy-banner__button--secondary {
	color: #fff;
	background: transparent;
}

.iwcs-buy-banner__button--secondary:hover,
.iwcs-buy-banner__button--secondary:focus-visible {
	border-color: #fff;
	color: #090909;
	background: #fff;
}

/* Inactive preorder campaign template; re-enabled only by the campaign switch. */
.iwcs-stock-banner {
	width: 100%;
	max-width: none;
	margin: 0;
	border-top: 1px solid #fff;
	color: #fff;
	background: #090909;
	font-family: Lato, Arial, sans-serif;
}

.iwcs-stock-banner__content {
	width: calc(100% - 78px);
	max-width: 1202px;
	margin: 0 auto;
	padding: 23px 0 24px;
	display: grid;
	grid-template-columns: minmax(255px, .7fr) minmax(0, 1.45fr);
	align-items: center;
	gap: clamp(38px, 5vw, 76px);
	min-width: 0;
}

.iwcs-stock-banner__heading,
.iwcs-stock-banner__details {
	min-width: 0;
}

.iwcs-stock-banner__eyebrow {
	margin: 0 0 6px !important;
	color: #bdbdbd;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.iwcs-stock-banner h2 {
	margin: 0;
	color: inherit;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(24px, 2.5vw, 34px);
	font-weight: 760;
	letter-spacing: -.035em;
	line-height: 1.04;
}

.iwcs-stock-banner__body {
	margin: 0 !important;
	color: #fff;
	font-size: 15px;
	line-height: 1.42;
}

.iwcs-stock-banner__lead {
	margin: 4px 0 0 !important;
	color: #c7c7c7;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.iwcs-stock-banner__actions {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.iwcs-stock-banner__button {
	min-height: 42px;
	padding: 10px 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	border: 1px solid #fff;
	color: #090909;
	background: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.iwcs-stock-banner__button:hover,
.iwcs-stock-banner__button:focus-visible {
	border-color: #d8d8d8;
	background: #d8d8d8;
	color: #090909;
	transform: translateY(-1px);
}

.iwcs-stock-banner__button--secondary,
.iwcs-stock-banner__button--notify {
	color: #fff;
	background: transparent;
}

.iwcs-stock-banner__button--secondary:hover,
.iwcs-stock-banner__button--secondary:focus-visible,
.iwcs-stock-banner__button--notify:hover,
.iwcs-stock-banner__button--notify:focus-visible {
	border-color: #fff;
	color: #090909;
	background: #fff;
}

body.iwcs-restock-modal-open {
	overflow: hidden;
}

.iwcs-restock-modal[hidden] {
	display: none !important;
}

.iwcs-restock-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 24px;
	font-family: Lato, Arial, sans-serif;
}

button.iwcs-restock-modal__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	appearance: none;
	border: 0;
	background: rgba(0, 0, 0, .72) !important;
	cursor: pointer;
}

.iwcs-restock-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 520px);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	padding: clamp(30px, 4vw, 46px);
	border: 1px solid #111;
	color: #111;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

.iwcs-restock-modal__close {
	position: absolute;
	top: 17px;
	right: 18px;
	margin: 0;
	padding: 2px 0;
	appearance: none;
	border: 0;
	border-bottom: 1px solid currentColor;
	color: #5d5d5d;
	background: transparent;
	cursor: pointer;
	font: 700 11px/1.3 Lato, Arial, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.iwcs-restock-modal__close:hover,
.iwcs-restock-modal__close:focus-visible {
	color: #000;
}

.iwcs-restock-modal__eyebrow {
	margin: 0 0 8px !important;
	color: #606060;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.iwcs-restock-modal h2 {
	margin: 0;
	padding-right: 42px;
	color: #090909;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(25px, 4vw, 35px);
	font-weight: 780;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.iwcs-restock-modal__description {
	margin: 15px 0 22px !important;
	color: #333;
	font-size: 15px;
	line-height: 1.55;
}

.iwcs-restock-modal__form {
	position: relative;
}

.iwcs-restock-modal__email-label {
	margin-bottom: 7px;
	display: block;
	color: #111;
	font-size: 13px;
	font-weight: 800;
}

.iwcs-restock-modal__email {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid #111;
	border-radius: 0;
	color: #111;
	background: #fff;
	font: 16px/1.3 Lato, Arial, sans-serif;
}

.iwcs-restock-modal__email:focus {
	outline: 2px solid #111;
	outline-offset: 2px;
}

.iwcs-restock-modal__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.iwcs-restock-modal__consent {
	margin: 15px 0 18px;
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 9px;
	color: #333;
	font-size: 12px;
	line-height: 1.45;
}

.iwcs-restock-modal__consent input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: #111;
}

.iwcs-restock-modal__consent a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
}

.iwcs-restock-modal__submit {
	width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	appearance: none;
	border: 1px solid #111;
	border-radius: 0;
	color: #fff;
	background: #111;
	cursor: pointer;
	font: 800 14px/1.25 Lato, Arial, sans-serif;
	transition: background-color .16s ease, color .16s ease;
}

.iwcs-restock-modal__submit:hover,
.iwcs-restock-modal__submit:focus-visible {
	color: #111;
	background: #fff;
}

.iwcs-restock-modal__submit:disabled {
	cursor: wait;
	opacity: .62;
}

.iwcs-restock-modal__feedback {
	min-height: 20px;
	margin: 11px 0 0 !important;
	color: #222;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.iwcs-restock-modal__feedback:empty {
	min-height: 0;
	margin-top: 0 !important;
}

.iwcs-restock-modal__feedback.is-error {
	color: #9b1c1c;
}

.iwcs-restock-modal__feedback.is-success {
	color: #176137;
}

.iwcs-sales-counter {
	width: 100%;
	padding: 20px 39px clamp(34px, 3vw, 42px);
	border: 0;
	color: #f3efe7;
	background: #0c0c0b;
	font-family: Montserrat, Arial, sans-serif;
}

.iwcs-sales-counter p {
	width: 100%;
	max-width: 1202px;
	margin: 0 auto !important;
	padding-top: clamp(22px, 2.2vw, 30px);
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: .32em;
	border-top: 1px solid rgba(255, 255, 255, .15);
	font-size: clamp(20px, 1.7vw, 27px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.2;
	text-align: center;
}

.iwcs-sales-counter strong {
	font-family: Montserrat, Arial, sans-serif;
	color: #ff5a32;
	font-size: 1.45em;
	font-weight: 800;
	letter-spacing: -.055em;
}

.iwr-reviews[data-iwr-sales-counter="product"] .iwr-reviews__header {
	margin-bottom: clamp(14px, 1.5vw, 18px);
}

.iwr-reviews .iwcs-sales-counter--product-reviews {
	width: min(calc(100% - 48px), 1364px);
	margin: 0 auto clamp(26px, 3.2vw, 42px);
	padding: 0;
	color: #f3efe7;
	background: transparent;
}

.iwr-reviews .iwcs-sales-counter--product-reviews p {
	max-width: none;
	padding: clamp(15px, 1.7vw, 21px) clamp(18px, 2.5vw, 32px);
	border: 1px solid rgba(255, 255, 255, .15);
	background: rgba(255, 255, 255, .035);
	font-size: clamp(18px, 1.45vw, 23px);
}

.iwr-reviews .iwcs-sales-counter--product-reviews strong {
	font-size: 1.4em;
}

.iwcs-brda-landing .iwcs-landing-value {
	padding: clamp(32px, 3.4vw, 44px) 39px 20px;
	color: #f3efe7;
	background: #0c0c0b;
}

.iwcs-brda-landing .iwcs-landing-value p {
	max-width: 1202px;
	color: inherit;
	font-size: clamp(20px, 1.65vw, 25px);
	line-height: 1.28;
}

.iwcs-brda-landing .iwcs-landing-value p::before {
	width: 32px;
	height: 2px;
	margin: 0 auto 17px;
	display: block;
	background: #ff5a32;
	content: "";
}

.iwcs-brda-landing .iwr-reviews {
	padding-top: clamp(34px, 4vw, 54px);
	border-top: 1px solid rgba(255, 255, 255, .15);
	background: #0c0c0b;
}

.iwcs-brda-landing .iwr-reviews::before {
	display: none;
}

.iwcs-brda-landing .iwr-reviews__header {
	width: min(calc(100% - 78px), 1202px);
}

.iwcs-product-stock-note {
	width: min(100%, 560px);
	margin: 0 0 16px;
	padding: 14px 16px;
	border: 1px solid #c8c8c8;
	border-left: 4px solid #111;
	color: #111;
	background: #fff;
	font-family: Lato, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
}

.iwcs-product-stock-note--preorder {
	border-color: #111;
	border-left-width: 4px;
	color: #111;
	background: #f2f2f2;
}

.iwcs-product-stock-note strong {
	display: block;
	font-size: 15px;
	line-height: 1.3;
}

.iwcs-product-stock-note p {
	margin: 4px 0 0 !important;
}

.iwcs-brda-product .iwcs-product-availability--preorder {
	color: #7b2e15 !important;
	background: #ffe5d8;
}

.iwcs-preorder-checkout {
	width: 100%;
	margin: 0 0 24px;
	padding: 18px 20px;
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 13px;
	border: 1px solid #e4a187;
	border-left: 5px solid #d9653b;
	color: #35180f;
	background: #fff4ee;
	font-family: Lato, Arial, sans-serif;
	line-height: 1.45;
}

.iwcs-preorder-checkout__icon {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: #d9653b;
	font-weight: 900;
}

.iwcs-preorder-checkout__eyebrow {
	margin: 0 0 3px !important;
	color: #9f3c1d;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.iwcs-preorder-checkout strong {
	display: block;
	font-size: 16px;
}

.iwcs-preorder-checkout p:last-child {
	margin: 4px 0 0 !important;
	font-size: 13px;
}

.iwcd-flow--cart .iwcd-commerce > .woocommerce > .iwcs-preorder-checkout {
	margin-bottom: 0;
	grid-column: 1 / -1;
}

@media (min-width: 768px) {
	.iwcs-brda-landing .elementor.elementor-7506 {
		display: flex;
		flex-direction: column;
	}

	.iwcs-brda-landing .elementor.elementor-7506 > .iwcs-stock-banner--preorder {
		order: -1;
	}

	.iwcd-flow form.checkout:has(> .iwcs-preorder-checkout) > .iwcs-preorder-checkout {
		margin-bottom: 40px;
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.iwcd-flow form.checkout:has(> .iwcs-preorder-checkout) #customer_details {
		grid-row: 2 / span 3;
	}

	.iwcd-flow form.checkout:has(> .iwcs-preorder-checkout) #order_review_heading {
		grid-row: 2;
	}

	.iwcd-flow form.checkout:has(> .iwcs-preorder-checkout) .iwcd-edit-cart {
		grid-row: 3;
	}

	.iwcd-flow form.checkout:has(> .iwcs-preorder-checkout) #order_review {
		grid-row: 4;
	}
}

@media (max-width: 767px) {
	.iwcs-buy-banner__content {
		width: 100%;
		padding: 27px 20px 24px;
		display: block;
	}

	.iwcs-buy-banner__statement {
		font-size: clamp(20px, 6vw, 24px);
	}

	.iwcs-buy-banner__actions {
		margin-top: 20px;
		display: grid;
		justify-content: stretch;
	}

	.iwcs-buy-banner__button {
		width: 100%;
	}

	.iwcs-stock-banner {
		width: 100%;
		margin: 0;
	}

	.iwcs-stock-banner__content {
		width: 100%;
		max-width: none;
		padding: 22px 20px 20px;
		display: block;
	}

	.iwcs-stock-banner__heading {
		margin-bottom: 12px;
	}

	.iwcs-stock-banner h2 {
		font-size: clamp(25px, 8.5vw, 34px);
	}

	.iwcs-stock-banner__body {
		font-size: 15px;
		line-height: 1.43;
	}

	.iwcs-stock-banner__lead {
		font-size: 13px;
	}

	.iwcs-stock-banner__actions {
		margin-top: 15px;
		display: grid;
	}

	.iwcs-stock-banner__button {
		width: 100%;
		min-height: 47px;
		padding-inline: 14px;
	}

	.iwcs-restock-modal {
		padding: 12px;
		place-items: end center;
	}

	.iwcs-restock-modal__dialog {
		width: 100%;
		max-height: calc(100vh - 24px);
		padding: 34px 22px 24px;
	}

	.iwcs-restock-modal h2 {
		padding-right: 30px;
		font-size: 27px;
	}

	.iwcs-restock-modal__description {
		margin: 12px 0 19px !important;
	}

	.iwcs-sales-counter {
		padding: 16px 20px 30px;
	}

	.iwcs-sales-counter p {
		padding-top: 22px;
		display: block;
		font-size: 18px;
		line-height: 1.25;
	}

	.iwcs-sales-counter strong {
		margin: 4px 0 2px;
		display: block;
		font-size: 2.3em;
	}

	.iwr-reviews .iwcs-sales-counter--product-reviews {
		width: calc(100% - 40px);
		margin-bottom: 26px;
		padding: 0;
	}

	.iwr-reviews .iwcs-sales-counter--product-reviews p {
		padding: 17px 16px;
		font-size: 17px;
	}

	.iwr-reviews .iwcs-sales-counter--product-reviews strong {
		margin: 3px 0 1px;
		font-size: 2em;
	}

	.iwcs-brda-landing .iwcs-landing-value {
		padding: 28px 20px 16px;
	}

	.iwcs-brda-landing .iwcs-landing-value p {
		font-size: 18px;
		line-height: 1.3;
		text-align: center;
	}

	.iwcs-brda-landing .iwcs-landing-value p::before {
		margin-bottom: 14px;
	}

	.iwcs-brda-landing .iwr-reviews {
		padding: 32px 0 48px;
	}

	.iwcs-brda-landing .iwr-reviews__header {
		width: calc(100% - 40px);
	}

	.iwcs-product-stock-note {
		margin-bottom: 13px;
		padding: 12px 13px;
	}

	.iwcs-preorder-checkout {
		margin-bottom: 18px;
		padding: 15px 14px;
		grid-template-columns: 27px minmax(0, 1fr);
		gap: 10px;
	}

	.iwcs-preorder-checkout__icon {
		width: 25px;
		height: 25px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.iwcs-stock-banner__button,
	.iwcs-restock-modal__submit {
		transition: none;
	}
}
