body.shop_filters_on {
  overflow: hidden;
}
.shop_main[data-search] {
  padding: 1.6rem 0 6rem;
}
.shop_main[data-zone] {
  padding: 0;
}
.shop_main [hidden] {
  display: none !important;
}
.shop_main[data-search] .path {
  margin-bottom: 1.4rem;
}
.shop_main[data-search] .search_top {
  margin: 1.2rem 0 0;
}
.shop_main[data-search] .search_top h1 {
  font-size: var(--fs-3xl);
  font-weight: 800;
  letter-spacing: var(--track-tight);
}
.shop_main[data-search] .shop_find {
  margin: 1.4rem 0 0;
}
.shop_main[data-search] .shop_find input {
  border: none;
  background: var(--surface-2);
  border-radius: var(--r-pill);
  box-shadow: none;
}
.shop_main[data-search] .shop_find input:focus {
  outline: 2px solid var(--primary-soft);
  outline-offset: 0;
}
.shop_main[data-search] .shop_body > .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin: 2rem 0 1.4rem;
}
.shop_main[data-search] .count {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--muted);
}
.shop_main[data-search] .tabs {
  margin: 0;
  border-bottom: none;
  gap: 0.5rem;
}
.shop_main[data-search] .tabs button {
  height: 3.2rem;
  margin-right: 0;
  padding: 0 1.2rem;
  border-radius: var(--r-pill);
  background: var(--surface-2);
  box-shadow: none;
  font-size: var(--fs-sm);
  color: var(--muted);
}
.shop_main[data-search] .tabs button.on,
.shop_main[data-search] .tabs button:hover {
  background: var(--ink);
  color: var(--inverse);
  box-shadow: none;
}
.shop_main[data-search] .item_list a {
  border: none;
  box-shadow: none;
  background: var(--surface-2);
}
.shop_main[data-search] .item_list a:hover {
  transform: none;
  box-shadow: var(--sh-card);
}
.shop_main[data-search] .item_list .info {
  padding: 1.2rem 1.4rem 1.4rem;
}
.shop_main[data-search] .tags {
  display: none;
}
.shop_main[data-search] .empty {
  border: none;
  background: var(--surface-2);
}
.shop_main[data-search] .empty .jump_games a {
  border: none;
  background: var(--surface);
}
.shop_main .game_list {
  overflow: auto;
  margin-bottom: 2rem;
}
.shop_main .game_list ul {
  display: flex;
  gap: 0.8rem;
  width: max-content;
}
.shop_main .game_list a,
.shop_main .game_list button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  height: 3.6rem;
  padding: 0 1.4rem 0 0.4rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: var(--surface);
  color: var(--ink);
  font-size: 1.32rem;
  font-weight: 600;
  white-space: nowrap;
}
.shop_main .game_list [data-filter="all"] {
  padding: 0 1.6rem;
}
.shop_main .game_list li.on a,
.shop_main .game_list li.on button {
  border-color: var(--primary);
  background: var(--primary-soft);
  color: var(--primary);
}
.shop_main .game_list .img {
  width: 2.8rem;
  height: 2.8rem;
  overflow: hidden;
  border-radius: 50%;
  background: var(--surface-2);
}
.shop_body {
  min-width: 0;
  flex: 1;
}
.shop_main .item_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  align-items: stretch;
}
.shop_main .item_list li {
  display: flex;
}
.shop_main .item_list a {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--sh-card);
  transition: transform var(--ease-out), box-shadow var(--ease-out), border-color var(--ease);
}
.shop_main .item_list a:hover {
  transform: translateY(-0.4rem);
  box-shadow: var(--sh-2);
}
.shop_main .cover {
  position: relative;
  flex-shrink: 0;
  height: 0;
  padding-bottom: 64%;
  overflow: hidden;
  background: #111;
}
.shop_main .cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.55s ease;
}
.shop_main .item_list a:hover .cover img {
  transform: scale(1.07);
}
.shop_main .cover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(10, 10, 10, 0.72));
  pointer-events: none;
}
.shop_main .mark {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 2.4rem;
  padding: 0 0.8rem;
  border-radius: var(--r-xs);
  background: var(--primary);
  color: var(--on-primary);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.shop_main .mark.ink {
  background: var(--ink);
  color: var(--inverse);
}
.shop_main .cover .rank {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 2.4rem;
  padding: 0 0.9rem;
  border-radius: var(--r-xs);
  background: rgba(20, 20, 20, 0.62);
  color: #fff;
  font-size: 1.16rem;
  font-weight: 800;
}
.shop_main .item_list .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.6rem 1.6rem 1.8rem;
}
.shop_main .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.shop_main .item_list .title {
  font-size: 1.52rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: var(--track-tight);
}
.shop_main .item_list .desc {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: var(--faint);
}
.shop_main .item_list .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.9rem;
}
.shop_main .item_list .meta li {
  display: inline-flex;
  align-items: center;
  height: 2.4rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--text);
  font-size: 1.16rem;
  font-weight: 700;
}
.shop_main .item_list .bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
  margin: auto 0 0;
  padding-top: 1.4rem;
}
.shop_main .item_list .price {
  font-size: var(--fs-xl);
}
.shop_main .item_list .price strong {
  font-weight: var(--fw-black);
  color: var(--price);
}
.shop_main .item_list .price del {
  margin-right: 0.6rem;
  color: var(--price-strike);
}
.shop_main .time {
  font-size: 1.18rem;
  color: var(--faint);
}
.shop_main .offer_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.shop_main .offer_list .box {
  position: relative;
  padding: 1.8rem 1.4rem 1.6rem;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  box-shadow: var(--sh-card);
}
.shop_main .offer_list a {
  display: block;
  color: var(--ink);
}
.shop_main .offer_list a:hover .title {
  color: var(--primary);
}
.shop_main .offer_list .img {
  width: 7.2rem;
  height: 7.2rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background: var(--surface-2);
}
.shop_main .offer_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop_main .offer_list .info {
  margin-top: 1.2rem;
  text-align: center;
}
.shop_main .offer_list .title {
  font-size: 1.5rem;
  font-weight: 800;
}
.shop_main .voice {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--primary) url("../img/icon-voice.svg") no-repeat 46% center / 1.5rem;
}
.shop_main .voice.on {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_main .voice.on::before,
.shop_main .voice.on::after {
  content: "";
  display: block;
  width: 0.28rem;
  height: 1rem;
  margin: 0 auto;
  border-radius: 0.08rem;
  background: #111;
}
.shop_main .voice.on::after {
  margin-top: 0;
  margin-left: 0.32rem;
}
.shop_main .rate {
  margin-top: 0.3rem;
  font-size: 1.22rem;
  color: var(--muted);
}
.shop_main .rate::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.35rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23dea31d' d='M6 0.8l1.5 3.1 3.4.5-2.45 2.4.6 3.4L6 8.6 2.95 10.2l.6-3.4L1.1 4.4l3.4-.5z'/%3E%3C/svg%3E") no-repeat center / contain;
  vertical-align: -0.1rem;
}
.shop_main .offer_list .desc {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: var(--text);
}
.shop_main .offer_list .price {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.shop_main .empty {
  padding: var(--space-7) var(--space-4);
}
.shop_main .empty .jump_games {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: var(--space-4);
}
.shop_main .empty .jump_games a {
  display: inline-flex;
  align-items: center;
  height: 3.2rem;
  padding: 0 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: var(--surface-2);
  color: var(--ink);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
}
.shop_find {
  margin-bottom: 1.6rem;
}
.shop_find input {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.8rem;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-md);
  font-size: 1.4rem;
}

