/* Kemler Product Page Theme CSS
 * Generated from approved Sitelet preview: mrioour3-bc60ef7493-7fa1a32d
 * Scope: product landing page template.
 */

:root {
  --bg: #f7f4ec;
  --paper: #fffdf8;
  --ink: #263026;
  --muted: #6d766c;
  --green: #315c42;
  --green2: #5f8b5d;
  --line: #e6ded0;
  --gold: #c59b57;
  --shadow: 0 22px 60px rgba(42, 55, 40, 0.12);
  --radius: 24px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(49, 92, 66, 0.12);
  box-shadow: 0 10px 30px rgba(35, 53, 41, 0.06);
}
.nav {
  max-width: 1240px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  gap: 22px;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0.04em;
  min-width: 190px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--green), var(--green2));
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(49, 92, 66, 0.22);
}
.brand span small {
  display: block;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0;
  font-size: 12px;
}
.menu {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #435044;
  flex: 1;
  justify-content: center;
}
.menu-item {
  position: relative;
}
.menu-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 11px;
  border-radius: 999px;
  font-weight: 750;
  white-space: nowrap;
}
.menu-link:hover {
  background: #f3ecdf;
  color: var(--green);
}
.menu-link.has-dropdown::after {
  content: "⌄";
  font-size: 12px;
  color: #7b876f;
}
.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 245px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(35, 53, 41, 0.14);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.18s ease;
}
.menu-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: #4c584c;
  font-weight: 650;
}
.dropdown a:hover {
  background: #f6efe3;
  color: var(--green);
}
.nav-rfq {
  min-width: max-content;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn.primary {
  background: linear-gradient(135deg, var(--green), var(--green2));
  color: #fff;
  box-shadow: 0 12px 30px rgba(49, 92, 66, 0.25);
}
.btn.soft {
  background: #fff;
  border-color: var(--line);
  color: var(--green);
}
main {
  overflow: hidden;
}
.wrap {
  max-width: 1240px;
  margin: auto;
  padding: 0 22px;
  margin: 0 auto;
}
.breadcrumb {
  font-size: 13px;
  color: var(--muted);
  padding: 26px 0 12px;
}
.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 34px;
  align-items: start;
  padding: 20px 0 52px;
}
.gallery {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}
.main-image {
  aspect-ratio: 1.08/1;
  border-radius: 20px;
  background: radial-gradient(
    circle at 50% 35%,
    #fff 0,
    #f4eee0 42%,
    #e4d7c3 100%
  );
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.main-image svg {
  width: 92%;
  height: 92%;
}
.tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #fff9ed;
  border: 1px solid #eadcc4;
  color: #5c6f40;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 800;
}
.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}
.thumb {
  height: 92px;
  border-radius: 16px;
  background: #f2eadc;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: #8a806f;
  font-size: 12px;
  text-align: center;
  padding: 8px;
}
.summary-card {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 900;
  color: var(--green2);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.summary-card h1 {
  font-size: 42px;
  line-height: 1.08;
  margin: 10px 0 16px;
}
.lead {
  font-size: 17px;
  color: #526052;
}
.key-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0;
}
.point {
  background: #f8f2e8;
  border: 1px solid #eadfcc;
  border-radius: 16px;
  padding: 13px;
  font-size: 14px;
}
.point strong {
  display: block;
  color: var(--green);
  font-size: 15px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.meta {
  margin-top: 20px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  color: var(--muted);
  font-size: 14px;
}
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}
.content {
  display: grid;
  gap: 26px;
}
.section {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 45px rgba(42, 55, 40, 0.08);
  padding: 32px;
}
.section h2 {
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 14px;
}
.section p {
  color: #5c675d;
}
.param-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
}
.param-table th,
.param-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.param-table th {
  width: 34%;
  background: #f6efe3;
  color: #415244;
}
.param-table tr:last-child th,
.param-table tr:last-child td {
  border-bottom: 0;
}
.structure-grid,
.adv-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.placeholder {
  min-height: 170px;
  border: 1px dashed #cdbd9d;
  border-radius: 18px;
  background: linear-gradient(135deg, #fbf6ed, #eee2ce);
  display: grid;
  place-items: center;
  text-align: center;
  color: #7a705e;
  padding: 20px;
}
.adv {
  border: 1px solid var(--line);
  background: #fbf7ef;
  border-radius: 18px;
  padding: 24px 22px;
  text-align: left;
  position: relative;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.adv:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(64, 70, 72, 0.12);
  border-color: rgba(91, 99, 102, 0.28);
}
.adv-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f8f8, #e9ecec);
  border: 1px solid rgba(91, 99, 102, 0.3);
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  color: #5f686b;
  box-shadow: 0 14px 30px rgba(64, 70, 72, 0.12);
}
.adv-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 1.85;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.adv b {
  color: var(--green);
  display: block;
  margin-bottom: 7px;
  text-align: left;
}
.cert-carousel {
  margin-top: 22px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  padding: 18px 0;
  background: linear-gradient(180deg, #fbfaf6, #f3f5f5);
  border: 1px solid rgba(91, 99, 102, 0.16);
}
.cert-carousel:before,
.cert-carousel:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 2;
  pointer-events: none;
}
.cert-carousel:before {
  left: 0;
  background: linear-gradient(90deg, #fbfaf6, rgba(251, 250, 246, 0));
}
.cert-carousel:after {
  right: 0;
  background: linear-gradient(270deg, #fbfaf6, rgba(251, 250, 246, 0));
}
.cert-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: certScroll 34s linear infinite;
}
.cert-carousel:hover .cert-track {
  animation-play-state: paused;
}
.cert-card {
  flex: 0 0 210px;
  background: #fff;
  border: 1px solid rgba(91, 99, 102, 0.18);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 14px 34px rgba(64, 70, 72, 0.1);
}
.cert-zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  text-decoration: none;
}
.cert-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 12px;
  background: #eef1f1;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}
.cert-zoom:hover img {
  transform: scale(1.015);
  filter: contrast(1.03);
}
.cert-card span {
  display: block;
  margin-top: 9px;
  color: #687073;
  font-size: 12px;
  text-align: center;
}
.cert-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(18, 22, 24, 0.78);
  backdrop-filter: blur(6px);
}
.cert-modal:target {
  display: flex;
}
.cert-modal img {
  max-width: min(92vw, 900px);
  max-height: 88vh;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}
