/* Critical theme subset for the buyback catalog page.
   Keep only tokens and above-the-fold header/mobile rules here. */
:root {
  --sb-accent: #00bee3;
  --sb-accent-hover: #0e9ec0;
  --sb-brand-pink: #ff006f;
  --sb-brand-green: #76b72a;
  --sb-brand-green-hover: #6ca625;
  --sb-brand-purple: #8857f2;
  --sb-brand-orange: #e36900;
  --sb-brand-blue: #00afaa;
  --sb-brand-grey: #3c433e;
  --sb-border-soft: #b2b7b3;
  --sb-favorite-size: 2rem;
  --sb-favorite-icon-off: url("/modules/selecteobuyback/views/img/favorite-star-outline.svg");
  --sb-favorite-icon-on: url("/modules/selecteobuyback/views/img/favorite-star-filled.svg");
  --sb-trash-icon: url("/modules/selecteobuyback/views/img/trash.svg?v=20260417");
  --sb-white-rgb: 255, 255, 255;
  --primary-color: var(--sb-brand-pink);
  --secondary-color: var(--sb-accent);
  --accent-color: var(--sb-brand-green);
  --grey: var(--sb-brand-grey);
  --bs-body-font-family: "Montserrat", sans-serif;
  --sb-vw-unit: 1vw;
  --bs-primary: var(--sb-accent);
}

@supports (width: 1svw) {
  :root {
    --sb-vw-unit: 1svw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
}

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

#header,
#header .header__banner,
#header .header-bottom {
  overflow-x: clip;
}

#header {
  box-shadow: 0 3px 10px color-mix(in srgb, var(--sb-brand-grey) 25%, transparent);
}

.main-menu {
  justify-content: center;
}

#top-menu li {
  padding: 0 1em;
}

#panier .header-block {
  display: flex;
}

.header-bottom {
  border: none;
}

.header-bottom .header-bottom__container {
  padding: 0;
}

@media (min-width: 1640px) {
  .nav-row-2 {
    justify-content: center;
  }

  #top-menu li a,
  .header-right a span {
    font-size: clamp(14px, 0.9vw, 17px);
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xs,
  .container-xxl {
    max-width: 98%;
  }

  #module-selecteobuyback-catalog #buyback-catalog.container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1639.98px) {
  .nav-row-2 {
    justify-content: space-between;
  }
}

.logo {
  justify-content: center;
}

.header-bottom .navbar-brand {
  padding: 10px;
  max-width: 200px;
}

.header-bottom .header-bottom__row-1 .navbar-brand::after {
  content: "";
  display: block;
  height: 5px;
  margin-top: 5px;
  background-image: url(/img/cms/Logos/drapeau-france.svg);
  background-position: center;
  background-size: cover;
}

#top-menu li:nth-child(1) a {
  border: 2.5px solid var(--primary-color);
  color: var(--primary-color);
}

#top-menu li:nth-child(2) a {
  border: 2.5px solid var(--sb-brand-blue);
  color: var(--sb-brand-blue);
}

#top-menu li:nth-child(1) a,
#top-menu li:nth-child(2) a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
  font-weight: 600;
  text-decoration: none;
  isolation: isolate;
  transition: color 0.24s ease, border-color 0.24s ease;
}

#top-menu li:nth-child(1) a::before,
#top-menu li:nth-child(2) a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http://www.w3.org/2000/svg%22 viewBox%3D%220 0 120 34%22 preserveAspectRatio%3D%22none%22%3E%3Cpath fill%3D%22black%22 d%3D%22M0%2C20c22.9-11.3%2C43.5%2C5.6%2C70-2s46-2%2C50%2C0v16H0v-14Z%22/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http://www.w3.org/2000/svg%22 viewBox%3D%220 0 120 34%22 preserveAspectRatio%3D%22none%22%3E%3Cpath fill%3D%22black%22 d%3D%22M0%2C20c22.9-11.3%2C43.5%2C5.6%2C70-2s46-2%2C50%2C0v16H0v-14Z%22/%3E%3C/svg%3E");
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 120px;
  mask-size: 100% 120px;
  transition: height 0.42s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#top-menu li:nth-child(1) a::before {
  background: var(--sb-brand-pink);
}

