:root {
  --age-ink: #17202a;
  --age-muted: #56616d;
  --age-paper: #ffffff;
  --age-surface: #f4f6f8;
  --age-surface-strong: #e9edf1;
  --age-line: #d8dee5;
  --age-accent: #d9480f;
  --age-accent-alt: #087f5b;
  --age-blue: #1864ab;
  --age-success: #2b8a3e;
  --age-warning: #e67700;
  --age-danger: #c92a2a;
  --age-radius: 6px;
  --age-shadow: 0 12px 36px rgb(23 32 42 / 10%);
  --age-container: 1240px;
  --age-header-height: 132px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--age-paper);
  color: var(--age-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  line-height: 1.17;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.25rem, 4vw, 3.6rem);
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

h3 {
  font-size: 1.2rem;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.age-skip-link {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.age-skip-link:focus {
  position: fixed !important;
  z-index: 10000;
  top: 10px;
  left: 10px;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  clip-path: none;
  background: var(--age-paper);
  color: var(--age-ink);
}

.age-container {
  width: min(calc(100% - 40px), var(--age-container));
  margin-inline: auto;
}

.age-icon {
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.age-kicker {
  margin-bottom: 8px;
  color: var(--age-accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.age-site-header {
  position: relative;
  z-index: 100;
  background: var(--age-paper);
  border-bottom: 1px solid var(--age-line);
}

.age-utility-bar {
  background: var(--age-ink);
  color: var(--age-paper);
  font-size: 0.76rem;
}

.age-utility-inner {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 24px;
}

.age-utility-inner span,
.age-utility-inner a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.age-utility-inner a {
  margin-left: auto;
}

.age-header-main {
  display: grid;
  min-height: 72px;
  align-items: center;
  gap: 28px;
  grid-template-columns: auto minmax(260px, 1fr) auto;
}

.age-brand {
  display: inline-flex;
  min-width: 215px;
  align-items: center;
  gap: 10px;
  color: var(--age-ink);
  text-decoration: none;
}

.age-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--age-accent);
  border-radius: 50%;
  color: var(--age-paper);
}

.age-brand-mark .age-icon {
  width: 22px;
  height: 22px;
}

.age-brand-copy {
  display: grid;
  line-height: 1.2;
}

.age-brand-copy strong {
  font-size: 1.05rem;
}

.age-brand-copy small {
  max-width: 180px;
  margin-top: 3px;
  color: var(--age-muted);
  font-size: 0.69rem;
}

.age-header-search .woocommerce-product-search,
.age-header-search .search-form,
.age-site-footer .search-form {
  position: relative;
  display: flex;
  width: 100%;
}

.age-header-search input[type="search"],
.age-site-footer input[type="search"] {
  width: 100%;
  min-height: 42px;
  padding: 0 112px 0 14px;
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
  background: var(--age-surface);
  color: var(--age-ink);
}

.age-header-search button,
.age-site-footer .search-submit {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: var(--age-ink);
  color: var(--age-paper);
  font-weight: 700;
}

.age-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.age-icon-button {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: var(--age-ink);
  text-decoration: none;
}

.age-icon-button:hover,
.age-icon-button:focus-visible {
  border-color: var(--age-line);
  background: var(--age-surface);
}

.age-cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  place-items: center;
  border-radius: 9px;
  background: var(--age-accent);
  color: var(--age-paper);
  font-size: 0.68rem;
  font-weight: 800;
}

.age-menu-toggle {
  display: none;
}

.age-menu-close {
  display: none;
}

.age-menu-toggle[aria-expanded="true"] .age-menu-open {
  display: none;
}

.age-menu-toggle[aria-expanded="true"] .age-menu-close {
  display: block;
}

.age-primary-nav {
  border-top: 1px solid var(--age-line);
}

.age-nav-inner {
  display: flex;
  min-height: 45px;
  align-items: stretch;
}

.age-shop-all {
  display: inline-flex;
  min-width: 215px;
  align-items: center;
  gap: 9px;
  border-right: 1px solid var(--age-line);
  color: var(--age-ink);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.age-nav-menu {
  display: flex;
  align-items: stretch;
  gap: 2px;
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
}

.age-nav-menu a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 13px;
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
}

.age-nav-menu a:hover,
.age-nav-menu a:focus-visible {
  color: var(--age-accent);
}

.age-hero {
  position: relative;
  min-height: min(560px, calc(100vh - 210px));
  overflow: hidden;
  background: #272727;
  color: var(--age-paper);
}

.age-hero-media,
.age-hero-media::after {
  position: absolute;
  inset: 0;
}

.age-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.age-hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgb(17 22 27 / 88%) 0%, rgb(17 22 27 / 63%) 34%, rgb(17 22 27 / 8%) 64%, transparent 100%);
}

