/**
 * Product Design polish layer.
 *
 * Keeps the existing AODSON Product Center architecture intact while tightening
 * visual hierarchy, spacing, interaction states, and mobile presentation.
 */

:root {
	--aodson-accent: #1f7a78;
	--aodson-accent-dark: #145c5a;
	--aodson-muted-bg: #f3f6f8;
	--aodson-soft-line: rgba(22, 32, 42, 0.1);
	--aodson-shadow-sm: 0 10px 28px rgba(7, 24, 39, 0.07);
	--aodson-shadow-md: 0 22px 54px rgba(7, 24, 39, 0.11);
	--aodson-radius-sm: 4px;
	--aodson-radius-md: 6px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
	color: var(--aodson-ink);
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-feature-settings: "kern";
}

a {
	text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 3px solid rgba(31, 122, 120, 0.34);
	outline-offset: 3px;
}

.aodson-container,
.aodson-header-container,
.aodson-archive-tools,
.aodson-archive-bottom,
.aodson-product-v2,
.aodson-product-center,
.aodson-product-center-newest-heading,
.single-product div.product {
	width: min(1200px, calc(100% - 48px));
}

.aodson-button,
.woocommerce a.button.aodson-button,
.aodson-header-rfq,
.aodson-mobile-rfq,
.aodson-product-center-search button,
.aodson-header-search button,
.aodson-mobile-search button,
.aodson-home-product-card__rfq,
.woocommerce ul.products li.product .aodson-request-quote-button--loop,
.woocommerce-page ul.products li.product .aodson-request-quote-button--loop,
.woocommerce ul.products li.product .aodson-loop-details-button,
.woocommerce-page ul.products li.product .aodson-loop-details-button {
	border-radius: var(--aodson-radius-sm);
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.aodson-button:hover,
.woocommerce a.button.aodson-button:hover,
.aodson-header-rfq:hover,
.aodson-product-center-search button:hover,
.aodson-header-search button:hover,
.aodson-mobile-search button:hover,
.woocommerce ul.products li.product .aodson-request-quote-button--loop:hover,
.woocommerce-page ul.products li.product .aodson-request-quote-button--loop:hover {
	background: var(--aodson-accent);
	border-color: var(--aodson-accent);
	color: #fff;
	box-shadow: 0 10px 24px rgba(31, 122, 120, 0.18);
	transform: translateY(-1px);
}

.aodson-button--secondary:hover,
.aodson-button--outline:hover,
.woocommerce ul.products li.product .aodson-loop-details-button:hover,
.woocommerce-page ul.products li.product .aodson-loop-details-button:hover,
.aodson-home-product-card__rfq:hover {
	background: var(--aodson-navy);
	border-color: var(--aodson-navy);
	color: #fff;
}

.aodson-eyebrow {
	color: var(--aodson-accent);
	letter-spacing: 0.12em;
}

.aodson-section-heading h2,
.aodson-home-rfq h2,
.aodson-product-center-section__heading h2,
.aodson-product-block h2,
.aodson-archive-bottom h2,
.aodson-rfq-guidance h2,
.aodson-enterprise-section h2,
.aodson-enterprise-heading h2 {
	text-wrap: balance;
}

.aodson-site-header {
	backdrop-filter: saturate(160%) blur(14px);
}

.aodson-header-main__grid {
	min-height: 72px;
}

.aodson-header-menu__item > a {
	position: relative;
}

.aodson-header-menu__item > a::after {
	position: absolute;
	right: 13px;
	bottom: 18px;
	left: 13px;
	height: 2px;
	background: var(--aodson-accent);
	content: "";
	opacity: 0;
	transform: scaleX(0.3);
	transition: opacity 160ms ease, transform 160ms ease;
}

.aodson-header-menu__item > a:hover::after,
.aodson-header-menu__item:focus-within > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.aodson-header-search-toggle,
.aodson-mobile-menu-toggle,
.aodson-mobile-drawer__header button {
	border-radius: var(--aodson-radius-sm);
}

.aodson-mega-menu {
	border-color: rgba(22, 32, 42, 0.08);
	border-radius: var(--aodson-radius-md);
	box-shadow: 0 28px 72px rgba(7, 24, 39, 0.18);
}

.aodson-mega-menu__visual,
.aodson-mega-menu__grid a,
.aodson-mega-menu__rfq,
.aodson-mobile-drawer__panel {
	border-radius: var(--aodson-radius-md);
}

.aodson-mobile-nav-open .aodson-mobile-drawer {
	display: block;
	min-height: 100vh;
	min-height: 100dvh;
	background: rgba(7, 24, 39, 0.72);
}

.aodson-mobile-nav-open .aodson-mobile-drawer__panel {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
	background: var(--aodson-white);
}

.aodson-mobile-nav-open .aodson-mobile-drawer__panel > * {
	background: var(--aodson-white);
}

.aodson-mega-menu__grid a:hover {
	transform: translateY(-1px);
}

.aodson-home-hero__overlay {
	background:
		linear-gradient(90deg, rgba(7, 24, 39, 0.94), rgba(7, 24, 39, 0.68) 48%, rgba(7, 24, 39, 0.14)),
		linear-gradient(0deg, rgba(7, 24, 39, 0.72), rgba(7, 24, 39, 0.03));
}

.aodson-home-hero h1 {
	max-width: 1040px;
	text-wrap: balance;
}

.aodson-home-hero__metrics,
.aodson-home-search__inner,
.aodson-rfq-form-card,
.aodson-product-info-panel,
.aodson-archive-tools,
.aodson-product-center-card,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.aodson-home-product-card,
.aodson-enterprise-panel,
.aodson-category-landing,
.aodson-empty-archive-note {
	border-color: var(--aodson-soft-line);
	border-radius: var(--aodson-radius-md);
	box-shadow: var(--aodson-shadow-sm);
}

.aodson-home-search__inner {
	box-shadow: var(--aodson-shadow-md);
}

.aodson-home-category-card,
.aodson-home-capability-grid a,
.aodson-product-center-link-grid a,
.aodson-product-center-resource-grid a,
.aodson-archive-filter,
.aodson-category-landing__grid > div,
.aodson-enterprise-list,
.aodson-enterprise-quality span,
.aodson-rfq-file-types span {
	border-color: var(--aodson-soft-line);
	border-radius: var(--aodson-radius-sm);
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease,
		background-color 180ms ease,
	color 180ms ease;
}

.aodson-home-category-card {
	isolation: isolate;
	min-height: clamp(230px, 20vw, 270px);
	text-decoration: none;
}

.aodson-home-category-card *,
.aodson-home-category-card:hover * {
	text-decoration: none;
}

.aodson-home-category-card img {
	opacity: 0.92;
	filter: saturate(0.96) contrast(1.04);
}

.aodson-home-category-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 4px;
	background: linear-gradient(90deg, var(--aodson-accent), rgba(255, 255, 255, 0));
	content: "";
}