#top-menu li:nth-child(2) a::before {
  background: var(--sb-brand-blue);
}

#top-menu li:nth-child(1) a:hover,
#top-menu li:nth-child(1) a:focus-visible,
#top-menu li:nth-child(2) a:hover,
#top-menu li:nth-child(2) a:focus-visible {
  color: #fff !important;
}

#top-menu li:nth-child(1) a:hover::before,
#top-menu li:nth-child(1) a:focus-visible::before,
#top-menu li:nth-child(2) a:hover::before,
#top-menu li:nth-child(2) a:focus-visible::before {
  height: 120px;
}

#compte {
  display: flex;
  align-items: center;
}

#compte .dropdown-item.active,
#compte .dropdown-item:active,
#compte .dropdown-item:focus,
#compte .dropdown-item:hover {
  color: var(--secondary-color);
}

#compte .header-block__icon {
  width: 23px;
  height: 23px;
  margin: 0;
  color: var(--sb-brand-grey);
  fill: currentColor;
}

#compte .icon-account {
  display: inline-block;
  background-color: var(--sb-brand-grey);
  -webkit-mask: url("/themes/hummingbird_child/assets/icons/account.svg") center / contain no-repeat;
  mask: url("/themes/hummingbird_child/assets/icons/account.svg") center / contain no-repeat;
  transition: background-color 0.2s ease;
}

#compte a:not(.dropdown-item):not(.btn):hover .icon-account,
#compte a:not(.dropdown-item):not(.btn):focus-visible .icon-account {
  background-color: var(--secondary-color);
}

#compte .header-block__title {
  line-height: 0;
}

#compte .header-block a {
  gap: 10px;
}

.cart-stack {
  --cart-icon-size: 2rem;
  gap: 10px;
}

.cart-stack__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--cart-icon-size);
  height: var(--cart-icon-size);
  margin-top: -10px;
  flex-shrink: 0;
  transform-origin: 50% 60%;
}

.cart-stack__svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-stack__text {
  line-height: 1.2;
}

#panier .cart-stack__text .header-block__badge {
  margin: 0;
  padding: 0;
  color: var(--primary-color);
  background: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#header .main-menu {
  order: 1;
}

#header .main-menu__desktop {
  display: none;
}

#header .main-menu__burger-trigger,
#header .main-menu__inline-logo {
  display: flex;
  align-items: center;
}

#header .main-menu__inline-logo .navbar-brand {
  padding: 0;
  max-width: 180px;
}

#header .main-menu__inline-logo .navbar-brand .logo,
#header .main-menu__inline-logo .navbar-brand .mobile-logo-alt {
  width: 100%;
  max-height: clamp(18px, calc(6 * var(--sb-vw-unit)), 25px);
  margin: clamp(-10px, calc(-1.8 * var(--sb-vw-unit)), -4px) 0.2em 0 0.5em;
}

#header .main-menu a.header-block__action-btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0.3em;
  color: transparent;
  background: url(/themes/hummingbird_child/assets/icons/Icone-Menu.svg) center/contain no-repeat;
}

@media (min-width: 1640px) {
  #header .main-menu__desktop {
    display: block;
  }

  #header .main-menu__burger-trigger,
  #header .main-menu__inline-logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-menu.d-flex.align-items-center {
    padding-left: 12px;
  }
}

