﻿html {
  background: #f5f6f8;
}

.buy-site {
  background: #f5f6f8 !important;
  color: #202124;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}

.buy-site .ADORES-header,
.buy-site #storelist-title,
.buy-site .ADORES-footer,
.buy-site .ADORES-drawer {
  display: none !important;
}

.buy-site .ADORES-contents {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 28px)) !important;
  margin: 0 auto 48px !important;
  padding: 0 !important;
}

.buy-site .top,
.buy-site .hot_prize,
.buy-site .new_prize {
  width: 100% !important;
  margin: 0 !important;
}

.buy-site .sns_event,
.buy-site #event {
  display: none !important;
}

.buy-site .prize_search {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 18px !important;
  padding: 0 !important;
}

.buy-site .prize_search form {
  margin: 0;
}

.buy-month-filter,
.buy-category-filter,
.buy-anime-filter {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1px 0 4px;
  scrollbar-width: none;
}

.buy-category-filter,
.buy-anime-filter {
  margin-bottom: 8px;
}

.buy-month-filter::-webkit-scrollbar,
.buy-category-filter::-webkit-scrollbar,
.buy-anime-filter::-webkit-scrollbar {
  display: none;
}

.buy-filter-label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-right: 2px;
  color: #667085;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.buy-month-button,
.buy-category-button,
.buy-anime-button {
  flex: 0 0 auto;
  min-height: 28px;
  padding: 4px 11px;
  border: 1px solid #d9dee7;
  border-radius: 999px;
  background: #fff;
  color: #344054;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.buy-month-button:hover,
.buy-month-button.is-active,
.buy-category-button:hover,
.buy-category-button.is-active,
.buy-anime-button:hover,
.buy-anime-button.is-active {
  border-color: #d90f21;
  background: #d90f21;
  color: #fff;
}

.buy-site .prize_block.buy-month-hidden {
  display: none !important;
}

.buy-site .prize_block.buy-category-hidden {
  display: none !important;
}

.buy-site .prize_block.buy-anime-hidden {
  display: none !important;
}

.buy-site .prize_block.buy-admin-filter-hidden {
  display: none !important;
}

.buy-site .prize_block.buy-preset-hidden {
  display: none !important;
}

.buy-site .prize_block.buy-deleted-hidden {
  display: none !important;
}

.buy-site #id_search {
  box-sizing: border-box;
  width: 100% !important;
  height: 46px !important;
  padding: 10px 14px !important;
  border: 1px solid #cfd4dc !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #202124 !important;
  font-size: 15px !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.buy-site #id_search:focus {
  border-color: #d90f21 !important;
  outline: 3px solid rgba(217, 15, 33, 0.14) !important;
}