.shop_intro {
  padding: var(--space-5) 0 0;
}
.shop_intro .path {
  margin-bottom: var(--space-4);
}
.shop_intro .con {
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-card);
}
.shop_intro .pic {
  position: relative;
  flex-shrink: 0;
  width: 26rem;
  min-height: 22rem;
  align-self: stretch;
  background: var(--surface-2);
}
.shop_intro .pic img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.shop_intro .info {
  min-width: 0;
  flex: 1;
  padding: var(--space-6);
}
.shop_intro .kicker {
  margin: 0 0 0.6rem;
  color: var(--primary-deep);
  font-size: var(--fs-xs);
  font-weight: var(--fw-black);
  letter-spacing: var(--track-wide);
  text-transform: uppercase;
}
.shop_intro h1 {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-black);
  letter-spacing: var(--track-tight);
  line-height: var(--lh-tight);
  color: var(--ink);
}
.shop_intro h1::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: var(--bar);
  margin-top: 1rem;
  background: var(--primary);
  border-radius: var(--r-pill);
}
.shop_intro .line {
  margin-top: var(--space-3);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--text);
}
.shop_intro .desc {
  max-width: 72rem;
  margin-top: var(--space-1);
  font-size: var(--fs-sm);
  line-height: var(--lh-body);
  color: var(--text);
}
.shop_intro .marks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: var(--space-4);
}
.shop_intro .marks li {
  display: inline-flex;
  align-items: center;
  height: 3.2rem;
  padding: 0 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: var(--surface-2);
  color: var(--ink);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
}
.shop_intro .trust_strip {
  margin-top: var(--space-5);
}

