.home-order-selector-reference {
  --realq-accent-color: #FF6B35;
  --realq-search-accent-color: #0084FF;
  --realq-selection-bg: #F7F9FC;
  display: none;
}

body.home-page .home-order-selector-reference::before {
  content: none;
}

@media (min-width: 761px) {
  body.home-page .home-order-selector-reference {
    position: relative;
    z-index: 0;
    isolation: isolate;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 1180px;
    margin: -8px auto 16px;
    padding: 30px 32px 34px;
    overflow: visible;
    border: 1px solid #d8dee8;
    border-radius: 18px;
    background: var(--realq-selection-bg);
  }

  body.home-page .home-order-selector-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
  }

  body.home-page .home-order-selector-title {
    display: flex;
    align-items: center;
    gap: 34px;
    min-width: 0;
  }

  body.home-page .home-order-selector-title h2 {
    flex: 0 0 auto;
    margin: 0;
    color: #10141b;
    font-size: 36px !important;
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.1;
  }

  body.home-page .home-order-selector-title nav {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 999px;
    background: #dfe5ee;
  }

  body.home-page .home-order-selector-title nav :is(a, button) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 102px;
    min-height: 38px;
    padding: 0 17px;
    border-radius: 999px;
    color: #666f7b;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
  }

  body.home-page .home-order-selector-title nav :is(a, button).is-active {
    color: #0084FF;
    background: #fff;
    box-shadow: 0 1px 5px rgba(15, 23, 42, .08);
    font-weight: 800;
  }

  body.home-page .home-order-selector-search {
    position: relative;
    z-index: 12;
    flex: 0 0 380px;
  }

  body.home-page .home-order-selector-search label {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    height: 48px;
    overflow: hidden;
    border: 1.5px solid var(--realq-search-accent-color);
    border-radius: 10px;
    background: #fff;
  }

  body.home-page .home-order-selector-search label:focus-within {
    box-shadow: 0 0 0 3px rgba(0, 132, 255, .12);
  }

  body.home-page .home-order-selector-search input,
  body.home-page .home-order-selector-search button {
    box-sizing: border-box;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
  }

  body.home-page .home-order-selector-search input {
    min-width: 0;
    padding: 0 16px;
    color: #172033;
    font-size: 14px;
  }

  body.home-page .home-order-selector-search input::placeholder {
    color: #a3a9b3;
  }

  body.home-page .home-order-selector-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--realq-search-accent-color);
    cursor: pointer;
  }

  body.home-page .home-order-selector-search svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
  }

  body.home-page .home-order-selector-filter-panel {
    overflow: hidden;
    border: 1px solid #cbd2dc;
    border-radius: 16px;
    background: #fff;
  }

  body.home-page .home-order-selector-size-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 68px;
    padding: 0 24px;
    border-bottom: 1px solid #d7dce3;
  }

  body.home-page .home-order-selector-size-tabs :is(a, button) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #606875;
    background: #f7f7f8;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
  }

  body.home-page .home-order-selector-size-tabs :is(a, button).is-active {
    border-color: #0084FF;
    color: #0084FF;
    background: #fff;
    font-weight: 800;
  }

  body.home-page .home-order-selector-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-height: 116px;
    padding: 10px 24px;
  }

  body.home-page .home-order-selector-brands button {
    display: flex;
    flex: 0 0 78px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 82px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #20252d;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
  }

  body.home-page .home-order-selector-brands button[hidden] {
    display: none !important;
  }

  body.home-page .home-order-search-suggestions {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    box-sizing: border-box;
    max-height: 300px;
    overflow: auto;
    padding: 6px;
    border: 1px solid #d8dee8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
  }

  body.home-page .home-order-search-suggestions[hidden] {
    display: none !important;
  }

  body.home-page .home-order-search-suggestion {
    display: block;
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-radius: 7px;
    color: #000 !important;
    background: #fff;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
  }

  body.home-page .home-order-search-suggestion:hover,
  body.home-page .home-order-search-suggestion.is-active {
    background: #f1f6ff;
  }

  body.home-page .home-order-search-suggestion strong {
    color: #000 !important;
    font-weight: 900 !important;
  }

  body.home-page .home-order-selector-brands button.is-active {
    background: #f3f6fa;
  }

  body.home-page .home-order-selector-brands img {
    width: 54px;
    height: 32px;
    object-fit: contain;
    filter: none;
  }

  body.home-page .home-order-best-slider {
    position: relative;
    margin-top: 48px;
    overflow: visible;
    contain: layout;
  }

  body.home-page .home-order-best-viewport {
    overflow: hidden;
    touch-action: pan-y;
  }

  body.home-page .home-order-best-grid {
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    transition: transform .34s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
  }

  body.home-page .home-order-best-card {
    box-sizing: border-box;
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d8dee8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(15, 23, 42, .03);
  }

  body.home-page .home-order-best-card[hidden] {
    display: none;
  }

  body.home-page .home-order-best-card > a {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
  }

  body.home-page .home-order-best-badge {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    background: #01539f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }

  body.home-page .home-order-best-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 146px;
    overflow: hidden;
    background: #f8f9fb;
  }

  body.home-page .home-order-best-image img {
    width: 92%;
    height: 118px;
    object-fit: contain;
    background: transparent;
    filter: none;
  }

  body.home-page .home-order-best-copy {
    padding: 18px 16px 14px;
  }

  body.home-page .home-order-best-copy h3 {
    margin: 0;
    overflow: hidden;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home-page .home-order-best-copy p {
    min-height: 20px;
    margin: 6px 0 18px;
    overflow: hidden;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home-page .home-order-best-fuels {
    min-height: 26px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 16px;
  }

  body.home-page .home-order-best-fuels > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 5px 10px;
    border-radius: 9px;
    color: #344054;
    background: #f2f4f7;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }

  body.home-page .home-order-best-copy strong {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 0;
    color: #111827;
    background: transparent;
    font-size: 15px;
    font-weight: 800;
  }

  body.home-page .home-order-best-copy strong i {
    box-sizing: border-box;
    display: block;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    font-size: 0;
    font-style: normal;
    line-height: 0;
    transform: rotate(-45deg);
  }

  body.home-page .home-order-slider-button {
    position: absolute;
    z-index: 4;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #d6dde5;
    border-radius: 50%;
    color: #20262d;
    background: #fff;
    box-shadow: none;
    font-size: 0;
    opacity: 1;
    cursor: pointer;
    transform: translateY(-50%);
    visibility: visible;
    transition:
      opacity .2s ease,
      transform .2s ease,
      visibility 0s linear 0s;
  }

  body.home-page .home-order-slider-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    content: "";
  }

  body.home-page .home-order-slider-button.is-prev::before {
    left: calc(50% + 3px);
    transform: translate(-50%, -50%) rotate(135deg);
  }

  body.home-page .home-order-slider-button.is-next::before {
    left: calc(50% - 3px);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  body.home-page .home-order-slider-button:hover,
  body.home-page .home-order-slider-button:focus-visible {
    border-color: #0084FF;
    outline: none;
  }

  body.home-page .home-order-slider-button.is-prev {
    left: -21px;
  }

  body.home-page .home-order-slider-button.is-next {
    right: -21px;
  }

  body.home-page .home-order-slider-button:disabled {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(.78);
    visibility: hidden;
    transition:
      opacity .2s ease,
      transform .2s ease,
      visibility 0s linear .2s;
  }

  body.home-page .home-order-best-empty {
    min-height: 160px;
    margin: 0;
    padding: 72px 20px 0;
    color: #667085;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }
}

@media (min-width: 761px) and (max-width: 1099px) {
  body.home-page .home-order-selector-reference {
    position: relative;
    z-index: 0;
    isolation: isolate;
    width: calc(100% - 32px);
    padding: 26px 24px 30px;
  }

  body.home-page .home-order-selector-head {
    flex-wrap: wrap;
    gap: 20px;
  }

  body.home-page .home-order-selector-search {
    flex: 1 1 100%;
  }

  body.home-page .home-order-best-card {
    flex-basis: calc((100% - 32px) / 3);
  }
}

@media (max-width: 760px) {
  body.home-page .home-order-selector-reference {
    position: relative;
    z-index: 0;
    isolation: isolate;
    box-sizing: border-box;
    display: block;
    width: calc(100vw - 24px);
    width: calc(100dvw - 24px);
    max-width: calc(100vw - 24px);
    max-width: calc(100dvw - 24px);
    min-width: 0;
    margin: -28px auto 0;
    padding: 20px 14px 24px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: var(--realq-selection-bg);
  }

  body.home-page .home-order-selector-head {
    display: grid;
    gap: 18px;
    margin-bottom: 20px;
  }

  body.home-page .home-order-selector-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  body.home-page .home-order-selector-title h2 {
    margin: 0;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.04em;
  }

  body.home-page .home-order-selector-title nav {
    display: flex;
    flex: 0 0 auto;
    padding: 3px;
    border-radius: 999px;
    background: #dfe5ee;
  }

  body.home-page .home-order-selector-title nav :is(a, button) {
    min-width: 58px;
    min-height: 32px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    color: #666f7b;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
  }

  body.home-page .home-order-selector-title nav :is(a, button).is-active {
    color: #0084FF;
    background: #fff;
  }

  body.home-page .home-order-selector-search {
    position: relative;
    z-index: 12;
  }

  body.home-page .home-order-selector-search label {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    height: 46px;
    overflow: hidden;
    border: 1.5px solid var(--realq-search-accent-color);
    border-radius: 10px;
    background: #fff;
  }

  body.home-page .home-order-selector-search input,
  body.home-page .home-order-selector-search button {
    min-width: 0;
    border: 0;
    background: transparent;
  }

  body.home-page .home-order-selector-search input {
    padding: 0 13px;
    font-size: 13px;
  }

  body.home-page .home-order-selector-search button {
    color: var(--realq-search-accent-color);
  }

  body.home-page .home-order-selector-search svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
  }

  body.home-page .home-order-search-suggestions {
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    box-sizing: border-box;
    max-height: 260px;
    overflow: auto;
    padding: 6px;
    border: 1px solid #d8dee8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
  }

  body.home-page .home-order-search-suggestions[hidden],
  body.home-page .home-order-selector-brands button[hidden] {
    display: none !important;
  }

  body.home-page .home-order-search-suggestion {
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 7px;
    color: #000 !important;
    background: #fff;
    font-weight: 500 !important;
    text-align: left;
  }

  body.home-page .home-order-search-suggestion strong {
    color: #000 !important;
    font-weight: 900 !important;
  }

  body.home-page .home-order-selector-filter-panel {
    overflow: hidden;
    border: 1px solid #cbd2dc;
    border-radius: 14px;
    background: #fff;
  }

  body.home-page .home-order-selector-size-tabs {
    display: flex;
    gap: 8px;
    padding: 12px;
    overflow-x: auto;
    border-bottom: 1px solid #d7dce3;
    scrollbar-width: none;
  }

  body.home-page .home-order-selector-size-tabs::-webkit-scrollbar,
  body.home-page .home-order-selector-brands::-webkit-scrollbar {
    display: none;
  }

  body.home-page .home-order-selector-size-tabs :is(a, button) {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #606875;
    background: #f7f7f8;
    font-size: 13px;
    font-weight: 700;
  }

  body.home-page .home-order-selector-size-tabs :is(a, button).is-active {
    border-color: #0084FF;
    color: #0084FF;
    background: #fff;
  }

  body.home-page .home-order-selector-brands {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    min-height: 100px;
    padding: 10px 12px;
    overflow-x: auto;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    scrollbar-width: none;
  }

  body.home-page .home-order-selector-brands.is-dragging {
    cursor: grabbing;
  }

  body.home-page .home-order-selector-brands button {
    display: flex;
    flex: 0 0 66px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 76px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    font-size: 12px;
  }

  body.home-page .home-order-selector-brands button.is-active {
    background: #f3f6fa;
  }

  body.home-page .home-order-selector-brands img {
    width: 46px;
    height: 28px;
    object-fit: contain;
  }

  body.home-page .home-order-best-slider {
    position: relative;
    width: 100%;
    min-width: 0;
    margin-top: 30px;
    overflow: visible;
  }

  body.home-page .home-order-best-viewport {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
  }

  body.home-page .home-order-best-viewport.is-dragging {
    cursor: grabbing;
  }

  body.home-page .home-order-best-grid {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    min-width: 0;
    transition: transform .34s cubic-bezier(.22, .61, .36, 1);
  }

  body.home-page .home-order-best-card {
    box-sizing: border-box;
    flex: 0 0 calc(75% - 9px);
    width: calc(75% - 9px);
    max-width: calc(75% - 9px);
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    background: #fff;
  }

  body.home-page .home-order-best-card[hidden] {
    display: none;
  }

  body.home-page .home-order-best-card > a {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
  }

  body.home-page .home-order-best-badge {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    background: #01539f;
    font-size: 11px;
    font-weight: 500;
  }

  body.home-page .home-order-best-image {
    display: flex;
    height: 126px;
    align-items: center;
    justify-content: center;
    background: #f8f9fb;
  }

  body.home-page .home-order-best-image img {
    width: 94%;
    height: 102px;
    object-fit: contain;
  }

  body.home-page .home-order-best-copy {
    padding: 14px 12px 12px;
  }

  body.home-page .home-order-best-copy h3 {
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home-page .home-order-best-fuels {
    display: flex;
    min-height: 24px;
    flex-wrap: wrap;
    gap: 4px;
    margin: 7px 0 12px;
  }

  body.home-page .home-order-best-fuels > span {
    padding: 4px 7px;
    border-radius: 7px;
    background: #f2f4f7;
    font-size: 10px;
  }

  body.home-page .home-order-best-copy strong {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-size: 13px;
  }

  body.home-page .home-order-slider-button {
    display: none !important;
  }

  body.home-page .home-order-slider-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    content: "";
  }

  body.home-page .home-order-slider-button.is-prev {
    left: -19px;
  }

  body.home-page .home-order-slider-button.is-prev::before {
    transform: translate(-45%, -50%) rotate(135deg);
  }

  body.home-page .home-order-slider-button.is-next {
    right: -19px;
  }

  body.home-page .home-order-slider-button.is-next::before {
    transform: translate(-55%, -50%) rotate(-45deg);
  }

  body.home-page .home-order-slider-button:disabled {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-50%) scale(.78);
  }

  body.home-page .home-order-best-empty {
    min-height: 150px;
    padding: 60px 12px 0;
    background: #fff;
    text-align: center;
  }
}

@media (max-width: 519px) {
  body.home-page .home-order-selector-title {
    align-items: flex-start;
    flex-direction: column;
  }

  body.home-page .home-order-best-card {
    flex-basis: calc(75% - 9px);
  }
}

body.home-page .home-order-best-empty {
  min-height: 180px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  margin: 0;
  padding: 24px;
  color: #667085;
  background: #fff;
  text-align: center;
}

body.home-page .home-order-best-empty[hidden] {
  display: none !important;
}

body.home-page .home-order-best-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: #082d58;
  font-size: 18px;
  font-weight: 800;
}

body.home-page .home-order-best-empty > strong {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
}

body.home-page .home-order-best-empty > p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

body.home-page .home-order-best-empty > button {
  min-height: 40px;
  margin-top: 4px;
  padding: 0 18px;
  border: 1px solid #082d58;
  border-radius: 9px;
  color: #fff;
  background: #082d58;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 760px) {
  body.home-page .home-order-best-empty {
    min-height: 160px;
    padding: 20px 16px;
  }
}