.buy-site .hot_prize > h1,
.buy-site .top > h1,
.buy-site .new_prize > h1 {
  margin: 24px 0 14px !important;
  padding: 0 0 8px !important;
  border-bottom: 2px solid #d90f21 !important;
  color: #202124 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.buy-site .hot_prize > p,
.buy-site .top > p {
  margin: 0 0 14px !important;
  color: #667085 !important;
  font-size: 12px !important;
}

.buy-site .hot_prize_area,
.buy-site .prize_area,
.buy-site .month_prize_area,
.buy-site .thismonth.main {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.buy-site .hot_prize_block,
.buy-site .prize_block {
  box-sizing: border-box !important;
  display: flex !important;
  position: relative !important;
  float: none !important;
  flex-direction: column !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06) !important;
  overflow: hidden !important;
}

.buy-site .prize_block {
  display: grid !important;
  grid-template-rows: 184px 20px 100px 56px !important;
  align-content: start !important;
}

.buy-site .hot_prize_block:hover,
.buy-site .prize_block:hover {
  border-color: #c7ccd4 !important;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.1) !important;
}

.buy-site .hot_prize_block > img,
.buy-site .prize_block > img {
  display: block !important;
  width: 100% !important;
  height: 184px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  border-radius: 6px !important;
  background: #f8fafc !important;
}

.buy-site .hot_prize_block > p,
.buy-site .prize_block > p {
  margin: 4px 0 0 !important;
  height: 16px !important;
  overflow: hidden !important;
  color: #667085 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
}

.buy-site .hot_prize_block > h2,
.buy-site .prize_block > h2 {
  margin: 2px 0 0 !important;
  height: 96px !important;
  overflow: hidden !important;
  color: #202124 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

.buy-site .store_btn,
.buy-site .store_btn_hot {
  display: none !important;
}

.buy-header {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 16px;
  padding: 10px max(14px, calc((100% - 1180px) / 2));
  border: 0;
  border-bottom: 1px solid #e4e7ec;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  color: #202124;
  font-family: "Noto Sans JP", sans-serif;
}

.buy-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.buy-header h1 {
  display: none;
}

.buy-header p {
  display: none;
}

.buy-title {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.buy-brandline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.buy-brandmark {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 6px;
  background: #d90f21;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.buy-brandmark--logo {
  min-height: 30px;
  padding: 0;
  background: #fff;
}

.buy-brandmark--logo img {
  display: block;
  width: 140px;
  height: 30px;
  object-fit: contain;
}

.buy-header__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.buy-button {
  box-sizing: border-box;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  color: #222;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.buy-button:hover {
  border-color: #d90f21;
  color: #d90f21;
}

.buy-button--primary {
  border-color: #d90f21;
  background: #d90f21;
  color: #fff;
}

.buy-button--primary:hover {
  background: #c9000f;
  color: #fff;
}

.buy-stats {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #eef0f3;
}

.buy-stat {
  padding: 6px 10px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #f8fafc;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
}

.buy-price-panel {
  align-self: end;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #f2c7cc;
  border-radius: 7px;
  background: #fff8f8;
  font-family: "Noto Sans JP", sans-serif;
}

.buy-site--public .buy-price-panel {
  height: 56px;
  overflow: hidden;
}

.buy-site--public .bottom h1,
.buy-site--public .bottom > p,
.buy-site--public .hot_prize > p,
.buy-site--public .top > p,
.buy-site--public .new_prize > p {
  display: none !important;
}

.buy-site--admin .hot_prize > h1,
.buy-site--admin .top > h1,
.buy-site--admin .new_prize > h1,
.buy-site--admin .hot_prize > p,
.buy-site--admin .top > p,
.buy-site--admin .new_prize > p,
.buy-site--admin .bottom > h1,
.buy-site--admin .bottom > p,
.buy-site--admin .bottom > div > h1,
.buy-site--admin .bottom > div > p {
  display: none !important;
}

.buy-price-panel--admin {
  display: grid;
  gap: 9px;
  border-color: #dfe3e8;
  background: #f8fafc;
}

.buy-admin-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #222;
  font-size: 13px;
  font-weight: 800;
}

.buy-switch {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #222;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.buy-switch input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #d90f21;
}

.buy-field {
  display: grid;
  gap: 5px;
  margin: 0;
}

.buy-field__label {
  color: #444;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.buy-field__input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 6px 8px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  background: #fff;
  color: #222;
  font-size: 13px;
  line-height: 1.2;
}

.buy-field__input:focus {
  border-color: #d90f21;
  outline: 2px solid rgba(217, 15, 33, 0.16);
  outline-offset: 1px;
}

.buy-price-panel__label {
  display: block;
  margin-bottom: 6px;
  color: #333;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.buy-price-panel__row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.buy-price-panel__yen {
  color: #555;
  font-size: 14px;
  font-weight: 800;
}

.buy-price-input-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}

.buy-price-input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 6px 8px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  background: #fff;
  color: #222;
  font-size: 16px;
  line-height: 1.2;
}

.buy-price-input:focus {
  border-color: #d90f21;
  outline: 2px solid rgba(217, 15, 33, 0.16);
  outline-offset: 1px;
}

.buy-price-status {
  margin-top: 5px;
  color: #777;
  font-size: 11px;
  line-height: 1.4;
}

