.atm-catalog-nav {
	--atm-catalog-blue: #2458d3;
	--atm-catalog-cyan: #14b8d4;
	--atm-catalog-ink: #111a3a;
	--atm-catalog-muted: #5f6c88;
	--atm-catalog-line: #dce5f5;
	clear: both;
	margin: 0 0 2rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--atm-catalog-line);
	border-radius: 18px;
	background: linear-gradient(135deg, #f7faff 0%, #eef5ff 100%);
	color: var(--atm-catalog-ink);
}

.atm-catalog-nav * {
	box-sizing: border-box;
}

.atm-catalog-nav__intro {
	max-width: 760px;
	margin-bottom: 1.25rem;
}

.atm-catalog-nav__intro h2 {
	margin: 0 0 .5rem;
	color: var(--atm-catalog-ink);
	font-size: clamp(1.5rem, 3vw, 2.15rem);
	line-height: 1.15;
}

.atm-catalog-nav__intro p {
	margin: 0;
	color: var(--atm-catalog-muted);
	line-height: 1.6;
}

.atm-catalog-nav__eyebrow,
.atm-catalog-nav__card-eyebrow {
	color: var(--atm-catalog-blue) !important;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.atm-catalog-nav__search {
	margin: 0 0 1.25rem;
}

.atm-catalog-nav__search label {
	display: block;
	margin-bottom: .45rem;
	color: var(--atm-catalog-ink);
	font-size: .9rem;
	font-weight: 800;
}

.atm-catalog-nav__search-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: .65rem;
}

.atm-catalog-nav__search input[type="search"] {
	width: 100%;
	min-height: 48px;
	padding: .7rem .9rem;
	border: 1px solid #b9c9e8;
	border-radius: 8px;
	background: #fff;
	color: var(--atm-catalog-ink);
	font: inherit;
}

