:root {
  --gmv2-navy: #052f50;
  --gmv2-navy-2: #073e67;
  --gmv2-blue: #0d64c8;
  --gmv2-blue-2: #0a58ad;
  --gmv2-ink: #0a2e50;
  --gmv2-muted: #587189;
  --gmv2-line: #dbe5ee;
  --gmv2-bg: #f5f8fb;
  --gmv2-soft: #edf4fa;
  --gmv2-shadow: 0 12px 34px rgba(7, 43, 75, 0.1);
  --gmv2-radius: 10px;
  --gmv2-max: 1180px;
}

.ey-gmv2 {
  color: var(--gmv2-ink);
  background: #fff;
}

.ey-gmv2 .ey-notice,
.ey-gmv2 .ey-service,
.ey-gmv2 .ey-header,
.ey-gmv2 .ey-footer {
  display: none !important;
}

.gmv2-handoff-shell {
  width: min(var(--gmv2-max), calc(100% - 32px));
  margin-inline: auto;
}

.gmv2-handoff-topbar {
  min-height: 34px;
  background: #042b49;
  color: #fff;
  font-size: 11px;
}

.gmv2-handoff-topbar .gmv2-handoff-shell,
.gmv2-handoff-top-left,
.gmv2-handoff-top-right {
  display: flex;
  align-items: center;
}

.gmv2-handoff-topbar .gmv2-handoff-shell {
  min-height: 34px;
  justify-content: space-between;
}

.gmv2-handoff-top-left,
.gmv2-handoff-top-right {
  gap: 13px;
}

.gmv2-handoff-top-left i,
.gmv2-handoff-top-right i {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.38);
}

.gmv2-handoff-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--gmv2-line);
  background: #fff;
}

.admin-bar .gmv2-handoff-header {
  top: 32px;
}

.gmv2-handoff-header-row {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 24px;
}

.gmv2-handoff-brand {
  flex: 0 0 auto;
}

.gmv2-handoff-brand img {
  display: block;
  width: 190px;
  height: auto;
}

.gmv2-handoff-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 22px;
}

.gmv2-handoff-nav a {
  color: var(--gmv2-ink) !important;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.gmv2-handoff-nav a:hover,
.gmv2-handoff-nav a:focus-visible {
  color: var(--gmv2-blue) !important;
}

.gmv2-handoff-search {
  display: flex;
  width: 330px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #ccd9e4;
  border-radius: 5px;
  background: #fff;
}

.ey-gmv2 .gmv2-handoff-search input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.ey-gmv2 .gmv2-handoff-search button {
  display: grid;
  width: 45px;
  min-height: 38px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--gmv2-blue);
}

.gmv2-handoff-search svg,
.gmv2-handoff-icon-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.gmv2-handoff-icons {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.ey-gmv2 .gmv2-handoff-icon-btn {
  position: relative;
  display: grid;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid #d6e0e9;
  border-radius: 6px;
  background: #fff;
  color: var(--gmv2-ink);
  text-decoration: none;
}

.gmv2-handoff-icon-btn b {
  position: absolute;
  top: -6px;
  right: -5px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--gmv2-blue);
  color: #fff;
  font-size: 10px;
}

.ey-gmv2 .gmv2-handoff-menu-btn {
  display: none;
}

.gmv2-handoff-page {
  margin: 0;
  background: #fff;
  color: var(--gmv2-ink);
}

.gmv2-handoff-breadcrumb {
  padding-block: 18px;
  color: #698198;
  font-size: 12px;
}

.gmv2-handoff-breadcrumb a {
  color: #2d6db3;
  text-decoration: none;
}