.age-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  align-items: center;
  padding-block: 72px 100px;
}

.age-hero-copy {
  width: min(620px, 55%);
}

.age-hero-copy h1 {
  max-width: 600px;
  margin-bottom: 20px;
}

.age-hero-copy > p:not(.age-kicker) {
  max-width: 580px;
  margin-bottom: 28px;
  color: rgb(255 255 255 / 86%);
  font-size: 1.08rem;
}

.age-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
button.button,
input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--age-radius);
  background: var(--age-ink);
  color: var(--age-paper);
  font-weight: 800;
  text-decoration: none;
}

.age-button-primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--age-accent);
  color: var(--age-paper);
}

.age-button-primary:hover,
.age-button-primary:focus-visible,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
  filter: brightness(0.92);
}

.age-button-secondary {
  border-color: rgb(255 255 255 / 72%);
  background: rgb(23 32 42 / 28%);
  color: var(--age-paper);
}

.age-quick-find {
  position: relative;
  z-index: 3;
  margin-top: -40px;
}

.age-quick-find-inner {
  display: grid;
  min-height: 120px;
  align-items: center;
  gap: 34px;
  padding: 22px 30px;
  grid-template-columns: minmax(240px, 0.75fr) minmax(400px, 1.25fr);
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
  background: var(--age-paper);
  box-shadow: var(--age-shadow);
}

.age-quick-find-inner h2 {
  margin: 0;
  font-size: 1.45rem;
}

.age-wide-search {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
  background: var(--age-surface);
}

.age-wide-search > .age-icon {
  margin-left: 16px;
  color: var(--age-muted);
}

.age-wide-search input {
  min-width: 0;
  min-height: 52px;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
}

.age-wide-search button {
  min-height: 44px;
  margin-right: 4px;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  background: var(--age-ink);
  color: var(--age-paper);
  font-weight: 800;
}

.age-section {
  padding-block: 88px;
}

.age-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.age-section-heading h2 {
  margin-bottom: 0;
}

.age-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--age-accent);
  font-weight: 800;
  text-decoration: none;
}

.age-text-link:hover {
  text-decoration: underline;
}

.age-category-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.age-category-tile {
  display: grid;
  min-height: 108px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  grid-template-columns: auto 1fr auto;
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
  background: var(--age-paper);
  color: var(--age-ink);
  text-decoration: none;
}

.age-category-tile:hover,
.age-category-tile:focus-visible {
  border-color: var(--age-accent);
  box-shadow: 0 8px 24px rgb(23 32 42 / 8%);
}

.age-category-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--age-surface-strong);
  color: var(--age-accent);
}

.age-category-tile > .age-icon {
  color: var(--age-muted);
}

.age-category-tile span:not(.age-category-icon) {
  display: grid;
  min-width: 0;
}

.age-category-tile strong {
  overflow-wrap: anywhere;
}

.age-category-tile small {
  margin-top: 2px;
  color: var(--age-muted);
}

.age-service-band {
  padding-block: 58px;
  background: var(--age-ink);
  color: var(--age-paper);
}

