/* Prominent optional-equipment panel and precisely aligned controls. */
#ww-l3-configurator .ww-l3-options {
	overflow: visible;
	border: 1.5px solid #dfb090;
	border-top: 3px solid #ef6c20;
	border-radius: 16px;
	background: linear-gradient(135deg, #fff 0%, #fffaf6 100%);
	box-shadow: 0 10px 25px rgba(37, 76, 89, .08);
}
#ww-l3-configurator .ww-l3-options summary { min-height: 82px; padding: 18px 22px; }
#ww-l3-configurator .ww-l3-options summary b { color: #173f4f !important; font-size: 22px !important; line-height: 1.2 !important; font-weight: 900 !important; }
#ww-l3-configurator .ww-l3-options summary small { margin-top: 5px; color: #526a74 !important; font-size: 15px !important; line-height: 1.35 !important; font-weight: 700 !important; }
#ww-l3-configurator .ww-l3-options summary i { width: 39px; height: 39px; background: #173f4f; color: #fff; font-size: 26px; transition: transform .18s ease, background .18s ease; }
#ww-l3-configurator .ww-l3-options summary:hover i,
#ww-l3-configurator .ww-l3-options summary:focus i { background: #ef6c20; }
#ww-l3-configurator .ww-l3-options[open] summary { border-bottom: 1px solid #eadbd2; }
#ww-l3-configurator .ww-l3-options:not([open]) > .ww-l3-options-panel { display: none !important; }
#ww-l3-configurator .ww-l3-options-panel { padding: 0 22px 24px; border-top: 0; background: rgba(255, 255, 255, .72); }
#ww-l3-configurator .ww-l3-option-fields { grid-template-columns: minmax(210px, .8fr) minmax(330px, 1.35fr) 84px 110px; gap: 12px; align-items: end; }
#ww-l3-configurator .ww-l3-option-fields label { display: grid; grid-template-rows: auto 60px; gap: 7px; align-items: end; height: 100%; margin: 0; text-align: left; }
#ww-l3-configurator .ww-l3-option-fields label > span { align-self: end; margin: 0; color: #234c5b !important; font-size: 16px !important; line-height: 1.25 !important; font-weight: 850 !important; }
#ww-l3-configurator .ww-l3-option-fields select,
#ww-l3-configurator .ww-l3-option-fields input,
#ww-l3-configurator .ww-l3-product-picker-toggle,
#ww-l3-configurator .ww-l3-option-fields .ww-l3-button { box-sizing: border-box; height: 60px; min-height: 60px; margin: 0; }
#ww-l3-configurator .ww-l3-option-fields select,
#ww-l3-configurator .ww-l3-option-fields input { padding-top: 10px; padding-bottom: 10px; }
#ww-l3-configurator .ww-l3-product-picker { height: 60px; }
#ww-l3-configurator .ww-l3-option-fields .ww-l3-button { align-self: end; padding: 10px 15px; border-radius: 11px; }
@media (max-width: 980px) {
	#ww-l3-configurator .ww-l3-option-fields { grid-template-columns: minmax(190px, .85fr) minmax(280px, 1.3fr) 80px 105px; }
}
@media (max-width: 760px) {
	#ww-l3-configurator .ww-l3-option-fields { grid-template-columns: 1fr; }
	#ww-l3-configurator .ww-l3-option-fields label { grid-template-rows: auto 58px; }
	#ww-l3-configurator .ww-l3-option-fields select,
	#ww-l3-configurator .ww-l3-option-fields input,
	#ww-l3-configurator .ww-l3-product-picker,
	#ww-l3-configurator .ww-l3-product-picker-toggle,
	#ww-l3-configurator .ww-l3-option-fields .ww-l3-button { height: 58px; min-height: 58px; }
}

/* Make the connection equipment added with optional sprinklers explicit. */
#ww-l3-configurator .ww-l3-added-part.is-automatic {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	border-color: #c8d9df;
	background: #f3f8fa;
}
#ww-l3-configurator .ww-l3-added-part.is-automatic strong {
	background: #173f4f;
	color: #fff !important;
}
#ww-l3-configurator .ww-l3-added-part.is-automatic em {
	color: #9a471b !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 900 !important;
	letter-spacing: .04em;
	text-transform: uppercase;
}
#ww-l3-configurator .ww-l3-auto-add-note {
	margin: 12px 0 0 !important;
	padding: 14px 16px !important;
	border-left: 4px solid #ef6c20;
	border-radius: 0 10px 10px 0;
	background: #fff8f3;
	color: #294f5e !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
	font-weight: 650 !important;
}
#ww-l3-configurator .ww-l3-auto-add-note b { color: #173f4f !important; font-weight: 900 !important; }
@media (max-width: 620px) {
	#ww-l3-configurator .ww-l3-added-part.is-automatic { grid-template-columns: 38px minmax(0, 1fr); }
	#ww-l3-configurator .ww-l3-added-part.is-automatic em { grid-column: 2; }
}

