/* Two-pack Water Winger kit: match the single-kit purchase panel. */
@media (min-width: 821px) {
	html body.single-product.postid-3486 #content #product-3486 {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: clamp(28px, 3.5vw, 48px) !important;
		align-items: start !important;
	}

	html body.single-product.postid-3486 #content #product-3486 > .two_fifth,
	html body.single-product.postid-3486 #content #product-3486 > .three_fifth {
		box-sizing: border-box !important;
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		float: none !important;
	}

	html body.single-product.postid-3486 #content #product-3486 > *:not(.two_fifth):not(.three_fifth):not(.clearboth) {
		grid-column: 1 / -1 !important;
	}

	html body.single-product.postid-3486 #content #product-3486 > .clearboth {
		display: none !important;
	}
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary {
	box-sizing: border-box !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-align: left !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .entry-header {
	margin: 0 0 18px !important;
	padding: 0 0 18px !important;
	border-bottom: 1px solid #e1e8e9 !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .product_title,
html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .price { text-align: left !important; }

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .woocommerce-product-details__short-description > p:not(.wwir-product-actions) {
	margin: 0 0 20px !important;
	color: #2b434d !important;
	font-size: 17px !important;
	font-weight: 550 !important;
	letter-spacing: .002em !important;
	line-height: 1.58 !important;
	text-align: left !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .wwir-product-actions {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin: 18px 0 16px !important;
}

/* The legacy two-pack layer renders a second copy of the same resource links. */
html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .entry-footer > nav.wwir-product-actions,
html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-two-pack-learn-actions {
	display: none !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .wwir-product-action {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	min-height: 48px !important;
	padding: 11px 16px !important;
	border: 2px solid #173b4a !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: #173b4a !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
	text-align: center !important;
	text-decoration: none !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .wwir-product-action:hover,
html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .wwir-product-action:focus-visible {
	border-color: #e86d32 !important;
	background: #fff4eb !important;
	color: #a84408 !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts {
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts__grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

@media (min-width: 1280px) {
	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.variations_form.cart {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 76px minmax(210px, .78fr) !important;
		align-items: end !important;
		gap: 10px !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart table.variations {
		margin: 0 !important;
		padding: 10px 12px !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart table.variations th {
		margin-bottom: 4px !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart table.variations select {
		min-height: 48px !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .single_variation_wrap {
		min-width: 0 !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .woocommerce-variation-add-to-cart {
		grid-template-columns: 76px minmax(0, 1fr) !important;
		grid-template-rows: 54px !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .quantity,
	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .quantity input {
		height: 54px !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts {
		padding: 0 !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts__grid > div {
		min-height: 94px !important;
		padding: 12px 10px !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts strong {
		font-size: 16px !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts span {
		font-size: 12px !important;
	}
}

/* Carry the page's light product-card language into the lower planning CTA. */
html body.single-product.postid-3486 #content .ww-safe-product-help {
	box-sizing: border-box !important;
	width: min(100% - 32px, 980px) !important;
	margin: 44px auto 54px !important;
	padding: clamp(30px, 3.5vw, 42px) 0 6px !important;
	border: 0 !important;
	border-top: 1px solid #d7e3e6 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #40565f !important;
	text-align: center !important;
}

html body.single-product.postid-3486 #content .ww-safe-product-help > p:first-child {
	margin: 0 0 8px !important;
	color: #934009 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	letter-spacing: .11em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

html body.single-product.postid-3486 #content .ww-safe-product-help > h2 {
	max-width: 720px !important;
	margin: 0 auto 12px !important;
	color: #143541 !important;
	font-size: clamp(30px, 2.5vw, 38px) !important;
	font-weight: 900 !important;
	letter-spacing: -.025em !important;
	line-height: 1.12 !important;
}

html body.single-product.postid-3486 #content .ww-safe-product-help > p:not(:first-child) {
	max-width: 700px !important;
	margin: 0 auto !important;
	color: #304a54 !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
}

html body.single-product.postid-3486 #content .ww-safe-product-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 10px !important;
	margin-top: 20px !important;
}

html body.single-product.postid-3486 #content .ww-safe-product-actions > a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 44px !important;
	padding: 9px 20px !important;
	border: 2px solid #173b4a !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #173b4a !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

html body.single-product.postid-3486 #content .ww-safe-product-actions > a.ww-simulator-link {
	background: #173b4a !important;
	color: #fff !important;
}

html body.single-product.postid-3486 #content .ww-safe-product-actions > a:hover,
html body.single-product.postid-3486 #content .ww-safe-product-actions > a:focus-visible {
	border-color: #e86d32 !important;
	background: #fff1e8 !important;
	color: #8f3908 !important;
}

@media (max-width: 560px) {
	html body.single-product.postid-3486 #content .ww-safe-product-help {
		width: 100% !important;
		margin: 30px auto 40px !important;
		padding: 28px 16px 4px !important;
	}

	html body.single-product.postid-3486 #content .ww-safe-product-actions {
		flex-direction: column !important;
	}

	html body.single-product.postid-3486 #content .ww-safe-product-actions > a {
		width: 100% !important;
	}
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts__grid > div {
	box-sizing: border-box !important;
	min-height: 82px !important;
	padding: 13px 12px !important;
	border: 1px solid #d7e2e4 !important;
	border-left: 4px solid #e86d32 !important;
	border-radius: 9px !important;
	background: #fff !important;
	text-align: left !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts strong,
html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts span { display: block !important; }

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts strong {
	color: #142f3b !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1.12 !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts span {
	margin-top: 5px !important;
	color: #52666e !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts > p {
	margin: 12px 0 0 !important;
	padding: 12px 13px !important;
	border-left: 3px solid #79aec5 !important;
	background: #fff !important;
	color: #40565f !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.48 !important;
	text-align: left !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.variations_form.cart {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart table.variations {
	box-sizing: border-box !important;
	width: 100% !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart table.variations th,
html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart table.variations td {
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	padding: 0 !important;
	text-align: left !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart table.variations th {
	display: none !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart table.variations select {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 52px !important;
	padding: 9px 42px 9px 13px !important;
	border: 2px solid #aebfc5 !important;
	border-radius: 10px !important;
	background-color: #fff !important;
	color: #142f3b !important;
	font-size: 16px !important;
	font-weight: 750 !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: 92px minmax(0, 1fr) !important;
	grid-template-rows: 56px !important;
	gap: 10px !important;
	width: 100% !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .quantity,
html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .quantity input {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 56px !important;
	margin: 0 !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .quantity input {
	padding: 8px !important;
	border: 2px solid #aebfc5 !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: #142f3b !important;
	font-size: 18px !important;
	font-weight: 850 !important;
	text-align: center !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 56px !important;
	margin: 0 !important;
	padding: 0 22px !important;
	border: 2px solid #173b4a !important;
	border-radius: 10px !important;
	background: #173b4a !important;
	box-shadow: 0 8px 18px rgba(20, 54, 69, .16) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	letter-spacing: .02em !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-kit-five-year-warranty {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px 7px !important;
	width: fit-content !important;
	max-width: 100% !important;
	margin: 0 auto 22px !important;
	padding: 11px 13px !important;
	border: 1px solid #dce5e6 !important;
	border-radius: 9px !important;
	background: #f7f9f8 !important;
	color: #40565f !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	text-align: center !important;
}

html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-kit-five-year-warranty a {
	color: #9b3e09 !important;
	font-weight: 850 !important;
}

@media (max-width: 560px) {
	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary {
		padding: 0 !important;
		border-radius: 0 !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .wwir-product-actions,
	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary .ww-single-kit-buying-facts__grid {
		grid-template-columns: 1fr !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .woocommerce-variation-add-to-cart {
		grid-template-columns: 76px minmax(0, 1fr) !important;
	}
}

/* Final widescreen purchase-row override: keep the selector, quantity and CTA
 * together after the base cart rules above have finished loading. */
@media (min-width: 1280px) {
	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.variations_form.cart {
		display: grid !important;
		grid-template-columns: minmax(0, 1.3fr) 76px minmax(210px, .85fr) !important;
		align-items: end !important;
		gap: 10px !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart table.variations {
		grid-column: 1 !important;
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .single_variation_wrap {
		display: contents !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .woocommerce-variation,
	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .variations_button .single_variation,
	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .reset_variations {
		display: none !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .variations_button,
	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .variations_button > .entry-header,
	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .single_variation_wrap > .entry-content,
	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .woocommerce-variation-add-to-cart {
		display: contents !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .quantity {
		grid-column: 2 !important;
	}

	html body.single-product.postid-3486 #content #product-3486 .summary.entry-summary form.cart .single_add_to_cart_button {
		grid-column: 3 !important;
	}
}