.age-service-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.age-service-grid > div {
  min-width: 0;
  padding: 0 36px;
  border-right: 1px solid rgb(255 255 255 / 18%);
}

.age-service-grid > div:first-child {
  padding-left: 0;
}

.age-service-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.age-service-number {
  color: #ffb98d;
  font-size: 0.8rem;
  font-weight: 900;
}

.age-service-grid h2 {
  margin: 10px 0 12px;
  font-size: 1.45rem;
}

.age-service-grid p {
  margin-bottom: 0;
  color: rgb(255 255 255 / 72%);
}

.age-product-section {
  background: var(--age-surface);
}

.woocommerce ul.products {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  display: flex;
  width: auto;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 12px 12px 16px;
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
  background: var(--age-paper);
}

.woocommerce ul.products li.product:hover {
  border-color: #b5bec8;
  box-shadow: 0 10px 30px rgb(23 32 42 / 8%);
}

.woocommerce ul.products li.product a {
  text-decoration: none;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 0 14px;
  object-fit: contain;
  border-radius: 4px;
  background: var(--age-surface);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 3.8em;
  margin: 0;
  padding: 0;
  color: var(--age-ink);
  font-size: 0.96rem;
  font-weight: 720;
  line-height: 1.35;
}

.woocommerce ul.products li.product .star-rating {
  margin: 10px 0 7px;
  color: var(--age-warning);
  font-size: 0.78rem;
}

.woocommerce ul.products li.product .price {
  margin-top: auto;
  padding-top: 12px;
  color: var(--age-ink);
  font-size: 1.08rem;
  font-weight: 850;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  background: var(--age-ink);
  font-size: 0.84rem;
}

.woocommerce span.onsale {
  top: 20px;
  right: 20px;
  left: auto;
  min-width: 0;
  min-height: 0;
  padding: 5px 9px;
  border-radius: 3px;
  background: var(--age-accent);
  line-height: 1.2;
}

.age-job-section {
  border-top: 1px solid var(--age-line);
}

.age-job-layout {
  display: grid;
  align-items: start;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.age-job-copy p:not(.age-kicker) {
  max-width: 600px;
  color: var(--age-muted);
  font-size: 1.06rem;
}

.age-job-points {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--age-line);
}

.age-job-points > div {
  display: flex;
  min-height: 126px;
  gap: 12px;
  padding: 22px 18px;
  border-right: 1px solid var(--age-line);
  border-bottom: 1px solid var(--age-line);
}

.age-job-points > div:nth-child(2n) {
  border-right: 0;
}

.age-job-points .age-icon {
  margin-top: 2px;
  color: var(--age-success);
}

.age-job-points span {
  display: grid;
  align-content: start;
}

.age-job-points small {
  margin-top: 5px;
  color: var(--age-muted);
}

.age-main {
  min-height: 55vh;
  padding-block: 44px 88px;
}

.age-page-header {
  max-width: 860px;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--age-line);
}

.age-page-header h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
}

.age-prose {
  max-width: 880px;
}

.age-prose p,
.age-prose li {
  color: #34404b;
}

.age-prose a {
  color: var(--age-blue);
}

.age-post-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.age-post-card {
  padding: 22px;
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
}

.age-post-card h2 {
  font-size: 1.35rem;
}

.age-empty-state {
  display: grid;
  max-width: 720px;
  min-height: 420px;
  align-content: center;
  justify-items: start;
}

.age-empty-state form {
  width: min(100%, 560px);
  margin-bottom: 22px;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 30px;
  color: var(--age-muted);
  font-size: 0.78rem;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--age-ink);
  text-decoration: none;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 28px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid var(--age-line);
  border-radius: 4px;
  background: var(--age-paper);
}

.woocommerce div.product {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: auto;
  float: none;
}