.gmv2-handoff-page-hero {
  padding-block: 38px;
  border-bottom: 1px solid #d8e4ee;
  background: linear-gradient(115deg, #e9f2fa, #f8fbfe);
}

.gmv2-handoff-page-hero h1,
.gmv2-handoff-detail-info h1 {
  margin: 10px 0 12px;
  color: var(--gmv2-ink);
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.gmv2-handoff-page-hero > .gmv2-handoff-shell > p:last-of-type,
.gmv2-handoff-lead {
  max-width: 720px;
  color: #4c6b85;
  font-size: 17px;
}

.gmv2-handoff-eyebrow {
  margin: 0;
  color: #5b7b98;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gmv2-handoff-section {
  padding-block: 34px;
}

.gmv2-handoff-section.alt {
  background: #f6f9fc;
}

.gmv2-handoff-section h2 {
  margin: 0 0 10px;
  color: var(--gmv2-ink);
  font-size: 28px;
  letter-spacing: -0.025em;
}

.gmv2-handoff-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.gmv2-handoff-section-head p:last-child {
  margin: 0;
  color: var(--gmv2-muted);
  font-size: 13px;
}

.ey-gmv2 .gmv2-handoff-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--gmv2-blue);
  border-radius: 6px;
  background: var(--gmv2-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ey-gmv2 .gmv2-handoff-btn.secondary {
  background: #fff;
  color: var(--gmv2-blue);
}

.gmv2-handoff-home-hero {
  position: relative;
  overflow: hidden;
  background: #06304f;
  color: #fff;
}

.gmv2-handoff-hero-scene,
.gmv2-handoff-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gmv2-handoff-hero-scene {
  object-fit: cover;
  object-position: center right;
}

.gmv2-handoff-hero-overlay {
  background: linear-gradient(90deg, rgba(3, 39, 67, 0.97) 0%, rgba(3, 39, 67, 0.86) 37%, rgba(3, 39, 67, 0.16) 72%);
}

.gmv2-handoff-home-hero .gmv2-handoff-shell {
  position: relative;
  display: flex;
  min-height: 390px;
  align-items: center;
}

.gmv2-handoff-hero-copy {
  position: relative;
  z-index: 2;
  width: 52%;
  padding-block: 46px;
}

.gmv2-handoff-hero-copy .gmv2-handoff-eyebrow {
  color: #b9d9f5;
}

.gmv2-handoff-hero-copy h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.gmv2-handoff-hero-copy > p:not(.gmv2-handoff-eyebrow) {
  margin: 0 0 16px;
  font-size: 21px;
}

.gmv2-handoff-hero-copy > p span {
  color: #86c4ff;
}

.gmv2-handoff-big-search,
.gmv2-handoff-catalog-search {
  display: flex;
  width: 100%;
  max-width: 520px;
  height: 52px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}

.gmv2-handoff-catalog-search {
  margin-top: 20px;
}

.ey-gmv2 .gmv2-handoff-big-search input,
.ey-gmv2 .gmv2-handoff-catalog-search input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 50px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
}

.ey-gmv2 .gmv2-handoff-big-search button,
.ey-gmv2 .gmv2-handoff-catalog-search button {
  width: 92px;
  min-height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--gmv2-blue);
}

.gmv2-handoff-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.gmv2-handoff-quick a {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 4px;
  background: rgba(3, 48, 81, 0.62);
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

.gmv2-handoff-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--gmv2-line);
  background: #fff;
}

.gmv2-handoff-trust-row > div {
  display: grid;
  min-height: 70px;
  align-content: center;
  padding: 14px 18px;
  border-right: 1px solid var(--gmv2-line);
}

.gmv2-handoff-trust-row > div:last-child {
  border-right: 0;
}

.gmv2-handoff-trust-row b {
  font-size: 12px;
}

.gmv2-handoff-trust-row small {
  margin-top: 2px;
  color: var(--gmv2-muted);
  font-size: 10px;
}

.gmv2-handoff-category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.gmv2-handoff-category-card,
.gmv2-handoff-product-card,
.gmv2-handoff-info-grid article {
  overflow: hidden;
  border: 1px solid var(--gmv2-line);
  border-radius: var(--gmv2-radius);
  background: #fff;
}