.buy-price-display {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.buy-price-display__label {
  color: #475467;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.buy-price-display__value {
  color: #d90f21;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.buy-price-display__comma {
  display: inline-block;
  margin: 0 1px;
  font-size: 0.68em;
  line-height: 1;
  transform: translateY(-0.02em);
}

.buy-price-display__empty {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.buy-price-display__stopped {
  color: #475467;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.buy-price-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 22px;
  margin-bottom: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.buy-price-badge--active {
  background: #d90f21;
  color: #fff;
}

.buy-price-badge--ask {
  background: #eef2f6;
  color: #475467;
}

.buy-price-badge--stopped {
  background: #667085;
  color: #fff;
}

.buy-price-panel--stopped {
  border-color: #d0d5dd;
  background: #f8fafc;
}

.buy-card-disabled {
  opacity: 0.78;
}

.buy-card-disabled img {
  filter: grayscale(0.75);
}

.buy-small-button {
  justify-self: start;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #fff;
  color: #555;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.buy-small-button:hover {
  border-color: #d90f21;
  color: #d90f21;
}

.buy-small-button--poster {
  border-color: #d90f21;
  background: #fff5f6;
  color: #b4232f;
}

.buy-small-button--poster:hover {
  border-color: #b4232f;
  background: #ffe9ec;
  color: #b4232f;
}

.buy-small-button--save {
  border-color: #d90f21;
  background: #d90f21;
  color: #fff;
}

.buy-small-button--save:hover {
  border-color: #b4232f;
  background: #b4232f;
  color: #fff;
}

.buy-small-button--danger {
  border-color: #f1a3aa;
  color: #b4232f;
}

.buy-small-button--danger:hover {
  border-color: #b4232f;
  background: #fff5f6;
  color: #b4232f;
}

.buy-admin-tools {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: min(420px, calc(100% - 32px));
  padding: 8px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
}

.buy-preset-manager {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 16px;
  padding: 14px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.buy-preset-manager__heading {
  grid-column: 1 / -1;
}

.buy-preset-manager__heading h2 {
  margin: 0;
  color: #202124;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-preset-manager__heading p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.buy-preset-section {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f8fafc;
}

.buy-preset-section h3 {
  margin: 0;
  color: #202124;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-preset-search,
.buy-preset-new,
.buy-preset-row__name {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  background: #fff;
  color: #202124;
  font-size: 13px;
  line-height: 1.2;
}

.buy-preset-search:focus,
.buy-preset-new:focus,
.buy-preset-row__name:focus {
  border-color: #d90f21;
  outline: 2px solid rgba(217, 15, 33, 0.16);
  outline-offset: 1px;
}

.buy-preset-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.buy-preset-new {
  flex: 1 1 160px;
}

.buy-preset-list {
  display: grid;
  gap: 7px;
}

.buy-preset-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 34px 34px auto;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border: 1px solid #e4e7ec;
  border-radius: 7px;
  background: #fff;
}

.buy-preset-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #d90f21;
}

.buy-small-button--square {
  min-width: 34px;
  width: 34px;
  padding: 5px 0;
}

.buy-button--danger-soft {
  border-color: #e8a1a7;
  background: #f4b5ba;
  color: #fff;
}

.buy-button--danger-soft:hover {
  border-color: #d90f21;
  background: #d90f21;
  color: #fff;
}

.buy-preset-empty {
  padding: 12px;
  border: 1px dashed #cfd4dc;
  border-radius: 7px;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.buy-preset-manager__status {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  min-height: 20px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.buy-admin-entry {
  box-sizing: border-box;
  display: grid;
  gap: 14px;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 16px;
  padding: 16px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.buy-admin-entry__head {
  display: grid;
  gap: 4px;
}

.buy-admin-entry__head h2 {
  margin: 0;
  color: #202124;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-admin-entry__head p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.buy-admin-entry__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.buy-admin-entry-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  min-height: 118px;
  padding: 16px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #fff;
  color: #202124;
  text-decoration: none;
}

.buy-admin-entry-card:hover,
.buy-admin-entry-card.is-active {
  border-color: #d90f21;
  background: #fff8f8;
}

.buy-admin-entry-card span {
  grid-row: 1 / 4;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #202124;
  color: #fff;
  font-size: 15px;
  font-weight: 1000;
}

.buy-admin-entry-card strong {
  color: #202124;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-admin-entry-card small {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.buy-admin-entry-card em {
  color: #d90f21;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.buy-admin-entry__reset {
  justify-self: start;
  color: #344054;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.buy-admin-entry__reset:hover {
  color: #d90f21;
}

.buy-site--admin.buy-admin-pick .buy-preset-manager,
.buy-site--admin.buy-admin-pick .buy-admin-search,
.buy-site--admin.buy-admin-pick .buy-month-filter,
.buy-site--admin.buy-admin-pick .buy-category-filter,
.buy-site--admin.buy-admin-pick .buy-anime-filter,
.buy-site--admin.buy-admin-pick .ADORES-contents,
.buy-site--admin.buy-admin-pick .buy-admin-tools {
  display: none !important;
}

.buy-site--admin.buy-admin-manage-mode .buy-category-filter {
  display: none !important;
}

.buy-admin-search {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.4fr) minmax(190px, 240px);
  gap: 12px;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 16px;
  padding: 14px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.buy-admin-search__heading {
  grid-column: 1 / -1;
}

.buy-admin-search__heading h2 {
  margin: 0;
  color: #202124;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-admin-search__heading p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.buy-admin-search__keyword,
.buy-admin-search__price,
.buy-admin-search__group {
  display: grid;
  gap: 6px;
  align-content: start;
  min-width: 0;
  margin: 0;
}

.buy-admin-search__keyword span,
.buy-admin-search__price span,
.buy-admin-search__label {
  color: #344054;
  font-size: 12px;
  font-weight: 900;
}

.buy-admin-search__keyword input,
.buy-admin-search__price select {
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding: 8px 10px;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  color: #202124;
  font-size: 13px;
}

.buy-admin-search__keyword input:focus,
.buy-admin-search__price select:focus {
  border-color: #d90f21;
  outline: 2px solid rgba(217, 15, 33, 0.16);
  outline-offset: 1px;
}

.buy-admin-search__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.buy-bulk-price {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 16px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.buy-bulk-price__details > summary {
  display: grid;
  gap: 4px;
  padding: 14px;
  cursor: pointer;
  color: #101828;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
}

.buy-bulk-price__details > summary::-webkit-details-marker {
  display: none;
}

.buy-bulk-price__details > summary::after {
  content: "+";
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  justify-self: end;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #344054;
  text-align: center;
  line-height: 28px;
}

.buy-bulk-price__details[open] > summary::after {
  content: "-";
}

.buy-bulk-price__details > summary small {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.buy-bulk-price__table {
  display: grid;
  gap: 0;
  padding: 0 14px 14px;
}

.buy-bulk-price__head,
.buy-bulk-price__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 160px;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid #eef2f6;
}

.buy-bulk-price__head {
  color: #667085;
  font-size: 12px;
  font-weight: 900;
}

.buy-bulk-price__product {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  color: #101828;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-bulk-price__product img {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #f8fafc;
  object-fit: contain;
}

.buy-bulk-price__product span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.buy-bulk-price__row strong {
  color: #d90f21;
  font-size: 16px;
  font-weight: 900;
}

.buy-bulk-price__input {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px;
  align-items: center;
  min-width: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 900;
}

.buy-bulk-price__input input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 7px 9px;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  color: #101828;
  font-size: 14px;
  font-weight: 800;
}

.buy-bulk-price__input input:focus {
  border-color: #d90f21;
  outline: 2px solid rgba(217, 15, 33, 0.16);
  outline-offset: 1px;
}

.buy-bulk-price__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 0 14px 14px;
}

.buy-bulk-price__footer span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.buy-condition-button {
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid #cfd4dc;
  border-radius: 999px;
  background: #fff;
  color: #344054;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.buy-condition-button:hover,
.buy-condition-button.is-active {
  border-color: #d90f21;
  background: #d90f21;
  color: #fff;
}

.buy-site--admin .hot_prize_area,
.buy-site--admin .prize_area,
.buy-site--admin .month_prize_area,
.buy-site--admin .thismonth.main {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
}

.buy-site--admin .prize_block {
  grid-template-rows: 180px 22px 62px auto !important;
  overflow: visible !important;
}

.buy-site--admin .prize_block > img {
  height: 180px !important;
}

.buy-site--admin .hot_prize_block > h2,
.buy-site--admin .prize_block > h2 {
  height: auto !important;
  min-height: 2.9em;
  overflow: visible !important;
}

.buy-site--admin .buy-price-panel {
  align-self: stretch;
}

.buy-site--admin .prize_block.buy-new-item {
  border-color: #d90f21 !important;
  box-shadow: 0 0 0 3px rgba(217, 15, 33, 0.12), 0 3px 12px rgba(16, 24, 40, 0.12);
}

.buy-admin-category-zone {
  box-sizing: border-box;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  margin: 6px 0 0;
  padding: 12px 14px;
  border-left: 5px solid #d90f21;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.buy-admin-category-zone h2 {
  margin: 0;
  color: #202124;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-admin-category-zone p {
  margin: 3px 0 0;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.buy-admin-category-zone span {
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #344054;
  font-size: 12px;
  font-weight: 900;
}

.buy-admin-category-zone[data-buy-admin-zone="pokemon"] {
  border-left-color: #2f80ed;
}

.buy-admin-category-zone-hidden {
  display: none !important;
}

.buy-add-card {
  box-sizing: border-box;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-height: 390px;
  padding: 18px;
  border: 2px dashed #cfd4dc;
  border-radius: 8px;
  background: #fff;
  color: #344054;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.buy-add-card:hover {
  border-color: #d90f21;
  background: #fff8f8;
  color: #d90f21;
}

.buy-add-card--test {
  border-color: #d5e5ff;
  color: #1d4ed8;
}

.buy-add-card--test:hover {
  border-color: #2f80ed;
  background: #f4f8ff;
  color: #1d4ed8;
}

.buy-add-card--image {
  border-color: #f0c7cf;
  color: #b4232f;
}

.buy-add-card--image:hover {
  border-color: #d90f21;
  background: #fff5f6;
  color: #b4232f;
}

.buy-add-card--image .buy-add-card__plus {
  background: #b4232f;
  font-size: 13px;
}

.buy-add-card--market {
  border-color: #c7d7fe;
  color: #1d4ed8;
}

.buy-add-card--market:hover {
  border-color: #1d4ed8;
  background: #eff6ff;
  color: #1d4ed8;
}

.buy-add-card--market .buy-add-card__plus {
  background: #1d4ed8;
  font-size: 13px;
}

.buy-add-card--test .buy-add-card__plus {
  background: #2f80ed;
  font-size: 18px;
}

.buy-add-card__plus {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #d90f21;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.buy-home {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 48px;
}

.buy-home-panel {
  box-sizing: border-box;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.buy-home-header {
  margin-bottom: 12px;
  padding-block: 12px;
}

.buy-home-header .buy-header__top {
  min-height: 34px;
}

.buy-home-header .buy-title {
  gap: 0;
}

.buy-home-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
}

.buy-home-hero-new {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  align-items: stretch;
  gap: 24px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
}

.buy-home-hero-new::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #d90f21;
}

.buy-home-hero-new__main {
  display: grid;
  align-content: center;
  min-height: 168px;
  padding-left: 2px;
}

.buy-home-hero-board {
  box-sizing: border-box;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f8fafc;
}

.buy-home-hero-board .buy-home-kicker {
  margin-bottom: 2px;
}

.buy-home-hero-board a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 9px 10px;
  border: 1px solid #e4e7ec;
  border-radius: 7px;
  background: #fff;
  color: #202124;
  text-decoration: none;
}

.buy-home-hero-board a:hover {
  border-color: #d90f21;
  background: #fff8f8;
}

.buy-home-hero-board span {
  display: inline-grid;
  place-items: center;
  min-height: 24px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #d90f21;
  font-size: 11px;
  font-weight: 900;
}

.buy-home-hero-board strong {
  min-width: 0;
  color: #202124;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.buy-home-hero-new h2 {
  max-width: 720px;
  font-size: 32px;
  letter-spacing: 0;
}

.buy-home-kicker {
  margin: 0 0 6px;
  color: #d90f21;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.buy-home h2 {
  margin: 0;
  color: #202124;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-home p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

.buy-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.buy-home-mobile-search {
  display: none;
}

.buy-home-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.buy-home-flow div {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 2px 12px;
  align-items: start;
  min-height: 92px;
  padding: 16px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.05);
}

.buy-home-flow span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #202124;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.buy-home-flow strong {
  color: #202124;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-home-flow p {
  margin: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.buy-home-store-buy {
  box-sizing: border-box;
  margin-top: 16px;
  padding: 0;
  border: 1px solid #f1d7da;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.buy-home-accordion summary {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 68px;
  padding: 15px 48px 15px 18px;
  cursor: pointer;
  list-style: none;
}

.buy-home-accordion summary::-webkit-details-marker {
  display: none;
}

.buy-home-accordion summary::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 4px;
  background: #d90f21;
}

.buy-home-accordion summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #f2f4f7;
  color: #202124;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.buy-home-accordion[open] summary::after {
  content: "-";
}

.buy-home-accordion summary strong {
  color: #202124;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.buy-home-store-buy__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0 18px 18px;
}

.buy-home-store-buy__body div {
  box-sizing: border-box;
  min-height: 106px;
  padding: 14px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f8fafc;
}

.buy-home-store-buy__body strong {
  display: block;
  color: #202124;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.buy-home-store-buy__body p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.buy-home-pickup {
  box-sizing: border-box;
  margin-top: 16px;
  padding: 20px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.buy-home-pickup-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.buy-home-pickup-card {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 150px 16px minmax(34px, auto) 24px;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #202124;
  text-decoration: none;
}

.buy-home-pickup-card:hover {
  border-color: #d90f21;
  background: #fff8f8;
}

.buy-home-pickup-card img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.buy-home-pickup-card span {
  color: #667085;
  font-size: 9px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}

.buy-home-pickup-card strong {
  color: #202124;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-home-pickup-card em {
  align-self: end;
  color: #d90f21;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.buy-home-pickup-card--more {
  grid-template-rows: auto auto auto;
  align-content: center;
  gap: 10px;
  min-height: 238px;
  padding: 18px;
  border-color: #f1cbd0;
  background: #fff;
}

.buy-home-pickup-card--more::after {
  content: "→";
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-top: 8px;
  border-radius: 999px;
  background: #d90f21;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.buy-home-pickup-card--more small {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.buy-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.buy-home-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.buy-home-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.buy-home-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.buy-home-entry-card {
  box-sizing: border-box;
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 178px;
  padding: 22px 24px 22px 26px;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  color: #202124;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.buy-home-entry-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #d90f21;
}

.buy-home-entry-card::after {
  content: "→";
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #202124;
  font-size: 18px;
  font-weight: 900;
}

.buy-home-entry-card:hover {
  border-color: #d90f21;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.1);
}

.buy-home-entry-card--pokemon {
  border-color: #d5e5ff;
}

.buy-home-entry-card--pokemon::before {
  background: #2f80ed;
}

.buy-home-entry-card--pokemon::after {
  background: #edf4ff;
}

.buy-home-entry-card span {
  justify-self: start;
  padding: 5px 10px;
  border-radius: 6px;
  background: #d90f21;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.buy-home-entry-card--pokemon span {
  background: #2f80ed;
}

.buy-home-entry-card strong {
  position: relative;
  z-index: 1;
  color: #202124;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.32;
}

.buy-home-entry-card small {
  position: relative;
  z-index: 1;
  max-width: 520px;
  color: #475467;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.buy-home-entry-card em {
  position: relative;
  z-index: 1;
  justify-self: start;
  margin-top: 4px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #d90f21;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}

.buy-home-entry-card--pokemon em {
  color: #2f80ed;
}

.buy-home-card {
  box-sizing: border-box;
  display: grid;
  gap: 6px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  color: #202124;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.buy-home-card:hover {
  border-color: #d90f21;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.1);
}

.buy-home-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 32px;
  border-radius: 6px;
  background: #d90f21;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.buy-home-card strong {
  color: #202124;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.buy-home-card small {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.buy-store-profile {
  box-sizing: border-box;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #111827;
  border-radius: 8px;
  background: #050505;
  color: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1);
}

.buy-store-cover {
  height: 150px;
  background: linear-gradient(135deg, #33363b 0%, #202124 55%, #141517 100%);
}

.buy-store-body {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 18px;
  padding: 0 18px 22px;
}

.buy-store-logo {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  margin-top: -64px;
  border: 4px solid #050505;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  font-size: 24px;
  font-weight: 1000;
  letter-spacing: -1px;
}

.buy-store-main {
  min-width: 0;
  padding-top: 18px;
}

.buy-store-main h2 {
  color: #fff;
}

.buy-store-handle {
  margin-top: 2px !important;
  color: #8b949e !important;
  font-size: 14px !important;
  font-weight: 800;
}

.buy-store-copy {
  display: grid;
  gap: 3px;
  margin-top: 14px;
}

.buy-store-copy p {
  margin: 0 !important;
  color: #f8fafc !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.45 !important;
}

.buy-store-addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.buy-store-addresses div {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid #30363d;
  border-radius: 7px;
  background: #0d1117;
}

.buy-store-addresses span {
  color: #8b949e;
  font-size: 12px;
  font-weight: 900;
}

.buy-store-addresses strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.buy-store-profile--social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 96px;
  padding: 10px 12px;
}

.buy-store-profile--social .buy-store-main {
  padding-top: 0;
}

.buy-store-profile--social h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
}

.buy-store-profile--social .buy-home-kicker {
  margin-bottom: 3px;
  font-size: 11px;
}

.buy-store-profile--social .buy-store-handle {
  margin-top: 1px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.buy-store-note {
  margin: 4px 0 6px !important;
  color: #cbd5e1 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

.buy-store-profile--social .buy-button {
  min-height: 30px;
  padding: 5px 10px;
  font-size: 12px;
}

.buy-store-qr {
  display: grid;
  justify-items: center;
  gap: 3px;
  flex: 0 0 auto;
  padding: 6px;
  border: 1px solid #30363d;
  border-radius: 8px;
  background: #fff;
  color: #202124;
  text-decoration: none;
}

.buy-store-qr img {
  display: block;
  width: 78px;
  height: 78px;
}

.buy-store-qr span {
  color: #344054;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
}

.buy-home-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.buy-home-main-grid .buy-home-panel {
  padding: 20px;
}

.buy-home-panel--focus {
  border-color: #f1d7da;
  background: #fff;
}

.buy-home-section-head {
  display: grid;
  gap: 4px;
  padding-left: 12px;
  border-left: 4px solid #d90f21;
}

.buy-home-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.buy-home-columns .buy-home-panel {
  padding: 18px;
}

.buy-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.buy-category-list--large a {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
}

.buy-category-list a {
  padding: 8px 12px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #f8fafc;
  color: #202124;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.buy-category-list a:hover {
  border-color: #d90f21;
  background: #fff5f6;
  color: #d90f21;
}

.buy-notice-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 18px 18px;
  list-style: none;
  color: #475467;
  font-size: 14px;
  line-height: 1.55;
}

.buy-notice-list li {
  position: relative;
  padding-left: 16px;
}

.buy-notice-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #d90f21;
}

.buy-home-footer {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 28px));
  margin: 8px auto 24px;
  padding: 12px 10px 4px;
  color: #7a828e;
  text-align: center;
}

.buy-home-footer p {
  margin: 0 0 8px;
  color: #7a828e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.buy-site--admin .buy-price-panel--admin {
  gap: 7px;
  padding: 9px;
}

.buy-site--admin .buy-admin-heading {
  font-size: 12px;
}

.buy-site--admin .buy-price-input {
  height: 34px;
  font-size: 15px;
}

.buy-details {
  border-top: 1px solid #e4e7ec;
  padding-top: 7px;
}

.buy-details summary {
  color: #344054;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.buy-details[open] {
  display: grid;
  gap: 7px;
}

.buy-import-input {
  display: none;
}

@media only screen and (max-width: 720px) {
  .buy-site .ADORES-contents,
  .buy-site .prize_search,
  .buy-month-filter,
  .buy-category-filter,
  .buy-anime-filter,
  .buy-bulk-price,
  .buy-home,
  .buy-home-footer {
    width: min(100% - 18px, 430px) !important;
  }

  .buy-site .hot_prize_area,
  .buy-site .prize_area,
  .buy-site .month_prize_area,
  .buy-site .thismonth.main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .buy-site .prize_block {
    grid-template-rows: 128px 16px 78px 50px !important;
    padding: 8px !important;
  }

  .buy-site .hot_prize_block > img,
  .buy-site .prize_block > img {
    height: 130px !important;
  }

  .buy-site .hot_prize_block > p,
  .buy-site .prize_block > p {
    margin-top: 2px !important;
    height: 15px !important;
    font-size: 9px !important;
    line-height: 15px !important;
  }

  .buy-site .hot_prize_block > h2,
  .buy-site .prize_block > h2 {
    height: 76px !important;
    margin-top: 2px !important;
    font-size: 11px !important;
    line-height: 1.36 !important;
  }

  .buy-site--public .buy-price-panel {
    height: 50px;
    padding: 7px 8px;
  }

  .buy-price-badge {
    min-height: 19px;
    margin-bottom: 4px;
    padding: 2px 7px;
    font-size: 10px;
  }

  .buy-price-display {
    gap: 5px;
  }

  .buy-price-display__label {
    font-size: 9px;
  }

  .buy-price-display__value {
    font-size: 16px;
  }

  .buy-header__top {
    align-items: stretch;
    flex-direction: column;
  }

  .buy-header h1 {
    white-space: normal;
  }

  .buy-header__actions {
    justify-content: flex-start;
  }

  .buy-header {
    margin-bottom: 10px;
    padding: 8px max(9px, calc((100% - 430px) / 2));
  }

  .buy-brandmark--logo img {
    width: 118px;
    height: 26px;
  }

  .buy-button {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .buy-bulk-price__head {
    display: none;
  }

  .buy-bulk-price__row {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 10px 0;
  }

  .buy-bulk-price__product {
    grid-template-columns: 38px minmax(0, 1fr);
    font-size: 12px;
  }

  .buy-bulk-price__product img {
    width: 38px;
    height: 38px;
  }

  .buy-bulk-price__row strong {
    font-size: 14px;
  }

  .buy-bulk-price__input {
    grid-template-columns: 16px minmax(0, 1fr);
  }

  .buy-bulk-price__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .buy-home-hero,
  .buy-home-columns,
  .buy-home-hero-new,
  .buy-home-entry-grid,
  .buy-home-main-grid,
  .buy-home-flow,
  .buy-home-store-buy__body {
    grid-template-columns: 1fr;
  }

  .buy-home {
    display: flex;
    flex-direction: column;
  }

  .buy-home-entry-grid {
    order: 1;
  }

  .buy-home-hero-new {
    order: 2;
  }

  .buy-home-pickup {
    order: 3;
  }

  .buy-home-store-buy {
    order: 4;
  }

  .buy-home-flow {
    display: none;
    order: 5;
  }

  .buy-home-main-grid {
    order: 6;
  }

  .buy-home-main-grid .buy-home-panel--focus {
    display: none;
  }

  .buy-store-profile--social {
    order: 7;
  }

  .buy-home-hero-new {
    gap: 14px;
    min-height: 82px;
    padding: 12px 14px;
    border-color: #dfe3e8;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
  }

  .buy-home-hero-new::before {
    display: none;
  }

  .buy-home-hero-new h2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.22;
  }

  .buy-home-hero-new__main {
    min-height: auto;
  }

  .buy-home-hero-new__main > p:not(.buy-home-kicker) {
    display: none;
  }

  .buy-home-hero-board {
    display: none;
  }

  .buy-home-kicker {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .buy-home-hero-actions {
    display: none;
  }

  .buy-home-hero-actions .buy-button:not(.buy-button--primary) {
    display: none;
  }

  .buy-home-mobile-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 7px;
    margin-top: 8px;
  }

  .buy-home-mobile-search input,
  .buy-home-mobile-search button {
    box-sizing: border-box;
    height: 36px;
    border-radius: 7px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
  }

  .buy-home-mobile-search input {
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #202124;
  }

  .buy-home-mobile-search button {
    border: 1px solid #202124;
    background: #202124;
    color: #fff;
  }

  .buy-home p {
    font-size: 12px;
    line-height: 1.55;
  }

  .buy-home-entry-grid {
    gap: 10px;
    margin-top: 10px;
  }

  .buy-home-entry-card {
    min-height: 112px;
    gap: 6px;
    padding: 13px 44px 13px 15px;
  }

  .buy-home-entry-card span {
    padding: 4px 9px;
    font-size: 11px;
  }

  .buy-home-entry-card strong {
    font-size: 18px;
    line-height: 1.28;
  }

  .buy-home-entry-card small {
    display: none;
  }

  .buy-home-entry-card em {
    display: none;
  }

  .buy-home-entry-card {
    min-height: 82px;
    align-content: center;
  }

  .buy-home-entry-card::after {
    right: 12px;
    bottom: 12px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .buy-home-flow {
    gap: 8px;
    margin-top: 10px;
  }

  .buy-home-flow div {
    min-height: 70px;
    padding: 12px;
  }

  .buy-home-store-buy,
  .buy-home-pickup,
  .buy-home-main-grid .buy-home-panel {
    padding: 13px;
    margin-top: 10px;
  }

  .buy-home-store-buy.buy-home-accordion,
  .buy-home-main-grid .buy-home-panel.buy-home-accordion {
    padding: 0;
  }

  .buy-home-accordion summary {
    min-height: 58px;
    padding: 12px 42px 12px 15px;
  }

  .buy-home-accordion summary strong {
    font-size: 19px;
  }

  .buy-home-accordion summary::after {
    right: 12px;
    width: 26px;
    height: 26px;
  }

  .buy-home-store-buy__body,
  .buy-notice-list {
    padding: 0 12px 12px;
  }

  .buy-home-pickup .buy-home-section-head h2 {
    font-size: 20px;
  }

  .buy-home-store-buy__body,
  .buy-home-pickup-grid,
  .buy-category-list,
  .buy-notice-list {
    margin-top: 10px;
  }

  .buy-home-pickup-card {
    grid-template-rows: 108px 12px 17px 20px;
    gap: 4px;
    padding: 8px;
  }

  .buy-home-pickup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .buy-home-pickup-card img {
    height: 108px;
  }

  .buy-home-pickup-card span {
    height: 12px;
    overflow: hidden;
    font-size: 7px;
    line-height: 12px;
  }

  .buy-home-pickup-card strong {
    display: block;
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9px;
    line-height: 17px;
  }

  .buy-home-pickup-card em {
    font-size: 15px;
  }

  .buy-home-pickup-card--more {
    display: none;
  }

  .buy-site--admin .hot_prize_area,
  .buy-site--admin .prize_area,
  .buy-site--admin .month_prize_area,
  .buy-site--admin .thismonth.main {
    grid-template-columns: 1fr !important;
  }

  .buy-site--admin .prize_block {
    grid-template-rows: 160px 18px auto auto !important;
  }

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

  .buy-home-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .buy-preset-manager {
    grid-template-columns: 1fr;
  }

  .buy-admin-search {
    grid-template-columns: 1fr;
  }

  .buy-store-cover {
    height: 118px;
  }

  .buy-store-body {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .buy-store-logo {
    width: 104px;
    height: 104px;
    margin-top: -52px;
    font-size: 20px;
  }

  .buy-store-main {
    padding-top: 0;
  }

  .buy-store-profile--social {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    min-height: 92px;
    padding: 9px 10px;
  }

  .buy-store-qr {
    width: auto;
    padding: 5px;
  }

  .buy-store-qr img {
    width: 66px;
    height: 66px;
  }

  .buy-store-qr span {
    font-size: 8px;
  }

  .buy-store-profile--social h2 {
    font-size: 17px;
  }

  .buy-store-note {
    margin-bottom: 5px !important;
    font-size: 10px !important;
  }

  .buy-store-profile--social .buy-button {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 11px;
  }

  .buy-admin-tools {
    right: 8px;
    bottom: 8px;
    left: 8px;
    justify-content: center;
    max-width: none;
  }
}