.cert-modal-close {
  position: absolute;
  inset: 0;
  cursor: zoom-out;
}
.cert-modal-x {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  z-index: 2;
}
.cert-modal-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 18px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.cert-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  text-decoration: none;
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.cert-modal-nav:hover {
  background: rgba(255, 255, 255, 0.26);
  transform: translateY(-50%) scale(1.04);
}
.cert-modal-prev {
  left: 24px;
}
.cert-modal-next {
  right: 24px;
}
@media (max-width: 640px) {
  .cert-modal {
    padding: 18px;
  }
  .cert-modal-nav {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
  .cert-modal-prev {
    left: 10px;
  }
  .cert-modal-next {
    right: 10px;
  }
  .cert-modal-caption {
    bottom: 12px;
    font-size: 12px;
  }
}
.cert-note {
  margin-top: 12px;
  color: #6d766c;
  font-size: 13px;
}
@keyframes certScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.faq details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbf7ef;
  margin-top: 10px;
  padding: 15px 18px;
}
.faq summary {
  font-weight: 800;
  cursor: pointer;
}
.process-intro-line {
  max-width: 760px;
  margin: -6px 0 22px;
  color: #687073;
  font-size: 15px;
  line-height: 1.65;
}
.process-intro-line strong {
  display: block;
  color: var(--green);
  font-size: 18px;
  margin-bottom: 4px;
}
.process {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
.step {
  padding: 15px 10px;
  min-height: 96px;
  text-align: center;
}
.step b {
  display: block;
  color: var(--green);
  font-size: 13px;
  line-height: 1.3;
}
.step span {
  display: none;
}
.step em {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #eef1ef;
  color: #5f686b;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(91, 99, 102, 0.18);
}
.step.final {
  color: var(--green);
}
.custom-options-line {
  margin-top: 16px;
  color: #687073;
  font-size: 14px;
  line-height: 1.55;
}
.custom-options-line b {
  color: var(--green);
}
@media (max-width: 1080px) {
  .process {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .step {
    text-align: left;
  }
  .step em {
    margin-right: 8px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .step b {
    display: inline;
  }
}
@media (max-width: 460px) {
  .process {
    grid-template-columns: 1fr;
  }
}
.rfq-side {
  position: sticky;
  top: 96px;
  background: #25372b;
  color: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.rfq-side h3 {
  margin: 0 0 10px;
  font-size: 24px;
}
.rfq-side p {
  color: #d9dfd3;
  font-size: 14px;
}
.rfq-side .field {
  width: 100%;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  padding: 12px;
}
.rfq-side textarea {
  min-height: 92px;
}
.rfq-side .btn {
  width: 100%;
  margin-top: 12px;
}
.inquiry {
  background: linear-gradient(135deg, #284031, #5f8b5d);
  color: #fff;
}
.inquiry p {
  color: #e7eddf;
}
.inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.inquiry-form input,
.inquiry-form textarea {
  border: 0;
  border-radius: 14px;
  padding: 14px;
}
.inquiry-form textarea {
  grid-column: 1/-1;
  min-height: 110px;
}
.related-card {
  background: #fbf7ef;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.related-card .pic {
  height: 140px;
  background: linear-gradient(135deg, #fff, #e8ddc9);
  display: grid;
  place-items: center;
  color: #857966;
}
.related-card div:last-child {
  padding: 16px;
}
/* .footer {
  margin-top: 58px;
  background: #233529;
  color: #f5f0e5;
} */
/* .footer-inner {
  max-width: 1240px;
  margin: auto;
  padding: 46px 22px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 30px;
} */
.footer p,
.footer a {
  color: #dbe2d8;
}
.footer h4 {
  margin: 0 0 12px;
  color: #fff;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 22px;
  text-align: center;
  color: #cbd4c7;
  font-size: 13px;
}
@media (max-width: 980px) {
  .menu {
    display: none;
  }
  .product-hero,
  .layout {
    grid-template-columns: 1fr;
  }
  .rfq-side {
    position: static;
  }
  .process {
    grid-template-columns: repeat(2, 1fr);
  }
  .structure-grid,
  .adv-grid,
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .summary-card h1 {
    font-size: 34px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .inquiry-form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .key-points,
  .structure-grid,
  .adv-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
  .thumbs {
    grid-template-columns: 1fr 1fr;
  }
  .section {
    padding: 24px;
  }
  .product-hero {
    padding-bottom: 28px;
  }
  .process {
    grid-template-columns: 1fr;
  }
  .summary-card h1 {
    font-size: 30px;
  }
}

/* Scoped OEM/ODM process cleanup: remove step card backgrounds while keeping number badges */
#process .process {
  align-items: start;
}
#process .step {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-height: auto !important;
  padding: 6px 4px !important;
}
#process .step.final {
  background: transparent !important;
  border: 0 !important;
}
#process .custom-options-line {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* OEM/ODM process connector: subtle horizontal line + arrow between number badges */
#process .process {
  overflow: visible;
}
#process .step {
  position: relative;
  overflow: visible;
}
#process .step em {
  position: relative;
  z-index: 2;
}
#process .step:not(.final)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(50% + 20px);
  width: calc(100% + 10px - 40px);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(91, 99, 102, 0.24),
    rgba(49, 92, 66, 0.42)
  );
  z-index: 1;
  pointer-events: none;
}
#process .step:not(.final)::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -8px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid rgba(49, 92, 66, 0.48);
  border-right: 1.5px solid rgba(49, 92, 66, 0.48);
  transform: rotate(45deg);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1080px) {
  #process .step::before,
  #process .step::after {
    display: none !important;
  }
}

/* Plain product FAQ: text-first, no floating/card module treatment */
#process + .faq {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 36px 0 !important;
}
#process + .faq .faq-intro-line {
  margin: 0 0 14px;
  color: #687073;
  font-size: 15px;
  line-height: 1.65;
  max-width: 760px;
}
#process + .faq details {
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(91, 99, 102, 0.16) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 16px 0 !important;
}
#process + .faq details:last-child {
  border-bottom: 1px solid rgba(91, 99, 102, 0.16) !important;
}
#process + .faq summary {
  font-weight: 760;
  color: var(--green);
  cursor: pointer;
  list-style-position: outside;
  padding-right: 20px;
}
#process + .faq details p {
  margin: 10px 0 0;
  color: #687073;
  font-size: 15px;
  line-height: 1.7;
  max-width: 920px;
}

/* FAQ numbering + expandable indicator: tighter, cleaner B2B style */
#process + .faq summary {
  display: grid !important;
  grid-template-columns: 28px 1fr 24px;
  align-items: center;
  gap: 8px;
  padding-right: 0 !important;
  list-style: none !important;
}
#process + .faq summary::-webkit-details-marker {
  display: none !important;
}
#process + .faq .faq-number {
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  color: #075c8e !important;
}
#process + .faq .faq-question-text {
  color: #075c8e !important;
  font-weight: 760;
  line-height: 1.45;
}
#process + .faq .faq-chevron {
  justify-self: end;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(12, 139, 208, 0.28);
  border-radius: 999px;
  color: #075c8e !important;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  display: inline-block !important;
  background: rgba(12, 139, 208, 0.045);
}
#process + .faq details[open] .faq-chevron {
  background: rgba(12, 139, 208, 0.085);
}
@media (max-width: 560px) {
  #process + .faq summary {
    grid-template-columns: 26px 1fr 22px;
    gap: 7px;
  }
  #process + .faq .faq-chevron {
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 18px;
  }
}

/* Full-width bottom sections: Related Products and RFQ are outside the sidebar layout */
.full-width-section {
  width: 100%;
}
.full-width-section.related-full-width,
.full-width-section.inquiry {
  grid-column: 1/-1;
}