.aodson-home-category-card--fasteners img,
.aodson-home-category-card--marine-hardware img,
.aodson-home-category-card--building-hardware img,
.aodson-home-category-card--access-covers img,
.aodson-home-category-card--linear-drain-systems img {
	object-position: center;
}

.aodson-home-category-card--investment-castings img,
.aodson-home-category-card--cnc-machined-parts img,
.aodson-home-category-card--coffee-machine-parts img,
.aodson-home-category-card--pump-components img {
	object-position: center 42%;
}

.aodson-home-category-card:hover,
.aodson-home-capability-grid a:hover,
.aodson-product-center-link-grid a:hover,
.aodson-product-center-resource-grid a:hover,
.aodson-product-center-card:hover,
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.aodson-home-product-card:hover {
	border-color: rgba(31, 122, 120, 0.28);
	box-shadow: var(--aodson-shadow-md);
	transform: translateY(-2px);
}

.aodson-product-center-card--no-image .aodson-product-center-card__body {
	padding-top: 24px;
}

.aodson-home-product-card--no-image > a:first-child {
	padding-top: 18px;
}

.aodson-home-category-card::after {
	background:
		linear-gradient(0deg, rgba(7, 24, 39, 0.88), rgba(7, 24, 39, 0.48) 46%, rgba(7, 24, 39, 0.08)),
		linear-gradient(90deg, rgba(31, 122, 120, 0.26), transparent 56%);
}