.gmv2-handoff-category-card {
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

.gmv2-handoff-category-card img {
  width: 100%;
  height: 94px;
  object-fit: contain;
}

.gmv2-handoff-category-card b,
.gmv2-handoff-category-card small {
  display: block;
}

.gmv2-handoff-category-card b {
  margin-top: 5px;
  color: var(--gmv2-ink);
  font-size: 12px;
}

.gmv2-handoff-category-card small {
  color: var(--gmv2-muted);
  font-size: 10px;
}

.gmv2-handoff-feature-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
}

.gmv2-handoff-blue-panel {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(110deg, #043455, #0a6595);
  color: #fff;
  text-decoration: none;
}

.gmv2-handoff-blue-panel > span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 58%;
  gap: 8px;
  padding: 24px;
}

.gmv2-handoff-blue-panel small {
  color: #b9d9f5;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gmv2-handoff-blue-panel strong {
  color: #fff;
  font-size: 24px;
}

.gmv2-handoff-blue-panel em {
  color: #dcecf8;
  font-size: 13px;
  font-style: normal;
}

.gmv2-handoff-blue-panel b {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  background: #fff;
  color: var(--gmv2-blue);
  font-size: 12px;
}

.gmv2-handoff-blue-panel img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 32%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 32%);
}

.gmv2-handoff-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gmv2-handoff-product-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gmv2-handoff-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 12px;
}

.gmv2-handoff-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  box-sizing: border-box;
  padding: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
}

.ey-gmv2 .gmv2-handoff-product-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.08) brightness(1.015);
}

/* Keep legacy/search product tiles on the same image system as catalog cards. */
.ey-gmv2 .gmv2-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  aspect-ratio: auto;
  box-sizing: border-box;
  padding: 12px;
  overflow: hidden;
  background: #fff;
}

.ey-gmv2 .gmv2-product-media img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.08) brightness(1.015);
}

/* Generator and parts-bundle composite images retain their approved canvas. */
.ey-gmv2 .eyv2-package-art {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff !important;
}

.ey-gmv2 .eyv2-package-art img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: contrast(1.18) brightness(1.03);
}

.gmv2-handoff-badge {
  display: inline-flex;
  align-self: stretch;
  margin-top: 0;
  padding: 4px 7px;
  border-radius: 999px;
  background: #edf5fc;
  color: #35688d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gmv2-handoff-product-card h3 {
  margin: 10px 0 6px;
  font-size: 15px;
  line-height: 1.35;
}

.gmv2-handoff-product-card h3 a {
  color: var(--gmv2-ink);
  text-decoration: none;
}

.gmv2-handoff-ref {
  color: #648098;
  font-size: 11px;
}

.gmv2-handoff-price {
  margin: 9px 0 10px;
  color: var(--gmv2-ink);
  font-size: 18px;
  font-weight: 800;
}

.gmv2-handoff-price small {
  display: block;
  color: #71889b;
  font-size: 10px;
  font-weight: 500;
}

.gmv2-handoff-card-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.ey-gmv2 .gmv2-handoff-card-actions .gmv2-handoff-btn {
  flex: 1 1 0;
  min-height: 38px;
  padding-inline: 8px;
  font-size: 11px;
}

.gmv2-handoff-catalog-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
}

.gmv2-handoff-filters {
  position: sticky;
  top: 118px;
  align-self: start;
  padding: 16px;
  border: 1px solid var(--gmv2-line);
  border-radius: 8px;
  background: #fff;
}

.gmv2-handoff-filters h2 {
  font-size: 16px;
}

.gmv2-handoff-filters > a:not(.gmv2-handoff-btn) {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #3d5d75;
  font-size: 12px;
  text-decoration: none;
}

.gmv2-handoff-filters > a:not(.gmv2-handoff-btn) span {
  width: 11px;
  height: 11px;
  border: 1px solid #7890a4;
}

.gmv2-handoff-filters hr {
  margin-block: 16px;
  border: 0;
  border-top: 1px solid var(--gmv2-line);
}

.ey-gmv2 .gmv2-handoff-filters .gmv2-handoff-btn {
  width: 100%;
  margin-top: 12px;
  padding-inline: 8px;
}