/* Exact Kemler homepage header/navigation copy */
:root {
  --blue: #0c8bd0;
  --blue-dark: #075c8e;
  --blue-ink: #063a5c;
  --orange: #f39a22;
  --orange-soft: #fff3df;
  --ink: #17212b;
  --muted: #647386;
  --soft: #f4f8fb;
  --line: #dce6ee;
  --white: #fff;
  --shadow: 0 26px 70px rgba(10, 45, 78, 0.14);
  --shadow-soft: 0 14px 36px rgba(10, 45, 78, 0.08);
  --radius: 28px;
}
.container {
  width: min(1320px, calc(100% - 40px)) !important;
  margin: auto;
}
.topbar {
  display: none;
}
.header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 298 !important;
  background: linear-gradient(90deg, #062f4c, #0a4f78) !important;
  box-shadow: 0 12px 30px rgba(4, 35, 58, 0.16) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  overflow: visible !important;
}
.nav {
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  overflow: visible !important;
}
.nav-minimal {
  justify-content: flex-start !important;
}
.brand {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  width: 204px !important;
  min-width: 204px !important;
  max-width: 204px !important;
  height: 74px !important;
  overflow: visible !important;
}
.brand-logo-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 56px !important;
  object-fit: contain !important;
  object-position: left center !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.kemler-logo-text {
  display: none;
}
.kemler-logo-text::before {
  display: none;
}
.brand-tag {
  display: none;
}
.menu {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
  flex: 1 1 auto !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  overflow: visible !important;
}
.menu-item {
  position: relative !important;
  flex: 0 0 auto !important;
}
.menu-link {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 28px 7px !important;
  font-weight: 850 !important;
  font-size: 12.5px !important;
  color: #eef8ff !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.menu-link:hover {
  color: #ffffff !important;
}
.menu-link:after {
  content: "" !important;
  width: 5px !important;
  height: 5px !important;
  border-right: 1.7px solid currentColor !important;
  border-bottom: 1.7px solid currentColor !important;
  transform: rotate(45deg) !important;
  margin-top: -3px !important;
  flex: 0 0 auto !important;
}
.menu-item.simple .menu-link:after {
  display: none !important;
}
.mobile-panel {
  display: none;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.mega-card {
  padding: 17px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f7fafc);
  border: 1px solid #edf2f5;
}
.mega-card h4 {
  margin: 0 0 8px;
  font-size: 14px;
}
.mega-card a {
  display: block;
  color: var(--muted);
  font-size: 13px;
  padding: 4px 0;
}
.mega-card a:hover {
  color: var(--blue);
}
.mega-feature {
  background: linear-gradient(
    135deg,
    rgba(12, 139, 208, 0.1),
    rgba(243, 154, 34, 0.13)
  );
  border-color: rgba(12, 139, 208, 0.2);
}
.solutions-menu .mega {
  width: min(560px, calc(100vw - 40px));
  left: 50%;
  padding: 22px;
}
.solutions-menu .mega-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.solutions-menu .mega-card {
  min-height: 100%;
}
.resources-menu .mega {
  width: min(760px, calc(100vw - 40px));
  padding: 22px;
}
.resources-menu .mega-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.resources-menu .mega-card {
  min-height: 100%;
}
.cta-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  white-space: nowrap;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), #ffc45e);
  color: #231504;
  font-weight: 950;
  font-size: 13px;
  box-shadow: 0 12px 28px rgba(243, 154, 34, 0.25);
}
.mobile-toggle {
  display: none;
}
.hamb {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  align-items: center;
  justify-content: center;
}
.hamb span,
.hamb span:before,
.hamb span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  position: relative;
}
.hamb span:before {
  position: absolute;
  top: -7px;
}
.hamb span:after {
  position: absolute;
  top: 7px;
}
.km-dropdown-menu .menu-link {
  position: relative;
  border-radius: 999px;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}