.aodson-home-category-card span,
.aodson-home-product-card strong,
.aodson-product-center-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-wrap: balance;
}

.aodson-home-category-card span {
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.aodson-home-category-card p {
	max-width: 92%;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

.aodson-home-capability-grid {
	gap: 12px;
	background: transparent;
	border: 0;
}

.aodson-home-capability-grid a {
	border: 1px solid var(--aodson-soft-line);
}

.aodson-home-product-card img,
.aodson-product-center-card__image img,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.aodson-home-capability-grid img {
	transition: transform 220ms ease, filter 220ms ease;
}

.aodson-home-product-card:hover img,
.aodson-product-center-card:hover .aodson-product-center-card__image img,
.woocommerce ul.products li.product:hover a img,
.woocommerce-page ul.products li.product:hover a img,
.aodson-home-capability-grid a:hover img {
	filter: saturate(1.04) contrast(1.03);
	transform: scale(1.035);
}

.aodson-home-product-card,
.aodson-product-center-card,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	overflow: hidden;
}

.aodson-home-quality__steps span,
.aodson-quality__steps span,
.aodson-archive-hero__panel,
.aodson-product-rfq-panel,
.aodson-rfq-hero__panel,
.aodson-rfq-prefill-note {
	border-radius: var(--aodson-radius-sm);
}

.aodson-home-rfq__inner,
.aodson-archive-rfq,
.aodson-product-rfq-panel {
	border-radius: var(--aodson-radius-md);
}

.aodson-home-rfq__inner {
	box-shadow: var(--aodson-shadow-sm);
}

.aodson-archive-hero,
.aodson-rfq-hero {
	background:
		radial-gradient(circle at 82% 16%, rgba(31, 122, 120, 0.22), transparent 32%),
		linear-gradient(135deg, #071827, #123a5c);
}

.aodson-product-center-quick a,
.aodson-product-center-link-grid a,
.aodson-product-center-resource-grid a {
	position: relative;
}

.aodson-product-center {
	gap: clamp(52px, 7vw, 88px);
}

.aodson-product-center-quick {
	position: sticky;
	top: 112px;
	z-index: 20;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--aodson-soft-line);
	border-radius: var(--aodson-radius-md);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 30px rgba(7, 24, 39, 0.06);
	backdrop-filter: blur(14px);
}

.aodson-product-center-quick a {
	min-height: 38px;
	border-radius: var(--aodson-radius-sm);
}

.aodson-product-center-quick a:hover {
	background: var(--aodson-accent);
	border-color: var(--aodson-accent);
}

.aodson-product-center-section {
	position: relative;
}

.aodson-product-center-section__heading {
	padding-bottom: 8px;
}

.aodson-product-center-section__heading h2 {
	max-width: 900px;
	text-wrap: balance;
}

.aodson-product-center-link-grid {
	gap: 14px;
}

.aodson-product-center-link-grid a,
.aodson-product-center-resource-grid a {
	min-height: 132px;
	padding: 20px;
	background:
		linear-gradient(180deg, #fff, #fbfcfd);
}

.aodson-product-center-link-grid a::before,
.aodson-product-center-resource-grid a::before {
	width: 34px;
	height: 3px;
	margin-bottom: 14px;
	background: var(--aodson-accent);
	content: "";
}

.aodson-product-center-link-grid a::after,
.aodson-product-center-resource-grid a::after {
	position: absolute;
	right: 18px;
	bottom: 16px;
	width: 28px;
	height: 3px;
	border-radius: 999px;
	background: var(--aodson-accent);
	content: "";
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.aodson-product-center-link-grid a:hover::after,
.aodson-product-center-resource-grid a:hover::after {
	opacity: 1;
	transform: translateY(0);
}

.aodson-archive-tools {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 0, rgba(31, 122, 120, 0.08), transparent 34%),
		linear-gradient(180deg, #fff, #fbfcfd);
}

.aodson-archive-tools::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--aodson-accent), rgba(18, 58, 92, 0.16));
	content: "";
}