#ww-l3-pump-suggestion { box-sizing: border-box; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 18px; align-items: center; margin: 20px 0 18px; padding: 18px; border: 1px solid #cfdbdf; border-left: 4px solid #ef6c20; border-radius: 14px; background: linear-gradient(145deg, #fff 0%, #f7fafb 100%); box-shadow: 0 9px 24px rgba(16, 57, 72, .08); color: #173f4f; text-align: left; }
#ww-l3-pump-suggestion.needs-review { grid-template-columns: 1fr; border-left-color: #b84b2b; }
#ww-l3-pump-suggestion .ww-l3-pump-image { display: flex; align-items: center; justify-content: center; width: 112px; height: 112px; overflow: hidden; border: 1px solid #dce5e8; border-radius: 11px; background: #fff; }
#ww-l3-pump-suggestion .ww-l3-pump-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
#ww-l3-pump-suggestion-copy { min-width: 0; }
#ww-l3-pump-suggestion .ww-l3-pump-label { display: block; margin: 0 0 5px; color: #9a471b !important; font-size: 12px !important; line-height: 1.25 !important; font-weight: 950 !important; letter-spacing: .1em !important; text-transform: uppercase; }
#ww-l3-pump-suggestion .ww-l3-pump-suggestion-copy > strong { display: block; color: #123f50 !important; font-size: clamp(20px, 2vw, 25px) !important; line-height: 1.18 !important; font-weight: 900 !important; }
#ww-l3-pump-suggestion p { margin: 8px 0 0 !important; color: #405d68 !important; font-size: 15px !important; line-height: 1.48 !important; font-weight: 650 !important; }
#ww-l3-pump-suggestion .ww-l3-pump-output { color: #173f4f !important; }
#ww-l3-pump-suggestion .ww-l3-pump-output b { color: #173f4f !important; font-weight: 900 !important; }
#ww-l3-pump-suggestion small { display: block; margin-top: 11px; color: #5b6e76 !important; font-size: 12.5px !important; line-height: 1.45 !important; font-weight: 650 !important; }
#ww-l3-pump-suggestion .ww-l3-pump-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
#ww-l3-pump-suggestion .ww-l3-pump-link { display: inline-flex; align-items: center; justify-content: center; min-height: 39px; padding: 7px 13px; border: 1.5px solid #173f4f; border-radius: 999px; background: #fff; color: #173f4f !important; font-size: 13px !important; line-height: 1.2 !important; font-weight: 850 !important; text-decoration: none !important; }
#ww-l3-pump-suggestion .ww-l3-pump-link.is-primary { background: #173f4f; color: #fff !important; }
#ww-l3-pump-suggestion .ww-l3-pump-link:hover, #ww-l3-pump-suggestion .ww-l3-pump-link:focus { border-color: #ef6c20; box-shadow: 0 0 0 3px rgba(239, 108, 32, .15); }
@media (max-width: 560px) {
	#ww-l3-pump-suggestion { grid-template-columns: 82px minmax(0, 1fr); gap: 13px; padding: 15px; }
	#ww-l3-pump-suggestion .ww-l3-pump-image { width: 82px; height: 82px; }
	#ww-l3-pump-suggestion .ww-l3-pump-actions { grid-column: 1 / -1; }
}