.km-dropdown-menu .menu-item:hover > .menu-link,
.km-dropdown-menu .menu-link:focus-visible {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
}
.km-dropdown-menu .menu-item:nth-child(n):hover > .menu-link {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.km-dropdown-menu .rfq-menu-item {
  margin-left: 8px;
}
.km-dropdown-menu .rfq-nav-button {
  background: linear-gradient(135deg, #ffd24a, #f39a22) !important;
  color: #3b2200 !important;
  border: 1px solid rgba(255, 210, 74, 0.82) !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 950 !important;
  box-shadow: 0 8px 18px rgba(243, 154, 34, 0.22) !important;
  letter-spacing: 0.02em;
}
.km-dropdown-menu .rfq-menu-item:hover > .rfq-nav-button,
.km-dropdown-menu .rfq-nav-button:focus-visible {
  background: linear-gradient(135deg, #ffe07a, #f5a832) !important;
  color: #2b1800 !important;
  border-color: rgba(255, 224, 122, 0.95) !important;
  box-shadow: 0 10px 22px rgba(243, 154, 34, 0.3) !important;
  transform: translateY(-1px);
}
.km-dropdown-menu .rfq-nav-button:after {
  display: none !important;
}
html {
  scroll-padding-top: 81px !important;
}
body {
  padding-top: 71px !important;
}
.header {
  top: 0 !important;
}
main.km-main,
.km-hero-carousel {
  margin-top: 0 !important;
}
.km-official-bar,
.km-announcement {
  display: none !important;
}
@media (max-width: 1180px) {
  .header .menu {
    display: flex !important;
  }
  .header .hamb {
    display: none !important;
  }
  .header .brand {
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
  }
  .header .menu-link {
    font-size: 11.5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .header .rfq-nav-button {
    padding: 11px 14px !important;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 74px !important;
  }
  body {
    padding-top: 64px !important;
  }
  .nav {
    height: 64px !important;
  }
  .brand {
    width: 154px !important;
    min-width: 154px !important;
    max-width: 154px !important;
    height: 64px !important;
  }
  .brand-logo-img {
    max-height: 48px !important;
  }
  .km-dropdown-menu {
    overflow-x: auto !important;
    justify-content: flex-start !important;
    scrollbar-width: none !important;
  }
  .km-dropdown-menu::-webkit-scrollbar {
    display: none;
  }
  .km-dropdown-menu .rfq-menu-item {
    margin-left: 0;
  }
  .km-dropdown-menu .rfq-nav-button {
    padding: 11px 15px !important;
  }
}

/* Product detail page color/style aligned with Kemler homepage */
:root {
  --km-blue: #0c8bd0;
  --km-blue-dark: #075c8e;
  --km-blue-ink: #063a5c;
  --km-orange: #f39a22;
  --km-orange-soft: #fff3df;
  --km-ink: #17212b;
  --km-muted: #647386;
  --km-soft: #f4f8fb;
  --km-line: #dce6ee;
  --km-white: #fff;
  --km-shadow: 0 26px 70px rgba(10, 45, 78, 0.14);
  --km-shadow-soft: 0 14px 36px rgba(10, 45, 78, 0.08);
  --km-radius: 28px;
  --bg: #ffffff;
  --paper: #ffffff;
  --ink: var(--km-ink);
  --muted: var(--km-muted);
  --green: var(--km-blue);
  --green2: var(--km-orange);
  --line: var(--km-line);
  --gold: var(--km-orange);
  --shadow: var(--km-shadow);
  --radius: var(--km-radius);
}
body {
  background: #fff !important;
  color: var(--km-ink) !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif !important;
  line-height: 1.55 !important;
}
.wrap {
  max-width: 1320px !important;
}
.breadcrumb {
  color: var(--km-muted) !important;
  padding: 30px 0 14px !important;
  font-weight: 750 !important;
}
.product-hero {
  padding: 22px 0 58px !important;
  gap: 36px !important;
}
.gallery,
.summary-card,
.section {
  background: #fff !important;
  border: 1px solid var(--km-line) !important;
  border-radius: 28px !important;
  box-shadow: var(--km-shadow-soft) !important;
}
.gallery {
  padding: 20px !important;
}
.main-image {
  background:
    radial-gradient(
      circle at 72% 18%,
      rgba(243, 154, 34, 0.24),
      transparent 28%
    ),
    radial-gradient(
      circle at 18% 76%,
      rgba(12, 139, 208, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, #f7fcff 0%, #edf8fd 48%, #fff8ec 100%) !important;
  border: 1px solid rgba(12, 139, 208, 0.12) !important;
}
.main-image svg rect[stroke="#315c42"],
.main-image svg path[stroke="#315c42"] {
  stroke: #0c8bd0 !important;
}
.main-image svg circle[fill="#315c42"],
.main-image svg rect[fill="#315c42"] {
  fill: #0c8bd0 !important;
}
.tag {
  background: #fff3df !important;
  border: 1px solid rgba(243, 154, 34, 0.28) !important;
  color: #9a5d05 !important;
  font-weight: 950 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}
.thumb {
  background: linear-gradient(135deg, #ffffff, #eef7fc) !important;
  border: 1px solid var(--km-line) !important;
  color: var(--km-muted) !important;
  font-weight: 800 !important;
}
.summary-card {
  padding: 34px !important;
}
.eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #fff !important;
  border: 1px solid rgba(12, 139, 208, 0.18) !important;
  color: var(--km-blue-dark) !important;
  border-radius: 999px !important;
  padding: 8px 13px !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
}
.eyebrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--km-orange);
  display: inline-block;
}
.summary-card h1 {
  color: var(--km-blue-ink) !important;
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}
.lead {
  color: #405166 !important;
  font-size: 18px !important;
}
.point {
  background: linear-gradient(180deg, #fff, #f7fafc) !important;
  border: 1px solid #edf2f5 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 24px rgba(10, 45, 78, 0.05) !important;
}
.point strong {
  color: var(--km-blue-dark) !important;
}
.btn.primary {
  background: linear-gradient(
    135deg,
    var(--km-blue),
    var(--km-blue-dark)
  ) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(12, 139, 208, 0.24) !important;
}
.btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(12, 139, 208, 0.3) !important;
}
.btn.soft {
  background: #fff !important;
  border-color: var(--km-line) !important;
  color: var(--km-blue-dark) !important;
  box-shadow: 0 10px 22px rgba(10, 45, 78, 0.06) !important;
}
.meta {
  border-top: 1px solid var(--km-line) !important;
  color: var(--km-muted) !important;
}
.layout {
  gap: 30px !important;
}
.section {
  padding: 34px !important;
}
.section h2 {
  color: var(--km-blue-ink) !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  letter-spacing: -0.035em !important;
}
.section p {
  color: #405166 !important;
}
.param-table {
  border: 1px solid var(--km-line) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}
.param-table th {
  background: linear-gradient(
    135deg,
    rgba(12, 139, 208, 0.09),
    rgba(243, 154, 34, 0.08)
  ) !important;
  color: var(--km-blue-ink) !important;
  font-weight: 950 !important;
}
.param-table th,
.param-table td {
  border-bottom: 1px solid var(--km-line) !important;
}
.placeholder {
  background: linear-gradient(135deg, #ffffff, #eef7fc) !important;
  border: 1px dashed #b9cfdf !important;
  color: var(--km-muted) !important;
  font-weight: 850 !important;
}
.adv {
  background: linear-gradient(180deg, #fff, #f7fafc) !important;
  border: 1px solid #edf2f5 !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 28px rgba(10, 45, 78, 0.06) !important;
}
.adv b {
  color: var(--km-blue-dark) !important;
}
.faq details {
  background: #fff !important;
  border: 1px solid var(--km-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 24px rgba(10, 45, 78, 0.04) !important;
}
.faq summary {
  color: var(--km-blue-ink) !important;
}
.process {
  gap: 12px !important;
}
.step {
  background: linear-gradient(135deg, #f7fcff, #fff8ec) !important;
  border: 1px solid rgba(12, 139, 208, 0.15) !important;
  border-radius: 18px !important;
  color: #405166 !important;
}
.step b {
  color: var(--km-orange) !important;
}
.rfq-side {
  background: linear-gradient(135deg, #063a5c, #0c8bd0) !important;
  color: #fff !important;
  border-radius: 28px !important;
  box-shadow: 0 28px 80px rgba(6, 58, 92, 0.24) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}
.rfq-side h3 {
  color: #fff !important;
}
.rfq-side p {
  color: rgba(255, 255, 255, 0.82) !important;
}
.rfq-side .field {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #152333 !important;
}
.rfq-side .field::placeholder {
  color: #7b8794 !important;
}
.rfq-side .btn.primary {
  background: linear-gradient(135deg, #ffd24a, #f39a22) !important;
  color: #3b2200 !important;
  box-shadow: 0 14px 30px rgba(243, 154, 34, 0.28) !important;
}
.inquiry {
  background:
    radial-gradient(
      circle at 82% 10%,
      rgba(243, 154, 34, 0.28),
      transparent 28%
    ),
    linear-gradient(135deg, #063a5c, #0c8bd0) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 28px 80px rgba(6, 58, 92, 0.2) !important;
}
.inquiry h2 {
  color: #fff !important;
}
.inquiry p {
  color: rgba(255, 255, 255, 0.86) !important;
}
.inquiry-form input,
.inquiry-form textarea {
  background: rgba(255, 255, 255, 0.96) !important;
  color: #152333 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
.inquiry .btn.soft {
  background: linear-gradient(135deg, #ffd24a, #f39a22) !important;
  color: #3b2200 !important;
  border: 0 !important;
}
.related-card {
  background: #fff !important;
  border: 1px solid var(--km-line) !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 28px rgba(10, 45, 78, 0.06) !important;
}
.related-card .pic {
  background: linear-gradient(135deg, #f7fcff, #fff3df) !important;
  color: var(--km-muted) !important;
  font-weight: 850 !important;
}
.related-card b {
  color: var(--km-blue-ink) !important;
}
.footer {
  background: #062f4c !important;
  color: #f5fbff !important;
}
.footer p,
.footer a {
  color: #d8eaf5 !important;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #c8dceb !important;
}

/* Correction: Kemler homepage is mainly white / industrial grey, with deep blue and small orange accents. Remove pastel blue-yellow gradients from product body. */
body {
  background: #fff !important;
}
.breadcrumb {
  color: #647386 !important;
}
.gallery,
.summary-card,
.section,
.related-card {
  background: #fff !important;
  border: 1px solid #dce6ee !important;
  box-shadow: 0 14px 36px rgba(10, 45, 78, 0.08) !important;
}
.main-image {
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f6 100%) !important;
  border: 1px solid #dce6ee !important;
}
.main-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(23, 33, 43, 0.04),
    rgba(255, 255, 255, 0.35)
  );
  pointer-events: none;
}
.tag {
  background: #ffffff !important;
  border: 1px solid #dce6ee !important;
  color: #647386 !important;
}
.thumb,
.placeholder,
.related-card .pic {
  background: linear-gradient(180deg, #f8fafc, #edf2f5) !important;
  border: 1px solid #dce6ee !important;
  color: #647386 !important;
}
.eyebrow {
  background: #fff !important;
  border: 1px solid #dce6ee !important;
  color: #075c8e !important;
}
.eyebrow:before {
  background: #f39a22 !important;
}
.summary-card h1,
.section h2,
.faq summary,
.related-card b {
  color: #063a5c !important;
}
.lead,
.section p {
  color: #405166 !important;
}
.point,
.adv {
  background: linear-gradient(180deg, #fff, #f7fafc) !important;
  border: 1px solid #edf2f5 !important;
  box-shadow: 0 10px 24px rgba(10, 45, 78, 0.05) !important;
}
.point strong,
.adv b {
  color: #075c8e !important;
}
.param-table th {
  background: #f4f8fb !important;
  color: #063a5c !important;
}
.param-table td {
  background: #fff !important;
}
.step {
  background: #f7fafc !important;
  border: 1px solid #dce6ee !important;
  color: #405166 !important;
}
.step b {
  color: #075c8e !important;
}
.btn.primary {
  background: linear-gradient(135deg, #0c8bd0, #075c8e) !important;
  color: #fff !important;
}
.btn.soft {
  background: #fff !important;
  color: #075c8e !important;
  border-color: #dce6ee !important;
}
.rfq-side {
  background: linear-gradient(135deg, #062f4c, #0a4f78) !important;
  color: #fff !important;
}
.rfq-side .btn.primary,
.inquiry .btn.soft {
  background: linear-gradient(135deg, #ffd24a, #f39a22) !important;
  color: #3b2200 !important;
}
.inquiry {
  background: linear-gradient(135deg, #062f4c, #0a4f78) !important;
  color: #fff !important;
}
.inquiry h2 {
  color: #fff !important;
}
.inquiry p {
  color: rgba(255, 255, 255, 0.86) !important;
}
.footer {
  background: #062f4c !important;
}

.breadcrumb {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: #9aa6b2 !important;
  border-bottom: 1px solid #dce6ee !important;
  padding: 30px 0 16px !important;
  margin-bottom: 18px !important;
}
.breadcrumb a,
.breadcrumb span[aria-current="page"],
.breadcrumb-sep {
  color: #9aa6b2 !important;
  font-weight: 400 !important;
}
.breadcrumb a:hover {
  color: #647386 !important;
  text-decoration: none !important;
}
.breadcrumb-icon {
  width: 18px !important;
  height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #9aa6b2 !important;
  flex: 0 0 auto !important;
}
.breadcrumb-icon svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}

.product-main-photo {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 34px !important;
}
.thumbs {
  grid-template-columns: 110px !important;
  justify-content: flex-start !important;
}
.thumb.product-thumb {
  height: 92px !important;
  padding: 0 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  background: #fff !important;
}
.thumb.product-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.thumb.product-thumb.is-active {
  border-color: #0c8bd0 !important;
  box-shadow: 0 0 0 3px rgba(12, 139, 208, 0.12) !important;
}

/* Only change requested: product image fills the existing main-image gray frame.
   Keep gallery card, main-image frame/background, and thumbnails unchanged. */
.product-hero .main-image {
  overflow: hidden !important;
}
.product-hero .product-main-photo {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.product-gallery-carousel .product-gallery-stage {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
}
.product-gallery-carousel .product-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.18s ease !important;
  z-index: 1 !important;
}
.product-gallery-carousel:has(#product-view-1:checked) .product-slide-1,
.product-gallery-carousel:has(#product-view-2:checked) .product-slide-2,
.product-gallery-carousel:has(#product-view-3:checked) .product-slide-3,
.product-gallery-carousel:has(#product-view-4:checked) .product-slide-4 {
  opacity: 1 !important;
}
.product-gallery-carousel .tag {
  z-index: 3 !important;
}
.product-gallery-thumbs {
  grid-template-columns: repeat(4, 110px) !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}
.product-gallery-thumbs .product-thumb {
  position: relative !important;
  height: 92px !important;
  padding: 0 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  background: #fff !important;
  border: 1px solid #dce6ee !important;
  border-radius: 16px !important;
  display: block !important;
}
.product-gallery-thumbs .product-thumb input {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0.01 !important;
  cursor: pointer !important;
  accent-color: #0c8bd0 !important;
}
.product-gallery-thumbs .product-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.product-gallery-thumbs .product-thumb:has(input:checked) {
  border-color: #0c8bd0 !important;
  box-shadow: 0 0 0 3px rgba(12, 139, 208, 0.12) !important;
}
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(6, 47, 76, 0.72) !important;
  color: #fff !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(6, 47, 76, 0.22);
  cursor: pointer;
}
.gallery-arrow.prev {
  left: 14px;
}
.gallery-arrow.next {
  right: 14px;
}
.gallery-arrow:hover {
  background: rgba(6, 47, 76, 0.9) !important;
}
.product-gallery-carousel:has(#product-view-1:checked) .arrow-from-1,
.product-gallery-carousel:has(#product-view-2:checked) .arrow-from-2,
.product-gallery-carousel:has(#product-view-3:checked) .arrow-from-3,
.product-gallery-carousel:has(#product-view-4:checked) .arrow-from-4 {
  display: flex !important;
}
@media (max-width: 620px) {
  .product-gallery-thumbs {
    grid-template-columns: repeat(2, 110px) !important;
  }
  .gallery-arrow {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
}

/* After removing the top category tag, gently lift the right product summary content. */
.product-hero .summary-card {
  padding-top: 22px !important;
}
.product-hero .summary-card h1 {
  margin-top: 0 !important;
}

/* Keep the product hero RFQ CTA in the common yellow/orange CTA style. */
.product-hero .summary-card .hero-actions .btn.primary {
  background: linear-gradient(
    135deg,
    #f6b21a 0%,
    #f39a22 58%,
    #df7f12 100%
  ) !important;
  color: #1f2933 !important;
  border: 1px solid rgba(223, 127, 18, 0.34) !important;
  box-shadow: 0 14px 30px rgba(243, 154, 34, 0.28) !important;
}
.product-hero .summary-card .hero-actions .btn.primary:hover {
  background: linear-gradient(
    135deg,
    #ffc247 0%,
    #f6a21e 58%,
    #e18412 100%
  ) !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(243, 154, 34, 0.34) !important;
}

/* Keep enough offset when RFQ is reached from the product hero CTA. */
#inquiry {
  scroll-margin-top: 92px;
}

/* Right-side contact panel: match Kemler's deep-blue navigation main color, keep yellow CTA, remove duplicate WhatsApp/WeChat text, and keep it sticky. */
.layout {
  align-items: start !important;
}
.rfq-side.contact-side {
  position: sticky !important;
  top: 96px !important;
  align-self: start !important;
  z-index: 5 !important;
  background: linear-gradient(135deg, #062f4c 0%, #0a4f78 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 28px !important;
  padding: 24px !important;
  box-shadow: 0 22px 54px rgba(6, 47, 76, 0.24) !important;
}
.rfq-side.contact-side h3 {
  margin: 0 0 10px !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  color: #fff !important;
}
.rfq-side.contact-side .contact-intro {
  margin: 0 0 18px !important;
  color: rgba(238, 248, 255, 0.82) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
.contact-list {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}
.contact-line {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 16px;
  padding: 12px 13px;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1) !important;
}
.contact-line span {
  display: block;
  color: #ffd24a !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.contact-line strong {
  display: block;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.35;
  word-break: break-word;
}
.qr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 4px 0 16px;
}
.qr-card2 {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 16px;
  padding: 10px;
  text-align: center;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1) !important;
}
.qr-placeholder2 {
  aspect-ratio: 1/1;
  border: 1px dashed rgba(255, 255, 255, 0.38);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: #eef8ff;
  line-height: 1.35;
}
.qr-card2 span {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.25;
  color: #ffd24a !important;
  font-weight: 900;
}
.rfq-side.contact-side .contact-rfq-btn {
  width: 100%;
  margin-top: 4px;
  background: linear-gradient(
    135deg,
    #f6b21a 0%,
    #f39a22 58%,
    #df7f12 100%
  ) !important;
  color: #1f2933 !important;
  border: 1px solid rgba(255, 210, 74, 0.45) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18) !important;
}
.rfq-side.contact-side .contact-note {
  margin: 12px 0 0 !important;
  color: rgba(238, 248, 255, 0.72) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}
/* Sticky fix: parent overflow:hidden prevents CSS sticky from working in browsers. */
main,
.wrap,
.layout {
  overflow: visible !important;
}
@media (min-width: 761px) {
  .rfq-side.contact-side {
    position: sticky !important;
    top: 96px !important;
    max-height: calc(100vh - 116px) !important;
    overflow: auto !important;
  }
}
@media (max-width: 760px) {
  .rfq-side.contact-side {
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .qr-grid {
    max-width: 360px;
  }
}
.layout {
  grid-template-columns: minmax(0, 1fr) 330px !important;
}
.content {
  min-width: 0 !important;
  overflow: hidden !important;
}
.section {
  min-width: 0 !important;
}
.spec-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.spec-card {
  border: 1px solid #dce6ee;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: 0 10px 24px rgba(10, 45, 78, 0.05);
  overflow: hidden;
}
.spec-card-head {
  padding: 16px 16px 12px;
  border-bottom: 1px solid #edf2f5;
  background: linear-gradient(180deg, #f7fafc, #fff);
}
.spec-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #fff3df;
  color: #9a5d05;
  border: 1px solid rgba(243, 154, 34, 0.26);
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.spec-card h3 {
  margin: 9px 0 3px !important;
  color: #063a5c !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
}
.spec-card-head p {
  margin: 0 !important;
  color: #647386 !important;
  font-size: 12px !important;
  font-weight: 750;
}
.spec-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
}
.spec-card dl div {
  padding: 12px 13px;
  border-right: 1px solid #edf2f5;
  border-bottom: 1px solid #edf2f5;
  min-width: 0;
}
.spec-card dl div:nth-child(2n) {
  border-right: 0;
}
.spec-card dl div:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.spec-card dt {
  color: #647386;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.spec-card dd {
  margin: 0;
  color: #17212b;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}
.spec-accessories {
  margin: 12px 0 0 !important;
  color: #647386 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}
.spec-accessories strong {
  color: #063a5c !important;
  font-weight: 900 !important;
}
@media (max-width: 900px) {
  .spec-card-grid {
    grid-template-columns: 1fr;
  }
  .spec-accessories {
    display: block;
  }
  .spec-accessories strong {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 760px) {
  .spec-card dl {
    grid-template-columns: 1fr;
  }
  .spec-card dl div,
  .spec-card dl div:nth-child(2n),
  .spec-card dl div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid #edf2f5;
  }
  .spec-card dl div:last-child {
    border-bottom: 0;
  }
}

/* Related Products: remove outer background/frame so it sits cleanly before RFQ */
section.related-full-width {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.related-full-width h2 {
  margin-left: 0;
}

/* Related Products horizontal scrolling carousel: 7 cards, no outer frame */
section.related-full-width {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.related-scroll-intro {
  max-width: 780px;
  margin: 0 0 18px;
  color: #647386;
  font-size: 15px;
  line-height: 1.65;
}
.related-scroll-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 310px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 4px 2px 18px;
  scrollbar-width: thin;
  scrollbar-color: rgba(12, 139, 208, 0.45) rgba(12, 139, 208, 0.08);
}
.related-scroll-track::-webkit-scrollbar {
  height: 8px;
}
.related-scroll-track::-webkit-scrollbar-track {
  background: rgba(12, 139, 208, 0.08);
  border-radius: 999px;
}
.related-scroll-track::-webkit-scrollbar-thumb {
  background: rgba(12, 139, 208, 0.42);
  border-radius: 999px;
}
.related-scroll-card {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #dce6ee;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(10, 45, 78, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.related-scroll-visual {
  height: 188px;
  background: #f4f8fb;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.related-scroll-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.related-scroll-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}
.related-scroll-sku {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #0c8bd0;
  text-transform: uppercase;
}
.related-scroll-body h3 {
  margin: 0;
  color: #063a5c;
  font-size: 18px;
  line-height: 1.28;
}
.related-scroll-category {
  margin: 0;
  color: #647386;
  font-size: 13px;
  font-weight: 700;
}
.related-scroll-specs {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  color: #647386;
  font-size: 13px;
  line-height: 1.45;
}
.related-scroll-specs li {
  padding-left: 13px;
  position: relative;
}
.related-scroll-specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #0c8bd0;
}
.related-scroll-actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.related-scroll-actions a {
  font-size: 13px;
  font-weight: 800;
  color: #075c8e;
  border: 1px solid rgba(12, 139, 208, 0.24);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(12, 139, 208, 0.04);
}
.related-scroll-actions a:last-child {
  background: linear-gradient(
    135deg,
    #f6b21a 0%,
    #f39a22 58%,
    #df7f12 100%
  ) !important;
  color: #1f2933 !important;
  border-color: rgba(223, 127, 18, 0.34) !important;
  box-shadow: 0 10px 22px rgba(243, 154, 34, 0.22) !important;
}
.related-scroll-actions a:last-child:hover {
  background: linear-gradient(
    135deg,
    #ffc247 0%,
    #f6a21e 58%,
    #e18412 100%
  ) !important;
  box-shadow: 0 14px 28px rgba(243, 154, 34, 0.3) !important;
  transform: translateY(-1px);
}

.related-scroll-shell.auto-scroll {
  position: relative;
  overflow: hidden;
  padding: 4px 0 22px;
}
.related-scroll-shell.auto-scroll::before,
.related-scroll-shell.auto-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 18px;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}
.related-scroll-shell.auto-scroll::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.related-scroll-shell.auto-scroll::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.related-scroll-shell.auto-scroll .related-scroll-track {
  display: flex;
  gap: 18px;
  width: max-content;
  overflow: visible;
  scroll-snap-type: none;
  scrollbar-width: none;
  padding: 4px 2px 18px;
  animation: relatedCertStyleScroll 38s linear infinite;
  will-change: transform;
}
.related-scroll-shell.auto-scroll .related-scroll-track::-webkit-scrollbar {
  display: none;
}
.related-scroll-shell.auto-scroll:hover .related-scroll-track {
  animation-play-state: paused;
}
.related-scroll-shell.auto-scroll .related-scroll-card {
  flex: 0 0 290px;
  scroll-snap-align: none;
}
@keyframes relatedCertStyleScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .related-scroll-shell.auto-scroll .related-scroll-track {
    animation: none;
    overflow-x: auto;
    width: auto;
  }
  .related-scroll-shell.auto-scroll .related-scroll-card[aria-hidden="true"] {
    display: none;
  }
}
@media (max-width: 720px) {
  .related-scroll-track {
    grid-auto-columns: minmax(245px, 82vw);
    gap: 14px;
  }
  .related-scroll-visual {
    height: 168px;
  }
  .related-scroll-body h3 {
    font-size: 17px;
  }
}
/* 
.footer {
  background: #101820;
  color: #d9e4ec;
  padding: 48px 0 24px;
}
.footer .footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.05fr;
  gap: 34px;
  align-items: start;
}
.footer-brand p {
  color: #aebdca;
  line-height: 1.7;
  margin: 10px 0 18px;
  max-width: 430px;
} */
/* .footer h3 {
  color: #fff;
  margin: 0 0 16px;
  font-size: 18px;
}
.footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
}
.footer-contact li {
  display: grid;
  gap: 4px;
}
.footer-contact strong {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.footer-contact a,
.footer-contact span {
  color: #b8c7d4;
  text-decoration: none;
  line-height: 1.5;
}
.footer-contact a:hover,
.footer-socials a:hover {
  color: #fff;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-socials a {
  color: #d9e4ec;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.04);
} */
.qr-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.qr-card2 {
  width: 118px;
}
.qr-placeholder2 {
  height: 118px;
  border-radius: 18px;
  background: #fff;
  display: grid;
  place-items: center;
  color: #223242;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
}
.qr-placeholder2:before {
  content: "";
  position: absolute;
  inset: 14px;
  background:
    linear-gradient(90deg, #101820 10px, transparent 10px) 0 0/22px 22px,
    linear-gradient(#101820 10px, transparent 10px) 0 0/22px 22px;
  opacity: 0.12;
}
.qr-placeholder2 span {
  position: relative;
  z-index: 1;
}
.qr-card2 small {
  display: block;
  color: #aebdca;
  margin-top: 8px;
  text-align: center;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 34px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.footer small {
  color: #91a3b3;
}
.footer-logo {
  width: 180px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-bottom {
    display: grid;
  }
  .qr-card2 {
    width: 112px;
  }
  .qr-placeholder2 {
    height: 112px;
  }
}

.footer-socials a {
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-grid;
  place-items: center;
}
.footer-socials svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}
.footer-socials a[aria-label="YouTube"] svg {
  width: 22px;
}
.footer-socials a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
}

.km-wrap {
  width: min(1320px, calc(100% - 40px));
  margin: auto;
}
.km-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.km-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 15px 22px;
  font-weight: 950;
  border: 1px solid transparent;
  text-decoration: none;
}
.km-primary {
  background: #f39a22;
  color: white;
}
.km-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: white;
  background: rgba(255, 255, 255, 0.08);
}
.km-section {
  padding: 88px 0;
}
.km-section-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}
.km-kicker {
  color: #0c8bd0;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 13px;
}
.km-section h2 {
  font-size: 42px;
  line-height: 1.08;
  margin: 8px 0 0;
  letter-spacing: -0.035em;
  color: #063a5c;
}
.km-section-head p {
  color: #647386;
  line-height: 1.7;
  max-width: 560px;
  margin: 0;
}
.km-contact {
  background: linear-gradient(135deg, #08263a, #0b6fa6);
  color: white;
  margin-bottom: 50px;
}
.km-contact .km-section-head h2 {
  color: white;
}
.km-contact .km-section-head p {
  color: rgba(255, 255, 255, 0.76);
}
.km-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}
.km-contact-lead {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}
.km-contact-points {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}
.km-contact-points li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}
.km-contact-points li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffd166;
}
.km-rfq-form-panel {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}
.km-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.km-form-grid .km-full {
  grid-column: 1/-1;
}
.km-rfq-form-panel label {
  display: block;
  font-size: 12px;
  font-weight: 950;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.km-rfq-form-panel input,
.km-rfq-form-panel select,
.km-rfq-form-panel textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: #152333;
  background: rgba(255, 255, 255, 0.96);
}
.km-rfq-form-panel textarea {
  min-height: 130px;
  resize: vertical;
}
.km-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 12px;
}
@media (max-width: 980px) {
  .km-hero-grid,
  .km-why-grid,
  .km-custom-grid,
  .km-contact-grid {
    grid-template-columns: 1fr;
  }
  .km-hero h1 {
    font-size: 46px;
  }
  .km-section-head {
    display: block;
  }
  .km-gateway-grid,
  .km-product-grid,
  .km-app-grid,
  .km-stats {
    grid-template-columns: 1fr 1fr;
  }
  .km-support-list {
    grid-template-columns: 1fr;
  }
  .km-cta-band {
    display: block;
  }
  .km-video-window {
    min-height: 280px;
  }
}
@media (max-width: 640px) {
  .km-wrap {
    width: min(100% - 28px, 1180px);
  }
  .km-hero-grid {
    padding: 46px 0;
  }
  .km-hero h1 {
    font-size: 38px;
  }
  .km-section {
    padding: 62px 0;
  }
  .km-section h2 {
    font-size: 32px;
  }
  .km-gateway-grid,
  .km-product-grid,
  .km-app-grid,
  .km-stats,
  .km-feature-grid {
    grid-template-columns: 1fr;
  }
  .km-form-grid {
    grid-template-columns: 1fr;
  }
}

/* 20260703 RFQ layout fix on mr4e505p: title/copy left, form right */
#rfq.km-contact .km-wrap {
  max-width: 1160px !important;
}
#rfq.km-contact .km-contact-grid {
  display: grid !important;
  grid-template-columns: minmax(340px, 1fr) minmax(460px, 1.03fr) !important;
  gap: clamp(34px, 5vw, 68px) !important;
  align-items: center !important;
}
#rfq.km-contact .km-rfq-copy {
  max-width: 540px !important;
}
#rfq.km-contact .km-rfq-copy h2 {
  margin: 10px 0 18px !important;
  max-width: 520px !important;
  line-height: 1.05 !important;
}
#rfq.km-contact .km-contact-lead {
  max-width: 540px !important;
  margin: 0 0 24px !important;
  line-height: 1.72 !important;
}
#rfq.km-contact .km-contact-points {
  max-width: 520px !important;
  display: grid !important;
  gap: 13px !important;
}
#rfq.km-contact .km-rfq-form-panel {
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
}
#rfq.km-contact .km-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
#rfq.km-contact .km-form-grid .km-full {
  grid-column: 1/-1 !important;
}
#rfq.km-contact .km-note {
  margin-top: 14px !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  line-height: 1.55 !important;
}
@media (max-width: 900px) {
  #rfq.km-contact .km-contact-grid {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
  #rfq.km-contact .km-rfq-copy,
  #rfq.km-contact .km-rfq-form-panel {
    max-width: none !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 620px) {
  #rfq.km-contact .km-form-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 20260703 RFQ visual balance patch: top-align copy and form */
#rfq.km-contact .km-contact-grid {
  align-items: start !important;
}
#rfq.km-contact .km-rfq-copy {
  padding-top: 10px !important;
}
#rfq.km-contact .km-rfq-form-panel {
  padding: 24px !important;
  border-radius: 26px !important;
}
#rfq.km-contact .km-rfq-copy h2 {
  font-size: clamp(34px, 4.2vw, 54px) !important;
}
#rfq.km-contact .km-contact-lead {
  font-size: 17px !important;
}
#rfq.km-contact .km-form-grid {
  gap: 14px 16px !important;
}
#rfq.km-contact .km-rfq-form-panel textarea {
  min-height: 112px !important;
}
#rfq.km-contact .km-btn {
  margin-top: 14px !important;
}