.shop_products {
  padding: var(--space-6) 0 var(--space-8);
}
.shop_products .shop_side {
  width: 28rem;
  flex-shrink: 0;
}
.shop_products .shop_side[hidden] {
  display: none;
}
.shop_products .shop_side > .close {
  display: none;
}
.shop_products .shop_side .con {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-card);
}
.shop_products .close_box {
  display: none;
}
.shop_products .filter_head {
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--line);
  font-size: var(--fs-sm);
  font-weight: var(--fw-black);
  color: var(--ink);
}
.shop_products .filter_reset {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  border: 0;
  background: none;
  font-size: 1.24rem;
  font-weight: var(--fw-semi);
  color: var(--muted);
}
.shop_products .filter_reset svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.shop_products .filter_reset:hover {
  color: var(--ink);
}
.shop_products .filter_rows .box {
  padding: 0;
  border-top: 1px solid var(--line);
}
.shop_products .filter_rows .box[hidden] {
  display: none;
}
.shop_products .filter_rows .label {
  display: grid;
  grid-template-columns: 1fr 1.2rem;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 1.5rem 2rem;
  border: 0;
  background: none;
  text-align: left;
  font-size: 1.28rem;
  font-weight: var(--fw-black);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
}
.shop_products .filter_rows .label::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/icon-select.svg") no-repeat center / contain;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
.shop_products .filter_rows .box.open .label::after {
  transform: rotate(0deg);
}
.shop_products .pick {
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0 2rem 1.2rem;
}
.shop_products .filter_rows .box.open .pick {
  display: flex;
}
.shop_products .pick li + li {
  border-top: 0;
}
.shop_products .pick label {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.2rem 0;
  cursor: pointer;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--text);
}
.shop_products .pick label:hover {
  color: var(--ink);
}
.shop_products .pick input {
  flex-shrink: 0;
  appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-xs);
  background: var(--surface);
}
.shop_products .pick input:checked {
  border-color: var(--ink);
  background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M2.2 6.2 4.7 8.6 9.8 3.4'/%3E%3C/svg%3E") no-repeat center / 1rem;
}
.shop_products .pick input:checked + span {
  color: var(--ink);
}
.shop_products .help {
  margin: 0;
  padding: var(--space-5);
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}
.shop_products .help strong {
  display: block;
  font-size: var(--fs-md);
  font-weight: var(--fw-black);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.shop_products .help p {
  margin-top: var(--space-2);
  font-size: var(--fs-sm);
  line-height: var(--lh-body);
  color: var(--text);
}
.shop_products .help .btn {
  width: 100%;
  margin-top: var(--space-4);
}
.shop_products .shop_body > .head {
  margin-bottom: var(--space-4);
  /* padding: var(--space-4) var(--space-5); */
  /* background: var(--surface); */
  /* border: 1px solid var(--line-strong); */
  /* border-radius: var(--r-lg); */
  /* box-shadow: var(--sh-card); */
}
.shop_products .shop_body > .head .top {
  gap: var(--space-3);
}
.shop_products .shop_body > .head .tools {
  gap: var(--space-3);
}
.shop_products .shop_body > .head h2 {
  margin: 0;
  font-size: var(--fs-lg);
  font-weight: var(--fw-black);
  letter-spacing: var(--track-tight);
  text-transform: none;
}
.shop_products .shop_body > .head h2::after {
  display: none;
}
.shop_products .btn_filter {
  display: none;
}
.shop_products .tabs {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  gap: 0.6rem;
  margin: var(--space-3) 0 0;
  padding-top: 0;
  border-bottom: 0;
}
.shop_products .tabs button {
  height: 3.2rem;
  padding: 0 1.2rem;
  margin: 0;
  border-radius: var(--r-pill);
  background: var(--surface-2);
  font-size: 1.24rem;
  font-weight: var(--fw-bold);
  color: var(--muted);
  box-shadow: none;
}
.shop_products .tabs button.on,
.shop_products .tabs button:hover {
  background: var(--ink);
  color: var(--inverse);
  box-shadow: none;
}
.shop_products .count {
  flex-shrink: 0;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--muted);
}
.shop_products .product_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  align-items: stretch;
}
.shop_products .product_list li {
  display: flex;
}
.shop_products .product_list a {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-card);
  color: var(--ink);
  transition: transform var(--ease-out), box-shadow var(--ease-out), border-color var(--ease);
}
.shop_products .product_list a:hover {
  transform: translateY(-0.4rem);
  box-shadow: var(--sh-hover);
}
.shop_products .product_list .img {
  flex-shrink: 0;
  height: 0;
  padding-bottom: 64%;
  background: var(--surface-2);
}
.shop_products .product_list .img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(10, 10, 10, 0.72));
  pointer-events: none;
}
.shop_products .product_list .img img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.55s ease;
}
.shop_products .product_list a:hover .img img {
  transform: scale(1.06);
}
.shop_products .product_list .img .rank {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 2.4rem;
  padding: 0 0.9rem;
  border-radius: var(--r-xs);
  background: rgba(20, 20, 20, 0.62);
  color: #fff;
  font-size: 1.16rem;
  font-weight: 800;
}
.shop_products .product_list .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.6rem 1.6rem 1.8rem;
}
.shop_products .product_list .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.1rem;
  font-size: 1.44rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: var(--track-tight);
}
.shop_products .product_list .desc {
  margin-top: 0.5rem;
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
  color: var(--muted);
}
.shop_products .product_list .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.shop_products .product_list .meta li {
  display: inline-flex;
  align-items: center;
  height: 2.2rem;
  padding: 0 0.7rem;
  border-radius: var(--r-xs);
  background: var(--surface-2);
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 700;
}
.shop_products .product_list .bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1.4rem;
}
.shop_products .product_list .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.4rem;
  min-width: 0;
  line-height: var(--lh-tight);
  font-size: var(--fs-xl);
  font-weight: var(--fw-black);
  color: var(--price);
}
.shop_products .product_list .price strong {
  font-weight: var(--fw-black);
  color: var(--price);
}
.shop_products .product_list .price del {
  flex: 1 0 100%;
  margin-right: 0;
  color: var(--price-strike);
  font-weight: var(--fw-med);
}
.shop_products .product_list .price em,
.shop_products .product_list .price i {
  font-style: normal;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--muted);
}
.shop_products .product_list .time {
  flex-shrink: 0;
  white-space: nowrap;
}
.shop_products .offer_list {
  grid-template-columns: repeat(3, 1fr);
}
.shop_main[data-kind="companion"] .shop_products .offer_list {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1440px) {
  .shop_main .offer_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .shop_main[data-kind="companion"] .shop_products .offer_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1220px) {
  .shop_main .item_list,
  .shop_main .offer_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .shop_intro .pic {
    width: 32rem;
    min-height: 22rem;
  }
  .shop_products .product_list,
  .shop_products .offer_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop_main[data-kind="companion"] .shop_products .offer_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .shop_intro .con {
    display: block;
  }
  .shop_intro .pic {
    width: 100%;
    min-height: 0;
    height: 20rem;
  }
  .shop_intro .info {
    padding: var(--space-5);
  }
  .shop_products .shop_side {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: auto;
    max-height: none;
    pointer-events: none;
  }
  .shop_products .shop_side.active {
    pointer-events: all;
  }
  .shop_products .shop_side.active > .close {
    opacity: 1;
  }
  .shop_products .shop_side.active .con {
    transform: translate(0);
  }
  .shop_products .shop_side > .close {
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
    background: rgba(14, 14, 14, 0.55);
  }
  .shop_products .shop_side .con {
    width: min(34rem, 86%);
    height: 100%;
    max-height: none;
    overflow: auto;
    border-radius: 0;
    transform: translateX(-100%);
    transition: transform 0.3s;
  }
  .shop_products .close_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.6rem;
    background: var(--ink);
    color: var(--inverse);
  }
  .shop_products .close_box strong {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .shop_products .close_box .close {
    width: 4.4rem;
    height: 4.4rem;
    background: url("../img/icon-search.svg") no-repeat center / 0;
  }
  .shop_products .close_box .close::before,
  .shop_products .close_box .close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.6rem;
    height: 0.16rem;
    background: #fff;
  }
  .shop_products .close_box .close {
    position: relative;
  }
  .shop_products .close_box .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .shop_products .close_box .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .shop_products .btn_filter {
    display: inline-flex;
  }
  .shop_products .shop_body > .head {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .shop_main[data-search] {
    padding: 20px 0 40px;
  }
  .shop_main .item_list,
  .shop_main .offer_list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .shop_intro {
    padding: 16px 0 0;
  }
  .shop_intro .con {
    padding: 0;
  }
  .shop_intro .pic {
    width: 100%;
    min-height: 0;
    height: 18rem;
  }
  .shop_intro .info {
    padding: 16px;
  }
  .shop_intro h1 {
    font-size: var(--fs-2xl);
  }
  .shop_intro .trust_strip .desc {
    display: none;
  }
  .shop_products {
    padding: 24px 0 40px;
  }
  .shop_products .product_list,
  .shop_products .offer_list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .shop_products .product_list .info {
    padding: 12px;
  }
  .shop_products .product_list .title {
    min-height: 0;
    font-size: 13px;
  }
  .shop_products .product_list .desc {
    display: none;
  }
  .shop_products .product_list .meta li,
  .shop_products .time {
    font-size: 11px;
  }
  .shop_products .product_list .price {
    font-size: 14px;
  }
  .shop_products .tabs {
    margin-top: 1rem;
  }
  .shop_products .tabs button {
    height: 3rem;
    padding: 0 1rem;
    font-size: 1.16rem;
  }
}
@media screen and (max-width: 576px) {
  .shop_intro .con.flex {
    display: block;
  }
  .shop_intro .pic {
    margin-bottom: 16px;
  }
  .shop_products .product_list,
  .shop_products .offer_list,
  .shop_main .item_list,
  .shop_main .offer_list {
    grid-template-columns: 1fr;
  }
}