@media (max-width: 374.98px) {
  #header .main-menu__inline-logo .navbar-brand .mobile-logo-alt {
    max-height: clamp(18px, calc(8 * var(--sb-vw-unit)), 30px);
    margin: -1px 0.2em 0 0.5em;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 1639.98px) {
    #header .main-menu__inline-logo .navbar-brand .mobile-logo-alt {
      width: auto !important;
      height: 26px !important;
      min-height: 26px;
      max-height: 26px !important;
    }
  }

  @media (max-width: 374.98px) {
    #header .main-menu__inline-logo .navbar-brand .mobile-logo-alt {
      height: 24px !important;
      min-height: 24px;
      max-height: 24px !important;
    }
  }
}

a.navbar-brand.d-block.menu-mobile__brand {
  width: 70px;
  margin: -30px auto 0;
}

.main-menu__offcanvas,
.background-left-menu {
  border-radius: 0 20px 0 0;
}

.background-left-menu {
  opacity: 0.85;
  background-color: #fff;
  backdrop-filter: blur(3px);
}

#header #menu-mobile {
  display: block;
  background: #fff !important;
}

#header .menu__list li:nth-child(7) a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--sb-brand-grey);
  mask-image: url(/themes/hummingbird_child/assets/icons/account.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 20px;
}

#header .menu__list li:nth-child(3) {
  border-bottom: 1px solid var(--sb-brand-green);
}

#header .menu__list li:nth-child(4) {
  border-bottom: 1px solid var(--sb-brand-orange);
}

#header .menu__list li:nth-child(5) {
  border-bottom: 1px solid var(--sb-brand-purple);
}

#header .menu__list li:nth-child(6) {
  border-bottom: 1px solid var(--sb-brand-grey);
}

.menu__list li {
  padding: 10px 0;
  font-weight: 600;
}

.menu__list li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(7)) a {
  color: #000 !important;
  text-align: center;
}

.menu__list li a .text-link {
  font-weight: 500;
}

#header .menu__list li:nth-child(7) .text-link {
  padding: 0 10px 0 0;
}

.menu__list li:nth-child(7) {
  padding-top: 33px;
}

#header .btn-close {
  opacity: 1;
  padding: 0.6em;
  border-radius: 6px;
  background-size: 1.5em;
  --bs-btn-close-bg: url(/themes/hummingbird_child/assets/icons/Croix.svg);
}

#header .menu__list li:nth-child(1) a,
#header .menu__list li:nth-child(2) a,
#header .menu__list li:nth-child(7) a {
  width: fit-content;
  margin: auto;
  border-radius: 10px;
  font-size: 18px;
}

#header .menu__list li:nth-child(1) a {
  padding: 10px 20px;
  color: #fff;
  background-color: var(--primary-color);
}

#header .menu__list li:nth-child(2) a {
  padding: 10px 20px;
  color: #fff;
  background-color: var(--sb-brand-blue);
}

#header .menu__list li:nth-child(7) a {
  padding: 10px 40px 10px 20px;
  border: 2px solid var(--sb-brand-grey);
  color: var(--sb-brand-grey);
}

#panier {
  padding-right: 0.5em;
}

@media (max-width: 767.98px) {
  #header.header,
  #header {
    --sb-header-banner-h: 30px;
    --sb-header-row1-h: 0;
    --sb-header-row2-h: 47px;
  }

  #header .header__banner {
    overflow: hidden;
    height: var(--sb-header-banner-h);
    min-height: var(--sb-header-banner-h);
    max-height: var(--sb-header-banner-h);
  }

  #header .header-bottom__row-1 {
    display: none;
  }

  #header .header-bottom__row-2 {
    display: flex;
    align-items: center;
    height: var(--sb-header-row2-h);
    min-height: var(--sb-header-row2-h);
  }

  #header .header-bottom__row-2 > .col,
  #header .header-bottom__row-2 > .col-auto {
    display: flex;
    align-items: center;
    height: 100%;
  }

  #header .header-bottom__row-2 > .col {
    padding: 0 0.2em;
  }

  #header .header-bottom__row-2 .nav-row-2 {
    gap: 0.5rem;
    flex-wrap: nowrap;
    align-items: center;
  }

  #header .header-bottom__row-2::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -4px;
    z-index: 1;
    height: 4px;
    background: #fff;
    pointer-events: none;
  }
}

