/* G-Trots Magazin — visual layer built on top of the existing service website. */

/* Estomparea fină din zona dintre marginea ecranului și navbar. */
.shop-page .site-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: max(1.2rem, env(safe-area-inset-top));
  pointer-events: none;
  background: rgba(8, 8, 8, 0.52);
  -webkit-backdrop-filter: blur(30px) saturate(0.82);
  backdrop-filter: blur(30px) saturate(0.82);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.88) 58%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.88) 58%, transparent 100%);
}

@media (max-width: 900px) {
  .shop-page .site-header::after {
    height: max(calc(env(safe-area-inset-top) + 0.78rem), 0.9rem);
    background: rgba(8, 8, 8, 0.6);
  }
}

/* Keep the catalogue in the first viewport, with a compact branded heading. */
.shop-heading {
  padding-top: 6.4rem;
}

.shop-heading .shop-breadcrumb {
  min-height: 2rem;
  padding-inline: 0;
  font-size: 0.75rem;
}

.shop-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0 1.15rem;
}

.shop-heading-copy {
  min-width: 0;
  padding-left: 1rem;
  border-left: 3px solid var(--orange);
}

.shop-heading-copy h1 {
  margin: 0;
  color: #f5f2ed;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.055em;
}

.shop-heading-copy h1 span {
  color: var(--orange);
  white-space: nowrap;
}

.shop-heading-copy p {
  margin: 0.45rem 0 0;
  color: #aaa7a2;
  font-size: 0.9rem;
  line-height: 1.5;
}

.shop-heading-note {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: #c5beb4;
  font-size: 0.8rem;
}

.shop-heading-note span {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.12);
  color: var(--orange);
}

.shop-heading .shop-search-deck:not(.is-search-open) {
  width: 100%;
  min-height: 5rem;
  margin: 0;
  padding: 0.45rem;
  border-color: rgba(240, 127, 0, 0.2);
  border-radius: 1.45rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.16);
}

.shop-heading + .shop-catalog {
  padding-top: 1.2rem;
}

.shop-heading + .shop-catalog .catalog-layout {
  padding-top: 0;
}

@media (min-width: 701px) {
  .shop-heading + .shop-catalog .catalog-toolbar {
    min-height: 3rem;
    padding-block: 0;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 1000px) {
  .shop-heading + .shop-catalog .mobile-filter-button {
    min-height: 3rem;
    margin-top: 0;
    margin-bottom: 0.6rem;
    padding: 0.35rem 0.55rem;
    border-radius: 1rem;
  }

  .shop-heading + .shop-catalog .mobile-filter-button > span {
    width: 2.3rem;
    height: 2.3rem;
    flex-basis: 2.3rem;
    border-radius: 0.75rem;
  }
}

@media (max-width: 700px) {
  .shop-heading {
    padding-top: 5rem;
  }

  .shop-heading-row {
    padding-block: 0.5rem 0.9rem;
  }

  .shop-heading-copy {
    padding-left: 0.75rem;
  }

  .shop-heading-copy p {
    margin-top: 0.3rem;
    font-size: 0.875rem;
  }

  .shop-heading-note {
    display: none;
  }

  .shop-heading .shop-search-deck:not(.is-search-open) {
    min-height: 0;
    padding: 0.3rem;
    border-radius: 1.2rem;
  }

  .shop-heading .shop-search-deck:not(.is-search-open) .shop-search-field {
    min-height: 3.8rem;
    padding: 0.35rem 0.55rem;
    gap: 0.5rem;
    border-radius: 0.95rem;
  }

  .shop-heading + .shop-catalog {
    padding-top: 0.75rem;
  }
}

body.shop-page {
  overflow-x: clip;
  background:
    radial-gradient(circle at 76% 7%, rgba(240, 127, 0, 0.12), transparent 28rem),
    radial-gradient(circle at 5% 45%, rgba(240, 127, 0, 0.045), transparent 25rem),
    #070707;
}

body.filters-open {
  overflow: hidden;
}

.shop-page .main-nav a.active {
  color: #fff;
}

.shop-page .main-nav a.active::after {
  opacity: 1;
}

.shop-header-cta {
  color: #1b0b04;
}

.shop-main {
  overflow: visible;
}

.shop-hero {
  padding-top: 7.4rem;
}

.shop-breadcrumb {
  min-height: 3.3rem;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #74716d;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.shop-breadcrumb a {
  transition: color 180ms ease;
}

.shop-breadcrumb a:hover {
  color: var(--orange);
}

.shop-breadcrumb strong {
  color: #cbc7c1;
}

.shop-hero-card {
  min-height: min(720px, calc(100svh - 10.7rem));
  padding: clamp(1.25rem, 3.5vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(31rem, 0.96fr);
  align-items: stretch;
  gap: clamp(2rem, 4vw, 5rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: clamp(2rem, 4vw, 3.5rem);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.045), transparent 32%),
    radial-gradient(circle at 78% 50%, rgba(240, 127, 0, 0.18), transparent 19rem),
    #0c0c0c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 2rem 6rem rgba(0, 0, 0, 0.2);
}

.shop-hero-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(90deg, transparent 8%, #000 62%, transparent 100%);
}

.shop-hero-copy {
  padding: clamp(2.5rem, 6vw, 6rem) 0 clamp(4.5rem, 8vw, 7rem) clamp(0rem, 2vw, 1.5rem);
  align-self: center;
  position: relative;
  z-index: 3;
}

.shop-eyebrow,
.shop-section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #bbb7b2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.shop-eyebrow i {
  width: 0.55rem;
  height: 0.55rem;
  display: block;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0.38rem rgba(240, 127, 0, 0.12), 0 0 1.3rem rgba(240, 127, 0, 0.45);
}

.shop-hero h1 {
  max-width: 820px;
  margin: 1.65rem 0 0;
  font-size: clamp(3.4rem, 6.45vw, 7rem);
  letter-spacing: -0.085em;
  line-height: 0.91;
}

.shop-hero h1 em {
  color: var(--orange);
  font-style: normal;
}

.shop-title-typewriter {
  max-width: 100%;
  min-height: 1em;
  display: inline-grid;
  vertical-align: top;
  font-size: clamp(2.2rem, 4.55vw, 5.05rem);
  letter-spacing: -0.075em;
  line-height: 0.98;
  white-space: nowrap;
}

.shop-title-typewriter::before {
  content: attr(data-reserve);
  grid-area: 1 / 1;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
}

.shop-title-typewriter-line {
  min-width: 0;
  display: inline;
  grid-area: 1 / 1;
  white-space: nowrap;
}

.shop-title-typewriter-text {
  display: inline;
}

.shop-title-cursor {
  width: 0.075em;
  height: 0.84em;
  margin-left: 0.1em;
  display: inline-block;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 1rem rgba(240, 127, 0, 0.65);
  opacity: 0;
  transform: translateY(0.08em);
}

.shop-title-typewriter.is-typing .shop-title-cursor,
.shop-title-typewriter.is-complete .shop-title-cursor {
  opacity: 1;
  animation: shop-title-cursor 950ms steps(1, end) infinite;
}

.shop-hero-copy > p {
  max-width: 42rem;
  margin: 1.8rem 0 0;
  color: #aaa7a2;
  font-size: clamp(0.98rem, 1.3vw, 1.15rem);
  line-height: 1.75;
}

.shop-hero-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
}

.shop-hero-actions .button {
  min-width: 15.5rem;
}

.shop-products-cta {
  min-width: 16.8rem !important;
  min-height: 3.85rem;
  padding: 0.45rem 0.8rem 0.45rem 0.45rem;
  gap: 0.68rem;
  overflow: hidden;
  border: 0;
  border-radius: 1.35rem;
  background: var(--orange);
  color: #261507;
  box-shadow: none;
  transition: background 180ms ease, transform 180ms ease;
}

.shop-products-cta:hover {
  background: #e97900;
  transform: translateY(-1px);
}

.shop-products-cta .shop-products-symbol {
  width: 2.95rem;
  height: 2.95rem;
  display: grid;
  place-items: center;
  flex: 0 0 2.95rem;
  position: relative;
  border-radius: 1rem;
  background: #ffe2bf;
  color: #a65300;
  transition: background 180ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.shop-products-symbol i {
  width: 1.16rem;
  height: 0.94rem;
  display: block;
  position: relative;
  border: 1.8px solid currentColor;
  border-radius: 0.18rem;
}

.shop-products-symbol i::before {
  content: "";
  width: 0.58rem;
  height: 0.28rem;
  position: absolute;
  left: 50%;
  top: -0.45rem;
  border: 1.8px solid currentColor;
  border-bottom: 0;
  border-radius: 0.3rem 0.3rem 0 0;
  transform: translateX(-50%);
}

.shop-products-symbol i::after {
  content: "";
  width: 0.34rem;
  height: 0.24rem;
  position: absolute;
  left: 50%;
  top: -0.08rem;
  border-radius: 0 0 0.12rem 0.12rem;
  background: currentColor;
  transform: translateX(-50%);
}

.shop-products-cta strong {
  flex: 1;
  text-align: left;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.shop-products-cta > b {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  flex: 0 0 2.35rem;
  position: relative;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
  transition: background 180ms ease, transform 220ms ease;
}

.shop-products-cta > b::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-right: 1.8px solid #512a00;
  border-bottom: 1.8px solid #512a00;
  transform: translateY(-0.1rem) rotate(45deg);
}

.shop-products-cta:hover .shop-products-symbol {
  background: #ffead1;
  transform: rotate(-3deg) scale(1.025);
}

.shop-products-cta:hover > b {
  background: rgba(255, 255, 255, 0.26);
  transform: translateY(2px);
}

.shop-help-link {
  min-height: 4.15rem;
  min-width: 18rem;
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #d5d1cc;
  cursor: pointer;
  touch-action: manipulation;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.shop-help-link > b {
  width: 3.05rem;
  height: 3.05rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  position: relative;
  border: 0;
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.15);
  color: var(--orange);
  font-size: 1.05rem;
  transition: background 180ms ease, color 180ms ease, transform 220ms ease;
}

.shop-help-link > b span {
  position: relative;
  z-index: 1;
}

.shop-help-link > b i {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  border: 2px solid #17130e;
  border-radius: 50%;
  background: #8cae9a;
}

.shop-help-link:hover > b {
  background: var(--orange);
  color: #fff;
  transform: rotate(-6deg);
}

.shop-help-link > span {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
  flex: 1;
  font-size: 0.75rem;
  font-weight: 800;
}

.shop-help-link small {
  color: #77736f;
  font-size: 0.58rem;
  font-weight: 700;
}

.shop-help-link > em {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  flex: 0 0 2.35rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  color: #aaa49e;
  font-size: 1.35rem;
  font-style: normal;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 220ms ease;
}

.shop-help-link:hover {
  border-color: rgba(240, 127, 0, 0.18);
  background: rgba(240, 127, 0, 0.07);
  transform: translateY(-1px);
}

.shop-help-link:hover > em {
  background: rgba(240, 127, 0, 0.14);
  color: var(--orange);
  transform: translateX(2px);
}

.shop-proof {
  margin: 2.5rem 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.55rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  list-style: none;
}

.shop-proof::-webkit-scrollbar {
  display: none;
}

.shop-proof li {
  min-height: 2.75rem;
  padding: 0.38rem 0.72rem 0.38rem 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  flex: 1 1 0;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #c3beba;
  font-size: 0.59rem;
  font-weight: 750;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.shop-proof li span {
  width: 1.92rem;
  height: 1.92rem;
  display: grid;
  place-items: center;
  flex: 0 0 1.92rem;
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.14);
  color: #f69a35;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.shop-proof li:hover {
  border-color: rgba(240, 127, 0, 0.16);
  background: rgba(240, 127, 0, 0.065);
  transform: translateY(-1px);
}

.shop-hero-visual {
  min-width: 0;
  position: relative;
  display: grid;
  place-items: center;
}

.shop-scooter-stage {
  --shop-rx: 0deg;
  --shop-ry: 0deg;
  --shop-tx: 0px;
  --shop-ty: 0px;
  --shop-mx: 50%;
  --shop-my: 46%;
  width: min(34rem, 92%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  perspective: 1200px;
  transform-style: preserve-3d;
  isolation: isolate;
}

.shop-scooter-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid rgba(240, 127, 0, 0.08);
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--shop-mx) var(--shop-my), rgba(255, 169, 72, 0.32), transparent 19%),
    radial-gradient(circle, rgba(240, 127, 0, 0.22), rgba(240, 127, 0, 0.045) 50%, transparent 70%);
  filter: blur(0.15rem);
  transition: border-color 240ms ease, background 160ms ease, transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.shop-scooter-stage::after {
  content: "";
  width: 56%;
  height: 11%;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 9%;
  border: 1px solid rgba(240, 127, 0, 0.14);
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.08);
  filter: blur(0.4rem);
  opacity: 0.7;
  transform: translateX(-50%) rotateX(72deg);
  transition: opacity 240ms ease, transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.shop-scooter-stage img {
  width: min(31rem, 84%);
  max-height: 39rem;
  position: relative;
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 3rem 3rem rgba(0, 0, 0, 0.7));
  transform: rotateZ(2deg) translate3d(0, 0.4rem, 0);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1), filter 300ms ease;
}

.shop-scooter-stage.is-3d-active::before {
  border-color: rgba(240, 127, 0, 0.22);
  transform: scale(1.025);
}

.shop-scooter-stage.is-3d-active::after {
  opacity: 1;
  transform: translateX(-50%) rotateX(72deg) scale(1.12);
}

.shop-scooter-stage.is-3d-active img {
  filter: drop-shadow(0 2.8rem 3.2rem rgba(0, 0, 0, 0.72));
  transform: rotateX(var(--shop-rx)) rotateY(var(--shop-ry)) rotateZ(0deg) translate3d(var(--shop-tx), var(--shop-ty), 2.6rem) scale(1.035);
  transition: transform 90ms ease-out, filter 160ms ease-out;
}

.shop-visual-word {
  position: absolute;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(7rem, 13vw, 13rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
  transform: rotate(-90deg);
}

.shop-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transition: border-color 220ms ease, transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.shop-orbit::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  top: 14%;
  left: 15%;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 1.4rem rgba(240, 127, 0, 0.65);
}