.woocommerce div.product .product_title {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--age-ink);
  font-size: 1.55rem;
  font-weight: 850;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid var(--age-line);
  border-bottom: 1px solid var(--age-line);
}

.woocommerce div.product form.variations_form {
  display: block;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 14px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  padding: 0 0 8px;
  text-align: left;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  min-height: 46px;
  padding: 8px 12px;
  border: 1px solid var(--age-line);
  border-radius: 4px;
  background: var(--age-paper);
}

.woocommerce div.product form.cart .reset_variations {
  display: inline-block;
  margin-top: 7px;
  color: var(--age-muted);
  font-size: 0.8rem;
}

.woocommerce div.product .single_variation_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce div.product .woocommerce-variation {
  flex-basis: 100%;
}

.age-product-gallery {
  min-width: 0;
}

.age-product-gallery-main {
  display: grid;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
  background: var(--age-paper);
}

.age-product-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.age-product-gallery-thumbs {
  display: grid;
  margin-top: 10px;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.age-gallery-thumb {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  padding: 3px;
  border: 1px solid var(--age-line);
  border-radius: 4px;
  background: var(--age-paper);
}

.age-gallery-thumb.is-active,
.age-gallery-thumb:hover,
.age-gallery-thumb:focus-visible {
  border-color: var(--age-accent);
  box-shadow: 0 0 0 1px var(--age-accent);
}

.age-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.age-buying-checks {
  margin-top: 20px;
  padding: 14px 0 2px 16px;
  border-left: 3px solid var(--age-accent-alt);
}

.age-buying-checks ul {
  margin: 8px 0 0;
  padding-left: 20px;
  color: var(--age-muted);
}

.age-decision-layer {
  grid-column: 1 / -1;
  margin-top: 30px;
  border-top: 1px solid var(--age-line);
}

.age-decision-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding-block: 18px;
  border-bottom: 1px solid var(--age-line);
}

.age-decision-nav a {
  color: var(--age-muted);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.age-decision-nav a:hover,
.age-decision-nav a:focus-visible {
  color: var(--age-accent);
}

.age-product-section-block {
  padding-block: 46px;
  border-bottom: 1px solid var(--age-line);
  scroll-margin-top: 24px;
}

.age-product-section-block > h2,
.age-review-heading h2 {
  margin-bottom: 24px;
  font-size: clamp(1.65rem, 2.4vw, 2.2rem);
}

.age-module-kicker {
  margin-bottom: 7px;
  color: var(--age-accent);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.age-spec-grid {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--age-line);
}

.age-spec-grid > div {
  min-width: 0;
  padding: 16px 18px 16px 0;
  border-bottom: 1px solid var(--age-line);
}

.age-spec-grid dt {
  margin-bottom: 4px;
  color: var(--age-muted);
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
}

.age-spec-grid dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 650;
}

.age-fitment-list {
  display: grid;
  gap: 0 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--age-line);
}

.age-fitment-list > div {
  display: grid;
  padding-block: 13px;
  border-bottom: 1px solid var(--age-line);
}

.age-fitment-list small,
.age-module-note,
.age-review-source {
  color: var(--age-muted);
}

.age-fitment-source-notes {
  max-width: 900px;
  margin-top: 24px;
  padding: 20px;
  border-left: 4px solid var(--age-accent-alt);
  background: var(--age-surface);
}

.age-fitment-source-notes h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.age-fitment-source-notes ul {
  margin: 0;
  padding-left: 20px;
  color: var(--age-muted);
}

.age-module-note {
  max-width: 850px;
  margin: 18px 0 0;
  font-size: 0.88rem;
}

.age-intent-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.age-intent-block {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--age-line);
  border-left: 4px solid var(--age-accent-alt);
  border-radius: var(--age-radius);
}

.age-intent-block h3 {
  margin-bottom: 10px;
}

.age-intent-block p,
.age-intent-block ul {
  margin-bottom: 0;
  color: var(--age-muted);
}