/* Full-width pump-planning presentation: keep the explanation and selected
 * pump together instead of forcing the planning details into a narrow rail. */
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined {
	display: block !important;
	width: min(1120px, 100%) !important;
	max-width: 1120px !important;
	margin: 0 auto !important;
	padding-top: clamp(42px, 5vw, 58px) !important;
	text-align: center !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined > div:first-child {
	width: 100% !important;
	max-width: 980px !important;
	margin: 0 auto 30px !important;
	text-align: center !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined > div:first-child h2 {
	max-width: 900px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined > div:first-child p:not(.ww-l3-kicker) {
	max-width: 920px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	font-size: clamp(19px, 1.65vw, 22px) !important;
	line-height: 1.7 !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined .ww-l3-pump {
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(28px, 4vw, 44px) clamp(20px, 5vw, 60px) !important;
	border: 1px solid #cfdbdf !important;
	border-top: 4px solid #ef6c20 !important;
	border-radius: 18px !important;
	background: linear-gradient(145deg, #fff 0%, #f5f9fa 100%) !important;
	box-shadow: 0 16px 38px rgba(16, 57, 72, .09) !important;
	text-align: center !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined .ww-l3-pump > h3 {
	max-width: 850px !important;
	margin: 0 auto 22px !important;
	font-size: clamp(28px, 3vw, 38px) !important;
	line-height: 1.2 !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined .ww-l3-reference {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
	width: 100% !important;
	max-width: 900px !important;
	margin: 0 auto 24px !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined .ww-l3-reference > div {
	box-sizing: border-box !important;
	min-height: 120px !important;
	padding: 23px 20px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined .ww-l3-reference strong {
	font-size: clamp(25px, 2.8vw, 34px) !important;
	line-height: 1.12 !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined .ww-l3-reference small {
	margin-top: 8px !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined .ww-l3-coverage-note {
	max-width: 900px !important;
	margin: -7px auto 20px !important;
	color: #536b75 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	font-weight: 650 !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined #ww-l3-pump-suggestion {
	grid-template-columns: 150px minmax(0, 1fr) !important;
	gap: 24px !important;
	width: 100% !important;
	max-width: 960px !important;
	margin: 25px auto 24px !important;
	padding: 22px !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined #ww-l3-pump-suggestion .ww-l3-pump-image {
	width: 150px !important;
	height: 150px !important;
}
body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined .ww-l3-pump > p {
	max-width: 900px !important;
	margin: 18px auto 22px !important;
	font-size: clamp(18px, 1.55vw, 21px) !important;
	line-height: 1.65 !important;
}
@media (max-width: 680px) {
	body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined .ww-l3-pump { padding: 26px 16px !important; }
	body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined .ww-l3-reference { grid-template-columns: 1fr !important; }
	body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined #ww-l3-pump-suggestion { grid-template-columns: 86px minmax(0, 1fr) !important; gap: 14px !important; padding: 16px !important; }
	body.single-product.postid-5494 #tab-description .ww-l3 .ww-l3-pump-combined #ww-l3-pump-suggestion .ww-l3-pump-image { width: 86px !important; height: 86px !important; }
}

/* The parts list is now the live quote: one consistent view for configuring,
 * checking availability, emailing and printing. */
#ww-l3-configurator .ww-l3-config-parts[hidden],
#ww-l3-configurator .ww-l3-config-summary[hidden] { display: none !important; }
#ww-l3-configurator .ww-l3-live-quote { box-sizing: border-box; width: min(1020px, 100%); margin: 12px auto 34px; overflow: hidden; border: 1px solid #cdd9dd; border-top: 4px solid #ef6c20; border-radius: 19px; background: #fff; box-shadow: 0 18px 44px rgba(16,57,72,.11); color: #173f4f; text-align: left; }
#ww-l3-configurator .ww-l3-live-head { box-sizing: border-box; display: grid; grid-template-columns: 180px minmax(0,1fr) auto; gap: 22px; align-items: center; padding: 24px 26px 21px; border-bottom: 1px solid #dbe4e7; background: linear-gradient(145deg,#fff 0%,#f7fafb 100%); }
#ww-l3-configurator .ww-l3-live-head img { display: block; width: 180px; height: auto; max-height: 54px; object-fit: contain; object-position: left center; }
#ww-l3-configurator .ww-l3-live-head span { display: block; margin: 0 0 4px; color: #a64a18; font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
#ww-l3-configurator .ww-l3-live-head h3 { margin: 0 !important; color: #173f4f !important; font-size: clamp(25px,2.6vw,34px) !important; line-height: 1.12 !important; font-weight: 900 !important; letter-spacing: -.025em !important; text-align: left !important; }
#ww-l3-configurator .ww-l3-live-head p { margin: 5px 0 0 !important; color: #5b7079 !important; font-size: 15px !important; line-height: 1.45 !important; font-weight: 650 !important; }
#ww-l3-configurator .ww-l3-live-head > b { align-self: start; padding: 6px 9px; border: 1px solid #d4dfe2; border-radius: 999px; background: #f1f5f6; color: #44616d; font-size: 10px; letter-spacing: .12em; }
#ww-l3-configurator .ww-l3-live-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-bottom: 1px solid #dbe4e7; background: #fbfcfc; }
#ww-l3-configurator .ww-l3-live-metrics > div { padding: 18px 20px; border-right: 1px solid #dbe4e7; text-align: center; }
#ww-l3-configurator .ww-l3-live-metrics > div:last-child { border-right: 0; }
#ww-l3-configurator .ww-l3-live-metrics span { display: block; margin-bottom: 5px; color: #667b83; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
#ww-l3-configurator .ww-l3-live-metrics strong { display: block; color: #173f4f; font-size: clamp(18px,2vw,24px); line-height: 1.18; font-weight: 900; }
#ww-l3-configurator #ww-l3-live-total { color: #a94716; font-size: clamp(25px,2.8vw,34px); }
#ww-l3-configurator .ww-l3-live-table-wrap { overflow-x: auto; padding: 18px 22px 8px; }
#ww-l3-configurator .ww-l3-live-quote table { width: 100%; margin: 0; border-collapse: collapse; border: 1px solid #d4dfe2; background: #fff; font-size: 14px; }
#ww-l3-configurator .ww-l3-live-quote th { padding: 9px 11px; border-bottom: 1px solid #bcccd2; background: #edf3f5; color: #284b59; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
#ww-l3-configurator .ww-l3-live-quote th:nth-child(2), #ww-l3-configurator .ww-l3-live-quote td:nth-child(2) { width: 54px; text-align: center; }
#ww-l3-configurator .ww-l3-live-quote th:nth-child(3) { width: 190px; }
#ww-l3-configurator .ww-l3-live-quote th:last-child { width: 32px; }
#ww-l3-configurator .ww-l3-live-quote td { padding: 8px 11px; border-bottom: 1px solid #e0e7e9; color: #294d5b; font-size: 13.5px; line-height: 1.35; vertical-align: middle; }
#ww-l3-configurator .ww-l3-live-quote tbody tr:last-child td { border-bottom: 0; }
#ww-l3-configurator .ww-l3-live-quote td > strong { color: #173f4f; font-weight: 800; }
#ww-l3-configurator .ww-l3-live-stock { display: inline-flex; align-items: center; gap: 7px; color: #315c45; font-size: 12.5px; font-weight: 850; white-space: nowrap; }
#ww-l3-configurator .ww-l3-live-stock b { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #e9f4ed; color: #24643d; font-size: 12px; }
#ww-l3-configurator .ww-l3-live-stock.is-backorder { color: #8c421b; }
#ww-l3-configurator .ww-l3-live-stock.is-backorder b { background: #fff0e7; color: #a64716; }
#ww-l3-configurator .ww-l3-live-remove { display: grid; place-items: center; width: 27px; height: 27px; padding: 0; border: 1px solid #cbd6da; border-radius: 50%; background: #fff; color: #6a7e86; font-size: 18px; line-height: 1; cursor: pointer; }
#ww-l3-configurator .ww-l3-live-remove:hover, #ww-l3-configurator .ww-l3-live-remove:focus { border-color: #ef6c20; color: #a94716; outline: 2px solid rgba(239,108,32,.16); }
#ww-l3-configurator .ww-l3-live-foot { padding: 12px 22px 22px; }
#ww-l3-configurator .ww-l3-live-foot > p { margin: 0 0 17px !important; color: #5c7179 !important; font-size: 13px !important; line-height: 1.5 !important; text-align: center !important; }
#ww-l3-configurator .ww-l3-live-foot > p b { color: #284d5b; }
#ww-l3-configurator .ww-l3-live-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; width: min(760px,100%); margin: 0 auto; }
#ww-l3-configurator .ww-l3-live-actions .ww-l3-button { box-sizing: border-box; width: 100%; min-height: 50px; margin: 0 !important; padding: 10px 14px !important; border: 1.5px solid #173f4f !important; border-radius: 999px !important; background: #fff !important; color: #173f4f !important; font-size: 15px !important; line-height: 1.2 !important; font-weight: 850 !important; box-shadow: none !important; }
#ww-l3-configurator .ww-l3-live-actions .is-primary { background: #173f4f !important; color: #fff !important; }
#ww-l3-configurator .ww-l3-live-actions .ww-l3-button:hover, #ww-l3-configurator .ww-l3-live-actions .ww-l3-button:focus { border-color: #ef6c20 !important; box-shadow: 0 0 0 3px rgba(239,108,32,.13) !important; }
#ww-l3-configurator .ww-l3-live-foot .ww-l3-config-help-wrap { margin: 14px 0 0; text-align: center; }
#ww-l3-configurator .ww-l3-reserve { box-sizing: border-box; width: min(820px,100%); margin: 25px auto 0; padding: 24px clamp(18px,4vw,34px); border: 1px solid #cfdbdf; border-top: 3px solid #ef6c20; border-radius: 16px; background: linear-gradient(145deg,#fff 0%,#f6fafb 100%); color: #173f4f; text-align: center; }
#ww-l3-configurator .ww-l3-reserve > span { display: block; color: #a94716; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
#ww-l3-configurator .ww-l3-reserve h4 { margin: 7px auto 10px !important; color: #173f4f !important; font-size: clamp(22px,2.5vw,30px) !important; line-height: 1.18 !important; font-weight: 900 !important; text-align: center !important; }
#ww-l3-configurator .ww-l3-reserve p { max-width: 720px; margin: 0 auto 13px !important; color: #405e69 !important; font-size: 15px !important; line-height: 1.55 !important; font-weight: 650 !important; text-align: center !important; }
#ww-l3-configurator .ww-l3-reserve ul { display: grid; gap: 7px; max-width: 690px; margin: 0 auto 18px; padding: 0; color: #355662; font-size: 14px; line-height: 1.45; list-style: none; text-align: left; }
#ww-l3-configurator .ww-l3-reserve li { position: relative; padding-left: 24px; }
#ww-l3-configurator .ww-l3-reserve li:before { content: '✓'; position: absolute; left: 0; color: #a94716; font-weight: 900; }
#ww-l3-configurator .ww-l3-reserve .ww-l3-button { width: min(330px,100%) !important; min-height: 52px; border-radius: 999px !important; }
#ww-l3-configurator .ww-l3-reserve small { display: block; margin-top: 10px; color: #657981; font-size: 12.5px; line-height: 1.4; font-weight: 650; }
.wwsq-reservation-modal .wwsq-reservation-terms { margin: 17px 0; padding: 16px 18px; border: 1px solid #d4e0e4; border-left: 4px solid #ef6c20; border-radius: 0 11px 11px 0; background: #f7fafb; color: #35545f; text-align: left; }
.wwsq-reservation-modal .wwsq-reservation-terms strong { color: #173f4f; }
.wwsq-reservation-modal .wwsq-reservation-terms ul { margin: 9px 0 10px; padding-left: 21px; }
.wwsq-reservation-modal .wwsq-reservation-terms p { margin: 0; font-size: 13px; line-height: 1.5; }
.wwsq-reservation-modal .wwsq-reservation-consent { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0 18px; color: #294d5b; font-weight: 750; }
.wwsq-reservation-modal .wwsq-reservation-consent input { flex: 0 0 auto; margin-top: 4px; }
@media (max-width: 760px) {
	#ww-l3-configurator .ww-l3-live-head { position: relative; grid-template-columns: 1fr; padding: 20px; }
	#ww-l3-configurator .ww-l3-live-head img { width: min(220px,75%); }
	#ww-l3-configurator .ww-l3-live-head > b { position: absolute; top: 20px; right: 20px; }
	#ww-l3-configurator .ww-l3-live-metrics { grid-template-columns: 1fr; }
	#ww-l3-configurator .ww-l3-live-metrics > div { border-right: 0; border-bottom: 1px solid #dbe4e7; }
	#ww-l3-configurator .ww-l3-live-metrics > div:last-child { border-bottom: 0; }
	#ww-l3-configurator .ww-l3-live-actions { grid-template-columns: 1fr; }
	#ww-l3-configurator .ww-l3-live-table-wrap { padding: 14px 10px 5px; }
	#ww-l3-configurator .ww-l3-live-quote th:nth-child(3) { width: auto; }
	#ww-l3-configurator .ww-l3-live-stock { white-space: normal; }
	#ww-l3-configurator .ww-l3-live-quote th, #ww-l3-configurator .ww-l3-live-quote td { padding: 8px 7px; font-size: 12px; }
}