#buyback-catalog {
  position: relative;
  margin-top: 2em;
  --sb-title-color: #111827;
  --sb-muted-color: #6b7280;
  --sb-accent: var(--secondary-color, #00bee3);
  --sb-accent-hover: #0e9ec0;
  --sb-brand-green: var(--accent-color, #76b72a);
  --sb-brand-grey: var(--grey, #3c433e);
  --sb-catalog-max: 1100px;
  --sb-search-icon: url("../img/search-loupe.svg?v=20260324");
  --sb-filters-sticky-top: 80px;
  --sb-container-pad-x: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  --sb-mobile-grid-gap: 0.75rem;
}

@supports (width: 1svw) {
  #buyback-catalog {
    --sb-vw-unit: 1svw;
  }
}

#module-selecteobuyback-catalog .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#header.buyback-filters-stuck {
  box-shadow: none !important;
}

#buyback-catalog,
#buyback-catalog button,
#buyback-catalog input,
#buyback-catalog select,
#buyback-catalog textarea {
  font-family: "Montserrat", sans-serif;
}

#buyback-catalog .buyback-intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 1080px;
  margin: 0 auto 1.5rem;
  padding-inline: var(--sb-container-pad-x);
}

#buyback-catalog .buyback-intro-title {
  margin: 0;
  font-size: clamp(15px, 4vw, 40px);
  line-height: 1.2;
  font-weight: 700;
}

#buyback-catalog .buyback-intro-accent {
  color: var(--sb-brand-pink);
}

#buyback-catalog .buyback-intro-lead {
  margin: 1em 0 0;
  color: var(--sb-brand-grey);
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.35;
}

#buyback-catalog .buyback-intro-lead strong {
  font-weight: 700;
}

#buyback-catalog .buyback-intro-note {
  margin: 0.5em 0 0;
  color: var(--sb-brand-grey);
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.3;
}

#buyback-catalog #buyback-filters-anchor {
  position: relative;
  height: 1px;
  margin-top: -1px;
}

#buyback-catalog .buyback-filters-bar {
  position: sticky;
  top: var(--sb-filters-sticky-top);
  z-index: 99;
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 0.4rem var(--sb-container-pad-x);
  box-sizing: border-box;
  box-shadow: 0 10px 14px -14px rgba(17, 24, 39, 0);
  transition: box-shadow 0.25s ease;
}

#buyback-catalog .buyback-filters-bar.is-stuck {
  box-shadow: 0 3px 10px rgba(60, 67, 62, 0.25);
}

#buyback-catalog .buyback-filters-inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 5px;
  min-height: 42px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#buyback-catalog .buyback-filters-search-wrap {
  flex: 0 0 auto;
  min-width: 0;
}

#buyback-catalog .buyback-brand-filters {
  min-width: 0;
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 20px;
}

#buyback-catalog .buyback-brand-filters::-webkit-scrollbar {
  display: none;
}

#buyback-catalog .buyback-brand-pill {
  height: clamp(30px, 9vw, 40px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1.5px solid rgba(60, 67, 62, 0.25);
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: 1px 1px 0 rgba(60, 67, 62, 0.25);
}

#buyback-catalog .buyback-brand-pill-logo {
  display: block;
  width: auto;
  max-width: 136px;
  height: 31px;
  padding: 0.1rem;
  max-height: 31px;
  object-fit: contain;
}

#buyback-catalog .buyback-brand-pill-text {
  color: #233046;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

#buyback-catalog .buyback-brand-pill-text-all {
  margin-left: 3px;
  line-height: 1rem;
  font-size: 1rem;
}

#buyback-catalog .buyback-brand-pill-all-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  display: block;
  background-color: var(--sb-brand-grey);
  -webkit-mask: url("../img/arrow.svg") center / contain no-repeat;
  mask: url("../img/arrow.svg") center / contain no-repeat;
}