.age-intent-block ul {
  padding-left: 20px;
}

.age-review-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.age-review-heading h2 {
  margin-bottom: 0;
}

.age-external-rating {
  display: flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
}

.age-external-rating strong {
  color: var(--age-accent);
  font-size: 1.5rem;
}

.age-review-source {
  max-width: 900px;
  margin: 18px 0 24px;
  padding: 12px 14px;
  border-left: 3px solid var(--age-warning);
  background: var(--age-surface);
  font-size: 0.84rem;
}

.age-review-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.age-review-list article {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
}

.age-review-list article > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.age-review-list article > div span,
.age-review-list article small {
  color: var(--age-muted);
  white-space: nowrap;
}

.age-review-list article p {
  margin: 10px 0;
  overflow-wrap: anywhere;
}

.woocommerce div.product .summary h1:not(.product_title) {
  font-size: 1.75rem;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 1.65rem;
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
  font-size: 1.25rem;
}

.woocommerce div.product .woocommerce-tabs .panel table {
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}

.woocommerce div.product .woocommerce-tabs .panel th,
.woocommerce div.product .woocommerce-tabs .panel td {
  padding: 10px 12px;
  border: 1px solid var(--age-line);
  text-align: left;
  vertical-align: top;
}

.age-cart-thumbnail {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.woocommerce .quantity .qty {
  width: 72px;
  min-height: 46px;
  border: 1px solid var(--age-line);
  border-radius: 4px;
}

.woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--age-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 14px 18px;
  border-bottom: 3px solid transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: var(--age-accent);
}

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 900px;
  padding-top: 26px;
}

.woocommerce table.shop_table {
  border: 1px solid var(--age-line);
  border-collapse: collapse;
  border-radius: var(--age-radius);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 14px;
  border-color: var(--age-line);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--age-accent);
  background: var(--age-surface);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--age-accent);
}

.age-site-footer {
  background: #111820;
  color: var(--age-paper);
}

.age-footer-benefits {
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  background: #1b2630;
}

.age-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.age-benefit-grid > div {
  display: flex;
  min-height: 106px;
  align-items: center;
  gap: 14px;
  padding: 18px 30px;
  border-right: 1px solid rgb(255 255 255 / 12%);
}

.age-benefit-grid > div:first-child {
  padding-left: 0;
}

.age-benefit-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.age-benefit-grid .age-icon {
  width: 30px;
  height: 30px;
  color: #ffb98d;
}

.age-benefit-grid span {
  display: grid;
}

.age-benefit-grid small {
  color: rgb(255 255 255 / 62%);
}

.age-footer-grid {
  display: grid;
  gap: 46px;
  padding-block: 64px 50px;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1.2fr;
}

.age-brand-footer {
  color: var(--age-paper);
}

.age-brand-footer .age-brand-copy strong {
  font-size: 1.2rem;
}

.age-footer-brand p,
.age-footer-grid > div > p {
  color: rgb(255 255 255 / 62%);
}