.aodson-archive-tools__header {
	position: relative;
	align-items: start;
}

.aodson-archive-tools__header strong {
	display: grid;
	gap: 8px;
}

.aodson-archive-tools__header strong::after {
	width: 46px;
	height: 3px;
	border-radius: 999px;
	background: var(--aodson-accent);
	content: "";
}

.aodson-archive-filter-form {
	position: relative;
}

.aodson-archive-filter {
	gap: 10px;
	padding: 14px;
	background: #fff;
}

.aodson-archive-filter span {
	color: var(--aodson-accent-dark);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aodson-archive-filter select {
	min-height: 44px;
	border-color: var(--aodson-soft-line);
	border-radius: var(--aodson-radius-sm);
	background:
		linear-gradient(180deg, #fff, #f8fafb);
	font-weight: 700;
}

.aodson-archive-filter select:focus {
	border-color: var(--aodson-accent);
	box-shadow: 0 0 0 3px rgba(31, 122, 120, 0.12);
	outline: 0;
}

.aodson-archive-filter-actions {
	padding-top: 4px;
}

.aodson-archive-filter-actions button,
.aodson-archive-filter-actions a {
	border-radius: var(--aodson-radius-sm);
}

.aodson-loop-engineering dl,
.aodson-product-meta-grid {
	gap: 0;
	overflow: hidden;
	border-radius: var(--aodson-radius-sm);
}

.aodson-loop-engineering dl div,
.aodson-product-meta-grid div {
	background: #fbfcfd;
}

.aodson-product-info-panel {
	position: relative;
	overflow: hidden;
}

.aodson-product-info-panel::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--aodson-accent), rgba(18, 58, 92, 0.2));
	content: "";
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	overflow: hidden;
	border-color: var(--aodson-soft-line);
	border-radius: var(--aodson-radius-md);
	box-shadow: var(--aodson-shadow-sm);
}

.single-product div.product .woocommerce-product-gallery::before {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	width: 42px;
	height: 4px;
	border-radius: 999px;
	background: var(--aodson-accent);
	content: "";
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	display: block;
	min-height: clamp(380px, 46vw, 650px);
	background:
		linear-gradient(135deg, rgba(223, 229, 234, 0.72), rgba(246, 248, 250, 0.96));
}

.single-product div.product .woocommerce-product-gallery .flex-viewport,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	min-height: clamp(380px, 46vw, 650px);
	background:
		linear-gradient(135deg, rgba(223, 229, 234, 0.72), rgba(246, 248, 250, 0.96));
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: 650px;
	object-fit: contain;
	padding: clamp(18px, 3vw, 34px);
	filter: drop-shadow(0 18px 28px rgba(7, 24, 39, 0.12));
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
	margin: 10px !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	width: auto !important;
	float: none !important;
	overflow: hidden;
	border: 1px solid var(--aodson-soft-line);
	border-radius: var(--aodson-radius-sm);
	background: #fff;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
	width: 100% !important;
	height: 78px !important;
	padding: 8px;
	object-fit: contain;
	background: #fff;
	filter: none;
}

.single-product div.product .summary {
	position: static;
	top: auto;
}

.single-product div.product .summary > .woocommerce-breadcrumb {
	display: none;
}