/* Product detail RFQ/Footer visual parity with homepage: override product-page global CSS collisions only. */
#rfq.km-contact {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
#rfq.km-contact h2 {
  color: #fff !important;
}
#rfq.km-contact .km-contact-lead {
  color: rgba(255, 255, 255, 0.82) !important;
}
#rfq.km-contact .km-contact-points li {
  color: rgba(255, 255, 255, 0.9) !important;
}
#rfq.km-contact .km-rfq-form-panel label {
  color: #fff !important;
}
.footer {
  background: #101820 !important;
  color: #d9e4ec !important;
}
.footer h3 {
  color: #fff !important;
}
.footer-brand p,
.footer-contact a,
.footer-contact span,
.qr-card2 small {
  color: #aebdca !important;
}
.footer small {
  color: #91a3b3 !important;
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }
  main,
  .wrap,
  .layout {
    overflow: visible !important;
  }
  .product-hero,
  .layout {
    grid-template-columns: 1fr !important;
  }
  .content {
    overflow: visible !important;
    min-width: 0 !important;
  }
  .rfq-side.contact-side {
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
    width: 100% !important;
    margin-top: 22px !important;
  }
  .section {
    min-width: 0 !important;
    width: 100% !important;
  }
  .header .menu {
    display: none !important;
  }
  .header .nav {
    justify-content: space-between !important;
  }
  .header .brand {
    width: 154px !important;
    min-width: 154px !important;
    max-width: 154px !important;
  }
  .header .nav-rfq {
    display: flex !important;
    min-width: auto !important;
  }
  .header .rfq-nav-button {
    padding: 10px 14px !important;
    font-size: 12px !important;
  }
}