.atm-catalog-nav__search button {
	min-height: 48px;
	padding: .7rem 1.1rem;
	border: 1px solid var(--atm-catalog-blue);
	border-radius: 8px;
	background: var(--atm-catalog-blue);
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.atm-catalog-nav__search input[type="search"]:focus-visible,
.atm-catalog-nav__search button:focus-visible {
	outline: 3px solid rgba(20, 184, 212, .35);
	outline-offset: 2px;
}

.atm-catalog-nav__search button:hover {
	background: #1747b4;
}

.atm-catalog-nav__groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.atm-catalog-nav__card {
	display: flex;
	min-width: 0;
	min-height: 180px;
	padding: 1.25rem;
	flex-direction: column;
	align-items: flex-start;
	border: 1px solid var(--atm-catalog-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(31, 75, 151, .08);
	color: var(--atm-catalog-muted);
	text-decoration: none;
}

.atm-catalog-nav__card:hover,
.atm-catalog-nav__card:focus-visible {
	border-color: var(--atm-catalog-cyan);
	box-shadow: 0 12px 30px rgba(31, 75, 151, .15);
	outline: 3px solid rgba(20, 184, 212, .22);
	outline-offset: 2px;
}

.atm-catalog-nav__card strong {
	margin: .45rem 0 .5rem;
	color: var(--atm-catalog-ink);
	font-size: 1.25rem;
	line-height: 1.25;
}

.atm-catalog-nav__card > span:not(.atm-catalog-nav__card-eyebrow):not(.atm-catalog-nav__action) {
	line-height: 1.55;
}

.atm-catalog-nav__action {
	margin-top: auto;
	padding-top: 1rem;
	color: var(--atm-catalog-blue);
	font-weight: 800;
}

.atm-catalog-nav__quick {
	display: flex;
	margin-top: 1rem;
	flex-wrap: wrap;
	gap: .6rem;
}

.atm-catalog-nav__quick a {
	display: inline-flex;
	min-height: 44px;
	padding: .65rem .9rem;
	align-items: center;
	border: 1px solid #cbd9f2;
	border-radius: 999px;
	background: #fff;
	color: var(--atm-catalog-blue);
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.atm-catalog-nav__quick a:hover,
.atm-catalog-nav__quick a:focus-visible {
	border-color: var(--atm-catalog-blue);
	background: var(--atm-catalog-blue);
	color: #fff;
	outline: 3px solid rgba(36, 88, 211, .2);
	outline-offset: 2px;
}

/*
 * WooCommerce's default square thumbnail crop removes the top or bottom of
 * portrait ATM photos. Version 0.2.6 requests the original image and contains
 * it inside a consistent catalog-card frame instead.
 */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	display: block;
	width: 100%;
	height: clamp(240px, 28vw, 360px);
	margin: 0 0 1rem;
	object-fit: contain;
	object-position: center;
	background: #fff;
}

.atm-catalog-nav--parts .atm-catalog-nav__intro {
	max-width: 880px;
}

@media (max-width: 700px) {
	.atm-catalog-nav__search-row {
		grid-template-columns: 1fr;
	}

	.atm-catalog-nav__groups {
		grid-template-columns: 1fr;
	}

	.atm-catalog-nav__card {
		min-height: 0;
	}

	.woocommerce ul.products li.product a img,
	.woocommerce-page ul.products li.product a img {
		height: 300px;
	}
}


/* Product configuration chooser used by consolidated compatibility listings. */
.single-product .atm-nfc-selector {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #cce4ee;
  border-radius: 8px;
  background: #fff;
}
.single-product .atm-nfc-selector label {
  display: block;
  margin-bottom: .5rem;
  color: #13232d;
  font-weight: 800;
}
.single-product .atm-nfc-selector select {
  width: 100%;
  min-height: 50px;
  padding: .7rem .85rem;
  border: 1px solid #9fbfcc;
  border-radius: 6px;
  background: #fff;
  color: #13232d;
  font: inherit;
}
.single-product .atm-nfc-selector select:focus-visible {
  outline: 3px solid rgba(43, 187, 236, .35);
  outline-offset: 2px;
}
.single-product .atm-nfc-selector__note {
  margin: .65rem 0 0 !important;
  color: #526570;
  font-size: .9rem;
  line-height: 1.45;
}

/* Join Elementor template 121's lower help widgets into one centered card. */
.single-product .elementor-121 .elementor-element-217771b4,
.single-product .elementor-121 .elementor-element-235bec84,
.single-product .elementor-121 .elementor-element-6f0fc58c,
.single-product .elementor-121 .elementor-element-da9a821 {
  width: 100% !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  grid-column: 1 / -1;
  background: #05090c !important;
  text-align: center;
}
.single-product .elementor-121 .elementor-element-217771b4 {
  margin-top: 58px !important;
  margin-bottom: 0 !important;
  padding: 42px 42px 8px !important;
  border-radius: 8px 8px 0 0;
}
.single-product .elementor-121 .elementor-element-217771b4 h2 {
  margin: 0;
  color: #fff !important;
}
.single-product .elementor-121 .elementor-element-235bec84 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 12px 42px 8px !important;
  color: #d7e5eb !important;
}
.single-product .elementor-121 .elementor-element-235bec84 p {
  margin: 0;
  color: inherit !important;
}
.single-product .elementor-121 .elementor-element-6f0fc58c {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 12px 42px 8px !important;
}
.single-product .elementor-121 .elementor-element-da9a821 {
  margin-top: 0 !important;
  margin-bottom: 58px !important;
  padding: 8px 42px 42px !important;
  border-radius: 0 0 8px 8px;
}
.single-product .elementor-121 .elementor-element-6f0fc58c .elementor-button,
.single-product .elementor-121 .elementor-element-da9a821 .elementor-button {
  min-width: min(100%, 280px);
  border: 2px solid #2bbbec !important;
  border-radius: 6px;
  background: #2bbbec !important;
  color: #061015 !important;
  font-weight: 800;
}
.single-product .elementor-121 .elementor-element-6f0fc58c .elementor-button:hover,
.single-product .elementor-121 .elementor-element-6f0fc58c .elementor-button:focus-visible,
.single-product .elementor-121 .elementor-element-da9a821 .elementor-button:hover,
.single-product .elementor-121 .elementor-element-da9a821 .elementor-button:focus-visible {
  border-color: #fff !important;
  background: #fff !important;
  color: #061015 !important;
  outline: 3px solid rgba(43, 187, 236, .35);
  outline-offset: 3px;
}
@media (max-width: 700px) {
  .single-product .elementor-121 .elementor-element-217771b4 {
    margin-top: 36px !important;
    padding: 32px 20px 8px !important;
  }
  .single-product .elementor-121 .elementor-element-235bec84 {
    padding: 12px 20px 8px !important;
  }
  .single-product .elementor-121 .elementor-element-6f0fc58c {
    padding: 12px 20px 8px !important;
  }
  .single-product .elementor-121 .elementor-element-da9a821 {
    margin-bottom: 36px !important;
    padding: 8px 20px 32px !important;
  }
}

/* Close template grid gutters so the four help rows read as one card. */
.single-product .elementor-121 .elementor-element-235bec84,
.single-product .elementor-121 .elementor-element-6f0fc58c,
.single-product .elementor-121 .elementor-element-da9a821 {
  margin-top: -20px !important;
}