.shop-orbit-one {
  width: 82%;
  aspect-ratio: 1;
  transform: rotate(14deg);
}

.shop-orbit-two {
  width: 61%;
  aspect-ratio: 1;
  border-color: rgba(240, 127, 0, 0.13);
  transform: rotate(108deg);
}

.shop-scooter-stage.is-3d-active .shop-orbit-one {
  border-color: rgba(255, 255, 255, 0.15);
  transform: rotate(22deg) scale(1.025);
}

.shop-scooter-stage.is-3d-active .shop-orbit-two {
  border-color: rgba(240, 127, 0, 0.24);
  transform: rotate(98deg) scale(0.97);
}

.shop-float-card {
  min-height: 4.25rem;
  padding: 0.5rem 0.55rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(240, 127, 0, 0.12);
  border-radius: 1.45rem;
  background: rgba(38, 29, 20, 0.9);
  box-shadow: 0 0.7rem 1.7rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px) saturate(1.1);
  animation: shop-material-float 4.8s ease-in-out infinite;
  transition: border-color 180ms ease, background 180ms ease, transform 220ms ease;
}

.shop-float-card > span {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
}

.shop-float-card strong {
  color: #f5f2ed;
  font-size: 0.8rem;
}

.shop-float-card small {
  color: #a79d92;
  font-size: 0.57rem;
  font-weight: 700;
}

.shop-float-card-top {
  top: 17%;
  right: 2%;
}

.shop-verify-icon {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 50%;
  background: #f5d5aa;
  color: #8b4400;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  animation: shop-check-pulse 2.8s ease-in-out infinite;
}

.shop-float-card-top > b {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.25rem;
  border-radius: 50%;
  background: #8cae9a;
  box-shadow: 0 0 0 0 rgba(140, 174, 154, 0.35);
  animation: shop-status-pulse 2.2s ease-out infinite;
}

.shop-float-card-bottom {
  left: 1%;
  bottom: 18%;
  background: rgba(27, 25, 22, 0.92);
  animation-delay: -2.2s;
}

.shop-float-card-bottom strong {
  margin-top: 0.1rem;
  color: #f5d5aa;
  font-size: 0.92rem;
}

.shop-fit-icon {
  width: 2.9rem;
  height: 2.9rem;
  display: block;
  position: relative;
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.12);
}

.shop-fit-icon span {
  width: 1.15rem;
  height: 1.15rem;
  position: absolute;
  top: 0.86rem;
  border: 1.7px solid #f5d5aa;
  border-radius: 50%;
  transition: transform 220ms ease;
}

.shop-fit-icon span:first-child {
  left: 0.52rem;
  animation: shop-fit-left 3s ease-in-out infinite;
}

.shop-fit-icon span:last-child {
  right: 0.52rem;
  animation: shop-fit-right 3s ease-in-out infinite;
}

.shop-float-card-bottom > b {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.12);
  color: #e89a47;
  font-size: 1.15rem;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.shop-float-card:hover {
  border-color: rgba(240, 127, 0, 0.24);
  background: rgba(49, 36, 24, 0.95);
  animation-play-state: paused;
}

.shop-float-card-bottom:hover > b {
  background: rgba(240, 127, 0, 0.22);
  transform: translateX(2px);
}

@keyframes shop-title-cursor {
  0%,
  48% { opacity: 1; }
  49%,
  100% { opacity: 0; }
}

@keyframes shop-material-float {
  0%,
  100% { translate: 0 0; }
  50% { translate: 0 -0.38rem; }
}

@keyframes shop-check-pulse {
  0%,
  100% { box-shadow: 0 0 0 0 rgba(240, 127, 0, 0.2); transform: scale(1); }
  50% { box-shadow: 0 0 0 0.38rem rgba(240, 127, 0, 0); transform: scale(1.035); }
}

@keyframes shop-status-pulse {
  0% { box-shadow: 0 0 0 0 rgba(140, 174, 154, 0.34); }
  70%,
  100% { box-shadow: 0 0 0 0.45rem rgba(140, 174, 154, 0); }
}

@keyframes shop-fit-left {
  0%,
  100% { transform: translateX(-0.08rem); }
  50% { transform: translateX(0.1rem); }
}

@keyframes shop-fit-right {
  0%,
  100% { transform: translateX(0.08rem); }
  50% { transform: translateX(-0.1rem); }
}

.shop-search-deck {
  width: calc(100% - clamp(1.5rem, 6vw, 6rem));
  min-height: 5.85rem;
  margin: -1.9rem auto 0;
  padding: 0.62rem;
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) minmax(10rem, auto) minmax(14rem, auto);
  align-items: stretch;
  gap: 0.58rem;
  position: relative;
  z-index: 7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.8rem;
  background: rgba(20, 19, 17, 0.92);
  box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(28px) saturate(1.08);
}

.shop-search-field {
  min-width: 0;
  padding: 0.55rem 0.8rem 0.55rem 0.55rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.82rem;
  border: 1px solid transparent;
  border-radius: 1.3rem;
  background: #25221f;
  cursor: text;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.shop-search-field:focus-within {
  border-color: rgba(240, 127, 0, 0.62);
  background: #2a251f;
  box-shadow: 0 0 0 0.2rem rgba(240, 127, 0, 0.1);
}

.shop-search-icon-wrap {
  width: 3.05rem;
  height: 3.05rem;
  display: grid;
  place-items: center;
  flex: 0 0 3.05rem;
  padding: 0;
  border: 0;
  border-radius: 1rem;
  background: rgba(240, 127, 0, 0.14);
  color: #f39936;
  cursor: text;
  transition: background 180ms ease, color 180ms ease, transform 220ms ease;
}

.shop-search-field:focus-within .shop-search-icon-wrap {
  background: var(--orange);
  color: #fff;
  transform: scale(1.025);
}

.shop-search-icon {
  width: 1.05rem;
  height: 1.05rem;
  position: relative;
  display: block;
  border: 1.8px solid currentColor;
  border-radius: 50%;
  transform: translate(-0.11rem, -0.08rem);
}

.shop-search-icon::after {
  content: "";
  width: 0.55rem;
  height: 1.8px;
  position: absolute;
  right: -0.42rem;
  bottom: -0.15rem;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.shop-search-back-icon {
  display: none;
}

.shop-search-copy {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
}

.shop-search-copy small {
  color: #c08a55;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.shop-search-field:focus-within .shop-search-copy small {
  color: #f39936;
}

.shop-search-copy input {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f5f2ed;
  font-size: clamp(0.92rem, 1.35vw, 1.1rem);
  font-weight: 700;
}

.shop-search-copy input::-webkit-search-cancel-button,
.shop-search-copy input::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none;
}

.shop-search-clear[hidden] {
  display: none;
}

.shop-search-clear {
  min-height: 2.5rem;
  padding: 0 0.75rem 0 0.62rem;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid rgba(240, 127, 0, 0.18);
  border-radius: 999px;
  background: rgba(240, 127, 0, 0.09);
  color: #f2a347;
  font-family: inherit;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.shop-search-clear:hover,
.shop-search-clear:focus-visible {
  outline: 0;
  border-color: rgba(240, 127, 0, 0.35);
  background: rgba(240, 127, 0, 0.16);
  color: #fff;
}

.shop-search-clear span {
  font-size: 1.28rem;
  line-height: 1;
}

.shop-search-clear b {
  font-size: 0.58rem;
  font-weight: 850;
}

.shop-search-actions {
  min-height: 2.65rem;
  padding-left: 0.38rem;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-search-actions .shop-search-clear {
  width: 2.35rem;
  min-width: 2.35rem;
  height: 2.35rem;
  min-height: 2.35rem;
  padding: 0;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #99928a;
}

.shop-search-actions .shop-search-clear:hover,
.shop-search-actions .shop-search-clear:focus-visible {
  background: rgba(255, 255, 255, 0.065);
  color: #f5f1ec;
}

.shop-search-submit {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 0.45rem 1rem rgba(240, 127, 0, 0.18);
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.shop-search-submit:hover,
.shop-search-submit:focus-visible {
  outline: 0;
  background: #ff9320;
  transform: translateX(1px);
  box-shadow: 0 0.55rem 1.25rem rgba(240, 127, 0, 0.26);
}

.shop-search-submit span {
  font-size: 1.35rem;
  line-height: 1;
  transform: translate(0.03rem, -0.04rem);
}

.shop-search-copy input::placeholder {
  color: #85807b;
}

.shop-search-field kbd {
  padding: 0;
  display: flex;
  gap: 0.24rem;
  border: 0;
  background: transparent;
  font-family: inherit;
}

.shop-search-field kbd span {
  min-width: 1.55rem;
  height: 1.65rem;
  padding: 0 0.38rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.045);
  color: #827d78;
  font-size: 0.48rem;
  font-weight: 800;
  line-height: 1;
}

.shop-search-deck > p {
  min-width: 10rem;
  margin: 0;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.035);
}

.shop-search-deck > p > i {
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 0.62rem;
  border-radius: 50%;
  background: #8cae9a;
  box-shadow: 0 0 0 0.3rem rgba(140, 174, 154, 0.09);
}

.shop-search-deck > p > span {
  display: grid;
  gap: 0.1rem;
}

.shop-search-deck > p strong {
  color: #f4f0eb;
  font-size: 0.82rem;
}

.shop-search-deck > p small {
  color: #75716c;
  font-size: 0.58rem;
}

.shop-search-deck > a {
  min-width: 14rem;
  padding: 0.5rem 0.58rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  border-radius: 1.3rem;
  background: #f2d3aa;
  color: #3a2815;
  transition: background 180ms ease, transform 180ms ease;
}

.shop-search-deck > a:hover {
  background: #f7ddb9;
  transform: translateY(-1px);
}

.shop-search-deck > a > i {
  width: 2.95rem;
  height: 2.95rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: var(--orange);
  color: #fff;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 900;
  transition: transform 220ms ease;
}

.shop-search-deck > a > span {
  min-width: 0;
  display: grid;
  gap: 0.06rem;
}

.shop-search-deck > a small {
  font-size: 0.53rem;
  font-weight: 700;
  opacity: 0.68;
}

.shop-search-deck > a strong {
  font-size: 0.84rem;
  line-height: 1.2;
}

.shop-search-deck > a b {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.12);
  transition: background 180ms ease, transform 180ms ease;
}

.shop-search-deck > a b::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-top: 1.7px solid #8e4900;
  border-right: 1.7px solid #8e4900;
  transform: translateX(-0.08rem) rotate(45deg);
}

.shop-search-deck > a:hover > i {
  transform: rotate(-5deg);
}

.shop-search-deck > a:hover b {
  background: rgba(240, 127, 0, 0.2);
  transform: translateX(2px);
}

.smart-search-overlay[hidden],
.smart-search-panel[hidden] {
  display: none;
}

.smart-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(3, 3, 3, 0.72);
  backdrop-filter: blur(8px) saturate(0.7);
  animation: smart-search-overlay-in 180ms ease both;
}

.shop-search-deck.is-search-open {
  z-index: 100;
  overflow-anchor: none;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}

.shop-search-deck.is-search-open.is-search-closing {
  pointer-events: none;
  transform-origin: var(--smart-search-collapse-x, 2.1rem) var(--smart-search-collapse-y, 2.1rem);
  animation: smart-search-collapse-to-icon 210ms cubic-bezier(0.42, 0, 0.18, 1) both;
  will-change: clip-path, opacity;
}

body.smart-search-closing .smart-search-overlay {
  animation: smart-search-overlay-out 210ms ease-out both;
}

@media (min-width: 701px) {
  .shop-search-deck.is-search-open {
    width: var(--smart-search-open-width);
    margin: 0;
    position: fixed;
    top: var(--smart-search-open-top);
    left: var(--smart-search-open-left);
    z-index: 120;
    animation: none;
  }

  .shop-search-deck.is-search-open.is-search-closing {
    animation: smart-search-collapse-to-icon 210ms cubic-bezier(0.42, 0, 0.18, 1) both;
  }
}

.shop-search-deck.is-search-open .shop-search-field {
  border-color: rgba(240, 127, 0, 0.68);
  background: #2b261f;
  box-shadow: 0 0 0 0.22rem rgba(240, 127, 0, 0.11);
}

.smart-search-panel {
  width: 100%;
  max-height: min(36rem, calc(100vh - 8rem));
  position: absolute;
  top: calc(100% + 0.72rem);
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(240, 127, 0, 0.12), transparent 31%),
    linear-gradient(145deg, #211e1b 0%, #171615 58%, #131313 100%);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  animation: smart-search-panel-in 160ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@media (min-width: 701px) {
  .smart-search-panel {
    height: min(36rem, calc(100vh - 8rem));
  }
}