/* Product gallery thumbnail rail: supports many uploaded images in one horizontal swipe row. */
.product-hero .product-gallery-thumbs {
  display: flex !important;
  grid-template-columns: none !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 4px 2px 12px !important;
  margin-top: 14px !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
}
.product-hero .product-gallery-thumbs::-webkit-scrollbar {
  height: 6px !important;
}
.product-hero .product-gallery-thumbs::-webkit-scrollbar-track {
  background: #edf2f5 !important;
  border-radius: 999px !important;
}
.product-hero .product-gallery-thumbs::-webkit-scrollbar-thumb {
  background: #9fb4c4 !important;
  border-radius: 999px !important;
}
.product-hero .product-gallery-thumbs .product-thumb {
  flex: 0 0 110px !important;
  width: 110px !important;
  min-width: 110px !important;
  scroll-snap-align: start !important;
}
.product-hero .product-gallery-thumbs .product-thumb-duplicate {
  opacity: 0.92 !important;
}
.product-hero .product-gallery-thumbs::after {
  content: "";
  flex: 0 0 2px;
}
@media (max-width: 620px) {
  .product-hero .product-gallery-thumbs {
    grid-template-columns: none !important;
    gap: 10px !important;
  }
  .product-hero .product-gallery-thumbs .product-thumb {
    flex-basis: 96px !important;
    width: 96px !important;
    min-width: 96px !important;
    height: 82px !important;
  }
}

