/* Scoped to the mobile product presentation on specialist solution pages. */
.mobile-products { display: none; }
@media (max-width: 780px) {
  .has-mobile-products > :not(.mobile-products) { display: none !important; }
  body main .has-mobile-products { padding: 40px 0; background: #f4f7fb; }
  body main .mobile-products { display: block; width: calc(100% - 32px); margin: 0 auto; color: #18334f; }
  body main .mobile-products * { box-sizing: border-box; }
  body main .mobile-products__header { display: block; margin: 0 0 24px; padding: 0; }
  body main .mobile-products .mobile-products__label { margin: 0 0 8px; color: #4788f8; font-size: 13px; font-weight: 600; line-height: 1.5; }
  body main .mobile-products h2 { width: 100%; max-width: none; margin: 0 0 16px; font-size: 23px; line-height: 1.45; font-weight: 600; }
  body main .mobile-products__explore { display: inline-flex; align-items: center; gap: 12px; width: auto; padding: 0 0 5px; border-bottom: 1px solid #4788f8; color: #18334f; font-size: 14px; text-decoration: none; white-space: nowrap; }
  body main .mobile-products__viewport { overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .mobile-products__viewport::-webkit-scrollbar { display: none; }
  body main .mobile-products__track { display: grid; grid-auto-flow: column; grid-auto-columns: 88%; gap: 16px; padding-top: 118px; padding-bottom: 12px; }
  body main .mobile-products--single .mobile-products__track { grid-auto-columns: 100%; }
  body main .mobile-products__card { display: flex; position: relative; flex-direction: column; min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: #fff; box-shadow: none; scroll-snap-align: start; }
  body main .mobile-products__image { position: relative; height: 72px; margin: 0; flex: none; }
  body main .mobile-products__image img { position: absolute; top: -112px; left: 50%; transform: translateX(-50%); display: block; width: 78%; height: 175px; max-width: 260px; max-height: none; object-fit: contain; border-radius: 0; }
  body main .mobile-products__body { display: flex; flex: 1; flex-direction: column; gap: 12px; min-width: 0; padding: 22px 20px 24px; }
  body main .mobile-products__body > span,
  body main .mobile-products__body > p[class$="label"] { margin: 0; color: #4788f8; font-size: 12px; line-height: 1.5; }
  body main .mobile-products__body h3 { margin: 0; font-size: 21px; line-height: 1.45; font-weight: 500; color: #161d25; }
  body main .mobile-products__body h3 a { color: inherit; text-decoration: none; }
  body main .mobile-products__body p,
  body main .mobile-products__body li,
  body main .mobile-products__body dl,
  body main .mobile-products__body div { margin: 0; font-size: 14px; line-height: 1.8; color: #52667a; }
  body main .mobile-products__body ul { margin: 0; padding-left: 18px; }
  body main .mobile-products__body dl { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 8px 12px; }
  body main .mobile-products__body dd { margin: 0; }
  body main .mobile-products__body > a { align-self: flex-start; margin-top: auto; padding: 20px 0 0; min-height: 44px; color: #4788f8; background: none; border: 0; border-radius: 0; box-shadow: none; font-size: 14px; font-weight: 600; text-decoration: none; }
  body main .mobile-products__controls { display: flex; justify-content: center; gap: 12px; margin-top: 26px; }
  body main .mobile-products__controls button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #4788f8; border-radius: 50%; color: #4788f8; background: #fff; font-size: 25px; cursor: pointer; }
  body main .mobile-products__controls button:disabled { color: #b4c3d5; border-color: #d5dfeb; cursor: default; }
  .mobile-products a:focus-visible, .mobile-products button:focus-visible, .mobile-products__viewport:focus-visible { outline: 2px solid #4788f8; outline-offset: 3px; }
}
