@charset "UTF-8";
.strike-through {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}
.strike-through::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 84%;
  border-top: 1.2px solid currentColor;
  transform: translateY(-50%) rotate(-8deg);
  transform-origin: center;
  pointer-events: none;
}

.hidden {
  display: none !important;
}

.no-bg {
  background: none !important;
  box-shadow: none;
}

form.general-form fieldset {
  border: 0;
  padding-left: 0;
}
form.general-form fieldset legend {
  font-size: 1em;
  font-weight: bold;
}
form.general-form label {
  display: block;
  margin-top: 5px;
}
form.general-form label.left-label {
  display: inline-block;
  margin-right: 10px;
}

.select-style {
  padding: 0;
  margin: 0;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f4f4f4 0%, #888888 100%);
  position: relative;
  overflow: hidden;
  min-height: 38px;
  transition: border 0.2s;
}
@media (max-width: 750px) {
  .select-style {
    width: 100%;
    margin-top: 0px;
  }
}
.select-style::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 38px;
  height: 38px;
  background: linear-gradient(to bottom, #fadc18 0%, rgb(189, 161, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.select-style::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-45%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #222;
  z-index: 3;
  pointer-events: none;
}
.select-style select {
  height: 34px;
  line-height: 36px;
  font-size: 0.85rem;
  padding: 0 32px 0 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.select-style select:focus, .select-style select:focus-visible {
  outline: none;
}
.select-style:has(select:focus-visible) {
  outline: 2px solid #dcbf00;
  outline-offset: 2px;
}
.select-style.select-style--tom {
  overflow: visible;
}
.select-style.select-style--tom::after, .select-style.select-style--tom::before {
  display: none;
}
@media (min-width: 900px) {
  body:not(.is-mobile) .searchmodule:not(.searchmodule-sale) .select-style.select-style--tom:has(.ts-wrapper.multi:not(.is-collapsed)) .ts-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 31;
    border-radius: 5px 5px 0 0;
    outline: 2px solid #fadc18;
    outline-offset: -2px;
    box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.5);
  }
  body:not(.is-mobile) .searchmodule:not(.searchmodule-sale) .select-style.select-style--tom:has(.ts-wrapper.multi:not(.is-collapsed)) .ts-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    border-radius: 0 5px 0 0;
    background: linear-gradient(to bottom, #fadc18 0%, rgb(189, 161, 0) 100%);
    cursor: pointer;
  }
  body:not(.is-mobile) .searchmodule:not(.searchmodule-sale) .select-style.select-style--tom:has(.ts-wrapper.multi:not(.is-collapsed)) .ts-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-45%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #222;
    z-index: 1;
    pointer-events: none;
  }
  body:not(.is-mobile) .searchmodule:not(.searchmodule-sale) .select-style.select-style--tom:has(.ts-wrapper.multi:not(.is-collapsed)) .ts-control {
    width: calc(100% - 38px);
    --ts-pr-min: 8px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(to bottom, #f4f4f4 0%, #888888 100%);
  }
  body:not(.is-mobile) .searchmodule:not(.searchmodule-sale) .select-style.select-style--tom:has(.ts-wrapper.multi:not(.is-collapsed)) .ts-control::after, body:not(.is-mobile) .searchmodule:not(.searchmodule-sale) .select-style.select-style--tom:has(.ts-wrapper.multi:not(.is-collapsed)) .ts-control::before {
    display: none;
  }
}
.select-style.select-style--tom .ts-wrapper {
  width: 100%;
  min-height: 38px;
  display: flex;
  flex-direction: column;
}
.select-style.select-style--tom .ts-wrapper.multi .ts-control, .select-style.select-style--tom .ts-wrapper.multi.has-items .ts-control {
  --ts-pr-min: 46px;
}
@media (min-width: 900px) {
  body:not(.is-mobile) .select-style.select-style--tom .ts-wrapper.multi .ts-control, body:not(.is-mobile) .select-style.select-style--tom .ts-wrapper.multi.has-items .ts-control {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
  }
}
@media (min-width: 900px) {
  body:not(.is-mobile) .select-style.select-style--tom .ts-wrapper.multi .ts-control .item {
    border-radius: 4px;
    background: #fff;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
  }
  body:not(.is-mobile) .select-style.select-style--tom .ts-wrapper.multi .ts-control .item.active {
    background: #ececec;
    background-image: none;
    border-color: #8a8a8a;
  }
  body:not(.is-mobile) .select-style.select-style--tom .ts-wrapper.plugin-remove_button:not(.rtl) .item {
    padding-right: 3px !important;
  }
}
.select-style.select-style--tom .ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  margin-left: 0;
  border-left: 0;
}
.select-style.select-style--tom .ts-wrapper.input-active.dropdown-active .ts-control {
  border: 0;
}
.select-style.select-style--tom .ts-wrapper.is-collapsed .ts-control {
  flex-wrap: nowrap;
  overflow: hidden;
}
.select-style.select-style--tom .ts-wrapper.multi:not(.is-collapsed) .ts-control {
  max-height: 88px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #6b6b6b transparent;
}
.select-style.select-style--tom .ts-wrapper.multi:not(.is-collapsed) .ts-control::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.select-style.select-style--tom .ts-wrapper.multi:not(.is-collapsed) .ts-control::-webkit-scrollbar-track {
  background: transparent;
}
.select-style.select-style--tom .ts-wrapper.multi:not(.is-collapsed) .ts-control::-webkit-scrollbar-thumb {
  background: #6b6b6b;
  border-radius: 4px;
}
.select-style.select-style--tom .ts-wrapper.input-active:not(.dropdown-active) .ts-control {
  outline: none;
}
.select-style.select-style--tom .ts-control {
  min-height: 38px;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 4px 8px;
  font-size: 0.85rem;
  font-weight: normal;
  cursor: pointer;
  flex-wrap: wrap;
  gap: 4px;
}
.select-style.select-style--tom .ts-control::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 38px;
  height: 100%;
  background: linear-gradient(to bottom, #fadc18 0%, rgb(189, 161, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  pointer-events: auto;
  cursor: pointer;
}
.select-style.select-style--tom .ts-control::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-45%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #222;
  z-index: 10;
  pointer-events: none;
}
.select-style.select-style--tom .ts-control .item {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  box-sizing: border-box;
  height: 24px;
  max-width: 100%;
  margin: 0;
  padding: 0 3px 0 9px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  background: #fff;
  background-image: none !important;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #1a1a1a;
  flex-shrink: 0;
}
.select-style.select-style--tom .ts-control .item:hover {
  background: #f5f5f5;
}
.select-style.select-style--tom .ts-control .item.active {
  background: #ececec;
  border-color: #8a8a8a;
}
.select-style.select-style--tom .ts-control .item .item-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-style.select-style--tom .ts-control .item .remove {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: none !important;
  border-radius: 3px;
  background: none;
  font-size: 0;
  line-height: 0;
  color: #6b6b6b;
  cursor: pointer;
}
.select-style.select-style--tom .ts-control .item .remove::before, .select-style.select-style--tom .ts-control .item .remove::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 10px;
  height: 1.75px;
  border-radius: 1px;
  background: currentColor;
  transform: rotate(45deg);
}
.select-style.select-style--tom .ts-control .item .remove::after {
  transform: rotate(-45deg);
}
.select-style.select-style--tom .ts-control .item .remove:hover, .select-style.select-style--tom .ts-control .item .remove:focus {
  background: #ebebeb;
  color: #000;
}
.select-style.select-style--tom .ts-control .item.ts-item--folded {
  display: none !important;
}
.select-style.select-style--tom .ts-control .ts-more {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  align-self: center;
  box-sizing: border-box;
  height: 24px;
  margin: 0;
  padding: 0 9px;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  background: #1a1a1a !important;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  color: #fadc18;
  cursor: pointer;
}
.select-style.select-style--tom .ts-control .ts-more[hidden] {
  display: none !important;
}
.select-style.select-style--tom .ts-control .ts-count {
  display: none;
}
.select-style.select-style--tom .ts-control > input {
  font-size: 0.85rem;
  cursor: pointer;
}
.select-style.select-style--tom .ts-control > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.select-style.select-style--tom .ts-control > input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.select-style.select-style--tom .ts-control > input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.select-style.select-style--tom .ts-control > input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.select-style.select-style--tom:has(.ts-wrapper.dropdown-active) {
  outline: 2px solid #fadc18;
  outline-offset: -2px;
  border-radius: 5px 5px 0 0;
}
.select-style.select-style--tom .ts-dropdown {
  margin: 0;
  border: 1px solid #bbb;
  border-radius: 0 0 5px 5px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  color: #000;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 900px) {
  .select-style.select-style--tom .ts-dropdown {
    position: relative;
  }
}
.select-style.select-style--tom .ts-dropdown .dropdown-input-wrap {
  padding: 6px;
}
.select-style.select-style--tom .ts-dropdown .dropdown-input {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0 10px 0 36px;
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: none;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><path d='M20 20l-4-4'/></svg>") 10px 50% no-repeat;
  font-family: inherit;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}
.select-style.select-style--tom .ts-dropdown .dropdown-input::-moz-placeholder {
  color: #888;
}
.select-style.select-style--tom .ts-dropdown .dropdown-input::placeholder {
  color: #888;
}
.select-style.select-style--tom .ts-dropdown .dropdown-input:focus {
  outline: none;
}
.select-style.select-style--tom .ts-dropdown .ts-dropdown-content {
  max-height: 384px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #9a9a9a #ececec;
}
.select-style.select-style--tom .ts-dropdown .ts-dropdown-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.select-style.select-style--tom .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-track {
  background: #ececec;
}
.select-style.select-style--tom .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 4px;
}
.select-style.select-style--tom .ts-dropdown .optgroup {
  border-top: 0;
}
.select-style.select-style--tom .ts-dropdown .optgroup-header {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 6px 12px 4px;
  border-bottom: 1px solid #e3e3e3;
  background: #f6f6f6;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #555;
  transition: box-shadow 0.15s ease;
}
.select-style.select-style--tom .ts-dropdown .optgroup-header.is-stuck {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.select-style.select-style--tom .ts-dropdown .option {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  position: relative;
  box-sizing: border-box;
  height: 32px;
  padding: 0 12px 0 38px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}
.select-style.select-style--tom .ts-dropdown .option[aria-disabled=true] {
  display: none;
}
.select-style.select-style--tom .ts-dropdown .option .option-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-style.select-style--tom .ts-dropdown .option .option-count {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 400;
  color: #777;
}
.select-style.select-style--tom .ts-dropdown .option.selected {
  background: #fff8d1;
}
.select-style.select-style--tom .ts-dropdown .active,
.select-style.select-style--tom .ts-dropdown .option.active {
  background-color: #ececec;
  color: #000;
}
.select-style.select-style--tom .ts-dropdown .no-results {
  padding: 12px;
  font-size: 13px;
  color: #666;
}
.select-style.select-style--tom .ts-dropdown .ts-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-top: 1px solid #ddd;
  background: #f6f6f6;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  position: relative;
  z-index: 2;
}
.select-style.select-style--tom .ts-dropdown .ts-footer__status {
  flex: 1 0 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-style.select-style--tom .ts-dropdown .ts-footer__status strong {
  font-weight: 700;
  color: #000;
}
.select-style.select-style--tom .ts-dropdown .ts-footer__status[hidden] {
  display: none;
}
.select-style.select-style--tom .ts-dropdown .ts-footer__clear,
.select-style.select-style--tom .ts-dropdown .ts-footer__done {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}
.select-style.select-style--tom .ts-dropdown .ts-footer__clear,
.select-style.select-style--tom .ts-dropdown .ts-footer__done.ts-footer__done--neutral {
  border-color: #000;
  background: #fff;
  color: #000;
}
.select-style.select-style--tom .ts-dropdown .ts-footer__clear:hover,
.select-style.select-style--tom .ts-dropdown .ts-footer__done.ts-footer__done--neutral:hover {
  background: #f2f2f2;
}
.select-style.select-style--tom .ts-dropdown .ts-footer__clear {
  flex: 0 0 auto;
}
.select-style.select-style--tom .ts-dropdown .ts-footer__clear[hidden] {
  display: none;
}
.select-style.select-style--tom .ts-dropdown .ts-footer__done {
  flex: 1 1 auto;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  color: #1a1a1a;
}
.select-style.select-style--tom .ts-dropdown .ts-footer__done:hover:not(.ts-footer__done--neutral) {
  background: #dcbf00;
}
.select-style.select-style--tom .tomselect-checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: 12px;
  top: 50%;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 !important;
  padding: 0;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: pointer;
}
.select-style.select-style--tom .tomselect-checkbox::before {
  content: "";
  position: absolute;
  left: 3.5px;
  top: -1px;
  width: 5px;
  height: 10px;
  border: solid #fadc18;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.select-style.select-style--tom .tomselect-checkbox:checked::before {
  opacity: 1;
}
.select-style.select-style--tom .tomselect-checkbox:not(:checked) {
  background-color: transparent;
  border: 0;
}

.select-style.is-disabled,
.select-style:has(> select:disabled),
.select-style:has(.ts-wrapper.disabled) {
  background: linear-gradient(to bottom, #f4f4f4 0%, #d9d9d9 100%);
  cursor: not-allowed;
}
.select-style.is-disabled::before,
.select-style:has(> select:disabled)::before,
.select-style:has(.ts-wrapper.disabled)::before {
  border-top-color: #a0a0a0;
}
.select-style.is-disabled::after,
.select-style:has(> select:disabled)::after,
.select-style:has(.ts-wrapper.disabled)::after {
  background: linear-gradient(to bottom, #e8e8e8 0%, #d0d0d0 100%);
}
.select-style.is-disabled select,
.select-style.is-disabled .ts-wrapper,
.select-style:has(> select:disabled) select,
.select-style:has(> select:disabled) .ts-wrapper,
.select-style:has(.ts-wrapper.disabled) select,
.select-style:has(.ts-wrapper.disabled) .ts-wrapper {
  pointer-events: none;
}
.select-style.is-disabled .ts-control > input::-moz-placeholder, .select-style:has(> select:disabled) .ts-control > input::-moz-placeholder, .select-style:has(.ts-wrapper.disabled) .ts-control > input::-moz-placeholder {
  color: #8a8a8a;
  cursor: not-allowed;
}
.select-style.is-disabled select,
.select-style.is-disabled .ts-control,
.select-style.is-disabled .ts-control > input,
.select-style.is-disabled .ts-control > input::placeholder,
.select-style.is-disabled .ts-control .item,
.select-style.is-disabled .ts-wrapper.disabled .ts-control .item,
.select-style:has(> select:disabled) select,
.select-style:has(> select:disabled) .ts-control,
.select-style:has(> select:disabled) .ts-control > input,
.select-style:has(> select:disabled) .ts-control > input::placeholder,
.select-style:has(> select:disabled) .ts-control .item,
.select-style:has(> select:disabled) .ts-wrapper.disabled .ts-control .item,
.select-style:has(.ts-wrapper.disabled) select,
.select-style:has(.ts-wrapper.disabled) .ts-control,
.select-style:has(.ts-wrapper.disabled) .ts-control > input,
.select-style:has(.ts-wrapper.disabled) .ts-control > input::placeholder,
.select-style:has(.ts-wrapper.disabled) .ts-control .item,
.select-style:has(.ts-wrapper.disabled) .ts-wrapper.disabled .ts-control .item {
  color: #8a8a8a;
  cursor: not-allowed;
}
.select-style.is-disabled .ts-control::after,
.select-style.is-disabled .ts-wrapper.single .ts-control::after,
.select-style:has(> select:disabled) .ts-control::after,
.select-style:has(> select:disabled) .ts-wrapper.single .ts-control::after,
.select-style:has(.ts-wrapper.disabled) .ts-control::after,
.select-style:has(.ts-wrapper.disabled) .ts-wrapper.single .ts-control::after {
  background: linear-gradient(to bottom, #e8e8e8 0%, #d0d0d0 100%);
  pointer-events: none;
}
.select-style.is-disabled .ts-control::before,
.select-style.is-disabled .ts-wrapper.single .ts-control::before,
.select-style:has(> select:disabled) .ts-control::before,
.select-style:has(> select:disabled) .ts-wrapper.single .ts-control::before,
.select-style:has(.ts-wrapper.disabled) .ts-control::before,
.select-style:has(.ts-wrapper.disabled) .ts-wrapper.single .ts-control::before {
  border-top-color: #a0a0a0;
}

.button {
  display: inline-block;
  padding: 0.4em 1.4em;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  background: #fadc18;
  color: #222;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  text-decoration: none;
}
.button:hover, .button:focus {
  background: rgb(99.310402127%, 95.1728148887%, 68.1405782652%);
  color: #000;
  outline: none;
}

.button--primary {
  background: linear-gradient(to bottom, #fadc18 0%, rgb(189, 161, 0) 100%);
  color: #222;
}

.button--secondary {
  background: #f6f6f6;
  color: #222;
  border: 1px solid #ccc;
}

.button--tertiary {
  background: #3d3d3d;
  color: #fff;
  border: 1px solid #ccc;
  transition: color 0.2s;
  font-size: 0.75rem;
  padding: 10px 14px;
}
.button--tertiary:hover, .button--tertiary:focus {
  background: rgba(75, 75, 75, 0.3);
  color: #fff;
}

.button--reset {
  background: #fff;
  color: #b00;
  border: 1px solid #eee;
}

.button--search {
  background: #fadc18;
  color: #222;
  font-weight: bold;
}

.button--block {
  display: block;
  width: 100%;
  text-align: center;
}

.input-style {
  padding: 0;
  margin: 0;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f4f4f4 0%, #888888 100%);
  position: relative;
  overflow: hidden;
  min-height: 35px;
  transition: border 0.2s;
}
.input-style input[type=text] {
  margin: 0;
  height: 35px;
  font-size: 0.8rem;
  padding: 0 42px 0 12px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #111;
  font-weight: 600;
  cursor: pointer;
}

.checkbox-style {
  display: block;
  position: relative;
  padding-left: 23px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-style input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.checkbox-style .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #eee;
  border: 1px solid #aaa;
  border-radius: 1px;
}
.checkbox-style:hover input ~ .checkmark {
  border: 1px solid #000;
  outline: none;
}
.checkbox-style .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-style input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-style .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 7px;
  border: solid black;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.list-navigation .list-navigation__header {
  padding: 0 0 10px 0;
  background: #CCC;
}
.list-navigation .list-navigation__main {
  background: #f8f8f8;
  padding: 16px 16px 0 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.list-navigation .list-navigation__footer {
  background: #f8f8f8;
  padding-bottom: 0;
}
.list-navigation .list-navigation__footer .list-navigation__footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.list-navigation .list-navigation__footer .list-navigation__block--bottom {
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 900px) {
  .list-navigation .list-navigation__footer .list-navigation__footer-row {
    align-items: flex-start;
  }
}
.list-navigation.footer.with-background {
  background-color: #dcbf00;
}
.list-navigation.footer {
  padding: 8px;
}
.list-navigation.footer .list-navigation__block--bottom {
  justify-content: flex-end;
}
.list-navigation.footer {
  padding-bottom: 24px;
}

.list-navigation .list-navigation__title {
  margin: 0;
  font-size: 1.2rem;
}

.list-navigation__block--top {
  display: flex;
  align-items: center;
}

.list-navigation__count {
  display: flex;
  padding-left: 16px;
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
  flex: 1;
  gap: 4px;
}

.favorite-sticky-bar {
  display: none;
}

.list-navigation__page-title {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  margin: 0;
  padding-left: 16px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.list-navigation__page-title .list-navigation__page-title-icon {
  flex: 0 0 auto;
  width: 19px;
  height: 20px;
  fill: #ff0000;
}

.list-navigation__count--after-title {
  padding-left: 10px;
  font-weight: normal;
  opacity: 0.85;
}

.list-navigation__sort {
  display: flex;
  margin-left: auto;
  text-align: right;
  font-size: 0.9em;
}
.list-navigation__sort .range-menu {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  max-width: 320px;
}

.listnav-filter-sort-container .listnav-search-module-filter-button {
  display: none;
}

.list-navigation .list-navigation__header .list-navigation__title {
  display: none;
}

.list-navigation__footer .list-navigation__footer-row .list-navigation__title {
  display: flex;
}

.list-navigation__count-mobile-container {
  display: none;
}

.list-navigation .list-navigation__sort-mobile,
.sort-sheet {
  display: none;
}

@media (max-width: 900px) {
  .list-navigation .list-navigation__block--top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .list-navigation .list-navigation__header {
    padding: 0;
    padding-top: 10px;
    background: #CCC;
  }
  .list-navigation__footer .list-navigation__footer-row .list-navigation__title {
    display: none;
  }
  .list-navigation .list-navigation__header .list-navigation__title {
    display: flex;
    position: relative;
    padding: 10px;
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.2;
    background-color: #222;
    color: #fff;
    border-bottom: 3px solid #fadc18;
    text-transform: none;
  }
  .list-navigation .list-navigation__header .list-navigation__title span {
    padding-left: 4px;
    color: #fadc18;
    font-size: 0.8em;
    cursor: pointer;
  }
  .list-navigation .list-navigation__header .list-navigation__title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 4px);
    -webkit-mask-image: linear-gradient(135deg, transparent 31%, transparent 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 80%, black 100%);
    mask-image: linear-gradient(135deg, transparent 31%, transparent 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 80%, black 100%);
  }
  .list-navigation .list-navigation__count {
    display: none;
  }
  .list-navigation .list-navigation__sort {
    display: none;
  }
  .list-navigation__count-mobile-container {
    display: flex;
    gap: 4px;
  }
  .listnav-filter-sort-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .listnav-filter-sort-container.listnav-filter-sort-container--sort-only {
    justify-content: flex-end;
  }
  .listnav-filter-sort-container .listnav-search-module-filter-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #000;
    color: #fff;
    border: 1px solid #fadc18;
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
  }
  .listnav-filter-sort-container .listnav-search-module-filter-button img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .list-navigation__count-mobile-container .list-navigation__count-mobile-text,
  .list-navigation__count-mobile-container .list-navigation__count-mobile-suffix {
    color: #fadc18;
    font-weight: bold;
  }
}
.list-navigation__filters {
  background: #efefef;
  padding: 0 6px;
  display: flex;
  max-height: 22px;
  border-radius: 4px;
  font-size: 0.75rem;
  border: 1px solid #bbb;
  gap: 4px;
  align-items: center;
}
.list-navigation__filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-navigation__filters .list-navigation__reset-filters {
  line-height: 2em;
}
.list-navigation__filters .list-navigation__reset-filters .list-navigation__reset {
  margin-left: auto;
  background: none;
  color: #006693;
  border: none;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.list-navigation__filters .list-navigation__reset-filters .list-navigation__reset::before {
  content: " ";
}
.list-navigation__filters .list-navigation__reset-filters .list-navigation__reset:hover {
  color: #004f66;
}
.list-navigation__filters .list-navigation__filter {
  background: #efefef;
  padding: 0px 10px;
  display: flex;
  border-radius: 4px;
  font-size: 0.75rem;
  border: 1px solid #bbb;
  gap: 4px;
  align-items: center;
}
.list-navigation__filters .list-navigation__filter:hover {
  background: #e0e0e0;
}
.list-navigation__filters .filter-remove {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.list-navigation__filters .filter-remove::before, .list-navigation__filters .filter-remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(8px * 1.35);
  height: 1.5px;
  border-radius: 1px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.list-navigation__filters .filter-remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.list-navigation__filters .filter-remove:hover {
  background: none;
}

.list-navigation__block--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.list-navigation__sort,
.list-navigation__perpage,
.list-navigation__pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.list-navigation__pagination {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-left: auto;
}
.list-navigation__pagination .pagination {
  background: #e6e6e6;
  border: 1px solid #c5c5c5;
  color: #000;
  transition: background 0.2s, color 0.2s;
}
.list-navigation__pagination .pagination:not(:first-child) {
  border-left: 0;
}
.list-navigation__pagination .pagination:not(.pagination-current):not([disabled]):not([aria-disabled=true]):hover {
  background: #d8d8d8;
}
.list-navigation__pagination .pagination:is(.pagination-current):not([disabled]):not([aria-disabled=true]):hover {
  background: linear-gradient(to bottom, #dcbf00 0%, rgb(81.6829511466%, 71.074775673%, 1.7680292456%) 100%);
}
.list-navigation__pagination .pagination {
  box-sizing: border-box;
  min-width: 26px;
  height: 27px;
  padding: 0 8px;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
.list-navigation__pagination .pagination-prev,
.list-navigation__pagination .pagination-next {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  padding: 0;
}
.list-navigation__pagination .pagination-prev::before,
.list-navigation__pagination .pagination-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.list-navigation__pagination .pagination-prev[disabled]::before, .list-navigation__pagination .pagination-prev[aria-disabled=true]::before,
.list-navigation__pagination .pagination-next[disabled]::before,
.list-navigation__pagination .pagination-next[aria-disabled=true]::before {
  opacity: 0.35;
}
.list-navigation__pagination .pagination-prev::before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #222;
}
.list-navigation__pagination .pagination-next::before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #222;
}
.list-navigation__pagination .pagination-current {
  background: linear-gradient(to bottom, #fadc18 0%, rgb(81.6829511466%, 71.074775673%, 1.7680292456%) 100%);
  color: #222;
}
@media (max-width: 1168px) {
  .list-navigation__pagination .pagination-ellipsis--compact {
    display: inline-flex;
  }
  .list-navigation__pagination .pagination-ellipsis:not(.pagination-ellipsis--compact) {
    display: none;
  }
}
@media (max-width: 900px) {
  .list-navigation__pagination .pagination {
    padding: 0 6px;
  }
}

.motorcycles-toggle {
  display: flex;
  align-items: center;
  gap: 20px;
}
.motorcycles-toggle button {
  cursor: pointer;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.motorcycles-toggle .motorcycles-toggle__list[aria-pressed=true],
.motorcycles-toggle .motorcycles-toggle__block[aria-pressed=true] {
  background: none;
}
.motorcycles-toggle .motorcycles-toggle__list[aria-pressed=true] .toggle-block-shape,
.motorcycles-toggle .motorcycles-toggle__list[aria-pressed=true] .toggle-list-shape,
.motorcycles-toggle .motorcycles-toggle__block[aria-pressed=true] .toggle-block-shape,
.motorcycles-toggle .motorcycles-toggle__block[aria-pressed=true] .toggle-list-shape {
  fill: #fadc18;
}
.motorcycles-toggle .motorcycles-toggle__list[aria-pressed=false],
.motorcycles-toggle .motorcycles-toggle__block[aria-pressed=false] {
  background: none;
}
.motorcycles-toggle .motorcycles-toggle__list[aria-pressed=false] .toggle-block-shape,
.motorcycles-toggle .motorcycles-toggle__list[aria-pressed=false] .toggle-list-shape,
.motorcycles-toggle .motorcycles-toggle__block[aria-pressed=false] .toggle-block-shape,
.motorcycles-toggle .motorcycles-toggle__block[aria-pressed=false] .toggle-list-shape {
  fill: #fff;
}
.motorcycles-toggle .motorcycles-toggle__list svg,
.motorcycles-toggle .motorcycles-toggle__block svg {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto;
  stroke-width: 3;
}

.motorcycles-toggle__block .toggle-block-rect {
  fill: #fff;
}

.motorcycles-toggle__block.active .toggle-block-rect {
  fill: #222;
}

.search-layout .list-navigation .list-navigation__header {
  padding-right: 0;
}
.search-layout .list-navigation .list-navigation__header .list-navigation__block.list-navigation__block--top {
  padding-right: 0;
}
.search-layout .list-navigation__filters {
  padding: 10px 0;
  max-height: none;
  background-color: #ddd;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.search-layout .list-navigation__filters::-webkit-scrollbar {
  display: none;
}
.search-layout .list-navigation__filters .list-navigation__reset-filters {
  position: sticky;
  right: 0;
  z-index: 1;
  flex-shrink: 0;
  padding: 0 10px 0 12px;
  background: #ddd;
}
.search-layout .list-navigation__filters .list-navigation__reset-filters::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 22px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.35) 100%);
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
}
.search-layout .list-navigation__filters.has-hidden-chips .list-navigation__reset-filters::before {
  opacity: 1;
}
.search-layout .list-navigation__filters-list {
  flex-wrap: nowrap;
  padding-left: 10px;
}
.search-layout .list-navigation__filters .list-navigation__filter {
  flex-shrink: 0;
  white-space: nowrap;
}
.search-layout .list-navigation__filters .list-navigation__reset-filters {
  white-space: nowrap;
}
.search-layout .motorcycles-view {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (min-width: 1366px) {
  .search-layout .motorcycles-view {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.search-layout .motorcycles-view .cdt {
  grid-column: 1/-1;
  width: 100%;
  font-size: 0.8em;
}
.search-layout .motorcycles-view .cdt h1 {
  margin-top: 0;
}
.search-layout .motorcycles-view .cdt h2 {
  font-size: 1em;
  margin-bottom: 6px;
}

article.motorcycle-item.motorcycle-item--kawasaki-new .motorcycle-item__brand {
  color: #69be28;
}

.search-layout.kawasaki-new-bikes .motorcycles-view article.motorcycle-item .motorcycle-item__brand {
  color: #69be28;
}
.search-layout.kawasaki-new-bikes .motorcycles-view footer.motorcycle-item__dealer {
  --kawasaki-footer-logo-gap: 10px;
  --kawasaki-footer-logo-height: 31px;
  --kawasaki-footer-logo-max-height: 38px;
  position: relative;
  box-sizing: border-box;
  padding-right: calc(var(--kawasaki-footer-logo-height) * 2 + var(--kawasaki-footer-logo-gap) * 2);
}
.search-layout.kawasaki-new-bikes .motorcycles-view footer.motorcycle-item__dealer::before {
  content: "";
  display: block;
  position: absolute;
  top: var(--kawasaki-footer-logo-gap);
  right: var(--kawasaki-footer-logo-gap);
  bottom: var(--kawasaki-footer-logo-gap);
  height: auto;
  max-height: var(--kawasaki-footer-logo-max-height);
  margin: auto 0;
  aspect-ratio: 2/1;
  background: #000 url("/images/kawasaki.png") no-repeat center/cover;
  z-index: 2;
  pointer-events: none;
}
.search-layout.kawasaki-new-bikes .motorcycles-view:not(.block-list) footer.motorcycle-item__dealer {
  --kawasaki-footer-logo-gap: 5px;
  --kawasaki-footer-logo-height: 27px;
}

a:has(> .motorcycle-item),
.motorcycle-item img,
.compare-add__result img,
.compare-card img,
[data-compare-tray] img,
.dealer-information__photos img,
.motorcycle-details__images img,
.lg-outer img,
button img,
[role=button] img,
.fav-icon,
.compare-icon {
  -webkit-user-drag: none;
}

.fav-icon,
.compare-icon,
[data-compare-tray],
.dealer-information__photos,
.motorcycle-details__images {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

section.motorcycles-view {
  margin-top: 0;
  padding-top: 24px;
}
section.motorcycles-view article.motorcycle-item {
  border: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.motorcycles-view article.motorcycle-item {
  width: 100%;
  height: 100%;
  background: #efefef;
  border: 1px solid #c5c5c5;
  box-shadow: 1px 1px 1px #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: opacity 180ms ease-out, transform 180ms ease-out, box-shadow 180ms ease;
}
.motorcycles-view article.motorcycle-item .motorcycle-item__main {
  flex: 1 1 auto;
  width: 100%;
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__item--pending {
  opacity: 0;
  transform: translateY(8px);
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__item--revealed {
  opacity: 1;
  transform: translateY(0);
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading {
  pointer-events: none;
  overflow: hidden;
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading .motorcycle-item__img,
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading .dealer-motorcycles__skeleton {
  position: relative;
  background: linear-gradient(90deg, #e6e6e6 25%, #f3f3f3 37%, #e6e6e6 63%);
  background-size: 400% 100%;
  animation: dealer-motorcycles-skeleton 1.1s ease-in-out infinite;
  border-radius: 6px;
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading .motorcycle-item__img {
  min-height: 180px;
  width: 100%;
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading .motorcycle-item__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading .dealer-motorcycles__skeleton-row {
  display: flex;
  gap: 8px;
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading .dealer-motorcycles__skeleton {
  display: block;
  height: 16px;
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading .dealer-motorcycles__skeleton--brand {
  width: 36%;
  height: 14px;
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading .dealer-motorcycles__skeleton--type {
  width: 74%;
  height: 20px;
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading .dealer-motorcycles__skeleton--detail {
  width: 28%;
  height: 14px;
}
.motorcycles-view article.motorcycle-item.dealer-motorcycles__loading .dealer-motorcycles__skeleton--price {
  width: 42%;
  height: 22px;
}
.motorcycles-view article.motorcycle-item:hover {
  box-shadow: 1px 1px 5px #666 !important;
}
.motorcycles-view article.motorcycle-item.more-card {
  background: linear-gradient(145deg, #f7fafd 0%, #e8f3f8 100%);
}
.motorcycles-view article.motorcycle-item.more-card .more-card__visual {
  position: relative;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.motorcycles-view article.motorcycle-item.more-card .more-card__img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  padding: 14px;
  box-sizing: border-box;
  display: block;
}
.motorcycles-view article.motorcycle-item.more-card .more-card__icon {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.28));
}
.motorcycles-view article.motorcycle-item.more-card .more-card__icon .more-card__icon-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.motorcycles-view article.motorcycle-item.more-card .more-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-height: 82px;
}
.motorcycles-view article.motorcycle-item.more-card .more-card__title {
  color: #004f72;
  font-size: 1rem;
  line-height: 1.25;
}
.motorcycles-view article.motorcycle-item.more-card .more-card__subtitle {
  color: #2f4a57;
  font-size: 0.88rem;
  line-height: 1.35;
}
.motorcycles-view .motorcycle-item__img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #cccccc;
}
.motorcycles-view .motorcycle-item__details {
  padding-top: 12px;
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 0.85em;
}
.motorcycles-view .motorcycle-item__details .motorcycle-item__constructionyear {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8em;
  font-weight: bold;
}
.motorcycles-view .motorcycle-item__details .motorcycle-item__constructionyear::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/images/icon/calendar.png") no-repeat center/contain;
}
.motorcycles-view .motorcycle-item__details .motorcycle-item__odometer {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8em;
  font-weight: bold;
}
.motorcycles-view .motorcycle-item__details .motorcycle-item__odometer::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/images/icon/odometer.png") no-repeat center/contain;
}
.motorcycles-view .motorcycle-item__info {
  text-align: left;
  padding: 10px 0;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__title-text {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.motorcycles-view .motorcycle-item__info .motorcycle-favorite-button {
  /**/
  position: static;
  margin-top: 0;
  flex-shrink: 0;
  line-height: 0;
}
.motorcycles-view .motorcycle-item__info .motorcycle-favorite-button .fav-icon {
  margin: -6px -2px -6px 0;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__brand {
  display: block;
  font-weight: bold;
  color: #222;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__type {
  display: block;
  color: #222;
  font-size: 0.8em;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__year {
  font-size: 0.9em;
  color: #767676;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__price {
  font-weight: bold;
  color: #006693;
  margin-top: 6px;
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__price .motorcycle-item__price-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-self: flex-end;
  padding-bottom: 10px;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original,
.motorcycles-view .motorcycle-item__info .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-offer,
.motorcycles-view .motorcycle-item__info .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-regular {
  display: block;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original {
  display: inline-block;
  align-self: flex-start;
  color: #828282;
  font-weight: normal;
  font-size: 0.75rem;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__btw-status {
  font-weight: normal;
  font-size: 10px;
  color: #929292;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__price .pricetag-ppm {
  flex-shrink: 0;
  margin: -10px;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__price--request {
  align-items: flex-start;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__price--request .motorcycle-item__price-text {
  align-self: flex-start;
  padding-top: 12px;
  padding-bottom: 0;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__lease-price-text {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-top: 6px;
  font-size: 8px;
  color: #ff0000;
  font-weight: bold;
  justify-content: space-between;
}
.motorcycles-view .motorcycle-item__info .motorcycle-item__lease-price-text .motorcycle-item__lease-price-subtext {
  color: #000;
  font-weight: normal;
}
.motorcycles-view:is(.block-list) .motorcycle-item__price--request {
  min-height: 0;
}
.motorcycles-view:is(.block-list) .motorcycle-item__info {
  padding: 10px;
}
.motorcycles-view:is(.block-list) .pricetag-ppm {
  max-width: 78px;
}
.motorcycles-view:is(.block-list) .motorcycle-item__price {
  align-items: flex-end;
}
.motorcycles-view .motorcycle-item__dealer-tags {
  border-top: 1px solid #ccc;
  font-size: 0.6em;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 0;
  margin: 0 10px;
}
.motorcycles-view .motorcycle-item__dealer-tags .motorcycle-item__motorcycle-warranty {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.motorcycles-view .motorcycle-item__dealer-warranty {
  display: flex;
  align-items: center;
  gap: 6px;
}
.motorcycles-view .motorcycle-item__dealer-warranty .motorcycle-item__warranty-prefix {
  margin-right: -3px;
}
.motorcycles-view .motorcycle-item__motorcycle-warranty {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8em;
  font-weight: bold;
}
.motorcycles-view .motorcycle-item__motorcycle-motor-warranty-logo {
  max-height: 18px;
}
.motorcycles-view .motorcycle-item__motorcycle-warranty-logo {
  max-height: 12px;
}
.motorcycles-view .motorcycle-item__dealer-branddealer::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L7 11.5L12 5.5' stroke='%2300b300' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  vertical-align: middle;
}
.motorcycles-view .motorcycle-item__dealer-branddealer {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.motorcycles-view footer.motorcycle-item__dealer {
  background-color: #fff;
  padding: 10px;
  text-align: left;
  font-size: 0.8em;
}
.motorcycles-view footer.motorcycle-item__dealer .motorcycle-item__dealer-info {
  text-align: left;
}
.motorcycles-view footer.motorcycle-item__dealer .motorcycle-item__dealer-info .motorcycle-item__dealer-name {
  font-weight: bold;
}
.motorcycles-view footer.motorcycle-item__dealer .motorcycle-item__dealer-info span {
  display: block;
}
.motorcycles-view:not(.block-list) {
  display: flex;
  flex-direction: column;
}
.motorcycles-view:not(.block-list) article.motorcycle-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.motorcycles-view:not(.block-list) article.motorcycle-item .motorcycle-item__main {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 100%;
}
.motorcycles-view:not(.block-list) article.motorcycle-item .motorcycle-item__img {
  width: 180px;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #cccccc;
  margin-bottom: 0;
}
.motorcycles-view:not(.block-list) article.motorcycle-item .motorcycle-item__info {
  flex: 1;
  text-align: left;
  padding-bottom: 0;
  padding-right: 14px;
}
.motorcycles-view:not(.block-list) .motorcycle-item__price {
  margin-top: 0;
}
.motorcycles-view:not(.block-list) .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original,
.motorcycles-view:not(.block-list) .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-offer,
.motorcycles-view:not(.block-list) .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-regular {
  display: inline;
  margin-right: 4px;
}
.motorcycles-view:not(.block-list) .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original {
  display: inline-block;
  vertical-align: baseline;
}
.motorcycles-view:not(.block-list) .motorcycle-item__lease-price-text {
  flex-direction: column;
  gap: 0;
  font-size: 0.8em;
  margin-right: 4px;
  margin-left: auto;
}
.motorcycles-view:not(.block-list) .motorcycle-item__lease-price-text .motorcycle-item__lease-price-subtext {
  font-size: 0.8em;
}
.motorcycles-view:not(.block-list) footer.motorcycle-item__dealer {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  text-align: left;
  font-size: 0.8em;
  align-self: flex-start;
  width: 100%;
}
.motorcycles-view:not(.block-list) footer.motorcycle-item__dealer .motorcycle-item__dealer-info {
  display: flex;
  flex-direction: row;
  gap: 2px;
  padding: 10px;
  margin-left: auto;
  text-align: right;
  font-size: 1.2em;
}
.motorcycles-view:not(.block-list) footer.motorcycle-item__dealer .motorcycle-item__dealer-info span {
  display: block;
}
.motorcycles-view:not(.block-list) footer.motorcycle-item__dealer .motorcycle-item__dealer-list-tags {
  width: 100%;
  font-size: 0.9em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
}
@media (min-width: 650px) and (max-width: 900px) {
  .motorcycles-view:is(.block-list) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .motorcycles-view:is(.block-list) {
    display: flex;
    flex-direction: column;
  }
}

@keyframes dealer-motorcycles-skeleton {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
header.site-header .container {
  position: relative;
  width: auto;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 900px) {
  header.site-header .container {
    font-size: 0.9em;
  }
}
header.site-header .container .header-logo {
  display: inline-block;
  vertical-align: middle;
  padding-top: 26px;
}
@media (min-width: 900px) {
  header.site-header .container .header-logo {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
header.site-header .container .header-logo svg {
  width: 400px;
  height: auto;
}
@media (max-width: 900px) {
  header.site-header .container .header-logo {
    padding-top: 16px;
    margin-left: 8px;
    line-height: 28px;
  }
  header.site-header .container .header-logo svg {
    display: none;
  }
}
@media (max-width: 900px) {
  header.site-header {
    display: none;
  }
}

footer.site-footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
  font-size: 0.8rem;
  background: linear-gradient(to bottom, #595959 0%, #595959 10%, #202020 100%);
  color: #fff;
  padding: 0;
}
footer.site-footer .footer-left {
  padding: 0 10px 0 10px;
  text-align: left;
}
footer.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 18px;
}
footer.site-footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
footer.site-footer .footer-links a:hover {
  color: #cfb200;
}
footer.site-footer .footer-right {
  padding: 0 10px 0 10px;
  text-align: right;
}

@media (max-width: 650px) {
  footer.site-footer {
    display: none;
  }
}
section:not(.searchmodule):not(.no-background) {
  background: #eee;
}
section:not(.searchmodule) {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 16px;
}
@media (max-width: 650px) {
  section:not(.searchmodule) {
    margin: 0;
  }
}

.main section {
  margin: 0;
}

.main .column {
  margin-bottom: 10px;
  gap: 20px;
}

.portlet-header-steady {
  position: relative;
  padding-left: 16px;
  margin: -16px -16px 16px -16px;
  line-height: 36px;
  background-color: #222;
  color: white;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portlet-header-steady::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px; /* Bepaalt hoever het patroon naar links doorloopt */
  /* 1. Genereer de dunnere, dichter op elkaar staande lijntjes */
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 3.5px);
  /* 2. De verfijnde lineaire fade-masker zonder bolling */
  -webkit-mask-image: linear-gradient(120deg, transparent 5%, transparent 10%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 60%, black 90%);
  mask-image: linear-gradient(135deg, transparent 31%, transparent 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 80%, black 100%);
}
.portlet-header-steady img {
  vertical-align: middle;
  margin-right: 12px;
  cursor: pointer;
  margin-top: -2px;
}

.tabnav {
  position: relative;
  background: none;
  scroll-margin-top: 50px;
}
.tabnav .tabnav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.tabnav .tabnav-list li {
  margin: 0;
}
.tabnav .tabnav-list li a {
  display: block;
  padding: 8px 20px;
  font-size: 0.9em;
  color: #2b2823;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.tabnav .tabnav-list li a::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px; /* Bepaalt hoever het patroon naar links doorloopt */
  /* 1. Genereer de dunnere, dichter op elkaar staande lijntjes */
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 3.5px);
  /* 2. De verfijnde lineaire fade-masker zonder bolling */
  -webkit-mask-image: linear-gradient(120deg, transparent 5%, transparent 10%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 60%, black 90%);
  mask-image: linear-gradient(135deg, transparent 31%, transparent 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 80%, black 100%);
  width: 50px;
  z-index: -1;
}
.tabnav .tabnav-list li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabnav .tabnav-list li:not(:last-child) a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.tabnav .tabnav-list li:first-child a {
  border-radius: 5px 0 0 0;
}
.tabnav .tabnav-list li:last-child a {
  border-radius: 0 5px 0 0;
}
.tabnav .tabnav-list li.active a {
  background: #fadc18;
  color: #222;
  font-weight: bold;
}
.tabnav .tabnav-list li:not(.active) a {
  background: #d7d7d7;
}
.tabnav .tabnav-list li:not(.active) a:hover {
  color: #000;
  text-decoration: none;
  background: rgb(90.4901960784%, 85.1960784314%, 50.6078431373%);
}
.tabnav .tabnav-list.open {
  display: block;
  flex-direction: column;
}
.tabnav .tabnav-toggle {
  display: none;
  background: none;
  border: none;
  position: absolute;
  right: 2px;
  margin-top: -34px;
  padding: 8px;
  cursor: pointer;
  z-index: 100;
}
.tabnav .tabnav-toggle .tabnav-hamburger {
  display: block;
  width: 28px;
  height: 4px;
  background: #fadc18;
  border-radius: 2px;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.4, 2, 0.3, 1);
}
.tabnav .tabnav-toggle .tabnav-hamburger::before, .tabnav .tabnav-toggle .tabnav-hamburger::after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  background: #fadc18;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.2s cubic-bezier(0.4, 2, 0.3, 1);
  transform-origin: center;
}
.tabnav .tabnav-toggle .tabnav-hamburger::before {
  top: -8px;
}
.tabnav .tabnav-toggle .tabnav-hamburger::after {
  top: 8px;
}
.tabnav .tabnav-toggle .tabnav-hamburger.is-open {
  background: transparent;
}
.tabnav .tabnav-toggle .tabnav-hamburger.is-open::before, .tabnav .tabnav-toggle .tabnav-hamburger.is-open::after {
  top: 0;
  left: 0;
  width: 28px;
  height: 4px;
  background: #fadc18;
  transition: all 0.2s cubic-bezier(0.4, 2, 0.3, 1);
  transform-origin: center center;
}
.tabnav .tabnav-toggle .tabnav-hamburger.is-open::before {
  transform: rotate(45deg);
}
.tabnav .tabnav-toggle .tabnav-hamburger.is-open::after {
  transform: rotate(-45deg);
}

.tabnav-search {
  display: none;
}

.nav-stack .container {
  position: relative;
}

.nav-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #111;
  border-radius: 3px 3px 0 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), width 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
  will-change: transform, width;
}
.nav-indicator.is-visible {
  opacity: 1;
}
.nav-indicator.is-hover {
  opacity: 0.45;
}
.nav-indicator.no-transition {
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .nav-indicator {
    transition: opacity 0.2s ease;
  }
}

.sticky-navstack {
  display: block;
  position: sticky !important;
  top: 48px;
  z-index: 100;
}
.sticky-navstack .container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom, #fadc18 0%, rgb(81.6829511466%, 71.074775673%, 1.7680292456%) 100%);
}
.sticky-navstack .container::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px; /* Bepaalt hoever het patroon naar links doorloopt */
  /* 1. Genereer de dunnere, dichter op elkaar staande lijntjes */
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 3.5px);
  /* 2. De verfijnde lineaire fade-masker zonder bolling */
  -webkit-mask-image: linear-gradient(120deg, transparent 5%, transparent 10%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 60%, black 90%);
  mask-image: linear-gradient(135deg, transparent 31%, transparent 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 80%, black 100%);
  width: 160px;
  z-index: 0;
}
.sticky-navstack .container .tabnav,
.sticky-navstack .container .subnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
  z-index: 1;
}
.sticky-navstack .container .tabnav::after,
.sticky-navstack .container .subnav::after {
  display: none;
}
.sticky-navstack .container .nav-indicator {
  z-index: 1;
}
.sticky-navstack .container .tabnav-list,
.sticky-navstack .container .subnav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  gap: 0;
}
.sticky-navstack .container .subnav {
  width: auto;
}
.sticky-navstack .container .tabnav .tabnav-list li a {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 0;
  transition: color 0.2s;
  font-weight: 600;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.sticky-navstack .container .tabnav .tabnav-list li a::after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: bold;
}
@media speech {
  .sticky-navstack .container .tabnav .tabnav-list li a::after {
    display: none;
  }
}
.sticky-navstack .container .tabnav .tabnav-list li a {
  border-bottom: 0;
  border-right: 0;
}
.sticky-navstack .container .tabnav .tabnav-list li a::before {
  display: none;
}
.sticky-navstack .container .tabnav .tabnav-list li.active a {
  background: none;
  color: #000;
  font-weight: bold;
}
.sticky-navstack .container .tabnav .tabnav-list li:not(.active) a {
  background: none;
}
.sticky-navstack .container .tabnav .tabnav-list li a:hover,
.sticky-navstack .container .tabnav .tabnav-list li a:focus-visible {
  color: #000;
  font-weight: bold;
  background: none;
}
.sticky-navstack .container:has(.subnav-item.active) .tabnav .tabnav-list li.active a:not(:hover):not(:focus-visible) {
  color: #2b2823;
  font-weight: 600;
}
.sticky-navstack .container {
  --nav-indicator-tabs: 1;
}

@media (min-width: 900px) {
  body.compact-header .nav-stack {
    display: block;
    position: sticky !important;
    top: 48px;
    z-index: 100;
  }
  body.compact-header .nav-stack .container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    background: linear-gradient(to bottom, #fadc18 0%, rgb(81.6829511466%, 71.074775673%, 1.7680292456%) 100%);
  }
  body.compact-header .nav-stack .container::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px; /* Bepaalt hoever het patroon naar links doorloopt */
    /* 1. Genereer de dunnere, dichter op elkaar staande lijntjes */
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 3.5px);
    /* 2. De verfijnde lineaire fade-masker zonder bolling */
    -webkit-mask-image: linear-gradient(120deg, transparent 5%, transparent 10%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 60%, black 90%);
    mask-image: linear-gradient(135deg, transparent 31%, transparent 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 80%, black 100%);
    width: 160px;
    z-index: 0;
  }
  body.compact-header .nav-stack .container .tabnav,
  body.compact-header .nav-stack .container .subnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    background: none;
    position: relative;
    z-index: 1;
  }
  body.compact-header .nav-stack .container .tabnav::after,
  body.compact-header .nav-stack .container .subnav::after {
    display: none;
  }
  body.compact-header .nav-stack .container .nav-indicator {
    z-index: 1;
  }
  body.compact-header .nav-stack .container .tabnav-list,
  body.compact-header .nav-stack .container .subnav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    gap: 0;
  }
  body.compact-header .nav-stack .container .subnav {
    width: auto;
  }
  body.compact-header .nav-stack .container .tabnav .tabnav-list li a {
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 0;
    transition: color 0.2s;
    font-weight: 600;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }
  body.compact-header .nav-stack .container .tabnav .tabnav-list li a::after {
    content: attr(data-text);
    content: attr(data-text)/"";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    font-weight: bold;
  }
  body.compact-header .nav-stack .container .tabnav .tabnav-list li a {
    border-bottom: 0;
    border-right: 0;
  }
  body.compact-header .nav-stack .container {
    --nav-indicator-tabs: 1;
  }
}
@media speech and (min-width: 900px) {
  body.compact-header .nav-stack .container .tabnav .tabnav-list li a::after {
    display: none;
  }
}
@media (min-width: 900px) {
  body.compact-header .nav-stack .container .tabnav .tabnav-list li a::before {
    display: none;
  }
  body.compact-header .nav-stack .container .tabnav .tabnav-list li.active a {
    background: none;
    color: #000;
    font-weight: bold;
  }
  body.compact-header .nav-stack .container .tabnav .tabnav-list li:not(.active) a {
    background: none;
  }
  body.compact-header .nav-stack .container .tabnav .tabnav-list li a:hover,
  body.compact-header .nav-stack .container .tabnav .tabnav-list li a:focus-visible {
    color: #000;
    font-weight: bold;
    background: none;
  }
  body.compact-header .nav-stack .container:has(.subnav-item.active) .tabnav .tabnav-list li.active a:not(:hover):not(:focus-visible) {
    color: #2b2823;
    font-weight: 600;
  }
}
@media (max-width: 900px) {
  .nav-stack {
    display: block;
    position: sticky !important;
    top: 48px;
    z-index: 100;
  }
  .nav-stack .container {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    background: #000;
  }
  .nav-stack .container .tabnav-list li a {
    background: none;
    color: #fadc18;
    text-transform: none;
    font-weight: normal;
  }
  .nav-stack .container .tabnav-list li.active a {
    font-weight: bold;
  }
  .tabnav,
  .subnav {
    position: static;
    z-index: auto;
  }
  .tabnav .tabnav-list {
    display: none;
  }
  .tabnav .tabnav-toggle {
    display: block;
  }
}
.subnav {
  position: relative;
  background: linear-gradient(to bottom, #fadc18 0%, rgb(81.6829511466%, 71.074775673%, 1.7680292456%) 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  width: 100%;
}
.subnav::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px; /* Bepaalt hoever het patroon naar links doorloopt */
  /* 1. Genereer de dunnere, dichter op elkaar staande lijntjes */
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 3.5px);
  /* 2. De verfijnde lineaire fade-masker zonder bolling */
  -webkit-mask-image: linear-gradient(120deg, transparent 5%, transparent 10%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 60%, black 90%);
  mask-image: linear-gradient(135deg, transparent 31%, transparent 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 80%, black 100%);
  width: 160px;
  z-index: 0;
}
.subnav .subnav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 6px;
  position: relative;
  z-index: 1;
}
.subnav .subnav-list li {
  margin: 0;
}
.subnav .subnav-list li a {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 14px;
  color: #2b2823;
  font-weight: 500;
  font-size: 0.85rem;
  background: none;
  transition: color 0.2s;
  text-decoration: none;
}
.subnav .subnav-list li a:hover,
.subnav .subnav-list li a:focus-visible {
  color: #000;
  font-weight: bold;
}
.subnav .subnav-list li.active a {
  color: #000;
  font-weight: bold;
}
.subnav .subnav-list li a {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.subnav .subnav-list li a::after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: bold;
}
@media speech {
  .subnav .subnav-list li a::after {
    display: none;
  }
}
.subnav .subnav-list li .subnav-icon {
  height: 18px;
  margin-left: 6px;
  vertical-align: middle;
}

@media (max-width: 900px) {
  .subnav::after,
  .nav-stack .container::after {
    display: none;
  }
  .subnav,
  .sticky-navstack .container .subnav {
    background: linear-gradient(to bottom, #000 0%, #393939 100%);
  }
  .subnav .subnav-list,
  .sticky-navstack .container .subnav .subnav-list {
    display: none;
  }
  .subnav .subnav-list li a,
  .sticky-navstack .container .subnav .subnav-list li a {
    background: none;
    color: #fadc18;
  }
  .subnav .subnav-list li.active a,
  .sticky-navstack .container .subnav .subnav-list li.active a {
    background: none;
    color: #fadc18;
    font-weight: bold;
  }
  .subnav .subnav-list li a:hover,
  .sticky-navstack .container .subnav .subnav-list li a:hover {
    background: #fadc18;
  }
  .subnav .nav-indicator,
  .sticky-navstack .container .subnav .nav-indicator {
    display: none;
  }
  .subnav .subnav-list.open,
  .sticky-navstack .container .subnav .subnav-list.open {
    display: block;
    flex-direction: column;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .tabnav-search {
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 12px;
    font-weight: bold;
    font-size: 0.8em;
    justify-content: center;
  }
  .tabnav-search.is-visible {
    display: flex;
    background: linear-gradient(to bottom, #fadc18 0%, rgb(81.6829511466%, 71.074775673%, 1.7680292456%) 100%);
  }
  .tabnav-search .search-filter-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #eee;
    color: #000;
    border-radius: 4px;
    border: 0;
    padding: 4px 16px;
    font-weight: bold;
    cursor: pointer;
  }
  .tabnav-search .search-filter-button img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}
.topmenu {
  display: block;
  position: sticky;
  top: 0;
  height: 48px;
  line-height: normal;
  background: linear-gradient(to bottom, #3c3c3c 0%, #141414 100%);
  color: #fff;
  font-size: 0.7em;
  font-weight: 600;
  z-index: 100;
}
.topmenu .topmenu-nav {
  width: auto;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 900px) and (max-width: 1446px) {
  .topmenu .topmenu-nav {
    padding: 0 40px;
  }
}
@media (min-width: 900px) and (max-width: 1168px) {
  .topmenu .topmenu-nav {
    padding: 0 20px;
  }
}
.topmenu .topmenu-logo {
  display: none;
}
.topmenu .topmenu-subtitle {
  display: flex;
  height: 28px;
}
.topmenu .topmenu-subtitle .topmenu-subtitle-text {
  line-height: 30px;
  font-family: "Bebas Neue", "Impact", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.9em;
  font-weight: normal;
  color: #000;
  background-color: #fadc18;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.topmenu .newsletter-form {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.topmenu .newsletter-form label {
  text-transform: uppercase;
  white-space: nowrap;
}
.topmenu .newsletter-form input[type=email] {
  background: linear-gradient(to bottom, #202020 0%, #202020 30%, #595959 100%);
  margin: 0 0 0 10px;
  box-sizing: content-box;
  flex: 0 0 auto;
  width: 210px;
  height: 18px;
  color: white;
  font-size: 1.1em;
  border-radius: 0;
  border: 1px solid #767676;
  padding: 4px 8px;
}
.topmenu .newsletter-form .newsletter-btn {
  box-sizing: border-box;
  flex: 0 0 auto;
  white-space: nowrap;
  height: 28px;
  font-size: 1em;
  font-weight: 600;
  color: #fadc18;
  padding: 0 14px;
  border: 1px solid #767676;
  background: linear-gradient(to bottom, #595959 0%, #595959 10%, #202020 100%);
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s;
}
.topmenu .newsletter-form .newsletter-btn:hover {
  background: #ffe066;
  color: #222;
}
.topmenu .topmenu-favorites {
  flex: 0 0 57px;
  width: 57px;
  text-align: center;
}
.topmenu .topmenu-favorites .fav-icon {
  margin-left: 28px;
  margin-top: -4px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topmenu .topmenu-favorites .fav-icon svg {
  width: 100%;
  height: 100%;
  min-width: 40px;
  min-height: 44px;
  display: block;
  fill: #ff0000;
  stroke: #ff0000;
  stroke-width: 1.5px;
}
.topmenu .topmenu-favorites .fav-icon svg:hover {
  fill: #d40000;
  stroke: #d40000;
}
.topmenu .topmenu-favorites .fav-icon svg #favorites-count {
  fill: #FFF;
}

@media (min-width: 901px) {
  body.is-desktop .topmenu .topmenu-nav {
    height: 48px;
    flex-wrap: nowrap;
  }
  body.is-desktop .topmenu .topmenu-banner {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    height: 48px;
    margin: 0 16px 0 0;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  body.is-desktop .topmenu .topmenu-logo {
    flex: 0 0 auto;
    width: 187px;
    height: 32px;
    line-height: 0;
  }
  body.is-desktop .topmenu .topmenu-logo a {
    display: block;
    width: 187px;
    height: 32px;
  }
  body.is-desktop .topmenu .topmenu-logo svg {
    display: block;
    width: 187px;
    height: 32px;
  }
  body.is-desktop .topmenu .topmenu-subtitle {
    position: relative;
    flex: 0 0 auto;
    align-items: center;
  }
  body.is-desktop .topmenu .topmenu-subtitle .topmenu-subtitle-text {
    position: relative;
    z-index: 1;
    display: block;
    height: 28px;
  }
  body.is-desktop .topmenu .topmenu-subtitle .topmenu-subtitle-background-lines {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 100%;
    width: 626px;
    height: 100%;
    background-image: url("/images/header/top-lines.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 200px, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 200px, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
  }
  body.is-desktop .topmenu .newsletter-form {
    height: 48px;
  }
  body.is-desktop .topmenu .newsletter-form .newsletter-btn {
    line-height: 26px;
  }
  body.is-desktop .topmenu .topmenu-favorites {
    height: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  body.is-desktop .topmenu .topmenu-favorites .fav-icon {
    flex: 0 0 auto;
    margin: 0 0 0 24px;
    display: block;
    line-height: 0;
  }
  body.is-desktop .topmenu .topmenu-favorites .fav-icon svg {
    width: 40px;
    height: 44px;
  }
}
@media (min-width: 1168px) {
  .js-topmenu-logo.show-logo .topmenu-logo {
    display: block;
  }
  .js-topmenu-logo.show-logo .topmenu-subtitle {
    display: none;
  }
}
@media (min-width: 900px) {
  body.compact-header .js-topmenu-logo .topmenu-logo {
    display: block;
  }
  body.compact-header .js-topmenu-logo .topmenu-subtitle {
    display: none;
  }
}
@media (max-width: 900px) {
  .topmenu {
    margin-left: auto;
  }
  .topmenu .topmenu-nav {
    padding: 0 10px;
    height: 46px;
  }
  .topmenu .topmenu-nav .topmenu-logo {
    display: flex;
    width: 250px;
  }
  .topmenu .topmenu-nav .topmenu-logo svg {
    width: 100%;
    max-height: 32px;
    display: block;
  }
  .topmenu .topmenu-nav .topmenu-favorites {
    position: absolute;
    right: 50px;
  }
  .topmenu .topmenu-nav .newsletter-form {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1446px) {
  .topmenu {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 900px) and (max-width: 1168px) {
  .topmenu {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.favorite-fly {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  will-change: transform, opacity;
}
.favorite-fly svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #e3221f;
  stroke: #e3221f;
  stroke-width: 2px;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.fav-icon.is-popping svg {
  animation: moFavPop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.topmenu-favorites .fav-icon.is-bumping {
  animation: moFavBump 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.topmenu-favorites .fav-icon.is-bumping-out {
  animation: moFavBumpOut 0.4s ease-out;
}

@keyframes moFavPop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.35);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moFavBump {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.45);
  }
  65% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moFavBumpOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.searchmodule {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  max-width: 400px;
}
.searchmodule .portlet-header-steady {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-right: 5px;
  padding-left: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.searchmodule .searchmodule-subtitle {
  margin-left: auto;
  display: inline-block;
  text-align: right;
  font-size: 0.85rem;
  white-space: nowrap;
  text-transform: none;
  padding-right: 14px;
  font-weight: normal;
}
.searchmodule .searchmodule-subtitle .searchmodule-subtitle-count {
  color: #fadc18;
  font-weight: 700;
  text-transform: uppercase;
}
.searchmodule .mobile-header {
  display: none;
}
@media (min-width: 750px) {
  .searchmodule {
    padding: 16px;
  }
}
@media (max-width: 750px) {
  .searchmodule {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 16px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 10px;
  }
  .searchmodule .portlet-header-steady {
    display: none;
  }
  .searchmodule.search-module-search .mobile-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .searchmodule.search-module-search .mobile-header .actions-container {
    font-weight: bold;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
  }
  .searchmodule.search-module-search .mobile-header .actions-container .searchmodule-filter-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #000;
    color: #fff;
    border: 1px solid #fadc18;
    border-radius: 4px;
    padding: 4px 16px;
    font-weight: bold;
    cursor: pointer;
  }
  .searchmodule.search-module-search .mobile-header .actions-container .searchmodule-filter-button img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .searchmodule.search-module-search .mobile-header .actions-container .searchmodule-clear-filters {
    margin-left: auto;
    color: #fff;
    cursor: pointer;
    font-size: 0.8em;
  }
  .searchmodule.search-module-search .mobile-header .actions-container .searchmodule-toggle {
    color: #fff;
    cursor: pointer;
    padding-left: 16px;
    border-left: 2px solid #ccc;
  }
  .searchmodule.search-module-search.is-collapsed {
    display: none;
  }
  .searchmodule.search-module-search:not(.is-collapsed) {
    position: fixed;
    inset: 0;
    z-index: 25;
    height: 100dvh;
    min-height: 100vh;
    margin: 0;
    background-color: #222 !important;
    padding: 16px;
    padding-top: 64px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 0;
    box-sizing: border-box;
  }
  .searchmodule.search-module-search:not(.is-collapsed) .search-module-search {
    margin: 0;
  }
  .searchmodule.search-module-search:not(.is-collapsed) .search-module-search .searchform-main {
    margin-top: 12px;
  }
  .searchmodule.search-module-search:not(.is-collapsed) .search-module-search .searchform-actions {
    display: none !important;
  }
  .searchmodule.search-module-search:not(.is-collapsed) .tabnav-search {
    display: none;
  }
}
.searchmodule .sponsored-brand {
  display: block;
  margin-top: 18px;
  text-decoration: none;
}
.searchmodule .sponsored-brand .sponsored-brand__image {
  display: block;
  width: 100%;
  height: auto;
}
.searchmodule .sponsored-brand:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.searchmodule .kawasaki-button {
  --kawasaki-button-height: 40px;
  --kawasaki-green: #69be28;
  --kawasaki-button-border: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  height: var(--kawasaki-button-height);
  border: 1px solid var(--kawasaki-button-border);
  border-radius: 3px;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.searchmodule .kawasaki-button__logo {
  flex: 0 0 auto;
  display: block;
  width: auto;
  height: 100%;
  border-right: 1px solid var(--kawasaki-button-border);
}
.searchmodule .kawasaki-button__content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 0 12px;
  transition: color 0.15s ease;
}
.searchmodule .kawasaki-button__label {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.01em;
}
.searchmodule .kawasaki-button__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.searchmodule .kawasaki-button__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.searchmodule .sponsored-brand:hover .kawasaki-button__content,
.searchmodule .sponsored-brand:focus-visible .kawasaki-button__content {
  color: var(--kawasaki-green);
}
.searchmodule .selectiontopbrand {
  --selectiontopbrand-logo-width: 30%;
  position: relative;
  display: block;
  line-height: 2.5em;
  background-repeat: no-repeat;
  background-position: left var(--selectiontopbrand-logo-offset) center;
  background-color: #FFF;
  background-size: var(--selectiontopbrand-logo-width) auto;
  font-size: 1.2em;
  padding: 0px 25px 0px calc(var(--selectiontopbrand-logo-width) + 5px);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.searchmodule .selectiontopbrand:hover {
  background-color: rgb(90%, 90%, 90%);
}
.searchmodule .selectiontopbrand .selectiontopbrand__label {
  display: block;
}
.searchmodule .selectiontopbrand::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/images/zoekicon-zwart.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-right: 5px;
}
.searchmodule label {
  color: #FFF;
  font-weight: bold;
}
.searchmodule select {
  font-weight: normal;
  color: #000000;
  text-transform: none;
}
.searchmodule table {
  width: 228px;
  margin-bottom: 5px;
  border-collapse: collapse;
}
.searchmodule table td {
  width: 33%;
  text-align: center;
  padding: 0 !important;
}
.searchmodule .searchform-double-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
}
.searchmodule .searchform-field {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.searchmodule .searchform .select-style {
  min-height: 34px;
}
.searchmodule .searchform .select-style::after {
  height: 34px;
}
.searchmodule .searchform .select-style select {
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  font-weight: 500;
  color: #3a3a3a;
}
.searchmodule .searchform .select-style .ts-wrapper,
.searchmodule .searchform .select-style .ts-control {
  min-height: 34px;
}
.searchmodule .searchform .select-style .ts-control {
  font-size: 13px;
}
.searchmodule .searchform .select-style .ts-control > input::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #3a3a3a;
}
.searchmodule .searchform .select-style .ts-control > input,
.searchmodule .searchform .select-style .ts-control > input::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #3a3a3a;
}
.searchmodule .searchform .select-style .ts-control .item {
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  color: #1a1a1a;
}
.searchmodule .searchform .select-style:has(> select:is([data-key$=_vanaf], [data-key$=_tot]) option:checked:not([value=""])) .select-style__label {
  display: block;
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: 1;
  font-size: 10px;
  line-height: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #4d4d4d;
  pointer-events: none;
}
.searchmodule .searchform .select-style:has(> select:is([data-key$=_vanaf], [data-key$=_tot]) option:checked:not([value=""])) select {
  padding-top: 11px;
  line-height: 20px;
  font-weight: 700;
  color: #1a1a1a;
}
.searchmodule .searchform .select-style:has(> select:not([multiple]):not([data-key$=_vanaf]):not([data-key$=_tot]) option:checked:not([value=""])) select {
  font-weight: 700;
  color: #1a1a1a;
}
.searchmodule .searchform .select-style--pick,
.list-navigation__sort .select-style--pick {
  overflow: visible;
  cursor: pointer;
}
.searchmodule .searchform .select-style--pick::after,
.list-navigation__sort .select-style--pick::after {
  border-radius: 0 5px 5px 0;
}
.searchmodule .searchform .select-style--pick .pick-select__cover,
.list-navigation__sort .select-style--pick .pick-select__cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.searchmodule .searchform .select-style--pick.is-open,
.list-navigation__sort .select-style--pick.is-open {
  outline: 2px solid #fadc18;
  outline-offset: -2px;
}
.searchmodule .searchform .select-style--pick.is-open::before,
.list-navigation__sort .select-style--pick.is-open::before {
  transform: translateY(-55%) rotate(180deg);
}

.searchmodule .searchform-label {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ddd;
}
.searchmodule .searchform-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 13px;
}
.searchmodule .unit-switch {
  display: flex;
  border: 1px solid #5a5a5a;
  border-radius: 4px;
  overflow: hidden;
}
.searchmodule .unit-switch .unit-switch__option {
  height: 20px;
  padding: 0 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #ddd;
  cursor: pointer;
}
.searchmodule .unit-switch .unit-switch__option.is-on {
  background: #fadc18;
  color: #222;
}
.searchmodule .range-field {
  position: relative;
  min-width: 0;
  container-type: inline-size;
}
.searchmodule .searchform-double-grid > * {
  min-width: 0;
}
.searchmodule .searchform .select-style--range {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 34px;
  padding-right: 38px;
  cursor: text;
}
.searchmodule .searchform .select-style--range > select {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.searchmodule .searchform .select-style--range .range-field__prefix {
  display: none;
  flex: 0 0 auto;
  padding: 0 0 0 8px;
  font-size: 13px;
  line-height: 34px;
  font-weight: 700;
  color: #4d4d4d;
}
.searchmodule .searchform .select-style--range .range-field__input {
  flex: 1 1 auto;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 34px;
  margin: 0;
  padding: 0 4px 0 8px;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  line-height: 34px;
  font-weight: 500;
  color: #3a3a3a;
}
.searchmodule .searchform .select-style--range .range-field__input::-moz-placeholder {
  color: #3a3a3a;
  opacity: 1;
}
.searchmodule .searchform .select-style--range .range-field__input::placeholder {
  color: #3a3a3a;
  opacity: 1;
}
.searchmodule .searchform .select-style--range .range-field__unit {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  height: 18px;
  padding: 0 7px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.08);
  font-size: 10.5px;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  white-space: nowrap;
  color: #3a3a3a;
  pointer-events: none;
}
.searchmodule .searchform .select-style--range.has-unit .range-field__input {
  padding-right: 48px;
}
.searchmodule .searchform .select-style--range .range-field__arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 38px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.searchmodule .searchform .select-style--range.is-open::before {
  transform: translateY(-55%) rotate(180deg);
}
.searchmodule .searchform .select-style--range.is-active .select-style__label {
  display: block;
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: 1;
  font-size: 10px;
  line-height: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  color: #4d4d4d;
  pointer-events: none;
}
.searchmodule .searchform .select-style--range.is-active .select-style__label em {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #6b6b6b;
}
.searchmodule .searchform .select-style--range.is-active .range-field__prefix {
  display: block;
  padding-top: 11px;
  line-height: 20px;
}
.searchmodule .searchform .select-style--range.is-active .range-field__prefix + .range-field__input {
  padding-left: 2px;
}
.searchmodule .searchform .select-style--range.is-active .range-field__input {
  padding-top: 11px;
  line-height: 20px;
  font-weight: 700;
  color: #1a1a1a;
}
.searchmodule .searchform .select-style--range.is-active .range-field__input::-moz-placeholder {
  font-weight: 500;
  color: #4d4d4d;
}
.searchmodule .searchform .select-style--range.is-active .range-field__input::placeholder {
  font-weight: 500;
  color: #4d4d4d;
}
.searchmodule .searchform .select-style--range.is-active .range-field__unit {
  top: auto;
  bottom: 6px;
  transform: none;
}
.searchmodule .searchform .select-style--range .range-field__conv {
  display: none;
}
.searchmodule .searchform .select-style--range.is-focused {
  outline: 2px solid #dcbf00;
  outline-offset: 2px;
}
.searchmodule .searchform .select-style--range.is-invalid {
  outline: 2px solid #e30013;
  outline-offset: 2px;
}
.searchmodule .searchform .select-style--range.is-invalid .select-style__label,
.searchmodule .searchform .select-style--range.is-invalid .range-field__input,
.searchmodule .searchform .select-style--range.is-invalid .range-field__prefix,
.searchmodule .searchform .select-style--range.is-invalid .range-field__conv {
  color: #b1110f;
}
.searchmodule .searchform .select-style--range.is-invalid .range-field__unit {
  border-color: rgba(227, 0, 19, 0.45);
  background: rgba(227, 0, 19, 0.08);
  color: #b1110f;
}
.searchmodule .searchform .select-style--range.is-compact.is-active .range-field__unit {
  top: 2px;
  bottom: auto;
  right: 42px;
  transform: none;
  height: 13px;
  padding: 0 5px;
  border-radius: 7px;
  font-size: 9px;
}
.searchmodule .searchform .select-style--range.is-compact.is-active.has-unit .range-field__input {
  padding-right: 4px;
}
.searchmodule .searchform .select-style--range.is-compact.is-active[data-range-slug=vermogen] .range-field__input {
  flex: 0 0 auto;
  width: calc(var(--w, 6ch) + 10px);
  max-width: 100%;
}
.searchmodule .searchform .select-style--range.is-compact.is-active .select-style__label em {
  display: none;
}
.searchmodule .searchform .select-style--range.is-compact.is-active .range-field__conv {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  padding: 11px 4px 0 0;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6b6b6b;
}
.searchmodule .searchform .select-style--range.is-compact.is-active .range-field__conv:empty {
  display: none;
}
@container (max-width: 160px) {
  .searchmodule .searchform .select-style--range.is-active .range-field__unit {
    top: 2px;
    bottom: auto;
    right: 42px;
    transform: none;
    height: 13px;
    padding: 0 5px;
    border-radius: 7px;
    font-size: 9px;
  }
  .searchmodule .searchform .select-style--range.is-active.has-unit .range-field__input {
    padding-right: 4px;
  }
  .searchmodule .searchform .select-style--range.is-active[data-range-slug=vermogen] .range-field__input {
    flex: 0 0 auto;
    width: calc(var(--w, 6ch) + 10px);
    max-width: 100%;
  }
  .searchmodule .searchform .select-style--range.is-active .select-style__label em {
    display: none;
  }
  .searchmodule .searchform .select-style--range.is-active .range-field__conv {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    padding: 11px 4px 0 0;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6b6b6b;
  }
  .searchmodule .searchform .select-style--range.is-active .range-field__conv:empty {
    display: none;
  }
  .searchmodule .searchform .select-style--range:not(.is-active) .range-field__unit {
    height: 13px;
    padding: 0 5px;
    border-radius: 7px;
    font-size: 9px;
  }
  .searchmodule .searchform .select-style--range:not(.is-active).has-unit .range-field__input {
    padding-right: 34px;
  }
  .searchmodule .searchform .searchform-error {
    font-size: 10.5px;
    line-height: 13px;
  }
  .searchmodule .range-menu {
    width: 200px;
  }
}
.searchmodule .range-menu,
.list-navigation__sort .range-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 31;
  width: 236px;
  max-width: calc(100vw - 32px);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background: #eee;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.searchmodule .range-menu[hidden],
.list-navigation__sort .range-menu[hidden] {
  display: none;
}
.searchmodule .range-field--max .range-menu {
  left: auto;
  right: 0;
}

.searchmodule .range-menu.range-menu--right,
.list-navigation__sort .range-menu.range-menu--right {
  left: auto;
  right: 0;
}
.searchmodule .range-menu.range-menu--up,
.list-navigation__sort .range-menu.range-menu--up {
  top: auto;
  bottom: calc(100% + 4px);
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.35);
}
.searchmodule .range-menu .range-menu__list,
.list-navigation__sort .range-menu .range-menu__list {
  max-height: 256px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #9a9a9a #e2e2e2;
}
.searchmodule .range-menu .range-menu__list::-webkit-scrollbar,
.list-navigation__sort .range-menu .range-menu__list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.searchmodule .range-menu .range-menu__list::-webkit-scrollbar-track,
.list-navigation__sort .range-menu .range-menu__list::-webkit-scrollbar-track {
  background: #e2e2e2;
}
.searchmodule .range-menu .range-menu__list::-webkit-scrollbar-thumb,
.list-navigation__sort .range-menu .range-menu__list::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 4px;
}
.searchmodule .range-menu .range-menu__option,
.list-navigation__sort .range-menu .range-menu__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  color: #222;
  cursor: pointer;
}
.searchmodule .range-menu .range-menu__option .range-menu__badge,
.list-navigation__sort .range-menu .range-menu__option .range-menu__badge {
  display: inline-block;
  vertical-align: 1px;
  height: 15px;
  margin-left: 7px;
  padding: 0 5px;
  border-radius: 3px;
  background: #fadc18;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
.searchmodule .range-menu .range-menu__option small,
.list-navigation__sort .range-menu .range-menu__option small {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #6b6b6b;
}
.searchmodule .range-menu .range-menu__option:hover, .searchmodule .range-menu .range-menu__option.is-highlighted,
.list-navigation__sort .range-menu .range-menu__option:hover,
.list-navigation__sort .range-menu .range-menu__option.is-highlighted {
  background: #ddd;
  color: #000;
}
.searchmodule .range-menu .range-menu__option.is-selected,
.list-navigation__sort .range-menu .range-menu__option.is-selected {
  font-weight: 700;
  color: #000;
}
.searchmodule .range-menu .range-menu__option.is-selected::after,
.list-navigation__sort .range-menu .range-menu__option.is-selected::after {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 10px;
  margin: 0 4px 3px auto;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.searchmodule .range-menu .range-menu__option.range-menu__option--use,
.list-navigation__sort .range-menu .range-menu__option.range-menu__option--use {
  background: #fff8d1;
  border-bottom: 1px solid #e6dca6;
}
.searchmodule .range-menu .range-menu__option.range-menu__option--use:hover, .searchmodule .range-menu .range-menu__option.range-menu__option--use.is-highlighted,
.list-navigation__sort .range-menu .range-menu__option.range-menu__option--use:hover,
.list-navigation__sort .range-menu .range-menu__option.range-menu__option--use.is-highlighted {
  background: #fbeea0;
}
.searchmodule .range-menu .range-menu__option.range-menu__option--none,
.list-navigation__sort .range-menu .range-menu__option.range-menu__option--none {
  font-weight: 500;
  color: #666;
}
.searchmodule .range-menu .range-menu__option.is-disabled,
.list-navigation__sort .range-menu .range-menu__option.is-disabled {
  opacity: 0.45;
  cursor: default;
}
.searchmodule .range-menu .range-menu__option.is-disabled:hover,
.list-navigation__sort .range-menu .range-menu__option.is-disabled:hover {
  background: transparent;
}
.searchmodule .range-menu .range-menu__note,
.list-navigation__sort .range-menu .range-menu__note {
  padding: 6px 12px;
  border-top: 1px solid #d5d5d5;
  background: #fff;
  font-size: 11px;
  line-height: 14px;
  color: #555;
}
.searchmodule .range-menu .range-menu__note[hidden],
.list-navigation__sort .range-menu .range-menu__note[hidden] {
  display: none;
}

.searchmodule .searchform-error {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 4px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-transform: none;
  color: #ff8a80;
}
.searchmodule .searchform-error::before {
  content: "!";
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
}
.searchmodule .searchform-error[hidden] {
  display: none;
}
.searchmodule .searchform-field:has(> .availability-cards) {
  container-type: inline-size;
}
.searchmodule .availability-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.searchmodule .availability-card {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #5a5a5a;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.searchmodule .availability-card input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1.5px solid #bdbdbd;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.searchmodule .availability-card:hover {
  border-color: #8a8a8a;
}
@container (max-width: 330px) {
  .searchmodule .availability-cards {
    gap: 6px;
  }
  .searchmodule .availability-card {
    gap: 5px;
    padding: 0 7px;
    font-size: 12px;
  }
}
@container (max-width: 305px) {
  .searchmodule .availability-card[data-value=all] {
    flex-basis: 100%;
  }
}
.searchmodule .availability-card[data-value=all],
.searchmodule .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=occasions],
.searchmodule .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=new] {
  border-color: #fadc18;
  box-shadow: inset 0 0 0 1px #fadc18;
  background: #1f1f15;
  font-weight: 700;
  color: #fff;
}
.searchmodule .availability-card[data-value=all] input[type=radio],
.searchmodule .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=occasions] input[type=radio],
.searchmodule .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=new] input[type=radio] {
  border-color: #fadc18;
  background: radial-gradient(circle, #fadc18 0 3px, transparent 3.5px);
}
.searchmodule .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=all],
.searchmodule .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=all] {
  border-color: #5a5a5a;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.35);
  font-weight: 600;
  color: #ddd;
}
.searchmodule .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=all] input[type=radio],
.searchmodule .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=all] input[type=radio] {
  border-color: #bdbdbd;
  background: transparent;
}
.searchmodule .searchform-double-sep {
  font-weight: bold;
  color: #767676;
  font-size: 1.1em;
  text-align: center;
}
.searchmodule .checkbox-style {
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding-left: 23px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.searchmodule .checkbox-style input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.searchmodule .checkbox-style .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #eee;
  border: 1px solid #aaa;
  border-radius: 1px;
}
.searchmodule .checkbox-style:hover input ~ .checkmark {
  border: 1px solid #000;
  outline: none;
}
.searchmodule .checkbox-style .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.searchmodule .checkbox-style input:checked ~ .checkmark:after {
  display: block;
}
.searchmodule .checkbox-style .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 7px;
  border: solid black;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.searchmodule .searchform {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.75em;
  font-weight: bold;
  color: #373737;
  text-transform: uppercase;
}
.searchmodule .searchform .searchform-main, .searchmodule .searchform .searchform-extra {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.searchmodule .searchform .searchform-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 2px;
  text-transform: initial;
}
.searchmodule .searchform .searchform-row label {
  margin-bottom: 1px;
}
.searchmodule .searchform .searchform-row .uppercase {
  text-transform: uppercase;
}
.searchmodule .searchform .searchform-row .adres-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.searchmodule .searchform .searchform-row .adres-container input {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.searchmodule .searchform .searchform-row .adres-container .select-style {
  flex: 0 0 30%;
}
.searchmodule .searchform .searchform-row .adres-container .input-style {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 34px;
}
.searchmodule .searchform .searchform-row .adres-container .input-style input[type=text] {
  box-sizing: border-box;
  height: 34px;
  padding: 0 8px;
  font-family: inherit;
  font-size: 13px;
  line-height: 34px;
  font-weight: 700;
  color: #1a1a1a;
  cursor: text;
}
.searchmodule .searchform .searchform-row .adres-container .input-style input[type=text]::-moz-placeholder {
  font-weight: 500;
  color: #3a3a3a;
  opacity: 1;
}
.searchmodule .searchform .searchform-row .adres-container .input-style input[type=text]::placeholder {
  font-weight: 500;
  color: #3a3a3a;
  opacity: 1;
}
.searchmodule .searchform .searchform-row .searchform-more {
  background: none;
  border: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0 4px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.searchmodule .searchform .searchform-row .searchform-more span {
  color: inherit;
}
.searchmodule .searchform .searchform-row .searchform-more .searchform-more__icon {
  font-size: 12px;
}
.searchmodule .searchform .searchform-extra {
  display: none;
}
.searchmodule .searchform .searchform-extra.open {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.searchmodule .searchform .searchform-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}
@media (min-width: 900px) {
  .searchmodule .searchform .searchform-actions {
    position: sticky;
    bottom: 0;
    z-index: 30;
    margin: 2px -16px 0;
    padding: 10px 16px;
    transition: opacity 0.15s;
  }
  .searchmodule .searchform .searchform-actions.is-stuck {
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.25);
  }
}
.searchmodule .searchform .searchform-actions .submit-btn {
  margin-left: auto;
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 10px 0;
  font-weight: bold;
  cursor: pointer;
}
.searchmodule .searchform .searchform-actions .submit-btn:hover {
  background: #ffe066;
}
.searchmodule .searchform .searchform-actions .submit-btn.is-disabled, .searchmodule .searchform .searchform-actions .submit-btn:disabled {
  background: linear-gradient(to bottom, #bcbcbc 0%, #8f8f8f 100%);
  color: #3a3a3a;
  cursor: not-allowed;
}
.searchmodule .searchform .searchform-actions .reset-btn {
  order: -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  gap: 8px;
  background: #141414;
  color: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 9px 0;
  font-weight: bold;
  cursor: pointer;
  box-shadow: none;
  text-decoration: none;
  transition: color 0.2s;
}
.searchmodule .searchform .searchform-actions .reset-btn:hover {
  background: #2a2a2a;
}

@media (min-width: 900px) {
  body:not(.is-mobile) .searchmodule {
    position: relative;
  }
  body:not(.is-mobile) .searchmodule:not(.searchmodule-sale):has(.select-style--tom .ts-wrapper.dropdown-active)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 29;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
  body:not(.is-mobile) .searchmodule:not(.searchmodule-sale):has(.select-style--tom .ts-wrapper.dropdown-active) .searchform .searchform-actions.is-stuck {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
}
.sticky-searchmodule-overlay {
  display: none;
}

.sticky-searchmodule-reset {
  display: none;
}

.sticky-searchmodule-button {
  display: none;
  padding: 10px 64px;
  border: 0;
  border-radius: 4px;
  background: #fadc18;
  color: #222;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  white-space: nowrap;
}
.sticky-searchmodule-button img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

@media (max-width: 900px) {
  .sticky-searchmodule-overlay {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 30;
    background: rgba(0, 0, 0, 0.55);
    align-items: flex-end;
    justify-content: center;
    padding: 10px 16px 10px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    pointer-events: none;
  }
  .sticky-searchmodule-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: static;
    transform: none;
    pointer-events: auto;
  }
  .searchmodule .sticky-searchmodule-reset {
    display: inline-flex;
    pointer-events: auto;
  }
}
.searchform-colors-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 0;
  margin-top: 4px;
  text-transform: initial;
}
.searchform-colors-grid .colors-checkboxes {
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
}
.searchform-colors-grid .colors-checkboxes label.color-checkbox {
  min-width: auto;
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  width: 15%;
  box-sizing: border-box;
}
.searchform-colors-grid .colors-checkboxes label.color-checkbox input[type=checkbox] {
  margin-right: 8px;
}
.searchform-colors-grid .colors-checkboxes .checkbox-style {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.searchform-colors-grid .colors-checkboxes .circle {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  align-self: center;
}

.color-swatch {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #aaa;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle;
}

.color-name {
  font-size: 1em;
  color: #222;
  text-transform: capitalize;
}

.color-checkbox-square {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 100px;
  margin-bottom: 18px;
  cursor: pointer;
  flex: 0 1 30%;
}

.color-checkbox-square input[type=checkbox] {
  display: none;
}

.color-swatch-square {
  width: 48px;
  height: 48px;
  border: 2px solid #aaa;
  border-radius: 3px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: border-color 0.2s;
}

.color-checkbox-square input[type=checkbox]:checked + .color-swatch-square {
  border-color: #cfb200;
}

.color-checkbox-square input[type=checkbox]:checked + .color-swatch-square .color-checkmark {
  display: block;
}

.color-checkmark {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 2px #222;
}

.color-checkmark:after {
  content: "✓";
  color: #222;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-name-under {
  font-size: 1em;
  color: #222;
  text-transform: capitalize;
  margin-top: 2px;
  text-align: center;
}

.offer-tiles .offer-tiles-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #373737;
}
.offer-tiles .offer-tiles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}
.offer-tiles .mini-tile {
  box-shadow: 1px 1px 1px #E6E6E6;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  background: #efefef;
  border: 1px solid #CCC;
  transition: background 0.2s;
}
.offer-tiles .mini-tile:hover {
  background: #e0e0e0;
}
.offer-tiles .mini-tile a {
  color: #373737;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.offer-tiles .mini-tile .mini-tile-main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  background: #f5f5f5;
}
.offer-tiles .mini-tile .mini-tile-photo {
  flex: 1 1;
  min-width: 100px;
  max-width: 200px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}
.offer-tiles .mini-tile .mini-tile-headline {
  flex: 1;
  min-width: 0;
  font-size: 0.95em;
  line-height: 1.1em;
  height: auto;
  overflow: hidden;
  padding: 10px 0 2px 0;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
}
.offer-tiles .mini-tile .mini-tile-brand {
  font-weight: bold;
  font-size: 1em;
}
.offer-tiles .mini-tile .mini-tile-type {
  font-weight: normal;
  font-size: 0.85rem;
  color: #222;
}
.offer-tiles .mini-tile .mini-tile-details {
  padding: 8px 0;
  font-size: 0.8em;
  display: flex;
  gap: 26px;
  align-items: center;
}
.offer-tiles .mini-tile .mini-tile-details img {
  width: 25px;
}
.offer-tiles .mini-tile .mini-tile-details .mini-tile-constructionyear {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
}
.offer-tiles .mini-tile .mini-tile-details .mini-tile-constructionyear::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-top: -2px;
  background: url("/images/icon/calendar.png") no-repeat center/contain;
}
.offer-tiles .mini-tile .mini-tile-details .mini-tile-odometer {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
}
.offer-tiles .mini-tile .mini-tile-details .mini-tile-odometer::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-top: -2px;
  background: url("/images/icon/odometer.png") no-repeat center/contain;
}
.offer-tiles .mini-tile .pricetag-ppm {
  max-width: 60px;
}
.offer-tiles .mini-tile .mini-tile-prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-right: 10px;
}
.offer-tiles .mini-tile .mini-tile-prices div {
  display: flex;
  flex-direction: column;
}
.offer-tiles .mini-tile .mini-tile-price {
  font-weight: bold;
  font-size: 0.95em;
  color: #006693;
}
.offer-tiles .mini-tile .mini-tile-price-old {
  font-weight: normal;
  font-size: 0.65rem;
  color: #767676;
  margin-right: 6px;
  margin-bottom: 1px;
}
.offer-tiles .mini-tile .mini-tile-btw-status {
  display: block;
  font-weight: normal;
  font-size: 0.65rem;
  color: #767676;
}
.offer-tiles .mini-tile .mini-tile-seller {
  color: #373737;
  font-weight: bold;
  font-size: 0.65rem;
  display: block;
}
.offer-tiles .mini-tile .mini-tile-seller-city {
  color: #373737;
  font-size: 0.65rem;
}
.offer-tiles .mini-tile .mini-tile-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px 2px 10px;
  border-top: 1px solid #e0e0e0;
  min-height: 36px;
  font-size: 0.93em;
}
.offer-tiles .mini-tile .mini-tile-footer-tags {
  display: flex;
  flex-direction: column;
}
.offer-tiles .mini-tile .mini-tile-footer-tags img {
  height: 14px;
  width: auto;
  display: inline-block;
}
.offer-tiles .mini-tile .mini-tile-dealer-branddealer::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L7 11.5L12 5.5' stroke='%2300b300' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  vertical-align: middle;
}
.offer-tiles .mini-tile .mini-tile-dealer-branddealer {
  font-size: 0.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 2px;
}
.offer-tiles .mini-tile .mini-tile-footer-tags-container {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-size: 0.6rem;
  align-items: center;
}
.offer-tiles .mini-tile .mini-tile-footer-motorcycle-warranty {
  display: flex;
  gap: 2px;
  margin-left: 2px;
}
.offer-tiles .mini-tile .mini-tile-dealer-info {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  color: #767676;
  justify-content: flex-end;
  text-align: right;
}
.offer-tiles .offer-tiles-actions {
  margin-top: 16px;
  text-align: right;
}
.offer-tiles .offer-tiles-actions .offer-tiles-more {
  background: #fadc18;
  color: #222;
  border-radius: 4px;
  padding: 8px 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.offer-tiles .offer-tiles-actions .offer-tiles-more:hover {
  background: #ffe066;
}

@media (max-width: 900px) {
  .offer-tiles .offer-tiles-list {
    flex-direction: column;
    gap: 12px;
  }
  .offer-tiles .mini-tile {
    width: 100%;
  }
}
.address-tiles .address-tiles-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #373737;
}
.address-tiles .address-tiles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.address-tiles .address-mini-tile {
  box-shadow: 1px 1px 1px #e6e6e6;
  width: 100%;
  margin: 0;
  background: #efefef;
  border: 1px solid #c5c5c5;
  transition: background 0.2s;
}
.address-tiles .address-mini-tile:hover {
  background: #e0e0e0;
}
.address-tiles .address-mini-tile .address-mini-tile-container {
  color: #373737;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
}
.address-tiles .address-mini-tile .address-mini-tile-placeholder {
  flex: 1 1;
  min-width: 90px;
  max-width: 130px;
  aspect-ratio: 4/3;
  text-align: center;
  background-color: #FFF;
}
.address-tiles .address-mini-tile .address-mini-tile-photo {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
.address-tiles .address-mini-tile .address-mini-tile-headline {
  font-size: 0.85rem;
  line-height: 1.16em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-self: stretch;
}
.address-tiles .address-mini-tile .address-mini-tile-headline .address-mini-tile-description {
  font-size: 0.75rem;
}
.address-tiles .address-mini-tile .address-mini-tile-headline .address-mini-tile-price {
  font-weight: bold;
  font-size: 0.8em;
}
.address-tiles .address-mini-tile .address-mini-tile-headline .address-mini-tile-price-old {
  text-decoration: line-through;
  font-weight: normal;
  color: #767676;
}
.address-tiles .address-mini-tile .address-mini-tile-headline .address-mini-tile-seller {
  color: #373737;
  font-weight: bold;
}
.address-tiles .address-mini-tile .address-mini-tile-moreinfo {
  color: #006693;
  font-weight: bold;
  margin-top: auto;
  padding-top: 4px;
}
.address-tiles .address-mini-tile .address-mini-tile-moreinfo:hover {
  text-decoration: underline;
}
.address-tiles .address-tiles-actions {
  margin-top: 16px;
  text-align: right;
}
.address-tiles .address-tiles-actions .address-tiles-more {
  background: #fadc18;
  color: #222;
  border-radius: 4px;
  padding: 8px 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.address-tiles .address-tiles-actions .address-tiles-more:hover {
  background: #ffe066;
}

@media (max-width: 900px) {
  .address-tiles .address-tiles-list {
    flex-direction: column;
    gap: 12px;
  }
  .address-tiles .address-mini-tile {
    width: 100%;
  }
}
.banner-container {
  width: auto;
  max-width: 100%;
  min-height: 60px;
  background: rgba(0, 0, 0, 0.3);
}
.banner-container.no-background {
  background: none;
}
.banner-container.white-background {
  background: #FFF !important;
}
.banner-container {
  box-shadow: none;
}
.banner-container a img {
  width: 100%;
}
.banner-container:not(.no-flex) {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
}
.banner-container.no-padding {
  padding: 0;
}
.banner-container:not(.two-column) a {
  display: flex;
  width: 100%;
  text-align: center;
}
.banner-container.two-column {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
}
.banner-container.two-column a {
  flex: 1 1 0;
  min-width: auto;
  width: auto !important;
  display: block;
  text-align: center;
}
.banner-container.two-column-flex {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}
.banner-container.two-column-flex .banner-two-column {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
}
.banner-container.two-column-flex .banner-flex-item {
  display: flex;
  align-items: flex-start;
  width: auto;
  flex: 0 1 auto;
  max-width: 100%;
}
.banner-container.two-column-flex .banner-flex-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 900px) {
  .banner-container.two-column-flex .banner-two-column {
    flex-direction: column;
  }
  .banner-container.two-column-flex .banner-flex-item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .banner-container {
    padding: 0 !important;
  }
  .banner-container a {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .banner-container .portlet-header-steady {
    margin: 0;
  }
}

@media (min-width: 650px) and (max-width: 750px) {
  .sidebar-right .banner-container {
    display: none !important;
  }
}
.banner-120 a {
  display: flex;
}
.banner-120 img {
  max-width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-container.facebook-box .facebook-box__photo {
  display: block;
  width: 100%;
  min-width: 0;
  line-height: 0;
}
.banner-container.facebook-box .facebook-box__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.banner-container.facebook-box .facebook-box__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  width: 100%;
  padding: 8px 0 4px;
  box-sizing: border-box;
  background: #fff;
  color: #373737;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.banner-container.facebook-box .facebook-box__icon {
  flex: 0 0 56px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #1a1a1a;
  box-sizing: border-box;
}
.banner-container.facebook-box .facebook-box__icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}
.banner-container.facebook-box .facebook-box__text {
  flex: 1 1 140px;
  min-width: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}
.banner-container.facebook-box .facebook-box__likes {
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}
.banner-container.facebook-box .facebook-box__likes-label {
  font-size: 13px;
  font-weight: 600;
}
.banner-container.facebook-box .facebook-box__tagline {
  display: block;
  font-weight: 600;
}
.banner-container.facebook-box .facebook-box__content a.facebook-box__button {
  flex: 1 1 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: 36px;
  padding: 0 14px;
  box-sizing: border-box;
  background: #fadc18;
  color: #222;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.banner-container.facebook-box .facebook-box__content a.facebook-box__button:hover, .banner-container.facebook-box .facebook-box__content a.facebook-box__button:focus {
  background: #dabf10;
  color: #222;
}

.didyouknow {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #3c3c3c 0%, #141414 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #e9e9e9;
}
.didyouknow__label {
  position: relative;
  z-index: 1;
  flex: none;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 30px 0 20px;
  background: linear-gradient(to bottom, #fadc18 0%, #dcbf00 100%);
  color: #1a1a1a;
  font-family: "Bebas Neue", "Impact", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}
.didyouknow__icon {
  flex: none;
  position: relative;
  top: -1.75px;
  width: 24px;
  height: 24px;
}
.didyouknow__text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 13px 24px 13px 20px;
  align-self: center;
  font-size: 14px;
  line-height: 1.55;
}
.didyouknow__title {
  color: #fadc18;
  font-weight: 700;
}
.didyouknow__title::after {
  content: " –";
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
}
.didyouknow__clamp {
  display: block;
}
.didyouknow.is-collapsed .didyouknow__clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.didyouknow__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: #fadc18;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}
.didyouknow__more[hidden] {
  display: none;
}
.didyouknow__more::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.didyouknow__more:hover, .didyouknow__more:focus-visible {
  color: #fff;
  outline: none;
}
.didyouknow.is-expanded .didyouknow__more::after {
  margin-top: 3px;
  transform: rotate(225deg);
}
.didyouknow--text {
  flex-direction: column;
  align-items: stretch;
}
.didyouknow--text .didyouknow__label {
  align-self: flex-start;
  height: 42px;
}
.didyouknow--text .didyouknow__text {
  align-self: auto;
  padding: 14px 24px 18px 20px;
}
.didyouknow--text .didyouknow__text p {
  margin: 0 0 8px;
}
.didyouknow--text .didyouknow__text p:last-child {
  margin-bottom: 0;
}
.didyouknow--text .didyouknow__text a {
  color: #fadc18;
  text-decoration: underline;
}
.didyouknow--text .didyouknow__text a:hover {
  color: #fff;
}

.mostsearched__title {
  display: flex;
  align-items: center;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 18px;
  color: #373737;
}
.mostsearched__icon {
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 12px;
  background: url("/images/motor-icon-single.png") no-repeat center center;
  background-size: contain;
}
.mostsearched__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: -16px;
  font-size: 0.8em;
  overflow: hidden;
}
.mostsearched__item {
  background: linear-gradient(to bottom, #f7f7f7 0%, #d4d4d4 100%);
  border-radius: 0;
  padding: 0;
  display: flex;
  height: 36px;
  min-width: 220px;
  box-shadow: none;
}
.mostsearched__item:last-child {
  border-bottom: none;
}
.mostsearched__count {
  background: linear-gradient(to bottom, #fadc18 0%, rgb(81.6829511466%, 71.074775673%, 1.7680292456%) 100%);
  color: #222;
  font-weight: 500;
  min-width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  font-size: 1em;
  align-items: center;
  margin-right: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  font-weight: bold;
}
.mostsearched__brand {
  font-weight: bold;
}
.mostsearched__model {
  font-weight: bold;
}
.mostsearched__link {
  color: #373737;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.mostsearched__link:hover {
  color: #006693;
  text-decoration: underline;
}
.mostsearched__headline {
  line-height: 32px;
  font-size: 1em;
  font-weight: 600;
}

.content-grid.block-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}
@media (max-width: 750px) {
  .content-grid {
    gap: 15px;
  }
}

@media (max-width: 900px) {
  .content-grid.block-list {
    grid-template-columns: 1fr;
  }
}
.column {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0px;
}
@media (max-width: 750px) {
  .column {
    gap: 15px;
  }
}

.full-width {
  grid-column: 1/span 2;
}

@media (max-width: 960px) {
  .content-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .full-width {
    grid-column: 1/span 1;
  }
}
section.info-menu, section.address-menu {
  padding: 0;
}
section.info-menu .portlet-header-steady, section.address-menu .portlet-header-steady {
  margin: 0;
}
@media (max-width: 900px) {
  section.info-menu, section.address-menu {
    width: 100%;
  }
}

.info-navigation {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 16px;
}
.info-navigation a {
  font-size: 0.8em;
  font-weight: 600;
  display: block;
  background: linear-gradient(to bottom, #f4f4f4 0%, #888888 100%);
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  line-height: 32px;
}
.info-navigation a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  margin-right: 4px;
  margin-top: -2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #222;
  vertical-align: middle;
}
.info-navigation a:hover, .info-navigation a.active, .info-navigation a[aria-current=page] {
  background: linear-gradient(to bottom, #3c3c3c 0%, #141414 100%);
  color: #FFF;
}
.info-navigation a:hover::before, .info-navigation a.active::before, .info-navigation a[aria-current=page]::before {
  border-left-color: #fadc18;
}

.info-layout--page .info-content {
  padding: 0;
  background: none;
  box-shadow: none;
}
.info-layout--page .info-content > .portlet-header-steady {
  margin: 0;
}
.info-layout--page .info-content__panel {
  padding: 15px;
  background: #d3d3d3;
}
.info-layout--page .info-content__card {
  padding: 20px;
  background: #f6f6f6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 14px;
  line-height: 20px;
  overflow-wrap: anywhere;
}

@media (min-width: 900px) {
  body.is-desktop .info-layout--page {
    flex-wrap: nowrap;
  }
  body.is-desktop .info-layout--page .sidebar {
    flex: 0 0 300px;
    min-width: 0;
    max-width: 300px;
  }
}
@media (min-width: 900px) and (min-width: 1168px) {
  body.is-desktop .info-layout--page .sidebar {
    flex-basis: 380px;
    max-width: 380px;
  }
}
@media (min-width: 900px) {
  body.is-desktop .info-layout--page .main {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
  }
  body.is-desktop .info-layout--page .info-content > .portlet-header-steady {
    padding-left: 15px;
    line-height: 38px;
    font-size: 15px;
    background-color: #262626;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .address-menu,
  body.is-desktop .info-layout--page .sidebar .info-menu {
    padding: 0;
    background: none;
    box-shadow: none;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .address-menu .portlet-header-steady,
  body.is-desktop .info-layout--page .sidebar .info-menu .portlet-header-steady {
    padding-left: 15px;
    line-height: 38px;
    font-size: 15px;
    background-color: #262626;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .address-menu .info-navigation,
  body.is-desktop .info-layout--page .sidebar .info-menu .info-navigation {
    margin-bottom: 0;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .address-menu .info-navigation a,
  body.is-desktop .info-layout--page .sidebar .info-menu .info-navigation a {
    display: flex;
    align-items: center;
    gap: 7px;
    box-sizing: border-box;
    height: 38px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .address-menu .info-navigation a::before,
  body.is-desktop .info-layout--page .sidebar .info-menu .info-navigation a::before {
    flex: 0 0 auto;
    margin: 0;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
    border-left-width: 7px;
    vertical-align: baseline;
  }
}
.error-page p {
  margin: 0 0 20px;
}
.error-page .error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.error-page .error-page__button {
  box-shadow: none;
}
.error-page .error-page__button--primary {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to bottom, #fbe01c 0%, #ecc818 100%);
  transition: background 0.2s, box-shadow 0.2s;
}
.error-page .error-page__button--primary:hover, .error-page .error-page__button--primary:focus {
  background: rgb(83.1237647059%, 70.1694117647%, 6.8370196078%);
}
.error-page .error-page__button--primary {
  color: #1a1a1a;
}
.error-page .error-page__button--secondary {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to bottom, #0e91aa 0%, #0d7689 100%);
  transition: background 0.2s, box-shadow 0.2s;
}
.error-page .error-page__button--secondary:hover, .error-page .error-page__button--secondary:focus {
  background: rgb(4.0580392157%, 36.8345098039%, 42.7654901961%);
}
.error-page .error-page__debug {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #cfcfcf;
  font-size: 12px;
}
.error-page .error-page__debug pre {
  overflow: auto;
  font-size: 11px;
}

.news-list {
  display: flex;
  flex-direction: column;
  position: relative;
}

.filters-news {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 3px;
  margin-bottom: 10px;
}
.filters-news label {
  display: block;
  width: 100%;
  font-size: 0.8em;
  line-height: 1em;
}
.filters-news input {
  flex: 1 1 200px;
  width: auto;
  max-width: none;
  padding: 8px;
  font-size: 0.9em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.filters-news input::-moz-placeholder {
  font-size: 0.9em;
}
.filters-news input::placeholder {
  font-size: 0.9em;
}
.filters-news button {
  margin-top: 0;
  flex: 0 0 auto;
  background: #fadc18;
  border: 1px solid #CCC;
  padding: 8px 16px;
  font-size: 0.9em;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  transition: background 0.2s;
}
.filters-news button:hover {
  background: #dabf10;
}

.news-list footer[aria-label] {
  margin-top: 14px;
  display: block;
  position: relative;
  margin-left: auto;
}

.news-paginator {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
.news-paginator li:first-child {
  border-left: 1px solid #ccc;
}
.news-paginator .paginator-block {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-left: none;
  text-align: center;
  line-height: 28px;
  color: #222;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.news-paginator .paginator-block.active {
  background: #ffe600;
  font-weight: bold;
  color: #222;
}
.news-paginator .paginator-block:hover, .news-paginator .arrow:hover {
  background: #e0e0e0;
}
.news-paginator .arrow {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-left: none;
  text-align: center;
  line-height: 28px;
  color: #888;
  text-decoration: none;
  font-weight: bold;
}

.news-detail {
  min-height: 400px;
}
.news-detail .portlet-header-steady {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news-detail .portlet-header-steady .news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-detail .portlet-header-steady .news-date {
  font-size: 0.9em;
  color: #888;
  padding-right: 10px;
}
@media (max-width: 900px) {
  .news-detail .portlet-header-steady .news-date {
    display: none;
  }
}

.news__title {
  display: flex;
  align-items: center;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 18px;
  color: #373737;
}
.news__icon {
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 12px;
  background: url("/images/motor-icon-single.png") no-repeat center center;
  background-size: contain;
}
.news__item {
  background: #f6f6f6;
  display: flex;
  align-items: flex-start;
  min-width: 200px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.07), 2px 0 6px rgba(0, 0, 0, 0.04);
  align-self: auto;
  padding: 8px;
}
@media (max-width: 1168px) {
  .news__item {
    min-width: 210px;
  }
}
.news__item {
  margin-top: 14px;
}
.news__item:not(:first-child) {
  margin-top: 14px;
}
.news__item:nth-child(even) {
  background: #FFF;
}
.news__item:hover {
  background: #e0e0e0;
}
.news__item:hover a {
  text-decoration: none;
}
.news__date {
  background-color: #ddd;
  font-size: 1em;
  font-weight: 600;
  padding: 10px;
  line-height: 1.2em;
  margin-right: 10px;
}
.news__date_year {
  display: block;
  text-align: center;
}
.news__photo {
  flex: 1 1;
  min-width: 100px;
  max-width: 200px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  margin-right: 14px;
  background: #ddd;
}
.news__content {
  flex: 1;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.news__headline {
  font-size: 0.8em;
  font-weight: 600;
  color: #222;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  padding-bottom: 8px;
}
.news__summary {
  font-size: 0.8em;
  font-weight: 200;
  color: #222;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news__link {
  color: #373737;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  min-width: 0;
}
.news__link:hover {
  color: #006693;
  text-decoration: underline;
}
.news__eventdate {
  font-size: 0.8em;
  color: #006693;
  font-weight: bold;
}
.news__list-item-footer {
  display: flex;
  flex-direction: row;
  padding-top: 6px;
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
}
.news__newsdate {
  font-size: 0.7em;
  color: #B2B2B2;
}
@media (max-width: 900px) {
  .news__newsdate {
    display: none;
  }
}
.news__footer {
  margin-top: 18px;
  text-align: right;
}
.news__readmore, .news__more {
  display: block;
  text-align: left;
  color: #006693;
  font-weight: 600;
  font-size: 0.7em;
  text-decoration: none;
  margin-top: auto;
}
.news__readmore:hover, .news__more:hover {
  text-decoration: underline;
}
.news__readmore::before, .news__more::before {
  content: "▶";
}
.news__readmore::after, .news__more::after {
  content: " Meer lezen";
}

.news-kind,
.news-detail__title,
.news-list__title-suffix {
  display: none;
}

@media (min-width: 900px) {
  body.is-desktop .info-layout .sidebar-right {
    margin-top: 0;
  }
  body.is-desktop .info-layout--news {
    flex-wrap: nowrap;
    gap: 20px;
  }
  body.is-desktop .info-layout--news .sidebar {
    flex: 0 0 300px;
    min-width: 0;
    max-width: 300px;
  }
}
@media (min-width: 900px) and (min-width: 1168px) {
  body.is-desktop .info-layout--news .sidebar {
    flex-basis: 380px;
    max-width: 380px;
  }
}
@media (min-width: 900px) {
  body.is-desktop .info-layout--news .sidebar ul {
    padding-left: 0;
  }
  body.is-desktop .info-layout--news .main {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
  }
  body.is-desktop .info-layout--news .news-list__title-suffix {
    display: inline;
  }
  body.is-desktop .info-layout--news section.news-list,
  body.is-desktop .info-layout--news section.news-detail {
    padding: 18px 15px 15px;
    background: #f9f9f9;
    box-shadow: none;
  }
  body.is-desktop .info-layout--news section.news-list > .portlet-header-steady,
  body.is-desktop .info-layout--news section.news-detail > .portlet-header-steady {
    margin: -18px -15px 18px;
    padding-left: 15px;
    line-height: 38px;
    font-size: 15px;
    background-color: #262626;
  }
  body.is-desktop .info-layout--news section.news-list > .paginator,
  body.is-desktop .info-layout--news section.news-list > .news-footer-pagination {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
  }
  body.is-desktop .info-layout--news section.news-list > .paginator {
    margin-bottom: 13px;
  }
  body.is-desktop .info-layout--news section.news-list > .news-footer-pagination {
    margin-top: 15px;
  }
  body.is-desktop .info-layout--news section.news-list > .paginator:not(:has(.news-paginator)),
  body.is-desktop .info-layout--news section.news-list > .news-footer-pagination:not(:has(.news-paginator)) {
    display: none;
  }
  body.is-desktop .info-layout--news .news-paginator {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
  }
  body.is-desktop .info-layout--news .news-paginator li {
    flex: 1 1 0;
    min-width: 0;
  }
  body.is-desktop .info-layout--news .news-paginator li:first-child {
    border-left: 1px solid #b3b3b3;
  }
  body.is-desktop .info-layout--news .news-paginator .paginator-block,
  body.is-desktop .info-layout--news .news-paginator .arrow {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 27px;
    padding: 0 2px;
    border: 1px solid #b3b3b3;
    border-left: 0;
    background: #fff;
    font-size: 13px;
    line-height: 25px;
    color: #000;
  }
  body.is-desktop .info-layout--news .news-paginator .paginator-block.active {
    background: #fadc18;
  }
  body.is-desktop .info-layout--news .news-paginator .arrow {
    color: #333;
  }
  body.is-desktop .info-layout--news .filters-news {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin: 0 0 16px;
  }
  body.is-desktop .info-layout--news .filters-news label {
    width: auto;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    color: #373737;
  }
  body.is-desktop .info-layout--news .filters-news input {
    flex: none;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background: linear-gradient(to bottom, #f3f3f3 0%, #d6d6d6 100%);
    font-family: inherit;
    font-size: 13px;
    color: #373737;
  }
  body.is-desktop .info-layout--news .filters-news input::-moz-placeholder {
    font-size: 13px;
    color: #8a8a8a;
    opacity: 1;
  }
  body.is-desktop .info-layout--news .filters-news input::placeholder {
    font-size: 13px;
    color: #8a8a8a;
    opacity: 1;
  }
  body.is-desktop .info-layout--news .filters-news input:focus {
    outline: none;
    border-color: #373737;
  }
  body.is-desktop .info-layout--news .filters-news button {
    display: none;
  }
  body.is-desktop .info-layout section.news-list .news-list-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  body.is-desktop .info-layout section.news-list .news__item {
    container: news-tile/inline-size;
    min-height: 110px;
    margin: 0;
    padding: 8px;
    border: 0;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  }
  body.is-desktop .info-layout section.news-list .news__item:nth-child(even) {
    background: #f6f6f6;
  }
  body.is-desktop .info-layout section.news-list .news__item:hover {
    background: #ececec;
  }
  body.is-desktop .info-layout section.news-list .news__link {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
  }
  body.is-desktop .info-layout section.news-list .news__photo {
    flex: 0 0 127px;
    width: 127px;
    height: 93px;
    margin: 0;
    border-radius: 0;
  }
  body.is-desktop .info-layout section.news-list .news__date {
    flex: 0 0 auto;
    margin-right: 0;
  }
  @container news-tile (max-width: 330px) {
    body.is-desktop .info-layout section.news-list .news__link {
      display: grid;
      grid-template-columns: 127px minmax(0, 1fr);
      grid-auto-rows: auto;
      -moz-column-gap: 12px;
           column-gap: 12px;
      align-items: start;
    }
    body.is-desktop .info-layout section.news-list .news__content {
      display: contents;
    }
    body.is-desktop .info-layout section.news-list .news__photo,
    body.is-desktop .info-layout section.news-list .news__date {
      grid-column: 1;
      grid-row: 1/span 3;
    }
    body.is-desktop .info-layout section.news-list .news__eventdate,
    body.is-desktop .info-layout section.news-list .news__headline,
    body.is-desktop .info-layout section.news-list .news__summary {
      grid-column: 2;
    }
    body.is-desktop .info-layout section.news-list .news__list-item-footer {
      grid-column: 1/-1;
      grid-row: 4;
    }
  }
  body.is-desktop .info-layout section.news-list .news__headline {
    padding: 0 0 4px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #373737;
  }
  body.is-desktop .info-layout section.news-list .news__eventdate {
    font-size: 14px;
    line-height: 16px;
    color: #006292;
  }
  body.is-desktop .info-layout section.news-list .news__summary {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #373737;
  }
  body.is-desktop .info-layout section.news-list .news__list-item-footer {
    margin: auto 0 0;
    padding-top: 6px;
  }
  body.is-desktop .info-layout section.news-list .news__readmore {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #006292;
  }
  body.is-desktop .info-layout section.news-list .news__readmore::before {
    display: inline-block;
    margin-right: 6px;
    font-size: 9px;
    vertical-align: 1px;
  }
  body.is-desktop .info-layout section.news-list .news__newsdate {
    display: inline;
    font-size: 11px;
    color: #b3b3b3;
  }
  body.is-desktop .info-layout--news section.news-detail {
    min-height: 400px;
  }
  body.is-desktop .info-layout--news section.news-detail > .portlet-header-steady {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 15px;
  }
  body.is-desktop .info-layout--news section.news-detail > .portlet-header-steady .news-kind {
    display: inline;
  }
  body.is-desktop .info-layout--news section.news-detail > .portlet-header-steady .news-title {
    display: none;
  }
  body.is-desktop .info-layout--news section.news-detail > .portlet-header-steady .news-date {
    display: block;
    position: relative;
    z-index: 1;
    margin-left: auto;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #b3b3b3;
  }
  body.is-desktop .info-layout--news section.news-detail .news-detail__title {
    display: block;
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #157f99;
  }
  body.is-desktop .info-layout--news section.news-detail .news-item {
    font-size: 15px;
    line-height: 22px;
    color: #000;
  }
  body.is-desktop .info-layout--news section.news-detail .news-item p {
    margin: 0 0 22px;
  }
  body.is-desktop .info-layout--news section.news-detail .news-item b {
    display: block;
    margin: 0 0 8px;
  }
  body.is-desktop .info-layout--news section.news-detail .news-item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 22px;
  }
  body.is-desktop .info-layout--news section.news-detail .news-item:last-child p:last-child {
    margin-bottom: 0;
  }
}
.quick-nav {
  background: #000;
  padding: 16px 0 24px 0;
}
.quick-nav__title {
  margin: 0 0 18px;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}
.quick-nav__title-accent {
  color: #fadc18;
}
.quick-nav__list {
  display: block;
  -moz-columns: 134px 8;
       columns: 134px 8;
  -moz-column-gap: 16px;
       column-gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.quick-nav__item {
  text-align: left;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.quick-nav__link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 0.04em;
  line-height: 1.25;
  padding: 4px 0;
  display: block;
  transition: color 0.2s;
}
.quick-nav__link:hover {
  color: #fadc18;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .quick-nav__list,
  .quick-nav__list.quick-nav__list-types {
    display: grid;
    -moz-columns: auto;
         columns: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
}
.contact-title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #157f99;
}

.contact-title--sub {
  font-size: 18px;
  line-height: 26px;
}

.contact-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #157f99;
}

.underline {
  text-decoration: underline;
}

.contact-info {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #cfcfcf;
}
.contact-info p {
  margin: 0 0 20px;
}
.contact-info p:last-child {
  margin-bottom: 0;
}

.contact-link {
  font-weight: 700;
  color: inherit;
}

.contact-form {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.contact-form > p {
  margin: 0 0 28px;
}
.contact-form .contact-title--sub {
  margin-bottom: 14px;
}
.contact-form .contact-form-sub-header {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
}
.contact-form label {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #1b1b1b;
}
.contact-form input,
.contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background: #fff;
  font: inherit;
  font-size: 14px;
  color: #333;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #8f8f8f;
}
.contact-form input {
  height: 40px;
}
.contact-form textarea {
  height: 200px;
  padding: 10px 12px;
  line-height: 20px;
  resize: vertical;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 132px minmax(0, 570px);
  align-items: center;
}

.contact-form__row--message {
  align-items: start;
}
.contact-form__row--message label {
  font-size: 15px;
  font-weight: 700;
}

.contact-form__user-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 28px;
  margin-bottom: 24px;
  border-bottom: 1px solid #cfcfcf;
}

.contact-form__actions {
  display: grid;
  grid-template-columns: 132px minmax(0, 570px);
  margin-top: 20px;
}
.contact-form__actions > * {
  grid-column: 2;
  justify-self: center;
}
.contact-form__actions .button {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to bottom, #fbe01c 0%, #ecc818 100%);
  transition: background 0.2s, box-shadow 0.2s;
}
.contact-form__actions .button:hover, .contact-form__actions .button:focus {
  background: rgb(83.1237647059%, 70.1694117647%, 6.8370196078%);
}
.contact-form__actions .button {
  width: 293px;
  max-width: 100%;
  color: #1a1a1a;
}
.contact-form__actions .contact-form__note {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.contact-form__actions .contact-form__note a {
  color: inherit;
  text-decoration: underline;
}

.contact-form__feedback {
  margin-bottom: 16px;
  padding: 10px 12px;
  font-size: 14px;
}
.contact-form__feedback.is-success {
  background: #e3f3e6;
  color: #1f6b31;
}
.contact-form__feedback.is-error {
  background: #fbe3e3;
  color: #a12525;
}

.contact-disclaimer .contact-title,
.contact-privacy .contact-title {
  margin-bottom: 12px;
}
.contact-disclaimer > span,
.contact-disclaimer > strong,
.contact-privacy > span,
.contact-privacy > strong {
  display: block;
  margin: 0 0 20px;
}
.contact-disclaimer strong,
.contact-privacy strong {
  font-weight: 700;
}
.contact-disclaimer ul,
.contact-privacy ul {
  margin: 0 0 20px;
  padding-left: 20px;
  list-style: none;
}
.contact-disclaimer > :last-child,
.contact-privacy > :last-child {
  margin-bottom: 0;
}
.contact-disclaimer a,
.contact-privacy a {
  color: inherit;
  text-decoration: underline;
}

.sitemap .contact-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}
.sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap a {
  color: #333;
  font-weight: 700;
}
.sitemap a:hover {
  text-decoration: underline;
}

.sitemap-pages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}
.sitemap-pages .contact-subtitle {
  margin-bottom: 4px;
}
.sitemap-pages li {
  font-size: 15px;
  line-height: 40px;
}

.sitemap-group--wide {
  grid-column: span 3;
}

.sitemap-group__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sitemap-brands .contact-subtitle {
  margin-bottom: 12px;
}

.sitemap-brands-list {
  -moz-columns: 4;
       columns: 4;
  -moz-column-gap: 0;
       column-gap: 0;
}
.sitemap-brands-list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 1168px) {
  .sitemap-brands-list {
    -moz-columns: 3;
         columns: 3;
  }
}

.info-layout--full .main {
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
}

.promo-hero {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 470px;
  padding: 44px 56px;
  overflow: hidden;
  background: #111 url("/images/motorverzekering-actie-hero.jpg") no-repeat 70% 40%/cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.promo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.88) 38%, rgba(8, 8, 8, 0.45) 70%, rgba(8, 8, 8, 0.15) 100%), linear-gradient(0deg, rgba(8, 8, 8, 0.9) 0%, rgba(8, 8, 8, 0) 40%);
}
.promo-hero::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -70px;
  width: 60%;
  height: 96px;
  background: #fadc18;
  transform: rotate(-4deg);
  opacity: 0.95;
}
.promo-hero__content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  color: #fff;
  font-family: "Bebas Neue", "Impact", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.promo-hero p {
  margin: 0;
}
.promo-hero__kicker, .promo-hero__brand {
  line-height: 0.92;
  letter-spacing: 0.02em;
  transform: skewX(-7deg);
  transform-origin: left bottom;
}
.promo-hero__kicker {
  font-size: 44px;
}
.promo-hero__brand {
  margin-bottom: 26px;
  font-size: 78px;
  color: #fadc18;
}
.promo-hero__and {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.promo-hero__title {
  margin: 0;
  font: inherit;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: none;
}
.promo-hero__title span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 16px 0;
  background: #fadc18;
  color: #111;
  transform: rotate(-2.5deg);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}
.promo-hero__title span:last-child {
  margin-left: 26px;
  transform: rotate(-2.5deg);
}

.promo-conditions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px 36px;
  box-sizing: border-box;
  padding: 20px 32px;
  background: linear-gradient(to bottom, #fbe01c 0%, #ecc818 100%);
  color: #111;
}
.promo-conditions__label {
  display: inline-block;
  padding: 6px 16px 2px;
  background: #111;
  color: #fadc18;
  font-family: "Bebas Neue", "Impact", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-2deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.promo-conditions__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
.promo-conditions__list li {
  position: relative;
  padding-left: 26px;
}
.promo-conditions__list li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #111 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8'%3E%3Cpath d='M1 4l3 3 5-6' fill='none' stroke='%23fadc18' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;
}
.promo-conditions__list strong {
  font-weight: 800;
}

.insurance-promo {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.insurance-promo p {
  margin: 0 0 20px;
}
.insurance-promo__link {
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
.insurance-promo__intro {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.insurance-promo__heading {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 10px;
  font-family: "Bebas Neue", "Impact", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111;
}
.insurance-promo__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 5px;
  background: #fadc18;
  transform: skewX(-20deg);
}
.insurance-promo__heading--sub {
  font-size: 26px;
}
.insurance-promo__intro .insurance-promo__heading {
  margin-top: 4px;
}
.insurance-promo__intro .insurance-promo__heading::after {
  left: 50%;
  margin-left: -28px;
}
.insurance-promo__partner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  box-sizing: border-box;
  max-width: 620px;
  margin: 8px auto 0;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #cfcfcf;
  color: #333;
  text-align: right;
  text-decoration: none;
}
.insurance-promo__partner:hover {
  border-color: #8f8f8f;
}
.insurance-promo__partner img {
  flex: 0 0 auto;
  width: 220px;
  height: auto;
}
.insurance-promo__partner-text {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 18px;
}
.insurance-promo__partner-text strong {
  font-size: 15px;
  line-height: 22px;
}
.insurance-promo__form-section {
  max-width: 640px;
  margin: 32px auto 0;
  padding-top: 28px;
  border-top: 1px solid #cfcfcf;
  scroll-margin-top: 90px;
}
.insurance-promo__form-intro {
  margin-bottom: 20px;
}
.insurance-promo__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.insurance-promo__check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.insurance-promo__check input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #1a1a1a;
  cursor: pointer;
}
.insurance-promo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}
.insurance-promo__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.insurance-promo__field--wide {
  grid-column: 1/-1;
}
.insurance-promo__field label {
  font-size: 13px;
  line-height: 18px;
  color: #1b1b1b;
}
.insurance-promo__field input,
.insurance-promo__field select {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background: #fff;
  font: inherit;
  font-size: 14px;
  color: #333;
}
.insurance-promo__field input:focus,
.insurance-promo__field select:focus {
  outline: none;
  border-color: #8f8f8f;
}
.insurance-promo__field input::-moz-placeholder, .insurance-promo__field select::-moz-placeholder {
  color: #9a9a9a;
}
.insurance-promo__field input::placeholder,
.insurance-promo__field select::placeholder {
  color: #9a9a9a;
}
.insurance-promo__field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 36px;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 12px center;
  cursor: pointer;
}
.insurance-promo__field.is-invalid input,
.insurance-promo__field.is-invalid select {
  border-color: #c62828;
  background-color: #fff5f5;
}
.insurance-promo__input--upper {
  text-transform: uppercase;
}
.insurance-promo__optional {
  font-weight: 400;
  color: #6b6b6b;
}
.insurance-promo__error {
  font-size: 12px;
  line-height: 16px;
  color: #c62828;
}
.insurance-promo__check.is-invalid .insurance-promo__error {
  flex-basis: 100%;
}
.insurance-promo__transfer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cfcfcf;
}
.insurance-promo__transfer[hidden] {
  display: none;
}
.insurance-promo__transfer-title {
  margin: 20px 0 14px;
}
.insurance-promo__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.insurance-promo__actions .button {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to bottom, #fbe01c 0%, #ecc818 100%);
  transition: background 0.2s, box-shadow 0.2s;
}
.insurance-promo__actions .button:hover, .insurance-promo__actions .button:focus {
  background: rgb(83.1237647059%, 70.1694117647%, 6.8370196078%);
}
.insurance-promo__actions .button {
  width: 293px;
  max-width: 100%;
  height: 54px;
  padding-top: 2px;
  border-radius: 27px;
  font-family: "Bebas Neue", "Impact", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 27px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.insurance-promo__actions .button:disabled {
  opacity: 0.7;
  cursor: default;
}
.insurance-promo__note {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.insurance-promo__note a {
  color: inherit;
  text-decoration: underline;
}
.insurance-promo__feedback, .insurance-promo__success {
  margin-bottom: 16px;
  padding: 10px 12px;
  font-size: 14px;
}
.insurance-promo__feedback.is-success {
  background: #e3f3e6;
  color: #1f6b31;
}
.insurance-promo__feedback.is-error {
  background: #fbe3e3;
  color: #a12525;
}
.insurance-promo__success {
  background: #e3f3e6;
  color: #1f6b31;
  font-weight: 700;
}
.insurance-promo__success.promo-thanks {
  margin: 0;
  padding: 0;
  background: none;
  color: #333;
  font-weight: 400;
}

.promo-thanks {
  background: #f0f0f0;
  text-align: center;
}
.promo-thanks__band {
  height: 90px;
  margin-bottom: 60px;
  background: #111;
}
.promo-thanks__title {
  position: relative;
  top: 55px;
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto;
  padding: 12px 16px 6px;
  background: #fadc18;
  color: #111;
  font-family: "Bebas Neue", "Impact", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 44px;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transform: rotate(-2deg);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}
.promo-thanks__body {
  padding: 24px 36px 32px;
  background: #e0e0de;
}
.promo-thanks__text {
  max-width: 700px;
  margin: 0 auto 28px;
  text-align: left;
}
.promo-thanks__text p:last-child {
  margin-bottom: 0;
}
.promo-thanks__button {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to bottom, #fbe01c 0%, #ecc818 100%);
  transition: background 0.2s, box-shadow 0.2s;
}
.promo-thanks__button:hover, .promo-thanks__button:focus {
  background: rgb(83.1237647059%, 70.1694117647%, 6.8370196078%);
}
.promo-thanks__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  max-width: 100%;
  height: 54px;
  margin: 0 0 32px;
  padding: 2px 30px 0;
  border-radius: 15px;
  font-family: "Bebas Neue", "Impact", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #111;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.promo-thanks__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  transform: scaleX(0.75);
}
.promo-thanks__partner {
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 16px;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
}
.promo-thanks__partner img {
  flex: 0 0 auto;
  width: 160px;
  height: auto;
}
.promo-thanks__partner-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.promo-thanks__partner-text strong {
  font-size: 13px;
  line-height: 20px;
}

body.is-mobile:has(.promo-hero) {
  background-image: none;
}
body.is-mobile .promo-hero {
  min-height: 0;
  padding: 28px 18px 40px;
  background-position: 68% 35%;
}
body.is-mobile .promo-hero::before {
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.7) 50%, rgba(8, 8, 8, 0.2) 100%);
}
body.is-mobile .promo-hero::after {
  right: -10%;
  bottom: -60px;
  width: 80%;
  height: 80px;
}
body.is-mobile .promo-hero__content {
  max-width: 100%;
}
body.is-mobile .promo-hero__kicker {
  font-size: 30px;
}
body.is-mobile .promo-hero__brand {
  margin-bottom: 18px;
  font-size: 50px;
}
body.is-mobile .promo-hero__and {
  font-size: 24px;
}
body.is-mobile .promo-hero__title {
  font-size: 38px;
}
body.is-mobile .promo-hero__title span {
  padding: 2px 10px 0;
}
body.is-mobile .promo-hero__title span:last-child {
  margin-left: 12px;
}
body.is-mobile .promo-conditions {
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  padding: 18px 16px 20px;
}
body.is-mobile .promo-conditions__label {
  font-size: 26px;
}
body.is-mobile .promo-conditions__list {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}
body.is-mobile .insurance-promo__heading {
  font-size: 28px;
}
body.is-mobile .insurance-promo__heading--sub {
  font-size: 24px;
}
body.is-mobile .insurance-promo__intro body.is-mobile .insurance-promo__heading::after {
  left: 0;
  margin-left: 0;
}
body.is-mobile .insurance-promo__intro {
  text-align: left;
}
body.is-mobile .insurance-promo__partner {
  flex-direction: column-reverse;
  gap: 12px;
  padding: 14px;
  text-align: left;
}
body.is-mobile .insurance-promo__partner img {
  width: 180px;
}
body.is-mobile .insurance-promo__grid {
  grid-template-columns: minmax(0, 1fr);
}
body.is-mobile .insurance-promo__actions .button {
  width: 100%;
}
body.is-mobile .promo-thanks__band {
  height: 70px;
  margin-bottom: 44px;
}
body.is-mobile .promo-thanks__title {
  top: 40px;
  width: 88%;
  font-size: 30px;
}
body.is-mobile .promo-thanks__body {
  padding: 20px 16px 24px;
}
body.is-mobile .promo-thanks__button {
  width: 100%;
  font-size: 26px;
}
body.is-mobile .promo-thanks__partner {
  flex-direction: column-reverse;
  gap: 8px;
  text-align: left;
}
body.is-mobile .promo-thanks__partner img {
  width: 140px;
}

@media (max-width: 900px) {
  body.is-desktop:has(.promo-hero) {
    background-image: none;
  }
  body.is-desktop .promo-hero {
    min-height: 0;
    padding: 28px 18px 40px;
    background-position: 68% 35%;
  }
  body.is-desktop .promo-hero::before {
    background: linear-gradient(0deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.7) 50%, rgba(8, 8, 8, 0.2) 100%);
  }
  body.is-desktop .promo-hero::after {
    right: -10%;
    bottom: -60px;
    width: 80%;
    height: 80px;
  }
  body.is-desktop .promo-hero__content {
    max-width: 100%;
  }
  body.is-desktop .promo-hero__kicker {
    font-size: 30px;
  }
  body.is-desktop .promo-hero__brand {
    margin-bottom: 18px;
    font-size: 50px;
  }
  body.is-desktop .promo-hero__and {
    font-size: 24px;
  }
  body.is-desktop .promo-hero__title {
    font-size: 38px;
  }
  body.is-desktop .promo-hero__title span {
    padding: 2px 10px 0;
  }
  body.is-desktop .promo-hero__title span:last-child {
    margin-left: 12px;
  }
  body.is-desktop .promo-conditions {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    padding: 18px 16px 20px;
  }
  body.is-desktop .promo-conditions__label {
    font-size: 26px;
  }
  body.is-desktop .promo-conditions__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
  body.is-desktop .insurance-promo__heading {
    font-size: 28px;
  }
  body.is-desktop .insurance-promo__heading--sub {
    font-size: 24px;
  }
  body.is-desktop .insurance-promo__intro body.is-desktop .insurance-promo__heading::after {
    left: 0;
    margin-left: 0;
  }
  body.is-desktop .insurance-promo__intro {
    text-align: left;
  }
  body.is-desktop .insurance-promo__partner {
    flex-direction: column-reverse;
    gap: 12px;
    padding: 14px;
    text-align: left;
  }
  body.is-desktop .insurance-promo__partner img {
    width: 180px;
  }
  body.is-desktop .insurance-promo__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  body.is-desktop .insurance-promo__actions .button {
    width: 100%;
  }
  body.is-desktop .promo-thanks__band {
    height: 70px;
    margin-bottom: 44px;
  }
  body.is-desktop .promo-thanks__title {
    top: 40px;
    width: 88%;
    font-size: 30px;
  }
  body.is-desktop .promo-thanks__body {
    padding: 20px 16px 24px;
  }
  body.is-desktop .promo-thanks__button {
    width: 100%;
    font-size: 26px;
  }
  body.is-desktop .promo-thanks__partner {
    flex-direction: column-reverse;
    gap: 8px;
    text-align: left;
  }
  body.is-desktop .promo-thanks__partner img {
    width: 140px;
  }
}
/* searchmodule-sale: full width, horizontal form fields (brand + type).
   The module carries the search module's classes (.searchmodule .searchform)
   so the mobile filter overlay and its scripts work on it; the sidebar card
   look and the column layout of _searchmodule.scss are undone here with the
   same specificity plus the sale class. The mobile overlay itself is styled
   in _mobile.scss (.searchmodule.search-module-search). */
.searchmodule.searchmodule-sale {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.searchmodule.searchmodule-sale .searchform.searchform-sale {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1rem;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  color: inherit;
}
.searchmodule.searchmodule-sale .searchform.searchform-sale .searchform-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}
.searchmodule.searchmodule-sale .searchform.searchform-sale .searchform-main > .searchform-row {
  flex: 1 1 180px;
  min-width: 180px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
}
.searchmodule.searchmodule-sale .searchform.searchform-sale .searchform-main label {
  color: #FFF;
}
.searchmodule.searchmodule-sale .searchform.searchform-sale .searchform-actions {
  display: none;
}

.motorcycle-details__specs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.motorcycle-details__specs-list .motorcycle-item__price-original {
  display: inline-block;
  color: #929292;
  font-weight: 400;
}
.motorcycle-details__specs-list .motorcycle-item__price-original.strike-through::before {
  left: 0;
  width: 84%;
  border-top-width: 1.5px;
  transform: translateY(-50%) rotate(-8deg);
}
.motorcycle-details__specs-list .motorcycle-item__price-symbol {
  margin-right: 5px;
}

.motorcycle-details__specs-list li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 22px;
  background: none;
  border: none;
}

.motorcycle-details__specs-list li:first-child {
  padding-bottom: 15px;
}

.motorcycle-details__specs-list .motorcycle-brand,
.motorcycle-details__specs-list .motorcycle-model {
  display: block;
  width: 100%;
  font-size: 22px;
  line-height: 28px;
  color: #222;
}

.motorcycle-details__specs-list .motorcycle-brand {
  box-sizing: border-box;
  padding-right: 40px;
  font-weight: bold;
}

.motorcycle-details__specs-list .motorcycle-model {
  font-weight: normal;
}

.motorcycle-details__specs-list .lease-price {
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  padding-bottom: 20px;
  align-items: center;
  font-size: 0.8em;
  flex-wrap: nowrap;
}
.motorcycle-details__specs-list .lease-price .spec-label {
  flex: 0 0 auto;
  color: #ff0000;
  font-weight: bold;
  margin-right: 0;
  max-width: none;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.motorcycle-details__specs-list .lease-price .spec-label .spec-subtext {
  color: #000;
  font-size: 10px;
}
.motorcycle-details__specs-list .lease-price .spec-value {
  flex: 0 0 auto;
  max-width: none;
  margin-left: auto;
  padding-left: 12px;
  line-height: 0;
}
.motorcycle-details__specs-list .lease-price .spec-value .pricetag-ppm {
  display: block;
  width: 110px;
  height: 60px;
  margin-right: -13px;
}
@media (min-width: 1168px) and (max-width: 1430px) {
  .motorcycle-details__specs-list .lease-price .spec-label {
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
    font-size: 11px;
    line-height: 14px;
  }
  .motorcycle-details__specs-list .lease-price .spec-label .spec-subtext {
    font-size: 9px;
    line-height: 12px;
  }
  .motorcycle-details__specs-list .lease-price .spec-value {
    padding-left: 8px;
  }
  .motorcycle-details__specs-list .lease-price .spec-value .pricetag-ppm {
    width: 90px;
    height: 49px;
    margin-right: -11px;
  }
}

.spec-label {
  flex: 0 0 122px;
  max-width: 122px;
  font-weight: 400;
}

.spec-value {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.spec-value.price {
  color: #0e91aa;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  flex-direction: column;
}
.spec-value .motorcycle-item__price-offer,
.spec-value .motorcycle-item__price-regular {
  display: block;
  max-width: none;
}
.spec-value .motorcycle-item__price-request {
  font-size: 16px;
}
.spec-value .motorcycle-item__price-original {
  display: inline-block;
  max-width: none;
}
.spec-value.warranty {
  display: flex;
  align-items: center;
}
.spec-value img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.btw-status {
  font-size: 12px;
  font-weight: normal;
  color: #929292;
  line-height: 16px;
}

.spec-subtext {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #767676;
  margin-top: 2px;
}

.motorcycle-details__techspecs-disclaimer {
  display: flex;
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  text-align: center;
}

.motorcycle-details__tech-specs {
  display: flex;
  flex-direction: column;
}

.motorcycle-details__tech-specs-content {
  max-height: 16rem;
  overflow: hidden;
}

.motorcycle-details__tech-specs.is-expanded .motorcycle-details__tech-specs-content {
  max-height: none;
}

.motorcycle-details__techspecs-toggle {
  margin-top: 12px;
  background: none;
  border: none;
  color: #000;
  font: inherit;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  cursor: pointer;
}

@media (min-width: 900px) and (max-width: 1168px) {
  .motorcycle-details__specs-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .spec-value .motorcycle-item__price-offer,
  .spec-value .motorcycle-item__price-regular {
    display: block;
    max-width: 55%;
  }
  .spec-value .motorcycle-item__price-original {
    display: inline-block;
    max-width: none;
  }
  .spec-value.warranty {
    align-items: flex-start;
  }
  .motorcycle-details__specs-list li:first-child {
    grid-column: 1/-1;
    padding-right: 40px;
  }
  .motorcycle-details__specs-list li.lease-price {
    grid-column: 1/-1;
  }
  .motorcycle-details__specs-list .motorcycle-brand,
  .motorcycle-details__specs-list .motorcycle-model {
    display: inline-block;
    width: auto;
    padding-right: 0;
    margin-right: 0.25em;
  }
}
.motorcycle-details__tabs {
  margin-top: 36px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.motorcycle-details__tab-buttons {
  display: flex;
  gap: 0;
  height: 40px;
  background: linear-gradient(to bottom, #f8f8f8 0%, #dbdbdb 100%);
  width: 100%;
  position: sticky;
  top: 82px;
  z-index: 20;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.motorcycle-details__tab-buttons::-webkit-scrollbar {
  display: none;
}
.motorcycle-details__tab-buttons::before, .motorcycle-details__tab-buttons::after {
  content: "";
  position: sticky;
  z-index: 2;
  flex: 0 0 28px;
  height: 40px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s;
}
.motorcycle-details__tab-buttons::before {
  left: 0;
  margin-right: -28px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 30%, rgba(0, 0, 0, 0.16) 65%, rgba(0, 0, 0, 0.32) 100%);
}
.motorcycle-details__tab-buttons::after {
  right: 0;
  margin-left: -28px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 30%, rgba(0, 0, 0, 0.16) 65%, rgba(0, 0, 0, 0.32) 100%);
}
.motorcycle-details__tab-buttons.has-scroll-left::before, .motorcycle-details__tab-buttons.has-scroll-right::after {
  opacity: 1;
}
@media (max-width: 900px) {
  .motorcycle-details__tab-buttons {
    top: 48px;
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
  }
}

.motorcycle-details__tab-btn {
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding: 0 14px;
  color: #000;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}

.motorcycle-details__tab-btn[aria-selected=true] {
  color: #222;
  background: #fadc18;
}

.motorcycle-details__tab-panels {
  margin-top: 0;
}

.motorcycle-details__tab-panel {
  display: block;
  padding: 20px 0 16px;
  margin: 0 26px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 900px) {
  .motorcycle-details__tab-panel {
    margin: 0;
  }
}

.motorcycle-details__tab-panel[hidden] {
  display: none;
}

.motorcycle-details__description-content {
  font-size: 15px;
  line-height: 22px;
}

.motorcycle-details__tab-title {
  margin: 0 0 8px;
  color: #006693;
  font-size: 20px;
  line-height: 24px;
}

.motorcycle-details__tab-contact-form {
  padding-top: 20px;
}

.motorcycle-details__top-link {
  display: block;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  margin: 28px 0 22px;
  padding: 0 26px;
  background: #f5f5f5;
  color: #474747;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}
.motorcycle-details__top-link:hover {
  color: #000;
}

.motorcycle-details__tab-tech-specs {
  border-spacing: 0;
  width: 100%;
  font-size: 15px;
  line-height: 22px;
}

.motorcycle-details__tab-tech-specs td {
  height: 33px;
  padding: 0 12px;
  box-sizing: border-box;
}

.motorcycle-details__tab-tech-specs td:first-child {
  width: 27%;
}

.motorcycle-details__tab-tech-specs tr:nth-child(odd) {
  background-color: #eaeaea;
}

.motorcycle-details__tab-tech-specs tr:nth-child(even) {
  background-color: #fff;
}

@media (max-width: 1168px) {
  .motorcycle-details__tab-buttons {
    -webkit-overflow-scrolling: touch;
  }
  .motorcycle-details__tab-btn {
    font-size: 14px;
    padding: 0 12px;
  }
}
@media (max-width: 1000px) {
  .motorcycle-details__tab-btn {
    font-size: 13px;
    padding: 0 10px;
  }
}
.motorcycle-details__description {
  position: relative;
  display: flex;
  flex-direction: column;
}

.motorcycle-details__description-content {
  max-height: 16rem;
  overflow: hidden;
}

.motorcycle-details__description.is-expanded .motorcycle-details__description-content {
  max-height: none;
}

.motorcycle-details__description-toggle {
  margin-top: 12px;
  background: none;
  border: none;
  color: #000;
  font: inherit;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  cursor: pointer;
}

.motorcycle-details__images {
  position: relative;
}

.motorcycle-details__main-image-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  touch-action: pan-y pinch-zoom;
}

.motorcycle-details__main-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.motorcycle-details__image-btn {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-tap-highlight-color: transparent;
}

.motorcycle-details__image-prev,
.motorcycle-details__image-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  color: #1a1a1a;
  cursor: pointer;
  z-index: 2;
}
.motorcycle-details__image-prev .icon-chevron,
.motorcycle-details__image-next .icon-chevron {
  display: block;
  width: 20px;
  height: 20px;
}
.motorcycle-details__image-prev:hover,
.motorcycle-details__image-next:hover {
  background: rgba(250, 220, 24, 0.8);
}

.motorcycle-details__image-prev {
  left: 21px;
}

.motorcycle-details__image-next {
  right: 21px;
}

.motorcycle-details__thumb-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 12px;
  margin-top: 18px;
  padding-bottom: 0;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.motorcycle-details__thumb-btn {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  aspect-ratio: 4/3;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
}

.motorcycle-details__thumb {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.motorcycle-details__thumb-btn.active .motorcycle-details__thumb {
  border-color: #006693;
}

.motorcycle-details__images [hidden] {
  display: none !important;
}

.motorcycle-details__media-toggle {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.motorcycle-details__media-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px 7px 12px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.motorcycle-details__media-btn .icon-camera,
.motorcycle-details__media-btn .icon-play {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.motorcycle-details__media-btn:hover, .motorcycle-details__media-btn:focus-visible {
  border-color: #dcbf00;
  background: #fffbe0;
}
.motorcycle-details__media-btn[aria-selected=true] {
  border-color: #dcbf00;
  background: #fadc18;
  cursor: default;
}

.motorcycle-details__media-count {
  display: inline-block;
  min-width: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.motorcycle-details__video-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  touch-action: pan-y pinch-zoom;
}

.motorcycle-details__video-frame {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  will-change: transform;
}

.motorcycle-details__video-poster,
.motorcycle-details__video-player {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: #000;
}

.motorcycle-details__video-poster {
  position: relative;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.motorcycle-details__video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease-out;
}
.motorcycle-details__video-poster:hover img, .motorcycle-details__video-poster:focus-visible img {
  transform: scale(1.03);
}
.motorcycle-details__video-poster:hover .motorcycle-details__video-play, .motorcycle-details__video-poster:focus-visible .motorcycle-details__video-play {
  background: rgba(250, 220, 24, 0.8);
}

.motorcycle-details__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #1a1a1a;
  transition: background 0.2s;
}
.motorcycle-details__video-play .icon-play {
  width: 32px;
  height: 32px;
  margin-left: 4px;
}

.motorcycle-details__video-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 14px 24px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.motorcycle-details__video-thumb-btn .motorcycle-details__thumb {
  background: #000;
}

.motorcycle-details__video-thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #1a1a1a;
  pointer-events: none;
}
.motorcycle-details__video-thumb-play .icon-play {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.motorcycle-details__dealer-details {
  margin-bottom: 18px;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-info {
  font-size: 15px;
  line-height: 22px;
  color: #333;
  margin-bottom: 5px;
  padding-left: 28px;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-info h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-info .motorcycle-details__dealer-routelink {
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #333;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-info .motorcycle-details__dealer-routelink span {
  display: none;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-info .motorcycle-details__dealer-routelink:hover {
  color: #000;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-info::before {
  content: "";
  display: inline-block;
  margin-left: -28px;
  margin-top: -3px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  background: url("/images/icon/location.png") no-repeat center center;
  background-size: contain;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-contact {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-contact::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  background: url("/images/icon/call.png") no-repeat center center;
  background-size: contain;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-reveal {
  display: inline-flex;
  font-size: 15px;
  cursor: pointer;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-reveal:hover, .motorcycle-details__dealer-details .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-reveal:focus-visible {
  color: #000;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-reveal:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
  border-radius: 2px;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-link {
  display: none;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-contact.is-revealed .motorcycle-details__dealer-phone-link {
  display: inline-flex;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-contact.is-revealed .motorcycle-details__dealer-phone-reveal {
  display: none;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-website {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-website::before {
  content: "";
  display: inline-block;
  flex: none;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cg fill='none' stroke='%23333' stroke-width='1.3'%3E%3Ccircle cx='9.5' cy='9.5' r='4.9'/%3E%3Cellipse cx='9.5' cy='9.5' rx='2.1' ry='4.9'/%3E%3Cpath d='M4.6 9.5h9.8M5.4 7.1h8.2M5.4 11.9h8.2'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-website .motorcycle-details__dealer-website-link {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.motorcycle-details__dealer-details .motorcycle-details__dealer-website .motorcycle-details__dealer-website-link:hover {
  color: #000;
}
@media (max-width: 900px) {
  .motorcycle-details__dealer-details .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-reveal {
    display: none;
  }
  .motorcycle-details__dealer-details .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-link {
    display: inline-flex;
  }
}

.motorcycle-details__other-motorcycles-header--mobile {
  display: none;
}

.motorcycle-details__other-motorcycles-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.motorcycle-details__other-motorcycles-dealer-logo {
  display: block;
  max-width: 100%;
  max-height: 120px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 750px) {
  .motorcycle-details__other-motorcycles-header--sidebar {
    display: none;
  }
  .motorcycle-details__other-motorcycles-header--mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0.5rem;
  }
}
.motorcycle-details__dealer-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 28px;
  align-items: stretch;
  margin-top: 6px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 30px;
}
.motorcycle-details__dealer-layout .motorcycle-details__dealer-logo,
.motorcycle-details__dealer-layout .motorcycle-details__dealer-images {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.motorcycle-details__dealer-layout .motorcycle-details__dealer-logo img,
.motorcycle-details__dealer-layout .motorcycle-details__dealer-images img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.motorcycle-details__dealer-layout .motorcycle-details__dealer-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.motorcycle-details__dealer-layout > .motorcycle-details__dealer-info {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 22px;
}
.motorcycle-details__dealer-layout > .motorcycle-details__dealer-info > h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 24px;
}
.motorcycle-details__dealer-layout > .motorcycle-details__dealer-info > .motorcycle-details__dealer-details {
  margin-bottom: 12px;
}
.motorcycle-details__dealer-layout > .motorcycle-details__dealer-info > .motorcycle-details__dealer-button {
  display: block;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 900px) {
  .motorcycle-details__dealer-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "logo image" "info info";
  }
  .motorcycle-details__dealer-layout .motorcycle-details__dealer-logo {
    grid-area: logo;
  }
  .motorcycle-details__dealer-layout .motorcycle-details__dealer-images {
    grid-area: image;
  }
  .motorcycle-details__dealer-layout .motorcycle-details__dealer-info {
    grid-area: info;
  }
}
@media (min-width: 900px) {
  .motorcycle-details__dealer-layout {
    grid-template-areas: "logo image info";
  }
  .motorcycle-details__dealer-layout .motorcycle-details__dealer-logo {
    grid-area: logo;
  }
  .motorcycle-details__dealer-layout .motorcycle-details__dealer-images {
    grid-area: image;
  }
  .motorcycle-details__dealer-layout .motorcycle-details__dealer-info {
    grid-area: info;
  }
}

.motorcycle-details__dealer-description {
  border-bottom: 1px solid #CCC;
  padding: 20px 0 16px;
  font-size: 15px;
  line-height: 22px;
}
.motorcycle-details__dealer-description p {
  margin: 0;
}

.motorcycle-details__tab-question-form {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 18px;
}
@media (max-width: 900px) {
  .motorcycle-details__tab-question-form {
    flex-direction: column;
  }
}
.motorcycle-details__tab-question-form .motorcycle-details__tab-question-left-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 900px) {
  .motorcycle-details__tab-question-form .motorcycle-details__tab-question-left-container {
    width: 100%;
  }
}
.motorcycle-details__tab-question-form .motorcycle-details__tab-question-right-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 900px) {
  .motorcycle-details__tab-question-form .motorcycle-details__tab-question-right-container {
    width: 100%;
    align-items: center;
  }
}
.motorcycle-details__tab-question-form .motorcycle-details__tab-question-info {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  display: flex;
  align-self: flex-start;
}
.motorcycle-details__tab-question-form .motorcycle-details__question-submit {
  width: 63%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 14px;
  margin-top: 30px;
  border-radius: 6px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .motorcycle-details__tab-question-form .motorcycle-details__question-submit {
    width: 100%;
  }
}
.motorcycle-details__tab-question-form .motorcycle-details__question-privacy {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 63%;
  padding: 0;
  margin-top: 20px;
  gap: 4px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 900px) {
  .motorcycle-details__tab-question-form .motorcycle-details__question-privacy {
    width: 100%;
  }
}
.motorcycle-details__tab-question-form .motorcycle-details__question-privacy .underline {
  text-decoration: underline;
}
.motorcycle-details__tab-question-form .motorcycle-details__question-input,
.motorcycle-details__tab-question-form textarea {
  font-family: "Open Sans", sans-serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  margin: 12px 0 0;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.motorcycle-details__tab-question-form .motorcycle-details__question-input::-moz-placeholder, .motorcycle-details__tab-question-form textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #929292;
}
.motorcycle-details__tab-question-form .motorcycle-details__question-input::placeholder,
.motorcycle-details__tab-question-form textarea::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #929292;
}
.motorcycle-details__tab-question-form .motorcycle-details__question-input:first-of-type,
.motorcycle-details__tab-question-form textarea {
  margin-top: 8px;
}
.motorcycle-details__tab-question-form textarea {
  height: 194px;
  padding: 10px;
  line-height: 22px;
  resize: vertical;
}

.motorcycle-details__other-motorcycles h3 {
  margin: 16px 0 8px;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
}

.motorcycle-details__other-motorcycles-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 17px;
}

.motorcycle-details__other-motorcycles-list article.motorcycle-item {
  position: relative;
  overflow: hidden;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__main {
  position: relative;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__info {
  padding: 11px 12px 4px;
  background: #f5f5f5;
  color: #222;
  font-size: 13px;
  line-height: 18px;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__title-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__brand {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__type {
  font-size: 14px;
  line-height: 22px;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__type {
  font-weight: normal;
}

.motorcycle-details__other-motorcycles-list .motorcycle-favorite-button {
  top: 6px;
  right: 6px;
  margin-top: 0;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__details {
  margin-top: 4px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__constructionyear {
  display: flex;
  align-items: center;
  gap: 5px;
}
.motorcycle-details__other-motorcycles-list .motorcycle-item__constructionyear::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/images/icon/calendar.png") no-repeat center/contain;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__odometer {
  display: flex;
  align-items: center;
  gap: 5px;
}
.motorcycle-details__other-motorcycles-list .motorcycle-item__odometer::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/images/icon/odometer.png") no-repeat center/contain;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__price {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
}
.motorcycle-details__other-motorcycles-list .motorcycle-item__price .pricetag-ppm--small {
  width: 72px;
  height: auto;
  flex: 0 0 auto;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__price-regular,
.motorcycle-details__other-motorcycles-list .motorcycle-item__price-offer {
  color: #006693;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__price-original {
  display: inline-block;
  align-self: flex-start;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #929292;
}
.motorcycle-details__other-motorcycles-list .motorcycle-item__price-original.strike-through::before {
  left: 0;
  width: 84%;
  border-top-width: 1px;
  transform: translateY(-50%) rotate(-8deg);
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__btw-status {
  font-size: 0.65rem;
  font-weight: normal;
  color: #929292;
  line-height: 16px;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__price-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.motorcycle-details__other-motorcycles-list .motorcycle-item__price-text span {
  white-space: nowrap;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__lease-price-text {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin-top: 6px;
  font-size: 8px;
  color: #ff0000;
  font-weight: bold;
  justify-content: space-between;
}
.motorcycle-details__other-motorcycles-list .motorcycle-item__lease-price-text .motorcycle-item__lease-price-subtext {
  color: #000;
  font-weight: normal;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__dealer-tags {
  position: relative;
  background: #f5f5f5;
  border-top: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px 12px 9px;
  font-size: 12px;
  line-height: 16px;
}
.motorcycle-details__other-motorcycles-list .motorcycle-item__dealer-tags::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  border-top: 1px solid #b2b2b2;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__dealer-tags .motorcycle-item__dealer-warranty {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.motorcycle-details__other-motorcycles-list .motorcycle-item__dealer-tags .motorcycle-item__dealer-warranty .motorcycle-item__warranty-prefix {
  margin-right: -3px;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__dealer-tags .motorcycle-item__motorcycle-warranty {
  font-size: 0.7em;
  display: flex;
  align-items: center;
  gap: 4px;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__motorcycle-motor-warranty-logo {
  max-height: 16px;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__motorcycle-warranty-logo {
  max-height: 12px;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__dealer-branddealer::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L7 11.5L12 5.5' stroke='%2300b300' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  vertical-align: middle;
}
.motorcycle-details__other-motorcycles-list .motorcycle-item__dealer-branddealer {
  font-weight: bold;
  font-size: 0.8em;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__dealer-info {
  padding: 8px 12px 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 13px;
  line-height: 22px;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__dealer-name {
  font-weight: bold;
}

.motorcycle-details__other-motorcycles-list .motorcycle-item__dealer-location {
  font-weight: normal;
}

@media (max-width: 750px) {
  .motorcycle-details__other-motorcycles-list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
.motorcycle-details__finance-layout {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 22px;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-benefits-icon-black {
  display: none;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-benefits-icon-white {
  display: flex;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-header {
  display: flex;
  margin-bottom: 4px;
  font-size: 16px;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-highlight {
  font-weight: bold;
  color: #E42020;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-header-subtext {
  font-weight: bold;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-description {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  position: relative;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-description span {
  flex: 0 0 75%;
}
@media (max-width: 900px) {
  .motorcycle-details__finance-layout .motorcycle-details__finance-description {
    margin-bottom: 40px;
  }
  .motorcycle-details__finance-layout .motorcycle-details__finance-description span {
    flex: 0 0 100%;
  }
}
.motorcycle-details__finance-layout .motorcycle-details__finance-logo {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 80%;
  top: -32px;
}
@media (max-width: 900px) {
  .motorcycle-details__finance-layout .motorcycle-details__finance-logo {
    left: 60%;
    top: 100px;
  }
}
.motorcycle-details__finance-layout .motorcycle-details__finance-benefits {
  display: flex;
  flex-direction: row;
  background-color: #140c05;
  background-image: url("/images/banner-nu-motorrijden.png"), linear-gradient(to top, #e30013 0, #e30013 5px, transparent 5px), linear-gradient(to right, #140c05 0%, #56392a 50%, #4b3828 100%);
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, 0 0;
  background-size: 100% 100%, 100% 100%, 100% 100%;
}
@media (max-width: 900px) {
  .motorcycle-details__finance-layout .motorcycle-details__finance-benefits {
    flex-direction: column;
    background: none;
  }
}
.motorcycle-details__finance-layout .motorcycle-details__finance-benefits .motorcycle-details__finance-benefits-header .motorcycle-details__finance-benefits-logo {
  width: 80px;
  height: 80px;
  align-self: center;
  margin-left: 24px;
  margin-right: 12px;
}
@media (max-width: 900px) {
  .motorcycle-details__finance-layout .motorcycle-details__finance-benefits .motorcycle-details__finance-benefits-header {
    background-color: #140c05;
    background-image: url("/images/banner-nu-motorrijden.png"), linear-gradient(to top, #e30013 0, #e30013 5px, transparent 5px), linear-gradient(to right, #140c05 0%, #56392a 50%, #4b3828 100%);
    background-repeat: no-repeat;
    background-position: 0 0, 0 0, 0 0;
    background-size: 100% 100%, 100% 100%, 100% 100%;
  }
}
.motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  color: #fff;
  gap: 48px;
  padding-top: 8px;
}
@media (max-width: 900px) {
  .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul {
    flex-direction: column;
    gap: 16px;
    color: #000;
    padding-left: 0;
  }
}
.motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li {
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  gap: 6px;
  align-items: center;
  font-size: 0.8em;
  text-align: center;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li img {
  width: 16px;
  height: 16px;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-title {
  font-weight: bold;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-description {
  font-size: 0.9em;
}
@media (max-width: 900px) {
  .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-icon-black {
    display: flex;
  }
  .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-icon-white {
    display: none;
  }
}
.motorcycle-details__finance-layout .motorcycle-details__finance-lease-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 22px;
  gap: 16px;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-lease-price .motorcycle-details__finance-lease-price-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #E42020;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-lease-price .motorcycle-details__finance-lease-price-text .motorcycle-details__finance-lease-price-subtext {
  color: #222;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-footertext {
  display: flex;
  flex-direction: column;
  padding: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #E42020;
  align-self: center;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-footertext span {
  align-self: center;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-button {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to bottom, #e30013 0%, #b1110f 100%);
  transition: background 0.2s, box-shadow 0.2s;
}
.motorcycle-details__finance-layout .motorcycle-details__finance-button:hover, .motorcycle-details__finance-layout .motorcycle-details__finance-button:focus {
  background: rgb(58.3492647059%, 5.6041666667%, 4.9448529412%);
}
.motorcycle-details__finance-layout .motorcycle-details__finance-button {
  width: 330px;
  max-width: 100%;
  align-self: center;
}

.motorcycle-details__insurance-layout {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 15px;
  line-height: 22px;
}
.motorcycle-details__insurance-layout span {
  display: flex;
  gap: 4px;
}

.motorcycle-details__insurance-logo {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.motorcycle-details__insurance-logo img {
  width: 200px;
  height: auto;
  margin-left: 24px;
}

.motorcycle-details__insurance-header {
  font-size: 24px;
  line-height: 30px;
  color: #006693;
  font-weight: bold;
  font-style: italic;
}

.motorcycle-details__insurance-description {
  display: block;
  font-size: 15px;
}
.motorcycle-details__insurance-description span {
  display: inline;
}

.motorcycle-details__insurance-guarantee {
  background: #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 900px) {
  .motorcycle-details__insurance-guarantee {
    padding: 20px;
  }
}
.motorcycle-details__insurance-guarantee span {
  flex: 0 0 30%;
  gap: 8px;
}
@media (max-width: 900px) {
  .motorcycle-details__insurance-guarantee span {
    flex: 0 0 100%;
  }
}
.motorcycle-details__insurance-guarantee span::before {
  content: "";
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: url("/images/vinkje_insurance.png") no-repeat center/contain;
}

.motorcycle-details__insurance-footertext {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 420px;
  max-width: 100%;
  font-size: 13px;
  line-height: 18px;
  color: #006693;
  align-self: center;
}
.motorcycle-details__insurance-footertext span {
  align-self: center;
}

.motorcycle-details__insurance-button {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: #0086c8;
  transition: background 0.2s, box-shadow 0.2s;
}
.motorcycle-details__insurance-button:hover, .motorcycle-details__insurance-button:focus {
  background: rgb(0%, 44.5090196078%, 66.431372549%);
}
.motorcycle-details__insurance-button {
  width: 274px;
  max-width: 100%;
  align-self: center;
}

.motorcycle-details__warranty-layout {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 15px;
  line-height: 22px;
}
.motorcycle-details__warranty-layout span {
  display: flex;
  gap: 4px;
}

.motorcycle-details__warranty-header {
  display: flex;
  flex-direction: row;
  gap: 64px;
}
@media (max-width: 900px) {
  .motorcycle-details__warranty-header {
    gap: 32px;
    flex-direction: column;
  }
}
.motorcycle-details__warranty-header img {
  width: 200px;
  height: auto;
}

.motorcycle-details__warranty-headertext {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: bold;
}
.motorcycle-details__warranty-headertext .maintext {
  font-size: 18px;
  line-height: 24px;
  color: #006693;
}
.motorcycle-details__warranty-headertext .subtext {
  font-size: 16px;
  line-height: 22px;
  color: #E42020;
}

.motorcycle-details__warranty-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.motorcycle-details__warranty-guarantee {
  display: flex;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.motorcycle-details__warranty-guarantee span {
  flex: 0 0 30%;
}
@media (max-width: 900px) {
  .motorcycle-details__warranty-guarantee span {
    flex: 0 0 100%;
  }
}
.motorcycle-details__warranty-guarantee span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/vinkje_motorgarantie_verzekering_tab.svg") no-repeat center/contain;
  margin-right: 8px;
}

.motorcycle-details__warranty-button {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: #0086c8;
  transition: background 0.2s, box-shadow 0.2s;
}
.motorcycle-details__warranty-button:hover, .motorcycle-details__warranty-button:focus {
  background: rgb(0%, 44.5090196078%, 66.431372549%);
}
.motorcycle-details__warranty-button {
  width: 274px;
  max-width: 100%;
  align-self: center;
}

.motorcycle-details__comparable-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 12px;
}

.motorcycle-details__comparable.motorcycles-view {
  grid-column: 1/-1;
}

.motorcycle-details__comparable-actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.brand-stock {
  margin-top: 15px;
  padding: 24px;
}
.brand-stock .brand-stock__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.brand-stock .brand-stock__title {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
}
.brand-stock .brand-stock__more {
  font-size: 13px;
  white-space: nowrap;
}
@media (min-width: 900px) {
  .brand-stock .brand-stock__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (min-width: 1168px) {
  .brand-stock .brand-stock__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.sticky-contact-footer {
  position: sticky;
  bottom: 0;
  z-index: 5;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 25px #222;
  border-radius: 5px 5px 0 0;
}
.sticky-contact-footer.is-docked {
  box-shadow: none;
  border-radius: 0;
}

.sticky-contact-footer-sentinel {
  height: 1px;
  margin: -1px 0 0;
  pointer-events: none;
  visibility: hidden;
}

@media (min-width: 900px) {
  .sticky-contact-footer {
    margin-top: -24px;
  }
}
.sticky-contact-footer a {
  width: calc(33.33% - 10px);
  padding: 5px 0;
  background-color: #0f93b9;
  color: #373737;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 25px;
  height: 25px;
}
.sticky-contact-footer a:hover {
  background-color: #0d7a99;
  text-decoration: none;
}

.sticky-contact-footer a:first-child {
  margin-left: 0;
}

.motorcycle-layout .sidebar-right > .sidebar-right__contact {
  padding: 15px 17px 13px;
}

.contact-buttons {
  display: flex;
  gap: 0;
}

.contact-button + .contact-button {
  margin-left: 11px;
}

.contact-button {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 86px;
  background: linear-gradient(to bottom, #0e91aa 0%, #0d7689 100%);
  color: #fff;
  border-radius: 6px;
  padding: 13px 4px 2px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s;
}
.contact-button:hover {
  background: #0d7689;
}
.contact-button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.contact-button__icon {
  display: block;
  width: auto;
  max-width: 44px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 8px;
  filter: brightness(0) invert(1);
}

.contact-button__text {
  display: block;
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}

.motorcycle-details__question.sidebar-right__question {
  padding: 17px;
}

.motorcycle-details__question h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
  padding: 0 0 0 4px;
  line-height: 16px;
  color: #006693;
  font-size: 15px;
  font-weight: 700;
}
.motorcycle-details__question h3 span {
  display: block;
  margin: 0;
  padding: 0;
}
.motorcycle-details__question h3::before {
  content: "";
  display: block;
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  background: url("/images/icon/question.png") no-repeat center center;
  background-size: contain;
}

.motorcycle-details__question-form .motorcycle-details__question-submit {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 40px;
  margin-top: 12px;
  border-radius: 6px;
  font-weight: bold;
}
.motorcycle-details__question-form .motorcycle-details__question-privacy {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 14px;
  gap: 4px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.motorcycle-details__question-form .motorcycle-details__question-privacy .underline {
  text-decoration: underline;
}
.motorcycle-details__question-form .motorcycle-details__question-input,
.motorcycle-details__question-form textarea {
  font-family: "Open Sans", sans-serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 17px 0 0;
  padding: 0 10px;
  height: 30px;
  font-size: 13px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.motorcycle-details__question-form .motorcycle-details__question-input::-moz-placeholder, .motorcycle-details__question-form textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #929292;
}
.motorcycle-details__question-form .motorcycle-details__question-input::placeholder,
.motorcycle-details__question-form textarea::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #929292;
}
.motorcycle-details__question-form textarea + .motorcycle-details__question-input {
  margin-top: 14px;
}
.motorcycle-details__question-form textarea {
  height: 204px;
  margin-top: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  resize: vertical;
}
.motorcycle-details__question-form #turnstile-question:empty {
  display: none;
}

.motorcycle-details__question-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 22px 24px;
  margin-top: 12px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  border: 1px solid #d8e9f3;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 69, 100, 0.08);
}
.motorcycle-details__question-success[hidden] {
  display: none;
}

.motorcycle-details__question-success-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
}
.motorcycle-details__question-success-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.motorcycle-details__question-success-icon circle {
  fill: #e8fff1;
  stroke: #18a957;
  stroke-width: 2;
}
.motorcycle-details__question-success-icon path {
  fill: none;
  stroke: #18a957;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.motorcycle-details__question-success-eyebrow {
  margin: 0;
  color: #18a957;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.motorcycle-details__question-success-title {
  margin: 10px 0 8px;
  color: #0d2433;
  font-size: 1.6rem;
  line-height: 1.15;
}

.motorcycle-details__question-success-message {
  max-width: 32ch;
  margin: 0 0 20px;
  color: #4a5d68;
  line-height: 1.6;
}

.motorcycle-details__question-go-back {
  min-width: 180px;
  border-radius: 999px;
}

.motorcycle-details__question .text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134, 239, 172, var(--tw-text-opacity, 1));
}

.brand-dealer-finder {
  --brand-dealer-finder-color: #006693;
}
.brand-dealer-finder--kawasaki {
  --brand-dealer-finder-color: #69be28;
}
.brand-dealer-finder .brand-dealer-finder__title {
  margin: 0 0 12px;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #222;
}
.brand-dealer-finder .brand-dealer-finder__brand {
  color: var(--brand-dealer-finder-color);
}
.brand-dealer-finder .brand-dealer-finder__map {
  width: 100%;
  height: 282px;
  margin-bottom: 12px;
  background: #e5e3df;
}
.brand-dealer-finder .brand-dealer-finder__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brand-dealer-finder .brand-dealer-finder__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.brand-dealer-finder .brand-dealer-finder__input,
.brand-dealer-finder .brand-dealer-finder__select,
.brand-dealer-finder .brand-dealer-finder__button {
  box-sizing: border-box;
  display: block;
  height: 32px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 30px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.brand-dealer-finder .brand-dealer-finder__input {
  width: 100%;
  padding: 0 10px;
}
.brand-dealer-finder .brand-dealer-finder__input::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #929292;
}
.brand-dealer-finder .brand-dealer-finder__input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #929292;
}
.brand-dealer-finder .brand-dealer-finder__row {
  display: flex;
  gap: 8px;
}
.brand-dealer-finder .brand-dealer-finder__select {
  flex: 1 1 50%;
  min-width: 0;
  padding: 0 28px 0 10px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%23222' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
}
.brand-dealer-finder .brand-dealer-finder__select::-ms-expand {
  display: none;
}
.brand-dealer-finder .brand-dealer-finder__button {
  flex: 1 1 50%;
  min-width: 0;
  padding: 0 12px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  border: 0;
  line-height: 32px;
  background: var(--brand-dealer-finder-color);
  transition: filter 0.2s;
}
.brand-dealer-finder .brand-dealer-finder__button:hover, .brand-dealer-finder .brand-dealer-finder__button:focus-visible {
  filter: brightness(0.9);
}
.brand-dealer-finder .brand-dealer-finder__button:disabled {
  cursor: default;
  opacity: 0.6;
}
.brand-dealer-finder .brand-dealer-finder__results {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.brand-dealer-finder .brand-dealer-finder__results-title {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #222;
}
.brand-dealer-finder .brand-dealer-finder__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.brand-dealer-finder .brand-dealer-finder__item + .brand-dealer-finder__item .brand-dealer-finder__item-link {
  border-top: 1px solid #eee;
}
.brand-dealer-finder .brand-dealer-finder__item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
}
.brand-dealer-finder .brand-dealer-finder__item-link::before {
  content: "";
  flex: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-dealer-finder-color);
}
.brand-dealer-finder .brand-dealer-finder__item-link::after {
  content: "";
  flex: none;
  width: 7px;
  height: 7px;
  margin-left: auto;
  margin-right: 4px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(-45deg);
}
.brand-dealer-finder .brand-dealer-finder__item-link:hover .brand-dealer-finder__item-name, .brand-dealer-finder .brand-dealer-finder__item-link:focus-visible .brand-dealer-finder__item-name {
  text-decoration: underline;
}
.brand-dealer-finder .brand-dealer-finder__item-link:hover::after {
  border-color: #222;
}
.brand-dealer-finder .brand-dealer-finder__item-link--static::after {
  display: none;
}
.brand-dealer-finder .brand-dealer-finder__item-text {
  flex: 1 1 auto;
  min-width: 0;
}
.brand-dealer-finder .brand-dealer-finder__item-name,
.brand-dealer-finder .brand-dealer-finder__item-meta {
  display: block;
}
.brand-dealer-finder .brand-dealer-finder__item-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.brand-dealer-finder .brand-dealer-finder__item-meta {
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
.brand-dealer-finder .brand-dealer-finder__message {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #555;
}
.brand-dealer-finder.is-loading .brand-dealer-finder__results {
  opacity: 0.5;
}

.brand-dealer-finder .gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.brand-dealer-finder .gm-style .gm-style-iw-d {
  padding: 0;
  overflow: hidden !important;
}

.brand-dealer-finder__card {
  position: relative;
  box-sizing: border-box;
  width: 176px;
  padding: 12px 12px 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #333;
  border-top: 3px solid var(--brand-dealer-finder-color, #006693);
}
.brand-dealer-finder__card .brand-dealer-finder__card-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f0f0f0;
  color: #555;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.brand-dealer-finder__card .brand-dealer-finder__card-close:hover {
  background: #e2e2e2;
  color: #000;
}
.brand-dealer-finder__card .brand-dealer-finder__card-name {
  margin-bottom: 4px;
  padding-right: 22px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #222;
}
.brand-dealer-finder__card .brand-dealer-finder__card-address {
  color: #555;
}
.brand-dealer-finder__card .brand-dealer-finder__card-distance {
  display: inline-block;
  margin-top: 8px;
  padding: 1px 8px;
  border-radius: 10px;
  background: #f1f1f1;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  color: #444;
}
.brand-dealer-finder__card .brand-dealer-finder__card-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}
.brand-dealer-finder__card .brand-dealer-finder__card-link {
  display: block;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.brand-dealer-finder__card .brand-dealer-finder__card-link:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.motorcycle-layout, .search-layout-sale {
  background: rgba(75, 75, 75, 0.4);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  padding: 0px 10px;
}
.motorcycle-layout section, .search-layout-sale section {
  margin: 0px;
}
.motorcycle-layout section.margin-top-10, .search-layout-sale section.margin-top-10 {
  margin-top: 10px;
}
.motorcycle-layout .main, .search-layout-sale .main {
  flex: 2 1 360px;
  min-width: 260px;
  max-width: calc(100% - 290px - 32px);
}
.motorcycle-layout .sidebar-right, .search-layout-sale .sidebar-right {
  flex: 0 0 290px;
  min-width: 290px;
  max-width: 290px;
  margin-left: 0;
}

.motorcycle-layout {
  gap: 20px;
  padding: 0 20px 40px;
}
.motorcycle-layout .main {
  max-width: calc(100% - 260px - 20px);
}
.motorcycle-layout .sidebar-right {
  flex: 0 0 260px;
  min-width: 260px;
  max-width: 260px;
}
.motorcycle-layout .motorcycle-details > .portlet-header-steady {
  line-height: 40px;
  font-size: 15px;
  text-transform: none;
}
.motorcycle-layout .motorcycle-details > .portlet-header-steady .h1-heading {
  line-height: 40px;
  font-size: 15px;
}
@media (min-width: 900px) {
  .motorcycle-layout .motorcycle-details {
    padding: 24px;
  }
  .motorcycle-layout .motorcycle-details > .portlet-header-steady {
    margin: -24px -24px 23px;
    padding-left: 24px;
  }
}
.motorcycle-layout .sidebar-right > section {
  padding: 17px;
}
.motorcycle-layout .sidebar-right > section > .portlet-header-steady {
  margin: -17px -17px 15px;
  padding-left: 17px;
  line-height: 40px;
  font-size: 15px;
  text-transform: none;
}
.motorcycle-layout .sidebar-right > .sidebar-right__dealer {
  padding-bottom: 22px;
}
.motorcycle-layout .sidebar-right > .sidebar-right__dealer > .portlet-header-steady {
  margin-bottom: 20px;
}
.motorcycle-layout .sidebar-right > .sidebar-right__dealer .motorcycle-details__dealer-details {
  margin-bottom: 23px;
}
.motorcycle-layout .sidebar-right > .sidebar-right__dealer .motorcycle-details__dealer-info {
  margin-bottom: 10px;
}
.motorcycle-layout section:not(.searchmodule):not(.no-background) {
  background: #fdfdfd;
}
.motorcycle-layout .sidebar-right > .banner-container {
  padding: 0;
  background: #fdfdfd;
}
.motorcycle-layout .sidebar-right > .banner-container a {
  display: block;
  width: 100%;
}
.motorcycle-layout .sidebar-right > .banner-container img {
  display: block;
  width: 100%;
  height: auto;
}
.motorcycle-layout .button--primary {
  background: linear-gradient(to bottom, #fbe01c 0%, #ecc818 100%);
}
.motorcycle-layout .button--primary:hover, .motorcycle-layout .button--primary:focus {
  background: #ecc818;
}

@media (min-width: 750px) {
  .motorcycle-layout .sidebar-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .motorcycle-layout .sidebar-right > section.margin-top-10 {
    margin-top: 0;
  }
}
@media (min-width: 650px) and (max-width: 750px) {
  .motorcycle-layout .sidebar-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    grid-template-areas: "dealer contact" "dealer question" "other other";
  }
  .motorcycle-layout .sidebar-right > * {
    width: 100%;
    padding: 0;
  }
  .motorcycle-layout .sidebar-right > * h3, .motorcycle-layout .sidebar-right > * h4, .motorcycle-layout .sidebar-right > * form, .motorcycle-layout .sidebar-right > * div {
    margin: 5px;
  }
  .motorcycle-layout .sidebar-right .motorcycle-details__other-motorcycles-list div {
    margin: 0;
  }
  .sidebar-right__dealer {
    grid-area: dealer;
  }
  .sidebar-right__contact {
    grid-area: contact;
  }
  .sidebar-right__question {
    grid-area: question;
  }
  .sidebar-right__other-motorcycles {
    grid-area: other;
  }
}
@media (max-width: 750px) {
  .motorcycle-layout {
    flex-direction: column;
    align-items: stretch;
  }
  .motorcycle-layout .main,
  .motorcycle-layout .sidebar-right {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
.motorcycle-back-button {
  background-color: rgba(75, 75, 75, 0.4);
  padding: 17px 20px 10px;
  line-height: 16px;
}
.motorcycle-back-button a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-sizing: border-box;
  height: 32px;
  padding: 0 14px 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.62);
  color: #fadc18;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  transition: background-color 0.15s, border-color 0.15s;
}
.motorcycle-back-button a:hover, .motorcycle-back-button a:focus-visible {
  background: rgba(0, 0, 0, 0.85);
  border-color: #fadc18;
  text-decoration: none;
}
.motorcycle-back-button a .icon-chevron {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}
.motorcycle-back-button--light {
  background-color: rgba(229, 229, 229, 0.4);
  padding-bottom: 8px;
}

.motorcycle-details {
  position: relative;
}

.motorcycle-print {
  float: right;
  margin-left: auto;
}

.motorcycle-favorite-button {
  display: block;
  position: absolute;
  right: 20px;
  margin-top: -3px;
}
.motorcycle-favorite-button .fav-icon {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 34px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.motorcycle-favorite-button .fav-icon::before {
  content: "";
  position: absolute;
  inset: -5px;
}
.motorcycle-favorite-button .fav-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  transition: fill 0.2s ease;
}
.motorcycle-favorite-button .fav-icon svg path {
  stroke: #E42320;
  stroke-width: 2.4px;
}
@media (hover: hover) {
  .motorcycle-favorite-button .fav-icon:hover svg {
    fill: #ff0000;
    fill-opacity: 0.35;
  }
}
.motorcycle-favorite-button .fav-icon.is-active svg {
  fill: #ff0000;
  fill-opacity: 1;
}

.motorcycle-details__dealer-container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.motorcycle-details__dealer-container button {
  font-size: 15px;
  font-weight: bold;
}

.motorcycle-details__dealer-button {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to bottom, #0e91aa 0%, #0d7689 100%);
  transition: background 0.2s, box-shadow 0.2s;
}
.motorcycle-details__dealer-button:hover, .motorcycle-details__dealer-button:focus {
  background: rgb(4.0580392157%, 36.8345098039%, 42.7654901961%);
}
.motorcycle-details__dealer-button {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.motorcycle-details__dealer-motorcycles-button button {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: bold;
}
.motorcycle-details__dealer-motorcycles-button:last-child button:last-child {
  margin-bottom: 0;
  padding: 0 12px;
}

.motorcycle-details__insurance-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.motorcycle-details__insurance-labels {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}
.motorcycle-details__insurance-labels > span:first-child {
  white-space: nowrap;
}
@media (min-width: 900px) and (max-width: 1168px) {
  .motorcycle-details__insurance-labels > span:first-child {
    white-space: normal;
  }
}

.motorcycle-details__insurance-container .pricetag-insurance {
  flex: 0 0 60px;
  margin-left: auto;
  margin-right: -4px;
}

@media (min-width: 1168px) and (max-width: 1430px) {
  .motorcycle-details__specs-list li.insurance-price .spec-label,
  .motorcycle-details__specs-list li.insurance-price .spec-value {
    flex: 0 0 100%;
    max-width: none;
  }
  .motorcycle-details__insurance-text {
    font-size: 10px;
    line-height: 13px;
    padding-top: 2px;
  }
  .motorcycle-details__insurance-container .pricetag-insurance {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: -3px;
  }
}
.motorcycle-details__insurance-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  padding-top: 4px;
}
.motorcycle-details__insurance-text span {
  font-weight: bold;
}

@media (min-width: 1168px) {
  .motorcycle-details {
    display: grid;
    grid-template-columns: minmax(0, 696fr) minmax(0, 282fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: flex-start;
  }
  .motorcycle-details > .portlet-header-steady {
    grid-column: 1/-1;
  }
  .motorcycle-details__tabs {
    grid-column: 1/-1;
  }
  .motorcycle-details__images {
    width: 100%;
  }
  .motorcycle-details__info {
    width: 100%;
  }
}
.motorcycle-details__info {
  position: relative;
}
.motorcycle-details__info .motorcycle-favorite-button {
  right: -5px;
  top: -4px;
  margin-top: 0;
}
.motorcycle-details__info .motorcycle-favorite-button .fav-icon {
  width: 30px;
  height: 33px;
}

@media (min-width: 900px) {
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search {
    padding: 0;
    background: none;
    box-shadow: none;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .portlet-header-steady {
    margin: 0;
    padding-left: 15px;
    line-height: 38px;
    font-size: 15px;
    background-color: #262626;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-search__body {
    padding: 6px 14px 12px;
    background: #e6e6e6;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-search__map {
    box-sizing: border-box;
    margin: 0 auto 12px;
    padding: 10px 12px;
    background: #fff;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-map {
    display: block;
    width: 100%;
    height: auto;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-map__province {
    cursor: pointer;
    outline: none;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-map__province path {
    fill: #f5efc8;
    stroke: #4d4d4d;
    stroke-width: 1;
    stroke-linejoin: round;
    transition: fill 0.12s ease;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-map__province:hover path, body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-map__province:focus-visible path {
    fill: #f6e27a;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-map__province.is-selected path {
    fill: #fadc18;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-map__province.is-selected:hover path {
    fill: #dcbf00;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-search__actions {
    display: flex;
    gap: 14px;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-search__actions .button {
    box-sizing: border-box;
    height: 33px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 33px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    box-shadow: none;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-search__submit {
    flex: 2 1 0;
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-search__reset {
    flex: 1 1 0;
    background: linear-gradient(to bottom, #d9d9d9 0%, #b3b3b3 100%);
  }
  body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-search__reset:hover, body.is-desktop .search-layout.address-search-layout .sidebar .province-search .province-search__reset:focus {
    background: linear-gradient(to bottom, #e6e6e6 0%, #c4c4c4 100%);
    color: #1a1a1a;
  }
  body.is-desktop .search-layout.address-search-layout .main .address-overview__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
    min-height: 38px;
    margin: 0;
    padding: 0 18px 0 15px;
    background: #262626;
    color: #fff;
  }
  body.is-desktop .search-layout.address-search-layout .main .address-overview__title {
    margin: 0;
    font-size: 15px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.is-desktop .search-layout.address-search-layout .main .address-overview__count {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
    white-space: nowrap;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 11px 15px 17px;
    background: #d3d3d3;
    box-shadow: none;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .address-search {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 6px 13px;
    padding: 0 0 17px;
    border-bottom: 1px solid #b3b3b3;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-group {
    display: flex;
    align-items: flex-end;
    gap: 13px;
    min-width: 0;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-group--address {
    flex: 1 1 324px;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-group--keyword {
    flex: 1 1 304px;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-row label {
    display: block;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    color: #373737;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-row--address {
    flex: 1 1 auto;
    min-width: 0;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-row--radius {
    flex: 0 0 111px;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-row--radius .searchform-double-grid {
    display: block;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-row--keyword {
    flex: 1 1 auto;
    min-width: 0;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-row--actions {
    flex: 0 0 111px;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .searchform-row--actions .button {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 34px;
    font-weight: 700;
    box-shadow: none;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .input-style {
    min-height: 34px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    background: #fff;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .input-style:focus-within {
    border-color: #373737;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .input-style input[type=text] {
    height: 32px;
    padding: 0 10px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    color: #373737;
    cursor: text;
    outline: none;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .input-style input[type=text]::-moz-placeholder {
    color: #808080;
    opacity: 1;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .input-style input[type=text]::placeholder {
    color: #808080;
    opacity: 1;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .select-style {
    min-height: 34px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .select-style::after {
    width: 32px;
    height: 32px;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .select-style::before {
    right: 11px;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .select-style:focus-within {
    border-color: #373737;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .select-style select {
    height: 32px;
    line-height: 32px;
    padding: 0 40px 0 10px;
    font-size: 13px;
    font-weight: 700;
    color: #373737;
    outline: none;
  }
  body.is-desktop .search-layout.address-search-layout .main .searchmodule.address-filter-module .select-style .select-style__label {
    display: none;
  }
  body.is-desktop .search-layout.address-search-layout .main > .list-navigation:not(.footer) {
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px 23px;
    background: #d3d3d3;
  }
  body.is-desktop .search-layout.address-search-layout .main > .list-navigation:not(.footer) .list-navigation__title--bar {
    display: none;
  }
  body.is-desktop .search-layout.address-search-layout .main > .list-navigation:not(.footer) .list-navigation-pagination {
    margin: 0 0 0 auto;
    padding: 0;
  }
  body.is-desktop .search-layout.address-search-layout .main .list-navigation__pagination .pagination {
    background: #fff;
  }
  body.is-desktop .search-layout.address-search-layout .main .list-navigation__pagination .pagination-current,
  body.is-desktop .search-layout.address-search-layout .main .list-navigation__pagination .pagination-current:hover {
    background: linear-gradient(to bottom, #fadc18 0%, #dcbf00 100%);
  }
  body.is-desktop .search-layout.address-search-layout .main .main-results-container {
    box-sizing: border-box;
    padding: 0 15px;
    background: #d3d3d3;
    container: address-list/inline-size;
  }
  body.is-desktop .search-layout.address-search-layout .main .main-results-container section.dealers-cards-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  body.is-desktop .search-layout.address-search-layout .main .card-dealers .dealer-card {
    position: relative;
    display: grid;
    grid-template-columns: 129px minmax(0, 1fr) auto;
    grid-template-rows: 1fr auto;
    grid-template-areas: "image info actions" "image more actions";
    -moz-column-gap: 11px;
         column-gap: 11px;
    row-gap: 0;
    box-sizing: border-box;
    min-height: 109px;
    margin: 0;
    padding: 7px 11px 8px 7px;
    background: #f6f6f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    transition: background 0.15s ease, box-shadow 0.15s ease;
  }
  body.is-desktop .search-layout.address-search-layout .main .card-dealers .dealer-card:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__image {
    grid-area: image;
    align-self: start;
    width: 129px;
    max-width: 100%;
    height: 90px;
    overflow: hidden;
    background: #fff;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background: #fff;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__info {
    grid-area: info;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    padding-top: 1px;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__name {
    margin: 0 0 1px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #373737;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__name a {
    color: inherit;
    text-decoration: none;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__name a:hover {
    text-decoration: underline;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__address {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #373737;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__address span {
    display: inline;
    margin-right: 4px;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__phone,
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__email,
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__website {
    display: none;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__brands {
    margin: 4px 0 0;
    font-size: 11px;
    color: #373737;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__brands img.dealer-sells-brand {
    width: 26px;
    height: 18px;
    margin-right: 0;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__more {
    grid-area: more;
    align-self: end;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding-top: 10px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    color: #157f99;
    text-decoration: none;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__more::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #157f99;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__more:hover {
    text-decoration: underline;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__actions {
    grid-area: actions;
    align-self: end;
    justify-self: end;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 8px;
    max-width: 100%;
    min-width: 0;
  }
  @container address-list (max-width: 656px) {
    body.is-desktop .search-layout.address-search-layout .main .card-dealers .dealer-card {
      grid-template-columns: 129px minmax(0, 1fr);
      grid-template-areas: "image info" "more actions";
      row-gap: 8px;
    }
    body.is-desktop .search-layout.address-search-layout .main .dealer-card__more {
      padding-top: 0;
      align-self: center;
    }
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: 0 1 auto;
    width: 150px;
    min-width: 104px;
    height: 27px;
    padding: 0 8px;
    white-space: nowrap;
    border: 1px solid #157f99;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
    cursor: pointer;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__button--primary {
    background: #157f99;
    color: #fff;
  }
  body.is-desktop .search-layout.address-search-layout .main .dealer-card__button--primary:hover {
    background: #106880;
    border-color: #106880;
  }
  body.is-desktop .search-layout.address-search-layout .main > .list-navigation.footer {
    box-sizing: border-box;
    margin: 0;
    padding: 23px 15px 23px;
    background: #d3d3d3;
  }
  body.is-desktop .search-layout.address-search-layout .main > .list-navigation.footer .list-navigation__block--bottom {
    justify-content: flex-end;
  }
  body.is-desktop .search-layout.address-search-layout .main > .list-navigation.footer:has(> .list-navigation-pagination[style*="display: none"]) {
    padding: 15px 15px 0;
  }
}
.dealers-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
  row-gap: 1.7rem;
}
@media (min-width: 1100px) {
  .dealers-cards-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.dealers-cards-wrapper .dealer-card {
  margin-bottom: 0;
  height: 100%;
}

.dealer-card {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 0.5rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.dealer-card:hover {
  background: #f9f9f9;
}
.dealer-card__image {
  flex: 0 0 120px;
  max-width: 120px;
}
.dealer-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f5f5f5;
}
.dealer-card__info {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dealer-card__name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.dealer-card__address {
  font-size: 0.8rem;
  color: #444;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.dealer-card__address span {
  display: inline-block;
  margin-right: 0.5rem;
}
.dealer-card__phone, .dealer-card__email, .dealer-card__website {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}
.dealer-card__phone a, .dealer-card__email a, .dealer-card__website a {
  color: #006693;
  text-decoration: none;
}
.dealer-card__phone a:hover, .dealer-card__email a:hover, .dealer-card__website a:hover {
  text-decoration: underline;
}
.dealer-card__brands {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0;
  font-size: 0.8rem;
  color: #444;
  flex-wrap: wrap;
}
.dealer-card__brands img.dealer-sells-brand {
  width: 32px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 3px;
  background: #f5f5f5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  margin-right: 0.25rem;
}
.dealer-card__brands .dealer-sells-brand--text {
  font-size: 0.8rem;
  color: #373737;
}

.dealer-detail .main h2 {
  margin-left: 10px;
  font-size: 1.3rem;
}

.dealer-information__main-flex {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
}
@media (max-width: 900px) {
  .dealer-information__main-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.dealer-information__photos {
  flex: 1 1 0;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dealer-information__main-photo-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}

.dealer-information__photo-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dealer-information__main-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: #f5f5f5;
  will-change: transform;
}

.dealer-information__image-counter {
  display: none;
}

.dealer-information__thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  position: relative;
  z-index: 2;
}

.dealer-information__thumb {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.15s;
}

.dealer-information__thumb.is-active,
.dealer-information__thumb:hover,
.dealer-information__thumb:focus {
  border-color: #006693;
}

.dealer-information__description {
  font-size: 1rem;
  color: #333;
  margin-top: 1.2rem;
  line-height: 1.6;
}

.dealer-information__main-flex {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .dealer-information__main-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.dealer-information__photos {
  flex: 1.6 1 0;
  max-width: none;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .dealer-information__photos {
    flex: 1 1 100%;
    max-width: 100%;
    order: 2;
  }
}

.dealer-information__right {
  flex: 1 1 0;
  max-width: none;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
@media (max-width: 900px) {
  .dealer-information__right {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}

@media (min-width: 901px) {
  .dealer-information__main-flex--details-only .dealer-information__photos {
    display: none;
  }
  .dealer-information__main-flex--details-only .dealer-information__right {
    flex: 1 1 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .dealer-information__main-flex--details-only .dealer-information__content {
    flex: 1 1 0;
    min-width: 0;
  }
  .dealer-information__main-flex--details-only .dealer-information__map--desktop {
    flex: 1 1 0;
    min-width: 0;
    margin-top: 0;
  }
}
.dealer-information__flex {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 700px) {
  .dealer-information__flex {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
}

.dealer-information__content {
  container: dealer-content/inline-size;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .dealer-information__content {
    padding: 0.85rem;
    gap: 0.7rem;
  }
}

.dealer-information__identity {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}
@media (max-width: 600px) {
  .dealer-information__identity {
    grid-template-columns: 1fr;
  }
}

.dealer-information__meta {
  min-width: 0;
}

.dealer-information__header h1 {
  margin: 0 0 0.3rem;
  line-height: 1.2;
  font-size: 1.3rem;
}

.dealer-information__logo {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 600px) {
  .dealer-information__logo {
    width: 100%;
    max-width: 180px;
  }
}

.dealer-information__logo .dealer-information__img {
  width: 100%;
  height: auto;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.dealer-information__address {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.35;
  margin-bottom: 0;
}
.dealer-information__address p {
  margin: 0;
}
.dealer-information__address p:not(:last-child) {
  margin-bottom: 0.1rem;
}

.dealer-information__actions {
  display: grid;
  grid-template-columns: minmax(max-content, 1fr) minmax(0, 1fr);
  gap: 0.55rem;
  width: 100%;
}
@media (max-width: 700px) {
  .dealer-information__actions {
    grid-template-columns: 1fr;
  }
}

@container dealer-content (max-width: 380px) {
  .dealer-information__actions {
    grid-template-columns: 1fr;
  }
}
.dealer-information__map-jump {
  display: none;
}

.dealer-information__content .btn-full {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  cursor: pointer;
  background: #f7fafd;
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  color: #006693;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 22px;
  padding: 0.55rem 0.75rem;
  margin-bottom: 0;
  text-align: left;
  transition: background 0.15s, border 0.15s;
  text-decoration: none;
}
.dealer-information__content .btn-full svg, .dealer-information__content .btn-full img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.dealer-information__content .btn-full:hover, .dealer-information__content .btn-full:focus {
  background: #e6f3fa;
  border-color: #b3d8ee;
  color: #004e73;
  text-decoration: underline;
}
.dealer-information__content .btn-full.is-disabled {
  cursor: default;
  pointer-events: none;
  background: #f2f2f2;
  border-color: #e0e0e0;
  color: #999;
}
.dealer-information__content .btn-full.is-disabled:hover, .dealer-information__content .btn-full.is-disabled:focus {
  background: #f2f2f2;
  border-color: #e0e0e0;
  color: #999;
  text-decoration: none;
}
.dealer-information__content .btn-full.is-disabled img {
  opacity: 0.5;
}

.dealer-information__actions .dealer-information__contact {
  grid-column: 1/-1;
  contain: inline-size;
}

.dealer-information__actions .dealer-information__phone-reveal-wrap {
  display: flex;
  min-width: 0;
}
.dealer-information__actions .dealer-information__phone-reveal-wrap .dealer-information__phone-reveal-link {
  display: none;
}
.dealer-information__actions .dealer-information__phone-reveal-wrap.is-revealed .dealer-information__phone-reveal-trigger {
  display: none;
}
.dealer-information__actions .dealer-information__phone-reveal-wrap.is-revealed .dealer-information__phone-reveal-link {
  display: flex;
}

.dealer-information__hours {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  background: #f7fafd;
  padding: 0.45rem 0.65rem;
  position: relative;
}

.dealer-information__hours summary {
  cursor: pointer;
  font-weight: 600;
  color: #004e73;
  list-style: none;
}

.dealer-information__hours summary::-webkit-details-marker {
  position: relative;
  display: none;
}

.dealer-information__hours-content {
  margin-top: 0.5rem;
}

.dealer-information__hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dealer-information__hours-list li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  font-size: 0.9rem;
  padding: 0.1rem 0;
}

.dealer-information__hours-day {
  font-weight: 600;
}

.dealer-information__image-prev,
.dealer-information__image-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  color: #1a1a1a;
  cursor: pointer;
  z-index: 3;
}
.dealer-information__image-prev .icon-chevron,
.dealer-information__image-next .icon-chevron {
  display: block;
  width: 20px;
  height: 20px;
}
.dealer-information__image-prev:hover,
.dealer-information__image-next:hover {
  background: rgba(250, 220, 24, 0.8);
}

.dealer-information__image-prev {
  left: 0.5rem;
}

.dealer-information__image-next {
  right: 0.5rem;
}

.dealer-information__map {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.25rem;
  min-height: 420px;
}

.dealer-information__map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

.dealer-information__map--locked {
  position: relative;
  cursor: pointer;
}
.dealer-information__map--locked iframe {
  filter: blur(5px) saturate(0.8);
  pointer-events: none;
  transition: filter 0.2s ease;
}
.dealer-information__map--locked::after {
  content: "Klik om de kaart te activeren";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35);
  color: #00384f;
  font-weight: 600;
  font-size: 0.92rem;
  text-align: center;
  padding: 0.8rem;
  pointer-events: none;
}

.dealer-information__map--mobile {
  display: none;
}

@media (max-width: 600px) {
  .dealer-information__map {
    min-height: 220px;
  }
  .dealer-information__map iframe {
    height: 220px;
  }
}
@media (max-width: 900px) {
  .dealer-information__map--desktop {
    display: none;
  }
  .dealer-information__map--mobile {
    display: block;
  }
  .dealer-information__map-jump {
    display: flex;
  }
}
.dealer-information__image {
  width: 100%;
  max-width: 200px;
  height: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
}

.address-search-layout .main-results-container .errors {
  box-sizing: border-box;
  grid-column: 1/-1;
  width: 100%;
  margin: 0;
  padding: 16px 24px;
  background: #fff;
  border-left: 4px solid #e3221f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-size: 0.85rem;
  line-height: 1.5;
  color: #333;
  text-align: left;
}
.address-search-layout .main-results-container .errors p {
  margin: 0;
}

@media (min-width: 900px) {
  body.is-desktop .motorcycle-no-results {
    box-sizing: border-box;
    grid-column: 1/-1;
    width: 100%;
    margin: 0;
    padding: 36px 24px;
    background: #fff;
    border: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    color: #333;
    text-align: center;
  }
  body.is-desktop .motorcycle-no-results .motorcycle-no-results__content {
    max-width: 520px;
    margin: 0 auto;
    padding: 0;
  }
  body.is-desktop .motorcycle-no-results .motorcycle-no-results__title {
    margin: 0 0 10px;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #333;
  }
  body.is-desktop .motorcycle-no-results .motorcycle-no-results__text {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #444;
  }
  body.is-desktop .search-layout:not(.address-search-layout):not(.search-layout-sale) .no-results-wrapper {
    padding: 16px;
    background: #ccc;
  }
  body.is-desktop .search-layout:not(.address-search-layout):not(.search-layout-sale) .no-results-wrapper:empty {
    display: none;
  }
}
/* Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal */
.modal {
  background: #f7f7f7;
  width: 90%;
  max-width: 800px;
  max-height: 90vh; /* constrain modal height to viewport */
  display: flex; /* allow header/body layout */
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.2s ease;
}

/* Header */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #009fe3;
  color: white;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: white;
  cursor: pointer;
}

/* Body */
.modal-body {
  padding: 16px;
  overflow-y: auto; /* enable scrolling for body */
  /* leave a bit of room for header height */
  max-height: calc(90vh - 60px);
}

/* Motor tile */
.motor-tile {
  display: flex;
  gap: 12px;
  background: #fff;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 5px;
}

/* Form */
form input,
form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
}

textarea {
  min-height: 120px;
}

.checkbox {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

/* Actions */
.actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.actions button {
  padding: 10px 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.actions button[type=submit] {
  background: #009fe3;
  color: white;
}

.actions button[type=button] {
  background: #e0e0e0;
}

/* Animations */
@keyframes fadeIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* Responsive */
@media (max-width: 600px) {
  .modal {
    width: 95%;
  }
}
.ui-widget-content {
  background: var(--motoroccasion-lichtgrijs) !important;
}

#dlgMailPopup .micro-tile-price {
  font-size: 15px;
}

#dlgMailPopup h1.mo_inl_heading,
#dlgMailPopup h2.mo_inl_heading,
#dlgMailPopup h3.mo_inl_heading,
#dlgMailPopup h4.mo_inl_heading,
#dlgMailPopup h5.mo_inl_heading,
#dlgMailPopup h6.mo_inl_heading {
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
}

#dlgMailPopup h1.mo_inl_heading {
  font-size: 20px;
}

#dlgMailPopup h2.mo_inl_heading {
  text-transform: none;
  font-size: 14px;
  margin-top: 0;
  color: var(--motoroccasion-blauw);
}

#dlgMailPopup {
  text-align: left;
  position: relative;
  padding: 7px 0px;
}

#dlgMailPopup #emailtypediv.mo_inl_padding {
  padding: 15px 0 0 5px !important;
}

#moModalDialogContentWrapper {
  background-color: var(--motoroccasion-lichtgrijs);
  padding-bottom: 20px;
  padding-right: 15px;
}

#dlgMailPopup .mo_inl_padding {
  padding: 0px;
  font-size: 15px;
}

#dlgMailPopup .mo_inl_form_row {
  display: table;
  zoom: 1;
  width: 100%;
}

#dlgMailPopup .mo_inl_form_col {
  width: 49%;
  float: left;
}

#dlgMailPopup .mo_inl_form_col:last-child {
  float: right;
}

#dlgMailPopup input[type=text],
#dlgMailPopup textarea {
  box-sizing: border-box;
  font-size: inherit;
  margin-bottom: 0.5rem;
  font-weight: 300;
  border: 2px solid #cacaca;
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-family: inherit;
  height: 36px;
}

#dlgMailPopup input[type=text].error,
#dlgMailPopup textarea.error {
  border: 2px solid var(--motoroccasion-rood);
}

label.checkbox-label {
  display: flex;
  align-items: flex-start; /* bovenkant uitlijnen */
  gap: 0.5em; /* ruimte tussen checkbox en tekst */
  cursor: pointer;
}

#dlgMailPopup .mo_inl_form_kenteken {
  background-color: #FDCD01;
  border: 2px solid #000 !important;
  border-radius: 4px;
  width: 110px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

#dlgMailPopup .mo_inl_form_kenteken::-moz-placeholder {
  text-transform: none;
  font-weight: bold;
  text-align: center;
}

#dlgMailPopup .mo_inl_form_kenteken::placeholder {
  text-transform: none;
  font-weight: bold;
  text-align: center;
}

#email1 textarea {
  resize: vertical;
  min-height: 200px;
}

#inruil textarea {
  height: 154px;
}

#emailpopupform {
  margin: 0;
  float: none;
}

#knoppen {
  margin-right: -20px;
  padding-top: 0;
  text-align: right;
}

#knoppen .mo_inl_inp {
  float: right;
  display: inline-block;
  margin-right: 10px;
}

#knoppen .mo_inl_inp button {
  padding: 0 7px !important;
  background-color: #009fe3;
  border: 0px;
  transition: 0.3s ease;
  outline: 0px !important;
}

#knoppen .mo_inl_inp button:hover {
  background-color: #009fe3;
  transition: 0.3s ease;
}

#knoppen .mo_inl_inp button:active {
  background-color: #009fe3;
  transition: 0.3s ease;
}

#photoupload {
  border: 2px dashed #cacaca;
  padding: 20px;
  text-align: center;
  background-color: #fafafa;
}

#photoupload .dz-message {
  margin: 5%;
}

#photoupload button {
  padding: 10px;
  margin-bottom: 10px;
  border: 2px solid var(--motoroccasion-blauw);
  border-radius: 5px;
  height: 45px;
  color: var(--motoroccasion-blauw);
}

#dlgMailPopup .btn-finish {
  margin-top: -140px;
}

#dlgMailPopup:has(#inruil.hidden) .btn-finish {
  margin-top: -60px;
}

#motortile {
  background-color: #eee;
}

#motortile .micro-tile {
  overflow: hidden;
  width: auto !important;
}

#motortile .micro-tile-headline {
  margin-left: 150px;
  height: auto !important;
  padding: 3px !important;
}

#motortile .micro-tile-headline .micro-tile-wrapper {
  line-height: 1.2;
  padding-left: 5px;
  padding-top: 3px;
  height: 91px;
}

#motortile .micro-tile-headline .micro-tile-wrapper .micro-tile-brand {
  font-weight: bold;
}

#motortile .micro-tile-headline .micro-tile-wrapper .micro-tile-price {
  font-weight: bold;
  color: var(--motoroccasion-blauw);
}

#motortile .micro-tile-headline .micro-tile-wrapper .micro-tile-price.micro-tile-price-old {
  font-weight: normal;
  color: var(--motoroccasion-grijs);
  text-decoration: line-through;
}

#motortile .micro-tile-headline .micro-tile-wrapper .micro-tile-yearmls {
  font-weight: bold;
}

#motortile .micro-tile-headline span.micro-tile-label {
  display: inline-block;
  width: 100px;
  font-weight: normal;
  color: black;
}

#dealerlogo {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  height: 112px;
  line-height: 110px;
  overflow: hidden;
}

.full-tile-bedrijfslogo img {
  width: auto;
  max-width: none;
  max-height: 102px;
  display: inline-block;
}

#dlgMailPopup .mo_inl_inp button {
  padding: 10px 15px;
  /* background-color: #009fe3; */
  border: 0px;
  transition: 0.3s ease;
  outline: 0px !important;
}

.mo_inl_half {
  width: 49%;
  display: inline-block;
}

.mo_inl_form_line {
  font-size: 14px;
  margin-bottom: 5px;
}

.mo_inl_form_line input[type=text] {
  padding: 2px 0.5rem !important;
}

.mo_inl_form_line input::-moz-placeholder {
  color: #000;
  font-weight: normal;
  font-size: 13px;
}

.mo_inl_form_line input::placeholder {
  color: #000;
  font-weight: normal;
  font-size: 13px;
}

.mo_inl_form_line textarea {
  height: 136px;
}

#moModalDialog {
  font-size: 14px !important;
  max-width: 800px !important;
}

#moModalDialogTitle {
  padding-left: 22px;
}

.micro-tile {
  /* height: 90px !important; */
}

.micro-tile-photo {
  margin: 0;
  width: 136px !important;
  height: 102px;
  float: left;
}

.micro-tile-headline {
  display: inline-block;
  width: calc(100% - 144px);
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  margin-left: 0 !important;
  font-size: 0.94em !important;
}

.micro-tile-wrapper div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#motorcontextheader {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}

#emailtypediv {
  width: 55%;
  white-space: nowrap;
  overflow-x: hidden;
  display: inline-block;
  padding: 0 5px 0 0;
}

@media all and (max-width: 730px) {
  .ui-dialog {
    padding: 0px;
    border-radius: 10px;
  }
  #motortile .micro-tile-headline span.micro-tile-label {
    width: 80px;
  }
  #dlgMailPopup {
    padding: 0px 10px;
  }
  #dlgMailPopup h2.mo_inl_heading {
    font-size: 16px;
    text-transform: none;
  }
  #email1 textarea {
    min-height: 152px;
  }
  #motorcontextheader {
    width: calc(100% - 20px);
    padding: 20px 10px 0px 10px;
  }
  #dlgMailPopup {
    background-color: #eee !important;
  }
  #dlgMailPopup .mo_inl_form_row {
    padding: 10px;
  }
  .mo_inl_form_line {
    font-size: 16px;
  }
  .mo_inl_form_line textarea {
    border-radius: 5px;
  }
  .mo_inl_form_line input[type=text] {
    height: 36px;
    border-radius: 5px;
  }
  .mo_inl_form_line input[type=text]::-moz-placeholder {
    font-size: 16px;
    color: var(--motoroccasion-grijs);
    text-transform: none;
  }
  .mo_inl_form_line input[type=text]::placeholder {
    font-size: 16px;
    color: var(--motoroccasion-grijs);
    text-transform: none;
  }
  #emailtypediv {
    width: 100%;
    display: none;
  }
  #motortile {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
  }
  #motortile .micro-tile-headline .micro-tile-wrapper .micro-tile-price.micro-tile-price-old {
    display: none;
  }
  .mo_inl_half {
    width: 100%;
  }
  #dlgMailPopup .mo_inl_form_col {
    width: 100%;
  }
  #dlgMailPopup .button-mo {
    width: 100%;
    border: none;
    height: 36px;
    border-radius: 5px;
    font-weight: bold;
  }
  #dlgMailPopup .button-mo.white {
    background-color: transparent;
    color: var(--motoroccasion-grijs);
  }
  #photoupload {
    border-radius: 10px;
  }
}
@media all and (max-width: 370px) {
  #motortile .micro-tile-headline .micro-tile-wrapper .micro-tile-price {
    font-size: 12px;
    margin-top: 5px;
  }
  #motortile .micro-tile-headline .micro-tile-wrapper .micro-tile-yearmls {
    font-size: 12px;
  }
  #motortile .micro-tile-headline .micro-tile-wrapper .micro-tile-label {
    width: 65px;
  }
}
.search-layout-sale .main {
  flex: 2 1 120px;
  max-width: calc(100% - 120px - 32px);
}
.search-layout-sale .main .topfilterbar {
  grid-area: topfilterbar;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 14px;
  margin-bottom: 0;
  background-color: #ccc;
  display: flex;
  align-items: center;
  gap: 14px;
}
.search-layout-sale .main .topfilterbar .searchmodule-sale {
  flex: 1 1 auto;
  min-width: 0;
}
.search-layout-sale .main .topfilterbar .list-navigation__sort {
  flex: 0 0 auto;
  margin-left: auto;
}
.search-layout-sale .main .list-navigation__count {
  color: #fff;
  padding-left: 0;
}
.search-layout-sale .main .list-navigation__filters {
  background-color: #ccc;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.search-layout-sale .main nav.list-navigation {
  background-color: #ccc;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-end;
  padding: 14px;
  padding-bottom: 24px;
}
.search-layout-sale .main nav.list-navigation > .list-navigation__header {
  order: 2;
  flex: 0 0 auto;
}
.search-layout-sale .main nav.list-navigation > .list-navigation__main {
  order: 1;
  flex: 1 0 100%;
  min-width: 0;
}
.search-layout-sale .main .sale-count-pagination-row {
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 0 14px;
}
.search-layout-sale .sidebar-right {
  flex: 0 0 120px;
  min-width: 120px;
  max-width: 120px;
  margin-left: 0;
  padding-top: 39px;
}

@media (max-width: 900px) {
  .search-layout-sale .main .topfilterbar {
    flex-direction: column;
    align-items: stretch;
  }
  .search-layout-sale .main .topfilterbar .list-navigation__sort {
    margin-left: 0;
    text-align: left;
  }
  .search-layout-sale .main .topfilterbar .list-navigation__sort label {
    display: none;
  }
  .search-layout-sale .main .topfilterbar .list-navigation__sort .select-style {
    width: 100%;
  }
  .search-layout-sale .main nav.list-navigation {
    flex-direction: column;
    align-items: stretch;
  }
  .search-layout-sale .main nav.list-navigation > .list-navigation__header,
  .search-layout-sale .main nav.list-navigation > .list-navigation__main {
    width: 100%;
  }
  .search-layout-sale .main .sale-count-pagination-row {
    flex-direction: row;
    align-items: flex-end;
  }
}
.search-layout-sale .main .motorcycles-view {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1.5rem;
}
.search-layout-sale .main .motorcycles-view .motorcycle-item__type {
  font-size: 0.9em;
}
.search-layout-sale .main .motorcycles-view .motorcycle-item__price {
  font-size: 0.9em;
}
.search-layout-sale .main .motorcycles-view .motorcycle-item__price .motorcycle-item__price-text {
  display: flex;
}
.search-layout-sale .main .motorcycles-view footer.motorcycle-item__dealer {
  background-color: transparent;
  padding: 0;
}
.search-layout-sale .main .motorcycles-view footer.motorcycle-item__dealer .motorcycle-item__dealer-tags {
  display: flex;
  flex-wrap: wrap;
}
.search-layout-sale .main .motorcycles-view footer.motorcycle-item__dealer .motorcycle-item__dealer-tags::before {
  border-top: 1px solid #999;
  margin-right: 10px;
  margin-bottom: 8px;
  content: "";
  width: 100%;
  flex: 0 0 100%;
  display: block;
}
.search-layout-sale .main .motorcycles-view footer.motorcycle-item__dealer .motorcycle-item__dealer-tags {
  margin-top: 10px;
  padding: 10px;
}
.search-layout-sale .main .motorcycles-view footer.motorcycle-item__dealer .motorcycle-item__dealer-info {
  background-color: #fff;
  padding: 10px;
  text-align: left;
}

@media (max-width: 1400px) {
  .search-layout-sale .main .motorcycles-view {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1100px) {
  .search-layout-sale .main .motorcycles-view {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .search-layout-sale .main .motorcycles-view {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .search-layout-sale .main .motorcycles-view {
    grid-template-columns: 1fr;
  }
}
.sale-count .sale-count__prefix {
  display: none;
}
.sale-count .sale-count__prefix,
.sale-count .sale-count__suffix {
  font-style: normal;
}
.sale-count .sale-count__highlight {
  font-weight: inherit;
}

@media (min-width: 900px) {
  body.is-desktop .search-layout-sale .main > .sale-header {
    margin: -5px 0 18px;
  }
  body.is-desktop .search-layout-sale .main > .sale-header .sale-count {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 900px) {
  body.is-desktop .search-layout-sale .main .topfilterbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 24px;
         column-gap: 24px;
    align-items: end;
    padding: 13px 16px 12px;
  }
}
@media (min-width: 900px) and (max-width: 1400px) {
  body.is-desktop .search-layout-sale .main .topfilterbar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  body.is-desktop .search-layout-sale .main .topfilterbar .searchmodule-sale {
    grid-column: 1/3;
    min-width: 0;
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .searchmodule.searchmodule-sale .searchform.searchform-sale,
  body.is-desktop .search-layout-sale .main .topfilterbar .searchmodule.searchmodule-sale .searchform.searchform-sale .searchform-main {
    gap: 24px;
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .searchmodule.searchmodule-sale .searchform.searchform-sale .searchform-main > .searchform-row {
    flex: 1 1 0;
    min-width: 0;
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .list-navigation__sort {
    grid-column: -2/-1;
    min-width: 0;
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .list-navigation__sort label {
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #373737;
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .list-navigation__sort .select-style {
    width: 100%;
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .select-style {
    box-sizing: border-box;
    min-height: 38px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background: linear-gradient(to bottom, #f5f5f5 0%, #c9c9c9 100%);
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .select-style::after {
    top: 0;
    width: 37px;
    height: 100%;
    transform: none;
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .select-style::before {
    right: 13.5px;
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .select-style select {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    font-weight: 700;
    color: #373737;
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .select-style.select-style--tom .ts-wrapper,
  body.is-desktop .search-layout-sale .main .topfilterbar .select-style.select-style--tom .ts-control {
    min-height: 36px;
  }
  body.is-desktop .search-layout-sale .main .topfilterbar .select-style.select-style--tom .ts-control::after {
    top: 0;
    height: 100%;
    transform: none;
  }
  body.is-desktop .search-layout-sale .main .list-navigation__filters {
    margin: 0;
    padding: 0 16px 12px;
    max-height: none;
    border: 0;
    border-radius: 0;
    background: #ccc;
    overflow: visible;
  }
  body.is-desktop .search-layout-sale .main .list-navigation__filters .list-navigation__filters-list {
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background: #ddd;
  }
  body.is-desktop .search-layout-sale .main .list-navigation__filters .list-navigation__filter {
    box-sizing: border-box;
    height: 24px;
  }
  body.is-desktop .search-layout-sale .main .list-navigation__filters .list-navigation__reset-filters {
    line-height: 24px;
  }
  body.is-desktop .search-layout-sale .main .sale-count-pagination-row {
    position: relative;
    padding: 16px 16px 19px;
  }
  body.is-desktop .search-layout-sale .main .sale-count-pagination-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    border-top: 1px solid #b3b3b3;
  }
  body.is-desktop .search-layout-sale .main .list-navigation__pagination .pagination {
    background: #fcfcfc;
    border-color: #b3b3b3;
  }
  body.is-desktop .search-layout-sale .main .list-navigation__pagination .pagination-current {
    background: linear-gradient(to bottom, #f5d517 0%, #e9c414 100%);
  }
  body.is-desktop .search-layout-sale .main .topfilterbar,
  body.is-desktop .search-layout-sale .main .list-navigation__filters,
  body.is-desktop .search-layout-sale .main .sale-count-pagination-row,
  body.is-desktop .search-layout-sale .main .motorcycles-view,
  body.is-desktop .search-layout-sale .main nav.list-navigation.footer {
    background-color: #d3d3d3;
  }
  body.is-desktop .search-layout-sale .main .motorcycle-item {
    background-color: #f1f1f1;
  }
  body.is-desktop .search-layout-sale .main .motorcycle-item .motorcycle-item__img {
    background-color: #fff;
  }
  body.is-desktop .search-layout-sale .main .motorcycles-view {
    padding-top: 0;
  }
  body.is-desktop .search-layout-sale .main .list-navigation.footer {
    padding: 22px 16px 26px;
    margin-bottom: 39px;
  }
}
.breadcrumbs {
  max-width: 1366px;
  margin: 0 auto;
  padding: 12px 20px 0;
  box-sizing: border-box;
  margin-bottom: -8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 0;
}
.breadcrumbs::before {
  content: "";
  position: absolute;
  inset: 0 0 8px;
  z-index: -1;
  background: rgba(229, 229, 229, 0.4);
}
.breadcrumbs:has(~ main > .container > .motorcycle-back-button:not(.motorcycle-back-button--light))::before {
  background: rgba(75, 75, 75, 0.4);
}
.breadcrumbs--empty {
  display: none;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #FFF;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.breadcrumbs [aria-current=page] {
  font-weight: 700;
}
.breadcrumbs__sep {
  margin: 0 5px;
}

.main-results-container {
  position: relative;
}
.main-results-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.35) 40px);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.is-loading-results .main-results-container::after {
  opacity: 1;
}

.inventory-progress-bar {
  display: none;
  left: 0;
  right: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(26, 26, 26, 0.25);
  pointer-events: none;
}
.inventory-progress-bar.is-active {
  display: block;
}
.inventory-progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  background: linear-gradient(90deg, #dcbf00, #fadc18 50%, #dcbf00);
  animation: moLinearBar 1.1s ease-in-out infinite;
}
.inventory-progress-bar--layout {
  position: absolute;
  right: auto;
  z-index: 20;
  -webkit-mask-image: linear-gradient(to right, #000 var(--mo-gap-start, 0), transparent var(--mo-gap-start, 0), transparent var(--mo-gap-end, 0), #000 var(--mo-gap-end, 0));
          mask-image: linear-gradient(to right, #000 var(--mo-gap-start, 0), transparent var(--mo-gap-start, 0), transparent var(--mo-gap-end, 0), #000 var(--mo-gap-end, 0));
}
.inventory-progress-bar--panel {
  position: fixed;
  top: 0;
  height: 3px;
  z-index: 5;
}
.inventory-progress-bar--results {
  position: absolute;
  top: 0;
  height: 2px;
  z-index: 6;
}
body.is-mobile .inventory-progress-bar--results {
  height: 3px;
}
@media (max-width: 900px) {
  .inventory-progress-bar--results {
    height: 3px;
  }
}

.has-progress-bar {
  position: relative;
}

.submit-btn.is-loading,
.sticky-searchmodule-button.is-loading {
  cursor: progress;
}
.submit-btn.is-loading .btn-total-count,
.sticky-searchmodule-button.is-loading .btn-total-count {
  animation: moPulse 0.9s ease-in-out infinite alternate;
}

.list-navigation__main {
  position: relative;
}

.inventory-progress-bar--list-mobile.is-active {
  display: none;
}

.search-layout section.motorcycles-view.favorites-pending {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  margin: 0;
  padding: 48px 16px 56px;
}
.search-layout section.motorcycles-view.favorites-pending .favorites-pending__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
}
.search-layout section.motorcycles-view.favorites-pending .favorites-pending__text::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #111;
  border-radius: 50%;
  animation: moSpin 0.8s linear infinite;
}

@keyframes moSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes moLinearBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(290%);
  }
}
@keyframes moPulse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.45;
  }
}
.select-style__label {
  display: none;
}

.motorcycle-details__image-counter {
  display: none;
}

.mobile-only,
.mobile-menu,
.mobile-menu-backdrop,
.topmenu-menu-toggle,
.mobile-breadcrumbs,
.mobile-hero,
.motorcycle-back-button--bottom,
.list-navigation__header--mobile,
.list-navigation__sort-mobile,
.sort-sheet,
.filter-sheet {
  display: none;
}

.filter-count-badge {
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  border-radius: 50%;
  background: #f9dc17;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
.filter-count-badge[hidden] {
  display: none;
}

.search-filter-button .filter-count-badge,
.sticky-searchmodule-button .filter-count-badge {
  background: #000;
  color: #f9dc17;
}

body.is-mobile .mobile-only,
body.is-mobile .mobile-breadcrumbs,
body.is-mobile .motorcycle-back-button--bottom {
  display: block;
}
body.is-mobile .home-layout .sidebar > :not(.searchmodule),
body.is-mobile .search-layout .sidebar > :not(.searchmodule),
body.is-mobile .home-layout .sidebar-right,
body.is-mobile .search-layout .sidebar-right,
body.is-mobile .list-navigation__header--desktop {
  display: none;
}
body.is-mobile {
  padding: 0 0;
  background-color: #0f0f0f;
  background-image: url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp");
  background-size: 120% auto;
  background-repeat: no-repeat;
  background-position: center 53px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.is-mobile:is(:has(.search-layout),
:has(.home-layout:not(.home-page)),
:has(.info-layout:not(.info-layout--page):not(.info-layout--detail))) {
  background-image: linear-gradient(rgba(15, 15, 15, 0.4), rgba(15, 15, 15, 0.4)), url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp");
  background-size: auto, 120% auto;
  background-position: 0 0, center 53px;
}
body.is-mobile:is(:has(.motorcycle-layout),
:has(.dealer-detail),
:has(.info-layout--detail),
:has(.info-layout--page)) {
  background-image: linear-gradient(rgba(15, 15, 15, 0.65), rgba(15, 15, 15, 0.65)), url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp");
  background-size: auto, 120% auto;
  background-position: 0 0, center 53px;
}
body.is-mobile .topmenu {
  position: sticky;
  top: -1px;
  z-index: 200;
  box-sizing: content-box;
  height: 53px;
  padding-top: 1px;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  line-height: normal;
  margin: 0 0;
  width: auto;
  background: linear-gradient(to bottom, #3b3b3b 0%, #141414 100%);
  font-size: 1rem;
}
body.is-mobile .topmenu .topmenu-nav {
  height: 53px;
  padding: 0 15px 0 16px;
  display: flex;
  align-items: center;
  max-width: none;
}
body.is-mobile .topmenu .topmenu-banner {
  width: auto;
  margin: 0;
  position: static;
}
body.is-mobile .topmenu .topmenu-logo {
  display: block;
  width: 199px;
  margin: 1px 0 0;
  line-height: 0;
}
body.is-mobile .topmenu .topmenu-logo svg {
  display: block;
  width: 199px;
  height: auto;
  max-height: none;
}
body.is-mobile .topmenu .topmenu-subtitle,
body.is-mobile .topmenu .newsletter-form {
  display: none;
}
body.is-mobile .topmenu .topmenu-favorites {
  position: static;
  width: auto;
  margin-left: auto;
  text-align: left;
}
body.is-mobile .topmenu .topmenu-favorites .fav-icon {
  width: 40px;
  height: 44px;
  margin: -4px 0 0;
}
body.is-mobile .topmenu .topmenu-favorites .fav-icon svg {
  min-width: 0;
  min-height: 0;
  stroke-width: 0;
}
body.is-mobile .topmenu .topmenu-menu-toggle {
  display: block;
  position: relative;
  flex: 0 0 25px;
  width: 25px;
  height: 22px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
body.is-mobile .topmenu .topmenu-menu-toggle span, body.is-mobile .topmenu .topmenu-menu-toggle::before, body.is-mobile .topmenu .topmenu-menu-toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 4px;
  border-radius: 1px;
  background: #f9dc17;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}
body.is-mobile .topmenu .topmenu-menu-toggle::before {
  top: 0;
}
body.is-mobile .topmenu .topmenu-menu-toggle span {
  top: 9px;
}
body.is-mobile .topmenu .topmenu-menu-toggle::after {
  top: 18px;
}
body.is-mobile .topmenu .topmenu-menu-toggle.is-open::before {
  top: 9px;
  transform: rotate(45deg);
}
body.is-mobile .topmenu .topmenu-menu-toggle.is-open span {
  opacity: 0;
}
body.is-mobile .topmenu .topmenu-menu-toggle.is-open::after {
  top: 9px;
  transform: rotate(-45deg);
}
body.is-mobile .mobile-menu {
  display: none;
  position: fixed;
  inset: 53px 0 0 0;
  z-index: 230;
  box-sizing: border-box;
  padding: 12px 0 22px;
  background: linear-gradient(to right, #090909 0%, #3d3d3d 100%);
  overflow-y: auto;
  overscroll-behavior: contain;
}
body.is-mobile .mobile-menu::before {
  content: "";
  position: fixed;
  inset: 53px 0 0 0;
  z-index: -1;
  pointer-events: none;
  background: url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp") no-repeat;
  background-size: 260% auto;
  background-position: 19.5% calc(100% + 90px);
  opacity: 0.4;
  -webkit-mask-image: linear-gradient(to top, #000 20px, rgba(0, 0, 0, 0.65) 130px, rgba(0, 0, 0, 0.15) 250px, transparent 370px);
  mask-image: linear-gradient(to top, #000 20px, rgba(0, 0, 0, 0.65) 130px, rgba(0, 0, 0, 0.15) 250px, transparent 370px);
}
body.is-mobile .mobile-menu::after {
  content: "";
  position: fixed;
  inset: 53px 0 0 0;
  z-index: -1;
  pointer-events: none;
  background: url("/images/mobile/filter-overlay-triumph.webp") no-repeat;
  background-size: 190% auto;
  background-position: 70% -40px;
  opacity: 0.4;
  -webkit-mask-image: linear-gradient(to bottom, #000 20px, rgba(0, 0, 0, 0.55) 160px, rgba(0, 0, 0, 0.12) 320px, transparent 460px);
  mask-image: linear-gradient(to bottom, #000 20px, rgba(0, 0, 0, 0.55) 160px, rgba(0, 0, 0, 0.12) 320px, transparent 460px);
}
body.is-mobile .mobile-menu.open {
  display: block;
  animation: m-menu-fade-in 0.2s ease-out;
}
body.is-mobile .mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.is-mobile .mobile-menu li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.is-mobile .mobile-menu a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 50px;
  margin: 0;
  padding: 14px 26px 14px 12px;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
body.is-mobile .mobile-menu a::after {
  content: "";
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  margin-left: auto;
  border: solid #f9dc17;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  opacity: 0.8;
}
body.is-mobile .mobile-menu li.mobile-menu__item--main {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
body.is-mobile .mobile-menu li.mobile-menu__item--main a {
  min-height: 54px;
  font-size: 18px;
  font-weight: 800;
  color: #f9dc17;
}
body.is-mobile .mobile-menu li.mobile-menu__item--main + li:not(.mobile-menu__item--main) {
  margin-top: 12px;
}
body.is-mobile .mobile-menu li.active a {
  position: relative;
  background: rgba(255, 255, 255, 0.07);
  color: #f9dc17;
}
body.is-mobile .mobile-menu li.active a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 2px;
  background: #f9dc17;
}
@keyframes m-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.is-mobile .mobile-menu-backdrop {
  display: none !important;
}
body.is-mobile header.site-header {
  display: none;
}
body.is-mobile .nav-stack {
  position: sticky !important;
  top: 53px;
  z-index: 100;
}
body.is-mobile .nav-stack .container {
  background: none;
  box-shadow: none;
}
body.is-mobile .nav-stack .tabnav,
body.is-mobile .nav-stack .subnav {
  display: none;
}
body.is-mobile .mobile-breadcrumbs {
  margin: 0;
  padding: 13px 16px 12px 16.5px;
  box-sizing: border-box;
  min-height: 90px;
}
body.is-mobile .mobile-breadcrumbs--empty {
  display: none !important;
}
body.is-mobile .mobile-breadcrumbs {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0) 100%) top/100% 41px no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.is-mobile .mobile-breadcrumbs a,
body.is-mobile .mobile-breadcrumbs span {
  color: #fff;
  text-decoration: none;
}
body.is-mobile .mobile-breadcrumbs a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 2px;
}
body.is-mobile .mobile-breadcrumbs > span:last-child {
  font-weight: 700;
}
body.is-mobile .mobile-breadcrumbs .mobile-breadcrumbs__sep {
  margin: 0 5px;
  color: #f9dc17;
  font-weight: 700;
}
body.is-mobile:is(:has(.list-navigation__header--mobile),
:has(.filters-news),
:has(.search-layout-sale),
:has(.address-search-layout),
:has(.motorcycle-layout)) .mobile-breadcrumbs {
  min-height: 0;
}
body.is-mobile .breadcrumbs {
  display: none;
}
body.is-mobile .mobile-hero {
  display: flex;
  justify-content: flex-end;
  padding: 26px 15px;
}
body.is-mobile .mobile-hero .mobile-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #f9dc17;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  width: 157px;
  height: 36px;
  font-size: 13px;
  text-decoration: none;
}
body.is-mobile {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
body.is-mobile > main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
body.is-mobile .container {
  flex: 1 0 auto;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
body.is-mobile .container:has(> .info-layout) {
  display: flex;
  flex-direction: column;
}
body.is-mobile .home-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: none;
}
body.is-mobile .home-layout .sidebar {
  flex: none;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
}
body.is-mobile .home-layout.home-layout--addresses .sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.is-mobile .home-layout.home-layout--addresses .sidebar > .address-tiles {
  display: block;
}
body.is-mobile .home-layout.home-layout--addresses .main.content-grid {
  margin-top: 16px;
}
body.is-mobile .home-layout .main.content-grid {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  margin: 8px 0 0;
  padding: 0;
}
body.is-mobile .home-layout .main.content-grid > .column {
  display: contents;
}
body.is-mobile .home-layout .main.content-grid > .column:last-child > .banner-container.no-flex:not(.white-background):not(:first-child) {
  order: 7;
}
body.is-mobile .home-layout .main.content-grid > .column:last-child > .banner-container.white-background {
  order: 8;
}
body.is-mobile [id] {
  scroll-margin-top: 54px;
}
body.is-mobile section:not(.searchmodule):not(.no-background) {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 16px 14px 18px;
  background: #e0e0e0;
  box-shadow: none;
  border-radius: 0;
}
body.is-mobile section:not(.searchmodule):not(.no-background) > .portlet-header-steady {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 37px;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 37px;
  background: #373737;
  color: #fff;
  font-size: 13.3px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
body.is-mobile section:not(.searchmodule):not(.no-background) > .portlet-header-steady::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
  -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  pointer-events: none;
}
body.is-mobile section:not(.searchmodule):not(.no-background) > .portlet-header-steady h2, body.is-mobile section:not(.searchmodule):not(.no-background) > .portlet-header-steady .h2-heading {
  margin: 0;
  font-size: 13.3px;
  font-weight: 700;
  line-height: 37px;
}
body.is-mobile section:not(.searchmodule):not(.no-background) > .portlet-header-steady {
  margin: -16px -14px 16px;
}
body.is-mobile section:not(.searchmodule):not(.no-background).offer-tiles > .portlet-header-steady {
  background: #262626;
}
body.is-mobile section:not(.searchmodule):not(.no-background).mostsearched {
  padding-bottom: 0;
}
body.is-mobile section:not(.searchmodule):not(.no-background).mostsearched > .portlet-header-steady {
  margin-bottom: 0;
}
body.is-mobile .offer-tiles .offer-tiles-actions,
body.is-mobile .address-tiles .address-tiles-actions,
body.is-mobile .news__footer {
  margin: 22px 0 0;
  text-align: right;
}
body.is-mobile .offer-tiles .offer-tiles-actions .button,
body.is-mobile .address-tiles .address-tiles-actions .button,
body.is-mobile .news__footer .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  color: #1a1a1a;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  min-width: 171px;
  height: 32px;
  padding: 0 16px;
  font-size: 13px;
  line-height: 32px;
  box-shadow: none;
}
body.is-mobile .searchmodule {
  flex: none;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 13px 19px;
  background: #000;
  box-shadow: none;
}
body.is-mobile .searchmodule .portlet-header-steady {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 37px;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 37px;
  background: #262626;
  color: #fff;
  font-size: 13.3px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
body.is-mobile .searchmodule .portlet-header-steady::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
  -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  pointer-events: none;
}
body.is-mobile .searchmodule .portlet-header-steady h2, body.is-mobile .searchmodule .portlet-header-steady .h2-heading {
  margin: 0;
  font-size: 13.3px;
  font-weight: 700;
  line-height: 37px;
}
body.is-mobile .searchmodule .portlet-header-steady {
  height: 42px;
  line-height: 42px;
  margin: 0 -13px;
  padding: 0 0 0 13px;
  text-transform: none;
  font-weight: 400;
}
body.is-mobile .searchmodule .portlet-header-steady .searchmodule-title {
  display: none;
}
body.is-mobile .searchmodule .portlet-header-steady .searchmodule-subtitle {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
body.is-mobile .searchmodule .portlet-header-steady .searchmodule-subtitle .searchmodule-subtitle-count {
  color: #ffd400;
  font-weight: 700;
}
body.is-mobile .searchmodule .searchform {
  gap: 0;
  padding-top: 13px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
body.is-mobile .searchmodule .searchform .searchform-main {
  gap: 12px;
}
body.is-mobile .searchmodule .searchform .searchform-extra.open {
  gap: 12px;
  margin-top: 12px;
}
body.is-mobile .searchmodule .searchform .searchform-row {
  gap: 12px;
  margin: 0;
}
body.is-mobile .searchmodule .searchform .searchform-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.is-mobile .searchmodule .searchform .adres-container .input-style {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 36px;
  height: 36px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f5f5f5 0%, #999999 100%);
}
body.is-mobile .searchmodule .searchform .adres-container .input-style input[type=text] {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 0 7px;
  border-radius: 5px;
  font-family: inherit;
  font-size: 13px;
  line-height: 36px;
  font-weight: 700;
  color: #1a1a1a;
  cursor: text;
}
body.is-mobile .searchmodule .searchform .adres-container .input-style input[type=text]::-moz-placeholder {
  font-weight: 500;
  color: #3a3a3a;
  opacity: 1;
}
body.is-mobile .searchmodule .searchform .adres-container .input-style input[type=text]::placeholder {
  font-weight: 500;
  color: #3a3a3a;
  opacity: 1;
}
body.is-mobile .searchmodule .searchform .select-style:has(> select:not([data-key$=_vanaf]):not([data-key$=_tot]) option:checked:not([value=""])) .select-style__label {
  display: none;
}
body.is-mobile .searchmodule .searchform .select-style:has(> select:not([data-key$=_vanaf]):not([data-key$=_tot]) option:checked:not([value=""])) select {
  padding-top: 0;
  line-height: 36px;
}
body.is-mobile .searchmodule .searchform .searchform-label {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #bdbdbd;
}
body.is-mobile .searchmodule .searchform .availability-cards {
  display: flex;
  gap: 6px;
}
body.is-mobile .searchmodule .searchform .availability-card {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 7px;
  box-sizing: border-box;
  min-width: 0;
  height: 44px;
  padding: 0 7px;
  border: 1px solid #5a5a5a;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap;
  color: #ddd;
}
body.is-mobile .searchmodule .searchform .availability-card input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1.5px solid #bdbdbd;
  border-radius: 50%;
  background: transparent;
}
body.is-mobile .searchmodule .searchform .availability-card[data-value=all],
body.is-mobile .searchmodule .searchform .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=occasions],
body.is-mobile .searchmodule .searchform .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=new] {
  border-color: #f9dc17;
  box-shadow: inset 0 0 0 1px #f9dc17;
  background: #1f1f15;
  font-weight: 700;
  color: #fff;
}
body.is-mobile .searchmodule .searchform .availability-card[data-value=all] input[type=radio],
body.is-mobile .searchmodule .searchform .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=occasions] input[type=radio],
body.is-mobile .searchmodule .searchform .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=new] input[type=radio] {
  border-color: #f9dc17;
  background: radial-gradient(circle, #f9dc17 0 3.5px, transparent 4px);
}
body.is-mobile .searchmodule .searchform .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=all],
body.is-mobile .searchmodule .searchform .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=all] {
  border-color: #5a5a5a;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.35);
  font-weight: 600;
  color: #ddd;
}
body.is-mobile .searchmodule .searchform .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=all] input[type=radio],
body.is-mobile .searchmodule .searchform .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=all] input[type=radio] {
  border-color: #bdbdbd;
  background: transparent;
}
body.is-mobile .searchmodule .searchform .checkbox-style {
  padding-left: 22px;
  line-height: 17px;
  font-size: 12.3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
body.is-mobile .searchmodule .searchform .checkbox-style .checkmark {
  top: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #b3b3b3;
  border-radius: 1px;
  background: #eee;
}
body.is-mobile .searchmodule .searchform .checkbox-style .checkmark::after {
  left: 3.5px;
  top: 0;
  width: 4px;
  height: 8px;
  border-color: #000;
  border-width: 0 2.5px 2.5px 0;
}
body.is-mobile .searchmodule .searchform .searchform-double-grid {
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}
body.is-mobile .searchmodule .searchform .searchform-double-grid .searchform-double-sep {
  display: none;
}
body.is-mobile .searchmodule .searchform .searchform-more {
  margin-top: 2px;
  padding: 0 0 11px;
  gap: 10px;
  border-bottom: 1px solid #fff;
  font-size: 14.3px;
  font-weight: 700;
  line-height: 20px;
}
body.is-mobile .searchmodule .searchform .searchform-more .searchform-more__icon {
  font-size: 9px;
}
body.is-mobile .searchmodule .searchform .searchform-actions {
  position: sticky;
  bottom: 0;
  z-index: 10;
  gap: 13px;
  margin: 0 -13px -8px;
  padding: 7px 13px 8px;
  background: #000;
}
body.is-mobile .searchmodule .searchform .searchform-actions .reset-btn,
body.is-mobile .searchmodule .searchform .searchform-actions .submit-btn {
  display: block;
  height: 36px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 34px;
  text-align: center;
  box-shadow: none;
  transition: none;
}
body.is-mobile .searchmodule .searchform .searchform-actions .reset-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #f9dc17;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  display: block;
  order: -1;
  flex: 0 0 104px;
  width: 104px;
  border-color: #b3b3b3;
}
body.is-mobile .searchmodule .searchform .searchform-actions .submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  color: #1a1a1a;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: block;
  flex: 1 1 auto;
  width: auto;
  line-height: 36px;
}
body.is-mobile .searchmodule .searchform .sponsored-brand {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 6px;
  border-radius: 5px;
  overflow: hidden;
  line-height: 0;
}
body.is-mobile .searchmodule .searchform .sponsored-brand > img,
body.is-mobile .searchmodule .searchform .sponsored-brand .sponsored-brand__image {
  display: block;
  width: 100%;
  height: auto;
}
body.is-mobile .searchmodule .searchform .sponsored-brand:has(.kawasaki-button) {
  border-radius: 3px;
}
body.is-mobile .searchmodule .searchform .sponsored-brand .kawasaki-button {
  --kawasaki-button-height: 36px;
  border-radius: 3px;
  font-size: 13px;
}
body.is-mobile .select-style {
  min-height: 36px;
  height: 36px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f5f5f5 0%, #999999 100%);
}
body.is-mobile .select-style:has(> select:not([multiple]) option:checked:not([value=""])) .select-style__label {
  display: block;
  position: absolute;
  left: 7px;
  top: 3px;
  z-index: 1;
  font-size: 10px;
  line-height: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #4d4d4d;
  pointer-events: none;
}
body.is-mobile .select-style:has(> select:not([multiple]) option:checked:not([value=""])) select {
  padding-top: 11px;
  line-height: 22px;
  font-weight: 700;
  color: #1a1a1a;
}
body.is-mobile .select-style::after {
  width: 35px;
  height: 36px;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
}
body.is-mobile .select-style::before {
  right: 12px;
  transform: translateY(-40%);
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 7px solid #1a1a1a;
}
body.is-mobile .select-style select {
  height: 36px;
  line-height: 36px;
  padding: 0 41px 0 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3a3a3a;
}
body.is-mobile .select-style.select-style--tom {
  height: auto;
  overflow: visible;
}
body.is-mobile .select-style.select-style--tom .ts-wrapper {
  min-height: 36px;
}
body.is-mobile .select-style.select-style--tom .ts-wrapper.multi .ts-control,
body.is-mobile .select-style.select-style--tom .ts-wrapper.multi.has-items .ts-control {
  --ts-pr-min: 75px;
}
body.is-mobile .select-style.select-style--tom .ts-control {
  display: block;
  min-height: 36px;
  padding: 0 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
}
body.is-mobile .select-style.select-style--tom .ts-control::after {
  height: 100%;
}
body.is-mobile .select-style.select-style--tom .ts-control::after {
  width: 35px;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
}
body.is-mobile .select-style.select-style--tom .ts-control::before {
  right: 12px;
  transform: translateY(-40%);
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 7px solid #1a1a1a;
}
body.is-mobile .select-style.select-style--tom .ts-control .item {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 13px;
  font-weight: 700;
}
body.is-mobile .select-style.select-style--tom .ts-control .item + .item::before {
  content: ", ";
}
body.is-mobile .select-style.select-style--tom .ts-control .item .remove {
  display: none;
}
body.is-mobile .select-style.select-style--tom .ts-control .ts-count {
  position: absolute;
  top: 50%;
  right: 43px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 11px;
  background: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  color: #f9dc17;
}
body.is-mobile .select-style.select-style--tom .ts-control .ts-count[hidden] {
  display: none;
}
body.is-mobile .select-style.select-style--tom .ts-control .ts-more {
  display: none !important;
}
body.is-mobile .select-style.select-style--tom .ts-control > input::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #3a3a3a;
}
body.is-mobile .select-style.select-style--tom .ts-control > input,
body.is-mobile .select-style.select-style--tom .ts-control > input::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #3a3a3a;
}
body.is-mobile .searchmodule .searchform .select-style--range {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 36px;
  padding-right: 41px;
  cursor: pointer;
}
body.is-mobile .searchmodule .searchform .select-style--range > select {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
body.is-mobile .searchmodule .searchform .select-style--range .range-field__prefix {
  display: none;
  flex: 0 0 auto;
  padding: 0 0 0 7px;
  font-size: 13px;
  line-height: 36px;
  font-weight: 700;
  color: #4d4d4d;
  pointer-events: none;
}
body.is-mobile .searchmodule .searchform .select-style--range .range-field__input {
  flex: 1 1 auto;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 36px;
  margin: 0;
  padding: 0 4px 0 7px;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  line-height: 36px;
  font-weight: 500;
  color: #3a3a3a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
body.is-mobile .searchmodule .searchform .select-style--range .range-field__input::-moz-placeholder {
  color: #3a3a3a;
  opacity: 1;
}
body.is-mobile .searchmodule .searchform .select-style--range .range-field__input::placeholder {
  color: #3a3a3a;
  opacity: 1;
}
body.is-mobile .searchmodule .searchform .select-style--range .range-field__unit {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  height: 18px;
  padding: 0 7px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.08);
  font-size: 10.5px;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  white-space: nowrap;
  color: #3a3a3a;
  pointer-events: none;
}
body.is-mobile .searchmodule .searchform .select-style--range.has-unit .range-field__input {
  padding-right: 44px;
}
body.is-mobile .searchmodule .searchform .select-style--range .range-field__arrow {
  display: none;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-active .select-style__label {
  display: block;
  position: absolute;
  left: 7px;
  top: 3px;
  z-index: 1;
  font-size: 10px;
  line-height: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  color: #4d4d4d;
  pointer-events: none;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-active .select-style__label em {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #6b6b6b;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-active .range-field__prefix {
  display: block;
  padding-top: 11px;
  line-height: 22px;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-active .range-field__prefix + .range-field__input {
  padding-left: 2px;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-active .range-field__input {
  padding-top: 11px;
  line-height: 22px;
  font-weight: 700;
  color: #1a1a1a;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-active .range-field__unit {
  top: auto;
  bottom: 6px;
  transform: none;
}
body.is-mobile .searchmodule .searchform .select-style--range .range-field__conv {
  display: none;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-invalid {
  outline: 2px solid #e30013;
  outline-offset: 2px;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-invalid .select-style__label,
body.is-mobile .searchmodule .searchform .select-style--range.is-invalid .range-field__input,
body.is-mobile .searchmodule .searchform .select-style--range.is-invalid .range-field__prefix,
body.is-mobile .searchmodule .searchform .select-style--range.is-invalid .range-field__conv {
  color: #b1110f;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-invalid .range-field__unit {
  border-color: rgba(227, 0, 19, 0.45);
  background: rgba(227, 0, 19, 0.08);
  color: #b1110f;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-compact.is-active .range-field__unit {
  top: 3px;
  bottom: auto;
  right: 40px;
  transform: none;
  height: 13px;
  padding: 0 5px;
  border-radius: 7px;
  font-size: 9px;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-compact.is-active.has-unit .range-field__input {
  padding-right: 4px;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-compact.is-active[data-range-slug=vermogen] .range-field__input {
  flex: 0 0 auto;
  width: calc(var(--w, 6ch) + 10px);
  max-width: 100%;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-compact.is-active .select-style__label em {
  display: none;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-compact.is-active .range-field__conv {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  padding: 11px 4px 0 0;
  font-size: 10px;
  line-height: 22px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6b6b6b;
  pointer-events: none;
}
body.is-mobile .searchmodule .searchform .select-style--range.is-compact.is-active .range-field__conv:empty {
  display: none;
}
body.is-mobile .searchmodule .searchform .range-field {
  container-type: inline-size;
}
@container (max-width: 160px) {
  body.is-mobile .searchmodule .searchform .select-style--range.is-active .range-field__unit {
    top: 3px;
    bottom: auto;
    right: 40px;
    transform: none;
    height: 13px;
    padding: 0 5px;
    border-radius: 7px;
    font-size: 9px;
  }
  body.is-mobile .searchmodule .searchform .select-style--range.is-active.has-unit .range-field__input {
    padding-right: 4px;
  }
  body.is-mobile .searchmodule .searchform .select-style--range.is-active[data-range-slug=vermogen] .range-field__input {
    flex: 0 0 auto;
    width: calc(var(--w, 6ch) + 10px);
    max-width: 100%;
  }
  body.is-mobile .searchmodule .searchform .select-style--range.is-active .select-style__label em {
    display: none;
  }
  body.is-mobile .searchmodule .searchform .select-style--range.is-active .range-field__conv {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    padding: 11px 4px 0 0;
    font-size: 10px;
    line-height: 22px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6b6b6b;
    pointer-events: none;
  }
  body.is-mobile .searchmodule .searchform .select-style--range.is-active .range-field__conv:empty {
    display: none;
  }
  body.is-mobile .searchmodule .searchform .select-style--range:not(.is-active) .range-field__unit {
    height: 13px;
    padding: 0 5px;
    border-radius: 7px;
    font-size: 9px;
  }
  body.is-mobile .searchmodule .searchform .select-style--range:not(.is-active).has-unit .range-field__input {
    padding-right: 30px;
  }
}
body.is-mobile .searchmodule .searchform .range-menu {
  display: none !important;
}
body.is-mobile .searchmodule .searchform .searchform-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 13px;
}
body.is-mobile .unit-switch {
  display: flex;
  border: 1px solid #5a5a5a;
  border-radius: 4px;
  overflow: hidden;
}
body.is-mobile .unit-switch .unit-switch__option {
  height: 28px;
  min-width: 44px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #ddd;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body.is-mobile .unit-switch .unit-switch__option.is-on {
  background: #f9dc17;
  color: #222;
}
body.is-mobile .searchmodule .searchform .searchform-error {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 11.5px;
  line-height: 15px;
  font-weight: 600;
  text-transform: none;
  color: #ff8a80;
}
body.is-mobile .searchmodule .searchform .searchform-error::before {
  content: "!";
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
}
body.is-mobile .searchmodule .searchform .searchform-error[hidden] {
  display: none;
}
body.is-mobile .searchmodule .searchform .searchform-actions .submit-btn.is-disabled,
body.is-mobile .searchmodule .searchform .searchform-actions .submit-btn:disabled {
  background: #8f8f8f;
  color: #3a3a3a;
  cursor: not-allowed;
}
body.is-mobile .select-style.is-disabled,
body.is-mobile .select-style:has(> select:disabled),
body.is-mobile .select-style:has(.ts-wrapper.disabled) {
  background: linear-gradient(to bottom, #f4f4f4 0%, #d9d9d9 100%);
  cursor: not-allowed;
}
body.is-mobile .select-style.is-disabled::after, body.is-mobile .select-style.is-disabled.select-style--tom .ts-control::after,
body.is-mobile .select-style.is-disabled .ts-wrapper.single .ts-control::after,
body.is-mobile .select-style:has(> select:disabled)::after,
body.is-mobile .select-style:has(> select:disabled).select-style--tom .ts-control::after,
body.is-mobile .select-style:has(> select:disabled) .ts-wrapper.single .ts-control::after,
body.is-mobile .select-style:has(.ts-wrapper.disabled)::after,
body.is-mobile .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control::after,
body.is-mobile .select-style:has(.ts-wrapper.disabled) .ts-wrapper.single .ts-control::after {
  background: linear-gradient(to bottom, #e8e8e8 0%, #d0d0d0 100%);
  pointer-events: none;
}
body.is-mobile .select-style.is-disabled::before, body.is-mobile .select-style.is-disabled.select-style--tom .ts-control::before,
body.is-mobile .select-style.is-disabled .ts-wrapper.single .ts-control::before,
body.is-mobile .select-style:has(> select:disabled)::before,
body.is-mobile .select-style:has(> select:disabled).select-style--tom .ts-control::before,
body.is-mobile .select-style:has(> select:disabled) .ts-wrapper.single .ts-control::before,
body.is-mobile .select-style:has(.ts-wrapper.disabled)::before,
body.is-mobile .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control::before,
body.is-mobile .select-style:has(.ts-wrapper.disabled) .ts-wrapper.single .ts-control::before {
  border-top-color: #a0a0a0;
}
body.is-mobile .select-style.is-disabled.select-style--tom .ts-control > input::-moz-placeholder, body.is-mobile .select-style:has(> select:disabled).select-style--tom .ts-control > input::-moz-placeholder, body.is-mobile .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control > input::-moz-placeholder {
  color: #8a8a8a;
}
body.is-mobile .select-style.is-disabled select, body.is-mobile .select-style.is-disabled.select-style--tom .ts-control, body.is-mobile .select-style.is-disabled.select-style--tom .ts-control > input, body.is-mobile .select-style.is-disabled.select-style--tom .ts-control > input::placeholder,
body.is-mobile .select-style.is-disabled .ts-control .item,
body.is-mobile .select-style:has(> select:disabled) select,
body.is-mobile .select-style:has(> select:disabled).select-style--tom .ts-control,
body.is-mobile .select-style:has(> select:disabled).select-style--tom .ts-control > input,
body.is-mobile .select-style:has(> select:disabled).select-style--tom .ts-control > input::placeholder,
body.is-mobile .select-style:has(> select:disabled) .ts-control .item,
body.is-mobile .select-style:has(.ts-wrapper.disabled) select,
body.is-mobile .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control,
body.is-mobile .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control > input,
body.is-mobile .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control > input::placeholder,
body.is-mobile .select-style:has(.ts-wrapper.disabled) .ts-control .item {
  color: #8a8a8a;
}
body.is-mobile .offer-tiles .offer-tiles-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
body.is-mobile .offer-tiles .mini-tile {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #333333;
}
body.is-mobile .offer-tiles .mini-tile:hover {
  background: #fff;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-main {
  align-items: stretch;
  gap: 0;
  background: #f6f6f6;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-photo {
  flex: 0 0 41.3%;
  width: 41.3%;
  max-height: none;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-headline {
  flex: 1 1 auto;
  min-width: 0;
  padding: 4px 4px 6px 7px;
  font-size: 13.3px;
  line-height: 19px;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-brand,
body.is-mobile .offer-tiles .mini-tile .mini-tile-type {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #373737;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-brand {
  font-size: 13.3px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-type {
  font-size: 12.3px;
  line-height: 16px;
  font-weight: 600;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-details {
  gap: 22px;
  padding: 7px 0 6px;
  font-size: 11.4px;
  line-height: 15px;
  color: #333333;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-details .mini-tile-constructionyear,
body.is-mobile .offer-tiles .mini-tile .mini-tile-details .mini-tile-odometer {
  gap: 6px;
  font-weight: 600;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-details .mini-tile-constructionyear::before,
body.is-mobile .offer-tiles .mini-tile .mini-tile-details .mini-tile-odometer::before {
  width: 12px;
  height: 12px;
  margin-top: 0;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-prices {
  margin: auto 0 0;
  align-items: flex-end;
  gap: 4px;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-prices div {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-price {
  font-size: 13.3px;
  line-height: 19px;
  font-weight: 700;
  color: #006693;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-price-old {
  order: -1;
  margin: 0 0 1px;
  font-size: 11.5px;
  line-height: 13px;
  font-weight: 400;
  color: #808080;
  text-decoration: line-through;
}
body.is-mobile .offer-tiles .mini-tile .pricetag-ppm {
  width: 66px;
  max-width: none;
  height: 40px;
  margin-bottom: -4px;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-footer {
  min-height: 38px;
  padding: 2px 9px;
  border-top: 0;
  background: #efefef;
  font-size: 9.5px;
  line-height: 13px;
  color: #333333;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-footer-tags {
  gap: 2px;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-dealer-branddealer {
  gap: 4px;
  font-size: 9.5px;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-dealer-branddealer::before {
  width: 12px;
  height: 12px;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-footer-tags-container {
  gap: 6px;
  font-size: 9.5px;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-footer-tags-container img {
  height: 18px;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-dealer-info {
  gap: 0;
  color: #333333;
}
body.is-mobile .offer-tiles .mini-tile .mini-tile-seller,
body.is-mobile .offer-tiles .mini-tile .mini-tile-seller-city {
  font-size: 9.5px;
  line-height: 13px;
  color: #333333;
}
body.is-mobile .mobile-card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.is-mobile .motorcycles-view > a,
body.is-mobile .mobile-card-list > a {
  display: block;
  flex: none;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
body.is-mobile .mobile-card-list {
  flex-wrap: nowrap;
}
body.is-mobile .motorcycles-view article.motorcycle-item,
body.is-mobile .mobile-card-list article.motorcycle-item {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
  color: #333333;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__main,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__main {
  display: block;
  width: 100%;
  box-sizing: border-box;
  gap: 0;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__gallery,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__gallery {
  position: relative;
  background: #fff;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__img,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__info,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__info {
  padding: 16px 12px 11px 18px;
  background: #f1f1f1;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__link,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__title-row,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__title-text,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__title-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  gap: 4px;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__brand,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__brand {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__brand:is(.motorcycle-item--kawasaki-new *),
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__brand:is(.motorcycle-item--kawasaki-new *) {
  color: #69be28;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__type,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__type {
  display: block;
  font-size: 18.5px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-favorite-button,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-favorite-button {
  position: static;
  right: auto;
  flex: 0 0 auto;
  margin: -8px -2px 0 0;
  line-height: 0;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-favorite-button .fav-icon,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-favorite-button .fav-icon {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-favorite-button .fav-icon svg,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-favorite-button .fav-icon svg {
  fill: none;
  stroke: #e3221f;
  stroke-width: 2.4px;
  stroke-linejoin: round;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-favorite-button .fav-icon[aria-pressed=true] svg,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-favorite-button .fav-icon[aria-pressed=true] svg {
  fill: #e3221f;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__details,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__details {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-top: 15px;
  font-size: 17px;
  color: #333333;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__warranty,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__warranty {
  display: none;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__constructionyear,
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__constructionyear,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__constructionyear::before,
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer::before,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__constructionyear::before,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/images/icon/calendar.png") no-repeat center/contain;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer::before,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer::before {
  background-image: url("/images/icon/odometer.png");
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 0;
  margin-top: 34px;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: 700;
  color: #006693;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price > .pricetag-ppm,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price > .pricetag-ppm {
  order: 1;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price > .motorcycle-item__lease-price-text,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price > .motorcycle-item__lease-price-text {
  order: 2;
  flex: 1 1 100%;
  margin-right: 0;
  margin-left: 0;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 0;
  align-self: flex-end;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original {
  display: inline-block;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original.strike-through,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original.strike-through {
  position: relative;
  display: inline-block;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original.strike-through::before,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original.strike-through::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2%;
  width: 92%;
  border-top: 1px solid #808080;
  transform: translateY(-50%) rotate(-8.5deg);
  transform-origin: center;
  opacity: 1;
  pointer-events: none;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-offer,
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-regular,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-offer,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-regular {
  display: block;
  font-size: 21.3px;
  line-height: 30px;
  font-weight: 700;
  color: #006693;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-request,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-request {
  font-size: 16px;
  line-height: 30px;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price.motorcycle-item__price--request .motorcycle-item__price-text,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price.motorcycle-item__price--request .motorcycle-item__price-text {
  padding-top: 0;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price .pricetag-ppm,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price .pricetag-ppm {
  flex-shrink: 0;
  width: 104px;
  max-width: none;
  height: 55px;
  margin: -18px -5px -8px 0;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__price .pricetag-ppm.pricetag-ppm--wide,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__price .pricetag-ppm.pricetag-ppm--wide {
  width: 116px;
  height: 59px;
  margin: -20px -8px -9px 0;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__lease-price-text,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__lease-price-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 2px 4px;
  margin-top: 7px;
  padding-right: 6px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  white-space: nowrap;
  color: #ef1924;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__lease-price-text .motorcycle-item__lease-price-subtext,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__lease-price-text .motorcycle-item__lease-price-subtext {
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__link,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__link {
  background: #f1f1f1;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin: 0 16px 0 15px;
  padding: 20px 0 20px 3px;
  border-top: 1px solid #b3b3b3;
  background: #f1f1f1;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  flex-grow: 0;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-warranty,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-warranty {
  gap: 12px;
  padding-left: 0;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__warranty-prefix,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__warranty-prefix {
  display: none;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__motorcycle-motor-warranty-logo,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__motorcycle-motor-warranty-logo {
  max-height: 28px;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-branddealer,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-branddealer {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 700;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-branddealer::before,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-branddealer::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8.5L6.5 12L13 4.5' stroke='%2300b300' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-warranty,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-warranty {
  display: flex;
  align-items: center;
}
body.is-mobile .motorcycles-view article.motorcycle-item .motorcycle-item__tags-wrapper,
body.is-mobile .mobile-card-list article.motorcycle-item .motorcycle-item__tags-wrapper {
  background: #f1f1f1;
}
body.is-mobile .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer,
body.is-mobile .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 15px 16px;
  background: #fff;
  font-size: 17px;
  line-height: 21px;
}
body.is-mobile .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer:is(.search-layout.kawasaki-new-bikes *),
body.is-mobile .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer:is(.search-layout.kawasaki-new-bikes *) {
  --kawasaki-footer-logo-gap: 14px;
  --kawasaki-footer-logo-height: 38px;
  padding: 12px 15px;
}
body.is-mobile .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-list-tags,
body.is-mobile .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-list-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: auto;
  margin: 0;
  font-size: 13px;
}
body.is-mobile .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-list-tags .motorcycle-item__dealer-info,
body.is-mobile .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-list-tags .motorcycle-item__dealer-info {
  margin: 4px 0 0;
  padding: 0;
  font-size: 17px;
}
body.is-mobile .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info,
body.is-mobile .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info {
  display: block;
  text-align: left;
  font-size: 17px;
}
body.is-mobile .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info .motorcycle-item__dealer-name,
body.is-mobile .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info .motorcycle-item__dealer-name {
  display: block;
  font-weight: 700;
}
body.is-mobile .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info .motorcycle-item__location,
body.is-mobile .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info .motorcycle-item__location {
  display: block;
  font-weight: 400;
}
body.is-mobile .address-tiles .address-tiles-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.is-mobile .address-tiles .address-mini-tile {
  box-sizing: border-box;
  width: 100%;
  height: 104px;
  margin: 0;
  padding: 8px 8px 8px 7.5px;
  background: #f6f6f6;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
body.is-mobile .address-tiles .address-mini-tile .address-mini-tile-container {
  gap: 11px;
  padding: 0;
}
body.is-mobile .address-tiles .address-mini-tile .address-mini-tile-placeholder {
  flex: 0 0 121px;
  width: 121px;
  height: 88px;
  float: none;
  display: block;
  background: #fff;
}
body.is-mobile .address-tiles .address-mini-tile .address-mini-tile-photo {
  display: block;
  width: 121px;
  height: 88px;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
body.is-mobile .address-tiles .address-mini-tile .address-mini-tile-headline {
  flex: 1 1 auto;
  min-width: 0;
  gap: 0;
  font-size: 13.3px;
  line-height: 15px;
  color: #373737;
}
body.is-mobile .address-tiles .address-mini-tile .address-mini-tile-headline b {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 13.3px;
  line-height: 15px;
}
body.is-mobile .address-tiles .address-mini-tile .address-mini-tile-headline .address-mini-tile-description {
  font-size: 11.4px;
  line-height: 16.5px;
}
body.is-mobile .address-tiles .address-mini-tile .address-mini-tile-headline .address-mini-tile-moreinfo {
  margin-top: auto;
  padding-top: 4px;
  font-size: 11.4px;
  line-height: 16px;
  font-weight: 700;
  color: #006292;
}
body.is-mobile .mostsearched .mostsearched__list {
  margin: 0 -14px;
  font-size: 13.3px;
  border-radius: 0;
}
body.is-mobile .mostsearched .mostsearched__item {
  height: 33px;
  min-width: 0;
  background: linear-gradient(to bottom, #f5f5f5 0%, #c2c2c2 100%);
  border-bottom: 1px solid #ccc;
}
body.is-mobile .mostsearched .mostsearched__item:last-child {
  border-bottom: 0;
}
body.is-mobile .mostsearched .mostsearched__count {
  flex: 0 0 33px;
  min-width: 33px;
  height: 33px;
  margin-right: 9px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  box-shadow: none;
  font-size: 13.3px;
  font-weight: 700;
  color: #373737;
}
body.is-mobile .mostsearched .mostsearched__headline {
  line-height: 33px;
  font-size: 13.3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #373737;
}
body.is-mobile .event-tiles .event-tiles-list,
body.is-mobile .event-tiles .news__list,
body.is-mobile .news .event-tiles-list,
body.is-mobile .news .news__list,
body.is-mobile .news-list .event-tiles-list,
body.is-mobile .news-list .news__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.is-mobile .event-tiles .news__item,
body.is-mobile .news .news__item,
body.is-mobile .news-list .news__item {
  box-sizing: border-box;
  width: 100%;
  height: 104px;
  margin: 0;
  padding: 8px 8px 8px 7.5px;
  background: #f6f6f6;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  min-width: 0;
  margin: 0;
}
body.is-mobile .event-tiles .news__item:nth-child(even),
body.is-mobile .news .news__item:nth-child(even),
body.is-mobile .news-list .news__item:nth-child(even) {
  background: #f6f6f6;
}
body.is-mobile .event-tiles .news__link,
body.is-mobile .news .news__link,
body.is-mobile .news-list .news__link {
  display: flex;
  height: 100%;
  gap: 11px;
  color: #373737;
}
body.is-mobile .event-tiles .news__photo,
body.is-mobile .news .news__photo,
body.is-mobile .news-list .news__photo {
  flex: 0 0 121px;
  width: 121px;
  height: 88px;
  margin: 0;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
body.is-mobile .event-tiles .news__date,
body.is-mobile .news .news__date,
body.is-mobile .news-list .news__date {
  flex: 0 0 121px;
  box-sizing: border-box;
  width: 121px;
  height: 88px;
  margin: 0;
  padding: 18px 6px;
  text-align: center;
  font-size: 13px;
  line-height: 17px;
}
body.is-mobile .event-tiles .news__content,
body.is-mobile .news .news__content,
body.is-mobile .news-list .news__content {
  min-width: 0;
  height: 88px;
}
body.is-mobile .event-tiles .news__eventdate,
body.is-mobile .news .news__eventdate,
body.is-mobile .news-list .news__eventdate {
  font-size: 13.3px;
  line-height: 16px;
  font-weight: 700;
  color: #006292;
}
body.is-mobile .event-tiles .news__headline,
body.is-mobile .news .news__headline,
body.is-mobile .news-list .news__headline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin: 0 0 4px;
  padding: 0;
  font-size: 13.3px;
  line-height: 15.1px;
  font-weight: 700;
  color: #373737;
}
body.is-mobile .event-tiles .news__eventdate,
body.is-mobile .news .news__eventdate,
body.is-mobile .news-list .news__eventdate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.is-mobile .event-tiles .news__summary,
body.is-mobile .news .news__summary,
body.is-mobile .news-list .news__summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 11.4px;
  line-height: 14.3px;
  font-weight: 400;
  color: #373737;
}
body.is-mobile .event-tiles .news__eventdate ~ .news__summary,
body.is-mobile .news .news__eventdate ~ .news__summary,
body.is-mobile .news-list .news__eventdate ~ .news__summary {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
body.is-mobile .event-tiles .news__list-item-footer,
body.is-mobile .news .news__list-item-footer,
body.is-mobile .news-list .news__list-item-footer {
  padding-top: 2px;
}
body.is-mobile .event-tiles .news__readmore,
body.is-mobile .news .news__readmore,
body.is-mobile .news-list .news__readmore {
  font-size: 11.4px;
  line-height: 16px;
  font-weight: 700;
  color: #006292;
}
body.is-mobile .event-tiles .news__readmore::before,
body.is-mobile .news .news__readmore::before,
body.is-mobile .news-list .news__readmore::before {
  margin-right: 5px;
  font-size: 9px;
}
body.is-mobile .event-tiles .news__newsdate,
body.is-mobile .news .news__newsdate,
body.is-mobile .news-list .news__newsdate {
  display: none;
}
body.is-mobile .banner-container {
  padding: 14px 14px 14px !important;
  background: #fff;
  min-height: 0;
}
body.is-mobile .banner-container > .portlet-header-steady {
  margin: -14px -14px 14px;
}
body.is-mobile .banner-container a {
  display: block;
  width: 100%;
  min-width: 0;
  line-height: 0;
}
body.is-mobile .banner-container img {
  display: block;
  width: 100%;
  height: auto;
}
body.is-mobile .banner-container.white-background {
  padding: 12px 12px 12px !important;
}
body.is-mobile .banner-container.white-background:not(.searchmodule):not(.no-background) > .portlet-header-steady {
  margin: -12px -12px 12px;
}
body.is-mobile .banner-container.mobile-wistjedat > .portlet-header-steady {
  background: #262626;
}
body.is-mobile .didyouknow {
  flex-direction: column;
  margin: 0;
  box-shadow: none;
}
body.is-mobile .didyouknow .didyouknow__label {
  align-self: flex-start;
  height: 34px;
  padding: 0 24px 0 13px;
  font-size: 21px;
}
body.is-mobile .didyouknow .didyouknow__icon {
  top: -1.5px;
  width: 20px;
  height: 20px;
}
body.is-mobile .didyouknow .didyouknow__text {
  align-self: auto;
  padding: 10px 13px 16px;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
}
body.is-mobile .didyouknow + .quick-nav,
body.is-mobile .didyouknow-slot + .quick-nav {
  margin-top: 0;
}
body.is-mobile .quick-nav {
  margin-top: 24px;
  padding: 0;
  background: none;
}
body.is-mobile .quick-nav .quick-nav-footer {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 21px 0 33px 13px;
  background: #000;
}
body.is-mobile .quick-nav .quick-nav__title {
  margin: 0 0 14px;
  padding: 0 13px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
body.is-mobile .quick-nav .quick-nav__list,
body.is-mobile .quick-nav .quick-nav__list.quick-nav__list-types {
  display: grid;
  grid-template-columns: 52% minmax(0, 1fr);
  grid-auto-flow: column;
  grid-template-rows: repeat(var(--quick-nav-mobile-rows, 40), auto);
  gap: 0;
  margin: 0;
  padding: 0;
}
body.is-mobile .quick-nav .quick-nav__link {
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.is-mobile .search-layout,
body.is-mobile .search-layout:not(.address-search-layout) {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: none;
}
body.is-mobile .search-layout .sidebar,
body.is-mobile .search-layout .main,
body.is-mobile .search-layout:not(.address-search-layout) .sidebar,
body.is-mobile .search-layout:not(.address-search-layout) .main {
  flex: none;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}
body.is-mobile .search-layout .list-navigation__header::before,
body.is-mobile .search-layout:not(.address-search-layout) .list-navigation__header::before {
  display: none;
}
body.is-mobile .search-layout .list-navigation__main,
body.is-mobile .search-layout section.motorcycles-view,
body.is-mobile .search-layout:not(.address-search-layout) .list-navigation__main,
body.is-mobile .search-layout:not(.address-search-layout) section.motorcycles-view {
  background: #e0e0e0;
}
body.is-mobile .list-navigation {
  margin: 0;
}
body.is-mobile .list-navigation .list-navigation__header--mobile {
  display: block;
  padding: 19px 0 0 16px;
  background: none;
}
body.is-mobile .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container {
  display: block;
  margin: 0 0 0 1px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
body.is-mobile .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container .list-navigation__count-mobile-highlight {
  color: #ffd400;
  font-weight: 700;
  text-transform: uppercase;
}
body.is-mobile .list-navigation .list-navigation__header--mobile:has(.list-navigation__count-mobile-container--titled) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
body.is-mobile .list-navigation .list-navigation__header--mobile:has(.list-navigation__count-mobile-container--titled) .list-navigation__count-mobile-container--titled {
  flex: 0 0 auto;
  white-space: nowrap;
}
body.is-mobile .list-navigation .list-navigation__header--mobile:has(.list-navigation__count-mobile-container--titled) .listnav-filter-sort-container {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
body.is-mobile .list-navigation .list-navigation__header--mobile:has(.list-navigation__count-mobile-container--titled) .listnav-filter-sort-container .list-navigation__sort-mobile.has-selection {
  max-width: 100%;
}
body.is-mobile .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container--titled .list-navigation__page-title {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
}
body.is-mobile .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container--titled .list-navigation__page-title-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 17px;
  margin-top: -1px;
  fill: #ef1924;
}
body.is-mobile .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container--titled .list-navigation__page-title-count {
  display: block;
  margin-top: 3px;
}
body.is-mobile .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container--titled .list-navigation__page-title-count .list-navigation__count-mobile-suffix {
  color: inherit;
  font-weight: inherit;
}
body.is-mobile .list-navigation .list-navigation__header--mobile .listnav-filter-sort-container {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 30px;
  margin: 13px 0 0;
  padding-right: 15px;
}
body.is-mobile .list-navigation .list-navigation__header--mobile .listnav-filter-sort-container.listnav-filter-sort-container--sort-only {
  justify-content: flex-end;
}
body.is-mobile .list-navigation .list-navigation__header--mobile .list-navigation__sort--hidden-mobile {
  display: none;
}
body.is-mobile .list-navigation .listnav-search-module-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #f9dc17;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  min-width: 98px;
  height: 30px;
  padding: 0 12px 0 13px;
  gap: 8px;
  font-size: 11px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body.is-mobile .list-navigation .listnav-search-module-filter-button img {
  width: 13px;
  height: 16px;
  margin: 0;
}
body.is-mobile .list-navigation .list-navigation__main {
  margin-top: 19px;
  padding: 0;
  gap: 0;
  background: #e0e0e0;
}
body.is-mobile .list-navigation .list-navigation__filters {
  margin: 0;
  padding: 14px 0 13px;
  max-height: none;
  border: 0;
  border-radius: 0;
  background: #f9f9f9;
  font-size: 13px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
body.is-mobile .list-navigation .list-navigation__filters::-webkit-scrollbar {
  display: none;
}
body.is-mobile .list-navigation .list-navigation__filters .list-navigation__filters-list {
  box-sizing: border-box;
  flex-wrap: nowrap;
  gap: 7.5px;
  padding: 0 0 0 16px;
  border: 0;
  border-radius: 0;
  background: none;
}
body.is-mobile .list-navigation .list-navigation__filters .list-navigation__filter {
  flex-shrink: 0;
  box-sizing: border-box;
  height: 26px;
  padding: 0 8px 0 6px;
  gap: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
}
body.is-mobile .list-navigation .list-navigation__filters .list-navigation__filter[data-filter-key=brand], body.is-mobile .list-navigation .list-navigation__filters .list-navigation__filter[data-filter-key=type] {
  text-transform: uppercase;
}
body.is-mobile .list-navigation .list-navigation__filters .filter-remove {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
body.is-mobile .list-navigation .list-navigation__filters .filter-remove::before, body.is-mobile .list-navigation .list-navigation__filters .filter-remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(9px * 1.35);
  height: 2px;
  border-radius: 1px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.is-mobile .list-navigation .list-navigation__filters .filter-remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.is-mobile .list-navigation .list-navigation__filters .filter-remove:hover {
  background: none;
}
body.is-mobile .list-navigation .list-navigation__filters .list-navigation__reset-filters {
  position: sticky;
  right: 0;
  z-index: 1;
  flex-shrink: 0;
  padding: 0 16px 0 12px;
  background: #f9f9f9;
}
body.is-mobile .list-navigation .list-navigation__filters .list-navigation__reset-filters::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 22px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.35) 100%);
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
}
body.is-mobile .list-navigation .list-navigation__filters.has-hidden-chips .list-navigation__reset-filters::before {
  opacity: 1;
}
body.is-mobile .list-navigation .list-navigation__filters .list-navigation__reset-filters {
  line-height: 26px;
  white-space: nowrap;
}
body.is-mobile .list-navigation .list-navigation__filters .list-navigation__reset-filters .list-navigation__reset {
  margin-left: 0;
  font-size: 13px;
  font-weight: 700;
  color: #006292;
}
body.is-mobile .list-navigation .list-navigation__footer {
  padding: 16px 0 0;
  background: none;
}
body.is-mobile .list-navigation .list-navigation__footer .list-navigation__footer-row {
  justify-content: flex-end;
}
body.is-mobile .list-navigation .list-navigation__footer .list-navigation__block--bottom {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 15px 0 16px;
  justify-content: center;
}
body.is-mobile .list-navigation.footer {
  padding: 16px 15px 16px 16px;
  background: #e0e0e0;
}
body.is-mobile .list-navigation.footer .list-navigation__block--bottom {
  width: 100%;
  justify-content: center;
}
body.is-mobile .list-navigation.footer:not(:has(.list-navigation__pagination > *)) {
  display: none;
}
body.is-mobile .search-layout .no-favorite-results-container.favorites-empty {
  margin: 16px 16px;
  padding: 28px 16px;
  background: #f1f1f1;
  border: 0;
  border-radius: 5px;
}
body.is-mobile .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__title {
  font-size: 18px;
  line-height: 24px;
}
body.is-mobile .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__text {
  font-size: 14px;
  line-height: 21px;
}
body.is-mobile .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__actions {
  flex-direction: column;
  width: 100%;
}
body.is-mobile .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__button {
  width: 100%;
}
body.is-mobile .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__brand {
  flex-direction: column;
  width: 100%;
  gap: 6px;
}
body.is-mobile .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__brand .select-style {
  width: 100%;
}
body.is-mobile .search-layout .main-results-container section.motorcycles-view.favorites-pending {
  min-height: 0;
  padding: 44px 0 60px;
}
body.is-mobile .search-layout .main-results-container section.motorcycles-view.favorites-pending .favorites-pending__text {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}
body.is-mobile .inventory-progress-bar--list-mobile.is-active {
  display: block;
}
body.is-mobile .favorite-sticky-bar {
  display: block;
  position: sticky;
  top: 53px;
  z-index: 150;
  height: 0;
  overflow: visible;
  pointer-events: none;
}
body.is-mobile .favorite-sticky-bar .favorite-sticky-bar__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  height: 46px;
  padding: 0 15px 0 16px;
  background: rgba(20, 20, 20, 0.96);
  border-bottom: 1px solid #3b3b3b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0s linear 0.25s;
}
body.is-mobile .favorite-sticky-bar.is-stuck .favorite-sticky-bar__inner {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0s;
}
body.is-mobile .favorite-sticky-bar .favorite-sticky-bar__title {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  color: #ffd400;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
body.is-mobile .favorite-sticky-bar .favorite-sticky-bar__title .icon-heart {
  width: 14px;
  height: 15px;
  margin-top: -1px;
  fill: #ef1924;
}
body.is-mobile .favorite-sticky-bar .favorite-sticky-bar__count {
  flex: 0 0 auto;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
body.is-mobile .favorite-sticky-bar:has(.list-navigation__sort-mobile.has-selection) .favorite-sticky-bar__count {
  display: none;
}
body.is-mobile .list-navigation .list-navigation__sort-mobile,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile,
body.is-mobile .sale-header .list-navigation__sort-mobile {
  position: relative;
  display: block !important;
  width: 30px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  overflow: visible;
  transition: none;
}
body.is-mobile .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle,
body.is-mobile .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #f9dc17;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  gap: 0;
  font-size: 11px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body.is-mobile .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle::after,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle::after,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle::after,
body.is-mobile .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle::after {
  content: "";
  position: absolute;
  inset: -7px;
}
body.is-mobile .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle img,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle img,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle img,
body.is-mobile .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle img {
  width: 19px;
  height: 14px;
}
body.is-mobile .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-label,
body.is-mobile .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-current,
body.is-mobile .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-close,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-label,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-current,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-close,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-label,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-current,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-close,
body.is-mobile .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-label,
body.is-mobile .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-current,
body.is-mobile .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-close {
  display: none;
}
body.is-mobile .list-navigation .list-navigation__sort-mobile.has-selection,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile.has-selection,
body.is-mobile .sale-header .list-navigation__sort-mobile.has-selection {
  width: auto;
  min-width: 30px;
  max-width: calc(100% - 106px);
  flex: 0 1 auto;
}
body.is-mobile .list-navigation .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-toggle,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-toggle,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-toggle,
body.is-mobile .sale-header .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-toggle {
  width: 100%;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 10px 0 9px;
}
body.is-mobile .list-navigation .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current,
body.is-mobile .sale-header .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current {
  display: block;
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.is-mobile .list-navigation .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current strong,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current strong,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current strong,
body.is-mobile .sale-header .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current strong {
  font-weight: 700;
}
body.is-mobile .list-navigation .list-navigation__sort-mobile.is-expanded .list-navigation__sort-mobile-toggle,
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile.is-expanded .list-navigation__sort-mobile-toggle,
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile.is-expanded .list-navigation__sort-mobile-toggle,
body.is-mobile .sale-header .list-navigation__sort-mobile.is-expanded .list-navigation__sort-mobile-toggle {
  background: #1a1a1a;
  border-color: #fff;
}
body.is-mobile .sort-sheet {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 300;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.3s;
}
body.is-mobile .sort-sheet .sort-sheet__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
body.is-mobile .sort-sheet .sort-sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-height: calc(100dvh - 56px);
  padding-bottom: env(safe-area-inset-bottom, 0);
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
body.is-mobile .sort-sheet.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s;
}
body.is-mobile .sort-sheet.is-open .sort-sheet__scrim {
  opacity: 1;
}
body.is-mobile .sort-sheet.is-open .sort-sheet__panel {
  transform: none;
}
body.is-mobile .sort-sheet .sort-sheet__handle {
  flex: 0 0 auto;
  width: 36px;
  height: 4px;
  margin: 8px auto 0;
  border-radius: 2px;
  background: #cfcfcf;
}
body.is-mobile .sort-sheet .sort-sheet__header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 4px 6px 4px 20px;
  border-bottom: 1px solid #eee;
}
body.is-mobile .sort-sheet .sort-sheet__title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
body.is-mobile .sort-sheet .sort-sheet__close {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body.is-mobile .sort-sheet .sort-sheet__close::before, body.is-mobile .sort-sheet .sort-sheet__close::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 21px;
  width: 20px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}
body.is-mobile .sort-sheet .sort-sheet__close::after {
  transform: rotate(-45deg);
}
body.is-mobile .sort-sheet .sort-sheet__list {
  flex: 1 1 auto;
  margin: 0;
  padding: 0 0 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}
body.is-mobile .sort-sheet .sort-sheet__list li {
  margin: 0;
}
body.is-mobile .sort-sheet .sort-sheet__list li + li {
  border-top: 1px solid #f0f0f0;
}
body.is-mobile .sort-sheet .list-navigation__sort-mobile-option {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 0 20px 0 50px;
  border: 0;
  background: none;
  text-align: left;
  font-family: inherit;
  font-size: 15px;
  line-height: 48px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body.is-mobile .sort-sheet .list-navigation__sort-mobile-option strong {
  font-weight: 700;
}
body.is-mobile .sort-sheet .list-navigation__sort-mobile-option:active {
  background: #f2f2f2;
}
body.is-mobile .sort-sheet .list-navigation__sort-mobile-option.is-active {
  background: #fff8d1;
}
body.is-mobile .sort-sheet .list-navigation__sort-mobile-option.is-active::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 16px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}
body.is-mobile .filter-sheet {
  display: block;
  position: fixed;
  top: var(--sheet-top, 0);
  left: 0;
  right: 0;
  height: calc(var(--sheet-height, 100%) - var(--sheet-bottom, 0px));
  z-index: 300;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.3s;
}
body.is-mobile .filter-sheet .filter-sheet__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
body.is-mobile .filter-sheet .filter-sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-height: 90%;
  padding-bottom: env(safe-area-inset-bottom, 0);
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
body.is-mobile .filter-sheet.filter-sheet--tall .filter-sheet__panel {
  height: 90%;
}
body.is-mobile .filter-sheet.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s;
}
body.is-mobile .filter-sheet.is-open .filter-sheet__scrim {
  opacity: 1;
}
body.is-mobile .filter-sheet.is-open .filter-sheet__panel {
  transform: none;
}
body.is-mobile .filter-sheet .filter-sheet__grip {
  flex: 0 0 auto;
  touch-action: none;
  cursor: grab;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
body.is-mobile .filter-sheet .filter-sheet__handle {
  width: 36px;
  height: 4px;
  margin: 8px auto 0;
  border-radius: 2px;
  background: #cfcfcf;
}
body.is-mobile .filter-sheet .filter-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 6px 4px 20px;
  border-bottom: 1px solid #eee;
}
body.is-mobile .filter-sheet .filter-sheet__title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
body.is-mobile .filter-sheet .filter-sheet__close {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body.is-mobile .filter-sheet .filter-sheet__close::before, body.is-mobile .filter-sheet .filter-sheet__close::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 21px;
  width: 20px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}
body.is-mobile .filter-sheet .filter-sheet__close::after {
  transform: rotate(-45deg);
}
body.is-mobile .filter-sheet .filter-sheet__search {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
}
body.is-mobile .filter-sheet .filter-sheet__search[hidden] {
  display: none;
}
body.is-mobile .filter-sheet .filter-sheet__search-input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #f6f6f6;
  font-family: inherit;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
body.is-mobile .filter-sheet .filter-sheet__search-input:focus {
  outline: none;
  border-color: #000;
  background: #fff;
}
body.is-mobile .filter-sheet .filter-sheet__search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
body.is-mobile .filter-sheet .filter-sheet__list {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 0 0 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
body.is-mobile .filter-sheet .filter-sheet__section {
  position: relative;
}
body.is-mobile .filter-sheet .filter-sheet__group {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 8px 16px 6px;
  border-bottom: 1px solid #e3e3e3;
  background: #f6f6f6;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #555;
  transition: box-shadow 0.15s ease;
}
body.is-mobile .filter-sheet .filter-sheet__group.is-stuck {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
body.is-mobile .filter-sheet .filter-sheet__group.filter-sheet__group--selected {
  background: #fff3b0;
  color: #4a3d00;
}
body.is-mobile .filter-sheet .filter-sheet__group:has(.filter-sheet__group-count) {
  display: flex;
  align-items: center;
}
body.is-mobile .filter-sheet .filter-sheet__group .filter-sheet__group-count {
  margin-left: auto;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
body.is-mobile .filter-sheet .filter-sheet__empty {
  padding: 24px 20px;
  font-size: 15px;
  color: #666;
  text-align: center;
}
body.is-mobile .filter-sheet .filter-sheet__option {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 40px;
  align-items: center;
  gap: 12px;
  padding: 0 20px 0 46px;
  border: 0;
  border-top: 1px solid #f0f0f0;
  background: none;
  text-align: left;
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body.is-mobile .filter-sheet .filter-sheet__option:first-child, .filter-sheet__group + body.is-mobile .filter-sheet .filter-sheet__option {
  border-top: 0;
}
body.is-mobile .filter-sheet .filter-sheet__option:active {
  background: #f2f2f2;
}
body.is-mobile .filter-sheet .filter-sheet__option.is-active {
  background: #fff8d1;
}
body.is-mobile .filter-sheet .filter-sheet__option.is-active::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #000;
}
body.is-mobile .filter-sheet .filter-sheet__option.is-active::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 5px;
  height: 10px;
  margin-top: -7px;
  border: solid #f9dc17;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
body.is-mobile .filter-sheet .filter-sheet__option.filter-sheet__option--empty {
  color: #555;
  font-style: italic;
}
body.is-mobile .filter-sheet .filter-sheet__option.is-unavailable {
  color: #b0b0b0;
  cursor: default;
}
body.is-mobile .filter-sheet .filter-sheet__option.is-unavailable .filter-sheet__option-count {
  color: #c4c4c4;
}
body.is-mobile .filter-sheet .filter-sheet__option-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.is-mobile .filter-sheet .filter-sheet__option-count {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 400;
  color: #777;
}
body.is-mobile .filter-sheet .filter-sheet__option-count[hidden] {
  display: none;
}
body.is-mobile .filter-sheet .filter-sheet__option-badge {
  display: inline-block;
  vertical-align: 1px;
  height: 17px;
  margin-left: 8px;
  padding: 0 6px;
  border-radius: 3px;
  background: #f9dc17;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
body.is-mobile .filter-sheet .filter-sheet__footer {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  padding: 10px 16px 12px;
  border-top: 1px solid #eee;
  background: #fff;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}
body.is-mobile .filter-sheet .filter-sheet__footer[hidden] {
  display: none;
}
body.is-mobile .filter-sheet .filter-sheet__status {
  padding: 0 2px 8px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
body.is-mobile .filter-sheet .filter-sheet__status strong {
  font-weight: 700;
  color: #000;
}
body.is-mobile .filter-sheet .filter-sheet__status[hidden] {
  display: none;
}
body.is-mobile .filter-sheet .filter-sheet__actions {
  display: flex;
  gap: 12px;
}
body.is-mobile .filter-sheet .filter-sheet__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #f9dc17;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  flex: 0 0 auto;
  height: 44px;
  margin: 0;
  padding: 0 16px;
  white-space: nowrap;
  font-size: 16px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body.is-mobile .filter-sheet .filter-sheet__clear[hidden] {
  display: none;
}
body.is-mobile .filter-sheet .filter-sheet__done {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  color: #1a1a1a;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  flex: 1 1 auto;
  width: 100%;
  height: 44px;
  font-size: 16px;
}
body.is-mobile .filter-sheet .filter-sheet__clear,
body.is-mobile .filter-sheet .filter-sheet__done.filter-sheet__done--neutral {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
body.is-mobile .filter-sheet .filter-sheet__done.is-disabled,
body.is-mobile .filter-sheet .filter-sheet__done:disabled {
  border: 1px solid #cfcfcf;
  background: #e6e6e6;
  color: #8a8a8a;
  cursor: not-allowed;
}
body.is-mobile .filter-sheet .filter-sheet__unit {
  margin-left: auto;
  margin-right: 6px;
  border-color: #cfcfcf;
}
body.is-mobile .filter-sheet .filter-sheet__unit .unit-switch__option {
  color: #333;
}
body.is-mobile .filter-sheet .filter-sheet__unit .unit-switch__option.is-on {
  background: #f9dc17;
  color: #111;
}
body.is-mobile .filter-sheet .filter-sheet__unit[hidden] {
  display: none;
}
body.is-mobile .filter-sheet .filter-sheet__input {
  flex: 0 0 auto;
  padding: 10px 16px 6px;
  background: #fff;
}
body.is-mobile .filter-sheet .filter-sheet__input[hidden] {
  display: none;
}
body.is-mobile .filter-sheet .filter-sheet__input-box {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #f6f6f6;
  font-size: 16px;
  color: #000;
}
body.is-mobile .filter-sheet .filter-sheet__input-box:focus-within {
  border-color: #1a1a1a;
  background: #fff;
  box-shadow: 0 0 0 1px #1a1a1a;
}
body.is-mobile .filter-sheet .filter-sheet__input-box.is-invalid {
  border-color: #e30013;
  background: #fff;
  box-shadow: 0 0 0 1px #e30013;
}
body.is-mobile .filter-sheet .filter-sheet__input-prefix {
  flex: 0 0 auto;
  margin-right: 4px;
  font-weight: 700;
}
body.is-mobile .filter-sheet .filter-sheet__input-prefix[hidden] {
  display: none;
}
body.is-mobile .filter-sheet .filter-sheet__input-field {
  flex: 1 1 auto;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  font-family: inherit;
  font-size: 16px;
  line-height: 42px;
  font-weight: 700;
  color: #000;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
body.is-mobile .filter-sheet .filter-sheet__input-field::-moz-placeholder {
  font-weight: 400;
  color: #8a8a8a;
}
body.is-mobile .filter-sheet .filter-sheet__input-field::placeholder {
  font-weight: 400;
  color: #8a8a8a;
}
body.is-mobile .filter-sheet .filter-sheet__input-unit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  height: 22px;
  margin-left: 8px;
  padding: 0 9px;
  border: 1px solid #d3d3d3;
  border-radius: 11px;
  background: #ececec;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333;
}
body.is-mobile .filter-sheet .filter-sheet__input-unit[hidden] {
  display: none;
}
.is-invalid body.is-mobile .filter-sheet .filter-sheet__input-unit {
  border-color: rgba(227, 0, 19, 0.45);
  background: rgba(227, 0, 19, 0.08);
  color: #b1110f;
}
body.is-mobile .filter-sheet .filter-sheet__input-help {
  padding: 6px 2px 0;
  font-size: 12px;
  line-height: 16px;
  color: #555;
}
body.is-mobile .filter-sheet .filter-sheet__input-help.is-error {
  font-weight: 600;
  color: #c8000f;
}
body.is-mobile .filter-sheet .filter-sheet__note {
  flex: 0 0 auto;
  padding: 8px 20px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: #f3f3f3;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #555;
}
body.is-mobile .filter-sheet .filter-sheet__note[hidden] {
  display: none;
}
body.is-mobile .filter-sheet .filter-sheet__option.filter-sheet__option--use {
  background: #fff8d1;
  font-weight: 700;
}
body.is-mobile .filter-sheet .filter-sheet__option.filter-sheet__option--use::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid #d9b900;
  border-radius: 3px;
  background: #f9dc17;
}
body.is-mobile .filter-sheet .filter-sheet__option.filter-sheet__option--use::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 5px;
  height: 10px;
  margin-top: -7px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
body.is-mobile .searchmodule .searchform .select-style,
body.is-mobile .searchmodule.address-filter-module .address-search .select-style {
  cursor: pointer;
}
body.is-mobile .searchmodule .searchform .select-style > select[data-key], body.is-mobile .searchmodule .searchform .select-style.select-style--tom .ts-wrapper,
body.is-mobile .searchmodule.address-filter-module .address-search .select-style > select[data-key],
body.is-mobile .searchmodule.address-filter-module .address-search .select-style.select-style--tom .ts-wrapper {
  pointer-events: none;
}
body.is-mobile .searchmodule .searchform .select-style.select-style--tom .ts-control::after,
body.is-mobile .searchmodule.address-filter-module .address-search .select-style.select-style--tom .ts-control::after {
  pointer-events: none;
}
body.is-mobile .searchmodule .searchform .select-style.select-style--tom .ts-control .item .remove,
body.is-mobile .searchmodule.address-filter-module .address-search .select-style.select-style--tom .ts-control .item .remove {
  pointer-events: auto;
}
body.is-mobile .searchmodule .searchform .select-style.select-style--tom .ts-dropdown,
body.is-mobile .searchmodule.address-filter-module .address-search .select-style.select-style--tom .ts-dropdown {
  display: none !important;
}
body.is-mobile .list-navigation__pagination {
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
body.is-mobile .list-navigation__pagination .pagination {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 34px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 15px;
  line-height: 38px;
  color: #000;
}
body.is-mobile .list-navigation__pagination .pagination:not(:first-child) {
  border-left: 0;
}
body.is-mobile .list-navigation__pagination .pagination-current {
  background: #f9dc17;
}
body.is-mobile .list-navigation__pagination .pagination-prev,
body.is-mobile .list-navigation__pagination .pagination-next {
  width: 32px;
  min-width: 32px;
  height: 40px;
  padding: 0;
}
body.is-mobile .list-navigation__pagination:has(> :nth-child(7)) {
  width: 100%;
}
body.is-mobile .list-navigation__pagination:has(> :nth-child(7)) .pagination {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 4px;
}
body.is-mobile .list-navigation__pagination:has(> :nth-child(7)) .pagination-prev,
body.is-mobile .list-navigation__pagination:has(> :nth-child(7)) .pagination-next {
  width: auto;
  min-width: 0;
}
@media (max-width: 374px) {
  body.is-mobile .list-navigation__pagination .pagination {
    min-width: 30px;
    padding: 0 6px;
  }
  body.is-mobile .list-navigation__pagination .pagination-prev,
  body.is-mobile .list-navigation__pagination .pagination-next {
    width: 28px;
    min-width: 28px;
  }
}
body.is-mobile .list-navigation__pagination .pagination-prev::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #000;
}
body.is-mobile .list-navigation__pagination .pagination-next::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000;
}
body.is-mobile .main-results-container {
  padding: 17px 16px 0 16px;
  background: #e0e0e0;
}
body.is-mobile .dealer-layout.dealer-detail {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: none;
}
body.is-mobile .dealer-layout.dealer-detail > .main {
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  background: #e0e0e0;
}
body.is-mobile .dealer-layout.dealer-detail > .sidebar-right {
  display: none;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-detail__dealer-information {
  padding: 16px 16px 18px;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__phone-reveal-wrap .dealer-information__phone-reveal-trigger {
  display: none;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__phone-reveal-wrap .dealer-information__phone-reveal-link {
  display: flex;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper {
  position: relative;
  aspect-ratio: auto;
  padding-bottom: 38px;
  background: #606060;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__main-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  box-shadow: none;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-prev,
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-next {
  position: absolute;
  top: auto;
  bottom: 0;
  transform: none;
  width: 37px;
  height: 38px;
  border-radius: 0;
  border: none;
  background: none;
  color: transparent;
  font-size: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-prev .icon-chevron,
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-next .icon-chevron {
  display: none;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-prev::before,
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-prev {
  left: 0;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-prev::before {
  border-right: 9px solid #fff;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-next {
  right: 0;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-next::before {
  border-left: 9px solid #fff;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-counter {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
body.is-mobile .dealer-layout.dealer-detail > .main > h2 {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 37px;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 37px;
  background: #373737;
  color: #fff;
  font-size: 13.3px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
body.is-mobile .dealer-layout.dealer-detail > .main > h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
  -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  pointer-events: none;
}
body.is-mobile .dealer-layout.dealer-detail > .main > h2 h2, body.is-mobile .dealer-layout.dealer-detail > .main > h2 .h2-heading {
  margin: 0;
  font-size: 13.3px;
  font-weight: 700;
  line-height: 37px;
}
body.is-mobile .dealer-layout.dealer-detail > .main > h2 {
  height: auto;
  min-height: 37px;
  padding: 9px 56px 9px 16px;
  font-size: 13.3px;
  line-height: 19px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
body.is-mobile .dealer-layout.dealer-detail > .main > section.motorcycles-view:not(.searchmodule) {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 16px 16px;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-motorcycles__status {
  box-sizing: border-box;
  padding: 0 16px 16px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #444;
}
body.is-mobile .dealer-layout.dealer-detail .dealer-motorcycles__status:empty, body.is-mobile .dealer-layout.dealer-detail .dealer-motorcycles__status[hidden] {
  display: none;
}
body.is-mobile .search-layout section.motorcycles-view:not(.searchmodule),
body.is-mobile .dealer-layout section.motorcycles-view:not(.searchmodule),
body.is-mobile .main-results-container section.motorcycles-view:not(.searchmodule) {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
body.is-mobile .search-layout section.motorcycles-view:not(.searchmodule).block-list,
body.is-mobile .dealer-layout section.motorcycles-view:not(.searchmodule).block-list,
body.is-mobile .main-results-container section.motorcycles-view:not(.searchmodule).block-list {
  display: flex;
}
body.is-mobile .search-layout section.motorcycles-view:not(.searchmodule) .cdt,
body.is-mobile .dealer-layout section.motorcycles-view:not(.searchmodule) .cdt,
body.is-mobile .main-results-container section.motorcycles-view:not(.searchmodule) .cdt {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 17px;
  color: #000;
}
body.is-mobile .search-layout section.motorcycles-view:not(.searchmodule) .cdt h1,
body.is-mobile .search-layout section.motorcycles-view:not(.searchmodule) .cdt h2,
body.is-mobile .search-layout section.motorcycles-view:not(.searchmodule) .cdt h3,
body.is-mobile .dealer-layout section.motorcycles-view:not(.searchmodule) .cdt h1,
body.is-mobile .dealer-layout section.motorcycles-view:not(.searchmodule) .cdt h2,
body.is-mobile .dealer-layout section.motorcycles-view:not(.searchmodule) .cdt h3,
body.is-mobile .main-results-container section.motorcycles-view:not(.searchmodule) .cdt h1,
body.is-mobile .main-results-container section.motorcycles-view:not(.searchmodule) .cdt h2,
body.is-mobile .main-results-container section.motorcycles-view:not(.searchmodule) .cdt h3 {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
}
body.is-mobile .search-layout section.motorcycles-view:not(.searchmodule) .cdt p,
body.is-mobile .dealer-layout section.motorcycles-view:not(.searchmodule) .cdt p,
body.is-mobile .main-results-container section.motorcycles-view:not(.searchmodule) .cdt p {
  margin: 0 0 8px;
}
body.is-mobile .no-results-wrapper {
  background: #e0e0e0;
}
body.is-mobile .no-results-wrapper:not(:empty) {
  padding-bottom: 17px;
}
body.is-mobile .no-results-wrapper .motorcycle-no-results {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 22px 16px 24px;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
  color: #333;
  text-align: center;
}
body.is-mobile .no-results-wrapper .motorcycle-no-results .motorcycle-no-results__content {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body.is-mobile .no-results-wrapper .motorcycle-no-results .motorcycle-no-results__title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #333;
}
body.is-mobile .no-results-wrapper .motorcycle-no-results .motorcycle-no-results__text {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  color: #333;
}
body.is-mobile .main-results-container .didyouknow {
  margin: 0;
}
body.is-mobile .search-layout + .quick-nav {
  margin-top: 0;
}
body.is-mobile .tabnav-search.is-visible {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  box-sizing: border-box;
  height: 42px;
  margin: 0 0;
  padding: 0 15px 0 16px;
  background: #f9dc17;
  font-size: 13px;
  font-weight: 600;
  color: #1d1d1b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
body.is-mobile .tabnav-search.is-visible .search-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  min-width: 98px;
  height: 30px;
  padding: 0 12px 0 13px;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  background: #f8f8f8;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  color: #1a1a1a;
}
body.is-mobile .tabnav-search.is-visible .search-filter-button img {
  width: 13px;
  height: 16px;
  margin: 0;
}
body.is-mobile .tabnav-search.is-visible div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.is-mobile .tabnav-search.is-visible .search-result-count,
body.is-mobile .tabnav-search.is-visible .search-result-brand-name {
  font-weight: 700;
  text-transform: uppercase;
}
body.is-mobile .sticky-searchmodule-overlay {
  position: sticky;
  z-index: 220;
  bottom: 0;
  padding: 19px 16px 20px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.55);
}
body.is-mobile .searchmodule .sticky-searchmodule-overlay {
  position: fixed;
  bottom: -1px;
}
body.is-mobile .searchmodule .sticky-searchmodule-overlay {
  z-index: 10;
}
body.is-mobile .sticky-searchmodule-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  color: #1a1a1a;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  width: 228px;
  height: 39px;
  padding: 0;
  gap: 10px;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
body.is-mobile .sticky-searchmodule-button img {
  width: 16px;
  height: 20px;
  margin: 0;
}
body.is-mobile .sticky-searchmodule-overlay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
body.is-mobile .sticky-searchmodule-overlay .sticky-searchmodule-button {
  flex: 1 1 auto;
  width: auto;
}
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile {
  flex: 0 0 auto;
  width: 39px;
  min-width: 0;
  margin-left: 0;
  pointer-events: auto;
}
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle {
  width: 39px;
  height: 39px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle::after {
  inset: -3px;
}
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle img {
  width: 22px;
  height: 16px;
}
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: none;
}
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-toggle {
  gap: 6px;
  padding: 0 8px;
}
body.is-mobile .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current {
  font-size: 12px;
  line-height: 37px;
}
body.is-mobile .sticky-searchmodule-overlay:not(.searchmodule *):has(.list-navigation__sort-mobile.has-selection) .sticky-searchmodule-button {
  flex: 0 0 auto;
  width: auto;
  padding: 0 8px;
  gap: 6px;
  font-size: 14px;
}
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile {
  flex: 0 0 auto;
  margin-left: auto;
}
body.is-mobile .favorite-sticky-bar .list-navigation__sort-mobile.has-selection {
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  max-width: none;
}
body.is-mobile .searchmodule .sticky-searchmodule-overlay .list-navigation__sort-mobile {
  display: none !important;
}
body.is-mobile .searchmodule .sticky-searchmodule-overlay .sticky-searchmodule-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #f9dc17;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  flex: 0 0 104px;
  width: 104px;
  height: 39px;
  padding: 0;
  border-color: #b3b3b3;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
body.is-mobile .searchmodule.search-module-search.is-collapsed {
  display: none;
}
body.is-mobile .searchmodule.search-module-search:not(.is-collapsed) {
  position: fixed;
  inset: 0;
  z-index: 210;
  box-sizing: border-box;
  height: 100dvh;
  min-height: 100vh;
  margin: 0;
  padding: 12px 19px 170px;
  background: linear-gradient(to right, #090909 0%, #3d3d3d 100%) !important;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
body.is-mobile .searchmodule.search-module-search:not(.is-collapsed)::before {
  content: "";
  position: fixed;
  inset: 0 0 0 0;
  z-index: -1;
  pointer-events: none;
  background: url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp") no-repeat;
  background-size: 260% auto;
  background-position: 19.5% calc(100% + 90px);
  opacity: 0.4;
  -webkit-mask-image: linear-gradient(to top, #000 20px, rgba(0, 0, 0, 0.65) 130px, rgba(0, 0, 0, 0.15) 250px, transparent 370px);
  mask-image: linear-gradient(to top, #000 20px, rgba(0, 0, 0, 0.65) 130px, rgba(0, 0, 0, 0.15) 250px, transparent 370px);
}
body.is-mobile .searchmodule.search-module-search:not(.is-collapsed)::after {
  content: "";
  position: fixed;
  inset: 0 0 0 0;
  z-index: -1;
  pointer-events: none;
  background: url("/images/mobile/filter-overlay-triumph.webp") no-repeat;
  background-size: 190% auto;
  background-position: 70% -40px;
  opacity: 0.4;
  -webkit-mask-image: linear-gradient(to bottom, #000 20px, rgba(0, 0, 0, 0.55) 160px, rgba(0, 0, 0, 0.12) 320px, transparent 460px);
  mask-image: linear-gradient(to bottom, #000 20px, rgba(0, 0, 0, 0.55) 160px, rgba(0, 0, 0, 0.12) 320px, transparent 460px);
}
body.is-mobile .searchmodule.search-module-search:not(.is-collapsed) .portlet-header-steady,
body.is-mobile .searchmodule.search-module-search:not(.is-collapsed) .tabnav-search {
  display: none;
}
body.is-mobile .searchmodule.search-module-search:not(.is-collapsed) .searchform-actions {
  display: none !important;
}
body.is-mobile .searchmodule.search-module-search:not(.is-collapsed) .search-module-search .searchform-main {
  margin-top: 0;
}
body.is-mobile .searchmodule.search-module-search .mobile-header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
body.is-mobile .searchmodule.search-module-search .mobile-header .actions-container {
  display: flex;
  align-items: center;
  gap: 0;
  height: 30px;
  padding-bottom: 11px;
  border-bottom: 1px solid #555;
  box-sizing: content-box;
}
body.is-mobile .searchmodule.search-module-search .mobile-header .searchmodule-filter-button {
  display: none;
}
body.is-mobile .searchmodule.search-module-search .mobile-header .searchmodule-filter-button--unused {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #f9dc17;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  height: 30px;
  padding: 0 9px 0 13px;
  gap: 8px;
  font-size: 11.3px;
}
body.is-mobile .searchmodule.search-module-search .mobile-header .searchmodule-filter-button--unused img {
  width: 13px;
  height: 16px;
  margin: 0;
}
body.is-mobile .searchmodule.search-module-search .mobile-header .searchmodule-clear-filters {
  margin-left: auto;
  padding-right: 20px;
  font-size: 11.3px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
body.is-mobile .searchmodule.search-module-search .mobile-header .searchmodule-toggle {
  position: relative;
  box-sizing: border-box;
  width: 33px;
  height: 30px;
  padding: 0 0 0 17px;
  border: 0;
  border-left: 1px solid #fff;
  background: none;
  cursor: pointer;
}
body.is-mobile .searchmodule.search-module-search .mobile-header .searchmodule-toggle span {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 0;
  font-size: 0;
  color: transparent;
}
body.is-mobile .searchmodule.search-module-search .mobile-header .searchmodule-toggle span::before, body.is-mobile .searchmodule.search-module-search .mobile-header .searchmodule-toggle span::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 7px;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
body.is-mobile .searchmodule.search-module-search .mobile-header .searchmodule-toggle span::after {
  transform: rotate(-45deg);
}
body.is-mobile .searchmodule.search-module-search .searchform {
  padding-top: 14px;
}
body.is-mobile .searchmodule.search-module-search .searchform .searchform-main,
body.is-mobile .searchmodule.search-module-search .searchform .searchform-row {
  gap: 9px;
}
body.is-mobile .searchmodule.search-module-search .searchform .searchform-field {
  gap: 4px;
}
body.is-mobile .searchmodule.search-module-search .searchform .availability-card {
  height: 38px;
}
body.is-mobile .searchmodule.search-module-search .searchform .checkbox-style {
  padding-left: 23px;
  font-size: 13px;
  line-height: 18px;
}
body.is-mobile .searchmodule.search-module-search .searchform .checkbox-style .checkmark {
  width: 13.5px;
  height: 13.5px;
}
body.is-mobile .searchmodule.search-module-search .searchform .searchform-double-grid {
  gap: 20px;
}
body.is-mobile .searchmodule.search-module-search .searchform .searchform-more {
  margin-top: 4px;
  padding-bottom: 8px;
  font-size: 15.1px;
}
body.is-mobile .searchmodule.search-module-search .searchform .searchform-extra.open {
  margin-top: 0;
  gap: 9px;
}
body.is-mobile .searchmodule.search-module-search .searchform .searchform-extra.open .searchform-row {
  gap: 9px;
}
body.is-mobile .searchmodule.search-module-search .searchform .searchform-extra.open .checkbox-style {
  padding-left: 25px;
  line-height: 18px;
  text-transform: none;
}
body.is-mobile .searchmodule.search-module-search .searchform .searchform-extra.open .checkbox-style + .checkbox-style {
  margin-top: 1px;
}
body.is-mobile .searchmodule.search-module-search .select-style {
  min-height: 34px;
  height: 34px;
}
body.is-mobile .searchmodule.search-module-search .select-style::after {
  width: 36px;
  height: 34px;
}
body.is-mobile .searchmodule.search-module-search .select-style select {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
body.is-mobile .searchmodule.search-module-search .select-style.select-style--range .range-field__prefix,
body.is-mobile .searchmodule.search-module-search .select-style.select-style--range .range-field__input {
  height: 34px;
  line-height: 34px;
}
body.is-mobile .searchmodule.search-module-search .select-style:has(> select:not([multiple]) option:checked:not([value=""])) .select-style__label {
  top: 2px;
}
body.is-mobile .searchmodule.search-module-search .select-style:has(> select:not([multiple]) option:checked:not([value=""])) select {
  padding-top: 11px;
  line-height: 20px;
}
body.is-mobile .searchmodule.search-module-search .select-style:has(> select:not([data-key$=_vanaf]):not([data-key$=_tot]) option:checked:not([value=""])) select {
  padding-top: 0;
  line-height: 34px;
}
body.is-mobile .searchmodule.search-module-search .select-style.select-style--tom {
  height: auto;
}
body.is-mobile .searchmodule.search-module-search .select-style.select-style--tom .ts-wrapper,
body.is-mobile .searchmodule.search-module-search .select-style.select-style--tom .ts-control {
  min-height: 34px;
}
body.is-mobile .searchmodule.search-module-search .select-style.select-style--tom .ts-control {
  line-height: 34px;
}
body.is-mobile .searchmodule.search-module-search .select-style.select-style--tom .ts-control > input::-moz-placeholder {
  font-size: 14px;
}
body.is-mobile .searchmodule.search-module-search .select-style.select-style--tom .ts-control,
body.is-mobile .searchmodule.search-module-search .select-style.select-style--tom .ts-control > input,
body.is-mobile .searchmodule.search-module-search .select-style.select-style--tom .ts-control > input::placeholder {
  font-size: 14px;
}
body.is-mobile .searchmodule.search-module-search .select-style.select-style--tom .ts-control .item {
  font-size: 14px;
  color: #1a1a1a;
  text-transform: none;
}
body.is-mobile .searchmodule.search-module-search .select-style.select-style--tom .ts-control::after {
  width: 36px;
}
body.is-mobile .searchmodule.search-module-search .adres-container .input-style {
  min-height: 34px;
  height: 34px;
}
body.is-mobile .searchmodule.search-module-search .adres-container .input-style input[type=text] {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
body.is-mobile .motorcycle-back-button {
  margin: 0;
  padding: 28px 16px 12px;
  background: none;
  line-height: 14px;
}
body.is-mobile .motorcycle-back-button a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  box-sizing: border-box;
  height: 30px;
  padding: 0 13px 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.62);
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #ffd400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
body.is-mobile .motorcycle-back-button a .icon-chevron {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}
body.is-mobile .motorcycle-back-button--bottom {
  padding: 16px 16px;
}
body.is-mobile .motorcycle-back-button--bottom + .quick-nav {
  margin-top: 0;
}
body.is-mobile .back-button {
  margin: 0;
  padding: 28px 16px 12px;
  background: none;
  line-height: 14px;
}
body.is-mobile .back-button a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  box-sizing: border-box;
  height: 30px;
  padding: 0 13px 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.62);
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #ffd400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
body.is-mobile .back-button a .icon-chevron {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}
body.is-mobile .back-button--standalone {
  margin: 16px 0;
  padding: 0 16px;
}
body.is-mobile .motorcycle-layout {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  padding: 0;
  background: none;
}
body.is-mobile .motorcycle-layout > .main > .motorcycle-details > *,
body.is-mobile .motorcycle-layout > .sidebar-right > * {
  flex: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
}
body.is-mobile .motorcycle-layout .main,
body.is-mobile .motorcycle-layout .sidebar-right,
body.is-mobile .motorcycle-layout .motorcycle-details {
  display: contents;
}
body.is-mobile .motorcycle-layout section,
body.is-mobile .motorcycle-layout section.margin-top-10 {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
body.is-mobile .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 37px;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 37px;
  background: #262626;
  color: #fff;
  font-size: 13.3px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
body.is-mobile .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
  -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  pointer-events: none;
}
body.is-mobile .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady h2, body.is-mobile .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady .h2-heading {
  margin: 0;
  font-size: 13.3px;
  font-weight: 700;
  line-height: 37px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady {
  order: 1;
  padding-left: 16px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady .h1-heading {
  display: block;
  min-width: 0;
  margin: 0;
  padding-right: 60px;
  font-size: 13.3px;
  line-height: 37px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.is-mobile .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady .motorcycle-year-part {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__images {
  order: 2;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fcfcfc;
}
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper {
  position: relative;
  padding-bottom: 38px;
  background: #606060;
}
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-btn {
  box-shadow: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-prev,
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-next {
  position: absolute;
  top: auto;
  bottom: 0;
  transform: none;
  width: 37px;
  height: 38px;
  border-radius: 0;
  border: none;
  background: none;
  color: transparent;
  font-size: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-prev .icon-chevron,
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-next .icon-chevron {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-prev::before,
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-prev {
  left: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-prev::before {
  border-right: 9px solid #fff;
}
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-next {
  right: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-next::before {
  border-left: 9px solid #fff;
}
body.is-mobile .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-counter {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage {
  box-shadow: none;
  background: #606060;
}
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi {
  padding-bottom: 38px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-prev,
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-next {
  position: absolute;
  top: auto;
  bottom: 0;
  transform: none;
  width: 37px;
  height: 38px;
  border-radius: 0;
  border: none;
  background: none;
  color: transparent;
  font-size: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-prev .icon-chevron,
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-next .icon-chevron {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-prev::before,
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-prev {
  left: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-prev::before {
  border-right: 9px solid #fff;
}
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-next {
  right: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-next::before {
  border-left: 9px solid #fff;
}
body.is-mobile .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-counter {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
body.is-mobile .motorcycle-layout .motorcycle-details__media-toggle {
  margin: 0;
  padding: 10px 0 2px;
  background: #fcfcfc;
}
body.is-mobile .motorcycle-layout .motorcycle-details__thumb-slider {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__info {
  order: 3;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 14px 21px;
  background: #fcfcfc;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs {
  position: relative;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0 0 6.5px;
  font-size: 15px;
  line-height: 21px;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list li:first-child {
  display: block;
  padding-bottom: 12px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .motorcycle-brand,
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .motorcycle-model {
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-label {
  flex: 0 0 133.5px;
  width: 133.5px;
  max-width: none;
  font-weight: 400;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-value {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 700;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-value.price {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 28px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-offer,
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-regular {
  color: #157f99;
  font-weight: 700;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-original {
  align-self: flex-start;
  margin: -3px 0 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #808080;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-original.strike-through {
  position: relative;
  display: inline-block;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-original.strike-through::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2%;
  width: 92%;
  border-top: 1px solid #808080;
  transform: translateY(-50%) rotate(-8.5deg);
  transform-origin: center;
  opacity: 1;
  pointer-events: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-original .motorcycle-item__price-symbol {
  margin-right: 5px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list li.lease-price {
  align-items: center;
  padding: 14px 0 12px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list li.lease-price .spec-label {
  flex: 1 1 auto;
  width: auto;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #ef1924;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list li.lease-price .spec-subtext {
  display: block;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list li.lease-price .spec-value {
  flex: 0 0 121px;
  margin-right: -14px;
  line-height: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list li.lease-price .spec-value .pricetag-ppm {
  display: block;
  width: 121px;
  height: 64px;
  margin: -8px 0 -10px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-value.warranty {
  display: flex;
  align-items: center;
  gap: 6px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .spec-value.warranty .motorcycle-item__motorcycle-warranty-logo {
  height: 24px;
  width: auto;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-labels {
  flex: 0 0 100px;
  width: 100px;
  min-width: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-labels > span:first-child {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-text {
  padding-top: 3px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-text span {
  font-weight: 400;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .pricetag-insurance {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .pricetag-insurance--mobile.mobile-only {
  display: block;
  flex: 0 0 51px;
  width: 51px;
  height: 51px;
  margin: 2.5px 0 0 auto;
  overflow: visible;
}
body.is-mobile .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-offer.mobile-only {
  display: block;
  flex: 0 0 100%;
  margin-top: 3px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-favorite-button {
  right: -5px;
  top: -5px;
  margin-top: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-favorite-button .fav-icon::before {
  inset: -8px;
}
body.is-mobile .motorcycle-layout .motorcycle-favorite-button .fav-icon svg path {
  stroke-width: 2.4px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer {
  order: 4;
  margin-top: 15px;
  padding: 15px 14px 17px;
  background: #fcfcfc;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer > .portlet-header-steady {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 37px;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 37px;
  background: #262626;
  color: #fff;
  font-size: 13.3px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer > .portlet-header-steady::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
  -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  pointer-events: none;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer > .portlet-header-steady h2, body.is-mobile .motorcycle-layout section.motorcycle-details__dealer > .portlet-header-steady .h2-heading {
  margin: 0;
  font-size: 13.3px;
  font-weight: 700;
  line-height: 37px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer > .portlet-header-steady {
  margin: -15px -14px 15px;
  padding-left: 14px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-container {
  padding: 0;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-container button {
  margin-top: 17px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-details {
  margin-bottom: 0;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  line-height: 21px;
  color: #333;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  margin: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M9.5 3.4a4.1 4.1 0 0 0-4.1 4.1c0 3.1 4.1 8 4.1 8s4.1-4.9 4.1-8a4.1 4.1 0 0 0-4.1-4.1zm0 5.7a1.65 1.65 0 1 1 0-3.3 1.65 1.65 0 0 1 0 3.3z'/%3E%3C/svg%3E") no-repeat center/contain;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info h3 {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #333;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info div {
  margin: 0;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info a,
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info .js-dealer-map-link {
  display: inline-block;
  margin-top: 1.5px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-contact {
  position: relative;
  margin: 8px 0 0;
  padding-left: 27px;
  font-size: 15px;
  line-height: 21px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  margin: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cpath fill='%23333' d='M7.1 4.5c.35-.12.72.02.9.34l1.15 2.03c.18.32.12.72-.15.97l-.87.8c.55 1.25 1.55 2.28 2.8 2.86l.82-.86c.26-.27.66-.33.98-.14l2.02 1.17c.32.18.46.56.33.9l-.5 1.35c-.14.36-.5.58-.88.53C9.6 13.9 6.1 10.4 5.6 6.3c-.05-.38.17-.75.53-.88z'/%3E%3C/svg%3E") no-repeat center/contain;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-reveal {
  display: none;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-link {
  display: inline;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-website {
  position: relative;
  margin: 10px 0 0;
  padding-left: 27px;
  font-size: 15px;
  line-height: 21px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-website::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  margin: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cg fill='none' stroke='%23333' stroke-width='1.3'%3E%3Ccircle cx='9.5' cy='9.5' r='4.9'/%3E%3Cellipse cx='9.5' cy='9.5' rx='2.1' ry='4.9'/%3E%3Cpath d='M4.6 9.5h9.8M5.4 7.1h8.2M5.4 11.9h8.2'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-website .motorcycle-details__dealer-website-link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__other-motorcycles-header--mobile {
  display: none;
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact {
  order: 5;
  margin-top: 15.5px;
  padding: 15.5px 14px 15px;
  background: #fcfcfc;
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-buttons {
  display: flex;
  gap: 14px;
  margin: 0;
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .tw-app:not(.contact-button) {
  display: contents;
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .tw-app:not(.contact-button) > div[data-open-tradein-modal],
body.is-mobile .motorcycle-layout section.sidebar-right__contact .tw-app:not(.contact-button) > div[data-open-trial-modal] {
  display: none;
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .tw-app > div[class*="tw:fixed"] {
  z-index: 1000;
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button {
  position: relative;
  flex: 1 1 0;
  box-sizing: border-box;
  min-width: 0;
  height: 86px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(to bottom, #147e98 0%, #115d6f 100%);
  box-shadow: none;
  transition: none;
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button:hover {
  background: linear-gradient(to bottom, #147e98 0%, #115d6f 100%);
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-tradein-modal],
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-trial-modal],
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-tradein-modal] > a,
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-trial-modal] > a {
  display: block;
  width: 100%;
  height: 86px;
  margin: 0;
  padding: 0;
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-tradein-modal] > a,
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-trial-modal] > a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button .contact-button__icon {
  position: absolute;
  top: 12.8px;
  left: 50%;
  width: 38.5px;
  height: 27px;
  margin: 0;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  content: url("/images/mobile/icon-tradein.svg");
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button .contact-button__icon[src*=testdrive] {
  top: 11.4px;
  width: 28.5px;
  height: 29.1px;
  content: url("/images/mobile/icon-trial.svg");
}
body.is-mobile .motorcycle-layout section.sidebar-right__contact .contact-button .contact-button__text {
  position: absolute;
  top: 44.4px;
  left: 50%;
  display: block;
  width: 100px;
  max-width: none;
  margin: 0;
  transform: translateX(-50%);
  padding: 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question {
  order: 6;
  margin-top: 14px;
  padding: 20px 14px 21px;
  background: #fcfcfc;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question > h3 {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 37px;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 37px;
  background: #262626;
  color: #fff;
  font-size: 13.3px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question > h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
  -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  pointer-events: none;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question > h3 h2, body.is-mobile .motorcycle-layout section.sidebar-right__question > h3 .h2-heading {
  margin: 0;
  font-size: 13.3px;
  font-weight: 700;
  line-height: 37px;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question > h3 {
  margin: -20px -14px 15px;
  padding-left: 14px;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question > h3::before {
  display: none;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question > h3 span {
  display: block;
  margin: 0;
  padding-right: 36px;
  font-size: 13.3px;
  line-height: 37px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-form {
  display: flex;
  flex-direction: column;
  gap: 14.4px;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-textarea,
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  color: #333;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-textarea {
  height: 182px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 19px;
  resize: vertical;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-input {
  height: 32px;
  padding: 0 10px;
  font-size: 13px;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-input::-moz-placeholder {
  color: #808080;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-input::placeholder {
  color: #808080;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-submit {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  font-family: inherit;
  font-size: 15px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: none;
  cursor: pointer;
  margin-top: -4px;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-privacy {
  display: block;
  margin: -1px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  color: #333;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-privacy span {
  display: block;
}
body.is-mobile .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-privacy a {
  color: #333;
  text-decoration: underline;
}
body.is-mobile .motorcycle-layout section.sidebar-right__brand-dealer-finder {
  order: 5;
  margin-top: 14px;
  padding: 20px 14px 21px;
  background: #fcfcfc;
}
body.is-mobile .motorcycle-layout section.banner-container {
  order: 7;
  margin-top: 15px;
  padding: 0 14px 10px !important;
  background: #fcfcfc;
}
body.is-mobile .motorcycle-layout section.banner-container a {
  display: block;
  justify-content: center;
}
body.is-mobile .motorcycle-layout section.banner-container img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  content: url("/images/mobile/nu-motorrijden-advert.jpg");
}
body.is-mobile .motorcycle-layout .motorcycle-details__tabs {
  order: 8;
  margin: 15px 0 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-buttons {
  position: sticky;
  top: 53px;
  z-index: 20;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 41px;
  margin: 0;
  background: #0f0f0f;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-buttons::-webkit-scrollbar {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-buttons::before, body.is-mobile .motorcycle-layout .motorcycle-details__tab-buttons::after {
  content: "";
  position: sticky;
  z-index: 2;
  flex: 0 0 28px;
  height: 41px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-buttons::before {
  left: 0;
  margin-right: -28px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.24) 65%, rgba(0, 0, 0, 0.5) 100%);
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-buttons::after {
  right: 0;
  margin-left: -28px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.24) 65%, rgba(0, 0, 0, 0.5) 100%);
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-buttons.has-scroll-left::before, body.is-mobile .motorcycle-layout .motorcycle-details__tab-buttons.has-scroll-right::after {
  opacity: 1;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-heading {
  display: flex;
  flex: 0 0 auto;
  width: auto;
  min-width: 97px;
  margin: 0;
  border: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-heading + .motorcycle-details__tab-heading {
  border-left: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-btn {
  display: block;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: auto;
  min-width: 97px;
  height: 41px;
  padding: 0 14px;
  white-space: nowrap;
  border: 1px solid #b3b3b3;
  border-left: 0;
  background: linear-gradient(to bottom, #f7f7f7 0%, #d6d6d6 100%);
  font-size: 13px;
  line-height: 39px;
  font-weight: 700;
  color: #000;
  overflow: visible;
  text-overflow: clip;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-btn[aria-selected=true] {
  background: #f9dc17;
  border-color: #f9dc17;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-heading:first-child .motorcycle-details__tab-btn {
  border-left: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-panels {
  margin: 0;
  padding: 0 14px;
  background: #fcfcfc;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-panel {
  display: block;
  margin: 0;
  padding: 18px 0 12px;
  border-bottom: 2px solid #ccc;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-panel:first-child {
  padding-top: 8px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-panel:last-child {
  padding-bottom: 35px;
  border-bottom: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #157f99;
}
body.is-mobile .motorcycle-layout .motorcycle-details__description-content {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__description-toggle,
body.is-mobile .motorcycle-layout .motorcycle-details__techspecs-toggle,
body.is-mobile .motorcycle-layout .js-motorcycle-techspecs-toggle {
  display: block;
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #373737;
  cursor: pointer;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tech-specs {
  display: block;
  margin-top: 17px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tech-specs-content {
  max-height: 371px;
  overflow: hidden;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tech-specs.is-expanded .motorcycle-details__tech-specs-content {
  max-height: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__techspecs-toggle,
body.is-mobile .motorcycle-layout .js-motorcycle-techspecs-toggle {
  margin-top: 10px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-tech-specs {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-tech-specs tr:nth-child(odd) td {
  background: #e5e5e5;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-tech-specs td {
  padding: 6px 8px 6px 12.6px;
  border: 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-tech-specs td:first-child {
  width: 144px;
  box-sizing: border-box;
}
body.is-mobile .motorcycle-layout .motorcycle-details__techspecs-disclaimer {
  display: block;
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  text-align: center;
  color: #555;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-button,
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-button,
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #0070bc 0%, #0a5083 100%);
  font-family: inherit;
  font-size: 15px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  background: linear-gradient(to bottom, #0070bc 0%, #0070bc 52%, #0a5083 100%);
  width: 100%;
  max-width: none;
  font-family: "Yantramanav", "Inter", sans-serif;
  font-size: 15px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-panel .motorcycle-details__dealer-button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #147e98 0%, #116073 100%);
  font-family: inherit;
  font-size: 15px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout,
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout,
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout {
  font-family: "Yantramanav", "Inter", sans-serif;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #1d1d1b;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-header {
  display: block;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-highlight {
  font-weight: 700;
  color: #ea2d2f;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-header-subtext {
  font-weight: 700;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-description {
  display: block;
  position: relative;
  margin: 7px 0 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-description > span {
  display: block;
  flex: none;
  font-size: 14px;
  line-height: 18px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-cta.mobile-only {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 9px;
  padding-right: 123px;
  font-weight: 700;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-cta.mobile-only::after {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  width: 78px;
  height: 81px;
  background: url("/images/logo-NU-motorrijden.svg") no-repeat center/contain;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-logo {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits {
  display: block;
  margin-top: 14px;
  background: #f2f2f2;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits .motorcycle-details__finance-benefits-header {
  height: 89px;
  background-color: #140c05;
  background-image: url("/images/mobile/nu-motorrijden-banner.jpg"), linear-gradient(to top, #e30013 0, #e30013 5px, transparent 5px), linear-gradient(to right, #140c05 0%, #56392a 50%, #4b3828 100%);
  background-repeat: no-repeat;
  background-position: center, 0 0, 0 0;
  background-size: cover, 100% 100%, 100% 100%;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits .motorcycle-details__finance-benefits-header .motorcycle-details__finance-benefits-logo {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 0;
  margin: 0;
  padding: 15px 17px 0;
  list-style: none;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
  gap: 0;
  text-align: center;
  font-size: 13px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li img {
  width: 18px;
  height: 18px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-icon-black {
  display: block;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-icon-white {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-title {
  margin-top: 3px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-description {
  max-width: 118px;
  font-size: 11px;
  line-height: 11px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-lease-price {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 28px 7px 10px 15px;
  background: #f2f2f2;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-lease-price .motorcycle-details__finance-lease-price-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 7px;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 4.2vw, 15px);
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  color: #ef1924;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-lease-price .motorcycle-details__finance-lease-price-text .motorcycle-details__finance-lease-price-subtext {
  display: block;
  margin: 0;
  font-size: clamp(11px, 3.4vw, 12px);
  line-height: 17px;
  font-weight: 400;
  white-space: normal;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-lease-price .pricetag-ppm {
  flex: 0 1 113px;
  width: 113px;
  min-width: 100px;
  height: 57px;
  max-width: none;
  margin: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-footertext {
  display: block;
  align-self: auto;
  padding: 10px 0 0;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #e42320;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-footertext span {
  display: block;
}
body.is-mobile .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-button {
  margin-top: 12px;
  background: linear-gradient(to bottom, #0070bc 0%, #065c98 100%);
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-panel[data-tab=insurance] {
  position: relative;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 16.6px;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout span {
  display: block;
  gap: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-logo {
  position: absolute;
  top: 24px;
  right: 11px;
  width: 125px;
  margin: 0;
  padding: 0;
  border: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-logo img {
  display: block;
  width: 125px;
  height: auto;
  margin: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-banner.mobile-only {
  display: block;
  height: 89px;
  margin-top: 26px;
  overflow: hidden;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-banner.mobile-only img {
  display: block;
  width: 100%;
  height: 89px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-header {
  display: block;
  margin-top: 11px;
  font-size: 15px;
  line-height: 20.4px;
  font-weight: 700;
  font-style: normal;
  color: #0071bc;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-description {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-guarantee {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10.7px;
  margin-top: 8px;
  padding: 16px 10px 17px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 16.6px;
  font-weight: 400;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-guarantee span {
  display: flex;
  flex: none;
  gap: 6.5px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-guarantee span::before {
  content: "";
  flex: none;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 1px;
  background: url("/images/vinkje_insurance.png") no-repeat center/contain;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-footertext {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 11px;
  padding: 0 8px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #008bd2;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-footertext span {
  display: inline;
}
body.is-mobile .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-button {
  margin: 23px 0 9px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-panel[data-tab=warranty] {
  position: relative;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 16.5px;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout span {
  display: block;
  gap: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-header {
  display: block;
  gap: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-header > img {
  position: absolute;
  top: 26px;
  right: 19px;
  width: 101px;
  height: auto;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-banner.mobile-only {
  display: block;
  height: 91px;
  margin-top: 26px;
  overflow: hidden;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-banner.mobile-only img {
  display: block;
  width: 100%;
  height: 91px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-headertext {
  display: block;
  gap: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-headertext .maintext {
  display: block;
  margin-top: 11px;
  font-size: 15px;
  line-height: 20.4px;
  font-weight: 700;
  color: #0071bc;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-headertext .subtext {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-description {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 68px;
  gap: 8.3px 0;
  margin-top: 15px;
  padding: 9.5px 10px 14px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 16.5px;
  font-weight: 400;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span {
  display: flex;
  flex: none;
  box-sizing: border-box;
  width: 165px;
  gap: 7px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span::before {
  content: "";
  flex: none;
  width: 8.5px;
  min-width: 8.5px;
  height: 8px;
  margin: 5px 0 0;
  background: url("/images/vinkje_motorgarantie_verzekering_tab.svg") no-repeat center/contain;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span:nth-child(1) {
  order: 1;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span:nth-child(2) {
  order: 3;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span:nth-child(3) {
  order: 5;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span:nth-child(4) {
  order: 2;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span:nth-child(5) {
  order: 4;
}
body.is-mobile .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-button {
  margin: 13px 0 4px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout {
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  grid-template-areas: "logo photo" "info info";
  gap: 8px 15px;
  margin-top: 11px;
  padding-bottom: 0;
  border-bottom: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-logo {
  grid-area: logo;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 158px;
  height: 119px;
  padding: 8px;
  background: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-images {
  grid-area: photo;
  height: 119px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-images img {
  display: block;
  width: 100%;
  height: 119px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info {
  grid-area: info;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info > h3 {
  margin: 0 0 11px;
  font-family: "Yantramanav", "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  line-height: 21px;
  color: #333;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  margin: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M9.5 3.4a4.1 4.1 0 0 0-4.1 4.1c0 3.1 4.1 8 4.1 8s4.1-4.9 4.1-8a4.1 4.1 0 0 0-4.1-4.1zm0 5.7a1.65 1.65 0 1 1 0-3.3 1.65 1.65 0 0 1 0 3.3z'/%3E%3C/svg%3E") no-repeat center/contain;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info h3 {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #333;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info div {
  margin: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info a,
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info .js-dealer-map-link {
  display: inline-block;
  margin-top: 1.5px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-contact {
  position: relative;
  margin: 8px 0 0;
  padding-left: 27px;
  font-size: 15px;
  line-height: 21px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  margin: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cpath fill='%23333' d='M7.1 4.5c.35-.12.72.02.9.34l1.15 2.03c.18.32.12.72-.15.97l-.87.8c.55 1.25 1.55 2.28 2.8 2.86l.82-.86c.26-.27.66-.33.98-.14l2.02 1.17c.32.18.46.56.33.9l-.5 1.35c-.14.36-.5.58-.88.53C9.6 13.9 6.1 10.4 5.6 6.3c-.05-.38.17-.75.53-.88z'/%3E%3C/svg%3E") no-repeat center/contain;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-reveal {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-link {
  display: inline;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-website {
  position: relative;
  margin: 10px 0 0;
  padding-left: 27px;
  font-size: 15px;
  line-height: 21px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-website::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  margin: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cg fill='none' stroke='%23333' stroke-width='1.3'%3E%3Ccircle cx='9.5' cy='9.5' r='4.9'/%3E%3Cellipse cx='9.5' cy='9.5' rx='2.1' ry='4.9'/%3E%3Cpath d='M4.6 9.5h9.8M5.4 7.1h8.2M5.4 11.9h8.2'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-website .motorcycle-details__dealer-website-link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-details {
  margin-bottom: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-button {
  margin-top: 24px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-description {
  margin-top: 26px;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 19px;
  color: #333;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-description p {
  margin: 0 0 19px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-description p:last-child {
  margin-bottom: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-description p > br:first-child,
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-description p > br:first-child + br,
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-description p > br:last-child,
body.is-mobile .motorcycle-layout .motorcycle-details__dealer-description p > br:nth-last-child(2):not(:first-child) {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid #ccc;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-title {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 21px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-left-container,
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-right-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-info {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-textarea,
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  color: #333;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-textarea {
  height: 182px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 19px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-input {
  height: 32px;
  padding: 0 10px;
  font-size: 13px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-input::-moz-placeholder {
  color: #808080;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-input::placeholder {
  color: #808080;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-submit {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  font-family: inherit;
  font-size: 15px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: none;
  cursor: pointer;
  margin-top: -4px;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-privacy {
  display: block;
  margin-top: -2px;
  text-align: center;
  font-size: 12px;
  line-height: 17.6px;
  color: #333;
}
body.is-mobile .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-privacy span {
  display: block;
}
body.is-mobile .motorcycle-layout .motorcycle-details__top-link {
  display: none;
}
body.is-mobile .motorcycle-layout > .main > section.brand-stock {
  flex: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
  order: 8;
  margin-top: 15px;
  padding: 16px 14px 14px;
  background: #fff;
}
body.is-mobile .motorcycle-layout > .main > section.brand-stock .brand-stock__header {
  display: block;
  margin-bottom: 17px;
  text-align: center;
}
body.is-mobile .motorcycle-layout > .main > section.brand-stock .brand-stock__title {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
}
body.is-mobile .motorcycle-layout > .main > section.brand-stock .brand-stock__more {
  font-size: 13px;
}
body.is-mobile .motorcycle-layout > .main > section.brand-stock .brand-stock__list {
  gap: 24px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__other-motorcycles {
  order: 9;
  margin-top: 15px;
  padding: 16px 14px 14px;
  background: #fff;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__other-motorcycles .motorcycle-details__other-motorcycles-header--sidebar {
  display: none;
  align-items: center;
  justify-content: center;
  height: 105px;
  margin: -16px -14px 15px;
  padding: 0 20px;
  background: #fff;
  border-bottom: 15px solid #0f0f0f;
  box-sizing: content-box;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__other-motorcycles .motorcycle-details__other-motorcycles-header--sidebar img {
  max-width: 240px;
  max-height: 60px;
  width: auto;
  height: auto;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__other-motorcycles > h3 {
  margin: 0 0 17px;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__other-motorcycles > .motorcycle-details__dealer-motorcycles-button:not(:last-child) {
  display: none;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__other-motorcycles .motorcycle-details__other-motorcycles-list {
  gap: 24px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__other-motorcycles > .motorcycle-details__dealer-motorcycles-button:last-child {
  margin-top: 24px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__other-motorcycles > .motorcycle-details__dealer-motorcycles-button:last-child button {
  height: 41px;
  line-height: 41px;
  margin-bottom: 12px;
  padding: 0;
  font-size: 15px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__other-motorcycles > .motorcycle-details__dealer-motorcycles-button:last-child .button--primary {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  font-family: inherit;
  font-size: 15px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: none;
  cursor: pointer;
  margin-bottom: 12px;
}
body.is-mobile .motorcycle-layout section.motorcycle-details__other-motorcycles > .motorcycle-details__dealer-motorcycles-button:last-child .motorcycle-details__dealer-button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #0e91aa 0%, #0d7689 100%);
  font-family: inherit;
  font-size: 15px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  margin-bottom: 0;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold > .portlet-header-steady .motorcycle-sold-label {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__sold-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin: 0;
  background: #ef1924;
  font-size: 13.3px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable {
  order: 4;
  margin-top: 15px;
  padding: 0 14px 16px;
  background: #fcfcfc;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > h2 {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 37px;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 37px;
  background: #262626;
  color: #fff;
  font-size: 13.3px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
  -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  pointer-events: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > h2 h2, body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > h2 .h2-heading {
  margin: 0;
  font-size: 13.3px;
  font-weight: 700;
  line-height: 37px;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > h2 {
  margin: 0 -14px 15px;
  padding-left: 14px;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > p {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 21px;
  color: #000;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable .motorcycle-details__comparable-list {
  gap: 24px;
  margin: 0 0 24px;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable .motorcycle-details__comparable-actions {
  flex-direction: column;
  gap: 12px;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable .motorcycle-details__comparable-actions .motorcycle-details__comparable-actions-text {
  display: none;
}
body.is-mobile .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable .motorcycle-details__comparable-actions .button--primary {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  font-family: inherit;
  font-size: 15px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: none;
  cursor: pointer;
}
body.is-mobile .sticky-contact-footer {
  display: block !important;
  position: sticky;
  bottom: 0;
  z-index: 150;
  order: 8;
  width: 100%;
  max-width: none;
  margin: 0 0 -15px;
  padding: 10px 16px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: none;
  transform: none;
}
body.is-mobile .sticky-contact-footer.hidden {
  display: none !important;
}
body.is-mobile .sticky-contact-footer.is-docked {
  background: #0f0f0f;
}
body.is-mobile .sticky-contact-footer .sticky-contact-footer__content {
  display: flex;
  gap: 8px;
}
body.is-mobile .sticky-contact-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  box-sizing: border-box;
  min-width: 0;
  height: 40px;
  margin: 0;
  padding: 0 6px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  font-size: 12.5px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  color: #1a1a1a;
}
body.is-mobile .sticky-contact-footer-sentinel {
  order: 8;
}
body.is-mobile .search-layout-sale .main {
  max-width: none;
}
body.is-mobile .search-layout-sale .sale-header {
  padding: 19px 0 19px 16px;
}
body.is-mobile .search-layout-sale .sale-count {
  display: block;
  margin: 0 0 0 1px;
  padding: 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
body.is-mobile .search-layout-sale .sale-count .sale-count__prefix {
  display: inline;
}
body.is-mobile .search-layout-sale .sale-count .sale-count__suffix {
  display: none;
}
body.is-mobile .search-layout-sale .sale-count .sale-count__highlight {
  color: #ffd400;
  font-weight: 700;
  text-transform: uppercase;
}
body.is-mobile .search-layout-sale .sale-header .listnav-filter-sort-container {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 30px;
  margin: 13px 0 0;
  padding-right: 15px;
}
body.is-mobile .search-layout-sale .sale-header .listnav-search-module-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #f9dc17;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  min-width: 98px;
  height: 30px;
  padding: 0 12px 0 13px;
  gap: 8px;
  font-size: 11px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body.is-mobile .search-layout-sale .sale-header .listnav-search-module-filter-button img {
  width: 13px;
  height: 16px;
  margin: 0;
}
body.is-mobile .search-layout-sale .topfilterbar {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}
body.is-mobile .search-layout-sale .topfilterbar .list-navigation__sort {
  display: none;
}
body.is-mobile .search-layout-sale .searchmodule.searchmodule-sale .searchform.searchform-sale {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
body.is-mobile .search-layout-sale .searchmodule.searchmodule-sale .searchform.searchform-sale .searchform-main {
  flex-direction: column;
  gap: 12px;
}
body.is-mobile .search-layout-sale .searchmodule.searchmodule-sale .searchform.searchform-sale .searchform-main > .searchform-row {
  flex: none;
  width: 100%;
  min-width: 0;
}
body.is-mobile .search-layout-sale .list-navigation__filters {
  margin: 0;
  padding: 14px 0 13px;
  max-height: none;
  border: 0;
  border-radius: 0;
  background: #f9f9f9;
  font-size: 13px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
body.is-mobile .search-layout-sale .list-navigation__filters::-webkit-scrollbar {
  display: none;
}
body.is-mobile .search-layout-sale .list-navigation__filters .list-navigation__filters-list {
  box-sizing: border-box;
  flex-wrap: nowrap;
  gap: 7.5px;
  padding: 0 0 0 16px;
  border: 0;
  border-radius: 0;
  background: none;
}
body.is-mobile .search-layout-sale .list-navigation__filters .list-navigation__filter {
  flex-shrink: 0;
  box-sizing: border-box;
  height: 26px;
  padding: 0 8px 0 6px;
  gap: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
}
body.is-mobile .search-layout-sale .list-navigation__filters .list-navigation__filter[data-filter-key=brand], body.is-mobile .search-layout-sale .list-navigation__filters .list-navigation__filter[data-filter-key=type] {
  text-transform: uppercase;
}
body.is-mobile .search-layout-sale .list-navigation__filters .filter-remove {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
body.is-mobile .search-layout-sale .list-navigation__filters .filter-remove::before, body.is-mobile .search-layout-sale .list-navigation__filters .filter-remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(9px * 1.35);
  height: 2px;
  border-radius: 1px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.is-mobile .search-layout-sale .list-navigation__filters .filter-remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.is-mobile .search-layout-sale .list-navigation__filters .filter-remove:hover {
  background: none;
}
body.is-mobile .search-layout-sale .list-navigation__filters .list-navigation__reset-filters {
  position: sticky;
  right: 0;
  z-index: 1;
  flex-shrink: 0;
  padding: 0 16px 0 12px;
  background: #f9f9f9;
}
body.is-mobile .search-layout-sale .list-navigation__filters .list-navigation__reset-filters::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 22px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.35) 100%);
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
}
body.is-mobile .search-layout-sale .list-navigation__filters.has-hidden-chips .list-navigation__reset-filters::before {
  opacity: 1;
}
body.is-mobile .search-layout-sale .list-navigation__filters .list-navigation__reset-filters {
  line-height: 26px;
  white-space: nowrap;
}
body.is-mobile .search-layout-sale .list-navigation__filters .list-navigation__reset-filters .list-navigation__reset {
  margin-left: 0;
  font-size: 13px;
  font-weight: 700;
  color: #006292;
}
body.is-mobile .search-layout-sale .sale-count-pagination-row {
  display: block;
  padding: 16px 15px 0 16px;
  background: #e0e0e0;
}
body.is-mobile .search-layout-sale .sale-count-pagination-row .list-navigation__block--bottom {
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
}
body.is-mobile .search-layout-sale .main-results-container {
  padding: 17px 16px 0;
  background: #e0e0e0;
}
body.is-mobile .search-layout-sale nav.list-navigation.footer {
  display: block;
  margin: 0;
  padding: 16px 15px 16px 16px;
  background: #e0e0e0;
}
body.is-mobile .search-layout-sale .quick-nav {
  margin-top: 0;
}
body.is-mobile .address-search-layout .sidebar {
  display: block;
}
body.is-mobile .address-search-layout .province-search,
body.is-mobile .address-search-layout .address-overview__header,
body.is-mobile .address-search-layout .dealer-card__more,
body.is-mobile .address-search-layout .dealer-card__actions {
  display: none;
}
body.is-mobile .address-search-layout .dealer-card__phone a,
body.is-mobile .address-search-layout .dealer-card__email a,
body.is-mobile .address-search-layout .dealer-card__website a {
  color: inherit;
  text-decoration: none;
}
body.is-mobile .address-search-layout .sidebar > .address-count {
  display: block;
  margin: 0;
  padding: 19px 16px 0 17px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
body.is-mobile .address-search-layout .sidebar > .address-count .address-count__highlight {
  color: #ffd400;
  font-weight: 700;
  text-transform: uppercase;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module {
  width: 100%;
  margin: 0;
  padding: 28px 16px 16px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.82) 90px, rgba(0, 0, 0, 0.82) 100%);
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .portlet-header-steady,
body.is-mobile .address-search-layout .searchmodule.address-filter-module p,
body.is-mobile .address-search-layout .searchmodule.address-filter-module hr,
body.is-mobile .address-search-layout .searchmodule.address-filter-module .searchform-row--actions-distance {
  display: none;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .address-search {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  font-weight: 400;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .searchform-group {
  display: contents;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .searchform-row {
  gap: 0;
  margin: 0;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .searchform-row label {
  display: none;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .searchform-row--double .searchform-double-grid {
  display: block;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .select-style {
  width: 100%;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .input-style {
  min-height: 36px;
  height: 36px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f5f5f5 0%, #999999 100%);
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .input-style input[type=text] {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 0 7px;
  border-radius: 5px;
  font-family: inherit;
  font-size: 13px;
  line-height: 36px;
  font-weight: 700;
  color: #1a1a1a;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .input-style input[type=text]::-moz-placeholder {
  font-weight: 500;
  color: #3a3a3a;
  opacity: 1;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .input-style input[type=text]::placeholder {
  font-weight: 500;
  color: #3a3a3a;
  opacity: 1;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .select-style select#radius {
  padding-top: 0;
  line-height: 36px;
  font-weight: 500;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .select-style:has(> select#radius) .select-style__label {
  display: none;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .searchform-row--actions {
  align-items: stretch;
}
body.is-mobile .address-search-layout .searchmodule.address-filter-module .searchform-row--actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  color: #1a1a1a;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 36px;
  box-shadow: none;
}
body.is-mobile .address-search-layout .main > nav.list-navigation:not(.footer) {
  margin: 0;
  padding: 16px 15px 0 16px;
  background: #e0e0e0;
}
body.is-mobile .address-search-layout .main > nav.list-navigation:not(.footer) .list-navigation__title--bar {
  display: none;
}
body.is-mobile .address-search-layout .main > nav.list-navigation:not(.footer) .list-navigation__block--bottom {
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
}
body.is-mobile .address-search-layout .main-results-container {
  padding: 17px 16px 0;
  background: #e0e0e0;
}
body.is-mobile .address-search-layout section.dealers-cards-wrapper:not(.searchmodule) {
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  row-gap: 16px;
}
body.is-mobile .address-search-layout .dealer-card {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
body.is-mobile .address-search-layout .dealer-card > * {
  min-width: 0;
}
body.is-mobile .address-search-layout .main .list-navigation.footer {
  margin-top: 0;
}
body.is-mobile .address-search-layout .main > nav.list-navigation:has(> .list-navigation-pagination[style*="display: none"]) {
  padding: 0;
}
body.is-mobile .address-search-layout .main-results-container .dealers-no-results {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 17px;
  padding: 22px 16px 24px;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
  text-align: center;
}
body.is-mobile .address-search-layout .main-results-container .dealers-no-results .motorcycle-no-results__content {
  padding: 0;
}
body.is-mobile .address-search-layout .main-results-container .dealers-no-results .motorcycle-no-results__title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #333;
}
body.is-mobile .address-search-layout .main-results-container .dealers-no-results .motorcycle-no-results__text {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  color: #333;
}
body.is-mobile .address-search-layout .main-results-container .errors {
  box-sizing: border-box;
  margin: 0 0 17px;
  padding: 14px 16px;
  background: #fff;
  border-left: 4px solid #e3221f;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
  font-size: 13px;
  line-height: 18px;
  color: #333;
}
body.is-mobile .address-search-layout .main-results-container .errors p {
  margin: 0;
}
body.is-mobile .address-search-layout .main-results-container .errors p + p {
  margin-top: 4px;
}
body.is-mobile .info-layout.info-layout--page .main {
  display: block;
  order: -1;
}
body.is-mobile .info-layout.info-layout--page .info-content {
  padding: 0;
  background: none;
  box-shadow: none;
}
body.is-mobile .info-layout.info-layout--page .info-content > .portlet-header-steady {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 37px;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 37px;
  background: #262626;
  color: #fff;
  font-size: 13.3px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
body.is-mobile .info-layout.info-layout--page .info-content > .portlet-header-steady::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
  -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  pointer-events: none;
}
body.is-mobile .info-layout.info-layout--page .info-content > .portlet-header-steady h2, body.is-mobile .info-layout.info-layout--page .info-content > .portlet-header-steady .h2-heading {
  margin: 0;
  font-size: 13.3px;
  font-weight: 700;
  line-height: 37px;
}
body.is-mobile .info-layout.info-layout--page .info-content > .portlet-header-steady {
  margin: 0;
}
body.is-mobile .info-layout.info-layout--page .info-content__panel {
  padding: 14px;
  background: #e0e0e0;
}
body.is-mobile .info-layout.info-layout--page .info-content__card {
  padding: 16px 14px;
  background: #f6f6f6;
  box-shadow: none;
}
body.is-mobile .info-layout.info-layout--page .info-menu {
  padding: 0;
  background: none;
  box-shadow: none;
}
body.is-mobile .info-layout.info-layout--page .info-menu > .portlet-header-steady {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 37px;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 37px;
  background: #373737;
  color: #fff;
  font-size: 13.3px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
body.is-mobile .info-layout.info-layout--page .info-menu > .portlet-header-steady::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
  -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
  pointer-events: none;
}
body.is-mobile .info-layout.info-layout--page .info-menu > .portlet-header-steady h2, body.is-mobile .info-layout.info-layout--page .info-menu > .portlet-header-steady .h2-heading {
  margin: 0;
  font-size: 13.3px;
  font-weight: 700;
  line-height: 37px;
}
body.is-mobile .info-layout.info-layout--page .info-menu > .portlet-header-steady {
  margin: 0;
}
body.is-mobile .info-layout.info-layout--page .info-navigation {
  margin: 0;
}
body.is-mobile .info-layout.info-layout--page .info-navigation a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1;
}
body.is-mobile .info-layout.info-layout--page .info-navigation a::before {
  flex: 0 0 auto;
  margin: 0 8px 0 0;
}
body.is-mobile .info-layout.info-layout--page .contact-form__row,
body.is-mobile .info-layout.info-layout--page .contact-form__actions {
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
}
body.is-mobile .info-layout.info-layout--page .contact-form__actions > * {
  grid-column: 1;
}
body.is-mobile .info-layout.info-layout--page .contact-form__actions .button {
  width: 100%;
}
body.is-mobile .info-layout.info-layout--page .contact-form__row--message label {
  margin-top: 4px;
}
body.is-mobile .info-layout.info-layout--page .sitemap-pages {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
body.is-mobile .info-layout.info-layout--page .sitemap-group--wide {
  grid-column: auto;
}
body.is-mobile .info-layout.info-layout--page .sitemap-group__columns {
  grid-template-columns: minmax(0, 1fr);
}
body.is-mobile .info-layout.info-layout--page .sitemap-pages li {
  line-height: 36px;
}
body.is-mobile .info-layout.info-layout--page .sitemap-brands-list {
  -moz-columns: 2;
       columns: 2;
}
body.is-mobile .info-layout.info-layout--page .error-page__actions {
  flex-direction: column;
}
body.is-mobile .info-layout.info-layout--page .error-page__actions .error-page__button {
  width: 100%;
}
body.is-mobile .info-layout {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1 0 auto;
  gap: 16px;
  padding: 0;
  background: none;
}
body.is-mobile .info-layout .sidebar,
body.is-mobile .info-layout .main {
  flex: none;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}
body.is-mobile .info-layout .main {
  display: none;
}
body.is-mobile .info-layout.info-layout--detail .main {
  display: block;
  order: -1;
}
body.is-mobile .info-layout section.news-detail,
body.is-mobile .info-layout section.blog-detail {
  padding: 16px 16px 18px;
}
body.is-mobile .info-layout section.news-detail > .portlet-header-steady,
body.is-mobile .info-layout section.blog-detail > .portlet-header-steady {
  margin: -16px -16px 16px;
}
body.is-mobile .info-layout > .sidebar:has(> section.news-list) {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
body.is-mobile .info-layout section.news-list {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
}
body.is-mobile .info-layout section.news-list > .portlet-header-steady {
  order: 2;
  margin: 0;
}
body.is-mobile .info-layout section.news-list > .filters-news {
  order: 1;
}
body.is-mobile .info-layout section.news-list > .paginator {
  order: 3;
}
body.is-mobile .info-layout section.news-list > .news-list-container {
  order: 4;
}
body.is-mobile .info-layout section.news-list > .news-footer-pagination {
  order: 5;
}
body.is-mobile .info-layout section.news-list > .paginator,
body.is-mobile .info-layout section.news-list > .news-list-container,
body.is-mobile .info-layout section.news-list > .news-footer-pagination {
  box-sizing: border-box;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  background: #e0e0e0;
}
body.is-mobile .info-layout section.news-list > .paginator {
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
body.is-mobile .info-layout section.news-list > .news-list-container {
  flex: 1 0 auto;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
body.is-mobile .info-layout section.news-list > .paginator:has(.news-paginator) ~ .news-list-container {
  padding-top: 0;
}
body.is-mobile .info-layout section.news-list > .news-footer-pagination {
  margin: 0;
  padding-top: 0;
  padding-bottom: 16px;
}
body.is-mobile .info-layout section.news-detail > .portlet-header-steady,
body.is-mobile .info-layout section.blog-detail > .portlet-header-steady {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 37px;
  padding: 8px 60px 8px 9px;
  line-height: 18px;
  white-space: normal;
  text-transform: none;
  font-size: 14px;
}
body.is-mobile .info-layout section.news-detail > .portlet-header-steady .news-title,
body.is-mobile .info-layout section.blog-detail > .portlet-header-steady .news-title {
  white-space: normal;
}
body.is-mobile .info-layout section.news-detail > .portlet-header-steady .news-date,
body.is-mobile .info-layout section.blog-detail > .portlet-header-steady .news-date {
  display: none;
}
body.is-mobile .info-layout section.news-detail,
body.is-mobile .info-layout section.blog-detail {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
body.is-mobile .info-layout section.news-detail p,
body.is-mobile .info-layout section.blog-detail p {
  margin: 0 0 14px;
}
body.is-mobile .info-layout section.news-detail img,
body.is-mobile .info-layout section.blog-detail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 12px 0;
}
body.is-mobile .info-layout section.news-detail .blog-item,
body.is-mobile .info-layout section.blog-detail .blog-item {
  margin-bottom: 14px;
}
body.is-mobile .info-layout .filters-news {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 28px 16px 16px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.82) 90px, rgba(0, 0, 0, 0.82) 100%);
}
body.is-mobile .info-layout .filters-news label {
  display: none;
}
body.is-mobile .info-layout .filters-news input {
  flex: 1 1 auto;
  box-sizing: border-box;
  min-width: 0;
  height: 36px;
  padding: 0 7px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f5f5f5 0%, #999999 100%);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
}
body.is-mobile .info-layout .filters-news input::-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
  font-size: 13px;
}
body.is-mobile .info-layout .filters-news input::placeholder {
  color: #1a1a1a;
  opacity: 1;
  font-size: 13px;
}
body.is-mobile .info-layout .filters-news button {
  display: none;
}
body.is-mobile .info-layout .news-list-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.is-mobile .info-layout .paginator,
body.is-mobile .info-layout .news-footer-pagination {
  display: block;
  margin: 0;
  padding: 0;
}
body.is-mobile .info-layout .paginator {
  margin-bottom: 16px;
}
body.is-mobile .info-layout .news-footer-pagination {
  margin-top: 16px;
}
body.is-mobile .info-layout .paginator:not(:has(.news-paginator)),
body.is-mobile .info-layout .news-footer-pagination:not(:has(.news-paginator)) {
  display: none;
}
body.is-mobile .info-layout .sidebar .news-paginator,
body.is-mobile .info-layout .news-paginator {
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
body.is-mobile .info-layout .sidebar .news-paginator li,
body.is-mobile .info-layout .news-paginator li {
  display: flex;
  border: 0;
}
body.is-mobile .info-layout .sidebar .news-paginator .paginator-block,
body.is-mobile .info-layout .sidebar .news-paginator .arrow,
body.is-mobile .info-layout .news-paginator .paginator-block,
body.is-mobile .info-layout .news-paginator .arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 34px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 15px;
  line-height: 38px;
  font-weight: 400;
  color: #000;
  transition: none;
}
body.is-mobile .info-layout .sidebar .news-paginator .paginator-block b,
body.is-mobile .info-layout .sidebar .news-paginator .arrow b,
body.is-mobile .info-layout .news-paginator .paginator-block b,
body.is-mobile .info-layout .news-paginator .arrow b {
  font-weight: 400;
}
body.is-mobile .info-layout .sidebar .news-paginator li + li .paginator-block,
body.is-mobile .info-layout .sidebar .news-paginator li + li .arrow,
body.is-mobile .info-layout .news-paginator li + li .paginator-block,
body.is-mobile .info-layout .news-paginator li + li .arrow {
  border-left: 0;
}
body.is-mobile .info-layout .sidebar .news-paginator .paginator-block.active,
body.is-mobile .info-layout .news-paginator .paginator-block.active {
  background: #f9dc17;
}
body.is-mobile .info-layout .sidebar .news-paginator span.paginator-block,
body.is-mobile .info-layout .news-paginator span.paginator-block {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
body.is-mobile .info-layout .sidebar .news-paginator .arrow,
body.is-mobile .info-layout .news-paginator .arrow {
  width: 32px;
  min-width: 32px;
  padding: 0;
  font-size: 0;
}
body.is-mobile .info-layout .sidebar .news-paginator .arrow::before,
body.is-mobile .info-layout .news-paginator .arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #000;
}
body.is-mobile .info-layout .sidebar .news-paginator li:last-child .arrow::before,
body.is-mobile .info-layout .news-paginator li:last-child .arrow::before {
  border-right: 0;
  border-left: 7px solid #000;
}
body.is-mobile .info-layout .sidebar .news-paginator:has(> :nth-child(7)),
body.is-mobile .info-layout .news-paginator:has(> :nth-child(7)) {
  width: 100%;
}
body.is-mobile .info-layout .sidebar .news-paginator:has(> :nth-child(7)) li,
body.is-mobile .info-layout .news-paginator:has(> :nth-child(7)) li {
  flex: 1 1 0;
  min-width: 0;
}
body.is-mobile .info-layout .sidebar .news-paginator:has(> :nth-child(7)) .paginator-block,
body.is-mobile .info-layout .sidebar .news-paginator:has(> :nth-child(7)) .arrow,
body.is-mobile .info-layout .news-paginator:has(> :nth-child(7)) .paginator-block,
body.is-mobile .info-layout .news-paginator:has(> :nth-child(7)) .arrow {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding: 0 4px;
}
body.is-mobile footer.site-footer {
  display: block;
  margin: 0;
}
body.is-mobile footer.site-footer .footer-container {
  box-sizing: border-box;
  height: 41px;
  max-width: none;
  padding: 0 15px 0 13.6px;
  background: linear-gradient(to bottom, #4c4c4c 0%, #1f1f1f 100%);
  font-size: 11px;
  font-weight: 700;
  line-height: 41px;
}
body.is-mobile footer.site-footer .footer-left,
body.is-mobile footer.site-footer .footer-right {
  padding: 0;
}
body.is-mobile footer.site-footer .footer-links {
  gap: 15px;
}
body.is-mobile footer.site-footer .footer-links a {
  font-weight: 700;
}
body.is-mobile footer.site-footer .footer-links li:nth-child(2) {
  order: 2;
}
body.is-mobile footer.site-footer .footer-links .footer-link--desktop-only {
  display: none;
}
@media (max-width: 374px) {
  body.is-mobile footer.site-footer .footer-container {
    flex-wrap: wrap;
    height: auto;
    padding: 5px 13.6px 6px;
    line-height: 20px;
  }
  body.is-mobile footer.site-footer .footer-right {
    flex: 1 1 100%;
    text-align: left;
  }
}
body.is-mobile footer.site-footer .footer-right p {
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.is-desktop .mobile-only,
  body.is-desktop .mobile-breadcrumbs,
  body.is-desktop .motorcycle-back-button--bottom {
    display: block;
  }
  body.is-desktop .home-layout .sidebar > :not(.searchmodule),
  body.is-desktop .search-layout .sidebar > :not(.searchmodule),
  body.is-desktop .home-layout .sidebar-right,
  body.is-desktop .search-layout .sidebar-right,
  body.is-desktop .list-navigation__header--desktop {
    display: none;
  }
  body.is-desktop {
    padding: 0 0;
    background-color: #0f0f0f;
    background-image: url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp");
    background-size: 120% auto;
    background-repeat: no-repeat;
    background-position: center 53px;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  body.is-desktop:is(:has(.search-layout),
  :has(.home-layout:not(.home-page)),
  :has(.info-layout:not(.info-layout--page):not(.info-layout--detail))) {
    background-image: linear-gradient(rgba(15, 15, 15, 0.4), rgba(15, 15, 15, 0.4)), url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp");
    background-size: auto, 120% auto;
    background-position: 0 0, center 53px;
  }
  body.is-desktop:is(:has(.motorcycle-layout),
  :has(.dealer-detail),
  :has(.info-layout--detail),
  :has(.info-layout--page)) {
    background-image: linear-gradient(rgba(15, 15, 15, 0.65), rgba(15, 15, 15, 0.65)), url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp");
    background-size: auto, 120% auto;
    background-position: 0 0, center 53px;
  }
  body.is-desktop .topmenu {
    position: sticky;
    top: -1px;
    z-index: 200;
    box-sizing: content-box;
    height: 53px;
    padding-top: 1px;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    line-height: normal;
    margin: 0 0;
    width: auto;
    background: linear-gradient(to bottom, #3b3b3b 0%, #141414 100%);
    font-size: 1rem;
  }
  body.is-desktop .topmenu .topmenu-nav {
    height: 53px;
    padding: 0 15px 0 16px;
    display: flex;
    align-items: center;
    max-width: none;
  }
  body.is-desktop .topmenu .topmenu-banner {
    width: auto;
    margin: 0;
    position: static;
  }
  body.is-desktop .topmenu .topmenu-logo {
    display: block;
    width: 199px;
    margin: 1px 0 0;
    line-height: 0;
  }
  body.is-desktop .topmenu .topmenu-logo svg {
    display: block;
    width: 199px;
    height: auto;
    max-height: none;
  }
  body.is-desktop .topmenu .topmenu-subtitle,
  body.is-desktop .topmenu .newsletter-form {
    display: none;
  }
  body.is-desktop .topmenu .topmenu-favorites {
    position: static;
    width: auto;
    margin-left: auto;
    text-align: left;
  }
  body.is-desktop .topmenu .topmenu-favorites .fav-icon {
    width: 40px;
    height: 44px;
    margin: -4px 0 0;
  }
  body.is-desktop .topmenu .topmenu-favorites .fav-icon svg {
    min-width: 0;
    min-height: 0;
    stroke-width: 0;
  }
  body.is-desktop .topmenu .topmenu-menu-toggle {
    display: block;
    position: relative;
    flex: 0 0 25px;
    width: 25px;
    height: 22px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  body.is-desktop .topmenu .topmenu-menu-toggle span, body.is-desktop .topmenu .topmenu-menu-toggle::before, body.is-desktop .topmenu .topmenu-menu-toggle::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 4px;
    border-radius: 1px;
    background: #f9dc17;
    transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
  }
  body.is-desktop .topmenu .topmenu-menu-toggle::before {
    top: 0;
  }
  body.is-desktop .topmenu .topmenu-menu-toggle span {
    top: 9px;
  }
  body.is-desktop .topmenu .topmenu-menu-toggle::after {
    top: 18px;
  }
  body.is-desktop .topmenu .topmenu-menu-toggle.is-open::before {
    top: 9px;
    transform: rotate(45deg);
  }
  body.is-desktop .topmenu .topmenu-menu-toggle.is-open span {
    opacity: 0;
  }
  body.is-desktop .topmenu .topmenu-menu-toggle.is-open::after {
    top: 9px;
    transform: rotate(-45deg);
  }
  body.is-desktop .mobile-menu {
    display: none;
    position: fixed;
    inset: 53px 0 0 0;
    z-index: 230;
    box-sizing: border-box;
    padding: 12px 0 22px;
    background: linear-gradient(to right, #090909 0%, #3d3d3d 100%);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body.is-desktop .mobile-menu::before {
    content: "";
    position: fixed;
    inset: 53px 0 0 0;
    z-index: -1;
    pointer-events: none;
    background: url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp") no-repeat;
    background-size: 260% auto;
    background-position: 19.5% calc(100% + 90px);
    opacity: 0.4;
    -webkit-mask-image: linear-gradient(to top, #000 20px, rgba(0, 0, 0, 0.65) 130px, rgba(0, 0, 0, 0.15) 250px, transparent 370px);
    mask-image: linear-gradient(to top, #000 20px, rgba(0, 0, 0, 0.65) 130px, rgba(0, 0, 0, 0.15) 250px, transparent 370px);
  }
  body.is-desktop .mobile-menu::after {
    content: "";
    position: fixed;
    inset: 53px 0 0 0;
    z-index: -1;
    pointer-events: none;
    background: url("/images/mobile/filter-overlay-triumph.webp") no-repeat;
    background-size: 190% auto;
    background-position: 70% -40px;
    opacity: 0.4;
    -webkit-mask-image: linear-gradient(to bottom, #000 20px, rgba(0, 0, 0, 0.55) 160px, rgba(0, 0, 0, 0.12) 320px, transparent 460px);
    mask-image: linear-gradient(to bottom, #000 20px, rgba(0, 0, 0, 0.55) 160px, rgba(0, 0, 0, 0.12) 320px, transparent 460px);
  }
  body.is-desktop .mobile-menu.open {
    display: block;
    animation: m-menu-fade-in 0.2s ease-out;
  }
  body.is-desktop .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  body.is-desktop .mobile-menu li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  body.is-desktop .mobile-menu a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 50px;
    margin: 0;
    padding: 14px 26px 14px 12px;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }
  body.is-desktop .mobile-menu a::after {
    content: "";
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    margin-left: auto;
    border: solid #f9dc17;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    opacity: 0.8;
  }
  body.is-desktop .mobile-menu li.mobile-menu__item--main {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  body.is-desktop .mobile-menu li.mobile-menu__item--main a {
    min-height: 54px;
    font-size: 18px;
    font-weight: 800;
    color: #f9dc17;
  }
  body.is-desktop .mobile-menu li.mobile-menu__item--main + li:not(.mobile-menu__item--main) {
    margin-top: 12px;
  }
  body.is-desktop .mobile-menu li.active a {
    position: relative;
    background: rgba(255, 255, 255, 0.07);
    color: #f9dc17;
  }
  body.is-desktop .mobile-menu li.active a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 2px;
    background: #f9dc17;
  }
  @keyframes m-menu-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  body.is-desktop .mobile-menu-backdrop {
    display: none !important;
  }
  body.is-desktop header.site-header {
    display: none;
  }
  body.is-desktop .nav-stack {
    position: sticky !important;
    top: 53px;
    z-index: 100;
  }
  body.is-desktop .nav-stack .container {
    background: none;
    box-shadow: none;
  }
  body.is-desktop .nav-stack .tabnav,
  body.is-desktop .nav-stack .subnav {
    display: none;
  }
  body.is-desktop .mobile-breadcrumbs {
    margin: 0;
    padding: 13px 16px 12px 16.5px;
    box-sizing: border-box;
    min-height: 90px;
  }
  body.is-desktop .mobile-breadcrumbs--empty {
    display: none !important;
  }
  body.is-desktop .mobile-breadcrumbs {
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0) 100%) top/100% 41px no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.is-desktop .mobile-breadcrumbs a,
  body.is-desktop .mobile-breadcrumbs span {
    color: #fff;
    text-decoration: none;
  }
  body.is-desktop .mobile-breadcrumbs a {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.45);
    text-underline-offset: 2px;
  }
  body.is-desktop .mobile-breadcrumbs > span:last-child {
    font-weight: 700;
  }
  body.is-desktop .mobile-breadcrumbs .mobile-breadcrumbs__sep {
    margin: 0 5px;
    color: #f9dc17;
    font-weight: 700;
  }
  body.is-desktop:is(:has(.list-navigation__header--mobile),
  :has(.filters-news),
  :has(.search-layout-sale),
  :has(.address-search-layout),
  :has(.motorcycle-layout)) .mobile-breadcrumbs {
    min-height: 0;
  }
  body.is-desktop .breadcrumbs {
    display: none;
  }
  body.is-desktop .mobile-hero {
    display: flex;
    justify-content: flex-end;
    padding: 26px 15px;
  }
  body.is-desktop .mobile-hero .mobile-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #f9dc17;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    width: 157px;
    height: 36px;
    font-size: 13px;
    text-decoration: none;
  }
  body.is-desktop {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
  }
  body.is-desktop > main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
  }
  body.is-desktop .container {
    flex: 1 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  body.is-desktop .container:has(> .info-layout) {
    display: flex;
    flex-direction: column;
  }
  body.is-desktop .home-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: none;
  }
  body.is-desktop .home-layout .sidebar {
    flex: none;
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
  }
  body.is-desktop .home-layout.home-layout--addresses .sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  body.is-desktop .home-layout.home-layout--addresses .sidebar > .address-tiles {
    display: block;
  }
  body.is-desktop .home-layout.home-layout--addresses .main.content-grid {
    margin-top: 16px;
  }
  body.is-desktop .home-layout .main.content-grid {
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    margin: 8px 0 0;
    padding: 0;
  }
  body.is-desktop .home-layout .main.content-grid > .column {
    display: contents;
  }
  body.is-desktop .home-layout .main.content-grid > .column:last-child > .banner-container.no-flex:not(.white-background):not(:first-child) {
    order: 7;
  }
  body.is-desktop .home-layout .main.content-grid > .column:last-child > .banner-container.white-background {
    order: 8;
  }
  body.is-desktop [id] {
    scroll-margin-top: 54px;
  }
  body.is-desktop section:not(.searchmodule):not(.no-background) {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 16px 14px 18px;
    background: #e0e0e0;
    box-shadow: none;
    border-radius: 0;
  }
  body.is-desktop section:not(.searchmodule):not(.no-background) > .portlet-header-steady {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
    margin: 0;
    padding: 0 0 0 9px;
    line-height: 37px;
    background: #373737;
    color: #fff;
    font-size: 13.3px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
  }
  body.is-desktop section:not(.searchmodule):not(.no-background) > .portlet-header-steady::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
    -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    pointer-events: none;
  }
  body.is-desktop section:not(.searchmodule):not(.no-background) > .portlet-header-steady h2, body.is-desktop section:not(.searchmodule):not(.no-background) > .portlet-header-steady .h2-heading {
    margin: 0;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 37px;
  }
  body.is-desktop section:not(.searchmodule):not(.no-background) > .portlet-header-steady {
    margin: -16px -14px 16px;
  }
  body.is-desktop section:not(.searchmodule):not(.no-background).offer-tiles > .portlet-header-steady {
    background: #262626;
  }
  body.is-desktop section:not(.searchmodule):not(.no-background).mostsearched {
    padding-bottom: 0;
  }
  body.is-desktop section:not(.searchmodule):not(.no-background).mostsearched > .portlet-header-steady {
    margin-bottom: 0;
  }
  body.is-desktop .offer-tiles .offer-tiles-actions,
  body.is-desktop .address-tiles .address-tiles-actions,
  body.is-desktop .news__footer {
    margin: 22px 0 0;
    text-align: right;
  }
  body.is-desktop .offer-tiles .offer-tiles-actions .button,
  body.is-desktop .address-tiles .address-tiles-actions .button,
  body.is-desktop .news__footer .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    color: #1a1a1a;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    min-width: 171px;
    height: 32px;
    padding: 0 16px;
    font-size: 13px;
    line-height: 32px;
    box-shadow: none;
  }
  body.is-desktop .searchmodule {
    flex: none;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 13px 19px;
    background: #000;
    box-shadow: none;
  }
  body.is-desktop .searchmodule .portlet-header-steady {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
    margin: 0;
    padding: 0 0 0 9px;
    line-height: 37px;
    background: #262626;
    color: #fff;
    font-size: 13.3px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
  }
  body.is-desktop .searchmodule .portlet-header-steady::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
    -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    pointer-events: none;
  }
  body.is-desktop .searchmodule .portlet-header-steady h2, body.is-desktop .searchmodule .portlet-header-steady .h2-heading {
    margin: 0;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 37px;
  }
  body.is-desktop .searchmodule .portlet-header-steady {
    height: 42px;
    line-height: 42px;
    margin: 0 -13px;
    padding: 0 0 0 13px;
    text-transform: none;
    font-weight: 400;
  }
  body.is-desktop .searchmodule .portlet-header-steady .searchmodule-title {
    display: none;
  }
  body.is-desktop .searchmodule .portlet-header-steady .searchmodule-subtitle {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
  body.is-desktop .searchmodule .portlet-header-steady .searchmodule-subtitle .searchmodule-subtitle-count {
    color: #ffd400;
    font-weight: 700;
  }
  body.is-desktop .searchmodule .searchform {
    gap: 0;
    padding-top: 13px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
  }
  body.is-desktop .searchmodule .searchform .searchform-main {
    gap: 12px;
  }
  body.is-desktop .searchmodule .searchform .searchform-extra.open {
    gap: 12px;
    margin-top: 12px;
  }
  body.is-desktop .searchmodule .searchform .searchform-row {
    gap: 12px;
    margin: 0;
  }
  body.is-desktop .searchmodule .searchform .searchform-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  body.is-desktop .searchmodule .searchform .adres-container .input-style {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 36px;
    height: 36px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #f5f5f5 0%, #999999 100%);
  }
  body.is-desktop .searchmodule .searchform .adres-container .input-style input[type=text] {
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 0 7px;
    border-radius: 5px;
    font-family: inherit;
    font-size: 13px;
    line-height: 36px;
    font-weight: 700;
    color: #1a1a1a;
    cursor: text;
  }
  body.is-desktop .searchmodule .searchform .adres-container .input-style input[type=text]::-moz-placeholder {
    font-weight: 500;
    color: #3a3a3a;
    opacity: 1;
  }
  body.is-desktop .searchmodule .searchform .adres-container .input-style input[type=text]::placeholder {
    font-weight: 500;
    color: #3a3a3a;
    opacity: 1;
  }
  body.is-desktop .searchmodule .searchform .select-style:has(> select:not([data-key$=_vanaf]):not([data-key$=_tot]) option:checked:not([value=""])) .select-style__label {
    display: none;
  }
  body.is-desktop .searchmodule .searchform .select-style:has(> select:not([data-key$=_vanaf]):not([data-key$=_tot]) option:checked:not([value=""])) select {
    padding-top: 0;
    line-height: 36px;
  }
  body.is-desktop .searchmodule .searchform .searchform-label {
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #bdbdbd;
  }
  body.is-desktop .searchmodule .searchform .availability-cards {
    display: flex;
    gap: 6px;
  }
  body.is-desktop .searchmodule .searchform .availability-card {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 7px;
    box-sizing: border-box;
    min-width: 0;
    height: 44px;
    padding: 0 7px;
    border: 1px solid #5a5a5a;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.35);
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    white-space: nowrap;
    color: #ddd;
  }
  body.is-desktop .searchmodule .searchform .availability-card input[type=radio] {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1.5px solid #bdbdbd;
    border-radius: 50%;
    background: transparent;
  }
  body.is-desktop .searchmodule .searchform .availability-card[data-value=all],
  body.is-desktop .searchmodule .searchform .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=occasions],
  body.is-desktop .searchmodule .searchform .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=new] {
    border-color: #f9dc17;
    box-shadow: inset 0 0 0 1px #f9dc17;
    background: #1f1f15;
    font-weight: 700;
    color: #fff;
  }
  body.is-desktop .searchmodule .searchform .availability-card[data-value=all] input[type=radio],
  body.is-desktop .searchmodule .searchform .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=occasions] input[type=radio],
  body.is-desktop .searchmodule .searchform .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=new] input[type=radio] {
    border-color: #f9dc17;
    background: radial-gradient(circle, #f9dc17 0 3.5px, transparent 4px);
  }
  body.is-desktop .searchmodule .searchform .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=all],
  body.is-desktop .searchmodule .searchform .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=all] {
    border-color: #5a5a5a;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.35);
    font-weight: 600;
    color: #ddd;
  }
  body.is-desktop .searchmodule .searchform .availability-cards:has(input[name=occ]:checked):not(:has(input[name=new]:checked)) .availability-card[data-value=all] input[type=radio],
  body.is-desktop .searchmodule .searchform .availability-cards:has(input[name=new]:checked):not(:has(input[name=occ]:checked)) .availability-card[data-value=all] input[type=radio] {
    border-color: #bdbdbd;
    background: transparent;
  }
  body.is-desktop .searchmodule .searchform .checkbox-style {
    padding-left: 22px;
    line-height: 17px;
    font-size: 12.3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }
  body.is-desktop .searchmodule .searchform .checkbox-style .checkmark {
    top: 0;
    width: 13px;
    height: 13px;
    border: 2px solid #b3b3b3;
    border-radius: 1px;
    background: #eee;
  }
  body.is-desktop .searchmodule .searchform .checkbox-style .checkmark::after {
    left: 3.5px;
    top: 0;
    width: 4px;
    height: 8px;
    border-color: #000;
    border-width: 0 2.5px 2.5px 0;
  }
  body.is-desktop .searchmodule .searchform .searchform-double-grid {
    grid-template-columns: 1fr 1fr;
    gap: 19px;
  }
  body.is-desktop .searchmodule .searchform .searchform-double-grid .searchform-double-sep {
    display: none;
  }
  body.is-desktop .searchmodule .searchform .searchform-more {
    margin-top: 2px;
    padding: 0 0 11px;
    gap: 10px;
    border-bottom: 1px solid #fff;
    font-size: 14.3px;
    font-weight: 700;
    line-height: 20px;
  }
  body.is-desktop .searchmodule .searchform .searchform-more .searchform-more__icon {
    font-size: 9px;
  }
  body.is-desktop .searchmodule .searchform .searchform-actions {
    position: sticky;
    bottom: 0;
    z-index: 10;
    gap: 13px;
    margin: 0 -13px -8px;
    padding: 7px 13px 8px;
    background: #000;
  }
  body.is-desktop .searchmodule .searchform .searchform-actions .reset-btn,
  body.is-desktop .searchmodule .searchform .searchform-actions .submit-btn {
    display: block;
    height: 36px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    box-shadow: none;
    transition: none;
  }
  body.is-desktop .searchmodule .searchform .searchform-actions .reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #f9dc17;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    display: block;
    order: -1;
    flex: 0 0 104px;
    width: 104px;
    border-color: #b3b3b3;
  }
  body.is-desktop .searchmodule .searchform .searchform-actions .submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    color: #1a1a1a;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: block;
    flex: 1 1 auto;
    width: auto;
    line-height: 36px;
  }
  body.is-desktop .searchmodule .searchform .sponsored-brand {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 6px;
    border-radius: 5px;
    overflow: hidden;
    line-height: 0;
  }
  body.is-desktop .searchmodule .searchform .sponsored-brand > img,
  body.is-desktop .searchmodule .searchform .sponsored-brand .sponsored-brand__image {
    display: block;
    width: 100%;
    height: auto;
  }
  body.is-desktop .searchmodule .searchform .sponsored-brand:has(.kawasaki-button) {
    border-radius: 3px;
  }
  body.is-desktop .searchmodule .searchform .sponsored-brand .kawasaki-button {
    --kawasaki-button-height: 36px;
    border-radius: 3px;
    font-size: 13px;
  }
  body.is-desktop .select-style {
    min-height: 36px;
    height: 36px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #f5f5f5 0%, #999999 100%);
  }
  body.is-desktop .select-style:has(> select:not([multiple]) option:checked:not([value=""])) .select-style__label {
    display: block;
    position: absolute;
    left: 7px;
    top: 3px;
    z-index: 1;
    font-size: 10px;
    line-height: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #4d4d4d;
    pointer-events: none;
  }
  body.is-desktop .select-style:has(> select:not([multiple]) option:checked:not([value=""])) select {
    padding-top: 11px;
    line-height: 22px;
    font-weight: 700;
    color: #1a1a1a;
  }
  body.is-desktop .select-style::after {
    width: 35px;
    height: 36px;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  }
  body.is-desktop .select-style::before {
    right: 12px;
    transform: translateY(-40%);
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 7px solid #1a1a1a;
  }
  body.is-desktop .select-style select {
    height: 36px;
    line-height: 36px;
    padding: 0 41px 0 7px;
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3a;
  }
  body.is-desktop .select-style.select-style--tom {
    height: auto;
    overflow: visible;
  }
  body.is-desktop .select-style.select-style--tom .ts-wrapper {
    min-height: 36px;
  }
  body.is-desktop .select-style.select-style--tom .ts-wrapper.multi .ts-control,
  body.is-desktop .select-style.select-style--tom .ts-wrapper.multi.has-items .ts-control {
    --ts-pr-min: 75px;
  }
  body.is-desktop .select-style.select-style--tom .ts-control {
    display: block;
    min-height: 36px;
    padding: 0 7px;
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
  }
  body.is-desktop .select-style.select-style--tom .ts-control::after {
    height: 100%;
  }
  body.is-desktop .select-style.select-style--tom .ts-control::after {
    width: 35px;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
  }
  body.is-desktop .select-style.select-style--tom .ts-control::before {
    right: 12px;
    transform: translateY(-40%);
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 7px solid #1a1a1a;
  }
  body.is-desktop .select-style.select-style--tom .ts-control .item {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 13px;
    font-weight: 700;
  }
  body.is-desktop .select-style.select-style--tom .ts-control .item + .item::before {
    content: ", ";
  }
  body.is-desktop .select-style.select-style--tom .ts-control .item .remove {
    display: none;
  }
  body.is-desktop .select-style.select-style--tom .ts-control .ts-count {
    position: absolute;
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 11px;
    background: #000;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    color: #f9dc17;
  }
  body.is-desktop .select-style.select-style--tom .ts-control .ts-count[hidden] {
    display: none;
  }
  body.is-desktop .select-style.select-style--tom .ts-control .ts-more {
    display: none !important;
  }
  body.is-desktop .select-style.select-style--tom .ts-control > input::-moz-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3a;
  }
  body.is-desktop .select-style.select-style--tom .ts-control > input,
  body.is-desktop .select-style.select-style--tom .ts-control > input::placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3a;
  }
  body.is-desktop .searchmodule .searchform .select-style--range {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 36px;
    padding-right: 41px;
    cursor: pointer;
  }
  body.is-desktop .searchmodule .searchform .select-style--range > select {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    opacity: 0;
    pointer-events: none;
  }
  body.is-desktop .searchmodule .searchform .select-style--range .range-field__prefix {
    display: none;
    flex: 0 0 auto;
    padding: 0 0 0 7px;
    font-size: 13px;
    line-height: 36px;
    font-weight: 700;
    color: #4d4d4d;
    pointer-events: none;
  }
  body.is-desktop .searchmodule .searchform .select-style--range .range-field__input {
    flex: 1 1 auto;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 36px;
    margin: 0;
    padding: 0 4px 0 7px;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-family: inherit;
    font-size: 13px;
    line-height: 36px;
    font-weight: 500;
    color: #3a3a3a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
  }
  body.is-desktop .searchmodule .searchform .select-style--range .range-field__input::-moz-placeholder {
    color: #3a3a3a;
    opacity: 1;
  }
  body.is-desktop .searchmodule .searchform .select-style--range .range-field__input::placeholder {
    color: #3a3a3a;
    opacity: 1;
  }
  body.is-desktop .searchmodule .searchform .select-style--range .range-field__unit {
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    height: 18px;
    padding: 0 7px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 10.5px;
    line-height: 1;
    text-box: trim-both cap alphabetic;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
    white-space: nowrap;
    color: #3a3a3a;
    pointer-events: none;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.has-unit .range-field__input {
    padding-right: 44px;
  }
  body.is-desktop .searchmodule .searchform .select-style--range .range-field__arrow {
    display: none;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-active .select-style__label {
    display: block;
    position: absolute;
    left: 7px;
    top: 3px;
    z-index: 1;
    font-size: 10px;
    line-height: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    white-space: nowrap;
    color: #4d4d4d;
    pointer-events: none;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-active .select-style__label em {
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #6b6b6b;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-active .range-field__prefix {
    display: block;
    padding-top: 11px;
    line-height: 22px;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-active .range-field__prefix + .range-field__input {
    padding-left: 2px;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-active .range-field__input {
    padding-top: 11px;
    line-height: 22px;
    font-weight: 700;
    color: #1a1a1a;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-active .range-field__unit {
    top: auto;
    bottom: 6px;
    transform: none;
  }
  body.is-desktop .searchmodule .searchform .select-style--range .range-field__conv {
    display: none;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-invalid {
    outline: 2px solid #e30013;
    outline-offset: 2px;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-invalid .select-style__label,
  body.is-desktop .searchmodule .searchform .select-style--range.is-invalid .range-field__input,
  body.is-desktop .searchmodule .searchform .select-style--range.is-invalid .range-field__prefix,
  body.is-desktop .searchmodule .searchform .select-style--range.is-invalid .range-field__conv {
    color: #b1110f;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-invalid .range-field__unit {
    border-color: rgba(227, 0, 19, 0.45);
    background: rgba(227, 0, 19, 0.08);
    color: #b1110f;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-compact.is-active .range-field__unit {
    top: 3px;
    bottom: auto;
    right: 40px;
    transform: none;
    height: 13px;
    padding: 0 5px;
    border-radius: 7px;
    font-size: 9px;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-compact.is-active.has-unit .range-field__input {
    padding-right: 4px;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-compact.is-active[data-range-slug=vermogen] .range-field__input {
    flex: 0 0 auto;
    width: calc(var(--w, 6ch) + 10px);
    max-width: 100%;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-compact.is-active .select-style__label em {
    display: none;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-compact.is-active .range-field__conv {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    padding: 11px 4px 0 0;
    font-size: 10px;
    line-height: 22px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6b6b6b;
    pointer-events: none;
  }
  body.is-desktop .searchmodule .searchform .select-style--range.is-compact.is-active .range-field__conv:empty {
    display: none;
  }
  body.is-desktop .searchmodule .searchform .range-field {
    container-type: inline-size;
  }
  @container (max-width: 160px) {
    body.is-desktop .searchmodule .searchform .select-style--range.is-active .range-field__unit {
      top: 3px;
      bottom: auto;
      right: 40px;
      transform: none;
      height: 13px;
      padding: 0 5px;
      border-radius: 7px;
      font-size: 9px;
    }
    body.is-desktop .searchmodule .searchform .select-style--range.is-active.has-unit .range-field__input {
      padding-right: 4px;
    }
    body.is-desktop .searchmodule .searchform .select-style--range.is-active[data-range-slug=vermogen] .range-field__input {
      flex: 0 0 auto;
      width: calc(var(--w, 6ch) + 10px);
      max-width: 100%;
    }
    body.is-desktop .searchmodule .searchform .select-style--range.is-active .select-style__label em {
      display: none;
    }
    body.is-desktop .searchmodule .searchform .select-style--range.is-active .range-field__conv {
      display: block;
      flex: 1 1 auto;
      min-width: 0;
      padding: 11px 4px 0 0;
      font-size: 10px;
      line-height: 22px;
      font-weight: 600;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #6b6b6b;
      pointer-events: none;
    }
    body.is-desktop .searchmodule .searchform .select-style--range.is-active .range-field__conv:empty {
      display: none;
    }
    body.is-desktop .searchmodule .searchform .select-style--range:not(.is-active) .range-field__unit {
      height: 13px;
      padding: 0 5px;
      border-radius: 7px;
      font-size: 9px;
    }
    body.is-desktop .searchmodule .searchform .select-style--range:not(.is-active).has-unit .range-field__input {
      padding-right: 30px;
    }
  }
  body.is-desktop .searchmodule .searchform .range-menu {
    display: none !important;
  }
  body.is-desktop .searchmodule .searchform .searchform-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 13px;
  }
  body.is-desktop .unit-switch {
    display: flex;
    border: 1px solid #5a5a5a;
    border-radius: 4px;
    overflow: hidden;
  }
  body.is-desktop .unit-switch .unit-switch__option {
    height: 28px;
    min-width: 44px;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-family: inherit;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #ddd;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  body.is-desktop .unit-switch .unit-switch__option.is-on {
    background: #f9dc17;
    color: #222;
  }
  body.is-desktop .searchmodule .searchform .searchform-error {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 11.5px;
    line-height: 15px;
    font-weight: 600;
    text-transform: none;
    color: #ff8a80;
  }
  body.is-desktop .searchmodule .searchform .searchform-error::before {
    content: "!";
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
  }
  body.is-desktop .searchmodule .searchform .searchform-error[hidden] {
    display: none;
  }
  body.is-desktop .searchmodule .searchform .searchform-actions .submit-btn.is-disabled,
  body.is-desktop .searchmodule .searchform .searchform-actions .submit-btn:disabled {
    background: #8f8f8f;
    color: #3a3a3a;
    cursor: not-allowed;
  }
  body.is-desktop .select-style.is-disabled,
  body.is-desktop .select-style:has(> select:disabled),
  body.is-desktop .select-style:has(.ts-wrapper.disabled) {
    background: linear-gradient(to bottom, #f4f4f4 0%, #d9d9d9 100%);
    cursor: not-allowed;
  }
  body.is-desktop .select-style.is-disabled::after, body.is-desktop .select-style.is-disabled.select-style--tom .ts-control::after,
  body.is-desktop .select-style.is-disabled .ts-wrapper.single .ts-control::after,
  body.is-desktop .select-style:has(> select:disabled)::after,
  body.is-desktop .select-style:has(> select:disabled).select-style--tom .ts-control::after,
  body.is-desktop .select-style:has(> select:disabled) .ts-wrapper.single .ts-control::after,
  body.is-desktop .select-style:has(.ts-wrapper.disabled)::after,
  body.is-desktop .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control::after,
  body.is-desktop .select-style:has(.ts-wrapper.disabled) .ts-wrapper.single .ts-control::after {
    background: linear-gradient(to bottom, #e8e8e8 0%, #d0d0d0 100%);
    pointer-events: none;
  }
  body.is-desktop .select-style.is-disabled::before, body.is-desktop .select-style.is-disabled.select-style--tom .ts-control::before,
  body.is-desktop .select-style.is-disabled .ts-wrapper.single .ts-control::before,
  body.is-desktop .select-style:has(> select:disabled)::before,
  body.is-desktop .select-style:has(> select:disabled).select-style--tom .ts-control::before,
  body.is-desktop .select-style:has(> select:disabled) .ts-wrapper.single .ts-control::before,
  body.is-desktop .select-style:has(.ts-wrapper.disabled)::before,
  body.is-desktop .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control::before,
  body.is-desktop .select-style:has(.ts-wrapper.disabled) .ts-wrapper.single .ts-control::before {
    border-top-color: #a0a0a0;
  }
  body.is-desktop .select-style.is-disabled.select-style--tom .ts-control > input::-moz-placeholder, body.is-desktop .select-style:has(> select:disabled).select-style--tom .ts-control > input::-moz-placeholder, body.is-desktop .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control > input::-moz-placeholder {
    color: #8a8a8a;
  }
  body.is-desktop .select-style.is-disabled select, body.is-desktop .select-style.is-disabled.select-style--tom .ts-control, body.is-desktop .select-style.is-disabled.select-style--tom .ts-control > input, body.is-desktop .select-style.is-disabled.select-style--tom .ts-control > input::placeholder,
  body.is-desktop .select-style.is-disabled .ts-control .item,
  body.is-desktop .select-style:has(> select:disabled) select,
  body.is-desktop .select-style:has(> select:disabled).select-style--tom .ts-control,
  body.is-desktop .select-style:has(> select:disabled).select-style--tom .ts-control > input,
  body.is-desktop .select-style:has(> select:disabled).select-style--tom .ts-control > input::placeholder,
  body.is-desktop .select-style:has(> select:disabled) .ts-control .item,
  body.is-desktop .select-style:has(.ts-wrapper.disabled) select,
  body.is-desktop .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control,
  body.is-desktop .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control > input,
  body.is-desktop .select-style:has(.ts-wrapper.disabled).select-style--tom .ts-control > input::placeholder,
  body.is-desktop .select-style:has(.ts-wrapper.disabled) .ts-control .item {
    color: #8a8a8a;
  }
  body.is-desktop .offer-tiles .offer-tiles-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
  }
  body.is-desktop .offer-tiles .mini-tile {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    color: #333333;
  }
  body.is-desktop .offer-tiles .mini-tile:hover {
    background: #fff;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-main {
    align-items: stretch;
    gap: 0;
    background: #f6f6f6;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-photo {
    flex: 0 0 41.3%;
    width: 41.3%;
    max-height: none;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    background: #fff;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-headline {
    flex: 1 1 auto;
    min-width: 0;
    padding: 4px 4px 6px 7px;
    font-size: 13.3px;
    line-height: 19px;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-brand,
  body.is-desktop .offer-tiles .mini-tile .mini-tile-type {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #373737;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-brand {
    font-size: 13.3px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-type {
    font-size: 12.3px;
    line-height: 16px;
    font-weight: 600;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-details {
    gap: 22px;
    padding: 7px 0 6px;
    font-size: 11.4px;
    line-height: 15px;
    color: #333333;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-details .mini-tile-constructionyear,
  body.is-desktop .offer-tiles .mini-tile .mini-tile-details .mini-tile-odometer {
    gap: 6px;
    font-weight: 600;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-details .mini-tile-constructionyear::before,
  body.is-desktop .offer-tiles .mini-tile .mini-tile-details .mini-tile-odometer::before {
    width: 12px;
    height: 12px;
    margin-top: 0;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-prices {
    margin: auto 0 0;
    align-items: flex-end;
    gap: 4px;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-prices div {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-price {
    font-size: 13.3px;
    line-height: 19px;
    font-weight: 700;
    color: #006693;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-price-old {
    order: -1;
    margin: 0 0 1px;
    font-size: 11.5px;
    line-height: 13px;
    font-weight: 400;
    color: #808080;
    text-decoration: line-through;
  }
  body.is-desktop .offer-tiles .mini-tile .pricetag-ppm {
    width: 66px;
    max-width: none;
    height: 40px;
    margin-bottom: -4px;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-footer {
    min-height: 38px;
    padding: 2px 9px;
    border-top: 0;
    background: #efefef;
    font-size: 9.5px;
    line-height: 13px;
    color: #333333;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-footer-tags {
    gap: 2px;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-dealer-branddealer {
    gap: 4px;
    font-size: 9.5px;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-dealer-branddealer::before {
    width: 12px;
    height: 12px;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-footer-tags-container {
    gap: 6px;
    font-size: 9.5px;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-footer-tags-container img {
    height: 18px;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-dealer-info {
    gap: 0;
    color: #333333;
  }
  body.is-desktop .offer-tiles .mini-tile .mini-tile-seller,
  body.is-desktop .offer-tiles .mini-tile .mini-tile-seller-city {
    font-size: 9.5px;
    line-height: 13px;
    color: #333333;
  }
  body.is-desktop .mobile-card-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  body.is-desktop .motorcycles-view > a,
  body.is-desktop .mobile-card-list > a {
    display: block;
    flex: none;
    width: 100%;
    color: inherit;
    text-decoration: none;
  }
  body.is-desktop .mobile-card-list {
    flex-wrap: nowrap;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item,
  body.is-desktop .mobile-card-list article.motorcycle-item {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    color: #333333;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__main,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__main {
    display: block;
    width: 100%;
    box-sizing: border-box;
    gap: 0;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__gallery,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__gallery {
    position: relative;
    background: #fff;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__img,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__info,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__info {
    padding: 16px 12px 11px 18px;
    background: #f1f1f1;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__link,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__link {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__title-row,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__title-text,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__title-text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    gap: 4px;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__brand,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__brand {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__brand:is(.motorcycle-item--kawasaki-new *),
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__brand:is(.motorcycle-item--kawasaki-new *) {
    color: #69be28;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__type,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__type {
    display: block;
    font-size: 18.5px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-favorite-button,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-favorite-button {
    position: static;
    right: auto;
    flex: 0 0 auto;
    margin: -8px -2px 0 0;
    line-height: 0;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-favorite-button .fav-icon,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-favorite-button .fav-icon {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-favorite-button .fav-icon svg,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-favorite-button .fav-icon svg {
    fill: none;
    stroke: #e3221f;
    stroke-width: 2.4px;
    stroke-linejoin: round;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-favorite-button .fav-icon[aria-pressed=true] svg,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-favorite-button .fav-icon[aria-pressed=true] svg {
    fill: #e3221f;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__details,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__details {
    display: flex;
    align-items: center;
    gap: 38px;
    padding-top: 15px;
    font-size: 17px;
    color: #333333;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__warranty,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__warranty {
    display: none;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__constructionyear,
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__constructionyear,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__constructionyear::before,
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer::before,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__constructionyear::before,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/images/icon/calendar.png") no-repeat center/contain;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer::before,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__details .motorcycle-item__odometer::before {
    background-image: url("/images/icon/odometer.png");
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 0;
    margin-top: 34px;
    align-items: flex-end;
    justify-content: space-between;
    font-weight: 700;
    color: #006693;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price > .pricetag-ppm,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price > .pricetag-ppm {
    order: 1;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price > .motorcycle-item__lease-price-text,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price > .motorcycle-item__lease-price-text {
    order: 2;
    flex: 1 1 100%;
    margin-right: 0;
    margin-left: 0;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 0;
    align-self: flex-end;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original {
    display: inline-block;
    align-self: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original.strike-through,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original.strike-through {
    position: relative;
    display: inline-block;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original.strike-through::before,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-original.strike-through::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2%;
    width: 92%;
    border-top: 1px solid #808080;
    transform: translateY(-50%) rotate(-8.5deg);
    transform-origin: center;
    opacity: 1;
    pointer-events: none;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-offer,
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-regular,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-offer,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-regular {
    display: block;
    font-size: 21.3px;
    line-height: 30px;
    font-weight: 700;
    color: #006693;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-request,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price .motorcycle-item__price-text .motorcycle-item__price-request {
    font-size: 16px;
    line-height: 30px;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price.motorcycle-item__price--request .motorcycle-item__price-text,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price.motorcycle-item__price--request .motorcycle-item__price-text {
    padding-top: 0;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price .pricetag-ppm,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price .pricetag-ppm {
    flex-shrink: 0;
    width: 104px;
    max-width: none;
    height: 55px;
    margin: -18px -5px -8px 0;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__price .pricetag-ppm.pricetag-ppm--wide,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__price .pricetag-ppm.pricetag-ppm--wide {
    width: 116px;
    height: 59px;
    margin: -20px -8px -9px 0;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__lease-price-text,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__lease-price-text {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 2px 4px;
    margin-top: 7px;
    padding-right: 6px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    white-space: nowrap;
    color: #ef1924;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__lease-price-text .motorcycle-item__lease-price-subtext,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__lease-price-text .motorcycle-item__lease-price-subtext {
    margin-left: auto;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__link,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__link {
    background: #f1f1f1;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0 16px 0 15px;
    padding: 20px 0 20px 3px;
    border-top: 1px solid #b3b3b3;
    background: #f1f1f1;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
    flex-grow: 0;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-warranty,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-warranty {
    gap: 12px;
    padding-left: 0;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__warranty-prefix,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__warranty-prefix {
    display: none;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__motorcycle-motor-warranty-logo,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__motorcycle-motor-warranty-logo {
    max-height: 28px;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-branddealer,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-branddealer {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-weight: 700;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-branddealer::before,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-branddealer::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8.5L6.5 12L13 4.5' stroke='%2300b300' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-warranty,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__dealer-tags .motorcycle-item__dealer-warranty {
    display: flex;
    align-items: center;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item .motorcycle-item__tags-wrapper,
  body.is-desktop .mobile-card-list article.motorcycle-item .motorcycle-item__tags-wrapper {
    background: #f1f1f1;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer,
  body.is-desktop .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 15px 16px;
    background: #fff;
    font-size: 17px;
    line-height: 21px;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer:is(.search-layout.kawasaki-new-bikes *),
  body.is-desktop .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer:is(.search-layout.kawasaki-new-bikes *) {
    --kawasaki-footer-logo-gap: 14px;
    --kawasaki-footer-logo-height: 38px;
    padding: 12px 15px;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-list-tags,
  body.is-desktop .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-list-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: auto;
    margin: 0;
    font-size: 13px;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-list-tags .motorcycle-item__dealer-info,
  body.is-desktop .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-list-tags .motorcycle-item__dealer-info {
    margin: 4px 0 0;
    padding: 0;
    font-size: 17px;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info,
  body.is-desktop .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info {
    display: block;
    text-align: left;
    font-size: 17px;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info .motorcycle-item__dealer-name,
  body.is-desktop .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info .motorcycle-item__dealer-name {
    display: block;
    font-weight: 700;
  }
  body.is-desktop .motorcycles-view article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info .motorcycle-item__location,
  body.is-desktop .mobile-card-list article.motorcycle-item footer.motorcycle-item__dealer .motorcycle-item__dealer-info .motorcycle-item__location {
    display: block;
    font-weight: 400;
  }
  body.is-desktop .address-tiles .address-tiles-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  body.is-desktop .address-tiles .address-mini-tile {
    box-sizing: border-box;
    width: 100%;
    height: 104px;
    margin: 0;
    padding: 8px 8px 8px 7.5px;
    background: #f6f6f6;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    overflow: hidden;
  }
  body.is-desktop .address-tiles .address-mini-tile .address-mini-tile-container {
    gap: 11px;
    padding: 0;
  }
  body.is-desktop .address-tiles .address-mini-tile .address-mini-tile-placeholder {
    flex: 0 0 121px;
    width: 121px;
    height: 88px;
    float: none;
    display: block;
    background: #fff;
  }
  body.is-desktop .address-tiles .address-mini-tile .address-mini-tile-photo {
    display: block;
    width: 121px;
    height: 88px;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.is-desktop .address-tiles .address-mini-tile .address-mini-tile-headline {
    flex: 1 1 auto;
    min-width: 0;
    gap: 0;
    font-size: 13.3px;
    line-height: 15px;
    color: #373737;
  }
  body.is-desktop .address-tiles .address-mini-tile .address-mini-tile-headline b {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    font-size: 13.3px;
    line-height: 15px;
  }
  body.is-desktop .address-tiles .address-mini-tile .address-mini-tile-headline .address-mini-tile-description {
    font-size: 11.4px;
    line-height: 16.5px;
  }
  body.is-desktop .address-tiles .address-mini-tile .address-mini-tile-headline .address-mini-tile-moreinfo {
    margin-top: auto;
    padding-top: 4px;
    font-size: 11.4px;
    line-height: 16px;
    font-weight: 700;
    color: #006292;
  }
  body.is-desktop .mostsearched .mostsearched__list {
    margin: 0 -14px;
    font-size: 13.3px;
    border-radius: 0;
  }
  body.is-desktop .mostsearched .mostsearched__item {
    height: 33px;
    min-width: 0;
    background: linear-gradient(to bottom, #f5f5f5 0%, #c2c2c2 100%);
    border-bottom: 1px solid #ccc;
  }
  body.is-desktop .mostsearched .mostsearched__item:last-child {
    border-bottom: 0;
  }
  body.is-desktop .mostsearched .mostsearched__count {
    flex: 0 0 33px;
    min-width: 33px;
    height: 33px;
    margin-right: 9px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    box-shadow: none;
    font-size: 13.3px;
    font-weight: 700;
    color: #373737;
  }
  body.is-desktop .mostsearched .mostsearched__headline {
    line-height: 33px;
    font-size: 13.3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #373737;
  }
  body.is-desktop .event-tiles .event-tiles-list,
  body.is-desktop .event-tiles .news__list,
  body.is-desktop .news .event-tiles-list,
  body.is-desktop .news .news__list,
  body.is-desktop .news-list .event-tiles-list,
  body.is-desktop .news-list .news__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  body.is-desktop .event-tiles .news__item,
  body.is-desktop .news .news__item,
  body.is-desktop .news-list .news__item {
    box-sizing: border-box;
    width: 100%;
    height: 104px;
    margin: 0;
    padding: 8px 8px 8px 7.5px;
    background: #f6f6f6;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    min-width: 0;
    margin: 0;
  }
  body.is-desktop .event-tiles .news__item:nth-child(even),
  body.is-desktop .news .news__item:nth-child(even),
  body.is-desktop .news-list .news__item:nth-child(even) {
    background: #f6f6f6;
  }
  body.is-desktop .event-tiles .news__link,
  body.is-desktop .news .news__link,
  body.is-desktop .news-list .news__link {
    display: flex;
    height: 100%;
    gap: 11px;
    color: #373737;
  }
  body.is-desktop .event-tiles .news__photo,
  body.is-desktop .news .news__photo,
  body.is-desktop .news-list .news__photo {
    flex: 0 0 121px;
    width: 121px;
    height: 88px;
    margin: 0;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.is-desktop .event-tiles .news__date,
  body.is-desktop .news .news__date,
  body.is-desktop .news-list .news__date {
    flex: 0 0 121px;
    box-sizing: border-box;
    width: 121px;
    height: 88px;
    margin: 0;
    padding: 18px 6px;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
  }
  body.is-desktop .event-tiles .news__content,
  body.is-desktop .news .news__content,
  body.is-desktop .news-list .news__content {
    min-width: 0;
    height: 88px;
  }
  body.is-desktop .event-tiles .news__eventdate,
  body.is-desktop .news .news__eventdate,
  body.is-desktop .news-list .news__eventdate {
    font-size: 13.3px;
    line-height: 16px;
    font-weight: 700;
    color: #006292;
  }
  body.is-desktop .event-tiles .news__headline,
  body.is-desktop .news .news__headline,
  body.is-desktop .news-list .news__headline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    margin: 0 0 4px;
    padding: 0;
    font-size: 13.3px;
    line-height: 15.1px;
    font-weight: 700;
    color: #373737;
  }
  body.is-desktop .event-tiles .news__eventdate,
  body.is-desktop .news .news__eventdate,
  body.is-desktop .news-list .news__eventdate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.is-desktop .event-tiles .news__summary,
  body.is-desktop .news .news__summary,
  body.is-desktop .news-list .news__summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    font-size: 11.4px;
    line-height: 14.3px;
    font-weight: 400;
    color: #373737;
  }
  body.is-desktop .event-tiles .news__eventdate ~ .news__summary,
  body.is-desktop .news .news__eventdate ~ .news__summary,
  body.is-desktop .news-list .news__eventdate ~ .news__summary {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  body.is-desktop .event-tiles .news__list-item-footer,
  body.is-desktop .news .news__list-item-footer,
  body.is-desktop .news-list .news__list-item-footer {
    padding-top: 2px;
  }
  body.is-desktop .event-tiles .news__readmore,
  body.is-desktop .news .news__readmore,
  body.is-desktop .news-list .news__readmore {
    font-size: 11.4px;
    line-height: 16px;
    font-weight: 700;
    color: #006292;
  }
  body.is-desktop .event-tiles .news__readmore::before,
  body.is-desktop .news .news__readmore::before,
  body.is-desktop .news-list .news__readmore::before {
    margin-right: 5px;
    font-size: 9px;
  }
  body.is-desktop .event-tiles .news__newsdate,
  body.is-desktop .news .news__newsdate,
  body.is-desktop .news-list .news__newsdate {
    display: none;
  }
  body.is-desktop .banner-container {
    padding: 14px 14px 14px !important;
    background: #fff;
    min-height: 0;
  }
  body.is-desktop .banner-container > .portlet-header-steady {
    margin: -14px -14px 14px;
  }
  body.is-desktop .banner-container a {
    display: block;
    width: 100%;
    min-width: 0;
    line-height: 0;
  }
  body.is-desktop .banner-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  body.is-desktop .banner-container.white-background {
    padding: 12px 12px 12px !important;
  }
  body.is-desktop .banner-container.white-background:not(.searchmodule):not(.no-background) > .portlet-header-steady {
    margin: -12px -12px 12px;
  }
  body.is-desktop .banner-container.mobile-wistjedat > .portlet-header-steady {
    background: #262626;
  }
  body.is-desktop .didyouknow {
    flex-direction: column;
    margin: 0;
    box-shadow: none;
  }
  body.is-desktop .didyouknow .didyouknow__label {
    align-self: flex-start;
    height: 34px;
    padding: 0 24px 0 13px;
    font-size: 21px;
  }
  body.is-desktop .didyouknow .didyouknow__icon {
    top: -1.5px;
    width: 20px;
    height: 20px;
  }
  body.is-desktop .didyouknow .didyouknow__text {
    align-self: auto;
    padding: 10px 13px 16px;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
  }
  body.is-desktop .didyouknow + .quick-nav,
  body.is-desktop .didyouknow-slot + .quick-nav {
    margin-top: 0;
  }
  body.is-desktop .quick-nav {
    margin-top: 24px;
    padding: 0;
    background: none;
  }
  body.is-desktop .quick-nav .quick-nav-footer {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 21px 0 33px 13px;
    background: #000;
  }
  body.is-desktop .quick-nav .quick-nav__title {
    margin: 0 0 14px;
    padding: 0 13px 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  body.is-desktop .quick-nav .quick-nav__list,
  body.is-desktop .quick-nav .quick-nav__list.quick-nav__list-types {
    display: grid;
    grid-template-columns: 52% minmax(0, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(var(--quick-nav-mobile-rows, 40), auto);
    gap: 0;
    margin: 0;
    padding: 0;
  }
  body.is-desktop .quick-nav .quick-nav__link {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.is-desktop .search-layout,
  body.is-desktop .search-layout:not(.address-search-layout) {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: none;
  }
  body.is-desktop .search-layout .sidebar,
  body.is-desktop .search-layout .main,
  body.is-desktop .search-layout:not(.address-search-layout) .sidebar,
  body.is-desktop .search-layout:not(.address-search-layout) .main {
    flex: none;
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 0;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  body.is-desktop .search-layout .list-navigation__header::before,
  body.is-desktop .search-layout:not(.address-search-layout) .list-navigation__header::before {
    display: none;
  }
  body.is-desktop .search-layout .list-navigation__main,
  body.is-desktop .search-layout section.motorcycles-view,
  body.is-desktop .search-layout:not(.address-search-layout) .list-navigation__main,
  body.is-desktop .search-layout:not(.address-search-layout) section.motorcycles-view {
    background: #e0e0e0;
  }
  body.is-desktop .list-navigation {
    margin: 0;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile {
    display: block;
    padding: 19px 0 0 16px;
    background: none;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container {
    display: block;
    margin: 0 0 0 1px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container .list-navigation__count-mobile-highlight {
    color: #ffd400;
    font-weight: 700;
    text-transform: uppercase;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile:has(.list-navigation__count-mobile-container--titled) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile:has(.list-navigation__count-mobile-container--titled) .list-navigation__count-mobile-container--titled {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile:has(.list-navigation__count-mobile-container--titled) .listnav-filter-sort-container {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile:has(.list-navigation__count-mobile-container--titled) .listnav-filter-sort-container .list-navigation__sort-mobile.has-selection {
    max-width: 100%;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container--titled .list-navigation__page-title {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container--titled .list-navigation__page-title-icon {
    flex: 0 0 auto;
    width: 16px;
    height: 17px;
    margin-top: -1px;
    fill: #ef1924;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container--titled .list-navigation__page-title-count {
    display: block;
    margin-top: 3px;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile .list-navigation__count-mobile-container--titled .list-navigation__page-title-count .list-navigation__count-mobile-suffix {
    color: inherit;
    font-weight: inherit;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile .listnav-filter-sort-container {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 30px;
    margin: 13px 0 0;
    padding-right: 15px;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile .listnav-filter-sort-container.listnav-filter-sort-container--sort-only {
    justify-content: flex-end;
  }
  body.is-desktop .list-navigation .list-navigation__header--mobile .list-navigation__sort--hidden-mobile {
    display: none;
  }
  body.is-desktop .list-navigation .listnav-search-module-filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #f9dc17;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    min-width: 98px;
    height: 30px;
    padding: 0 12px 0 13px;
    gap: 8px;
    font-size: 11px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  body.is-desktop .list-navigation .listnav-search-module-filter-button img {
    width: 13px;
    height: 16px;
    margin: 0;
  }
  body.is-desktop .list-navigation .list-navigation__main {
    margin-top: 19px;
    padding: 0;
    gap: 0;
    background: #e0e0e0;
  }
  body.is-desktop .list-navigation .list-navigation__filters {
    margin: 0;
    padding: 14px 0 13px;
    max-height: none;
    border: 0;
    border-radius: 0;
    background: #f9f9f9;
    font-size: 13px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body.is-desktop .list-navigation .list-navigation__filters::-webkit-scrollbar {
    display: none;
  }
  body.is-desktop .list-navigation .list-navigation__filters .list-navigation__filters-list {
    box-sizing: border-box;
    flex-wrap: nowrap;
    gap: 7.5px;
    padding: 0 0 0 16px;
    border: 0;
    border-radius: 0;
    background: none;
  }
  body.is-desktop .list-navigation .list-navigation__filters .list-navigation__filter {
    flex-shrink: 0;
    box-sizing: border-box;
    height: 26px;
    padding: 0 8px 0 6px;
    gap: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    font-size: 13px;
    line-height: 24px;
    color: #000;
    white-space: nowrap;
  }
  body.is-desktop .list-navigation .list-navigation__filters .list-navigation__filter[data-filter-key=brand], body.is-desktop .list-navigation .list-navigation__filters .list-navigation__filter[data-filter-key=type] {
    text-transform: uppercase;
  }
  body.is-desktop .list-navigation .list-navigation__filters .filter-remove {
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
  }
  body.is-desktop .list-navigation .list-navigation__filters .filter-remove::before, body.is-desktop .list-navigation .list-navigation__filters .filter-remove::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(9px * 1.35);
    height: 2px;
    border-radius: 1px;
    background: #000;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.is-desktop .list-navigation .list-navigation__filters .filter-remove::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  body.is-desktop .list-navigation .list-navigation__filters .filter-remove:hover {
    background: none;
  }
  body.is-desktop .list-navigation .list-navigation__filters .list-navigation__reset-filters {
    position: sticky;
    right: 0;
    z-index: 1;
    flex-shrink: 0;
    padding: 0 16px 0 12px;
    background: #f9f9f9;
  }
  body.is-desktop .list-navigation .list-navigation__filters .list-navigation__reset-filters::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 22px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.35) 100%);
    opacity: 0;
    transition: opacity 0.15s;
    pointer-events: none;
  }
  body.is-desktop .list-navigation .list-navigation__filters.has-hidden-chips .list-navigation__reset-filters::before {
    opacity: 1;
  }
  body.is-desktop .list-navigation .list-navigation__filters .list-navigation__reset-filters {
    line-height: 26px;
    white-space: nowrap;
  }
  body.is-desktop .list-navigation .list-navigation__filters .list-navigation__reset-filters .list-navigation__reset {
    margin-left: 0;
    font-size: 13px;
    font-weight: 700;
    color: #006292;
  }
  body.is-desktop .list-navigation .list-navigation__footer {
    padding: 16px 0 0;
    background: none;
  }
  body.is-desktop .list-navigation .list-navigation__footer .list-navigation__footer-row {
    justify-content: flex-end;
  }
  body.is-desktop .list-navigation .list-navigation__footer .list-navigation__block--bottom {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px 0 16px;
    justify-content: center;
  }
  body.is-desktop .list-navigation.footer {
    padding: 16px 15px 16px 16px;
    background: #e0e0e0;
  }
  body.is-desktop .list-navigation.footer .list-navigation__block--bottom {
    width: 100%;
    justify-content: center;
  }
  body.is-desktop .list-navigation.footer:not(:has(.list-navigation__pagination > *)) {
    display: none;
  }
  body.is-desktop .search-layout .no-favorite-results-container.favorites-empty {
    margin: 16px 16px;
    padding: 28px 16px;
    background: #f1f1f1;
    border: 0;
    border-radius: 5px;
  }
  body.is-desktop .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__title {
    font-size: 18px;
    line-height: 24px;
  }
  body.is-desktop .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__text {
    font-size: 14px;
    line-height: 21px;
  }
  body.is-desktop .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__actions {
    flex-direction: column;
    width: 100%;
  }
  body.is-desktop .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__button {
    width: 100%;
  }
  body.is-desktop .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__brand {
    flex-direction: column;
    width: 100%;
    gap: 6px;
  }
  body.is-desktop .search-layout .no-favorite-results-container.favorites-empty .favorites-empty__brand .select-style {
    width: 100%;
  }
  body.is-desktop .search-layout .main-results-container section.motorcycles-view.favorites-pending {
    min-height: 0;
    padding: 44px 0 60px;
  }
  body.is-desktop .search-layout .main-results-container section.motorcycles-view.favorites-pending .favorites-pending__text {
    font-size: 15px;
    font-weight: 600;
    color: #111;
  }
  body.is-desktop .inventory-progress-bar--list-mobile.is-active {
    display: block;
  }
  body.is-desktop .favorite-sticky-bar {
    display: block;
    position: sticky;
    top: 53px;
    z-index: 150;
    height: 0;
    overflow: visible;
    pointer-events: none;
  }
  body.is-desktop .favorite-sticky-bar .favorite-sticky-bar__inner {
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    height: 46px;
    padding: 0 15px 0 16px;
    background: rgba(20, 20, 20, 0.96);
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0s linear 0.25s;
  }
  body.is-desktop .favorite-sticky-bar.is-stuck .favorite-sticky-bar__inner {
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0s;
  }
  body.is-desktop .favorite-sticky-bar .favorite-sticky-bar__title {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 6px;
    color: #ffd400;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
  }
  body.is-desktop .favorite-sticky-bar .favorite-sticky-bar__title .icon-heart {
    width: 14px;
    height: 15px;
    margin-top: -1px;
    fill: #ef1924;
  }
  body.is-desktop .favorite-sticky-bar .favorite-sticky-bar__count {
    flex: 0 0 auto;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
  }
  body.is-desktop .favorite-sticky-bar:has(.list-navigation__sort-mobile.has-selection) .favorite-sticky-bar__count {
    display: none;
  }
  body.is-desktop .list-navigation .list-navigation__sort-mobile,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile,
  body.is-desktop .sale-header .list-navigation__sort-mobile {
    position: relative;
    display: block !important;
    width: 30px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: none;
    overflow: visible;
    transition: none;
  }
  body.is-desktop .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle,
  body.is-desktop .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #f9dc17;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
    gap: 0;
    font-size: 11px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  body.is-desktop .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle::after,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle::after,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle::after,
  body.is-desktop .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle::after {
    content: "";
    position: absolute;
    inset: -7px;
  }
  body.is-desktop .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle img,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle img,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle img,
  body.is-desktop .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle img {
    width: 19px;
    height: 14px;
  }
  body.is-desktop .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-label,
  body.is-desktop .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-current,
  body.is-desktop .list-navigation .list-navigation__sort-mobile .list-navigation__sort-mobile-close,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-label,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-current,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-close,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-label,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-current,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile .list-navigation__sort-mobile-close,
  body.is-desktop .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-label,
  body.is-desktop .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-current,
  body.is-desktop .sale-header .list-navigation__sort-mobile .list-navigation__sort-mobile-close {
    display: none;
  }
  body.is-desktop .list-navigation .list-navigation__sort-mobile.has-selection,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile.has-selection,
  body.is-desktop .sale-header .list-navigation__sort-mobile.has-selection {
    width: auto;
    min-width: 30px;
    max-width: calc(100% - 106px);
    flex: 0 1 auto;
  }
  body.is-desktop .list-navigation .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-toggle,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-toggle,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-toggle,
  body.is-desktop .sale-header .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-toggle {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 10px 0 9px;
  }
  body.is-desktop .list-navigation .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current,
  body.is-desktop .sale-header .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current {
    display: block;
    min-width: 0;
    overflow: hidden;
    font-size: 11px;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body.is-desktop .list-navigation .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current strong,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current strong,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current strong,
  body.is-desktop .sale-header .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current strong {
    font-weight: 700;
  }
  body.is-desktop .list-navigation .list-navigation__sort-mobile.is-expanded .list-navigation__sort-mobile-toggle,
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile.is-expanded .list-navigation__sort-mobile-toggle,
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile.is-expanded .list-navigation__sort-mobile-toggle,
  body.is-desktop .sale-header .list-navigation__sort-mobile.is-expanded .list-navigation__sort-mobile-toggle {
    background: #1a1a1a;
    border-color: #fff;
  }
  body.is-desktop .sort-sheet {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 300;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear 0.3s;
  }
  body.is-desktop .sort-sheet .sort-sheet__scrim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  body.is-desktop .sort-sheet .sort-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-height: calc(100dvh - 56px);
    padding-bottom: env(safe-area-inset-bottom, 0);
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.3);
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  body.is-desktop .sort-sheet.is-open {
    visibility: visible;
    pointer-events: auto;
    transition: visibility 0s;
  }
  body.is-desktop .sort-sheet.is-open .sort-sheet__scrim {
    opacity: 1;
  }
  body.is-desktop .sort-sheet.is-open .sort-sheet__panel {
    transform: none;
  }
  body.is-desktop .sort-sheet .sort-sheet__handle {
    flex: 0 0 auto;
    width: 36px;
    height: 4px;
    margin: 8px auto 0;
    border-radius: 2px;
    background: #cfcfcf;
  }
  body.is-desktop .sort-sheet .sort-sheet__header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 4px 6px 4px 20px;
    border-bottom: 1px solid #eee;
  }
  body.is-desktop .sort-sheet .sort-sheet__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
  body.is-desktop .sort-sheet .sort-sheet__close {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  body.is-desktop .sort-sheet .sort-sheet__close::before, body.is-desktop .sort-sheet .sort-sheet__close::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 21px;
    width: 20px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
  }
  body.is-desktop .sort-sheet .sort-sheet__close::after {
    transform: rotate(-45deg);
  }
  body.is-desktop .sort-sheet .sort-sheet__list {
    flex: 1 1 auto;
    margin: 0;
    padding: 0 0 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    list-style: none;
  }
  body.is-desktop .sort-sheet .sort-sheet__list li {
    margin: 0;
  }
  body.is-desktop .sort-sheet .sort-sheet__list li + li {
    border-top: 1px solid #f0f0f0;
  }
  body.is-desktop .sort-sheet .list-navigation__sort-mobile-option {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 0 20px 0 50px;
    border: 0;
    background: none;
    text-align: left;
    font-family: inherit;
    font-size: 15px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  body.is-desktop .sort-sheet .list-navigation__sort-mobile-option strong {
    font-weight: 700;
  }
  body.is-desktop .sort-sheet .list-navigation__sort-mobile-option:active {
    background: #f2f2f2;
  }
  body.is-desktop .sort-sheet .list-navigation__sort-mobile-option.is-active {
    background: #fff8d1;
  }
  body.is-desktop .sort-sheet .list-navigation__sort-mobile-option.is-active::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 16px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
  }
  body.is-desktop .filter-sheet {
    display: block;
    position: fixed;
    top: var(--sheet-top, 0);
    left: 0;
    right: 0;
    height: calc(var(--sheet-height, 100%) - var(--sheet-bottom, 0px));
    z-index: 300;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear 0.3s;
  }
  body.is-desktop .filter-sheet .filter-sheet__scrim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  body.is-desktop .filter-sheet .filter-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-height: 90%;
    padding-bottom: env(safe-area-inset-bottom, 0);
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.3);
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
  }
  body.is-desktop .filter-sheet.filter-sheet--tall .filter-sheet__panel {
    height: 90%;
  }
  body.is-desktop .filter-sheet.is-open {
    visibility: visible;
    pointer-events: auto;
    transition: visibility 0s;
  }
  body.is-desktop .filter-sheet.is-open .filter-sheet__scrim {
    opacity: 1;
  }
  body.is-desktop .filter-sheet.is-open .filter-sheet__panel {
    transform: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__grip {
    flex: 0 0 auto;
    touch-action: none;
    cursor: grab;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__handle {
    width: 36px;
    height: 4px;
    margin: 8px auto 0;
    border-radius: 2px;
    background: #cfcfcf;
  }
  body.is-desktop .filter-sheet .filter-sheet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 6px 4px 20px;
    border-bottom: 1px solid #eee;
  }
  body.is-desktop .filter-sheet .filter-sheet__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
  body.is-desktop .filter-sheet .filter-sheet__close {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  body.is-desktop .filter-sheet .filter-sheet__close::before, body.is-desktop .filter-sheet .filter-sheet__close::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 21px;
    width: 20px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
  }
  body.is-desktop .filter-sheet .filter-sheet__close::after {
    transform: rotate(-45deg);
  }
  body.is-desktop .filter-sheet .filter-sheet__search {
    flex: 0 0 auto;
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
    background: #fff;
  }
  body.is-desktop .filter-sheet .filter-sheet__search[hidden] {
    display: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__search-input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #f6f6f6;
    font-family: inherit;
    font-size: 16px;
    line-height: 38px;
    color: #000;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__search-input:focus {
    outline: none;
    border-color: #000;
    background: #fff;
  }
  body.is-desktop .filter-sheet .filter-sheet__search-input::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__list {
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    padding: 0 0 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  body.is-desktop .filter-sheet .filter-sheet__section {
    position: relative;
  }
  body.is-desktop .filter-sheet .filter-sheet__group {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 8px 16px 6px;
    border-bottom: 1px solid #e3e3e3;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #555;
    transition: box-shadow 0.15s ease;
  }
  body.is-desktop .filter-sheet .filter-sheet__group.is-stuck {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  body.is-desktop .filter-sheet .filter-sheet__group.filter-sheet__group--selected {
    background: #fff3b0;
    color: #4a3d00;
  }
  body.is-desktop .filter-sheet .filter-sheet__group:has(.filter-sheet__group-count) {
    display: flex;
    align-items: center;
  }
  body.is-desktop .filter-sheet .filter-sheet__group .filter-sheet__group-count {
    margin-left: auto;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__empty {
    padding: 24px 20px;
    font-size: 15px;
    color: #666;
    text-align: center;
  }
  body.is-desktop .filter-sheet .filter-sheet__option {
    display: flex;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 40px;
    align-items: center;
    gap: 12px;
    padding: 0 20px 0 46px;
    border: 0;
    border-top: 1px solid #f0f0f0;
    background: none;
    text-align: left;
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  body.is-desktop .filter-sheet .filter-sheet__option:first-child, .filter-sheet__group + body.is-desktop .filter-sheet .filter-sheet__option {
    border-top: 0;
  }
  body.is-desktop .filter-sheet .filter-sheet__option:active {
    background: #f2f2f2;
  }
  body.is-desktop .filter-sheet .filter-sheet__option.is-active {
    background: #fff8d1;
  }
  body.is-desktop .filter-sheet .filter-sheet__option.is-active::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: 1px solid #000;
    border-radius: 3px;
    background: #000;
  }
  body.is-desktop .filter-sheet .filter-sheet__option.is-active::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 5px;
    height: 10px;
    margin-top: -7px;
    border: solid #f9dc17;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
  }
  body.is-desktop .filter-sheet .filter-sheet__option.filter-sheet__option--empty {
    color: #555;
    font-style: italic;
  }
  body.is-desktop .filter-sheet .filter-sheet__option.is-unavailable {
    color: #b0b0b0;
    cursor: default;
  }
  body.is-desktop .filter-sheet .filter-sheet__option.is-unavailable .filter-sheet__option-count {
    color: #c4c4c4;
  }
  body.is-desktop .filter-sheet .filter-sheet__option-label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.is-desktop .filter-sheet .filter-sheet__option-count {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 400;
    color: #777;
  }
  body.is-desktop .filter-sheet .filter-sheet__option-count[hidden] {
    display: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__option-badge {
    display: inline-block;
    vertical-align: 1px;
    height: 17px;
    margin-left: 8px;
    padding: 0 6px;
    border-radius: 3px;
    background: #f9dc17;
    font-size: 11px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #1a1a1a;
  }
  body.is-desktop .filter-sheet .filter-sheet__footer {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    padding: 10px 16px 12px;
    border-top: 1px solid #eee;
    background: #fff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  }
  body.is-desktop .filter-sheet .filter-sheet__footer[hidden] {
    display: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__status {
    padding: 0 2px 8px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
  }
  body.is-desktop .filter-sheet .filter-sheet__status strong {
    font-weight: 700;
    color: #000;
  }
  body.is-desktop .filter-sheet .filter-sheet__status[hidden] {
    display: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__actions {
    display: flex;
    gap: 12px;
  }
  body.is-desktop .filter-sheet .filter-sheet__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #f9dc17;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    flex: 0 0 auto;
    height: 44px;
    margin: 0;
    padding: 0 16px;
    white-space: nowrap;
    font-size: 16px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  body.is-desktop .filter-sheet .filter-sheet__clear[hidden] {
    display: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__done {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    color: #1a1a1a;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    flex: 1 1 auto;
    width: 100%;
    height: 44px;
    font-size: 16px;
  }
  body.is-desktop .filter-sheet .filter-sheet__clear,
  body.is-desktop .filter-sheet .filter-sheet__done.filter-sheet__done--neutral {
    border: 1px solid #000;
    background: #fff;
    color: #000;
  }
  body.is-desktop .filter-sheet .filter-sheet__done.is-disabled,
  body.is-desktop .filter-sheet .filter-sheet__done:disabled {
    border: 1px solid #cfcfcf;
    background: #e6e6e6;
    color: #8a8a8a;
    cursor: not-allowed;
  }
  body.is-desktop .filter-sheet .filter-sheet__unit {
    margin-left: auto;
    margin-right: 6px;
    border-color: #cfcfcf;
  }
  body.is-desktop .filter-sheet .filter-sheet__unit .unit-switch__option {
    color: #333;
  }
  body.is-desktop .filter-sheet .filter-sheet__unit .unit-switch__option.is-on {
    background: #f9dc17;
    color: #111;
  }
  body.is-desktop .filter-sheet .filter-sheet__unit[hidden] {
    display: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__input {
    flex: 0 0 auto;
    padding: 10px 16px 6px;
    background: #fff;
  }
  body.is-desktop .filter-sheet .filter-sheet__input[hidden] {
    display: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-box {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #f6f6f6;
    font-size: 16px;
    color: #000;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-box:focus-within {
    border-color: #1a1a1a;
    background: #fff;
    box-shadow: 0 0 0 1px #1a1a1a;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-box.is-invalid {
    border-color: #e30013;
    background: #fff;
    box-shadow: 0 0 0 1px #e30013;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-prefix {
    flex: 0 0 auto;
    margin-right: 4px;
    font-weight: 700;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-prefix[hidden] {
    display: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-field {
    flex: 1 1 auto;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-field::-moz-placeholder {
    font-weight: 400;
    color: #8a8a8a;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-field::placeholder {
    font-weight: 400;
    color: #8a8a8a;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-unit {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    height: 22px;
    margin-left: 8px;
    padding: 0 9px;
    border: 1px solid #d3d3d3;
    border-radius: 11px;
    background: #ececec;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #333;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-unit[hidden] {
    display: none;
  }
  .is-invalid body.is-desktop .filter-sheet .filter-sheet__input-unit {
    border-color: rgba(227, 0, 19, 0.45);
    background: rgba(227, 0, 19, 0.08);
    color: #b1110f;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-help {
    padding: 6px 2px 0;
    font-size: 12px;
    line-height: 16px;
    color: #555;
  }
  body.is-desktop .filter-sheet .filter-sheet__input-help.is-error {
    font-weight: 600;
    color: #c8000f;
  }
  body.is-desktop .filter-sheet .filter-sheet__note {
    flex: 0 0 auto;
    padding: 8px 20px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background: #f3f3f3;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #555;
  }
  body.is-desktop .filter-sheet .filter-sheet__note[hidden] {
    display: none;
  }
  body.is-desktop .filter-sheet .filter-sheet__option.filter-sheet__option--use {
    background: #fff8d1;
    font-weight: 700;
  }
  body.is-desktop .filter-sheet .filter-sheet__option.filter-sheet__option--use::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: 1px solid #d9b900;
    border-radius: 3px;
    background: #f9dc17;
  }
  body.is-desktop .filter-sheet .filter-sheet__option.filter-sheet__option--use::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 5px;
    height: 10px;
    margin-top: -7px;
    border: solid #111;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
  }
  body.is-desktop .searchmodule .searchform .select-style,
  body.is-desktop .searchmodule.address-filter-module .address-search .select-style {
    cursor: pointer;
  }
  body.is-desktop .searchmodule .searchform .select-style > select[data-key], body.is-desktop .searchmodule .searchform .select-style.select-style--tom .ts-wrapper,
  body.is-desktop .searchmodule.address-filter-module .address-search .select-style > select[data-key],
  body.is-desktop .searchmodule.address-filter-module .address-search .select-style.select-style--tom .ts-wrapper {
    pointer-events: none;
  }
  body.is-desktop .searchmodule .searchform .select-style.select-style--tom .ts-control::after,
  body.is-desktop .searchmodule.address-filter-module .address-search .select-style.select-style--tom .ts-control::after {
    pointer-events: none;
  }
  body.is-desktop .searchmodule .searchform .select-style.select-style--tom .ts-control .item .remove,
  body.is-desktop .searchmodule.address-filter-module .address-search .select-style.select-style--tom .ts-control .item .remove {
    pointer-events: auto;
  }
  body.is-desktop .searchmodule .searchform .select-style.select-style--tom .ts-dropdown,
  body.is-desktop .searchmodule.address-filter-module .address-search .select-style.select-style--tom .ts-dropdown {
    display: none !important;
  }
  body.is-desktop .list-navigation__pagination {
    display: flex;
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  body.is-desktop .list-navigation__pagination .pagination {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 34px;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 15px;
    line-height: 38px;
    color: #000;
  }
  body.is-desktop .list-navigation__pagination .pagination:not(:first-child) {
    border-left: 0;
  }
  body.is-desktop .list-navigation__pagination .pagination-current {
    background: #f9dc17;
  }
  body.is-desktop .list-navigation__pagination .pagination-prev,
  body.is-desktop .list-navigation__pagination .pagination-next {
    width: 32px;
    min-width: 32px;
    height: 40px;
    padding: 0;
  }
  body.is-desktop .list-navigation__pagination:has(> :nth-child(7)) {
    width: 100%;
  }
  body.is-desktop .list-navigation__pagination:has(> :nth-child(7)) .pagination {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 4px;
  }
  body.is-desktop .list-navigation__pagination:has(> :nth-child(7)) .pagination-prev,
  body.is-desktop .list-navigation__pagination:has(> :nth-child(7)) .pagination-next {
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 900px) and (max-width: 374px) {
  body.is-desktop .list-navigation__pagination .pagination {
    min-width: 30px;
    padding: 0 6px;
  }
  body.is-desktop .list-navigation__pagination .pagination-prev,
  body.is-desktop .list-navigation__pagination .pagination-next {
    width: 28px;
    min-width: 28px;
  }
}
@media (max-width: 900px) {
  body.is-desktop .list-navigation__pagination .pagination-prev::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #000;
  }
  body.is-desktop .list-navigation__pagination .pagination-next::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000;
  }
  body.is-desktop .main-results-container {
    padding: 17px 16px 0 16px;
    background: #e0e0e0;
  }
  body.is-desktop .dealer-layout.dealer-detail {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: none;
  }
  body.is-desktop .dealer-layout.dealer-detail > .main {
    flex: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    background: #e0e0e0;
  }
  body.is-desktop .dealer-layout.dealer-detail > .sidebar-right {
    display: none;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-detail__dealer-information {
    padding: 16px 16px 18px;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__phone-reveal-wrap .dealer-information__phone-reveal-trigger {
    display: none;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__phone-reveal-wrap .dealer-information__phone-reveal-link {
    display: flex;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper {
    position: relative;
    aspect-ratio: auto;
    padding-bottom: 38px;
    background: #606060;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__main-photo {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    box-shadow: none;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-prev,
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-next {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: none;
    width: 37px;
    height: 38px;
    border-radius: 0;
    border: none;
    background: none;
    color: transparent;
    font-size: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-prev .icon-chevron,
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-next .icon-chevron {
    display: none;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-prev::before,
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-next::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-prev {
    left: 0;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-prev::before {
    border-right: 9px solid #fff;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-next {
    right: 0;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-next::before {
    border-left: 9px solid #fff;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-information__main-photo-wrapper .dealer-information__image-counter {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  body.is-desktop .dealer-layout.dealer-detail > .main > h2 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
    margin: 0;
    padding: 0 0 0 9px;
    line-height: 37px;
    background: #373737;
    color: #fff;
    font-size: 13.3px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
  }
  body.is-desktop .dealer-layout.dealer-detail > .main > h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
    -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    pointer-events: none;
  }
  body.is-desktop .dealer-layout.dealer-detail > .main > h2 h2, body.is-desktop .dealer-layout.dealer-detail > .main > h2 .h2-heading {
    margin: 0;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 37px;
  }
  body.is-desktop .dealer-layout.dealer-detail > .main > h2 {
    height: auto;
    min-height: 37px;
    padding: 9px 56px 9px 16px;
    font-size: 13.3px;
    line-height: 19px;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }
  body.is-desktop .dealer-layout.dealer-detail > .main > section.motorcycles-view:not(.searchmodule) {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 16px 16px;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-motorcycles__status {
    box-sizing: border-box;
    padding: 0 16px 16px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #444;
  }
  body.is-desktop .dealer-layout.dealer-detail .dealer-motorcycles__status:empty, body.is-desktop .dealer-layout.dealer-detail .dealer-motorcycles__status[hidden] {
    display: none;
  }
  body.is-desktop .search-layout section.motorcycles-view:not(.searchmodule),
  body.is-desktop .dealer-layout section.motorcycles-view:not(.searchmodule),
  body.is-desktop .main-results-container section.motorcycles-view:not(.searchmodule) {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  body.is-desktop .search-layout section.motorcycles-view:not(.searchmodule).block-list,
  body.is-desktop .dealer-layout section.motorcycles-view:not(.searchmodule).block-list,
  body.is-desktop .main-results-container section.motorcycles-view:not(.searchmodule).block-list {
    display: flex;
  }
  body.is-desktop .search-layout section.motorcycles-view:not(.searchmodule) .cdt,
  body.is-desktop .dealer-layout section.motorcycles-view:not(.searchmodule) .cdt,
  body.is-desktop .main-results-container section.motorcycles-view:not(.searchmodule) .cdt {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 17px;
    color: #000;
  }
  body.is-desktop .search-layout section.motorcycles-view:not(.searchmodule) .cdt h1,
  body.is-desktop .search-layout section.motorcycles-view:not(.searchmodule) .cdt h2,
  body.is-desktop .search-layout section.motorcycles-view:not(.searchmodule) .cdt h3,
  body.is-desktop .dealer-layout section.motorcycles-view:not(.searchmodule) .cdt h1,
  body.is-desktop .dealer-layout section.motorcycles-view:not(.searchmodule) .cdt h2,
  body.is-desktop .dealer-layout section.motorcycles-view:not(.searchmodule) .cdt h3,
  body.is-desktop .main-results-container section.motorcycles-view:not(.searchmodule) .cdt h1,
  body.is-desktop .main-results-container section.motorcycles-view:not(.searchmodule) .cdt h2,
  body.is-desktop .main-results-container section.motorcycles-view:not(.searchmodule) .cdt h3 {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
  }
  body.is-desktop .search-layout section.motorcycles-view:not(.searchmodule) .cdt p,
  body.is-desktop .dealer-layout section.motorcycles-view:not(.searchmodule) .cdt p,
  body.is-desktop .main-results-container section.motorcycles-view:not(.searchmodule) .cdt p {
    margin: 0 0 8px;
  }
  body.is-desktop .no-results-wrapper {
    background: #e0e0e0;
  }
  body.is-desktop .no-results-wrapper:not(:empty) {
    padding-bottom: 17px;
  }
  body.is-desktop .no-results-wrapper .motorcycle-no-results {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 22px 16px 24px;
    background: #fff;
    border: 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
    color: #333;
    text-align: center;
  }
  body.is-desktop .no-results-wrapper .motorcycle-no-results .motorcycle-no-results__content {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  body.is-desktop .no-results-wrapper .motorcycle-no-results .motorcycle-no-results__title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #333;
  }
  body.is-desktop .no-results-wrapper .motorcycle-no-results .motorcycle-no-results__text {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
    color: #333;
  }
  body.is-desktop .main-results-container .didyouknow {
    margin: 0;
  }
  body.is-desktop .search-layout + .quick-nav {
    margin-top: 0;
  }
  body.is-desktop .tabnav-search.is-visible {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    box-sizing: border-box;
    height: 42px;
    margin: 0 0;
    padding: 0 15px 0 16px;
    background: #f9dc17;
    font-size: 13px;
    font-weight: 600;
    color: #1d1d1b;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }
  body.is-desktop .tabnav-search.is-visible .search-filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-sizing: border-box;
    min-width: 98px;
    height: 30px;
    padding: 0 12px 0 13px;
    gap: 8px;
    border: 0;
    border-radius: 6px;
    background: #f8f8f8;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    color: #1a1a1a;
  }
  body.is-desktop .tabnav-search.is-visible .search-filter-button img {
    width: 13px;
    height: 16px;
    margin: 0;
  }
  body.is-desktop .tabnav-search.is-visible div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.is-desktop .tabnav-search.is-visible .search-result-count,
  body.is-desktop .tabnav-search.is-visible .search-result-brand-name {
    font-weight: 700;
    text-transform: uppercase;
  }
  body.is-desktop .sticky-searchmodule-overlay {
    position: sticky;
    z-index: 220;
    bottom: 0;
    padding: 19px 16px 20px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.55);
  }
  body.is-desktop .searchmodule .sticky-searchmodule-overlay {
    position: fixed;
    bottom: -1px;
  }
  body.is-desktop .searchmodule .sticky-searchmodule-overlay {
    z-index: 10;
  }
  body.is-desktop .sticky-searchmodule-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    color: #1a1a1a;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    width: 228px;
    height: 39px;
    padding: 0;
    gap: 10px;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  }
  body.is-desktop .sticky-searchmodule-button img {
    width: 16px;
    height: 20px;
    margin: 0;
  }
  body.is-desktop .sticky-searchmodule-overlay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  body.is-desktop .sticky-searchmodule-overlay .sticky-searchmodule-button {
    flex: 1 1 auto;
    width: auto;
  }
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile {
    flex: 0 0 auto;
    width: 39px;
    min-width: 0;
    margin-left: 0;
    pointer-events: auto;
  }
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle {
    width: 39px;
    height: 39px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  }
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle::after {
    inset: -3px;
  }
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile .list-navigation__sort-mobile-toggle img {
    width: 22px;
    height: 16px;
  }
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
  }
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-toggle {
    gap: 6px;
    padding: 0 8px;
  }
  body.is-desktop .sticky-searchmodule-overlay .list-navigation__sort-mobile.has-selection .list-navigation__sort-mobile-current {
    font-size: 12px;
    line-height: 37px;
  }
  body.is-desktop .sticky-searchmodule-overlay:not(.searchmodule *):has(.list-navigation__sort-mobile.has-selection) .sticky-searchmodule-button {
    flex: 0 0 auto;
    width: auto;
    padding: 0 8px;
    gap: 6px;
    font-size: 14px;
  }
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile {
    flex: 0 0 auto;
    margin-left: auto;
  }
  body.is-desktop .favorite-sticky-bar .list-navigation__sort-mobile.has-selection {
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
  }
  body.is-desktop .searchmodule .sticky-searchmodule-overlay .list-navigation__sort-mobile {
    display: none !important;
  }
  body.is-desktop .searchmodule .sticky-searchmodule-overlay .sticky-searchmodule-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #f9dc17;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    flex: 0 0 104px;
    width: 104px;
    height: 39px;
    padding: 0;
    border-color: #b3b3b3;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  }
  body.is-desktop .searchmodule.search-module-search.is-collapsed {
    display: none;
  }
  body.is-desktop .searchmodule.search-module-search:not(.is-collapsed) {
    position: fixed;
    inset: 0;
    z-index: 210;
    box-sizing: border-box;
    height: 100dvh;
    min-height: 100vh;
    margin: 0;
    padding: 12px 19px 170px;
    background: linear-gradient(to right, #090909 0%, #3d3d3d 100%) !important;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body.is-desktop .searchmodule.search-module-search:not(.is-collapsed)::before {
    content: "";
    position: fixed;
    inset: 0 0 0 0;
    z-index: -1;
    pointer-events: none;
    background: url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp") no-repeat;
    background-size: 260% auto;
    background-position: 19.5% calc(100% + 90px);
    opacity: 0.4;
    -webkit-mask-image: linear-gradient(to top, #000 20px, rgba(0, 0, 0, 0.65) 130px, rgba(0, 0, 0, 0.15) 250px, transparent 370px);
    mask-image: linear-gradient(to top, #000 20px, rgba(0, 0, 0, 0.65) 130px, rgba(0, 0, 0, 0.15) 250px, transparent 370px);
  }
  body.is-desktop .searchmodule.search-module-search:not(.is-collapsed)::after {
    content: "";
    position: fixed;
    inset: 0 0 0 0;
    z-index: -1;
    pointer-events: none;
    background: url("/images/mobile/filter-overlay-triumph.webp") no-repeat;
    background-size: 190% auto;
    background-position: 70% -40px;
    opacity: 0.4;
    -webkit-mask-image: linear-gradient(to bottom, #000 20px, rgba(0, 0, 0, 0.55) 160px, rgba(0, 0, 0, 0.12) 320px, transparent 460px);
    mask-image: linear-gradient(to bottom, #000 20px, rgba(0, 0, 0, 0.55) 160px, rgba(0, 0, 0, 0.12) 320px, transparent 460px);
  }
  body.is-desktop .searchmodule.search-module-search:not(.is-collapsed) .portlet-header-steady,
  body.is-desktop .searchmodule.search-module-search:not(.is-collapsed) .tabnav-search {
    display: none;
  }
  body.is-desktop .searchmodule.search-module-search:not(.is-collapsed) .searchform-actions {
    display: none !important;
  }
  body.is-desktop .searchmodule.search-module-search:not(.is-collapsed) .search-module-search .searchform-main {
    margin-top: 0;
  }
  body.is-desktop .searchmodule.search-module-search .mobile-header {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  body.is-desktop .searchmodule.search-module-search .mobile-header .actions-container {
    display: flex;
    align-items: center;
    gap: 0;
    height: 30px;
    padding-bottom: 11px;
    border-bottom: 1px solid #555;
    box-sizing: content-box;
  }
  body.is-desktop .searchmodule.search-module-search .mobile-header .searchmodule-filter-button {
    display: none;
  }
  body.is-desktop .searchmodule.search-module-search .mobile-header .searchmodule-filter-button--unused {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #f9dc17;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    height: 30px;
    padding: 0 9px 0 13px;
    gap: 8px;
    font-size: 11.3px;
  }
  body.is-desktop .searchmodule.search-module-search .mobile-header .searchmodule-filter-button--unused img {
    width: 13px;
    height: 16px;
    margin: 0;
  }
  body.is-desktop .searchmodule.search-module-search .mobile-header .searchmodule-clear-filters {
    margin-left: auto;
    padding-right: 20px;
    font-size: 11.3px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
  }
  body.is-desktop .searchmodule.search-module-search .mobile-header .searchmodule-toggle {
    position: relative;
    box-sizing: border-box;
    width: 33px;
    height: 30px;
    padding: 0 0 0 17px;
    border: 0;
    border-left: 1px solid #fff;
    background: none;
    cursor: pointer;
  }
  body.is-desktop .searchmodule.search-module-search .mobile-header .searchmodule-toggle span {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-top: 0;
    font-size: 0;
    color: transparent;
  }
  body.is-desktop .searchmodule.search-module-search .mobile-header .searchmodule-toggle span::before, body.is-desktop .searchmodule.search-module-search .mobile-header .searchmodule-toggle span::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 7px;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
  }
  body.is-desktop .searchmodule.search-module-search .mobile-header .searchmodule-toggle span::after {
    transform: rotate(-45deg);
  }
  body.is-desktop .searchmodule.search-module-search .searchform {
    padding-top: 14px;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .searchform-main,
  body.is-desktop .searchmodule.search-module-search .searchform .searchform-row {
    gap: 9px;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .searchform-field {
    gap: 4px;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .availability-card {
    height: 38px;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .checkbox-style {
    padding-left: 23px;
    font-size: 13px;
    line-height: 18px;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .checkbox-style .checkmark {
    width: 13.5px;
    height: 13.5px;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .searchform-double-grid {
    gap: 20px;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .searchform-more {
    margin-top: 4px;
    padding-bottom: 8px;
    font-size: 15.1px;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .searchform-extra.open {
    margin-top: 0;
    gap: 9px;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .searchform-extra.open .searchform-row {
    gap: 9px;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .searchform-extra.open .checkbox-style {
    padding-left: 25px;
    line-height: 18px;
    text-transform: none;
  }
  body.is-desktop .searchmodule.search-module-search .searchform .searchform-extra.open .checkbox-style + .checkbox-style {
    margin-top: 1px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style {
    min-height: 34px;
    height: 34px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style::after {
    width: 36px;
    height: 34px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style select {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--range .range-field__prefix,
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--range .range-field__input {
    height: 34px;
    line-height: 34px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style:has(> select:not([multiple]) option:checked:not([value=""])) .select-style__label {
    top: 2px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style:has(> select:not([multiple]) option:checked:not([value=""])) select {
    padding-top: 11px;
    line-height: 20px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style:has(> select:not([data-key$=_vanaf]):not([data-key$=_tot]) option:checked:not([value=""])) select {
    padding-top: 0;
    line-height: 34px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--tom {
    height: auto;
  }
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--tom .ts-wrapper,
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--tom .ts-control {
    min-height: 34px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--tom .ts-control {
    line-height: 34px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--tom .ts-control > input::-moz-placeholder {
    font-size: 14px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--tom .ts-control,
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--tom .ts-control > input,
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--tom .ts-control > input::placeholder {
    font-size: 14px;
  }
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--tom .ts-control .item {
    font-size: 14px;
    color: #1a1a1a;
    text-transform: none;
  }
  body.is-desktop .searchmodule.search-module-search .select-style.select-style--tom .ts-control::after {
    width: 36px;
  }
  body.is-desktop .searchmodule.search-module-search .adres-container .input-style {
    min-height: 34px;
    height: 34px;
  }
  body.is-desktop .searchmodule.search-module-search .adres-container .input-style input[type=text] {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  body.is-desktop .motorcycle-back-button {
    margin: 0;
    padding: 28px 16px 12px;
    background: none;
    line-height: 14px;
  }
  body.is-desktop .motorcycle-back-button a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    box-sizing: border-box;
    height: 30px;
    padding: 0 13px 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.62);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #ffd400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    text-decoration: none;
  }
  body.is-desktop .motorcycle-back-button a .icon-chevron {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
  }
  body.is-desktop .motorcycle-back-button--bottom {
    padding: 16px 16px;
  }
  body.is-desktop .motorcycle-back-button--bottom + .quick-nav {
    margin-top: 0;
  }
  body.is-desktop .back-button {
    margin: 0;
    padding: 28px 16px 12px;
    background: none;
    line-height: 14px;
  }
  body.is-desktop .back-button a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    box-sizing: border-box;
    height: 30px;
    padding: 0 13px 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.62);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #ffd400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    text-decoration: none;
  }
  body.is-desktop .back-button a .icon-chevron {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
  }
  body.is-desktop .back-button--standalone {
    margin: 16px 0;
    padding: 0 16px;
  }
  body.is-desktop .motorcycle-layout {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    padding: 0;
    background: none;
  }
  body.is-desktop .motorcycle-layout > .main > .motorcycle-details > *,
  body.is-desktop .motorcycle-layout > .sidebar-right > * {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
  }
  body.is-desktop .motorcycle-layout .main,
  body.is-desktop .motorcycle-layout .sidebar-right,
  body.is-desktop .motorcycle-layout .motorcycle-details {
    display: contents;
  }
  body.is-desktop .motorcycle-layout section,
  body.is-desktop .motorcycle-layout section.margin-top-10 {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
    margin: 0;
    padding: 0 0 0 9px;
    line-height: 37px;
    background: #262626;
    color: #fff;
    font-size: 13.3px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
    -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    pointer-events: none;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady h2, body.is-desktop .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady .h2-heading {
    margin: 0;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 37px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady {
    order: 1;
    padding-left: 16px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady .h1-heading {
    display: block;
    min-width: 0;
    margin: 0;
    padding-right: 60px;
    font-size: 13.3px;
    line-height: 37px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details:not(.no-background) > .portlet-header-steady .motorcycle-year-part {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__images {
    order: 2;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: #fcfcfc;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper {
    position: relative;
    padding-bottom: 38px;
    background: #606060;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-btn {
    box-shadow: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-prev,
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-next {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: none;
    width: 37px;
    height: 38px;
    border-radius: 0;
    border: none;
    background: none;
    color: transparent;
    font-size: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-prev .icon-chevron,
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-next .icon-chevron {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-prev::before,
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-next::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-prev {
    left: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-prev::before {
    border-right: 9px solid #fff;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-next {
    right: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-next::before {
    border-left: 9px solid #fff;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__main-image-wrapper .motorcycle-details__image-counter {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage {
    box-shadow: none;
    background: #606060;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi {
    padding-bottom: 38px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-prev,
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-next {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: none;
    width: 37px;
    height: 38px;
    border-radius: 0;
    border: none;
    background: none;
    color: transparent;
    font-size: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-prev .icon-chevron,
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-next .icon-chevron {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-prev::before,
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-next::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-prev {
    left: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-prev::before {
    border-right: 9px solid #fff;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-next {
    right: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-next::before {
    border-left: 9px solid #fff;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__video-stage--multi .motorcycle-details__image-counter {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__media-toggle {
    margin: 0;
    padding: 10px 0 2px;
    background: #fcfcfc;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__thumb-slider {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__info {
    order: 3;
    box-sizing: border-box;
    margin: 0;
    padding: 13px 14px 21px;
    background: #fcfcfc;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs {
    position: relative;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0 0 6.5px;
    font-size: 15px;
    line-height: 21px;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list li:first-child {
    display: block;
    padding-bottom: 12px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .motorcycle-brand,
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .motorcycle-model {
    font-size: 18px;
    line-height: 26px;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-label {
    flex: 0 0 133.5px;
    width: 133.5px;
    max-width: none;
    font-weight: 400;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-value {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 700;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-value.price {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 28px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-offer,
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-regular {
    color: #157f99;
    font-weight: 700;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-original {
    align-self: flex-start;
    margin: -3px 0 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #808080;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-original.strike-through {
    position: relative;
    display: inline-block;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-original.strike-through::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2%;
    width: 92%;
    border-top: 1px solid #808080;
    transform: translateY(-50%) rotate(-8.5deg);
    transform-origin: center;
    opacity: 1;
    pointer-events: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-value.price .motorcycle-item__price-original .motorcycle-item__price-symbol {
    margin-right: 5px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list li.lease-price {
    align-items: center;
    padding: 14px 0 12px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list li.lease-price .spec-label {
    flex: 1 1 auto;
    width: auto;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #ef1924;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list li.lease-price .spec-subtext {
    display: block;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list li.lease-price .spec-value {
    flex: 0 0 121px;
    margin-right: -14px;
    line-height: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list li.lease-price .spec-value .pricetag-ppm {
    display: block;
    width: 121px;
    height: 64px;
    margin: -8px 0 -10px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-value.warranty {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .spec-value.warranty .motorcycle-item__motorcycle-warranty-logo {
    height: 24px;
    width: auto;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-labels {
    flex: 0 0 100px;
    width: 100px;
    min-width: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-labels > span:first-child {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-text {
    padding-top: 3px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-text span {
    font-weight: 400;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .pricetag-insurance {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .pricetag-insurance--mobile.mobile-only {
    display: block;
    flex: 0 0 51px;
    width: 51px;
    height: 51px;
    margin: 2.5px 0 0 auto;
    overflow: visible;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__specs-list .motorcycle-details__insurance-offer.mobile-only {
    display: block;
    flex: 0 0 100%;
    margin-top: 3px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-favorite-button {
    right: -5px;
    top: -5px;
    margin-top: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-favorite-button .fav-icon::before {
    inset: -8px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-favorite-button .fav-icon svg path {
    stroke-width: 2.4px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer {
    order: 4;
    margin-top: 15px;
    padding: 15px 14px 17px;
    background: #fcfcfc;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer > .portlet-header-steady {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
    margin: 0;
    padding: 0 0 0 9px;
    line-height: 37px;
    background: #262626;
    color: #fff;
    font-size: 13.3px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer > .portlet-header-steady::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
    -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    pointer-events: none;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer > .portlet-header-steady h2, body.is-desktop .motorcycle-layout section.motorcycle-details__dealer > .portlet-header-steady .h2-heading {
    margin: 0;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 37px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer > .portlet-header-steady {
    margin: -15px -14px 15px;
    padding-left: 14px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-container {
    padding: 0;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-container button {
    margin-top: 17px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-details {
    margin-bottom: 0;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info {
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    line-height: 21px;
    color: #333;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M9.5 3.4a4.1 4.1 0 0 0-4.1 4.1c0 3.1 4.1 8 4.1 8s4.1-4.9 4.1-8a4.1 4.1 0 0 0-4.1-4.1zm0 5.7a1.65 1.65 0 1 1 0-3.3 1.65 1.65 0 0 1 0 3.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info h3 {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #333;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info div {
    margin: 0;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info a,
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-info .js-dealer-map-link {
    display: inline-block;
    margin-top: 1.5px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-contact {
    position: relative;
    margin: 8px 0 0;
    padding-left: 27px;
    font-size: 15px;
    line-height: 21px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cpath fill='%23333' d='M7.1 4.5c.35-.12.72.02.9.34l1.15 2.03c.18.32.12.72-.15.97l-.87.8c.55 1.25 1.55 2.28 2.8 2.86l.82-.86c.26-.27.66-.33.98-.14l2.02 1.17c.32.18.46.56.33.9l-.5 1.35c-.14.36-.5.58-.88.53C9.6 13.9 6.1 10.4 5.6 6.3c-.05-.38.17-.75.53-.88z'/%3E%3C/svg%3E") no-repeat center/contain;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-reveal {
    display: none;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-link {
    display: inline;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-website {
    position: relative;
    margin: 10px 0 0;
    padding-left: 27px;
    font-size: 15px;
    line-height: 21px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-website::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cg fill='none' stroke='%23333' stroke-width='1.3'%3E%3Ccircle cx='9.5' cy='9.5' r='4.9'/%3E%3Cellipse cx='9.5' cy='9.5' rx='2.1' ry='4.9'/%3E%3Cpath d='M4.6 9.5h9.8M5.4 7.1h8.2M5.4 11.9h8.2'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__dealer-website .motorcycle-details__dealer-website-link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__dealer .motorcycle-details__other-motorcycles-header--mobile {
    display: none;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact {
    order: 5;
    margin-top: 15.5px;
    padding: 15.5px 14px 15px;
    background: #fcfcfc;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-buttons {
    display: flex;
    gap: 14px;
    margin: 0;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .tw-app:not(.contact-button) {
    display: contents;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .tw-app:not(.contact-button) > div[data-open-tradein-modal],
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .tw-app:not(.contact-button) > div[data-open-trial-modal] {
    display: none;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .tw-app > div[class*="tw:fixed"] {
    z-index: 1000;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button {
    position: relative;
    flex: 1 1 0;
    box-sizing: border-box;
    min-width: 0;
    height: 86px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(to bottom, #147e98 0%, #115d6f 100%);
    box-shadow: none;
    transition: none;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button:hover {
    background: linear-gradient(to bottom, #147e98 0%, #115d6f 100%);
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-tradein-modal],
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-trial-modal],
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-tradein-modal] > a,
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-trial-modal] > a {
    display: block;
    width: 100%;
    height: 86px;
    margin: 0;
    padding: 0;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-tradein-modal] > a,
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button > div[data-open-trial-modal] > a {
    position: relative;
    color: #fff;
    text-decoration: none;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button .contact-button__icon {
    position: absolute;
    top: 12.8px;
    left: 50%;
    width: 38.5px;
    height: 27px;
    margin: 0;
    transform: translateX(-50%);
    -o-object-fit: contain;
       object-fit: contain;
    content: url("/images/mobile/icon-tradein.svg");
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button .contact-button__icon[src*=testdrive] {
    top: 11.4px;
    width: 28.5px;
    height: 29.1px;
    content: url("/images/mobile/icon-trial.svg");
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__contact .contact-button .contact-button__text {
    position: absolute;
    top: 44.4px;
    left: 50%;
    display: block;
    width: 100px;
    max-width: none;
    margin: 0;
    transform: translateX(-50%);
    padding: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question {
    order: 6;
    margin-top: 14px;
    padding: 20px 14px 21px;
    background: #fcfcfc;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question > h3 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
    margin: 0;
    padding: 0 0 0 9px;
    line-height: 37px;
    background: #262626;
    color: #fff;
    font-size: 13.3px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question > h3::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
    -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    pointer-events: none;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question > h3 h2, body.is-desktop .motorcycle-layout section.sidebar-right__question > h3 .h2-heading {
    margin: 0;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 37px;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question > h3 {
    margin: -20px -14px 15px;
    padding-left: 14px;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question > h3::before {
    display: none;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question > h3 span {
    display: block;
    margin: 0;
    padding-right: 36px;
    font-size: 13.3px;
    line-height: 37px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-form {
    display: flex;
    flex-direction: column;
    gap: 14.4px;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-textarea,
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    font-family: inherit;
    color: #333;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-textarea {
    height: 182px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 19px;
    resize: vertical;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-input {
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-input::-moz-placeholder {
    color: #808080;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-input::placeholder {
    color: #808080;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-submit {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    font-family: inherit;
    font-size: 15px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #000;
    box-shadow: none;
    cursor: pointer;
    margin-top: -4px;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-privacy {
    display: block;
    margin: -1px 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #333;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-privacy span {
    display: block;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__question .motorcycle-details__question-privacy a {
    color: #333;
    text-decoration: underline;
  }
  body.is-desktop .motorcycle-layout section.sidebar-right__brand-dealer-finder {
    order: 5;
    margin-top: 14px;
    padding: 20px 14px 21px;
    background: #fcfcfc;
  }
  body.is-desktop .motorcycle-layout section.banner-container {
    order: 7;
    margin-top: 15px;
    padding: 0 14px 10px !important;
    background: #fcfcfc;
  }
  body.is-desktop .motorcycle-layout section.banner-container a {
    display: block;
    justify-content: center;
  }
  body.is-desktop .motorcycle-layout section.banner-container img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    content: url("/images/mobile/nu-motorrijden-advert.jpg");
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tabs {
    order: 8;
    margin: 15px 0 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-buttons {
    position: sticky;
    top: 53px;
    z-index: 20;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 41px;
    margin: 0;
    background: #0f0f0f;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-buttons::-webkit-scrollbar {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-buttons::before, body.is-desktop .motorcycle-layout .motorcycle-details__tab-buttons::after {
    content: "";
    position: sticky;
    z-index: 2;
    flex: 0 0 28px;
    height: 41px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-buttons::before {
    left: 0;
    margin-right: -28px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.24) 65%, rgba(0, 0, 0, 0.5) 100%);
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-buttons::after {
    right: 0;
    margin-left: -28px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.24) 65%, rgba(0, 0, 0, 0.5) 100%);
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-buttons.has-scroll-left::before, body.is-desktop .motorcycle-layout .motorcycle-details__tab-buttons.has-scroll-right::after {
    opacity: 1;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-heading {
    display: flex;
    flex: 0 0 auto;
    width: auto;
    min-width: 97px;
    margin: 0;
    border: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-heading + .motorcycle-details__tab-heading {
    border-left: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-btn {
    display: block;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: auto;
    min-width: 97px;
    height: 41px;
    padding: 0 14px;
    white-space: nowrap;
    border: 1px solid #b3b3b3;
    border-left: 0;
    background: linear-gradient(to bottom, #f7f7f7 0%, #d6d6d6 100%);
    font-size: 13px;
    line-height: 39px;
    font-weight: 700;
    color: #000;
    overflow: visible;
    text-overflow: clip;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-btn[aria-selected=true] {
    background: #f9dc17;
    border-color: #f9dc17;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-heading:first-child .motorcycle-details__tab-btn {
    border-left: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-panels {
    margin: 0;
    padding: 0 14px;
    background: #fcfcfc;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-panel {
    display: block;
    margin: 0;
    padding: 18px 0 12px;
    border-bottom: 2px solid #ccc;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-panel:first-child {
    padding-top: 8px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-panel:last-child {
    padding-bottom: 35px;
    border-bottom: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #157f99;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__description-content {
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__description-toggle,
  body.is-desktop .motorcycle-layout .motorcycle-details__techspecs-toggle,
  body.is-desktop .motorcycle-layout .js-motorcycle-techspecs-toggle {
    display: block;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    color: #373737;
    cursor: pointer;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tech-specs {
    display: block;
    margin-top: 17px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tech-specs-content {
    max-height: 371px;
    overflow: hidden;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tech-specs.is-expanded .motorcycle-details__tech-specs-content {
    max-height: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__techspecs-toggle,
  body.is-desktop .motorcycle-layout .js-motorcycle-techspecs-toggle {
    margin-top: 10px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-tech-specs {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-tech-specs tr:nth-child(odd) td {
    background: #e5e5e5;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-tech-specs td {
    padding: 6px 8px 6px 12.6px;
    border: 0;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-tech-specs td:first-child {
    width: 144px;
    box-sizing: border-box;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__techspecs-disclaimer {
    display: block;
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
    color: #555;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-button,
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-button,
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #0070bc 0%, #0a5083 100%);
    font-family: inherit;
    font-size: 15px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    background: linear-gradient(to bottom, #0070bc 0%, #0070bc 52%, #0a5083 100%);
    width: 100%;
    max-width: none;
    font-family: "Yantramanav", "Inter", sans-serif;
    font-size: 15px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-panel .motorcycle-details__dealer-button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #147e98 0%, #116073 100%);
    font-family: inherit;
    font-size: 15px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout,
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout,
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout {
    font-family: "Yantramanav", "Inter", sans-serif;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #1d1d1b;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-header {
    display: block;
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-highlight {
    font-weight: 700;
    color: #ea2d2f;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-header-subtext {
    font-weight: 700;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-description {
    display: block;
    position: relative;
    margin: 7px 0 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-description > span {
    display: block;
    flex: none;
    font-size: 14px;
    line-height: 18px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-cta.mobile-only {
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 9px;
    padding-right: 123px;
    font-weight: 700;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-cta.mobile-only::after {
    content: "";
    position: absolute;
    top: 0;
    right: 22px;
    width: 78px;
    height: 81px;
    background: url("/images/logo-NU-motorrijden.svg") no-repeat center/contain;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-logo {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits {
    display: block;
    margin-top: 14px;
    background: #f2f2f2;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits .motorcycle-details__finance-benefits-header {
    height: 89px;
    background-color: #140c05;
    background-image: url("/images/mobile/nu-motorrijden-banner.jpg"), linear-gradient(to top, #e30013 0, #e30013 5px, transparent 5px), linear-gradient(to right, #140c05 0%, #56392a 50%, #4b3828 100%);
    background-repeat: no-repeat;
    background-position: center, 0 0, 0 0;
    background-size: cover, 100% 100%, 100% 100%;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits .motorcycle-details__finance-benefits-header .motorcycle-details__finance-benefits-logo {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 0;
    margin: 0;
    padding: 15px 17px 0;
    list-style: none;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
    gap: 0;
    text-align: center;
    font-size: 13px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li img {
    width: 18px;
    height: 18px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-icon-black {
    display: block;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-icon-white {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-title {
    margin-top: 3px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-benefits ul li .motorcycle-details__finance-benefits-description {
    max-width: 118px;
    font-size: 11px;
    line-height: 11px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-lease-price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    padding: 28px 7px 10px 15px;
    background: #f2f2f2;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-lease-price .motorcycle-details__finance-lease-price-text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 7px;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 4.2vw, 15px);
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    color: #ef1924;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-lease-price .motorcycle-details__finance-lease-price-text .motorcycle-details__finance-lease-price-subtext {
    display: block;
    margin: 0;
    font-size: clamp(11px, 3.4vw, 12px);
    line-height: 17px;
    font-weight: 400;
    white-space: normal;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-lease-price .pricetag-ppm {
    flex: 0 1 113px;
    width: 113px;
    min-width: 100px;
    height: 57px;
    max-width: none;
    margin: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-footertext {
    display: block;
    align-self: auto;
    padding: 10px 0 0;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #e42320;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-footertext span {
    display: block;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__finance-layout .motorcycle-details__finance-button {
    margin-top: 12px;
    background: linear-gradient(to bottom, #0070bc 0%, #065c98 100%);
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-panel[data-tab=insurance] {
    position: relative;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 16.6px;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout span {
    display: block;
    gap: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-logo {
    position: absolute;
    top: 24px;
    right: 11px;
    width: 125px;
    margin: 0;
    padding: 0;
    border: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-logo img {
    display: block;
    width: 125px;
    height: auto;
    margin: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-banner.mobile-only {
    display: block;
    height: 89px;
    margin-top: 26px;
    overflow: hidden;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-banner.mobile-only img {
    display: block;
    width: 100%;
    height: 89px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-header {
    display: block;
    margin-top: 11px;
    font-size: 15px;
    line-height: 20.4px;
    font-weight: 700;
    font-style: normal;
    color: #0071bc;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-description {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-guarantee {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10.7px;
    margin-top: 8px;
    padding: 16px 10px 17px;
    background: #f2f2f2;
    font-size: 14px;
    line-height: 16.6px;
    font-weight: 400;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-guarantee span {
    display: flex;
    flex: none;
    gap: 6.5px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-guarantee span::before {
    content: "";
    flex: none;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-top: 1px;
    background: url("/images/vinkje_insurance.png") no-repeat center/contain;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-footertext {
    display: block;
    width: auto;
    max-width: none;
    margin-top: 11px;
    padding: 0 8px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #008bd2;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-footertext span {
    display: inline;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__insurance-layout .motorcycle-details__insurance-button {
    margin: 23px 0 9px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-panel[data-tab=warranty] {
    position: relative;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 16.5px;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout span {
    display: block;
    gap: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-header {
    display: block;
    gap: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-header > img {
    position: absolute;
    top: 26px;
    right: 19px;
    width: 101px;
    height: auto;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-banner.mobile-only {
    display: block;
    height: 91px;
    margin-top: 26px;
    overflow: hidden;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-banner.mobile-only img {
    display: block;
    width: 100%;
    height: 91px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-headertext {
    display: block;
    gap: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-headertext .maintext {
    display: block;
    margin-top: 11px;
    font-size: 15px;
    line-height: 20.4px;
    font-weight: 700;
    color: #0071bc;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-headertext .subtext {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-description {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 68px;
    gap: 8.3px 0;
    margin-top: 15px;
    padding: 9.5px 10px 14px;
    background: #f2f2f2;
    font-size: 14px;
    line-height: 16.5px;
    font-weight: 400;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span {
    display: flex;
    flex: none;
    box-sizing: border-box;
    width: 165px;
    gap: 7px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span::before {
    content: "";
    flex: none;
    width: 8.5px;
    min-width: 8.5px;
    height: 8px;
    margin: 5px 0 0;
    background: url("/images/vinkje_motorgarantie_verzekering_tab.svg") no-repeat center/contain;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span:nth-child(1) {
    order: 1;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span:nth-child(2) {
    order: 3;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span:nth-child(3) {
    order: 5;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span:nth-child(4) {
    order: 2;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-guarantee span:nth-child(5) {
    order: 4;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__warranty-layout .motorcycle-details__warranty-button {
    margin: 13px 0 4px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout {
    display: grid;
    grid-template-columns: 158px minmax(0, 1fr);
    grid-template-areas: "logo photo" "info info";
    gap: 8px 15px;
    margin-top: 11px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-logo {
    grid-area: logo;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 158px;
    height: 119px;
    padding: 8px;
    background: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-images {
    grid-area: photo;
    height: 119px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-images img {
    display: block;
    width: 100%;
    height: 119px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info {
    grid-area: info;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info > h3 {
    margin: 0 0 11px;
    font-family: "Yantramanav", "Inter", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info {
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    line-height: 21px;
    color: #333;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M9.5 3.4a4.1 4.1 0 0 0-4.1 4.1c0 3.1 4.1 8 4.1 8s4.1-4.9 4.1-8a4.1 4.1 0 0 0-4.1-4.1zm0 5.7a1.65 1.65 0 1 1 0-3.3 1.65 1.65 0 0 1 0 3.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info h3 {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #333;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info div {
    margin: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info a,
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-info .js-dealer-map-link {
    display: inline-block;
    margin-top: 1.5px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-contact {
    position: relative;
    margin: 8px 0 0;
    padding-left: 27px;
    font-size: 15px;
    line-height: 21px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cpath fill='%23333' d='M7.1 4.5c.35-.12.72.02.9.34l1.15 2.03c.18.32.12.72-.15.97l-.87.8c.55 1.25 1.55 2.28 2.8 2.86l.82-.86c.26-.27.66-.33.98-.14l2.02 1.17c.32.18.46.56.33.9l-.5 1.35c-.14.36-.5.58-.88.53C9.6 13.9 6.1 10.4 5.6 6.3c-.05-.38.17-.75.53-.88z'/%3E%3C/svg%3E") no-repeat center/contain;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-reveal {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-contact .motorcycle-details__dealer-phone-link {
    display: inline;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-website {
    position: relative;
    margin: 10px 0 0;
    padding-left: 27px;
    font-size: 15px;
    line-height: 21px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-website::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Ccircle cx='9.5' cy='9.5' r='8.6' fill='none' stroke='%234d4d4d' stroke-width='1.7'/%3E%3Cg fill='none' stroke='%23333' stroke-width='1.3'%3E%3Ccircle cx='9.5' cy='9.5' r='4.9'/%3E%3Cellipse cx='9.5' cy='9.5' rx='2.1' ry='4.9'/%3E%3Cpath d='M4.6 9.5h9.8M5.4 7.1h8.2M5.4 11.9h8.2'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-website .motorcycle-details__dealer-website-link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-details {
    margin-bottom: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-layout .motorcycle-details__dealer-info .motorcycle-details__dealer-button {
    margin-top: 24px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-description {
    margin-top: 26px;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px solid #ccc;
    font-size: 14px;
    line-height: 19px;
    color: #333;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-description p {
    margin: 0 0 19px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-description p:last-child {
    margin-bottom: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-description p > br:first-child,
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-description p > br:first-child + br,
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-description p > br:last-child,
  body.is-desktop .motorcycle-layout .motorcycle-details__dealer-description p > br:nth-last-child(2):not(:first-child) {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form {
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid #ccc;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 21px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-left-container,
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-right-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-info {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-textarea,
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    font-family: inherit;
    color: #333;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__tab-question-textarea {
    height: 182px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 19px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-input {
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-input::-moz-placeholder {
    color: #808080;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-input::placeholder {
    color: #808080;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-submit {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    font-family: inherit;
    font-size: 15px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #000;
    box-shadow: none;
    cursor: pointer;
    margin-top: -4px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-privacy {
    display: block;
    margin-top: -2px;
    text-align: center;
    font-size: 12px;
    line-height: 17.6px;
    color: #333;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__tab-contact-form .motorcycle-details__question-privacy span {
    display: block;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details__top-link {
    display: none;
  }
  body.is-desktop .motorcycle-layout > .main > section.brand-stock {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    order: 8;
    margin-top: 15px;
    padding: 16px 14px 14px;
    background: #fff;
  }
  body.is-desktop .motorcycle-layout > .main > section.brand-stock .brand-stock__header {
    display: block;
    margin-bottom: 17px;
    text-align: center;
  }
  body.is-desktop .motorcycle-layout > .main > section.brand-stock .brand-stock__title {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #000;
  }
  body.is-desktop .motorcycle-layout > .main > section.brand-stock .brand-stock__more {
    font-size: 13px;
  }
  body.is-desktop .motorcycle-layout > .main > section.brand-stock .brand-stock__list {
    gap: 24px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__other-motorcycles {
    order: 9;
    margin-top: 15px;
    padding: 16px 14px 14px;
    background: #fff;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__other-motorcycles .motorcycle-details__other-motorcycles-header--sidebar {
    display: none;
    align-items: center;
    justify-content: center;
    height: 105px;
    margin: -16px -14px 15px;
    padding: 0 20px;
    background: #fff;
    border-bottom: 15px solid #0f0f0f;
    box-sizing: content-box;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__other-motorcycles .motorcycle-details__other-motorcycles-header--sidebar img {
    max-width: 240px;
    max-height: 60px;
    width: auto;
    height: auto;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__other-motorcycles > h3 {
    margin: 0 0 17px;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #000;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__other-motorcycles > .motorcycle-details__dealer-motorcycles-button:not(:last-child) {
    display: none;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__other-motorcycles .motorcycle-details__other-motorcycles-list {
    gap: 24px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__other-motorcycles > .motorcycle-details__dealer-motorcycles-button:last-child {
    margin-top: 24px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__other-motorcycles > .motorcycle-details__dealer-motorcycles-button:last-child button {
    height: 41px;
    line-height: 41px;
    margin-bottom: 12px;
    padding: 0;
    font-size: 15px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__other-motorcycles > .motorcycle-details__dealer-motorcycles-button:last-child .button--primary {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    font-family: inherit;
    font-size: 15px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #000;
    box-shadow: none;
    cursor: pointer;
    margin-bottom: 12px;
  }
  body.is-desktop .motorcycle-layout section.motorcycle-details__other-motorcycles > .motorcycle-details__dealer-motorcycles-button:last-child .motorcycle-details__dealer-button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #0e91aa 0%, #0d7689 100%);
    font-family: inherit;
    font-size: 15px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    margin-bottom: 0;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold > .portlet-header-steady .motorcycle-sold-label {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__sold-badge {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    margin: 0;
    background: #ef1924;
    font-size: 13.3px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable {
    order: 4;
    margin-top: 15px;
    padding: 0 14px 16px;
    background: #fcfcfc;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > h2 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
    margin: 0;
    padding: 0 0 0 9px;
    line-height: 37px;
    background: #262626;
    color: #fff;
    font-size: 13.3px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
    -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    pointer-events: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > h2 h2, body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > h2 .h2-heading {
    margin: 0;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 37px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > h2 {
    margin: 0 -14px 15px;
    padding-left: 14px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable > p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 21px;
    color: #000;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable .motorcycle-details__comparable-list {
    gap: 24px;
    margin: 0 0 24px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable .motorcycle-details__comparable-actions {
    flex-direction: column;
    gap: 12px;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable .motorcycle-details__comparable-actions .motorcycle-details__comparable-actions-text {
    display: none;
  }
  body.is-desktop .motorcycle-layout .motorcycle-details--sold .motorcycle-details__comparable .motorcycle-details__comparable-actions .button--primary {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    font-family: inherit;
    font-size: 15px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #000;
    box-shadow: none;
    cursor: pointer;
  }
  body.is-desktop .sticky-contact-footer {
    display: block !important;
    position: sticky;
    bottom: 0;
    z-index: 150;
    order: 8;
    width: 100%;
    max-width: none;
    margin: 0 0 -15px;
    padding: 10px 16px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.85);
    box-shadow: none;
    transform: none;
  }
  body.is-desktop .sticky-contact-footer.hidden {
    display: none !important;
  }
  body.is-desktop .sticky-contact-footer.is-docked {
    background: #0f0f0f;
  }
  body.is-desktop .sticky-contact-footer .sticky-contact-footer__content {
    display: flex;
    gap: 8px;
  }
  body.is-desktop .sticky-contact-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    box-sizing: border-box;
    min-width: 0;
    height: 40px;
    margin: 0;
    padding: 0 6px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    font-size: 12.5px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    color: #1a1a1a;
  }
  body.is-desktop .sticky-contact-footer-sentinel {
    order: 8;
  }
  body.is-desktop .search-layout-sale .main {
    max-width: none;
  }
  body.is-desktop .search-layout-sale .sale-header {
    padding: 19px 0 19px 16px;
  }
  body.is-desktop .search-layout-sale .sale-count {
    display: block;
    margin: 0 0 0 1px;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
  }
  body.is-desktop .search-layout-sale .sale-count .sale-count__prefix {
    display: inline;
  }
  body.is-desktop .search-layout-sale .sale-count .sale-count__suffix {
    display: none;
  }
  body.is-desktop .search-layout-sale .sale-count .sale-count__highlight {
    color: #ffd400;
    font-weight: 700;
    text-transform: uppercase;
  }
  body.is-desktop .search-layout-sale .sale-header .listnav-filter-sort-container {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 30px;
    margin: 13px 0 0;
    padding-right: 15px;
  }
  body.is-desktop .search-layout-sale .sale-header .listnav-search-module-filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #f9dc17;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    min-width: 98px;
    height: 30px;
    padding: 0 12px 0 13px;
    gap: 8px;
    font-size: 11px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  body.is-desktop .search-layout-sale .sale-header .listnav-search-module-filter-button img {
    width: 13px;
    height: 16px;
    margin: 0;
  }
  body.is-desktop .search-layout-sale .topfilterbar {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }
  body.is-desktop .search-layout-sale .topfilterbar .list-navigation__sort {
    display: none;
  }
  body.is-desktop .search-layout-sale .searchmodule.searchmodule-sale .searchform.searchform-sale {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  body.is-desktop .search-layout-sale .searchmodule.searchmodule-sale .searchform.searchform-sale .searchform-main {
    flex-direction: column;
    gap: 12px;
  }
  body.is-desktop .search-layout-sale .searchmodule.searchmodule-sale .searchform.searchform-sale .searchform-main > .searchform-row {
    flex: none;
    width: 100%;
    min-width: 0;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters {
    margin: 0;
    padding: 14px 0 13px;
    max-height: none;
    border: 0;
    border-radius: 0;
    background: #f9f9f9;
    font-size: 13px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters::-webkit-scrollbar {
    display: none;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .list-navigation__filters-list {
    box-sizing: border-box;
    flex-wrap: nowrap;
    gap: 7.5px;
    padding: 0 0 0 16px;
    border: 0;
    border-radius: 0;
    background: none;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .list-navigation__filter {
    flex-shrink: 0;
    box-sizing: border-box;
    height: 26px;
    padding: 0 8px 0 6px;
    gap: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    font-size: 13px;
    line-height: 24px;
    color: #000;
    white-space: nowrap;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .list-navigation__filter[data-filter-key=brand], body.is-desktop .search-layout-sale .list-navigation__filters .list-navigation__filter[data-filter-key=type] {
    text-transform: uppercase;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .filter-remove {
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .filter-remove::before, body.is-desktop .search-layout-sale .list-navigation__filters .filter-remove::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(9px * 1.35);
    height: 2px;
    border-radius: 1px;
    background: #000;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .filter-remove::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .filter-remove:hover {
    background: none;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .list-navigation__reset-filters {
    position: sticky;
    right: 0;
    z-index: 1;
    flex-shrink: 0;
    padding: 0 16px 0 12px;
    background: #f9f9f9;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .list-navigation__reset-filters::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 22px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.35) 100%);
    opacity: 0;
    transition: opacity 0.15s;
    pointer-events: none;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters.has-hidden-chips .list-navigation__reset-filters::before {
    opacity: 1;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .list-navigation__reset-filters {
    line-height: 26px;
    white-space: nowrap;
  }
  body.is-desktop .search-layout-sale .list-navigation__filters .list-navigation__reset-filters .list-navigation__reset {
    margin-left: 0;
    font-size: 13px;
    font-weight: 700;
    color: #006292;
  }
  body.is-desktop .search-layout-sale .sale-count-pagination-row {
    display: block;
    padding: 16px 15px 0 16px;
    background: #e0e0e0;
  }
  body.is-desktop .search-layout-sale .sale-count-pagination-row .list-navigation__block--bottom {
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  body.is-desktop .search-layout-sale .main-results-container {
    padding: 17px 16px 0;
    background: #e0e0e0;
  }
  body.is-desktop .search-layout-sale nav.list-navigation.footer {
    display: block;
    margin: 0;
    padding: 16px 15px 16px 16px;
    background: #e0e0e0;
  }
  body.is-desktop .search-layout-sale .quick-nav {
    margin-top: 0;
  }
  body.is-desktop .address-search-layout .sidebar {
    display: block;
  }
  body.is-desktop .address-search-layout .province-search,
  body.is-desktop .address-search-layout .address-overview__header,
  body.is-desktop .address-search-layout .dealer-card__more,
  body.is-desktop .address-search-layout .dealer-card__actions {
    display: none;
  }
  body.is-desktop .address-search-layout .dealer-card__phone a,
  body.is-desktop .address-search-layout .dealer-card__email a,
  body.is-desktop .address-search-layout .dealer-card__website a {
    color: inherit;
    text-decoration: none;
  }
  body.is-desktop .address-search-layout .sidebar > .address-count {
    display: block;
    margin: 0;
    padding: 19px 16px 0 17px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
  }
  body.is-desktop .address-search-layout .sidebar > .address-count .address-count__highlight {
    color: #ffd400;
    font-weight: 700;
    text-transform: uppercase;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module {
    width: 100%;
    margin: 0;
    padding: 28px 16px 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.82) 90px, rgba(0, 0, 0, 0.82) 100%);
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .portlet-header-steady,
  body.is-desktop .address-search-layout .searchmodule.address-filter-module p,
  body.is-desktop .address-search-layout .searchmodule.address-filter-module hr,
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .searchform-row--actions-distance {
    display: none;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .address-search {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13px;
    font-weight: 400;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .searchform-group {
    display: contents;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .searchform-row {
    gap: 0;
    margin: 0;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .searchform-row label {
    display: none;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .searchform-row--double .searchform-double-grid {
    display: block;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .select-style {
    width: 100%;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .input-style {
    min-height: 36px;
    height: 36px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #f5f5f5 0%, #999999 100%);
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .input-style input[type=text] {
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 0 7px;
    border-radius: 5px;
    font-family: inherit;
    font-size: 13px;
    line-height: 36px;
    font-weight: 700;
    color: #1a1a1a;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .input-style input[type=text]::-moz-placeholder {
    font-weight: 500;
    color: #3a3a3a;
    opacity: 1;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .input-style input[type=text]::placeholder {
    font-weight: 500;
    color: #3a3a3a;
    opacity: 1;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .select-style select#radius {
    padding-top: 0;
    line-height: 36px;
    font-weight: 500;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .select-style:has(> select#radius) .select-style__label {
    display: none;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .searchform-row--actions {
    align-items: stretch;
  }
  body.is-desktop .address-search-layout .searchmodule.address-filter-module .searchform-row--actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f9dc17 0%, #e7bf15 100%);
    color: #1a1a1a;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 36px;
    box-shadow: none;
  }
  body.is-desktop .address-search-layout .main > nav.list-navigation:not(.footer) {
    margin: 0;
    padding: 16px 15px 0 16px;
    background: #e0e0e0;
  }
  body.is-desktop .address-search-layout .main > nav.list-navigation:not(.footer) .list-navigation__title--bar {
    display: none;
  }
  body.is-desktop .address-search-layout .main > nav.list-navigation:not(.footer) .list-navigation__block--bottom {
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  body.is-desktop .address-search-layout .main-results-container {
    padding: 17px 16px 0;
    background: #e0e0e0;
  }
  body.is-desktop .address-search-layout section.dealers-cards-wrapper:not(.searchmodule) {
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    row-gap: 16px;
  }
  body.is-desktop .address-search-layout .dealer-card {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
  }
  body.is-desktop .address-search-layout .dealer-card > * {
    min-width: 0;
  }
  body.is-desktop .address-search-layout .main .list-navigation.footer {
    margin-top: 0;
  }
  body.is-desktop .address-search-layout .main > nav.list-navigation:has(> .list-navigation-pagination[style*="display: none"]) {
    padding: 0;
  }
  body.is-desktop .address-search-layout .main-results-container .dealers-no-results {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 17px;
    padding: 22px 16px 24px;
    background: #fff;
    border: 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
    text-align: center;
  }
  body.is-desktop .address-search-layout .main-results-container .dealers-no-results .motorcycle-no-results__content {
    padding: 0;
  }
  body.is-desktop .address-search-layout .main-results-container .dealers-no-results .motorcycle-no-results__title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #333;
  }
  body.is-desktop .address-search-layout .main-results-container .dealers-no-results .motorcycle-no-results__text {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
    color: #333;
  }
  body.is-desktop .address-search-layout .main-results-container .errors {
    box-sizing: border-box;
    margin: 0 0 17px;
    padding: 14px 16px;
    background: #fff;
    border-left: 4px solid #e3221f;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
    font-size: 13px;
    line-height: 18px;
    color: #333;
  }
  body.is-desktop .address-search-layout .main-results-container .errors p {
    margin: 0;
  }
  body.is-desktop .address-search-layout .main-results-container .errors p + p {
    margin-top: 4px;
  }
  body.is-desktop .info-layout.info-layout--page .main {
    display: block;
    order: -1;
  }
  body.is-desktop .info-layout.info-layout--page .info-content {
    padding: 0;
    background: none;
    box-shadow: none;
  }
  body.is-desktop .info-layout.info-layout--page .info-content > .portlet-header-steady {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
    margin: 0;
    padding: 0 0 0 9px;
    line-height: 37px;
    background: #262626;
    color: #fff;
    font-size: 13.3px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
  }
  body.is-desktop .info-layout.info-layout--page .info-content > .portlet-header-steady::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
    -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    pointer-events: none;
  }
  body.is-desktop .info-layout.info-layout--page .info-content > .portlet-header-steady h2, body.is-desktop .info-layout.info-layout--page .info-content > .portlet-header-steady .h2-heading {
    margin: 0;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 37px;
  }
  body.is-desktop .info-layout.info-layout--page .info-content > .portlet-header-steady {
    margin: 0;
  }
  body.is-desktop .info-layout.info-layout--page .info-content__panel {
    padding: 14px;
    background: #e0e0e0;
  }
  body.is-desktop .info-layout.info-layout--page .info-content__card {
    padding: 16px 14px;
    background: #f6f6f6;
    box-shadow: none;
  }
  body.is-desktop .info-layout.info-layout--page .info-menu {
    padding: 0;
    background: none;
    box-shadow: none;
  }
  body.is-desktop .info-layout.info-layout--page .info-menu > .portlet-header-steady {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
    margin: 0;
    padding: 0 0 0 9px;
    line-height: 37px;
    background: #373737;
    color: #fff;
    font-size: 13.3px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
  }
  body.is-desktop .info-layout.info-layout--page .info-menu > .portlet-header-steady::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.55) 3px, rgba(255, 255, 255, 0.55) 4.5px);
    -webkit-mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    pointer-events: none;
  }
  body.is-desktop .info-layout.info-layout--page .info-menu > .portlet-header-steady h2, body.is-desktop .info-layout.info-layout--page .info-menu > .portlet-header-steady .h2-heading {
    margin: 0;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 37px;
  }
  body.is-desktop .info-layout.info-layout--page .info-menu > .portlet-header-steady {
    margin: 0;
  }
  body.is-desktop .info-layout.info-layout--page .info-navigation {
    margin: 0;
  }
  body.is-desktop .info-layout.info-layout--page .info-navigation a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1;
  }
  body.is-desktop .info-layout.info-layout--page .info-navigation a::before {
    flex: 0 0 auto;
    margin: 0 8px 0 0;
  }
  body.is-desktop .info-layout.info-layout--page .contact-form__row,
  body.is-desktop .info-layout.info-layout--page .contact-form__actions {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
  body.is-desktop .info-layout.info-layout--page .contact-form__actions > * {
    grid-column: 1;
  }
  body.is-desktop .info-layout.info-layout--page .contact-form__actions .button {
    width: 100%;
  }
  body.is-desktop .info-layout.info-layout--page .contact-form__row--message label {
    margin-top: 4px;
  }
  body.is-desktop .info-layout.info-layout--page .sitemap-pages {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  body.is-desktop .info-layout.info-layout--page .sitemap-group--wide {
    grid-column: auto;
  }
  body.is-desktop .info-layout.info-layout--page .sitemap-group__columns {
    grid-template-columns: minmax(0, 1fr);
  }
  body.is-desktop .info-layout.info-layout--page .sitemap-pages li {
    line-height: 36px;
  }
  body.is-desktop .info-layout.info-layout--page .sitemap-brands-list {
    -moz-columns: 2;
         columns: 2;
  }
  body.is-desktop .info-layout.info-layout--page .error-page__actions {
    flex-direction: column;
  }
  body.is-desktop .info-layout.info-layout--page .error-page__actions .error-page__button {
    width: 100%;
  }
  body.is-desktop .info-layout {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1 0 auto;
    gap: 16px;
    padding: 0;
    background: none;
  }
  body.is-desktop .info-layout .sidebar,
  body.is-desktop .info-layout .main {
    flex: none;
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 0;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  body.is-desktop .info-layout .main {
    display: none;
  }
  body.is-desktop .info-layout.info-layout--detail .main {
    display: block;
    order: -1;
  }
  body.is-desktop .info-layout section.news-detail,
  body.is-desktop .info-layout section.blog-detail {
    padding: 16px 16px 18px;
  }
  body.is-desktop .info-layout section.news-detail > .portlet-header-steady,
  body.is-desktop .info-layout section.blog-detail > .portlet-header-steady {
    margin: -16px -16px 16px;
  }
  body.is-desktop .info-layout > .sidebar:has(> section.news-list) {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
  }
  body.is-desktop .info-layout section.news-list {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  body.is-desktop .info-layout section.news-list > .portlet-header-steady {
    order: 2;
    margin: 0;
  }
  body.is-desktop .info-layout section.news-list > .filters-news {
    order: 1;
  }
  body.is-desktop .info-layout section.news-list > .paginator {
    order: 3;
  }
  body.is-desktop .info-layout section.news-list > .news-list-container {
    order: 4;
  }
  body.is-desktop .info-layout section.news-list > .news-footer-pagination {
    order: 5;
  }
  body.is-desktop .info-layout section.news-list > .paginator,
  body.is-desktop .info-layout section.news-list > .news-list-container,
  body.is-desktop .info-layout section.news-list > .news-footer-pagination {
    box-sizing: border-box;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    background: #e0e0e0;
  }
  body.is-desktop .info-layout section.news-list > .paginator {
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body.is-desktop .info-layout section.news-list > .news-list-container {
    flex: 1 0 auto;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body.is-desktop .info-layout section.news-list > .paginator:has(.news-paginator) ~ .news-list-container {
    padding-top: 0;
  }
  body.is-desktop .info-layout section.news-list > .news-footer-pagination {
    margin: 0;
    padding-top: 0;
    padding-bottom: 16px;
  }
  body.is-desktop .info-layout section.news-detail > .portlet-header-steady,
  body.is-desktop .info-layout section.blog-detail > .portlet-header-steady {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 37px;
    padding: 8px 60px 8px 9px;
    line-height: 18px;
    white-space: normal;
    text-transform: none;
    font-size: 14px;
  }
  body.is-desktop .info-layout section.news-detail > .portlet-header-steady .news-title,
  body.is-desktop .info-layout section.blog-detail > .portlet-header-steady .news-title {
    white-space: normal;
  }
  body.is-desktop .info-layout section.news-detail > .portlet-header-steady .news-date,
  body.is-desktop .info-layout section.blog-detail > .portlet-header-steady .news-date {
    display: none;
  }
  body.is-desktop .info-layout section.news-detail,
  body.is-desktop .info-layout section.blog-detail {
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  body.is-desktop .info-layout section.news-detail p,
  body.is-desktop .info-layout section.blog-detail p {
    margin: 0 0 14px;
  }
  body.is-desktop .info-layout section.news-detail img,
  body.is-desktop .info-layout section.blog-detail img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 12px 0;
  }
  body.is-desktop .info-layout section.news-detail .blog-item,
  body.is-desktop .info-layout section.blog-detail .blog-item {
    margin-bottom: 14px;
  }
  body.is-desktop .info-layout .filters-news {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 28px 16px 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.82) 90px, rgba(0, 0, 0, 0.82) 100%);
  }
  body.is-desktop .info-layout .filters-news label {
    display: none;
  }
  body.is-desktop .info-layout .filters-news input {
    flex: 1 1 auto;
    box-sizing: border-box;
    min-width: 0;
    height: 36px;
    padding: 0 7px;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(to bottom, #f5f5f5 0%, #999999 100%);
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
  }
  body.is-desktop .info-layout .filters-news input::-moz-placeholder {
    color: #1a1a1a;
    opacity: 1;
    font-size: 13px;
  }
  body.is-desktop .info-layout .filters-news input::placeholder {
    color: #1a1a1a;
    opacity: 1;
    font-size: 13px;
  }
  body.is-desktop .info-layout .filters-news button {
    display: none;
  }
  body.is-desktop .info-layout .news-list-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  body.is-desktop .info-layout .paginator,
  body.is-desktop .info-layout .news-footer-pagination {
    display: block;
    margin: 0;
    padding: 0;
  }
  body.is-desktop .info-layout .paginator {
    margin-bottom: 16px;
  }
  body.is-desktop .info-layout .news-footer-pagination {
    margin-top: 16px;
  }
  body.is-desktop .info-layout .paginator:not(:has(.news-paginator)),
  body.is-desktop .info-layout .news-footer-pagination:not(:has(.news-paginator)) {
    display: none;
  }
  body.is-desktop .info-layout .sidebar .news-paginator,
  body.is-desktop .info-layout .news-paginator {
    display: flex;
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  body.is-desktop .info-layout .sidebar .news-paginator li,
  body.is-desktop .info-layout .news-paginator li {
    display: flex;
    border: 0;
  }
  body.is-desktop .info-layout .sidebar .news-paginator .paginator-block,
  body.is-desktop .info-layout .sidebar .news-paginator .arrow,
  body.is-desktop .info-layout .news-paginator .paginator-block,
  body.is-desktop .info-layout .news-paginator .arrow {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 34px;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 15px;
    line-height: 38px;
    font-weight: 400;
    color: #000;
    transition: none;
  }
  body.is-desktop .info-layout .sidebar .news-paginator .paginator-block b,
  body.is-desktop .info-layout .sidebar .news-paginator .arrow b,
  body.is-desktop .info-layout .news-paginator .paginator-block b,
  body.is-desktop .info-layout .news-paginator .arrow b {
    font-weight: 400;
  }
  body.is-desktop .info-layout .sidebar .news-paginator li + li .paginator-block,
  body.is-desktop .info-layout .sidebar .news-paginator li + li .arrow,
  body.is-desktop .info-layout .news-paginator li + li .paginator-block,
  body.is-desktop .info-layout .news-paginator li + li .arrow {
    border-left: 0;
  }
  body.is-desktop .info-layout .sidebar .news-paginator .paginator-block.active,
  body.is-desktop .info-layout .news-paginator .paginator-block.active {
    background: #f9dc17;
  }
  body.is-desktop .info-layout .sidebar .news-paginator span.paginator-block,
  body.is-desktop .info-layout .news-paginator span.paginator-block {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
  body.is-desktop .info-layout .sidebar .news-paginator .arrow,
  body.is-desktop .info-layout .news-paginator .arrow {
    width: 32px;
    min-width: 32px;
    padding: 0;
    font-size: 0;
  }
  body.is-desktop .info-layout .sidebar .news-paginator .arrow::before,
  body.is-desktop .info-layout .news-paginator .arrow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #000;
  }
  body.is-desktop .info-layout .sidebar .news-paginator li:last-child .arrow::before,
  body.is-desktop .info-layout .news-paginator li:last-child .arrow::before {
    border-right: 0;
    border-left: 7px solid #000;
  }
  body.is-desktop .info-layout .sidebar .news-paginator:has(> :nth-child(7)),
  body.is-desktop .info-layout .news-paginator:has(> :nth-child(7)) {
    width: 100%;
  }
  body.is-desktop .info-layout .sidebar .news-paginator:has(> :nth-child(7)) li,
  body.is-desktop .info-layout .news-paginator:has(> :nth-child(7)) li {
    flex: 1 1 0;
    min-width: 0;
  }
  body.is-desktop .info-layout .sidebar .news-paginator:has(> :nth-child(7)) .paginator-block,
  body.is-desktop .info-layout .sidebar .news-paginator:has(> :nth-child(7)) .arrow,
  body.is-desktop .info-layout .news-paginator:has(> :nth-child(7)) .paginator-block,
  body.is-desktop .info-layout .news-paginator:has(> :nth-child(7)) .arrow {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    padding: 0 4px;
  }
  body.is-desktop footer.site-footer {
    display: block;
    margin: 0;
  }
  body.is-desktop footer.site-footer .footer-container {
    box-sizing: border-box;
    height: 41px;
    max-width: none;
    padding: 0 15px 0 13.6px;
    background: linear-gradient(to bottom, #4c4c4c 0%, #1f1f1f 100%);
    font-size: 11px;
    font-weight: 700;
    line-height: 41px;
  }
  body.is-desktop footer.site-footer .footer-left,
  body.is-desktop footer.site-footer .footer-right {
    padding: 0;
  }
  body.is-desktop footer.site-footer .footer-links {
    gap: 15px;
  }
  body.is-desktop footer.site-footer .footer-links a {
    font-weight: 700;
  }
  body.is-desktop footer.site-footer .footer-links li:nth-child(2) {
    order: 2;
  }
  body.is-desktop footer.site-footer .footer-links .footer-link--desktop-only {
    display: none;
  }
}
@media (max-width: 900px) and (max-width: 374px) {
  body.is-desktop footer.site-footer .footer-container {
    flex-wrap: wrap;
    height: auto;
    padding: 5px 13.6px 6px;
    line-height: 20px;
  }
  body.is-desktop footer.site-footer .footer-right {
    flex: 1 1 100%;
    text-align: left;
  }
}
@media (max-width: 900px) {
  body.is-desktop footer.site-footer .footer-right p {
    margin: 0;
    white-space: nowrap;
  }
}
html:has(> body.is-mobile),
body.is-mobile {
  overflow-x: clip;
  overscroll-behavior-x: none;
}

@media (max-width: 900px) {
  html:has(> body.is-desktop),
  body.is-desktop {
    overflow-x: clip;
    overscroll-behavior-x: none;
  }
}
html:has(> body.is-mobile.menu-open),
html:has(> body.is-mobile.sort-sheet-open),
html:has(> body.is-mobile.filter-sheet-open) {
  overflow-y: hidden;
}

html:has(> body.is-mobile.sort-sheet-open),
html:has(> body.is-mobile.filter-sheet-open) {
  scrollbar-gutter: stable;
}

@media (max-width: 900px) {
  html:has(> body.is-desktop.menu-open),
  html:has(> body.is-desktop.sort-sheet-open),
  html:has(> body.is-desktop.filter-sheet-open) {
    overflow-y: hidden;
  }
  html:has(> body.is-desktop.sort-sheet-open),
  html:has(> body.is-desktop.filter-sheet-open) {
    scrollbar-gutter: stable;
  }
}
body.is-mobile,
body.is-mobile main,
body.is-mobile .container,
body.is-mobile .topmenu,
body.is-mobile .topmenu-nav,
body.is-mobile .sticky-searchmodule-overlay,
body.is-mobile .tabnav-search {
  border-radius: 0;
}

.compare-icon {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.compare-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.compare-icon .compare-icon__frame,
.compare-icon .compare-icon__divider {
  fill: none;
  stroke: #3a3a3a;
  stroke-width: 2.2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 0.2s ease, stroke 0.2s ease;
}
.compare-icon .compare-icon__toggle-ring {
  fill: #3a3a3a;
  stroke: #fff;
  stroke-width: 2px;
  transition: fill 0.2s ease;
}
.compare-icon .compare-icon__toggle-h,
.compare-icon .compare-icon__toggle-v {
  fill: none;
  stroke: #fff;
  stroke-width: 2.2px;
  stroke-linecap: round;
}
.compare-icon.is-popping svg {
  animation: moFavPop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.compare-icon.is-shaking svg {
  animation: moCompareShake 0.4s ease;
}
.compare-icon.is-busy {
  cursor: progress;
  pointer-events: none;
}
.compare-icon.is-busy .compare-icon__toggle {
  transform-box: fill-box;
  transform-origin: center;
  animation: moCompareSpin 0.7s linear infinite;
}
.compare-icon.is-busy .compare-icon__toggle-ring {
  fill: none;
  stroke: #3a3a3a;
  stroke-width: 2.4px;
  stroke-linecap: round;
  stroke-dasharray: 33 14;
  transition: none;
}
.compare-icon.is-busy .compare-icon__toggle-h,
.compare-icon.is-busy .compare-icon__toggle-v {
  display: none;
}

@media (hover: hover) {
  .motorcycle-compare-toggle:hover .compare-icon__frame {
    fill: #fadc18;
    fill-opacity: 0.35;
  }
}
.motorcycle-compare-toggle.is-active .compare-icon__frame {
  fill: #fadc18;
  fill-opacity: 1;
  stroke: #222;
}
.motorcycle-compare-toggle.is-active .compare-icon__divider {
  stroke: #222;
}
.motorcycle-compare-toggle.is-active .compare-icon__toggle-ring {
  fill: #222;
}
.motorcycle-compare-toggle.is-active .compare-icon__toggle-v {
  display: none;
}
.motorcycle-compare-toggle.is-busy .compare-icon__toggle-ring {
  fill: none;
}

.motorcycle-compare-button {
  display: block;
  position: absolute;
  right: 58px;
  margin-top: -3px;
}
.motorcycle-compare-button .compare-icon {
  position: relative;
  width: 34px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.motorcycle-compare-button .compare-icon::before {
  content: "";
  position: absolute;
  inset: -5px;
}

.compare-icon.compare-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  height: 28px;
  padding: 0 11px 0 7px;
  border-radius: 14px;
  background: rgba(20, 20, 20, 0.78);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease, color 0.2s ease;
}
.compare-icon.compare-chip svg {
  flex: 0 0 auto;
  width: 16px;
  height: 18px;
}
.compare-icon.compare-chip .compare-icon__frame,
.compare-icon.compare-chip .compare-icon__divider {
  stroke: #fff;
}
.compare-icon.compare-chip .compare-icon__toggle-ring {
  fill: #fff;
  stroke: rgba(20, 20, 20, 0.78);
}
.compare-icon.compare-chip .compare-icon__toggle-h,
.compare-icon.compare-chip .compare-icon__toggle-v {
  stroke: #222;
}
.compare-icon.compare-chip .compare-chip__label-added {
  display: none;
}
@media (hover: hover) {
  .compare-icon.compare-chip:hover {
    background: #000;
  }
  .compare-icon.compare-chip:hover .compare-icon__frame {
    fill: #fadc18;
    fill-opacity: 0.35;
  }
}
.compare-icon.compare-chip.is-active {
  background: #1a1a1a;
  color: #fff;
}
.compare-icon.compare-chip.is-active .compare-icon__frame {
  fill: #fadc18;
  fill-opacity: 1;
  stroke: #fadc18;
}
.compare-icon.compare-chip.is-active .compare-icon__divider {
  stroke: #1a1a1a;
}
.compare-icon.compare-chip.is-active .compare-icon__toggle-ring {
  fill: #fadc18;
  stroke: #1a1a1a;
}
.compare-icon.compare-chip.is-active .compare-icon__toggle-h {
  stroke: #1a1a1a;
}
.compare-icon.compare-chip.is-active .compare-icon__toggle-v {
  display: none;
}
.compare-icon.compare-chip.is-active .compare-chip__label-add {
  display: none;
}
.compare-icon.compare-chip.is-active .compare-chip__label-added {
  display: inline;
}
@media (hover: hover) {
  .compare-icon.compare-chip.is-active:hover {
    background: #000;
  }
  .compare-icon.compare-chip.is-active:hover .compare-icon__frame {
    fill: #fadc18;
    fill-opacity: 1;
  }
}
.compare-icon.compare-chip.is-busy .compare-icon__toggle-ring, .compare-icon.compare-chip.is-active.is-busy .compare-icon__toggle-ring {
  fill: none;
  stroke: currentColor;
}

.motorcycle-item__media {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  line-height: 0;
}

.motorcycles-view:not(.block-list) .motorcycle-item__media {
  flex: 0 0 180px;
  width: 180px;
}

.motorcycle-details > .portlet-header-steady {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 24px;
}
.motorcycle-details > .portlet-header-steady .h1-heading {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.motorcycle-details > .portlet-header-steady .motorcycle-details__header-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  line-height: 0;
}
.motorcycle-details > .portlet-header-steady .motorcycle-compare-button {
  position: static;
  margin: 0;
  line-height: 0;
}
.motorcycle-details > .portlet-header-steady .motorcycle-compare-button .compare-icon::before {
  inset: -9px -4px;
}
.motorcycle-details > .portlet-header-steady .compare-icon.compare-chip {
  width: auto;
  height: 26px;
  padding: 0 10px 0 6px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
  text-transform: none;
}
.motorcycle-details > .portlet-header-steady .compare-icon.compare-chip .compare-icon__toggle-ring {
  stroke: #222;
}
@media (hover: hover) {
  .motorcycle-details > .portlet-header-steady .compare-icon.compare-chip:hover {
    background: rgba(255, 255, 255, 0.22);
  }
}
.motorcycle-details > .portlet-header-steady .compare-icon.compare-chip.is-active {
  background: #fff;
  border-color: #fff;
  color: #222;
}
.motorcycle-details > .portlet-header-steady .compare-icon.compare-chip.is-active .compare-icon__frame {
  fill: #fadc18;
  stroke: #222;
}
.motorcycle-details > .portlet-header-steady .compare-icon.compare-chip.is-active .compare-icon__divider {
  stroke: #222;
}
.motorcycle-details > .portlet-header-steady .compare-icon.compare-chip.is-active .compare-icon__toggle-ring {
  fill: #222;
  stroke: #fff;
}
.motorcycle-details > .portlet-header-steady .compare-icon.compare-chip.is-active .compare-icon__toggle-h {
  stroke: #fff;
}
@media (hover: hover) {
  .motorcycle-details > .portlet-header-steady .compare-icon.compare-chip.is-active:hover {
    background: #f2f2f2;
  }
}
.motorcycle-details > .portlet-header-steady .compare-icon.compare-chip.is-busy .compare-icon__toggle-ring, .motorcycle-details > .portlet-header-steady .compare-icon.compare-chip.is-active.is-busy .compare-icon__toggle-ring {
  fill: none;
  stroke: currentColor;
}

.compare-fly {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  will-change: transform, opacity;
}
.compare-fly svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}
.compare-fly svg .compare-icon__frame {
  fill: #fadc18;
  stroke: #222;
  stroke-width: 2.2px;
}
.compare-fly svg .compare-icon__divider {
  stroke: #222;
  stroke-width: 2.2px;
}

.compare-empty .compare-icon .compare-icon__toggle-ring {
  stroke: #fff;
}

@keyframes moCompareShake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(3px);
  }
}
@keyframes moCompareSpin {
  to {
    transform: rotate(360deg);
  }
}
.compare-tray {
  position: fixed;
  top: 48px;
  right: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  height: 30px;
  padding: 0 8px 0 8px;
  border-radius: 0 0 0 8px;
  background: rgba(28, 28, 28, 0.96);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  animation: moCompareTrayIn 0.25s ease;
}
.compare-tray[hidden] {
  display: none;
}
.compare-tray.compare-tray--in-nav {
  position: absolute;
  z-index: -1;
  animation: none;
}
.compare-tray.compare-tray--in-nav.is-settled {
  transition: top 0.28s cubic-bezier(0.4, 0, 0.2, 1), right 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.28s ease, padding 0.28s ease;
}
.compare-tray.compare-tray--under-nav {
  top: 100%;
  padding: 0 8px;
  border-radius: 0 0 8px 8px;
}
.compare-tray.compare-tray--above-nav {
  top: -2px;
  padding: 0 8px 0 5px;
  border-radius: 15px;
}
.compare-tray.is-entering, .compare-tray.compare-tray--in-nav.is-entering {
  animation: moCompareTrayEnter 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), moCompareTrayFlash 0.9s ease-out;
  transform-origin: top center;
}
.compare-tray .compare-tray__thumb.is-popping {
  animation: moFavBump 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.compare-tray .compare-tray__thumbs {
  display: flex;
  flex-shrink: 0;
}
.compare-tray .compare-tray__thumb {
  display: block;
  width: 22px;
  height: 22px;
  margin-left: -7px;
  border-radius: 50%;
  border: 1.5px solid #1c1c1c;
  background: #3a3a3a;
  overflow: hidden;
}
.compare-tray .compare-tray__thumb:first-child {
  margin-left: 0;
}
.compare-tray .compare-tray__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.compare-tray .compare-tray__text {
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.compare-tray .compare-tray__text strong {
  font-weight: 700;
}
.compare-tray .compare-tray__button {
  flex-shrink: 0;
  padding: 0 2px;
  color: #fadc18;
  font-size: 11.5px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.compare-tray .compare-tray__button:hover {
  color: #ffe766;
  text-decoration: underline;
}

.nav-stack:has(> .compare-tray--in-nav) {
  position: relative;
  isolation: isolate;
}
.nav-stack:has(> .compare-tray--in-nav) > .container {
  pointer-events: none;
}
.nav-stack:has(> .compare-tray--in-nav) > .container a,
.nav-stack:has(> .compare-tray--in-nav) > .container button,
.nav-stack:has(> .compare-tray--in-nav) > .container input,
.nav-stack:has(> .compare-tray--in-nav) > .container select,
.nav-stack:has(> .compare-tray--in-nav) > .container label {
  pointer-events: auto;
}

@keyframes moCompareTrayUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moCompareTrayEnter {
  0% {
    opacity: 0;
    transform: translateY(-100%) scaleY(0.6);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
@keyframes moCompareTrayFlash {
  0%, 20% {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(250, 220, 24, 0.9);
  }
  60% {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(250, 220, 24, 0);
  }
  100% {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(250, 220, 24, 0);
  }
}
.compare-fly-image {
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  will-change: left, top, width, height;
}
.compare-fly-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes moCompareTrayIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.compare-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 301;
  transform: translate(-50%, 8px);
  max-width: calc(100vw - 32px);
  padding: 10px 16px;
  background: #fff;
  color: #222;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.compare-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.compare-toast.is-warning {
  background: #fff4d6;
  border-left: 4px solid #dcbf00;
}

.compare-layout {
  --compare-sticky-top: 70px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0.4) 0%, rgba(229, 229, 229, 0.7) 30%, #e5e5e5 100%);
}
.compare-layout .compare-section {
  flex: 1 1 auto;
  min-width: 0;
  padding: 16px;
}
.compare-layout .compare-layout__side {
  flex: 0 0 320px;
  width: 320px;
  position: sticky;
  top: calc(var(--compare-sticky-top, 70px) + 10px);
  z-index: 40;
}

.compare-add {
  position: relative;
  z-index: 40;
}

.compare-section__header,
.compare-add__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 14px;
  line-height: 36px;
}
.compare-section__header > *,
.compare-add__header > * {
  position: relative;
  z-index: 1;
}

.compare-section__title {
  margin: 0;
  font: inherit;
}

.compare-section__count {
  font-size: 0.85rem;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
}
.compare-section__count .compare-section__count-max {
  color: #fadc18;
  font-weight: 700;
  text-transform: uppercase;
}

.compare-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: -4px 0 12px;
}
.compare-toolbar[hidden] {
  display: none;
}
.compare-toolbar .compare-toolbar__switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #373737;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.compare-toolbar .compare-toolbar__switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.compare-toolbar .compare-toolbar__switch .compare-toolbar__slider {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 22px;
  border-radius: 11px;
  background: #b5b5b5;
  transition: background 0.2s ease;
}
.compare-toolbar .compare-toolbar__switch .compare-toolbar__slider::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}
.compare-toolbar .compare-toolbar__switch input:checked + .compare-toolbar__slider {
  background: #dcbf00;
}
.compare-toolbar .compare-toolbar__switch input:checked + .compare-toolbar__slider::after {
  transform: translateX(18px);
}
.compare-toolbar .compare-toolbar__switch input:focus-visible + .compare-toolbar__slider {
  outline: 2px solid #222;
  outline-offset: 2px;
}
.compare-toolbar .compare-toolbar__switch.is-disabled {
  opacity: 0.45;
  cursor: default;
}
.compare-toolbar .compare-toolbar__clear {
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.compare-toolbar .compare-toolbar__clear:hover {
  color: #000;
}

.compare-results {
  position: relative;
}
.compare-results .compare-results__content {
  transition: opacity 0.2s ease-out;
}
.compare-results.is-pending {
  min-height: 160px;
}
.compare-results.is-pending .compare-results__content {
  visibility: hidden;
}
.compare-results.is-loading {
  min-height: 160px;
}
.compare-results.is-loading .compare-results__content {
  opacity: 0.5;
  pointer-events: none;
  transition-delay: 0.2s;
}

.compare-section__header .inventory-progress-bar,
.compare-add__header .inventory-progress-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 6;
}

.compare-notice {
  margin: 0 0 12px;
  padding: 10px 14px;
  background: #fff;
  border-left: 4px solid #fadc18;
  font-size: 14px;
  line-height: 20px;
  color: #373737;
}
.compare-notice.compare-notice--warning {
  border-left-color: #b3261e;
}

.compare-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  background: #fff;
  text-align: center;
}
.compare-empty .compare-empty__icon {
  width: 56px;
  height: 60px;
  margin-bottom: 8px;
}
.compare-empty .compare-empty__icon .compare-icon {
  width: 100%;
  height: 100%;
  cursor: default;
}
.compare-empty .compare-empty__icon .compare-icon .compare-icon__frame {
  fill: #fadc18;
  stroke: #222;
}
.compare-empty .compare-empty__icon .compare-icon .compare-icon__divider {
  stroke: #222;
}
.compare-empty .compare-empty__title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #373737;
}
.compare-empty .compare-empty__text {
  max-width: 520px;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 22px;
  color: #555;
}
.compare-empty .compare-empty__text .compare-empty__inline-icon {
  width: 18px;
  height: 18px;
  margin: 0 1px;
  vertical-align: -4px;
}
.compare-empty .compare-empty__text .compare-empty__inline-icon .compare-icon__frame {
  fill: #fadc18;
  stroke: #222;
  stroke-width: 2;
}
.compare-empty .compare-empty__text .compare-empty__inline-icon .compare-icon__divider,
.compare-empty .compare-empty__text .compare-empty__inline-icon .compare-icon__toggle-h,
.compare-empty .compare-empty__text .compare-empty__inline-icon .compare-icon__toggle-v {
  stroke: #222;
  stroke-width: 2;
  fill: none;
}
.compare-empty .compare-empty__text .compare-empty__inline-icon .compare-icon__toggle-ring {
  fill: #fff;
  stroke: #222;
  stroke-width: 2;
}
.compare-empty .compare-empty__text .compare-empty__inline-chip {
  white-space: nowrap;
  font-weight: 700;
  color: #373737;
}
.compare-empty .compare-empty__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.compare-empty .compare-empty__button {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to bottom, #fbe01c 0%, #ecc818 100%);
  transition: background 0.2s, box-shadow 0.2s;
}
.compare-empty .compare-empty__button:hover, .compare-empty .compare-empty__button:focus {
  background: rgb(83.1237647059%, 70.1694117647%, 6.8370196078%);
}
.compare-empty .compare-empty__button {
  color: #222;
  font-family: inherit;
}
.compare-empty .compare-empty__link {
  font-size: 14px;
  color: #555;
  text-decoration: underline;
}
.compare-empty .compare-empty__link:hover {
  color: #373737;
}

.compare-table-wrapper {
  background: #fff;
}

.compare-table {
  --compare-shrink: 0;
  --compare-img-full: 150px;
  --compare-img-thumb: 32px;
  --compare-thumb-w: 44px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 15px;
  line-height: 21px;
  color: #373737;
}
.compare-table th,
.compare-table td {
  box-sizing: border-box;
  padding: 9px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d9d9d9;
}
.compare-table .compare-table__head th {
  position: sticky;
  top: calc(var(--compare-sticky-top, 0px) - var(--compare-head-shift, 0px));
  z-index: 3;
  padding: 12px 10px 10px;
  vertical-align: top;
  background: #fff;
  border-bottom: 2px solid #d9d9d9;
  overflow: hidden;
}
.compare-table .compare-table__head .compare-card {
  transform: translateY(calc(var(--compare-shrink) * var(--compare-head-shift, 0px)));
}
.compare-table .compare-table__head .compare-table__corner {
  vertical-align: bottom;
}
.compare-table .compare-table__corner {
  width: 190px;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 700;
  color: #777;
  text-transform: uppercase;
}
.compare-table .compare-table__col + .compare-table__col,
.compare-table .compare-table__value + .compare-table__value {
  border-left: 1px solid #d9d9d9;
}
.compare-table .compare-table__group-title th {
  padding: 8px 14px;
  background: #373737;
  color: #fff;
  font-size: 13.3px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 0;
}
.compare-table .compare-table__label {
  font-weight: 600;
  color: #444;
  background: #fafafa;
}
.compare-table .compare-table__row:nth-child(odd) .compare-table__value {
  background: #fff;
}
.compare-table .compare-table__row:nth-child(even) .compare-table__value {
  background: #f6f6f6;
}
.compare-table .compare-table__value {
  word-break: break-word;
}
.compare-table .compare-table__value s {
  margin-left: 6px;
  color: #828282;
  font-size: 13px;
}
.compare-table .compare-table__value a {
  color: #006693;
  text-decoration: underline;
}
.compare-table .compare-table__value.is-best {
  font-weight: 700;
  color: #222;
}
.compare-table .compare-table__value.is-empty .compare-table__dash {
  color: #aaa;
}
.compare-table .compare-table__row.is-different .compare-table__label {
  box-shadow: inset 3px 0 0 #fadc18;
}
.compare-table .compare-table__group.is-hidden {
  display: none;
}

.compare-results.show-differences-only .compare-table__row.is-same {
  display: none;
}

.compare-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: calc(24px * (1 - var(--compare-shrink)));
  font-weight: 400;
}
.compare-card .compare-card__remove {
  --compare-remove-size: 26px;
  --compare-remove-bar: 11px;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  width: var(--compare-remove-size);
  height: var(--compare-remove-size);
  padding: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(20, 20, 20, 0.72);
  color: transparent;
  font-size: 0;
  line-height: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: background 0.15s ease;
}
.compare-card .compare-card__remove::before, .compare-card .compare-card__remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--compare-remove-bar);
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.compare-card .compare-card__remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.compare-card .compare-card__remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.compare-card .compare-card__remove:hover {
  background: #b3261e;
}
.compare-card .compare-card__image {
  display: block;
  position: relative;
  width: calc(100% - (100% - var(--compare-thumb-w)) * var(--compare-shrink));
  height: calc(var(--compare-img-full) + (var(--compare-img-thumb) - var(--compare-img-full)) * var(--compare-shrink));
  overflow: hidden;
  background: #eee;
}
.compare-card .compare-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.compare-card .compare-card__sold {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: calc(3px - 2px * var(--compare-shrink)) calc(10px - 7px * var(--compare-shrink));
  background: #b3261e;
  color: #fff;
  font-size: calc(12px - 4px * var(--compare-shrink));
  line-height: calc(16px - 6px * var(--compare-shrink));
  font-weight: 700;
  letter-spacing: calc(0.2px * var(--compare-shrink));
  text-transform: uppercase;
  white-space: nowrap;
}
.compare-card .compare-card__title {
  display: block;
  margin-top: 6px;
  color: #222;
  text-decoration: none;
}
.compare-card .compare-card__title:hover {
  text-decoration: underline;
}
.compare-card .compare-card__brand {
  display: block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.compare-card .compare-card__type {
  display: block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compare-card .compare-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: calc(120px * (1 - var(--compare-shrink)));
  overflow: hidden;
  opacity: calc(1 - var(--compare-shrink) * 3);
}
.compare-card .compare-card__price {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #006693;
}
.compare-card .compare-card__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.compare-card .compare-card__highlight {
  display: inline-block;
  padding: 1px 8px;
  background: #fadc18;
  color: #222;
  font-size: 11.5px;
  line-height: 17px;
  font-weight: 700;
  white-space: nowrap;
}
.compare-card.compare-card--add {
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: calc(var(--compare-img-full) + (var(--compare-img-thumb) - var(--compare-img-full)) * var(--compare-shrink));
  padding: 8px;
  border: 2px dashed #c4c4c4;
  background: #fafafa;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, min-height 0.15s ease;
}
.compare-card.compare-card--add .compare-card__add-text-short {
  display: none;
}
.compare-card.compare-card--add .compare-card__plus {
  --compare-plus-size: 44px;
  --compare-plus-bar: 16px;
  position: relative;
  display: block;
  width: var(--compare-plus-size);
  height: var(--compare-plus-size);
  border-radius: 50%;
  background: #e9e9e9;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background 0.15s ease;
}
.compare-card.compare-card--add .compare-card__plus::before, .compare-card.compare-card--add .compare-card__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #444;
  border-radius: 1px;
}
.compare-card.compare-card--add .compare-card__plus::before {
  width: var(--compare-plus-bar);
  height: 2.5px;
}
.compare-card.compare-card--add .compare-card__plus::after {
  width: 2.5px;
  height: var(--compare-plus-bar);
}
.compare-card.compare-card--add:hover, .compare-card.compare-card--add:focus-visible {
  border-color: #dcbf00;
  color: #222;
  background: #fffbe6;
}
.compare-card.compare-card--add:hover .compare-card__plus, .compare-card.compare-card--add:focus-visible .compare-card__plus {
  background: #fadc18;
}

.compare-table__col .compare-card__link {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #006693;
  text-decoration: underline;
  opacity: calc(1 - var(--compare-shrink) * 3);
}

.compare-table.is-compact .compare-card {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-height: var(--compare-img-thumb);
  padding-bottom: 0;
}
.compare-table.is-compact .compare-card .compare-card__image {
  flex: 0 0 auto;
}
.compare-table.is-compact .compare-card .compare-card__title {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
  padding-right: 26px;
}
.compare-table.is-compact .compare-card .compare-card__brand,
.compare-table.is-compact .compare-card .compare-card__type {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compare-table.is-compact .compare-card .compare-card__meta {
  display: none;
}
.compare-table.is-compact .compare-card .compare-card__remove {
  --compare-remove-size: 22px;
  --compare-remove-bar: 9px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.compare-table.is-compact .compare-card.compare-card--add {
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  padding: 0 8px;
  font-size: 12.5px;
}
.compare-table.is-compact .compare-card.compare-card--add .compare-card__plus {
  --compare-plus-size: 22px;
  --compare-plus-bar: 10px;
  flex: 0 0 auto;
}
.compare-table.is-compact .compare-card.compare-card--add .compare-card__add-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compare-table.is-compact .compare-card.compare-card--add .compare-card__add-text-long {
  display: none;
}
.compare-table.is-compact .compare-card.compare-card--add .compare-card__add-text-short {
  display: inline;
}
.compare-table.is-compact .compare-table__corner {
  font-size: 11px;
}
.compare-table.is-compact .compare-table__col .compare-card__link {
  display: none;
}

.compare-table__col.is-sold .compare-card__image img {
  filter: grayscale(1);
  opacity: 0.7;
}

.compare-table__col.is-removing {
  opacity: 0.3;
  transition: opacity 0.2s ease;
}

.compare-add {
  padding: 16px;
}
.compare-add.is-highlighted .compare-add__header {
  animation: moCompareHighlight 0.9s ease;
}
.compare-add .compare-add__toggle {
  display: none;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: none;
  color: #fadc18;
  cursor: pointer;
}
.compare-add .compare-add__toggle svg {
  display: block;
  margin: 0 auto;
}
.compare-add .compare-add__intro {
  margin: 0 0 12px;
  font-size: 13.5px;
  line-height: 19px;
  color: #555;
}
.compare-add .compare-add__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.compare-add .compare-add__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.compare-add .compare-add__label {
  font-size: 12px;
  font-weight: 700;
  color: #373737;
  text-transform: uppercase;
}
.compare-add .select-style {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.compare-add .select-style.select-style--single .ts-wrapper.single .ts-control, .compare-add .select-style.select-style--single .ts-control {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 38px;
  min-height: 38px;
  padding: 0 46px 0 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.compare-add .select-style.select-style--single .ts-wrapper.single .ts-control .item, .compare-add .select-style.select-style--single .ts-control .item {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0.85rem;
  line-height: 20px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-add .select-style.select-style--single .ts-wrapper.single .ts-control > input, .compare-add .select-style.select-style--single .ts-control > input {
  position: absolute;
  width: 0;
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.compare-add .select-style.select-style--single .ts-wrapper.disabled {
  opacity: 1;
}
.compare-add .select-style.select-style--single .ts-wrapper.disabled .ts-control {
  background: transparent;
  opacity: 1;
  cursor: default;
}
.compare-add .select-style.select-style--single .ts-wrapper.disabled .ts-control .item {
  color: #111;
  opacity: 1;
}
.compare-add .select-style.select-style--single .ts-wrapper.single .ts-control::after {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  width: 38px;
  height: 100%;
  margin: 0 !important;
  border: 0 !important;
  transform: translateY(-50%);
  background: linear-gradient(to bottom, #fadc18 0%, rgb(189, 161, 0) 100%);
  z-index: 9;
  pointer-events: auto;
  cursor: pointer;
}
.compare-add .select-style.select-style--single .ts-wrapper.single .ts-control::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  transform: translateY(-45%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #222;
  z-index: 10;
  pointer-events: none;
}
.compare-add .compare-add__select:disabled {
  color: #777;
  cursor: default;
}
.compare-add .compare-add__status {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 18px;
  color: #555;
}
.compare-add .compare-add__status[hidden] {
  display: none;
}
.compare-add .compare-add__list {
  position: relative;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.compare-add .compare-add__list[hidden] {
  display: none;
}
.compare-add .compare-add__frame {
  position: relative;
}
.compare-add .compare-add__frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.compare-add .compare-add__list.has-more .compare-add__frame::after {
  opacity: 1;
}
.compare-add .compare-add__pager-slot:empty {
  display: none;
}
.compare-add .compare-add__list:has(.compare-add__pager) .compare-add__results-scroll {
  --compare-add-pagers: 88px;
}
.compare-add .compare-add__pager-slot:first-child .compare-add__pager {
  border-bottom: 1px solid #eee;
}
.compare-add .compare-add__pager-slot:last-child .compare-add__pager {
  border-top: 1px solid #eee;
}
.compare-add .compare-add__results-scroll {
  position: relative;
  --compare-add-pagers: 0px;
  max-height: min(520px, 100vh - var(--compare-sticky-top, 70px) - 400px - var(--compare-add-pagers));
  min-height: 120px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #9a9a9a #ececec;
}
.compare-add .compare-add__results-scroll::-webkit-scrollbar {
  width: 8px;
}
.compare-add .compare-add__results-scroll::-webkit-scrollbar-track {
  background: #ececec;
}
.compare-add .compare-add__results-scroll::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border: 2px solid #ececec;
  border-radius: 4px;
}
.compare-add .compare-add__results {
  transition: opacity 0.2s ease-out;
}
.compare-add .compare-add__list.is-loading .compare-add__results {
  opacity: 0.4;
}
.compare-add .compare-add__results {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
.compare-add .compare-add__result {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-areas: "image text" "image button";
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 6px;
  padding: 10px 0;
  border-top: 1px solid #eee;
}
.compare-add .compare-add__result:first-child {
  border-top: 0;
}
.compare-add .compare-add__result[hidden] {
  display: none;
}
.compare-add .compare-add__result-link {
  grid-area: image;
  line-height: 0;
}
.compare-add .compare-add__result-link img {
  display: block;
  width: 64px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #eee;
}
.compare-add .compare-add__result-text {
  grid-area: text;
  min-width: 0;
  display: flex;
  flex-direction: column;
  font-size: 12.5px;
  line-height: 17px;
  color: #555;
}
.compare-add .compare-add__result-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compare-add .compare-add__result-dealer {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
}
.compare-add .compare-add__result-button {
  grid-area: button;
  justify-self: start;
  height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #fadc18 0%, #dcbf00 100%);
  color: #222;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
  cursor: pointer;
}
.compare-add .compare-add__result-button .compare-add__result-button-remove {
  display: none;
}
.compare-add .compare-add__result-button.is-active {
  background: #222;
  color: #fff;
}
.compare-add .compare-add__result-button.is-active .compare-add__result-button-add {
  display: none;
}
.compare-add .compare-add__result-button.is-active .compare-add__result-button-remove {
  display: inline;
}
.compare-add .compare-add__result-button.is-shaking {
  animation: moCompareShake 0.4s ease;
}
.compare-add .compare-add__empty {
  margin: 0;
  padding: 14px 10px;
  font-size: 13.5px;
  color: #666;
}
.compare-add .compare-add__pager {
  justify-content: center;
  margin: 0;
  padding: 8px 10px;
}
.compare-add .compare-add__pager .pagination {
  padding: 3px 8px;
  font: inherit;
  font-size: 13px;
  line-height: 1.2em;
}
.compare-add .compare-add__pager .pagination-prev,
.compare-add .compare-add__pager .pagination-next {
  width: 30px;
  height: calc(1.2em + 8px);
}

@keyframes moCompareHighlight {
  0%, 100% {
    box-shadow: none;
  }
  30% {
    box-shadow: 0 0 0 3px #fadc18;
  }
}
.compare-table-wrapper.is-scrolling {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.compare-table-wrapper.is-scrolling .compare-table {
  width: auto;
  min-width: 100%;
  table-layout: auto;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__head th {
  position: relative;
  top: auto;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__head th.compare-table__corner {
  position: sticky;
  left: 0;
  top: auto;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__corner,
.compare-table-wrapper.is-scrolling .compare-table .compare-table__label {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 170px;
  min-width: 170px;
  max-width: 170px;
  background: #fafafa;
  box-shadow: 1px 0 0 #d9d9d9, 6px 0 10px -4px rgba(0, 0, 0, 0.18);
  overflow-wrap: anywhere;
  hyphens: auto;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__corner {
  z-index: 4;
  background: #fff;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__group-label {
  position: sticky;
  left: 10px;
  display: inline-block;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__col {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__value {
  min-width: 200px;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__col--empty {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__col--empty ~ .compare-table__col--empty,
.compare-table-wrapper.is-scrolling .compare-table .compare-table__value--empty ~ .compare-table__value--empty {
  display: none;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__value--empty {
  min-width: 140px;
}
.compare-table-wrapper.is-scrolling .compare-table .compare-table__row.is-different .compare-table__label {
  box-shadow: inset 3px 0 0 #fadc18, 1px 0 0 #d9d9d9, 6px 0 10px -4px rgba(0, 0, 0, 0.18);
}
.compare-table-wrapper.is-scrolling {
  padding-bottom: 46px;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  scrollbar-width: none;
}
.compare-table-wrapper.is-scrolling::-webkit-scrollbar {
  display: none;
}
.compare-table-wrapper.is-scrolling.is-dragging {
  cursor: grabbing;
}
.compare-table-wrapper.is-scrolling.is-dragging a,
.compare-table-wrapper.is-scrolling.is-dragging button {
  pointer-events: none;
}
.compare-table-wrapper.is-scrolling a,
.compare-table-wrapper.is-scrolling button,
.compare-table-wrapper.is-scrolling input,
.compare-table-wrapper.is-scrolling select,
.compare-table-wrapper.is-scrolling label {
  cursor: pointer;
}

.compare-scrollbar {
  position: fixed;
  z-index: 90;
  display: none;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  height: 30px;
  padding: 0 6px;
  border-radius: 15px;
  background: rgba(28, 28, 28, 0.94);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}
.compare-scrollbar.is-visible {
  display: flex;
}
.compare-scrollbar.is-resting {
  box-shadow: none;
  backdrop-filter: none;
}
.compare-scrollbar .compare-scrollbar__arrow {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease, opacity 0.15s ease;
}
.compare-scrollbar .compare-scrollbar__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: translate(-30%, -50%) rotate(-135deg);
}
.compare-scrollbar .compare-scrollbar__arrow--right::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.compare-scrollbar .compare-scrollbar__arrow:hover {
  background: rgba(255, 255, 255, 0.14);
}
.compare-scrollbar.at-start .compare-scrollbar__arrow--left, .compare-scrollbar.at-end .compare-scrollbar__arrow--right {
  opacity: 0.3;
  pointer-events: none;
}
.compare-scrollbar .compare-scrollbar__track {
  position: relative;
  flex: 1 1 auto;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  touch-action: none;
}
.compare-scrollbar .compare-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 4px;
  background: #fadc18;
  cursor: grab;
  will-change: transform;
  transition: background 0.15s ease;
  touch-action: none;
}
.compare-scrollbar .compare-scrollbar__thumb::before {
  content: "";
  position: absolute;
  inset: -12px 0;
}
.compare-scrollbar .compare-scrollbar__thumb:hover {
  background: #ffe766;
}
.compare-scrollbar.is-dragging .compare-scrollbar__thumb {
  background: #ffe766;
  cursor: grabbing;
}

@keyframes moCompareSheetIn {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moCompareSheetBackdrop {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.6);
  }
}
html:has(> body.compare-sheet-open) {
  overflow: hidden;
}

body.is-mobile .motorcycle-details > .portlet-header-steady {
  gap: 10px;
  padding-right: 12px;
}
body.is-mobile .motorcycle-details > .portlet-header-steady::after {
  display: none;
}
body.is-mobile .motorcycle-details > .portlet-header-steady .h1-heading {
  padding-right: 0;
}
body.is-mobile .motorcycle-details > .portlet-header-steady .motorcycle-details__header-actions {
  margin-right: 12px;
}
body.is-mobile .motorcycle-details > .portlet-header-steady .compare-icon.compare-chip {
  height: 26px;
  padding: 0 9px 0 6px;
  font-size: 11px;
  line-height: 24px;
}
body.is-mobile .motorcycle-details > .portlet-header-steady .compare-icon.compare-chip svg {
  width: 15px;
  height: 17px;
}
body.is-mobile .compare-tray.compare-tray--bottom {
  position: sticky;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: none;
  height: 46px;
  gap: 10px;
  padding: 0 14px;
  border-radius: 0;
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
  animation: moCompareTrayUp 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
body.is-mobile .compare-tray.compare-tray--bottom .compare-tray__thumb {
  width: 28px;
  height: 28px;
  margin-left: -9px;
}
body.is-mobile .compare-tray.compare-tray--bottom .compare-tray__text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.is-mobile .compare-tray.compare-tray--bottom .compare-tray__button {
  height: 32px;
  padding: 0 14px;
  border-radius: 6px;
  background: linear-gradient(to bottom, #fadc18 0%, #dcbf00 100%);
  color: #222;
  font-size: 12.5px;
  line-height: 32px;
  text-decoration: none;
}
body.is-mobile .compare-tray.compare-tray--bottom.is-entering {
  animation: moCompareTrayUp 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), moCompareTrayFlash 0.9s ease-out;
  transform-origin: bottom center;
}
body.is-mobile .compare-tray.compare-tray--bottom.is-docked {
  box-shadow: none;
}
body.is-mobile .compare-tray__anchor {
  display: block;
  height: 0;
}
body.is-mobile.has-compare-tray .compare-toast {
  bottom: calc(var(--compare-tray-bottom, 0px) + 58px);
}
body.is-mobile .compare-layout {
  flex-direction: column;
  gap: 12px;
  padding: 0 0 16px;
  background: none;
}
body.is-mobile .compare-layout .compare-section.compare-section.compare-section {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  box-shadow: none;
}
body.is-mobile .compare-layout .compare-section.compare-section.compare-section > .compare-section__header.portlet-header-steady {
  margin: 0;
}
body.is-mobile .compare-layout .compare-layout__side {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 400;
  width: auto;
  flex: none;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  overscroll-behavior: contain;
}
body.is-mobile .compare-layout .compare-layout__side.is-open {
  display: flex;
  animation: moCompareSheetBackdrop 0.2s ease;
}
body.is-mobile .compare-section__count {
  padding-right: 12px;
}
body.is-mobile .compare-toolbar {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 7px 14px;
  gap: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #d9d9d9;
}
body.is-mobile .compare-toolbar .compare-toolbar__switch {
  gap: 8px;
  font-size: 13px;
  white-space: nowrap;
}
body.is-mobile .compare-toolbar .compare-toolbar__switch .compare-toolbar__slider {
  width: 34px;
  height: 20px;
}
body.is-mobile .compare-toolbar .compare-toolbar__switch .compare-toolbar__slider::after {
  width: 14px;
  height: 14px;
}
body.is-mobile .compare-toolbar .compare-toolbar__switch input:checked + .compare-toolbar__slider::after {
  transform: translateX(14px);
}
body.is-mobile .compare-toolbar .compare-toolbar__clear {
  margin-left: 0;
  font-size: 12.5px;
  white-space: nowrap;
}
body.is-mobile .compare-notice {
  margin: 10px 14px;
}
body.is-mobile .compare-empty {
  margin: 12px 14px;
  padding: 28px 16px;
}
body.is-mobile .compare-table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
body.is-mobile .compare-table-wrapper .compare-table {
  width: auto;
  min-width: 100%;
  table-layout: auto;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__head th {
  position: relative;
  top: auto;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__head th.compare-table__corner {
  position: sticky;
  left: 0;
  top: auto;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__corner,
body.is-mobile .compare-table-wrapper .compare-table .compare-table__label {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 112px;
  min-width: 112px;
  max-width: 112px;
  background: #fafafa;
  box-shadow: 1px 0 0 #d9d9d9, 6px 0 10px -4px rgba(0, 0, 0, 0.18);
  overflow-wrap: anywhere;
  hyphens: auto;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__corner {
  z-index: 4;
  background: #fff;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__group-label {
  position: sticky;
  left: 10px;
  display: inline-block;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__col {
  width: 168px;
  min-width: 168px;
  max-width: 168px;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__value {
  min-width: 168px;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__col--empty {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__col--empty ~ .compare-table__col--empty,
body.is-mobile .compare-table-wrapper .compare-table .compare-table__value--empty ~ .compare-table__value--empty {
  display: none;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__value--empty {
  min-width: 120px;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__row.is-different .compare-table__label {
  box-shadow: inset 3px 0 0 #fadc18, 1px 0 0 #d9d9d9, 6px 0 10px -4px rgba(0, 0, 0, 0.18);
}
body.is-mobile .compare-table-wrapper {
  padding-bottom: 46px;
  scrollbar-width: none;
}
body.is-mobile .compare-table-wrapper::-webkit-scrollbar {
  display: none;
}
body.is-mobile .compare-table-wrapper .compare-table {
  font-size: 13.5px;
  line-height: 19px;
}
body.is-mobile .compare-table-wrapper .compare-table th,
body.is-mobile .compare-table-wrapper .compare-table td {
  padding: 8px 10px;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__head th {
  padding: 8px 8px 6px;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__corner,
body.is-mobile .compare-table-wrapper .compare-table .compare-table__label {
  font-size: 12.5px;
  line-height: 17px;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__corner {
  font-size: 11px;
}
body.is-mobile .compare-table-wrapper .compare-table .compare-table__group-title th {
  font-size: 12.5px;
}
body.is-mobile .compare-table-wrapper .compare-table {
  --compare-thumb-w: 48px;
}
body.is-mobile .compare-table-wrapper .compare-table.is-compact .compare-card .compare-card__title {
  padding-right: 24px;
}
body.is-mobile .compare-table-wrapper .compare-table.is-compact .compare-card .compare-card__remove {
  top: 50%;
  right: 0;
}
body.is-mobile .compare-table__col .compare-card__link {
  left: 8px;
  bottom: 6px;
}
body.is-mobile .compare-card .compare-card__remove {
  --compare-remove-size: 24px;
  --compare-remove-bar: 10px;
}
body.is-mobile .compare-card .compare-card__brand,
body.is-mobile .compare-card .compare-card__type {
  font-size: 13.5px;
  line-height: 17px;
}
body.is-mobile .compare-card .compare-card__price {
  font-size: 15px;
  line-height: 20px;
}
body.is-mobile .compare-card .compare-card__highlight {
  font-size: 10.5px;
  line-height: 15px;
  padding: 1px 6px;
}
body.is-mobile .compare-card.compare-card--add {
  padding: 8px;
  font-size: 13px;
}
body.is-mobile .compare-card.compare-card--add .compare-card__plus {
  --compare-plus-size: 38px;
  --compare-plus-bar: 14px;
}
body.is-mobile .compare-add.compare-add.compare-add {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 90dvh;
  max-height: calc(100dvh - 53px);
  margin-top: auto;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.35);
  animation: moCompareSheetIn 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
body.is-mobile .compare-add.compare-add.compare-add .compare-add__header.portlet-header-steady {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  z-index: 2;
}
body.is-mobile .compare-add.compare-add.compare-add .compare-add__toggle {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(20, 20, 20, 0.72);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
body.is-mobile .compare-add.compare-add.compare-add .compare-add__toggle svg {
  display: none;
}
body.is-mobile .compare-add.compare-add.compare-add .compare-add__toggle::before, body.is-mobile .compare-add.compare-add.compare-add .compare-add__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
body.is-mobile .compare-add.compare-add.compare-add .compare-add__toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.is-mobile .compare-add.compare-add.compare-add .compare-add__toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.is-mobile .compare-add.compare-add.compare-add .compare-add__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 14px 14px 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
body.is-mobile .compare-add.compare-add.compare-add .compare-add__results-scroll {
  max-height: none;
  overflow: visible;
}

@media (max-width: 900px) {
  body.is-desktop .motorcycle-details > .portlet-header-steady {
    gap: 10px;
    padding-right: 12px;
  }
  body.is-desktop .motorcycle-details > .portlet-header-steady::after {
    display: none;
  }
  body.is-desktop .motorcycle-details > .portlet-header-steady .h1-heading {
    padding-right: 0;
  }
  body.is-desktop .motorcycle-details > .portlet-header-steady .motorcycle-details__header-actions {
    margin-right: 12px;
  }
  body.is-desktop .motorcycle-details > .portlet-header-steady .compare-icon.compare-chip {
    height: 26px;
    padding: 0 9px 0 6px;
    font-size: 11px;
    line-height: 24px;
  }
  body.is-desktop .motorcycle-details > .portlet-header-steady .compare-icon.compare-chip svg {
    width: 15px;
    height: 17px;
  }
  body.is-desktop .compare-tray.compare-tray--bottom {
    position: sticky;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    height: 46px;
    gap: 10px;
    padding: 0 14px;
    border-radius: 0;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
    animation: moCompareTrayUp 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  body.is-desktop .compare-tray.compare-tray--bottom .compare-tray__thumb {
    width: 28px;
    height: 28px;
    margin-left: -9px;
  }
  body.is-desktop .compare-tray.compare-tray--bottom .compare-tray__text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.is-desktop .compare-tray.compare-tray--bottom .compare-tray__button {
    height: 32px;
    padding: 0 14px;
    border-radius: 6px;
    background: linear-gradient(to bottom, #fadc18 0%, #dcbf00 100%);
    color: #222;
    font-size: 12.5px;
    line-height: 32px;
    text-decoration: none;
  }
  body.is-desktop .compare-tray.compare-tray--bottom.is-entering {
    animation: moCompareTrayUp 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), moCompareTrayFlash 0.9s ease-out;
    transform-origin: bottom center;
  }
  body.is-desktop .compare-tray.compare-tray--bottom.is-docked {
    box-shadow: none;
  }
  body.is-desktop .compare-tray__anchor {
    display: block;
    height: 0;
  }
  body.is-desktop.has-compare-tray .compare-toast {
    bottom: calc(var(--compare-tray-bottom, 0px) + 58px);
  }
  body.is-desktop .compare-layout {
    flex-direction: column;
    gap: 12px;
    padding: 0 0 16px;
    background: none;
  }
  body.is-desktop .compare-layout .compare-section.compare-section.compare-section {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    box-shadow: none;
  }
  body.is-desktop .compare-layout .compare-section.compare-section.compare-section > .compare-section__header.portlet-header-steady {
    margin: 0;
  }
  body.is-desktop .compare-layout .compare-layout__side {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 400;
    width: auto;
    flex: none;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body.is-desktop .compare-layout .compare-layout__side.is-open {
    display: flex;
    animation: moCompareSheetBackdrop 0.2s ease;
  }
  body.is-desktop .compare-section__count {
    padding-right: 12px;
  }
  body.is-desktop .compare-toolbar {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 7px 14px;
    gap: 10px;
    background: #f1f1f1;
    border-bottom: 1px solid #d9d9d9;
  }
  body.is-desktop .compare-toolbar .compare-toolbar__switch {
    gap: 8px;
    font-size: 13px;
    white-space: nowrap;
  }
  body.is-desktop .compare-toolbar .compare-toolbar__switch .compare-toolbar__slider {
    width: 34px;
    height: 20px;
  }
  body.is-desktop .compare-toolbar .compare-toolbar__switch .compare-toolbar__slider::after {
    width: 14px;
    height: 14px;
  }
  body.is-desktop .compare-toolbar .compare-toolbar__switch input:checked + .compare-toolbar__slider::after {
    transform: translateX(14px);
  }
  body.is-desktop .compare-toolbar .compare-toolbar__clear {
    margin-left: 0;
    font-size: 12.5px;
    white-space: nowrap;
  }
  body.is-desktop .compare-notice {
    margin: 10px 14px;
  }
  body.is-desktop .compare-empty {
    margin: 12px 14px;
    padding: 28px 16px;
  }
  body.is-desktop .compare-table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  body.is-desktop .compare-table-wrapper .compare-table {
    width: auto;
    min-width: 100%;
    table-layout: auto;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__head th {
    position: relative;
    top: auto;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__head th.compare-table__corner {
    position: sticky;
    left: 0;
    top: auto;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__corner,
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__label {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    background: #fafafa;
    box-shadow: 1px 0 0 #d9d9d9, 6px 0 10px -4px rgba(0, 0, 0, 0.18);
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__corner {
    z-index: 4;
    background: #fff;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__group-label {
    position: sticky;
    left: 10px;
    display: inline-block;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__col {
    width: 168px;
    min-width: 168px;
    max-width: 168px;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__value {
    min-width: 168px;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__col--empty {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__col--empty ~ .compare-table__col--empty,
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__value--empty ~ .compare-table__value--empty {
    display: none;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__value--empty {
    min-width: 120px;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__row.is-different .compare-table__label {
    box-shadow: inset 3px 0 0 #fadc18, 1px 0 0 #d9d9d9, 6px 0 10px -4px rgba(0, 0, 0, 0.18);
  }
  body.is-desktop .compare-table-wrapper {
    padding-bottom: 46px;
    scrollbar-width: none;
  }
  body.is-desktop .compare-table-wrapper::-webkit-scrollbar {
    display: none;
  }
  body.is-desktop .compare-table-wrapper .compare-table {
    font-size: 13.5px;
    line-height: 19px;
  }
  body.is-desktop .compare-table-wrapper .compare-table th,
  body.is-desktop .compare-table-wrapper .compare-table td {
    padding: 8px 10px;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__head th {
    padding: 8px 8px 6px;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__corner,
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__label {
    font-size: 12.5px;
    line-height: 17px;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__corner {
    font-size: 11px;
  }
  body.is-desktop .compare-table-wrapper .compare-table .compare-table__group-title th {
    font-size: 12.5px;
  }
  body.is-desktop .compare-table-wrapper .compare-table {
    --compare-thumb-w: 48px;
  }
  body.is-desktop .compare-table-wrapper .compare-table.is-compact .compare-card .compare-card__title {
    padding-right: 24px;
  }
  body.is-desktop .compare-table-wrapper .compare-table.is-compact .compare-card .compare-card__remove {
    top: 50%;
    right: 0;
  }
  body.is-desktop .compare-table__col .compare-card__link {
    left: 8px;
    bottom: 6px;
  }
  body.is-desktop .compare-card .compare-card__remove {
    --compare-remove-size: 24px;
    --compare-remove-bar: 10px;
  }
  body.is-desktop .compare-card .compare-card__brand,
  body.is-desktop .compare-card .compare-card__type {
    font-size: 13.5px;
    line-height: 17px;
  }
  body.is-desktop .compare-card .compare-card__price {
    font-size: 15px;
    line-height: 20px;
  }
  body.is-desktop .compare-card .compare-card__highlight {
    font-size: 10.5px;
    line-height: 15px;
    padding: 1px 6px;
  }
  body.is-desktop .compare-card.compare-card--add {
    padding: 8px;
    font-size: 13px;
  }
  body.is-desktop .compare-card.compare-card--add .compare-card__plus {
    --compare-plus-size: 38px;
    --compare-plus-bar: 14px;
  }
  body.is-desktop .compare-add.compare-add.compare-add {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 90dvh;
    max-height: calc(100dvh - 53px);
    margin-top: auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.35);
    animation: moCompareSheetIn 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  body.is-desktop .compare-add.compare-add.compare-add .compare-add__header.portlet-header-steady {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    z-index: 2;
  }
  body.is-desktop .compare-add.compare-add.compare-add .compare-add__toggle {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.72);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  }
  body.is-desktop .compare-add.compare-add.compare-add .compare-add__toggle svg {
    display: none;
  }
  body.is-desktop .compare-add.compare-add.compare-add .compare-add__toggle::before, body.is-desktop .compare-add.compare-add.compare-add .compare-add__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
  }
  body.is-desktop .compare-add.compare-add.compare-add .compare-add__toggle::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.is-desktop .compare-add.compare-add.compare-add .compare-add__toggle::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  body.is-desktop .compare-add.compare-add.compare-add .compare-add__body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 14px 14px 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  body.is-desktop .compare-add.compare-add.compare-add .compare-add__results-scroll {
    max-height: none;
    overflow: visible;
  }
}
.compare-sticky-clone.compare-sticky-clone {
  position: fixed;
  z-index: 190;
  display: none;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}
.compare-sticky-clone.compare-sticky-clone.is-visible {
  display: block;
}
.compare-sticky-clone.compare-sticky-clone .compare-table {
  table-layout: fixed;
}
.compare-sticky-clone.compare-sticky-clone .compare-table .compare-table__head th {
  position: relative;
  top: auto;
  padding: 4px 8px;
  vertical-align: middle;
}
.compare-sticky-clone.compare-sticky-clone .compare-table .compare-card {
  transform: none;
}
.compare-sticky-clone.compare-sticky-clone .compare-table .compare-table__head th.compare-table__corner {
  position: relative;
  left: auto;
  z-index: 5;
  vertical-align: middle;
  white-space: nowrap;
  background: #fff;
  box-shadow: 1px 0 0 #d9d9d9, 6px 0 10px -4px rgba(0, 0, 0, 0.18);
}

.share-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  height: 26px;
  margin: 0;
  padding: 0 10px 0 8px;
  border: 1px solid #fadc18;
  border-radius: 14px;
  background: #fadc18;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.share-chip::before {
  content: "";
  position: absolute;
  inset: -9px -4px;
}
.share-chip svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .share-chip:hover {
    background: #fff;
    border-color: #fff;
  }
}
.share-chip:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

body.is-mobile .motorcycle-details > .portlet-header-steady .motorcycle-details__header-actions {
  gap: 10px;
}
body.is-mobile .motorcycle-details > .portlet-header-steady .share-chip {
  padding: 0 9px 0 7px;
  font-size: 11px;
}

@media (max-width: 900px) {
  body.is-desktop .motorcycle-details > .portlet-header-steady .motorcycle-details__header-actions {
    gap: 10px;
  }
  body.is-desktop .motorcycle-details > .portlet-header-steady .share-chip {
    padding: 0 9px 0 7px;
    font-size: 11px;
  }
}
.motorcycle-print-card {
  display: none;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }
  body:has(.motorcycle-print-card) *:not(.motorcycle-print-card):not(.motorcycle-print-card *):not(:has(.motorcycle-print-card)) {
    display: none !important;
  }
  body:has(.motorcycle-print-card) :has(> .motorcycle-print-card),
  body:has(.motorcycle-print-card) :has(.motorcycle-print-card) {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    border: 0 !important;
    overflow: visible !important;
  }
  body:has(.motorcycle-print-card)::before, body:has(.motorcycle-print-card)::after {
    display: none !important;
  }
  body:has(.motorcycle-print-card) {
    position: static !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }
  html:has(.motorcycle-print-card),
  body.is-mobile:has(.motorcycle-print-card),
  body.is-desktop:has(.motorcycle-print-card) {
    background: #fff !important;
    background-image: none !important;
    overflow: visible !important;
  }
  section.motorcycle-print-card {
    display: block;
    margin: 0;
    padding: 0;
    background: #fff !important;
    box-shadow: none;
    border: 0;
    color: #1a1a1a;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 11pt;
    line-height: 1.45;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  section.motorcycle-print-card * {
    box-sizing: border-box;
  }
  section.motorcycle-print-card img {
    max-width: 100%;
  }
  .motorcycle-print-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 3px solid #fadc18;
  }
  .motorcycle-print-card__logo {
    height: 34px;
    width: auto;
    align-self: center;
  }
  .motorcycle-print-card__meta {
    font-size: 9pt;
    color: #555;
  }
  .motorcycle-print-card__qr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 12px;
  }
  .motorcycle-print-card__qr-code {
    display: block;
    width: 30mm;
    height: 30mm;
  }
  .motorcycle-print-card__qr-code svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .motorcycle-print-card__qr-label {
    font-size: 9pt;
    line-height: 1.35;
    color: #555;
  }
  .motorcycle-print-card__qr-label strong {
    color: #1a1a1a;
  }
  .motorcycle-print-card__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-top: 14px;
  }
  .motorcycle-print-card__name {
    margin: 0;
    font-size: 22pt;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
  }
  .motorcycle-print-card__subtitle {
    margin: 4px 0 0;
    font-size: 11pt;
    color: #555;
  }
  .motorcycle-print-card__price {
    flex: 0 0 auto;
    text-align: right;
  }
  .motorcycle-print-card__price-amount {
    display: block;
    font-size: 22pt;
    line-height: 1.1;
    font-weight: 800;
    color: #006693;
  }
  .motorcycle-print-card__price-amount--request {
    font-size: 14pt;
  }
  .motorcycle-print-card__price-old {
    display: block;
    font-size: 10pt;
    color: #555;
    text-decoration: line-through;
  }
  .motorcycle-print-card__price-note {
    display: block;
    font-size: 9pt;
    color: #555;
  }
  .motorcycle-print-card__photos {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .motorcycle-print-card__photo {
    display: block;
    width: 60%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    background: #eee;
  }
  .motorcycle-print-card__photos--single .motorcycle-print-card__photo {
    width: 100%;
    max-height: 110mm;
    -o-object-fit: contain;
       object-fit: contain;
    background: #fff;
  }
  .motorcycle-print-card__thumbs {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
  }
  .motorcycle-print-card__thumbs img {
    display: block;
    width: 100%;
    flex: 1 1 0;
    min-height: 0;
    -o-object-fit: cover;
       object-fit: cover;
    background: #eee;
  }
  .motorcycle-print-card__columns {
    display: flex;
    gap: 24px;
    margin-top: 16px;
  }
  .motorcycle-print-card__columns > .motorcycle-print-card__block {
    flex: 1 1 0;
    min-width: 0;
    margin-top: 0;
  }
  .motorcycle-print-card__page {
    display: block;
    box-sizing: border-box;
    padding: 12mm 14mm 8mm;
  }
  .motorcycle-print-card__page + .motorcycle-print-card__page {
    -moz-column-break-before: page;
         break-before: page;
  }
  .motorcycle-print-card__block {
    margin-top: 14px;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .motorcycle-print-card__block--accessories, .motorcycle-print-card__block--description:first-child {
    margin-top: 0;
  }
  .motorcycle-print-card__heading {
    margin: 0 0 6px;
    font-size: 12pt;
    font-weight: 800;
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
  .motorcycle-print-card__specs {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 3px 0;
    margin: 0;
  }
  .motorcycle-print-card__specs dt,
  .motorcycle-print-card__specs dd {
    margin: 0;
    padding: 2px 8px;
    font-size: 10pt;
  }
  .motorcycle-print-card__specs dt,
  .motorcycle-print-card__specs dd {
    border-bottom: 1px solid #ddd;
  }
  .motorcycle-print-card__specs dt {
    padding-right: 16px;
    color: #555;
  }
  .motorcycle-print-card__specs dd {
    font-weight: 600;
  }
  .motorcycle-print-card__dealer {
    padding: 10px 12px;
    border: 1px solid #ddd;
    background: none;
    font-size: 10pt;
    line-height: 1.5;
  }
  .motorcycle-print-card__muted {
    color: #555;
  }
  .motorcycle-print-card__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 16;
    overflow: hidden;
    font-size: 10pt;
    line-height: 1.5;
  }
  .motorcycle-print-card__description p {
    margin: 0 0 6px;
  }
  .motorcycle-print-card__description br + br {
    display: none;
  }
  .motorcycle-print-card__finance {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .motorcycle-print-card__finance-logo {
    flex: 0 0 auto;
    width: 12mm;
    height: auto;
  }
  .motorcycle-print-card__finance-text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 9pt;
    line-height: 1.35;
    color: #555;
  }
  .motorcycle-print-card__finance-text strong {
    color: #1a1a1a;
  }
  .motorcycle-print-card__finance-tag {
    flex: 0 0 auto;
    line-height: 0;
  }
  .motorcycle-print-card__finance-tag svg {
    display: block;
    width: 110px;
    height: 60px;
  }
  .motorcycle-print-card__accessories {
    font-size: 10pt;
    line-height: 1.5;
  }
  .motorcycle-print-card__accessories p {
    margin: 0 0 6px;
  }
  .motorcycle-print-card__accessories ul,
  .motorcycle-print-card__accessories ol {
    margin: 0;
    padding-left: 18px;
  }
  .motorcycle-print-card__footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 0;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    font-size: 8.5pt;
    color: #555;
    word-break: break-all;
  }
}
body {
  margin: 0;
  /*padding: 0 40px;*/
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #000;
  padding: 0 0px;
}
body a {
  text-decoration: none;
  color: #373737;
}
body.is-mobile {
  background-color: rgba(0, 0, 0, 0);
  background-size: auto, auto, auto, auto;
  background-color: #282828;
  background-size: 16px 16px;
  background-image: url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp");
  background-size: 180%;
  background-repeat: no-repeat;
  background-position-x: center;
}
body.is-mobile main .home-layout {
  background: none;
}

@media (min-width: 900px) {
  body.is-desktop {
    background: url("/images/bg_seamless-repeat.png") repeat left top;
  }
  body.is-desktop::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background: url("/images/header/header-foto-MO-incl-verloop-transp-v2.webp") no-repeat center top;
    background-size: 100% auto;
  }
}
@media (min-width: 900px) and (max-width: 1446px) {
  body {
    background-position: center top, left top;
    padding: 0 40px;
  }
}
@media (max-width: 1168px) {
  body {
    padding: 0 20px;
  }
}
@media (max-width: 750px) {
  body {
    padding: 0 15px;
  }
}
.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
}

.main {
  min-height: 60vh;
}

.home-layout {
  /* Verloop van transparant naar #e5e5e5 */
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0.4) 0%, rgba(229, 229, 229, 0.7) 30%, #e5e5e5 100%);
  display: flex;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 900px), (max-width: 750px) {
  .home-layout {
    flex-wrap: wrap;
  }
}
.home-layout {
  align-items: flex-start;
}
.home-layout section:not(.searchmodule) {
  background: rgba(0, 0, 0, 0.35);
}
.home-layout .sidebar {
  flex: 1 1 320px;
  min-width: 320px;
  max-width: 400px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1168px) {
  .home-layout .sidebar {
    flex: 1 1 280px;
    min-width: 260px;
    max-width: 320px;
  }
}
@media (max-width: 900px) {
  .home-layout .sidebar {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.home-layout .main {
  flex: 2 1 400px;
  gap: 20px;
}
@media (max-width: 1168px) {
  .home-layout .main {
    flex: 2 1 360px;
  }
}
@media (min-width: 650px) {
  .home-layout .main {
    min-width: 320px;
    max-width: calc(100% - 144px - 32px);
  }
}
@media (min-width: 650px) and (max-width: 1168px) {
  .home-layout .main {
    max-width: calc(100% - 120px - 24px);
  }
}
@media (max-width: 900px) {
  .home-layout .main {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .home-layout .main {
    width: 100%;
    max-width: 100%;
  }
}
.home-layout .sidebar-right {
  flex: 0 0 132px;
  min-width: 120px;
  max-width: 120px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1168px) {
  .home-layout .sidebar-right {
    display: none;
  }
}
@media (max-width: 900px) {
  .home-layout .main.content-grid {
    display: flex;
    flex-direction: column;
  }
  .home-layout .main.content-grid > .column {
    display: contents;
  }
  .home-layout .main.content-grid .offer-tiles,
  .home-layout .main.content-grid .address-tiles,
  .home-layout .main.content-grid .mostsearched,
  .home-layout .main.content-grid .event-tiles,
  .home-layout .main.content-grid .news,
  .home-layout .main.content-grid .banner-container {
    width: 100%;
    box-sizing: border-box;
  }
  .home-layout .main.content-grid .offer-tiles {
    order: 1;
  }
  .home-layout .main.content-grid > .column:last-child > .banner-container.no-flex:not(.white-background):first-child {
    order: 2;
  }
  .home-layout .main.content-grid .address-tiles {
    order: 3;
  }
  .home-layout .main.content-grid .mostsearched {
    order: 4;
  }
  .home-layout .main.content-grid .event-tiles {
    order: 5;
  }
  .home-layout .main.content-grid .news {
    order: 6;
  }
  .home-layout .main.content-grid > .column:last-child > .banner-container.white-background {
    order: 7;
  }
  .home-layout .main.content-grid > .column:last-child > .banner-container.no-flex:not(.white-background):not(:first-child) {
    order: 8;
  }
  .home-layout .main.content-grid > .banner-container.two-column-flex {
    display: none !important;
  }
}

.search-layout:not(.address-search-layout) {
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0.4) 0%, rgba(229, 229, 229, 0.7) 30%, #e5e5e5 100%);
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 40px 24px;
  background: #efefef;
  border: 1px solid #c5c5c5;
  text-align: center;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__icon {
  width: 56px;
  height: 60px;
  margin-bottom: 8px;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__icon .fav-icon {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  pointer-events: none;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__icon .fav-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ff0000;
  animation: moFavoritesPulse 1.6s ease-in-out infinite;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__text {
  max-width: 520px;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 22px;
  color: #444;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__text .favorites-empty__inline-heart {
  width: 15px;
  height: 16px;
  margin: 0 1px;
  vertical-align: -2px;
  fill: #ff0000;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__button {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to bottom, #fbe01c 0%, #ecc818 100%);
  transition: background 0.2s, box-shadow 0.2s;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__button:hover, .search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__button:focus {
  background: rgb(83.1237647059%, 70.1694117647%, 6.8370196078%);
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__button {
  color: #222;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__brand .select-style {
  min-width: 180px;
}
.search-layout:not(.address-search-layout) .no-favorite-results-container.favorites-empty .favorites-empty__brand select {
  width: 100%;
}
.search-layout:not(.address-search-layout) .list-navigation {
  margin-bottom: 0;
}
.search-layout:not(.address-search-layout) .list-navigation__header--desktop {
  position: relative;
  padding: 6px 16px;
  background-color: #222;
  color: #fff;
  overflow: hidden;
}
.search-layout:not(.address-search-layout) .list-navigation__header--desktop:has(.select-style--pick.is-open) {
  overflow: visible;
}
.search-layout:not(.address-search-layout) .list-navigation__header--desktop::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px; /* Bepaalt hoever het patroon naar links doorloopt */
  /* 1. Genereer de dunnere, dichter op elkaar staande lijntjes */
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 3.5px);
  /* 2. De verfijnde lineaire fade-masker zonder bolling */
  -webkit-mask-image: linear-gradient(120deg, transparent 5%, transparent 10%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 60%, black 90%);
  mask-image: linear-gradient(135deg, transparent 31%, transparent 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 80%, black 100%);
}
.search-layout:not(.address-search-layout) .list-navigation__header--desktop .list-navigation__block--top {
  position: relative;
  z-index: 1;
  height: 28px;
  line-height: 28px;
  align-items: center;
  color: #FFF;
}
.search-layout:not(.address-search-layout) .list-navigation__header--desktop .list-navigation__sort {
  align-items: center;
  gap: 8px;
}
.search-layout:not(.address-search-layout) .list-navigation__header--desktop .list-navigation__sort .select-style {
  min-height: 28px;
  height: 28px;
  border-radius: 3px;
}
.search-layout:not(.address-search-layout) .list-navigation__header--desktop .list-navigation__sort .select-style::after {
  width: 28px;
  height: 28px;
}
.search-layout:not(.address-search-layout) .list-navigation__header--desktop .list-navigation__sort .select-style::before {
  right: 10px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-width: 6px;
}
.search-layout:not(.address-search-layout) .list-navigation__header--desktop .list-navigation__sort .select-style select {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 0.8rem;
  padding: 0 36px 0 10px;
}
.search-layout:not(.address-search-layout) .list-navigation__footer {
  background: none;
}
.search-layout:not(.address-search-layout) .list-navigation__main, .search-layout:not(.address-search-layout) section.motorcycles-view {
  background: #CCC;
}

.search-layout, .info-layout {
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0.4) 0%, rgba(229, 229, 229, 0.7) 30%, #e5e5e5 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
}
.search-layout .sidebar, .info-layout .sidebar {
  flex: 1 1 320px;
  min-width: 320px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-layout .sidebar ul, .info-layout .sidebar ul {
  list-style-type: none;
  padding-left: 10px;
}
.search-layout .sidebar ul a, .info-layout .sidebar ul a {
  text-decoration: none;
  color: #373737;
}
@media (max-width: 900px) {
  .search-layout .sidebar, .info-layout .sidebar {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media (min-width: 650px) and (max-width: 1168px) {
  .search-layout .sidebar, .info-layout .sidebar {
    flex: 1 1 260px;
    min-width: 260px;
    max-width: 320px;
  }
}
.search-layout .main, .info-layout .main {
  flex: 2 1 500px;
  min-width: 400px;
  max-width: calc(100% - 120px - 20px);
}
@media (min-width: 900px) and (max-width: 1168px) {
  .search-layout .main, .info-layout .main {
    padding-right: 10px;
  }
}
@media (min-width: 650px) and (max-width: 900px) {
  .search-layout .main, .info-layout .main {
    flex: 1 1 360px;
    min-width: 260px;
    width: 100%;
    padding-right: 10px;
  }
}
@media (max-width: 650px) {
  .search-layout .main, .info-layout .main {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .search-layout .main .list-navigation, .info-layout .main .list-navigation {
    margin-top: 0;
  }
}
.search-layout .sidebar-right, .info-layout .sidebar-right {
  flex: 0 0 120px;
  min-width: 120px;
  max-width: 120px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1168px) {
  .search-layout .sidebar-right, .info-layout .sidebar-right {
    display: none;
  }
}

.info-layout .sidebar {
  margin-top: 0;
}
.info-layout .sidebar-right {
  margin-top: 6px;
}

.dealer-layout {
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0.4) 0%, rgba(229, 229, 229, 0.7) 30%, #e5e5e5 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  padding: 20px 8px 0 20px;
  box-sizing: border-box;
}
.motorcycle-back-button ~ .dealer-layout {
  padding-top: 0;
}
@media (max-width: 900px) {
  .dealer-layout {
    padding-right: 0;
  }
}
.dealer-layout .main {
  flex: 2 1 600px;
  min-width: 400px;
  max-width: calc(100% - 120px - 12px);
}
@media (max-width: 900px) {
  .dealer-layout .main {
    max-width: 100%;
    min-width: 0;
  }
}
.dealer-layout .motorcycles-view {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  flex: 1 1 100%;
}
@media (max-width: 1400px) {
  .dealer-layout .motorcycles-view {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .dealer-layout .motorcycles-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .dealer-layout .motorcycles-view {
    grid-template-columns: 1fr;
  }
}
.dealer-layout .sidebar-right {
  flex: 0 0 120px;
  min-width: 120px;
  max-width: 120px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 900px) {
  .dealer-layout .sidebar-right {
    display: none;
  }
}

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

.bar-heading {
  display: inline;
  margin: 0;
  font: inherit;
}

.h2-heading {
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 36px;
}

.h1-heading {
  margin: 0;
  line-height: 36px;
  font-size: 1em;
  font-weight: 700;
}

.motorcycle-details__tab-heading {
  margin: 0;
  font: inherit;
  flex: 1 1 0;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 0;
}

.motorcycle-details__tab-heading + .motorcycle-details__tab-heading {
  border-left: 2px solid #fff;
}

.motorcycle-details__tab-heading .motorcycle-details__tab-btn {
  width: 100%;
}

@keyframes moFavoritesPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
/*# sourceMappingURL=main.css.map */