/* Keep mobile gallery behavior visually consistent with PC:
   one horizontal thumbnail carousel, same thumbnail proportions, no wrapping grid. */
.product-hero,
.product-hero .gallery,
.product-hero .summary-card,
.product-hero .product-gallery-carousel,
.product-hero .product-gallery-stage {
  min-width: 0 !important;
  max-width: 100% !important;
}
.product-hero .product-gallery-thumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: none !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 12px !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 4px 2px 12px !important;
  margin-top: 14px !important;
  scroll-snap-type: x proximity !important;
  -webkit-overflow-scrolling: touch !important;
}
.product-hero .product-gallery-thumbs .product-thumb {
  flex: 0 0 110px !important;
  width: 110px !important;
  min-width: 110px !important;
  height: 92px !important;
  scroll-snap-align: start !important;
}
@media (max-width: 620px) {
  .product-hero .product-gallery-thumbs {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 2px 12px !important;
    margin-top: 14px !important;
  }
  .product-hero .product-gallery-thumbs .product-thumb {
    flex: 0 0 110px !important;
    width: 110px !important;
    min-width: 110px !important;
    height: 92px !important;
    border-radius: 16px !important;
  }
  .product-hero .gallery {
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .product-hero .main-image {
    max-width: 100% !important;
  }
}

/* product-gallery-mobile-pc-consistent-20260713: final mobile behavior keeps PC-style one-row horizontal thumbnail carousel. */