.smart-search-head {
  min-height: 4.65rem;
  padding: 0.82rem 0.9rem 0.82rem 1.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.smart-search-head > span {
  min-width: 0;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 0.58rem;
  align-items: center;
}

.smart-search-head > span > i {
  width: 0.68rem;
  height: 0.68rem;
  grid-row: 1 / 3;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0.38rem rgba(240, 127, 0, 0.1);
}

.smart-search-head b {
  color: #f8f5f0;
  font-size: 0.88rem;
  font-weight: 850;
}

.smart-search-head small {
  margin-top: 0.14rem;
  color: #918b84;
  font-size: 0.62rem;
}

.smart-search-head > button {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  color: #eee9e2;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.smart-search-head > button:hover,
.smart-search-head > button:focus-visible {
  outline: none;
  background: rgba(240, 127, 0, 0.16);
  color: #ff9b2b;
  transform: rotate(4deg);
}

.smart-search-head > button span {
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-0.05rem);
}

.smart-search-content {
  min-height: 12rem;
  padding: 1rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(240, 127, 0, 0.45) transparent;
}

.smart-search-section-head {
  margin: 0 0 0.75rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.smart-search-section-head span {
  display: grid;
  gap: 0.16rem;
}

.smart-search-section-head strong {
  color: #f4f0eb;
  font-size: 0.84rem;
  font-weight: 850;
}

.smart-search-section-head small {
  color: #77716b;
  font-size: 0.6rem;
}

.smart-search-count {
  min-height: 1.7rem;
  padding: 0 0.65rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(240, 127, 0, 0.18);
  border-radius: 999px;
  background: rgba(240, 127, 0, 0.08);
  color: #f39a33;
  font-size: 0.56rem;
  font-weight: 850;
}

.smart-search-popular {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem;
}

.smart-search-popular button,
.smart-search-result {
  font: inherit;
}

.smart-search-popular button {
  min-height: 3.4rem;
  padding: 0.55rem 0.7rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
  color: #d8d3cd;
  text-align: left;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.smart-search-popular button:hover,
.smart-search-popular button:focus-visible,
.smart-search-popular button.is-active {
  outline: none;
  border-color: rgba(240, 127, 0, 0.38);
  background: rgba(240, 127, 0, 0.1);
  transform: translateY(-1px);
}

.smart-search-popular button > i {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 0.72rem;
  background: rgba(240, 127, 0, 0.11);
  color: #ff9c2c;
  font-style: normal;
  font-size: 0.82rem;
}

.smart-search-popular button > span {
  min-width: 0;
  display: grid;
  gap: 0.1rem;
}

.smart-search-popular button strong {
  overflow: hidden;
  color: #f2eee8;
  font-size: 0.74rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smart-search-popular button small {
  color: #77716b;
  font-size: 0.55rem;
}

.smart-search-popular button > b {
  color: #857e76;
  font-size: 1rem;
}

.smart-search-results {
  display: grid;
  gap: 0.48rem;
}

.smart-search-result {
  min-height: 5.15rem;
  padding: 0.52rem 0.62rem 0.52rem 0.52rem;
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  text-decoration: none;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.smart-search-result:hover,
.smart-search-result:focus-visible,
.smart-search-result.is-active {
  outline: none;
  border-color: rgba(240, 127, 0, 0.38);
  background: rgba(240, 127, 0, 0.085);
  transform: translateX(2px);
}

.smart-search-result-image {
  width: 4.2rem;
  height: 4.2rem;
  overflow: hidden;
  border-radius: 0.9rem;
  background: #f4f2ef center / contain no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.smart-search-result-copy {
  min-width: 0;
  display: grid;
  gap: 0.24rem;
}

.smart-search-result-copy > small {
  overflow: hidden;
  color: #f09a38;
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.smart-search-result-copy > strong {
  overflow: hidden;
  color: #f6f3ee;
  font-size: 0.78rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smart-search-result-copy > span {
  overflow: hidden;
  color: #8d8780;
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smart-search-result-stock {
  min-height: 1.75rem;
  padding: 0 0.58rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  background: rgba(67, 181, 129, 0.09);
  color: #79d9aa;
  font-size: 0.52rem;
  font-weight: 800;
  white-space: nowrap;
}

.smart-search-result-stock::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: currentColor;
}

.smart-search-result-stock.is-low {
  background: rgba(240, 127, 0, 0.1);
  color: #ff9a2d;
}

.smart-search-result-stock.is-out {
  background: rgba(239, 103, 117, 0.1);
  color: #f0828d;
}

.smart-search-result-price {
  display: grid;
  justify-items: end;
  gap: 0.05rem;
  color: #fff;
  white-space: nowrap;
}

.smart-search-result-price strong {
  font-size: 0.78rem;
  font-weight: 900;
}

.smart-search-result-price small {
  color: #77716b;
  font-size: 0.5rem;
}

.smart-search-empty {
  min-height: 12rem;
  padding: 2rem;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.55rem;
  text-align: center;
}

.smart-search-empty i {
  width: 3.3rem;
  height: 3.3rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: rgba(240, 127, 0, 0.11);
  color: #ff9c2c;
  font-style: normal;
  font-size: 1.25rem;
}

.smart-search-empty strong {
  color: #f5f1eb;
  font-size: 0.95rem;
}

.smart-search-empty p {
  max-width: 30rem;
  margin: 0;
  color: #857f78;
  font-size: 0.65rem;
  line-height: 1.55;
}

.smart-search-all {
  min-height: 3.4rem;
  margin-top: 0.65rem;
  padding: 0.55rem 0.72rem 0.55rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(240, 127, 0, 0.24);
  border-radius: 1rem;
  background: rgba(240, 127, 0, 0.09);
  color: #ffac50;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 850;
  cursor: pointer;
}

.smart-search-all span {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 1rem;
}

.smart-search-footer {
  min-height: 3.7rem;
  padding: 0.55rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(8, 8, 8, 0.32);
}

.smart-search-footer > button {
  min-height: 2.4rem;
  padding: 0 0.78rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #c7c1ba;
  font: inherit;
  cursor: pointer;
}

.smart-search-footer > button:hover,
.smart-search-footer > button:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.smart-search-footer > button span {
  color: #ff9c2b;
  font-size: 1.15rem;
}

.smart-search-footer > button b {
  font-size: 0.62rem;
}

.smart-search-footer > small {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #6f6a65;
  font-size: 0.52rem;
}

.smart-search-footer kbd {
  min-width: 1.45rem;
  min-height: 1.45rem;
  padding: 0 0.3rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.045);
  color: #9a948e;
  font: inherit;
  font-size: 0.48rem;
}

@keyframes smart-search-overlay-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes smart-search-panel-in {
  from { opacity: 0; transform: translateY(-0.55rem) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes smart-search-collapse-to-icon {
  0% {
    opacity: 1;
    clip-path: circle(145vmax at var(--smart-search-collapse-x, 2.1rem) var(--smart-search-collapse-y, 2.1rem));
  }
  68% { opacity: 0.98; }
  100% {
    opacity: 0;
    clip-path: circle(1.45rem at var(--smart-search-collapse-x, 2.1rem) var(--smart-search-collapse-y, 2.1rem));
  }
}

@keyframes smart-search-overlay-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

.shop-catalog {
  padding-top: clamp(1.5rem, 3vw, 3rem);
  padding-bottom: clamp(2rem, 3.5vw, 3.5rem);
}

.catalog-intro {
  min-height: clamp(27rem, 34vw, 33rem);
  padding: clamp(1rem, 2vw, 2rem) clamp(1.4rem, 3vw, 3rem) clamp(2.7rem, 4vw, 4rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: clamp(2rem, 3.2vw, 3rem);
  background: #080808;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.shop-section-label {
  color: var(--orange);
}

.catalog-intro .shop-section-label {
  min-height: 3.15rem;
  padding: 0.34rem 0.85rem 0.34rem 0.34rem;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.045);
  color: #f4f0eb;
  font-size: initial;
  font-weight: initial;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  backdrop-filter: blur(14px);
}

.catalog-intro .shop-section-label > img {
  width: 2.45rem;
  height: 2.45rem;
  display: block;
  flex: 0 0 2.45rem;
  border-radius: 0.8rem;
  object-fit: cover;
}

.catalog-brand-copy {
  display: grid;
  gap: 0.16rem;
}

.catalog-brand-copy small {
  color: #77736e;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.catalog-brand-copy strong {
  color: #f4f0eb;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.catalog-brand-copy strong b {
  color: var(--orange);
  font: inherit;
}

.catalog-intro-copy {
  width: min(64%, 60rem);
  position: relative;
  z-index: 2;
}

.catalog-intro h2,
.shop-service-bridge h2 {
  max-width: 900px;
  margin: 1.35rem 0 0;
  font-size: clamp(3rem, 5.8vw, 6rem);
  letter-spacing: -0.085em;
  line-height: 0.94;
}

.catalog-intro h2 em,
.shop-service-bridge h2 em {
  color: var(--orange);
  font-style: normal;
}

.catalog-typewriter {
  min-width: 0;
  display: inline-grid;
  grid-template-areas: "type";
  white-space: nowrap;
}

.catalog-typewriter::before,
.catalog-typewriter > span {
  grid-area: type;
}

.catalog-typewriter::before {
  content: attr(data-reserve);
  visibility: hidden;
}

.catalog-typewriter-line {
  display: inline-flex;
  align-items: flex-start;
}

.catalog-typewriter-text {
  align-self: start;
}

.catalog-typewriter-cursor {
  width: 0.12em;
  height: 0.76em;
  margin: 0.08em 0 0 0.09em;
  display: inline-block;
  align-self: start;
  border-radius: 999px;
  background: #ffc88a;
  box-shadow: 0 0 1.1rem rgba(240, 127, 0, 0.4);
  animation: catalog-cursor 820ms steps(1, end) infinite;
}

.catalog-intro-lead {
  max-width: 39rem;
  margin: 1.45rem 0 0;
  color: #aaa6a0;
  font-size: clamp(0.82rem, 1vw, 0.93rem);
  line-height: 1.75;
}

.catalog-facts {
  max-width: 46rem;
  margin: clamp(1.7rem, 3vw, 2.5rem) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  list-style: none;
}

.catalog-facts li {
  min-height: 4.6rem;
  padding: 0.7rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.catalog-facts li:hover {
  border-color: rgba(240, 127, 0, 0.3);
  background: rgba(240, 127, 0, 0.08);
  transform: translateY(-2px);
}

.catalog-facts li > span {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  flex: 0 0 2.55rem;
  border-radius: 0.85rem;
  background: rgba(240, 127, 0, 0.14);
  color: var(--orange);
  font-size: 0.59rem;
  font-weight: 900;
}

.catalog-facts div {
  min-width: 0;
  display: grid;
  gap: 0.15rem;
}

.catalog-facts small {
  color: #706d68;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.catalog-facts strong {
  color: #f3efe9;
  font-size: 0.68rem;
  line-height: 1.25;
}

.catalog-part-visual {
  width: 58%;
  position: absolute;
  z-index: -1;
  inset: 0 -3% 0 auto;
  overflow: hidden;
  border-radius: 0 clamp(2rem, 3.2vw, 3rem) clamp(2rem, 3.2vw, 3rem) 0;
  background: radial-gradient(circle at 72% 44%, rgba(240, 127, 0, 0.2), rgba(48, 25, 8, 0.68) 34%, #090909 74%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.68) 20%, #000 43%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.68) 20%, #000 43%);
}

.catalog-part-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, #070707 0%, rgba(7, 7, 7, 0.48) 31%, transparent 72%),
    linear-gradient(0deg, #070707 0%, transparent 29%, rgba(0, 0, 0, 0.05) 100%);
}

.catalog-part-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: auto 10% 5% auto;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.12);
  filter: blur(65px);
}

.catalog-part-visual img {
  width: 300%;
  max-width: none;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -10%;
  opacity: 0.92;
  mix-blend-mode: multiply;
  filter: brightness(1.35) contrast(1.22) saturate(0.9);
  transform: scale(0.94) rotate(-2.5deg);
  transform-origin: 30% 60%;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 700ms ease;
}

.catalog-intro:hover .catalog-part-visual img {
  filter: brightness(1.5) contrast(1.2) saturate(1);
  transform: scale(1) rotate(-0.4deg) translate(-0.55rem, -0.3rem);
}

.catalog-image-note {
  width: min(38rem, 43vw);
  min-height: 4rem;
  padding: 0.62rem 1rem 0.62rem 0.72rem;
  position: absolute;
  z-index: 4;
  right: clamp(1rem, 2vw, 2rem);
  bottom: clamp(2.2rem, 4vw, 3.8rem);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(240, 127, 0, 0.3);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.74);
  color: #f2ece6;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.catalog-image-note > i {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  flex: 0 0 2.15rem;
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.17);
  color: var(--orange);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(240, 127, 0, 0.28), 0 0 1.4rem rgba(240, 127, 0, 0.12);
}

.catalog-image-note span {
  display: grid;
  gap: 0.12rem;
}

.catalog-image-note small {
  color: #a66a31;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.catalog-image-note strong {
  color: #f4f0eb;
  font-size: clamp(0.72rem, 0.86vw, 0.86rem);
  line-height: 1.35;
}

.catalog-intro:hover .catalog-image-note {
  border-color: rgba(240, 127, 0, 0.48);
  background: rgba(14, 11, 8, 0.82);
  transform: translateX(-0.35rem);
}

@keyframes catalog-cursor {
  0%, 46% { opacity: 1; }
  47%, 100% { opacity: 0; }
}

.catalog-layout {
  padding: 2rem 0 clamp(3.5rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: 17.5rem minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.catalog-layout + .catalog-intro {
  margin-top: 0;
}

.filters-sticky-column {
  height: fit-content;
  position: sticky;
  top: var(--filters-sticky-top, 5.8rem);
  align-self: start;
}

.filters-panel {
  height: fit-content;
  max-height: calc(100svh - var(--filters-sticky-top, 5.8rem) - 0.75rem);
  padding: 0.65rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 2rem;
  background: rgba(20, 19, 17, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(22px);
  scrollbar-width: none;
  overscroll-behavior: contain;
}

.filters-panel::-webkit-scrollbar {
  display: none;
}

.filters-mobile-head,
.mobile-filter-button,
.filters-overlay {
  display: none;
}

.filter-group {
  margin: 0 0 0.55rem;
  padding: 0.78rem;
  display: grid;
  gap: 0.45rem;
  border: 0;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.035);
}

.filter-group:first-child {
  padding-top: 0.78rem;
}

.filter-heading {
  margin-bottom: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.filter-heading strong,
.brand-filter-title,
.filter-collapse-title {
  color: #f0ece7;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.filter-heading button {
  min-height: 1.85rem;
  padding: 0.25rem 0.6rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #8b8781;
  font-size: 0.56rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.filter-heading button:hover {
  color: var(--orange);
  background: rgba(240, 127, 0, 0.11);
}

.filter-options-scroll {
  min-width: 0;
  display: grid;
  gap: 0.45rem;
  overflow: visible;
  overscroll-behavior: auto;
  scrollbar-width: none;
  touch-action: auto;
}

.filter-categories .filter-options-scroll {
  max-height: none;
}

.brand-filter .filter-options-scroll {
  max-height: none;
}

.stock-filter .filter-options-scroll,
.manufacturer-filter .filter-options-scroll {
  max-height: none;
}

.filter-options-scroll::-webkit-scrollbar {
  display: none;
}

.filter-options-scroll:focus-visible {
  outline: 2px solid rgba(240, 127, 0, 0.35);
  outline-offset: 0.2rem;
  border-radius: 0.85rem;
}

.category-filter {
  min-height: 3.1rem;
  padding: 0.38rem 0.65rem 0.38rem 0.38rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #908c87;
  font-size: 0.71rem;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.category-filter > span {
  margin-right: auto;
}

.category-tree {
  gap: 0.18rem;
}

.category-tree-node {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
  position: relative;
}

.category-tree-children {
  min-width: 0;
  height: auto;
  margin-left: 0.72rem;
  padding-left: 0.78rem;
  display: grid;
  gap: 0.12rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transform-origin: top;
  transition:
    height 360ms cubic-bezier(0.2, 0, 0, 1),
    opacity 180ms ease,
    transform 300ms cubic-bezier(0.2, 0, 0, 1);
}

.category-tree-children::before {
  content: "";
  width: 1px;
  position: absolute;
  left: 0;
  top: -0.1rem;
  bottom: 1.45rem;
  background: rgba(255, 255, 255, 0.11);
}

.category-tree-children > .category-tree-node::before {
  content: "";
  width: 0.62rem;
  height: 0.85rem;
  position: absolute;
  z-index: 0;
  left: -0.78rem;
  top: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0 0 0 0.38rem;
}

.category-tree-children > .category-tree-node::after {
  display: none;
}

.category-tree .category-filter {
  position: relative;
  z-index: 1;
}

.category-tree-node.is-collapsed > .category-tree-children {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.25rem);
}

.category-tree-node.has-children > .category-filter {
  padding-right: 2.9rem;
}

.category-tree-toggle {
  width: 1.9rem;
  height: 1.9rem;
  padding: 0;
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 4;
  top: 0.58rem;
  right: 0.48rem;
  border: 0;
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.1);
  color: var(--orange);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.category-tree-toggle:hover,
.category-tree-toggle:focus-visible {
  outline: 0;
  background: rgba(240, 127, 0, 0.2);
  transform: scale(1.04);
}

.category-tree-toggle > span {
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-0.1rem) rotate(45deg);
  transition: transform 300ms cubic-bezier(0.2, 0, 0, 1);
}

.category-tree-node.is-collapsed > .category-tree-toggle {
  background: rgba(255, 255, 255, 0.045);
  color: #8f8982;
}

.category-tree-node.is-collapsed > .category-tree-toggle > span {
  transform: translateX(-0.1rem) rotate(-45deg);
}

.category-filter-parent {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.028);
  color: #d8d2cb;
  font-weight: 780;
}

.category-filter-root-leaf {
  padding-right: 0.48rem;
}

.category-root-link-arrow {
  width: 1.9rem;
  height: 1.9rem;
  flex: 0 0 1.9rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  color: #8f8982;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.category-root-link-arrow::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateX(-0.1rem) rotate(-45deg);
}

.category-filter-root-leaf:hover .category-root-link-arrow,
.category-filter-root-leaf.active .category-root-link-arrow {
  background: rgba(240, 127, 0, 0.18);
  color: var(--orange);
  transform: scale(1.04);
}

.category-tree-marker {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  flex: 0 0 2rem;
  position: relative;
  border: 1px solid rgba(240, 127, 0, 0.14);
  border-radius: 0.68rem;
  background: rgba(240, 127, 0, 0.075);
  color: var(--orange);
}

.category-tree-marker::before {
  content: "";
  width: 0.82rem;
  height: 0.62rem;
  border: 1.5px solid currentColor;
  border-radius: 0.16rem 0.16rem 0.3rem 0.3rem;
}

.category-tree-marker::after {
  content: "";
  width: 0.36rem;
  position: absolute;
  left: 0.67rem;
  top: 0.65rem;
  border-top: 1.5px solid currentColor;
  transform: rotate(-25deg);
}

.category-tree-marker-scooter::before {
  width: 0.92rem;
  height: 0.5rem;
  border-width: 0 0 1.5px 1.5px;
  border-radius: 0 0 0 0.35rem;
  transform: translateY(0.12rem) skewX(-12deg);
}

.category-tree-marker-scooter::after {
  width: 0.2rem;
  height: 0.2rem;
  left: 0.63rem;
  top: 1.45rem;
  border: 0;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0.72rem 0 currentColor;
  transform: none;
}

.category-filter-leaf {
  min-height: 2.35rem;
  padding-block: 0.28rem;
  padding-left: 0.6rem;
  border-radius: 0.72rem;
  background: transparent;
  font-size: 0.63rem;
}

.category-thumb {
  width: 2.25rem;
  height: 2.25rem;
  display: block;
  flex: 0 0 2.25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.78rem;
  background-color: #f3f0ec;
  background-image: url("assets/magazin-produse-v1.webp");
  background-repeat: no-repeat;
  background-size: 300% 200%;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.category-thumb-api {
  background-position: center;
  background-size: cover;
}

.category-filter[data-category="all"] {
  padding-left: 0.8rem;
}

.category-thumb-anvelope { background-position: 0 0; }
.category-thumb-electronica { background-position: 50% 0; }
.category-thumb-alimentare { background-position: 100% 0; }
.category-thumb-motoare { background-position: 0 100%; }
.category-thumb-franare { background-position: 100% 100%; }

.category-filter:hover,
.category-filter.active {
  border-color: rgba(240, 127, 0, 0.24);
  background: rgba(240, 127, 0, 0.13);
  color: #fff;
}

.category-filter:hover:not(.active) {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.055);
}

.category-filter.active::before {
  display: none;
}

.category-filter.active .category-thumb {
  border-color: rgba(240, 127, 0, 0.72);
  box-shadow: 0 0 0 0.18rem rgba(240, 127, 0, 0.12);
  transform: scale(1.03);
}

.price-filter output {
  color: var(--orange);
  font-size: 0.63rem;
  font-weight: 800;
}

.price-filter input {
  width: 100%;
  height: 0.28rem;
  margin: 0.35rem 0 0.1rem;
  appearance: none;
  border-radius: 999px;
  outline: 0;
  background: linear-gradient(90deg, var(--orange) var(--range-progress, 100%), rgba(255, 255, 255, 0.1) var(--range-progress, 100%));
}

.price-filter input::-webkit-slider-thumb {
  width: 1.15rem;
  height: 1.15rem;
  appearance: none;
  border: 0.24rem solid var(--orange);
  border-radius: 50%;
  background: #f5e8da;
  box-shadow: 0 0 0 0.25rem rgba(240, 127, 0, 0.12);
  cursor: grab;
}

.price-filter input::-moz-range-thumb {
  width: 0.65rem;
  height: 0.65rem;
  border: 0.24rem solid var(--orange);
  border-radius: 50%;
  background: #fff;
  cursor: grab;
}

.price-scale {
  display: flex;
  justify-content: space-between;
  color: #625e59;
  font-size: 0.53rem;
}

.brand-filter-title {
  margin-bottom: 0.55rem;
}

.collapsible-filter {
  transition: background 180ms ease, box-shadow 180ms ease;
}

.collapsible-filter.is-collapsed {
  gap: 0;
  background: rgba(255, 255, 255, 0.025);
}

.filter-collapse-toggle {
  width: 100%;
  min-height: 2.15rem;
  padding: 0.12rem 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.filter-collapse-toggle:focus-visible {
  outline: 2px solid rgba(240, 127, 0, 0.55);
  outline-offset: 0.22rem;
  border-radius: 0.75rem;
}

.filter-collapse-title {
  min-width: 0;
}

.filter-selected-count {
  min-width: 1.55rem;
  min-height: 1.55rem;
  padding: 0.28rem 0.52rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 139, 31, 0.34);
  border-radius: 999px;
  background: rgba(240, 127, 0, 0.14);
  color: #ff9a3c;
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.filter-selected-count[hidden] {
  display: none;
}

.filter-collapse-chevron {
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #aaa49d;
  transition: color 180ms ease, background 180ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.filter-collapse-chevron::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  margin-top: -0.18rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.filter-collapse-toggle:hover .filter-collapse-chevron {
  background: rgba(240, 127, 0, 0.13);
  color: var(--orange);
}

.filter-collapse-toggle[aria-expanded="true"] .filter-collapse-chevron {
  transform: rotate(180deg);
}

.filter-collapse-body {
  min-height: 0;
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
  transition: grid-template-rows 260ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 180ms ease, margin 260ms ease;
}

.filter-collapse-body > .filter-options-scroll {
  min-height: 0;
  overflow: hidden;
}

.compatibility-filter .filter-options-scroll,
.manufacturer-filter .filter-options-scroll {
  max-height: 14rem;
  padding-right: 0.28rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  scrollbar-width: thin;
  touch-action: pan-y;
}

.compatibility-filter .filter-options-scroll::-webkit-scrollbar,
.manufacturer-filter .filter-options-scroll::-webkit-scrollbar {
  width: 0.24rem;
  display: block;
}

.compatibility-filter .filter-options-scroll::-webkit-scrollbar-track,
.manufacturer-filter .filter-options-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.compatibility-filter .filter-options-scroll::-webkit-scrollbar-thumb,
.manufacturer-filter .filter-options-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.collapsible-filter.is-collapsed .filter-collapse-body {
  grid-template-rows: 0fr;
  margin: 0;
  opacity: 0;
}

.brand-filter label {
  min-height: 2.1rem;
  padding: 0 0.45rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  color: #96928d;
  font-size: 0.69rem;
  font-weight: 650;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.brand-filter label:hover {
  background: rgba(255, 255, 255, 0.045);
  color: #ddd8d1;
}

.brand-filter input {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.32rem;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.brand-filter input:checked {
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: inset 0 0 0 0.2rem #17100c;
}

.brand-filter label:has(input:checked) {
  color: #fff;
}

.filter-empty {
  margin: 0;
  padding: 0.65rem 0.15rem;
  color: #77716b;
  font-size: 0.64rem;
  line-height: 1.45;
}

.filter-help-card {
  margin-top: 0;
  padding: 1.15rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(240, 127, 0, 0.26);
  border-radius: 1.35rem;
  background: radial-gradient(ellipse at 100% 0%, rgba(240, 127, 0, 0.15), transparent 70%), #191613;
  color: #f3eee7;
  box-shadow: inset 0 1px 0 rgba(255, 211, 147, 0.09);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.filter-help-card:hover,
.filter-help-card:focus-visible {
  border-color: rgba(240, 127, 0, 0.65);
  box-shadow: 0 0.45rem 1.5rem rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 211, 147, 0.12);
}

.filter-help-card:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.filter-help-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #d8c6af;
  font-size: 0.75rem;
}

.filter-help-heading b {
  color: #ffb957;
  font-weight: 800;
}

.filter-help-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 127, 0, 0.25);
  border-radius: 0.85rem;
  background: rgba(240, 127, 0, 0.12);
  color: #ffb957;
}

.filter-help-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.filter-help-title {
  margin-top: 0.9rem;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.filter-help-description {
  margin: 0.45rem 0 1rem;
  color: #bdb3a7;
  font-size: 0.875rem;
  line-height: 1.55;
}

.filter-help-cta {
  min-height: 2.85rem;
  padding: 0.6rem 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 0.8rem;
  background: #f79009;
  color: #221305;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  transition: background 180ms ease;
}

.filter-help-cta svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.filter-help-cta > b {
  margin-left: auto;
  font-size: 1rem;
  transition: transform 180ms ease;
}

.filter-help-card:hover .filter-help-cta,
.filter-help-card:focus-visible .filter-help-cta {
  background: #ffad32;
}

@media (prefers-reduced-motion: no-preference) {
  .filter-help-card:hover .filter-help-cta > b {
    transform: translate(2px, -2px);
  }
}

.catalog-results {
  min-width: 0;
}

.catalog-toolbar {
  min-height: 4.8rem;
  margin-bottom: 1rem;
  padding: 0.6rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.catalog-toolbar > p {
  margin: 0;
  color: #6e6a65;
  font-size: 0.68rem;
}

.catalog-toolbar > p strong {
  color: #eeeae5;
  font-size: 0.76rem;
}

.toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.sort-control {
  min-height: 2.7rem;
  padding: 0.25rem 0.3rem 0.25rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: #151412;
  color: #6e6a65;
  font-size: 0.61rem;
}

.sort-select-wrap {
  min-width: 7.4rem;
  height: 2.15rem;
  position: relative;
}

.sort-native-select {
  display: none;
}

.sort-select-trigger {
  width: 100%;
  height: 100%;
  padding: 0 0.62rem 0 0.72rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 0;
  border-radius: 0.72rem;
  background: transparent;
  color: #e9e4de;
  font-family: inherit;
  font-size: 0.63rem;
  font-weight: 760;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.sort-select-trigger:hover,
.sort-select-trigger:focus-visible,
.sort-select-trigger[aria-expanded="true"] {
  outline: 0;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.sort-select-trigger i {
  width: 0.38rem;
  height: 0.38rem;
  flex: 0 0 0.38rem;
  border-right: 1.5px solid var(--orange);
  border-bottom: 1.5px solid var(--orange);
  transform: translateY(-0.1rem) rotate(45deg);
  transition: transform 160ms ease;
}

.sort-select-trigger[aria-expanded="true"] i {
  transform: translateY(0.1rem) rotate(225deg);
}

.sort-select-menu {
  min-width: 11rem;
  padding: 0.35rem;
  position: absolute;
  top: calc(100% + 0.45rem);
  right: -0.2rem;
  z-index: 40;
  display: grid;
  gap: 0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: #211e1a;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.42);
}

.sort-select-menu[hidden] {
  display: none;
}

.sort-select-menu button {
  min-height: 2.45rem;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 0.72rem;
  background: transparent;
  color: #b9b3ac;
  font-family: inherit;
  font-size: 0.64rem;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.sort-select-menu button:hover,
.sort-select-menu button:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
}

.sort-select-menu button[aria-selected="true"] {
  background: rgba(240, 127, 0, 0.16);
  color: var(--orange);
}

.view-switch {
  padding: 0.25rem;
  display: flex;
  gap: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  background: #101010;
}

.view-switch button {
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.55rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.16rem;
  border: 0;
  border-radius: 0.55rem;
  background: transparent;
  cursor: pointer;
}

.view-switch button:last-child {
  grid-template-columns: 1fr;
}

.view-switch button.active {
  background: rgba(240, 127, 0, 0.14);
}

.view-switch i {
  display: block;
  border-radius: 1px;
  background: #65615d;
}

.view-switch button.active i {
  background: var(--orange);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.3vw, 1.2rem);
}

.product-grid.is-catalog-loading,
.product-grid.has-catalog-error {
  display: block;
}

.catalog-loading,
.catalog-load-error {
  min-height: clamp(22rem, 42vw, 34rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(1.5rem, 3vw, 2.4rem);
  background:
    radial-gradient(circle at 12% 15%, rgba(240, 127, 0, 0.16), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(255, 172, 78, 0.08), transparent 30%),
    linear-gradient(145deg, rgba(31, 28, 26, 0.98), rgba(14, 13, 12, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 1.5rem 4rem rgba(0, 0, 0, 0.24);
}

.catalog-loading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(2rem, 5vw, 5rem);
}

.catalog-loading::before,
.catalog-loading::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.catalog-loading::before {
  width: 24rem;
  height: 24rem;
  left: -12rem;
  bottom: -15rem;
  border: 1px solid rgba(240, 127, 0, 0.18);
  box-shadow: 0 0 0 3.5rem rgba(240, 127, 0, 0.025), 0 0 0 7rem rgba(240, 127, 0, 0.018);
}

.catalog-loading::after {
  width: 13rem;
  height: 13rem;
  right: -5rem;
  top: -6rem;
  background: rgba(240, 127, 0, 0.045);
  filter: blur(1px);
}

.catalog-loading-orbit {
  width: clamp(7.5rem, 13vw, 10.5rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(240, 127, 0, 0.24);
  border-radius: 50%;
  background: rgba(8, 8, 8, 0.48);
  box-shadow: inset 0 0 0 0.65rem rgba(240, 127, 0, 0.025), 0 1.4rem 3rem rgba(0, 0, 0, 0.3);
}

.catalog-loading-orbit::before,
.catalog-loading-orbit::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 2px solid transparent;
  border-top-color: var(--orange);
  border-right-color: rgba(240, 127, 0, 0.22);
  animation: catalog-loader-spin 1.25s linear infinite;
}

.catalog-loading-orbit::after {
  inset: 0.75rem;
  border-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.42);
  border-right-color: transparent;
  animation-duration: 1.8s;
  animation-direction: reverse;
}

.catalog-loading-logo {
  width: 4.4rem;
  height: 4.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border-radius: 1.35rem;
  overflow: hidden;
  background: #ff8a00;
  color: #fff;
  font-size: 1.55rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.09em;
  box-shadow: 0 0.8rem 2rem rgba(240, 127, 0, 0.22);
}

.catalog-loading-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog-loading-dot {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  top: 0.3rem;
  right: 1.15rem;
  z-index: 3;
  border: 0.18rem solid #1a1714;
  border-radius: 50%;
  background: #ffad4e;
  box-shadow: 0 0 0.8rem rgba(255, 154, 36, 0.8);
  animation: catalog-loader-pulse 1.1s ease-in-out infinite;
}

.catalog-loading-copy {
  max-width: 38rem;
}

.catalog-loading-label,
.catalog-load-error > div > span {
  display: block;
  margin-bottom: 0.65rem;
  color: #f69936;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.catalog-loading-copy h3,
.catalog-load-error h3 {
  margin: 0;
  color: #f7f3ef;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.catalog-loading-copy p,
.catalog-load-error p {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: #a8a19b;
  font-size: clamp(0.88rem, 1.4vw, 1.02rem);
  line-height: 1.7;
}

.catalog-loading-progress {
  width: min(100%, 27rem);
  height: 0.32rem;
  display: block;
  overflow: hidden;
  margin-top: 1.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
}

.catalog-loading-progress i {
  width: 42%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #ff9418 28%, #ffd19a 68%, transparent);
  animation: catalog-loader-progress 1.35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.catalog-loading-steps {
  display: grid;
  gap: 0.72rem;
}

.catalog-loading-steps span {
  min-width: 7.5rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #c5beb8;
  font-size: 0.72rem;
  font-weight: 800;
}

.catalog-loading-steps i {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0.25rem rgba(240, 127, 0, 0.1);
  animation: catalog-loader-pulse 1.1s ease-in-out infinite;
}

.catalog-loading-steps span:nth-child(2) i { animation-delay: 180ms; }
.catalog-loading-steps span:nth-child(3) i { animation-delay: 360ms; }

.catalog-load-error {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.catalog-load-error-icon {
  width: 4.4rem;
  height: 4.4rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 145, 86, 0.34);
  border-radius: 1.35rem;
  background: rgba(255, 118, 62, 0.12);
  color: #ff9a68;
  font-size: 1.55rem;
  font-weight: 900;
}

.catalog-load-error .button {
  min-width: 10.5rem;
  justify-content: center;
}

.catalog-noscript {
  padding: 1rem;
  color: #ddd5ce;
  text-align: center;
}

@keyframes catalog-loader-spin {
  to { transform: rotate(360deg); }
}

@keyframes catalog-loader-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes catalog-loader-progress {
  from { transform: translateX(-120%); }
  to { transform: translateX(340%); }
}

.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.9rem;
  background: linear-gradient(160deg, #1b1917 0%, #11100f 70%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 1.1rem 2.6rem rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 200ms ease, background 200ms ease;
}

.product-card:hover {
  border-color: rgba(240, 127, 0, 0.38);
  background: linear-gradient(160deg, #211d19 0%, #141210 70%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 1.35rem 3rem rgba(0, 0, 0, 0.3);
  transform: translateY(-0.28rem);
}

.product-card:has(.product-card-link:focus-visible) {
  border-color: rgba(240, 127, 0, 0.7);
  outline: 3px solid rgba(240, 127, 0, 0.18);
  outline-offset: 3px;
}

.product-card[hidden] {
  display: none !important;
}

.product-stage {
  aspect-ratio: 1.22;
  margin: 0.55rem 0.55rem 0;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: radial-gradient(circle at 50% 36%, #fff 0%, #f2eee8 72%, #e9e3dc 100%);
  box-shadow: inset 0 0 0 1px rgba(24, 19, 14, 0.035);
}

.product-stage::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 2.2rem rgba(87, 58, 28, 0.05);
}

.product-stage::after {
  content: "";
  position: absolute;
  inset: auto 10% 4% 10%;
  height: 10%;
  border-radius: 50%;
  background: rgba(16, 16, 16, 0.08);
  filter: blur(1.1rem);
}

.product-image {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: url("assets/magazin-produse-v1.webp");
  background-repeat: no-repeat;
  background-size: 300% 200%;
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card:hover .product-image {
  transform: scale(1.035);
}

.product-image-1 { background-position: 0 0; }
.product-image-2 { background-position: 50% 0; }
.product-image-3 { background-position: 100% 0; }
.product-image-4 { background-position: 0 100%; }
.product-image-5 { background-position: 50% 100%; }
.product-image-6 { background-position: 100% 100%; }

.product-badge {
  min-height: 1.65rem;
  padding: 0.32rem 0.62rem;
  position: absolute;
  z-index: 3;
  top: 0.65rem;
  left: 0.65rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.51rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.product-card-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  position: absolute;
  z-index: 7;
  top: 0.65rem;
  right: 0.65rem;
}

.favorite-button,
.cart-button {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(16, 16, 16, 0.09);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #2f2b28;
  font-size: 1.28rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.favorite-button:hover,
.cart-button:hover {
  background: #fff;
  transform: scale(1.045);
}

.favorite-button[aria-pressed="true"] {
  background: #312317;
  color: #ff9b33;
}

.cart-button {
  color: #3d3935;
}

.cart-button .global-cart-icon {
  transform: scale(0.9);
}

.cart-button > b {
  width: 0.92rem;
  height: 0.92rem;
  display: grid;
  place-items: center;
  position: absolute;
  top: -0.08rem;
  right: -0.12rem;
  border: 2px solid #f5f1ed;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
}

.cart-button.is-added {
  background: #312317;
  color: #fff;
}

.cart-button.is-added > b {
  background: #527b68;
}

.product-quick-note {
  min-height: 1.5rem;
  padding: 0.3rem 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  position: absolute;
  z-index: 3;
  right: 0.7rem;
  bottom: 0.7rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #393531;
  font-size: 0.5rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.product-quick-note i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #31a667;
  box-shadow: 0 0 0 0.2rem rgba(49, 166, 103, 0.11);
}

.product-quick-note-low i,
.product-quick-note.is-low i {
  background: var(--orange);
  box-shadow: 0 0 0 0.2rem rgba(240, 127, 0, 0.11);
}

.product-quick-note.is-out i {
  background: #e5484d;
  box-shadow: 0 0 0 0.2rem rgba(229, 72, 77, 0.13);
}

.product-info {
  padding: 1.05rem 1.1rem 0;
  flex: 1;
}

.product-category {
  width: fit-content;
  min-height: 1.55rem;
  padding: 0.28rem 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid rgba(240, 127, 0, 0.2);
  border-radius: 999px;
  background: rgba(240, 127, 0, 0.08);
  color: #ff9a32;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.product-category i {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0.22rem rgba(240, 127, 0, 0.1);
}

.product-info h3 {
  margin: 0.58rem 0 0;
  color: #f3efea;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  letter-spacing: -0.055em;
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.product-info h3 br {
  display: none;
}

.product-summary {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 2.8rem;
  margin-top: 0.65rem;
  padding: 0.48rem 0.58rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 0.9rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(240, 127, 0, 0.035));
  cursor: help;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.product-summary:hover,
.product-summary:focus-visible {
  border-color: rgba(240, 127, 0, 0.34);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(240, 127, 0, 0.075));
}

.product-summary:focus-visible {
  outline: 2px solid rgba(240, 127, 0, 0.3);
  outline-offset: 2px;
}

.product-summary-badge {
  min-height: 1.45rem;
  padding: 0.25rem 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  border: 1px solid rgba(240, 127, 0, 0.2);
  border-radius: 999px;
  background: rgba(240, 127, 0, 0.1);
  color: #ffa13f;
  font-size: 0.45rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-summary-badge i {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0.18rem rgba(240, 127, 0, 0.11);
}

.product-summary > p {
  min-width: 0;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #aaa49d;
  font-size: 0.58rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-summary-tooltip {
  width: min(19rem, calc(100% + 2rem));
  max-width: calc(100vw - 2rem);
  max-height: none;
  overflow: visible;
  padding: 0.7rem 0.78rem;
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.5rem);
  z-index: 20;
  visibility: hidden;
  border: 1px solid rgba(240, 127, 0, 0.28);
  border-radius: 0.85rem;
  background: rgba(30, 27, 24, 0.98);
  box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.38);
  color: #e7e1da;
  font-size: 0.64rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.3rem);
  transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease;
}

.product-summary-tooltip::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  left: 1rem;
  bottom: -0.34rem;
  border-right: 1px solid rgba(240, 127, 0, 0.28);
  border-bottom: 1px solid rgba(240, 127, 0, 0.28);
  background: #1e1b18;
  transform: rotate(45deg);
}

.product-summary:hover .product-summary-tooltip,
.product-summary:focus-visible .product-summary-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.product-fit {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.product-fit span {
  min-height: 1.6rem;
  padding: 0.3rem 0.58rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #bbb5ae;
  font-size: 0.5rem;
  font-weight: 750;
}

.product-bottom {
  margin-top: 0.8rem;
  padding: 0.9rem 1.1rem 1.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(240, 127, 0, 0.025));
}

.product-bottom-action {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.product-discount {
  min-height: 1.65rem;
  padding: 0.3rem 0.48rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 157, 66, 0.22);
  border-radius: 999px;
  background: rgba(240, 127, 0, 0.1);
  color: #ff9d42;
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 900;
}

.product-price {
  display: grid;
  gap: 0.18rem;
}

.product-price small {
  color: #625e5a;
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-price strong {
  color: #f5f1ec;
  font-size: 1rem;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.product-price strong span {
  color: var(--orange);
  font-size: 0.58rem;
}

.product-open-hint {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  flex: 0 0 2.35rem;
  border-radius: 0.9rem;
  background: rgba(240, 127, 0, 0.12);
  color: #f39431;
  font-size: 1.4rem;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 220ms ease;
}

.product-card:hover .product-open-hint {
  background: #f3d5b3;
  color: #6b3300;
  transform: translateX(0.12rem);
}

.product-card-link {
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: inherit;
}

.product-card-link:focus {
  outline: 0;
}

.product-grid.list-view {
  grid-template-columns: 1fr;
}

.product-grid.list-view .product-card {
  min-height: 12rem;
  display: grid;
  grid-template-columns: 13rem 1fr 10rem;
  align-items: stretch;
}

.product-grid.list-view .product-stage {
  aspect-ratio: auto;
  min-height: 11.1rem;
  margin: 0.45rem;
}

.product-grid.list-view .product-info {
  min-width: 0;
  padding: 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-grid.list-view .product-info h3 br {
  display: none;
}

.product-grid.list-view .product-summary {
  max-width: 100%;
  min-height: 0;
  cursor: default;
}

.product-grid.list-view .product-summary > p {
  font-size: 0.64rem;
  line-height: 1.45;
  -webkit-line-clamp: 3;
}

.product-grid.list-view .product-summary-tooltip {
  display: none;
}

.product-grid.list-view .product-bottom {
  min-width: 0;
  margin: 0;
  padding: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.075);
}

.no-results {
  min-height: 28rem;
  padding: 3rem;
  place-content: center;
  justify-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.018);
  text-align: center;
}

.no-results:not([hidden]) {
  display: grid;
}

.no-results > span {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 127, 0, 0.28);
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.08);
  color: var(--orange);
  font-size: 1.6rem;
}

.no-results h3 {
  margin: 1.2rem 0 0;
  font-size: 1.7rem;
  letter-spacing: -0.055em;
}

.no-results p {
  max-width: 30rem;
  margin: 0.7rem 0 1.5rem;
  color: #8c8883;
  font-size: 0.8rem;
  line-height: 1.7;
}

.product-pagination {
  min-height: 4.5rem;
  margin-top: 1.25rem;
  padding: 0.55rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 1.45rem;
  background: #151412;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.product-pagination[hidden] {
  display: none !important;
}

.pagination-size {
  min-height: 3.35rem;
  padding: 0.35rem 0.4rem 0.35rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.045);
  color: #8d8882;
  font-size: 0.58rem;
  font-weight: 750;
}

.pagination-select-wrap {
  width: 4.15rem;
  height: 2.65rem;
  position: relative;
  flex: 0 0 4.15rem;
}

.pagination-native-select {
  display: none;
}

.pagination-select-trigger {
  width: 100%;
  height: 100%;
  padding: 0 0.72rem 0 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border: 1px solid rgba(240, 127, 0, 0.14);
  border-radius: 0.85rem;
  background: #29231d;
  color: #f2ede7;
  font-family: inherit;
  font-size: 0.67rem;
  font-weight: 850;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.pagination-select-trigger:hover,
.pagination-select-trigger:focus-visible,
.pagination-select-trigger[aria-expanded="true"] {
  outline: 0;
  border-color: rgba(240, 127, 0, 0.48);
  background: #33281f;
  box-shadow: 0 0 0 0.2rem rgba(240, 127, 0, 0.08);
}

.pagination-select-trigger i {
  width: 0.38rem;
  height: 0.38rem;
  flex: 0 0 0.38rem;
  border-right: 1.5px solid var(--orange);
  border-bottom: 1.5px solid var(--orange);
  transform: translateY(-0.1rem) rotate(45deg);
  pointer-events: none;
  transition: transform 160ms ease;
}

.pagination-select-trigger[aria-expanded="true"] i {
  transform: translateY(0.1rem) rotate(225deg);
}

.pagination-select-menu {
  width: 100%;
  padding: 0.3rem;
  position: absolute;
  bottom: calc(100% + 0.45rem);
  left: 0;
  z-index: 30;
  display: grid;
  gap: 0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.95rem;
  background: #211e1a;
  box-shadow: 0 0.9rem 2.25rem rgba(0, 0, 0, 0.38);
}

.pagination-select-menu[hidden] {
  display: none;
}

.pagination-select-menu button {
  min-height: 2.25rem;
  padding: 0 0.65rem;
  border: 0;
  border-radius: 0.7rem;
  background: transparent;
  color: #b9b3ac;
  font-family: inherit;
  font-size: 0.66rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.pagination-select-menu button:hover,
.pagination-select-menu button:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
}

.pagination-select-menu button[aria-selected="true"] {
  background: rgba(240, 127, 0, 0.16);
  color: var(--orange);
}

.pagination-range {
  margin: 0;
  justify-self: end;
  color: #89847e;
  font-size: 0.6rem;
  font-weight: 750;
}

.pagination-pages {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
}

.pagination-button {
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0.9rem;
  background: transparent;
  color: #aaa49d;
  font-family: inherit;
  font-size: 0.66rem;
  font-weight: 850;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.pagination-button:hover:not(:disabled),
.pagination-button:focus-visible:not(:disabled) {
  background: #2b2722;
  color: #fff;
  transform: translateY(-1px);
}

.pagination-button[aria-current="page"] {
  background: #f4d8b8;
  color: #512900;
}

.pagination-button.pagination-nav {
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(255, 255, 255, 0.035);
  color: var(--orange);
  font-size: 1.25rem;
  font-weight: 500;
}

.pagination-button:disabled {
  color: #4f4b46;
  cursor: default;
  opacity: 0.55;
}

.pagination-ellipsis {
  width: 1.4rem;
  display: grid;
  place-items: center;
  color: #5f5a55;
  font-size: 0.7rem;
}

.shop-service-bridge {
  min-height: 30rem;
  margin-bottom: 3rem;
  padding: clamp(2.2rem, 4.5vw, 4.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(2rem, 4vw, 3.5rem);
  background:
    radial-gradient(circle at 86% 18%, rgba(240, 127, 0, 0.15), transparent 19rem),
    linear-gradient(118deg, #11100f 0%, #0b0b0b 48%, #12100d 100%);
  color: #f7f3ee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.shop-service-bridge::before {
  content: "G-TROTS";
  position: absolute;
  z-index: -1;
  right: -0.03em;
  bottom: -0.24em;
  color: rgba(255, 255, 255, 0.022);
  font-size: clamp(7rem, 13vw, 14rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  white-space: nowrap;
}

.shop-service-bridge::after {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  z-index: -1;
  top: -15rem;
  right: 18%;
  border: 1px solid rgba(240, 127, 0, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(240, 127, 0, 0.018), 0 0 0 8rem rgba(240, 127, 0, 0.012);
}

.shop-service-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.service-brand-label {
  width: fit-content;
  min-height: 3.25rem;
  padding: 0.35rem 1rem 0.35rem 0.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.service-brand-logo {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--orange);
}

.service-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-brand-label > span:last-child {
  display: grid;
  gap: 0.06rem;
}

.service-brand-label small {
  color: #817b74;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service-brand-label strong {
  color: #f7f3ee;
  font-size: 0.7rem;
  font-weight: 800;
}

.shop-service-bridge h2 {
  max-width: none;
  margin: 2rem 0 0;
  color: #f7f3ee;
  font-size: clamp(3.2rem, 5.2vw, 5.4rem);
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.shop-service-bridge h2 span,
.shop-service-bridge h2 em {
  display: block;
  white-space: nowrap;
}

.shop-service-bridge h2 em {
  margin-top: 0.08em;
  color: var(--orange);
}

.shop-service-copy > p {
  max-width: 42rem;
  margin: 1.55rem 0 0;
  color: #97918a;
  font-size: 0.86rem;
  font-weight: 550;
  line-height: 1.7;
}

.service-assurances {
  margin: 1.7rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
}

.service-assurances li {
  min-height: 2.5rem;
  padding: 0.34rem 0.75rem 0.34rem 0.36rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #b9b3ad;
  font-size: 0.58rem;
}

.service-assurances li span {
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(240, 127, 0, 0.13);
  color: var(--orange);
  font-size: 0.51rem;
  font-weight: 850;
}

.service-assurances li strong {
  font-weight: 750;
}

.service-concierge {
  width: 100%;
  max-width: 31rem;
  justify-self: end;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  display: grid;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 2rem;
  background: rgba(27, 24, 21, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.service-concierge-top,
.service-concierge-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.service-concierge-top > span {
  color: #8d8780;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-concierge-top small {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #a8a29b;
  font-size: 0.56rem;
  font-weight: 700;
}

.service-concierge-top small i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #5f8e78;
  box-shadow: 0 0 0 0.22rem rgba(95, 142, 120, 0.12);
}

.service-concierge-message {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.service-question-mark {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 1.05rem;
  background: rgba(240, 127, 0, 0.12);
  color: var(--orange);
  font-size: 1.05rem;
  font-weight: 850;
}

.service-concierge-message div {
  min-width: 0;
  display: grid;
  gap: 0.25rem;
}

.service-concierge-message small {
  color: #8e8881;
  font-size: 0.61rem;
  font-weight: 650;
}

.service-concierge-message strong {
  color: #f5f1ec;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.service-whatsapp-button {
  min-height: 4.25rem;
  padding: 0.5rem 0.6rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  border-radius: 1.45rem;
  background: #f4d8b8;
  color: #3d220b;
  transition: background 180ms ease, transform 180ms ease;
}

.service-whatsapp-button:hover,
.service-whatsapp-button:focus-visible {
  background: #ffe3c2;
  transform: translateY(-2px);
}

.service-whatsapp-mark,
.service-whatsapp-button b {
  width: 3.15rem;
  height: 3.15rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
}

.service-whatsapp-mark {
  background: #4e7965;
  color: #fff;
}

.service-whatsapp-mark svg {
  width: 1.55rem;
  height: 1.55rem;
  display: block;
  fill: currentColor;
}

.service-whatsapp-button strong {
  font-size: 0.72rem;
  font-weight: 850;
}

.service-whatsapp-button b {
  background: rgba(240, 127, 0, 0.14);
  color: #8c4a00;
  font-size: 1.35rem;
}

.service-concierge-meta {
  color: #77716b;
  font-size: 0.54rem;
  font-weight: 650;
}

.service-concierge-meta strong {
  color: #aaa39c;
  font-size: inherit;
}

.shop-footer {
  padding-bottom: 6rem;
}

@media (min-width: 701px) {
  .catalog-toolbar > p {
    display: none;
  }

  .catalog-toolbar,
  .toolbar-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 1240px) {
  .shop-hero-card {
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.8fr);
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-service-bridge {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.75fr);
    gap: 2.5rem;
  }
}

@media (max-width: 1000px) {
  .shop-hero-card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .shop-hero-copy {
    min-width: 0;
    padding-bottom: 1rem;
  }

  .shop-hero-visual {
    min-height: 34rem;
  }

  .shop-hero-visual img {
    max-height: 33rem;
  }

  .shop-search-deck {
    grid-template-columns: minmax(15rem, 1fr) auto;
  }

  .shop-search-deck > p {
    display: none;
  }

  .catalog-intro {
    min-height: 31rem;
    align-items: center;
  }

  .catalog-intro-copy {
    width: 72%;
  }

  .catalog-part-visual {
    width: 68%;
    right: -10%;
    opacity: 0.78;
  }

  .catalog-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-facts li:last-child {
    display: none;
  }

  .catalog-image-note {
    width: min(32rem, 56vw);
  }

  .mobile-filter-button {
    width: 100%;
    min-height: 4.1rem;
    margin-top: 1.25rem;
    padding: 0.5rem 0.55rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 0;
    border-radius: 1.35rem;
    background: #eed8bb;
    color: #3c2a18;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
    transition: background 180ms ease, transform 180ms ease;
    scroll-margin-top: calc(env(safe-area-inset-top) + 5.7rem);
  }

  .mobile-filter-button > span {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-content: center;
    gap: 0.18rem;
    flex: 0 0 3rem;
    border-radius: 1rem;
    background: var(--orange);
    color: #fff;
  }

  .mobile-filter-button > span i {
    width: 1.05rem;
    height: 0.11rem;
    display: block;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-filter-button > span i:nth-child(2) {
    width: 0.72rem;
    justify-self: end;
  }

  .mobile-filter-button > span i:nth-child(3) {
    width: 0.88rem;
  }

  .mobile-filter-button > strong {
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: -0.015em;
  }

  .mobile-filter-button > b {
    min-width: 1.75rem;
    height: 1.75rem;
    margin-left: auto;
    padding: 0 0.48rem;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(60, 42, 24, 0.12);
    border-radius: 999px;
    background: #3c2a18;
    color: #fff8ed;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 0.35rem 0.9rem rgba(60, 42, 24, 0.16);
    animation: mobile-filter-badge-in 220ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  .mobile-filter-button > b[hidden] {
    display: none;
  }

  @keyframes mobile-filter-badge-in {
    from { opacity: 0; transform: scale(0.72); }
    to { opacity: 1; transform: scale(1); }
  }

  .mobile-filter-button:hover {
    background: #f5e2c9;
    transform: translateY(-1px);
  }

  .mobile-filter-button:active {
    transform: scale(0.985);
  }

  .mobile-filter-button:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 3px;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
    padding: 0.6rem 0 2.5rem;
  }

  .filters-sticky-column {
    display: contents;
  }

  .filters-overlay {
    display: block;
    position: fixed;
    z-index: 69;
    inset: 0;
    background: rgba(0, 0, 0, 0.66);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .filters-panel {
    width: min(22rem, calc(100% - 3.25rem));
    height: auto;
    max-height: none;
    padding: 0.62rem;
    display: grid;
    grid-template-rows: auto;
    grid-auto-rows: max-content;
    align-content: start;
    gap: 0.45rem;
    position: fixed;
    z-index: 70;
    top: calc(env(safe-area-inset-top) + 5.75rem);
    right: 0.55rem;
    bottom: 0.55rem;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.105);
    border-radius: 1.65rem;
    background: linear-gradient(160deg, rgba(29, 28, 27, 0.98), rgba(13, 13, 14, 0.99) 52%);
    box-shadow: -1.2rem 0 3.6rem rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.055);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(calc(100% + 1rem));
    transition: opacity 210ms ease, visibility 380ms ease, transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
    scrollbar-width: none;
  }

  .filters-panel::-webkit-scrollbar {
    display: none;
  }

  .filters-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .filters-panel.is-open + .filters-overlay,
  .filters-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .filters-mobile-head {
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    margin: -0.62rem -0.62rem 0;
    padding: 0.78rem 0.82rem 0.68rem 0.72rem;
    position: sticky;
    z-index: 10;
    top: -0.62rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.6rem 1.6rem 0 0;
    background: rgba(23, 23, 23, 0.96);
    box-shadow: 0 0.8rem 1.4rem rgba(13, 13, 14, 0.92);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .filters-mobile-head > div {
    display: grid;
    gap: 0.15rem;
  }

  .filters-mobile-head small {
    color: #8e8b87;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .filters-mobile-head strong {
    color: #fff;
    font-size: 1rem;
    letter-spacing: -0.035em;
  }

  .filters-close {
    width: 2.7rem;
    height: 2.7rem;
    flex: 0 0 2.7rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0.92rem;
    background: rgba(255, 255, 255, 0.055);
    color: #aaa8a5;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .filters-close svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: currentColor;
  }

  .filters-close:hover,
  .filters-close:focus-visible {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.09);
    color: #d4d1cd;
    transform: translateX(0.1rem);
  }

  .filters-close:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.2);
    outline-offset: 2px;
  }

  .filters-panel .filter-group {
    min-height: 0;
    margin: 0;
    padding: 0.65rem;
    gap: 0.3rem;
    border: 1px solid rgba(255, 255, 255, 0.035);
    background: rgba(255, 255, 255, 0.032);
  }

  .filters-panel .filter-categories,
  .filters-panel .brand-filter {
    grid-template-rows: auto auto;
  }

  .filters-panel .filter-options-scroll {
    min-height: 0;
    max-height: none;
    gap: 0.25rem;
  }

  .filters-panel .compatibility-filter .filter-options-scroll,
  .filters-panel .manufacturer-filter .filter-options-scroll {
    max-height: min(30svh, 12.5rem);
    padding: 0.25rem 0.35rem 0.25rem 0;
    overflow-y: auto;
    scrollbar-width: thin;
  }

  .filters-panel .filter-heading,
  .filters-panel .brand-filter-title {
    margin-bottom: 0.25rem;
  }

  .filters-panel .category-filter {
    min-height: 2.9rem;
    padding: 0.28rem 0.55rem 0.28rem 0.28rem;
    gap: 0.55rem;
    font-size: 0.7rem;
  }

  .filters-panel .category-filter.active {
    border-color: rgba(240, 127, 0, 0.72);
    background: linear-gradient(100deg, rgba(240, 127, 0, 0.24), rgba(240, 127, 0, 0.075));
    color: #fff9f2;
    box-shadow: inset 0.2rem 0 0 var(--orange), 0 0.5rem 1.25rem rgba(0, 0, 0, 0.18);
  }

  .filters-panel .category-filter.active > span {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
  }

  .filters-panel .category-filter.active > span::after {
    content: "✓";
    width: 1.15rem;
    height: 1.15rem;
    display: inline-grid;
    place-items: center;
    flex: 0 0 1.15rem;
    border-radius: 50%;
    background: var(--orange);
    color: #17100a;
    font-size: 0.68rem;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 0 0 0.2rem rgba(240, 127, 0, 0.12);
  }

  .filters-panel .filter-categories .filter-options-scroll {
    gap: 0.22rem;
    padding: 0.05rem 0.08rem 0.15rem 0;
  }

  .filters-panel .category-thumb {
    width: 2.35rem;
    height: 2.35rem;
    flex-basis: 2.35rem;
    border-radius: 0.78rem;
  }

  .filters-panel .category-filter[data-category="all"] {
    padding-left: 0.85rem;
  }

  .filters-panel .category-tree-children {
    margin-left: 0.62rem;
    padding-left: 0.68rem;
  }

  .filters-panel .category-tree-children > .category-tree-node::before {
    left: -0.68rem;
  }

  .filters-panel .category-tree-children > .category-tree-node::after {
    display: none;
  }

  .filters-panel .category-filter-leaf {
    min-height: 2.4rem;
    padding-left: 0.5rem;
    font-size: 0.62rem;
  }

  .filters-panel .category-tree-toggle {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.55rem;
    right: 0.42rem;
  }

  .filters-panel .category-tree-node.has-children > .category-filter {
    padding-right: 2.65rem;
  }

  .filters-panel .price-filter {
    align-content: center;
  }

  .filters-panel .brand-filter label {
    min-height: 1.9rem;
  }

  .filters-panel .filter-help-card {
    padding: 1rem;
    border-radius: 1.15rem;
  }

}

@media (max-width: 700px) {
  .shop-hero {
    padding-top: 5.6rem;
  }

  .shop-breadcrumb {
    min-height: 2.9rem;
    padding-inline: 0.5rem;
  }

  .shop-hero-card {
    width: 100%;
    padding: 1.05rem;
    gap: 0.35rem;
    border-radius: 1.65rem;
  }

  .shop-hero-copy {
    width: 100%;
    min-width: 0;
    padding: 1.6rem 0 0.35rem;
  }

  .shop-hero h1 {
    max-width: 100%;
    margin-top: 1.05rem;
    font-size: clamp(2.75rem, 13.4vw, 4rem);
    line-height: 0.94;
  }

  .shop-title-typewriter {
    max-width: 100%;
    font-size: clamp(2rem, 9.6vw, 2.75rem);
    letter-spacing: -0.065em;
  }

  .shop-hero-copy > p {
    width: 100%;
    max-width: 30rem;
    margin-top: 1.15rem;
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .shop-hero-actions {
    width: 100%;
    min-width: 0;
    margin-top: 1.3rem;
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
  }

  .shop-hero-actions .button {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .shop-products-cta {
    min-width: 0 !important;
    min-height: 3.75rem;
  }

  .shop-help-link {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    min-height: 3.75rem;
    margin-top: 0;
    box-sizing: border-box;
  }

  .shop-proof {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
    overflow: visible;
  }

  .shop-proof li {
    min-width: 0;
    min-height: 3.35rem;
    padding: 0.38rem 0.22rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.3rem;
    border-radius: 1rem;
    font-size: 0.5rem;
    line-height: 1.25;
    white-space: normal;
  }

  .shop-proof li span {
    width: 1.7rem;
    height: 1.7rem;
    flex-basis: 1.7rem;
    font-size: 0.43rem;
  }

  .shop-hero-visual {
    width: 100%;
    min-width: 0;
    min-height: 20rem;
    margin-top: 0.2rem;
  }

  .shop-scooter-stage {
    width: min(19rem, 92%);
  }

  .shop-scooter-stage img {
    width: 62%;
    max-height: 18.5rem;
  }

  .shop-float-card-top {
    top: 0.75rem;
    right: 0.25rem;
  }

  .shop-float-card-bottom {
    left: 0.25rem;
    bottom: 0.85rem;
  }

  .shop-float-card {
    max-width: calc(100% - 0.5rem);
    min-height: 3.55rem;
    padding: 0.4rem 0.45rem;
    gap: 0.5rem;
    border-radius: 1.2rem;
  }

  .shop-verify-icon,
  .shop-fit-icon {
    width: 2.45rem;
    height: 2.45rem;
  }

  .shop-fit-icon span {
    width: 0.98rem;
    height: 0.98rem;
    top: 0.73rem;
  }

  .shop-fit-icon span:first-child {
    left: 0.42rem;
  }

  .shop-fit-icon span:last-child {
    right: 0.42rem;
  }

  .shop-search-deck {
    width: calc(100% - 1.2rem);
    min-height: 0;
    margin-top: -1.2rem;
    grid-template-columns: 1fr;
    border-radius: 1.25rem;
  }

  .shop-search-field {
    min-height: 4.7rem;
    padding-inline: 0.9rem;
  }

  .shop-search-clear {
    width: 2.65rem;
    min-width: 2.65rem;
    height: 2.65rem;
    min-height: 2.65rem;
    padding: 0;
    justify-content: center;
  }

  .shop-search-clear b {
    display: none;
  }

  .shop-search-field kbd,
  .shop-search-deck > a {
    display: none;
  }

  .shop-service-bridge h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .catalog-intro h2 {
    font-size: clamp(2.6rem, 10vw, 3.65rem);
  }

  .catalog-intro {
    min-height: 0;
    padding: 0.9rem 1rem 1rem;
    display: block;
    border-radius: 1.8rem;
  }

  .catalog-intro .shop-section-label {
    min-height: 2.85rem;
    padding: 0.3rem 0.72rem 0.3rem 0.3rem;
  }

  .catalog-intro .shop-section-label > img {
    width: 2.2rem;
    height: 2.2rem;
    flex-basis: 2.2rem;
    border-radius: 0.72rem;
  }

  .catalog-intro h2 {
    margin-top: 1.05rem;
  }

  .catalog-intro-copy {
    width: 100%;
  }

  .catalog-typewriter {
    max-width: 100%;
    white-space: nowrap;
  }

  .catalog-part-visual {
    width: 76%;
    height: 100%;
    inset: 0 -31% 0 auto;
    opacity: 0.32;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.72) 29%, #000 54%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.72) 29%, #000 54%);
  }

  .catalog-part-visual::before {
    background: linear-gradient(90deg, #070707 0%, rgba(7, 7, 7, 0.38) 38%, transparent 75%);
  }

  .catalog-part-visual img {
    width: 300%;
    bottom: -8%;
    transform: scale(0.9) rotate(-3deg);
  }

  .catalog-intro-lead {
    max-width: 100%;
    margin-top: 1.15rem;
    font-size: 0.78rem;
  }

  .catalog-facts {
    margin-top: 1.4rem;
    grid-template-columns: 1fr;
  }

  .catalog-facts li {
    width: min(100%, 20rem);
    min-height: 4.1rem;
  }

  .catalog-facts li:nth-child(n + 2) {
    display: none;
  }

  .catalog-image-note {
    width: 100%;
    min-height: 4rem;
    margin-top: 1.25rem;
    padding: 0.58rem 0.75rem 0.58rem 0.62rem;
    position: relative;
    right: auto;
    bottom: auto;
    border-radius: 1.25rem;
  }

  .catalog-image-note small {
    display: none;
  }

  .catalog-image-note strong {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .catalog-toolbar {
    min-height: 4rem;
    margin-bottom: 0.75rem;
    padding: 0.42rem;
    align-items: center;
    flex-direction: row;
    gap: 0.42rem;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 1.35rem;
    background: #171614;
  }

  .catalog-toolbar > p {
    min-height: 3rem;
    padding: 0 0.72rem;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    border-radius: 1rem;
    background: rgba(240, 127, 0, 0.13);
    white-space: nowrap;
  }

  .catalog-toolbar > p strong {
    color: #f4eee7;
    font-size: 0.66rem;
  }

  .catalog-toolbar > p > span {
    display: none;
  }

  .toolbar-actions {
    width: auto;
    min-width: 0;
    flex: 1;
    justify-content: flex-end;
    gap: 0.42rem;
  }

  .sort-control {
    min-width: 0;
    min-height: 3rem;
    padding: 0.25rem;
    flex: 1;
    border: 0;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.055);
  }

  .sort-control > span {
    display: none;
  }

  .sort-select-wrap {
    width: 100%;
    min-width: 0;
    height: 2.5rem;
    flex: 1;
  }

  .sort-select-trigger {
    width: 100%;
    padding: 0 0.75rem;
    font-size: 0.63rem;
  }

  .sort-select-menu {
    width: max(100%, 10.5rem);
    min-width: 0;
    right: 0;
  }

  .view-switch {
    padding: 0.22rem;
    display: flex;
    flex: 0 0 auto;
    gap: 0.12rem;
    border: 0;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.055);
  }

  .view-switch button {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.8rem;
  }

  .view-switch button.active {
    background: rgba(240, 127, 0, 0.18);
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .product-pagination {
    min-height: 3.85rem;
    margin-top: 0.75rem;
    padding: 0.4rem;
    gap: 0.4rem;
    border-radius: 1.2rem;
  }

  .pagination-size {
    min-height: 3rem;
    padding: 0.25rem;
    border-radius: 0.9rem;
  }

  .pagination-size > span:first-child {
    display: none;
  }

  .pagination-select-wrap {
    width: 3.55rem;
    height: 2.5rem;
    border-radius: 0.75rem;
  }

  .pagination-range {
    justify-self: center;
    font-size: 0.53rem;
    white-space: nowrap;
  }

  .pagination-pages {
    gap: 0.16rem;
  }

  .pagination-button {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.72rem;
    font-size: 0.6rem;
  }

  .pagination-button.pagination-nav {
    font-size: 1.05rem;
  }

  .pagination-pages .pagination-button:not(.pagination-nav):not([aria-current="page"]),
  .pagination-pages .pagination-ellipsis {
    display: none;
  }

  .product-grid.list-view {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .product-grid:not(.list-view) .product-info {
    padding: 0.72rem 0.65rem 0;
  }

  .product-grid:not(.list-view) .product-info h3 {
    font-size: clamp(0.76rem, 3.3vw, 0.92rem);
    line-height: 1.08;
  }

  .product-grid:not(.list-view) .product-info h3 br {
    display: none;
  }

  .product-grid:not(.list-view) .product-meta,
  .product-grid:not(.list-view) .product-fit {
    display: none;
  }

  .product-summary {
    display: none;
  }

  .product-summary-badge {
    width: fit-content;
    min-height: 1.15rem;
    padding: 0.2rem 0.36rem;
    font-size: 0.38rem;
  }

  .product-summary > p {
    font-size: 0.5rem;
    line-height: 1.35;
    -webkit-line-clamp: 2;
  }

  .product-summary-tooltip {
    width: calc(200% + 0.6rem);
    max-width: calc(100vw - 2.2rem);
    font-size: 0.58rem;
  }

  .product-card:nth-child(even) .product-summary-tooltip {
    right: 0;
    left: auto;
  }

  .product-card:nth-child(even) .product-summary-tooltip::after {
    right: 1rem;
    left: auto;
  }

  .product-grid:not(.list-view) .product-bottom {
    margin-top: 0.55rem;
    padding: 0.55rem 0.65rem 0.65rem;
    align-items: center;
    flex-direction: row;
    gap: 0.35rem;
  }

  .product-grid:not(.list-view) .product-open-hint {
    width: 1.9rem;
    height: 1.9rem;
    flex-basis: 1.9rem;
    border-radius: 0.7rem;
    font-size: 1.1rem;
  }

  .product-grid:not(.list-view) .product-price strong {
    font-size: 0.9rem;
  }

  .product-grid.list-view .product-card {
    min-height: 0;
    display: grid;
    grid-template-columns: clamp(5.75rem, 26vw, 7rem) minmax(0, 1fr);
    grid-template-rows: auto 2.75rem;
    gap: 0.65rem 0.85rem;
    padding: 0.85rem;
    border-color: rgba(255, 255, 255, 0.09);
    border-radius: 1.35rem;
    background: var(--gt-card-solid, #1c1a18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  }

  .product-grid.list-view .product-stage {
    display: contents;
  }

  .product-grid.list-view .product-stage::before,
  .product-grid.list-view .product-stage::after {
    display: none;
  }

  .product-grid.list-view .product-image {
    position: relative;
    inset: auto;
    width: 100%;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    aspect-ratio: 1;
    margin: 0;
    border-radius: 1rem;
    background-color: #fff;
    overflow: hidden;
  }

  .product-grid.list-view .product-info {
    min-height: 0;
    margin: 0;
    padding: 0;
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-start;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .product-grid.list-view .product-info h3 br {
    display: none;
  }

  .product-grid.list-view .product-info h3 {
    margin: 0.45rem 0 0;
    font-size: clamp(0.88rem, 3.6vw, 1rem);
    line-height: 1.35;
    letter-spacing: -0.025em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .product-grid.list-view .product-meta {
    display: none;
  }

  .product-grid.list-view .product-category {
    font-size: 0.5rem;
    letter-spacing: 0.075em;
  }

  .product-grid.list-view .product-fit {
    display: none;
  }

  .product-grid.list-view .product-fit span {
    min-height: 1.42rem;
    padding: 0.25rem 0.46rem;
    display: inline-flex;
    align-items: center;
    border-color: rgba(255, 255, 255, 0.085);
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.45rem;
  }

  .product-grid.list-view .product-bottom {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    grid-column: 2;
    grid-row: 2;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .product-grid.list-view .product-open-hint {
    width: 2.75rem;
    height: 2.75rem;
    flex-basis: 2.75rem;
    border-radius: 999px;
    background: var(--accent-soft, #3a2919);
    color: var(--accent-strong, #ff9a32);
    margin-left: auto;
  }

  .product-grid.list-view .product-price small {
    display: none;
  }

  .product-grid.list-view .product-price strong {
    font-size: 1.08rem;
    letter-spacing: -0.045em;
  }

  .product-grid.list-view .product-price {
    margin-right: auto;
    justify-self: start;
    text-align: left;
  }

  .product-grid.list-view .product-badge {
    top: auto;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .product-grid.list-view .product-quick-note {
    display: none;
  }

  .product-grid.list-view .product-card-actions {
    position: relative;
    top: auto;
    right: auto;
    grid-column: 1;
    grid-row: 2;
    justify-content: center;
    gap: 0.25rem;
  }

  .product-grid.list-view .favorite-button,
  .product-grid.list-view .cart-button {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.15rem 0.5rem rgba(18, 13, 9, 0.08);
  }

  .product-grid.list-view .cart-button.is-added {
    border-color: rgba(255, 127, 0, 0.42);
    background: #312317;
    color: #fff;
    box-shadow: 0 0.2rem 0.75rem rgba(18, 13, 9, 0.22);
  }

  .product-stage {
    aspect-ratio: 1.2;
  }

  .product-badge {
    display: none;
    min-height: 1.4rem;
    padding: 0.25rem 0.42rem;
    top: 0.45rem;
    left: 0.45rem;
    font-size: 0.4rem;
  }

  .product-card-actions {
    top: 0.4rem;
    right: 0.4rem;
    gap: 0.3rem;
  }

  .favorite-button,
  .cart-button {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    font-size: 1.15rem;
    touch-action: manipulation;
  }

  .cart-button .global-cart-icon {
    transform: scale(0.92);
  }

  .cart-button > b {
    width: 0.9rem;
    height: 0.9rem;
    font-size: 0.58rem;
  }

  .product-quick-note {
    min-height: 1.35rem;
    padding: 0.25rem 0.38rem;
    right: 0.4rem;
    bottom: 0.4rem;
    font-size: 0.4rem;
  }

  .shop-service-bridge {
    min-height: 0;
    padding: 1.25rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    border-radius: 1.8rem;
  }

  .shop-service-bridge::after {
    width: 16rem;
    height: 16rem;
    top: -10rem;
    right: -5rem;
  }

  .shop-service-copy {
    padding: 0.65rem 0.4rem 0;
  }

  .shop-service-bridge h2 {
    margin-top: 1.5rem;
    font-size: clamp(2.75rem, 12.5vw, 4rem);
  }

  .shop-service-bridge h2 span,
  .shop-service-bridge h2 em {
    white-space: normal;
  }

  .shop-service-copy > p {
    margin-top: 1.2rem;
    font-size: 0.76rem;
  }

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

  .service-assurances li {
    min-width: 0;
    padding: 0.4rem;
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    border-radius: 1.1rem;
    text-align: center;
  }

  .service-assurances li strong {
    font-size: 0.48rem;
    line-height: 1.25;
  }

  .service-concierge {
    max-width: none;
    padding: 1rem;
    gap: 1rem;
    border-radius: 1.45rem;
  }

  .service-whatsapp-button {
    min-height: 3.9rem;
    border-radius: 1.2rem;
  }

  .service-whatsapp-mark,
  .service-whatsapp-button b {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.9rem;
  }

  .service-concierge-meta {
    align-items: flex-end;
  }

  .service-concierge-meta strong {
    max-width: 8rem;
    text-align: right;
  }

  .shop-footer {
    padding-bottom: 2rem;
  }
}

@media (max-width: 390px) {
  .shop-hero-card {
    padding-inline: 0.9rem;
  }

  .shop-eyebrow {
    font-size: 0.6rem;
  }

  .product-bottom {
    align-items: center;
    flex-direction: row;
  }

  .product-grid.list-view .product-bottom {
    align-items: center;
    flex-direction: row;
  }
}

@media (max-width: 700px) {
  .catalog-loading,
  .catalog-load-error {
    min-height: 27rem;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.35rem;
    padding: 2.1rem 1.25rem;
    text-align: center;
  }

  .catalog-loading-orbit {
    width: 7.5rem;
  }

  .catalog-loading-copy h3,
  .catalog-load-error h3 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .catalog-loading-copy p,
  .catalog-load-error p {
    margin-top: 0.75rem;
    font-size: 0.82rem;
  }

  .catalog-loading-progress {
    width: min(100%, 18rem);
    margin: 1.25rem auto 0;
  }

  .catalog-loading-steps {
    width: 100%;
    max-width: 21rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.38rem;
  }

  .catalog-loading-steps span {
    min-width: 0;
    justify-content: center;
    gap: 0.38rem;
    padding: 0.62rem 0.32rem;
    font-size: 0.59rem;
  }

  .catalog-load-error-icon {
    width: 3.8rem;
    height: 3.8rem;
  }

  .catalog-load-error .button {
    width: 100%;
    max-width: 20rem;
  }
}

@media (max-width: 700px) {
  body.smart-search-open {
    overflow: hidden;
  }

  body.smart-search-open .smart-search-overlay {
    display: none;
  }

  .shop-search-deck.is-search-open {
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    z-index: 140;
    margin: 0;
    padding: 0.6rem;
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #12110f;
    box-shadow: none;
    backdrop-filter: none;
  }

  .shop-search-deck.is-search-open.is-search-closing {
    pointer-events: none;
    animation: smart-search-collapse-to-icon 210ms cubic-bezier(0.42, 0, 0.18, 1) both;
    transform-origin: var(--smart-search-collapse-x, 2.1rem) var(--smart-search-collapse-y, 2.1rem);
  }

  .shop-search-deck.is-search-open > p,
  .shop-search-deck.is-search-open > a {
    display: none;
  }

  .shop-search-deck.is-search-open .shop-search-field {
    min-height: 4.25rem;
    flex: 0 0 auto;
    padding: 0.45rem 0.48rem;
    gap: 0.62rem;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    background: #24211e;
    box-shadow: none;
  }

  .shop-search-deck.is-search-open .shop-search-icon-wrap {
    width: 2.85rem;
    height: 2.85rem;
    flex-basis: 2.85rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    background: #35322f;
    color: #e7e3df;
    cursor: pointer;
    transform: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  }

  .shop-search-deck.is-search-open .shop-search-icon-wrap:active {
    background: #403c38;
    transform: scale(0.94);
  }

  .shop-search-deck.is-search-open .shop-search-icon {
    display: none;
  }

  .shop-search-deck.is-search-open .shop-search-back-icon {
    width: 0.72rem;
    height: 0.72rem;
    display: block;
    border-width: 0 0 1.8px 1.8px;
    border-style: solid;
    border-color: currentColor;
    transform: translateX(0.12rem) rotate(45deg);
  }

  .shop-search-deck.is-search-open .shop-search-copy small {
    font-size: 0.48rem;
  }

  .shop-search-deck.is-search-open .shop-search-copy input {
    font-size: 0.93rem;
  }

  .smart-search-panel {
    width: auto;
    min-height: 0;
    max-height: none;
    flex: 1 1 auto;
    position: static;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 0;
    border-radius: 1.35rem;
    background:
      radial-gradient(circle at 15% 0%, rgba(240, 127, 0, 0.1), transparent 30%),
      #171614;
    box-shadow: none;
    animation: smart-search-mobile-in 180ms ease both;
  }

  .smart-search-head {
    min-height: 4.15rem;
    padding: 0.68rem 0.72rem 0.68rem 0.9rem;
  }

  .smart-search-head b {
    font-size: 0.78rem;
  }

  .smart-search-head small {
    max-width: 17rem;
    font-size: 0.54rem;
    line-height: 1.35;
  }

  .smart-search-head > button {
    width: 2.6rem;
    height: 2.6rem;
    flex-basis: 2.6rem;
  }

  .smart-search-content {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0.68rem;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .smart-search-section-head {
    margin: 0 0 0.55rem;
    padding: 0 0.12rem;
  }

  .smart-search-section-head strong {
    font-size: 0.74rem;
  }

  .smart-search-section-head small {
    font-size: 0.54rem;
  }

  .smart-search-popular {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .smart-search-popular button {
    min-height: 3.55rem;
    padding: 0.5rem 0.45rem;
    border-width: 0 0 1px;
    border-radius: 0;
    background: transparent;
  }

  .smart-search-popular button:hover,
  .smart-search-popular button:focus-visible,
  .smart-search-popular button.is-active {
    transform: none;
    border-color: rgba(240, 127, 0, 0.22);
    background: rgba(240, 127, 0, 0.075);
  }

  .smart-search-popular button > i {
    width: 2.1rem;
    height: 2.1rem;
  }

  .smart-search-popular button strong {
    font-size: 0.72rem;
  }

  .smart-search-results {
    gap: 0.42rem;
  }

  .smart-search-result {
    min-height: 5.5rem;
    padding: 0.48rem;
    grid-template-columns: 4.35rem minmax(0, 1fr) auto;
    gap: 0.65rem;
    border-radius: 1.1rem;
  }

  .smart-search-result:hover,
  .smart-search-result:focus-visible,
  .smart-search-result.is-active {
    transform: none;
  }

  .smart-search-result-image {
    width: 4.35rem;
    height: 4.35rem;
  }

  .smart-search-result-copy > strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.72rem;
    line-height: 1.3;
    text-overflow: initial;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .smart-search-result-copy > span {
    font-size: 0.53rem;
  }

  .smart-search-result-stock {
    display: none;
  }

  .smart-search-result-price strong {
    font-size: 0.7rem;
  }

  .smart-search-result-price small {
    font-size: 0.46rem;
  }

  .smart-search-all {
    min-height: 3.6rem;
    margin-top: 0.55rem;
    font-size: 0.65rem;
  }

  .smart-search-footer {
    min-height: 4rem;
    padding: 0.55rem 0.7rem;
    justify-content: center;
  }

  .smart-search-footer > button {
    min-height: 2.8rem;
    padding-inline: 1rem;
  }

  .smart-search-footer > button b {
    font-size: 0.67rem;
  }

  .smart-search-footer > small {
    display: none;
  }

  @keyframes smart-search-mobile-in {
    from { opacity: 0; transform: translateY(0.35rem); }
    to { opacity: 1; transform: translateY(0); }
  }

}

@media (max-width: 350px) {
  .filters-panel {
    width: calc(100% - 2.65rem);
    top: calc(env(safe-area-inset-top) + 5.65rem);
    right: 0.4rem;
    bottom: 0.4rem;
    padding: 0.48rem;
    border-radius: 1.4rem;
  }

  .filters-mobile-head {
    min-height: 3.65rem;
    margin: -0.48rem -0.48rem 0;
    padding: 0.62rem 0.6rem;
    gap: 0.55rem;
    top: -0.48rem;
    border-radius: 1.35rem 1.35rem 0 0;
  }

  .filters-close {
    width: 2.4rem;
    height: 2.4rem;
    flex-basis: 2.4rem;
    border-radius: 0.8rem;
  }

  .filters-close svg {
    width: 1.18rem;
    height: 1.18rem;
  }

  .filters-mobile-head strong {
    font-size: 0.88rem;
  }

  .filters-mobile-head small {
    font-size: 0.49rem;
  }

  .filters-panel .filter-group {
    padding: 0.52rem;
    border-radius: 1.05rem;
  }

  .filters-panel .category-filter {
    min-height: 2.55rem;
    padding-right: 0.4rem;
    gap: 0.38rem;
    font-size: 0.64rem;
  }

  .filters-panel .category-thumb {
    width: 2.05rem;
    height: 2.05rem;
    flex-basis: 2.05rem;
    border-radius: 0.68rem;
  }

  .filters-panel .category-tree-children {
    margin-left: 0.38rem;
    padding-left: 0.48rem;
  }

  .filters-panel .category-tree-children > .category-tree-node::before {
    left: -0.48rem;
  }

  .filters-panel .category-tree-node.has-children > .category-filter {
    padding-right: 2.25rem;
  }

  .filters-panel .category-tree-toggle {
    right: 0.28rem;
  }

  .filters-panel .filter-collapse-title,
  .filters-panel .filter-heading strong,
  .filters-panel .brand-filter-title {
    font-size: 0.61rem;
  }

  .filters-panel .brand-filter label {
    min-height: 1.85rem;
    padding-inline: 0.28rem;
    gap: 0.48rem;
    font-size: 0.63rem;
  }

  .filters-panel .filter-help-card {
    padding: 0.78rem;
  }

  .filters-panel .filter-help-description {
    font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .filters-panel,
  .category-tree-children,
  .category-tree-toggle,
  .category-tree-toggle > span {
    transition: none;
  }

  .shop-scooter-stage.is-3d-active img,
  .product-card:hover,
  .product-card:hover .product-image {
    transform: none;
  }

  .shop-float-card,
  .shop-verify-icon,
  .shop-float-card-top > b,
  .shop-fit-icon span,
  .shop-title-cursor,
  .catalog-typewriter-cursor {
    animation: none;
  }

  .catalog-intro:hover .catalog-part-visual img,
  .catalog-part-visual img {
    transform: none;
  }

  .catalog-loading-orbit::before,
  .catalog-loading-orbit::after,
  .catalog-loading-dot,
  .catalog-loading-progress i,
  .catalog-loading-steps i {
    animation: none;
  }

  .smart-search-overlay,
  .smart-search-panel {
    animation: none;
  }
}