.aodson-product-info-panel {
	background:
		linear-gradient(180deg, #fff, #fbfcfd);
}

.aodson-product-info-panel .aodson-eyebrow {
	margin-bottom: 14px;
}

.aodson-product-info-panel h1 {
	font-size: 2.25rem;
	line-height: 1.04;
}

.aodson-product-info-panel--long-title h1 {
	font-size: 2rem;
}

.aodson-product-info-panel--very-long-title h1 {
	font-size: 1.75rem;
}

.aodson-product-info-panel__summary {
	padding-bottom: 22px;
	border-bottom: 1px solid var(--aodson-soft-line);
}

.aodson-product-info-panel__summary p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

@media (min-width: 901px) and (max-width: 1024px) {
	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .summary {
		width: 100% !important;
		float: none !important;
	}

	.single-product div.product .woocommerce-product-gallery {
		margin-bottom: 28px;
	}

	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
	.single-product div.product .woocommerce-product-gallery .flex-viewport,
	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
		min-height: 460px;
	}

	.single-product div.product .woocommerce-product-gallery img {
		max-height: 460px;
	}
}

.aodson-product-meta-grid {
	margin-top: 22px;
	background: transparent;
	border: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.aodson-product-meta-grid div {
	min-height: 92px;
	border: 1px solid var(--aodson-soft-line);
	border-radius: var(--aodson-radius-sm);
	background: #fff;
}

.aodson-product-meta-grid dt {
	color: var(--aodson-accent-dark);
	letter-spacing: 0.08em;
}

.aodson-product-action-grid {
	grid-template-columns: minmax(0, 1.2fr) minmax(96px, 0.7fr) minmax(112px, 0.8fr);
	gap: 10px;
	margin-top: 22px;
}

.aodson-product-action-grid .aodson-button {
	min-height: 48px;
}

.aodson-product-action-grid .aodson-button:first-child {
	box-shadow: 0 14px 28px rgba(7, 24, 39, 0.16);
}

.aodson-spec-table {
	overflow: hidden;
	border: 1px solid var(--aodson-soft-line);
	border-radius: var(--aodson-radius-md);
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: var(--aodson-shadow-sm);
}

.aodson-spec-table th,
.aodson-spec-table td {
	border-color: var(--aodson-soft-line) !important;
}

.aodson-table-scroll,
.aodson-dimension-reference-image,
.aodson-code-explainer,
.aodson-product-code-options figure,
.aodson-application-reference-image,
.aodson-selection-guide,
.aodson-download-rfq,
.aodson-product-reference-images figure {
	overflow: hidden;
	border-color: var(--aodson-soft-line);
	border-radius: var(--aodson-radius-md);
	box-shadow: var(--aodson-shadow-sm);
}

.aodson-dimension-table tbody tr:nth-child(even) td {
	background: rgba(246, 248, 250, 0.78);
}

.aodson-product-reference-images img {
	object-fit: contain;
}

.aodson-product-block details {
	background: #fff;
}

.aodson-product-block summary {
	padding-right: 22px;
}

.aodson-rfq-form-card input,
.aodson-rfq-form-card textarea,
.aodson-rfq-form-card select,
.aodson-product-search input[type="search"],
.aodson-product-center-search input[type="search"],
.aodson-header-search input[type="search"],
.aodson-mobile-search input[type="search"] {
	border-radius: var(--aodson-radius-sm) !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.aodson-rfq-form-card input:focus,
.aodson-rfq-form-card textarea:focus,
.aodson-rfq-form-card select:focus,
.aodson-product-search input[type="search"]:focus,
.aodson-product-center-search input[type="search"]:focus,
.aodson-header-search input[type="search"]:focus,
.aodson-mobile-search input[type="search"]:focus {
	border-color: var(--aodson-accent) !important;
	box-shadow: 0 0 0 3px rgba(31, 122, 120, 0.12) !important;
}

.aodson-rfq-file-types span {
	background: #fff;
}

.aodson-footer {
	background:
		linear-gradient(180deg, #071827, #061421);
}

.aodson-footer a:hover {
	color: #9ae2da;
}

@media (min-width: 981px) {
	.aodson-mobile-drawer {
		display: none !important;
	}
}

@media (max-width: 980px) {
	.aodson-header-main__grid {
		min-height: 64px;
	}

	.aodson-mobile-drawer__panel {
		border-radius: 0;
		width: min(440px, 94vw);
	}
}

@media (max-width: 760px) {
	.aodson-container,
	.aodson-header-container,
	.aodson-archive-tools,
	.aodson-archive-bottom,
	.aodson-product-v2,
	.aodson-product-center,
	.aodson-product-center-newest-heading,
	.single-product div.product {
		width: min(100% - 32px, 1200px);
	}

	.aodson-home-hero__content {
		padding-block: 112px 34px;
	}

	.aodson-home-hero__metrics {
		backdrop-filter: none;
	}

	.aodson-home-search__inner,
	.aodson-rfq-form-card,
	.aodson-archive-tools,
	.aodson-product-info-panel {
		box-shadow: 0 12px 32px rgba(7, 24, 39, 0.08);
	}

	.aodson-home-section {
		padding-block: clamp(54px, 15vw, 76px);
	}

	.aodson-home-category-card {
		min-height: 178px;
	}

	.single-product div.product .summary {
		position: static;
	}

	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
		min-height: auto;
	}

	.single-product div.product .woocommerce-product-gallery::before {
		top: 12px;
		left: 12px;
	}

	.single-product div.product .woocommerce-product-gallery img {
		padding: 18px;
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.aodson-product-v2,
	.aodson-product-v2__main,
	.aodson-product-block,
	.aodson-dimension-table-wrap,
	.aodson-product-reference-images,
	.aodson-product-code-options,
	.aodson-product-code-options__grid,
	.aodson-product-reference-images__grid {
		min-width: 0;
		max-width: 100%;
	}

	.aodson-code-explainer,
	.aodson-product-code-options__grid {
		grid-template-columns: 1fr;
	}

	.aodson-spec-table {
		table-layout: fixed;
	}

	.aodson-spec-table th,
	.aodson-spec-table td {
		display: block;
		width: 100%;
		word-break: break-word;
	}

	.aodson-table-scroll {
		width: 100%;
	}

	.aodson-product-reference-images__grid {
		grid-template-columns: 1fr;
	}

	.aodson-product-info-panel h1 {
		font-size: 1.9rem;
		line-height: 1.04;
	}

	.aodson-product-info-panel--long-title h1 {
		font-size: 1.75rem;
	}

	.aodson-product-info-panel--very-long-title h1 {
		font-size: 1.6rem;
	}

	.aodson-product-action-grid,
	.aodson-product-meta-grid {
		grid-template-columns: 1fr;
	}

	.aodson-product-center-link-grid a,
	.aodson-product-center-resource-grid a {
		min-height: auto;
	}

	.aodson-product-center-quick {
		position: static;
		overflow-x: auto;
		flex-wrap: nowrap;
		margin-inline: -4px;
		padding: 8px;
	}

	.aodson-product-center-quick a {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.aodson-archive-tools__header {
		display: grid;
	}

	.aodson-home-product-card:hover,
	.aodson-product-center-card:hover,
	.woocommerce ul.products li.product:hover,
	.woocommerce-page ul.products li.product:hover,
	.aodson-home-category-card:hover,
	.aodson-home-capability-grid a:hover,
	.aodson-product-center-link-grid a:hover,
	.aodson-product-center-resource-grid a:hover {
		transform: none;
	}
}

@media (max-width: 520px) {
	.aodson-button,
	.woocommerce a.button.aodson-button,
	.aodson-home-product-card__rfq,
	.woocommerce ul.products li.product .aodson-request-quote-button--loop,
	.woocommerce-page ul.products li.product .aodson-request-quote-button--loop,
	.woocommerce ul.products li.product .aodson-loop-details-button,
	.woocommerce-page ul.products li.product .aodson-loop-details-button {
		width: 100%;
	}

	.aodson-home-search__inner,
	.aodson-archive-tools,
	.aodson-rfq-form-card {
		padding: 20px;
	}

	.aodson-product-center-search,
	.aodson-product-search {
		grid-template-columns: 1fr;
	}
}