.age-footer-grid h2 {
  margin-bottom: 16px;
  color: var(--age-paper);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.age-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.age-footer-links li + li {
  margin-top: 9px;
}

.age-footer-links a {
  color: rgb(255 255 255 / 70%);
  text-decoration: none;
}

.age-footer-links a:hover {
  color: var(--age-paper);
}

.age-site-footer input[type="search"] {
  border-color: rgb(255 255 255 / 18%);
  background: rgb(255 255 255 / 8%);
  color: var(--age-paper);
}

.age-site-footer .search-submit {
  background: var(--age-accent);
}

.age-footer-bottom {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  color: rgb(255 255 255 / 55%);
  font-size: 0.72rem;
}

.age-footer-bottom p {
  margin: 0;
}

@media (max-width: 1080px) {
  .age-header-main {
    gap: 16px;
  }

  .age-brand-copy small {
    display: none;
  }

  .age-brand {
    min-width: 165px;
  }

  .age-shop-all {
    min-width: 165px;
  }

  .age-nav-menu a {
    padding-inline: 9px;
  }

  .age-category-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .age-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --age-header-height: 72px;
  }

  .age-container {
    width: min(calc(100% - 28px), var(--age-container));
  }

  .age-utility-bar,
  .age-header-search {
    display: none;
  }

  .age-header-main {
    min-height: 68px;
    grid-template-columns: auto 1fr auto;
  }

  .age-menu-toggle {
    display: grid;
  }

  .age-brand {
    min-width: 0;
  }

  .age-brand-mark {
    width: 34px;
    height: 34px;
  }

  .age-primary-nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 68px);
    overflow: auto;
    border-top: 1px solid var(--age-line);
    background: var(--age-paper);
    box-shadow: var(--age-shadow);
  }

  .age-primary-nav.is-open {
    display: block;
  }

  .age-nav-inner {
    display: block;
    padding-block: 10px 20px;
  }

  .age-shop-all {
    width: 100%;
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid var(--age-line);
  }

  .age-nav-menu {
    display: grid;
    padding: 8px 0 0;
  }

  .age-nav-menu a {
    min-height: 44px;
    padding: 0;
  }

  .age-hero {
    min-height: min(660px, calc(100svh - 54px));
  }

  .age-hero-media::after {
    background: linear-gradient(0deg, rgb(17 22 27 / 92%) 0%, rgb(17 22 27 / 66%) 54%, rgb(17 22 27 / 10%) 100%);
  }

  .age-hero-media img {
    object-position: 63% center;
  }

  .age-hero-inner {
    align-items: end;
    padding-block: 250px 90px;
  }

  .age-hero-copy {
    width: 100%;
  }

  .age-quick-find-inner {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .age-category-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .age-service-grid,
  .age-benefit-grid {
    grid-template-columns: 1fr;
  }

  .age-service-grid > div,
  .age-service-grid > div:first-child,
  .age-service-grid > div:last-child,
  .age-benefit-grid > div,
  .age-benefit-grid > div:first-child,
  .age-benefit-grid > div:last-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
  }

  .age-service-grid > div:last-child,
  .age-benefit-grid > div:last-child {
    border-bottom: 0;
  }

  .age-job-layout {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  .age-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .age-post-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .age-brand-copy strong {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .age-header-actions {
    gap: 0;
  }

  .age-icon-button {
    width: 38px;
    height: 38px;
  }

  .age-hero {
    min-height: min(620px, calc(100svh - 34px));
  }

  .age-hero-inner {
    padding-bottom: 78px;
  }

  .age-hero-copy h1 {
    font-size: 2.45rem;
  }

  .age-hero-actions {
    display: grid;
  }

  .age-hero-actions .button {
    width: 100%;
  }

  .age-quick-find {
    margin-top: -28px;
  }

  .age-quick-find-inner {
    padding: 20px;
  }

  .age-wide-search {
    grid-template-columns: auto 1fr;
  }

  .age-wide-search button {
    grid-column: 1 / -1;
    margin: 0 4px 4px;
  }

  .age-section {
    padding-block: 62px;
  }

  .age-section-heading {
    display: grid;
    margin-bottom: 24px;
  }

  .age-category-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 8px 8px 12px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 4.2em;
    font-size: 0.86rem;
  }

  .woocommerce ul.products li.product .price {
    font-size: 0.98rem;
  }

  .age-job-points {
    grid-template-columns: 1fr;
  }

  .age-product-gallery-thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .age-spec-grid,
  .age-fitment-list,
  .age-intent-grid,
  .age-review-list {
    grid-template-columns: 1fr;
  }

  .age-review-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .age-job-points > div,
  .age-job-points > div:nth-child(2n) {
    border-right: 0;
  }

  .age-footer-grid,
  .age-post-list {
    grid-template-columns: 1fr;
  }

  .age-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