#buyback-catalog .buyback-brand-pill-favorite-icon,
#buyback-catalog .buyback-brand-pill-promo-icon {
  width: 28px;
  height: 28px;
  display: block;
}

#buyback-catalog .buyback-brand-pill-favorite-icon {
  background-color: #eeb005;
  -webkit-mask: url("../img/favorite-star-filled.svg") center / contain no-repeat;
  mask: url("../img/favorite-star-filled.svg") center / contain no-repeat;
}

#buyback-catalog .buyback-brand-pill-promo-icon {
  background-color: var(--sb-brand-pink);
  -webkit-mask: url("../img/promotion.svg") center / contain no-repeat;
  mask: url("../img/promotion.svg") center / contain no-repeat;
}

#buyback-catalog .buyback-mobile-pill-label,
#buyback-catalog .buyback-mobile-brand-panel,
#buyback-catalog .buyback-mobile-brand-picker {
  display: none;
}

#buyback-catalog .buyback-mobile-brand-picker {
  width: fit-content;
}

#buyback-catalog .buyback-mobile-brand-picker > summary {
  list-style: none;
}

#buyback-catalog .buyback-mobile-brand-picker > summary::-webkit-details-marker {
  display: none;
}

#buyback-catalog .buyback-mobile-brand-chevron {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 14px;
  overflow: visible;
  pointer-events: none;
}

#buyback-catalog .buyback-mobile-brand-chevron::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

#buyback-catalog .buyback-mobile-brand-picker[open] .buyback-mobile-brand-chevron::before {
  transform: rotate(-135deg);
}

#buyback-catalog .buyback-search-form {
  flex: 0 0 auto;
  display: block;
  width: auto;
}

#buyback-catalog .buyback-search-field {
  position: relative;
  width: min(320px, 46vw);
  min-width: 165px;
  height: clamp(30px, 9vw, 40px);
}

#buyback-catalog .buyback-search-input {
  width: 100%;
  min-width: 0;
  height: clamp(30px, 9vw, 40px);
  border: 1.5px solid rgba(60, 67, 62, 0.25);
  border-radius: 0.5rem;
  background: #fff;
  color: #3b3f46;
  font-size: clamp(12px, 4vw, 18px);
  line-height: 25px;
  padding: 0 3.15rem 0 0.74rem;
  box-shadow: 1px 1px 0 rgba(60, 67, 62, 0.25);
}

#buyback-catalog .buyback-search-input::placeholder {
  color: #98a1aa;
}

#buyback-catalog .buyback-search-input::-webkit-search-cancel-button,
#buyback-catalog .buyback-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

#buyback-catalog .buyback-search-input::-ms-clear,
#buyback-catalog .buyback-search-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

#buyback-catalog .buyback-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(30px, 9vw, 40px);
  height: clamp(30px, 9vw, 40px);
  border: 0;
  border-radius: 0.5rem;
  background: var(--sb-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#buyback-catalog .buyback-search-btn-icon {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  background-image: var(--sb-search-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#buyback-catalog .buyback-search-reset {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

#buyback-catalog .buyback-filters-meta {
  display: none;
}

#buyback-catalog .buyback-search-results-count {
  margin: -0.2rem 0 0.75rem;
  text-align: center;
}

#buyback-catalog .buyback-view-switch {
  width: min(100%, var(--sb-catalog-max));
  margin: 0 auto 1rem;
  padding: 0 0 0 12px;
  display: flex;
  align-items: flex-end;
  gap: 18px;
}

#buyback-catalog .buyback-view-switch-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

#buyback-catalog .buyback-view-switch-icon {
  width: clamp(20px, 5vw, 26px);
  height: clamp(20px, 5vw, 26px);
  display: block;
  background-color: var(--sb-brand-grey);
}

#buyback-catalog .buyback-view-switch-icon--grid {
  -webkit-mask: url("../img/view-grid.svg") center / contain no-repeat;
  mask: url("../img/view-grid.svg") center / contain no-repeat;
}