.pick_main { 
  padding: 2rem 0 6rem;
}
.pick_main .path {
  margin-bottom: 1.2rem;
}
.pick_main .head.tcon {
  margin: 0 0 var(--space-4);
}
.pick_main .head.tcon h1 {
  text-transform: none;
  letter-spacing: var(--track-tight);
  font-size: var(--fs-3xl);
}
.pick_main .trust_strip {
  margin: 0 0 var(--space-2);
}
.pick_main .for_you,
.pick_main .hot,
.pick_main .all {
  margin-top: 2.8rem;
}
.pick_main h2 {
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink);
}
.pick_main .icon_list {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  justify-items: stretch;
  gap: 2.4rem;
}
.pick_main .for_you .icon_list {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 9rem) / 10);
  justify-content: start;
  justify-items: stretch;
  gap: 1rem;
}
.pick_main .for_you .icon_list li,
.pick_main .icon_list li {
  width: auto;
  min-width: 0;
}
.pick_main .icon_list a {
  display: block;
  text-align: center;
  color: var(--text);
}
.pick_main .icon_list a:hover .title {
  color: var(--primary);
}
.pick_main .icon_list .img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  box-shadow: var(--sh-1);
  aspect-ratio: 1;
}
.pick_main .icon_list .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pick_main .icon_list .title {
  margin-top: 1.1rem;
  font-size: 1.4rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick_main .pick_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3) var(--space-4);
  margin-bottom: 2rem;
}
.pick_main .pick_nav .abc {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.pick_main .pick_nav .find {
  flex-shrink: 0;
  width: 28rem;
  max-width: 100%;
}
.pick_main .tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem 1.6rem;
  margin-bottom: 1.2rem;
}
.pick_main .tool .tabs {
  display: flex;
  align-items: center;
}
.pick_main .tool .tabs button {
  height: 4rem;
  padding: 0;
  margin: 0 2.4rem 0 0;
  font-size: 1.44rem;
  font-weight: 800;
  color: var(--faint);
  box-shadow: inset 0 -2px 0 transparent;
}
.pick_main .tool .tabs button.on {
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--primary);
}
.pick_main .find {
  position: relative;
  width: 32rem;
  max-width: 100%;
}
.pick_main .find input {
  width: 100%;
  height: 4rem;
  padding: 0 4.4rem 0 1.8rem;
  background: var(--surface-2);
  border: 0;
  border-radius: 999px;
  font-size: 1.28rem;
}
.pick_main .find::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
  background: url("../img/icon-search.svg") no-repeat center / contain;
  opacity: 0.4;
  pointer-events: none;
}
.pick_main .abc {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem;
}
.pick_main .abc button {
  min-width: 2.4rem;
  height: 3.2rem;
  padding: 0 0.5rem;
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--disabled);
}
.pick_main .abc li.on button {
  color: var(--ink);
}
.pick_main .abc li:not(.off) button:hover {
  color: var(--ink);
}
.pick_main .abc li.off button {
  color: var(--line);
  cursor: default;
}
.pick_main .all .empty {
  display: none;
  margin-top: 2.4rem;
  font-size: 1.36rem;
  color: var(--faint);
}
.pick_main .all .empty.show {
  display: block;
}
.pick_main .all .empty button {
  margin-left: 0.6rem;
  color: var(--primary-deep);
  font-weight: var(--fw-bold);
  text-decoration: underline;
}
@media screen and (max-width: 1220px) {
  .pick_main .icon_list {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .pick_main .for_you .icon_list {
    grid-auto-columns: calc((100% - 7rem) / 8);
  }
}
@media screen and (max-width: 1024px) {
  .pick_main .icon_list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .pick_main .for_you .icon_list {
    grid-auto-columns: calc((100% - 5rem) / 6);
  }
}
@media screen and (max-width: 896px) {
  .pick_main .icon_list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .pick_main .for_you .icon_list {
    grid-auto-columns: calc((100% - 4rem) / 5);
  }
}
@media screen and (max-width: 768px) {
  .pick_main .icon_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 8px;
  }
  .pick_main .for_you .icon_list {
    grid-auto-columns: calc((100% - 24px) / 4);
    gap: 8px;
  }
  .pick_main .icon_list .img {
    width: 100%;
    border-radius: 14px;
  }
  .pick_main .icon_list .title {
    font-size: 13px;
  }
  .pick_main .tool {
    flex-wrap: wrap;
  }
  .pick_main .tool .find {
    width: 100%;
  }
  .pick_main .pick_nav {
    align-items: flex-start;
    gap: 10px 12px;
    margin-bottom: 1.6rem;
  }
  .pick_main .pick_nav .find {
    width: 13rem;
  }
  .pick_main .pick_nav .find input {
    height: 36px;
    padding: 0 36px 0 14px;
    font-size: 12px;
  }
  .pick_main .abc button {
    min-width: 22px;
    height: 28px;
    font-size: 12px;
  }
}