.gmv2-handoff-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.gmv2-handoff-toolbar h2 {
  margin: 0;
  font-size: 18px;
}

.gmv2-handoff-toolbar small {
  color: var(--gmv2-muted);
}

.gmv2-handoff-toolbar select {
  min-width: 190px;
  height: 42px;
  border: 1px solid var(--gmv2-line);
  border-radius: 5px;
  background: #fff;
}

.gmv2-handoff-empty {
  padding: 35px;
  border: 1px dashed #b9cbd8;
  border-radius: 8px;
  text-align: center;
}

.gmv2-handoff-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.gmv2-handoff-gallery-main {
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 22px;
  border: 1px solid var(--gmv2-line);
  border-radius: 10px;
  background: #fff;
}

.gmv2-handoff-gallery-main img {
  max-width: 92%;
  max-height: 390px;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.08) brightness(1.015);
}

.gmv2-handoff-thumbs {
  display: flex;
  gap: 9px;
  margin-top: 10px;
}

.ey-gmv2 .gmv2-handoff-thumb {
  display: grid;
  width: 76px;
  height: 64px;
  min-height: 64px;
  place-items: center;
  padding: 5px;
  border: 1px solid var(--gmv2-line);
  border-radius: 6px;
  background: #fff;
}

.ey-gmv2 .gmv2-handoff-thumb.active {
  border-color: var(--gmv2-blue);
  box-shadow: 0 0 0 2px #ddebfb;
}

.gmv2-handoff-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gmv2-handoff-notice,
.gmv2-handoff-warning {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 4px solid #4d8fcf;
  border-radius: 4px;
  background: #eef6fd;
  color: #365974;
  font-size: 12px;
}

.gmv2-handoff-warning {
  border-color: #d28a1f;
  background: #fff7e8;
  color: #6c4b12;
}

.gmv2-handoff-lead p {
  margin-top: 0;
}

.gmv2-handoff-detail-price {
  margin-block: 18px 10px;
  color: var(--gmv2-ink);
  font-size: 30px;
  font-weight: 800;
}

.gmv2-handoff-detail-price small {
  display: block;
  color: var(--gmv2-muted);
  font-size: 10px;
  font-weight: 500;
}

.gmv2-handoff-option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block: 10px;
}

.gmv2-handoff-option-row span {
  padding: 8px 11px;
  border: 1px solid #c9d8e5;
  border-radius: 5px;
  background: #fff;
  font-size: 12px;
}

.gmv2-handoff-spec-table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
}

.gmv2-handoff-spec-table td {
  padding: 9px;
  border-bottom: 1px solid #e8eef3;
  font-size: 12px;
}

.gmv2-handoff-spec-table td:first-child {
  width: 38%;
  color: #607b93;
}

.gmv2-handoff-detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.gmv2-handoff-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.gmv2-handoff-info-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.gmv2-handoff-info-grid b {
  color: var(--gmv2-ink);
  font-size: 16px;
}

.gmv2-handoff-info-grid span {
  color: var(--gmv2-muted);
  font-size: 12px;
}

.gmv2-handoff-product-copy {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--gmv2-line);
  color: #49677f;
  font-size: 13px;
}

/* Connect inherited WordPress/WooCommerce pages to the same V2 system. */
.ey-gmv2 .ey-main > .ey-content {
  width: min(var(--gmv2-max), calc(100% - 32px));
  max-width: var(--gmv2-max);
  padding-block: 34px;
}

.ey-gmv2 .ey-ops-page > header,
.ey-gmv2 .eyv2-archive-hero,
.ey-gmv2 .eyv2-rfq-hero {
  border-radius: 0;
  background: linear-gradient(115deg, #e9f2fa, #f8fbfe);
  color: var(--gmv2-ink);
}

.ey-gmv2 .ey-ops-page > header h1,
.ey-gmv2 .eyv2-archive-hero h1,
.ey-gmv2 .eyv2-rfq-hero h1 {
  color: var(--gmv2-ink);
}

.ey-gmv2 .woocommerce form,
.ey-gmv2 .woocommerce .cart_totals,
.ey-gmv2 .woocommerce-checkout-review-order,
.ey-gmv2 .woocommerce-account .woocommerce-MyAccount-navigation,
.ey-gmv2 .woocommerce-account .woocommerce-MyAccount-content {
  border-color: var(--gmv2-line);
  border-radius: var(--gmv2-radius);
}

.gmv2-handoff-footer {
  margin-top: 32px;
  padding: 34px 0 20px;
  background: #042b49;
  color: #d7e6f1;
}

.gmv2-handoff-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 28px;
}