#buyback-catalog .buyback-view-switch-icon--list {
  -webkit-mask: url("../img/view-list.svg") center / contain no-repeat;
  mask: url("../img/view-list.svg") center / contain no-repeat;
}

#buyback-catalog .buyback-view-switch-label {
  font-size: clamp(0.6rem, 2vw, 0.84rem);
  font-weight: 500;
  margin-top: 0.5em;
  color: var(--sb-brand-grey);
}

#buyback-catalog .buyback-view-switch-btn.is-active .buyback-view-switch-label {
  color: var(--sb-accent);
}

#buyback-catalog .buyback-view-switch-btn.is-active .buyback-view-switch-icon {
  background-color: var(--sb-accent);
}

@media (max-width: 767.98px) {
  #buyback-catalog {
    --sb-filters-sticky-top: 47px;
    padding-bottom: 8.2rem;
  }

  #buyback-catalog .buyback-intro-title {
    font-size: clamp(1.1rem, 0.98rem + 1.05vw, 1.45rem);
  }

  #buyback-catalog .buyback-intro-lead {
    font-size: 0.88rem;
  }

  #buyback-catalog .buyback-intro-note {
    font-size: 0.82rem;
  }

  #buyback-catalog .buyback-filters-bar {
    padding: 0.5rem var(--sb-container-pad-x);
    overflow: visible;
    top: calc(var(--sb-filters-sticky-top) - 2px);
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  #buyback-catalog .buyback-filters-bar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    height: 6px;
    background: #fff;
    pointer-events: none;
    z-index: 1;
  }

  #buyback-catalog .buyback-filters-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.5rem;
    min-height: 40px;
    padding: 0;
  }

  #buyback-catalog .buyback-brand-filters {
    flex: 0 0 calc(30% - 0.25rem);
    width: auto;
    min-width: 120px;
    justify-content: flex-start;
    align-items: stretch;
    overflow: visible;
    gap: 0;
    min-height: 40px;
    padding: 0;
  }

  #buyback-catalog .buyback-brand-filters > .buyback-brand-pill--promo,
  #buyback-catalog .buyback-brand-filters > .buyback-brand-pill--favorites,
  #buyback-catalog .buyback-brand-pill--brand,
  #buyback-catalog .buyback-brand-pill--all {
    display: none !important;
  }

  #buyback-catalog .buyback-mobile-brand-picker {
    display: block;
    position: relative;
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    height: 100%;
  }

  #buyback-catalog .buyback-mobile-filters-trigger {
    list-style: none;
    min-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.1rem, 1vw, 0.5rem);
    width: 100%;
    border: 1.5px solid rgba(60, 67, 62, 0.25);
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 1px 1px 0 rgba(60, 67, 62, 0.25);
    color: var(--sb-brand-grey);
    padding: 0 clamp(0.5rem, 2vw, 0.75rem);
    font-size: clamp(12px, 3.8vw, 16px);
    font-weight: 600;
    line-height: 1;
  }

  #buyback-catalog .buyback-mobile-filters-trigger-label {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #buyback-catalog .buyback-mobile-brand-chevron {
    margin-left: 0;
    flex-basis: 14px;
    width: 14px;
    height: 14px;
    margin-top: -2px;
  }

  #buyback-catalog .buyback-filters-search-wrap {
    flex: 1 1 calc(70% - 0.25rem);
    min-width: 0;
  }

  #buyback-catalog .buyback-search-form,
  #buyback-catalog .buyback-search-field,
  #buyback-catalog .buyback-search-input {
    width: 100%;
    min-width: 0;
  }

  #buyback-catalog .buyback-search-field,
  #buyback-catalog .buyback-search-input,
  #buyback-catalog .buyback-search-btn {
    height: 40px;
  }

  #buyback-catalog .buyback-search-btn {
    width: 40px;
    border-radius: 0.5rem;
  }

  #buyback-catalog .buyback-search-btn-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