.gmv2-handoff-footer-brand img {
  width: 190px;
  height: auto;
  padding: 7px 9px;
  border-radius: 4px;
  background: #fff;
}

.ey-gmv2 .ey-ops-page > header p,
.ey-gmv2 .ey-contact-hero p {
  color: var(--gmv2-muted) !important;
  opacity: 1 !important;
}

.gmv2-handoff-image-missing {
  color: var(--gmv2-muted);
  font-size: 14px;
  font-weight: 700;
}

.gmv2-handoff-footer h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
}

.gmv2-handoff-footer p,
.gmv2-handoff-footer a {
  color: #c5d7e5;
  font-size: 12px;
  text-decoration: none;
}

.gmv2-handoff-footer a {
  display: block;
  margin-block: 7px;
}

.gmv2-handoff-footer-bottom {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 10px;
}

.ey-gmv2 .ey-ops-legal {
  display: none !important;
}

@media (max-width: 1100px) {
  .gmv2-handoff-header-row {
    gap: 14px;
  }
  .gmv2-handoff-nav {
    gap: 12px;
  }
  .gmv2-handoff-search {
    width: 250px;
  }
}

@media (max-width: 980px) {
  .gmv2-handoff-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gmv2-handoff-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gmv2-handoff-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gmv2-handoff-footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .gmv2-handoff-shell,
  .ey-gmv2 .ey-main > .ey-content {
    width: calc(100% - 24px);
  }

  .admin-bar .gmv2-handoff-header {
    top: 46px;
  }

  .gmv2-handoff-topbar {
    min-height: 38px;
  }

  .gmv2-handoff-topbar .gmv2-handoff-shell {
    min-height: 38px;
  }

  .gmv2-handoff-top-left span:nth-of-type(n + 2),
  .gmv2-handoff-top-left i,
  .gmv2-handoff-top-right {
    display: none;
  }

  .gmv2-handoff-header-row {
    min-height: 58px;
    gap: 10px;
  }

  .ey-gmv2 .gmv2-handoff-menu-btn {
    display: grid;
  }

  .gmv2-handoff-brand img {
    width: 150px;
  }

  .gmv2-handoff-nav {
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 20px 16px;
    border-bottom: 1px solid var(--gmv2-line);
    background: #fff;
    box-shadow: var(--gmv2-shadow);
  }

  .gmv2-handoff-nav.open {
    display: flex;
  }

  .gmv2-handoff-nav a {
    width: 100%;
    padding-block: 10px;
  }

  .gmv2-handoff-search,
  .gmv2-handoff-account {
    display: none;
  }

  .gmv2-handoff-icons {
    margin-left: auto;
  }

  .gmv2-handoff-home-hero .gmv2-handoff-shell {
    min-height: 344px;
    align-items: flex-start;
  }

  .gmv2-handoff-hero-scene {
    object-position: center bottom;
  }

  .gmv2-handoff-hero-overlay {
    background: linear-gradient(180deg, rgba(3, 39, 67, 0.97) 0%, rgba(3, 39, 67, 0.91) 56%, rgba(3, 39, 67, 0.22) 100%);
  }

  .gmv2-handoff-hero-copy {
    width: 100%;
    padding: 30px 4px 128px;
  }

  .gmv2-handoff-hero-copy h1 {
    font-size: 30px;
  }

  .gmv2-handoff-hero-copy > p:not(.gmv2-handoff-eyebrow) {
    font-size: 16px;
  }

  .gmv2-handoff-big-search {
    height: 44px;
  }

  .ey-gmv2 .gmv2-handoff-big-search input,
  .ey-gmv2 .gmv2-handoff-big-search button {
    min-height: 42px;
  }

  .ey-gmv2 .gmv2-handoff-big-search button {
    width: 68px;
  }

  .gmv2-handoff-quick a:nth-child(n + 4) {
    display: none;
  }

  .gmv2-handoff-trust-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .gmv2-handoff-trust-row > div {
    min-height: 58px;
    padding: 10px 4px;
    text-align: center;
  }

  .gmv2-handoff-trust-row b {
    font-size: 9px;
  }

  .gmv2-handoff-trust-row small {
    display: none;
  }

  .gmv2-handoff-breadcrumb {
    padding-block: 14px;
  }

  .gmv2-handoff-page-hero {
    padding-block: 28px;
  }

  .gmv2-handoff-page-hero h1,
  .gmv2-handoff-detail-info h1 {
    font-size: 32px;
  }

  .gmv2-handoff-page-hero > .gmv2-handoff-shell > p:last-of-type,
  .gmv2-handoff-lead {
    font-size: 15px;
  }

  .gmv2-handoff-section {
    padding-block: 26px;
  }

  .gmv2-handoff-section-head,
  .gmv2-handoff-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .gmv2-handoff-category-grid,
  .gmv2-handoff-product-grid,
  .gmv2-handoff-product-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gmv2-handoff-feature-split,
  .gmv2-handoff-detail-grid,
  .gmv2-handoff-detail-actions {
    grid-template-columns: 1fr;
  }

  .gmv2-handoff-blue-panel {
    min-height: 150px;
  }

  .gmv2-handoff-blue-panel > span {
    width: 66%;
    padding: 18px;
  }

  .gmv2-handoff-product-image {
    height: 160px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .ey-gmv2 .gmv2-product-media {
    height: 160px;
    padding: 10px;
  }

  .gmv2-handoff-card-actions {
    flex-wrap: wrap;
  }

  .gmv2-handoff-catalog-layout {
    display: block;
  }

  .gmv2-handoff-filters {
    position: static;
    margin-bottom: 14px;
  }

  .gmv2-handoff-gallery-main {
    min-height: 300px;
  }

  .gmv2-handoff-gallery-main img {
    max-height: 280px;
  }

  .gmv2-handoff-info-grid {
    grid-template-columns: 1fr;
  }

  .gmv2-handoff-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 390px) {
  .gmv2-handoff-product-grid,
  .gmv2-handoff-product-grid-three,
  .gmv2-handoff-category-grid,
  .gmv2-handoff-footer-grid {
    grid-template-columns: 1fr;
  }

  .gmv2-handoff-card-actions {
    flex-direction: column;
  }

  .ey-gmv2 .gmv2-handoff-card-actions .gmv2-handoff-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ey-gmv2 *,
  .ey-gmv2 *::before,
  .ey-gmv2 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/* 0.9.0: navigable product families and readable support, without changing imagery. */
.ey-gmv2 .gmv2-handoff-top-right a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.ey-gmv2 .gmv2-handoff-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;overflow-wrap:anywhere}
.ey-gmv2 .gmv2-seo-fitment{margin-top:24px;padding:24px;background:#fff;border:1px solid #d7e3ee;border-radius:12px}
.ey-gmv2 .gmv2-seo-fitment p{max-width:900px;line-height:1.7}
.ey-gmv2 .gmv2-seo-fitment a{text-decoration:underline;text-underline-offset:3px}
.ey-gmv2 .gmv2-handoff-category-card img{object-fit:contain;object-position:center;background:#fff}
.ey-gmv2 .gmv2-handoff-blue-panel .gmv2-kit-reference-image{top:16px;right:16px;width:38%;height:calc(100% - 32px);object-fit:contain;background:#fff;border-radius:8px;-webkit-mask-image:none;mask-image:none}
@media(max-width:480px){.ey-gmv2 .gmv2-seo-fitment{padding:16px}}
