.adamoto-auction {
  --adamoto-header-offset: 100px;
  background: #f5f5f2;
  color: #181818;
  min-height: 70vh;
  padding-top: var(--adamoto-header-offset);
  scroll-margin-top: var(--adamoto-header-offset);
}

.adamoto-auction ::selection,
.adamoto-single ::selection {
  background: #f4d35e;
  color: #181818;
}

.adamoto-auction ::-moz-selection,
.adamoto-single ::-moz-selection {
  background: #f4d35e;
  color: #181818;
}

.adamoto-auction__head {
  background: #111;
  color: #fff;
  padding: 44px 0 32px;
}

.adamoto-auction__head-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.adamoto-auction__title {
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
}

.adamoto-auction__count {
  font-size: 1rem;
  margin: 0 0 6px;
  color: #d8d8d8;
}

.adamoto-auction__body {
  padding: 28px 0 72px;
}

.adamoto-auction__layout {
  display: grid;
  gap: 24px;
}

.adamoto-filters {
  background: #fff;
  border: 1px solid #deded8;
  border-radius: 8px;
  padding: 18px;
}

.adamoto-filters__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.adamoto-filters__row + .adamoto-filters__row {
  margin-top: 14px;
}

.adamoto-filters__row--specs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.adamoto-filters__row--actions {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: end;
}

.adamoto-filters__field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.adamoto-filters__field span {
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.2;
}

.adamoto-filters input,
.adamoto-filters select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #c8c8c2;
  border-radius: 6px;
  background: #fff;
  color: #181818;
  padding: 0 11px;
  font: inherit;
}

.adamoto-filters select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23181818' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  padding-right: 36px;
}

.adamoto-model-combobox {
  position: relative;
  display: block;
}

.adamoto-model-combobox select[hidden] {
  display: none;
}

.adamoto-model-combobox__input {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23181818' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  padding-right: 36px;
}

.adamoto-model-combobox__panel {
  position: absolute;
  z-index: 20;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  display: grid;
  max-height: 260px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  border: 1px solid #c8c8c2;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
  padding: 4px;
}

.adamoto-model-combobox__panel[hidden] {
  display: none;
}

.adamoto-model-combobox__option {
  width: 100%;
  min-height: 36px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #181818;
  cursor: pointer;
  font: inherit;
  line-height: 1.2;
  padding: 8px 10px;
  text-align: left;
}

.adamoto-model-combobox__option:hover,
.adamoto-model-combobox__option.is-active {
  background: #f0f0ec;
}

.adamoto-model-combobox__option.is-selected {
  font-weight: 800;
}

.adamoto-model-combobox__empty {
  color: #666;
  font-size: .875rem;
  line-height: 1.3;
  padding: 10px;
}

.adamoto-filters__buttons {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.adamoto-filters__field--price {
  grid-column: span 2;
}

.adamoto-price-fallback {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.adamoto-price-range {
  display: none;
  gap: 10px;
}

.adamoto-price-range.is-enhanced {
  display: grid;
}

.adamoto-price-range.is-enhanced + .adamoto-price-fallback {
  display: none;
}

.adamoto-price-range__values {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #333;
  font-size: .875rem;
  font-weight: 800;
}

.adamoto-price-range__controls {
  position: relative;
  height: 30px;
  --adamoto-range-min: 0%;
  --adamoto-range-max: 100%;
}

.adamoto-price-range__track {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    #d4d4cf 0,
    #d4d4cf var(--adamoto-range-min),
    #111 var(--adamoto-range-min),
    #111 var(--adamoto-range-max),
    #d4d4cf var(--adamoto-range-max),
    #d4d4cf 100%
  );
  transform: translateY(-50%);
}

.adamoto-price-range input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 30px;
  border: 0;
  background: transparent;
  padding: 0;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}

.adamoto-price-range input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.adamoto-price-range input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #111;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
  cursor: grab;
  pointer-events: auto;
  -webkit-appearance: none;
  margin-top: -7px;
}

.adamoto-price-range input[type="range"]::-moz-range-track {
  height: 4px;
  background: transparent;
}

.adamoto-price-range input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #111;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
  cursor: grab;
  pointer-events: auto;
}

.adamoto-date-picker {
  position: relative;
  display: block;
}

.adamoto-date-picker__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  width: min(292px, calc(100vw - 36px));
  border: 1px solid #c8c8c2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 17, 17, .16);
  color: #181818;
  padding: 10px;
}

.adamoto-date-picker__panel.is-above {
  top: auto;
  bottom: calc(100% + 6px);
}

.adamoto-date-picker__head,
.adamoto-date-picker__week,
.adamoto-date-picker__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.adamoto-date-picker__head {
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  margin-bottom: 8px;
}

.adamoto-date-picker__head strong {
  font-size: .9375rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.adamoto-date-picker__week {
  margin-bottom: 4px;
}

.adamoto-date-picker__week span {
  color: #666;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 5px 0;
  text-align: center;
}

.adamoto-date-picker__nav,
.adamoto-date-picker__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  color: #181818;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
}

.adamoto-date-picker__nav:hover,
.adamoto-date-picker__day:hover,
.adamoto-date-picker__nav:focus-visible,
.adamoto-date-picker__day:focus-visible {
  border-color: #111;
  outline: none;
}

.adamoto-date-picker__day.is-today {
  background: #f0f0eb;
}

.adamoto-date-picker__day.is-selected {
  background: #111;
  color: #fff;
}

.adamoto-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #111;
  border-radius: 6px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 0 18px;
  text-decoration: none;
  white-space: nowrap;
}

.adamoto-button--ghost {
  background: #fff;
  color: #111;
}

.adamoto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.adamoto-card {
  background: #fff;
  border: 1px solid #deded8;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.adamoto-card:hover,
.adamoto-card:focus-within {
  border-color: #b8b8ae;
  box-shadow: 0 12px 26px rgba(17, 17, 17, .12);
  transform: translateY(-2px);
}

.adamoto-card__media {
  aspect-ratio: 4 / 3;
  background: #e2e2dc;
  overflow: hidden;
}

.adamoto-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}

.adamoto-card:hover .adamoto-card__media img,
.adamoto-card:focus-within .adamoto-card__media img {
  transform: scale(1.025);
}

.adamoto-card__media a,
.adamoto-card__title a {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.adamoto-card__media a:focus-visible,
.adamoto-card__title a:focus-visible {
  outline: 3px solid #111;
  outline-offset: -3px;
}

.adamoto-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #666;
  font-size: .9375rem;
  font-weight: 700;
}

.adamoto-card__body {
  display: grid;
  gap: 12px;
  padding: 15px;
}

.adamoto-card__meta,
.adamoto-card__facts,
.adamoto-card__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}

.adamoto-card__meta,
.adamoto-card__facts {
  color: #666;
  font-size: .875rem;
}

.adamoto-card__title {
  font-size: 1.0625rem;
  line-height: 1.35;
  min-height: 2.7em;
  margin: 0;
}

.adamoto-card__bottom {
  justify-content: space-between;
  border-top: 1px solid #ecece7;
  padding-top: 12px;
}

.adamoto-card__price {
  display: grid;
  gap: 2px;
  font-size: 1.0625rem;
  font-weight: 800;
}

.adamoto-card__price-kind {
  color: #666;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.2;
}

.adamoto-card__state {
  background: #f0f0eb;
  border-radius: 999px;
  color: #333;
  font-size: .8125rem;
  font-weight: 700;
  padding: 5px 9px;
}

.adamoto-empty {
  background: #fff;
  border: 1px solid #deded8;
  border-radius: 8px;
  padding: 28px;
  text-align: center;
}

.adamoto-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.adamoto-pagination a,
.adamoto-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #c8c8c2;
  border-radius: 6px;
  background: #fff;
  color: #181818;
  font-weight: 700;
  padding: 0 12px;
  text-decoration: none;
}

.adamoto-pagination span {
  background: #111;
  border-color: #111;
  color: #fff;
}

.adamoto-single {
  --adamoto-header-offset: 100px;
  background: #f5f5f2;
  color: #181818;
  min-height: 70vh;
  padding-top: var(--adamoto-header-offset);
  scroll-margin-top: var(--adamoto-header-offset);
}

.adamoto-auction__body,
.adamoto-single__body,
.adamoto-single__section {
  scroll-margin-top: calc(var(--adamoto-header-offset, 100px) + 16px);
}

.adamoto-single__hero {
  background: #111;
  color: #fff;
  padding: 32px 0 36px;
}

.adamoto-single__hero-inner {
  display: grid;
  gap: 22px;
}

.adamoto-single__back {
  color: #d8d8d8;
  font-weight: 700;
  text-decoration: none;
}

.adamoto-single__title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.adamoto-single__eyebrow {
  color: #d8d8d8;
  font-size: .875rem;
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.adamoto-single__title {
  font-size: 2.375rem;
  line-height: 1.15;
  margin: 0;
}

.adamoto-single__price {
  display: grid;
  gap: 8px;
  justify-items: end;
  min-width: 210px;
}

.adamoto-single__price strong {
  font-size: 1.75rem;
}

.adamoto-single__price strong .adamoto-single__price-yen {
  background: transparent;
  border-radius: 0;
  color: #d8d8d8;
  display: inline;
  font-size: .875rem;
  font-weight: 700;
  padding: 0;
}

.adamoto-single__price span {
  background: #fff;
  border-radius: 999px;
  color: #111;
  font-size: .875rem;
  font-weight: 800;
  padding: 6px 10px;
}

.adamoto-single__price .adamoto-single__price-kind {
  background: transparent;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 0;
}

.adamoto-single__body {
  padding: 28px 0 72px;
}

.adamoto-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr);
  gap: 24px;
  align-items: start;
}

.adamoto-single__gallery,
.adamoto-single__summary,
.adamoto-single__section {
  background: #fff;
  border: 1px solid #deded8;
  border-radius: 8px;
}

.adamoto-single__gallery {
  overflow: hidden;
}

.adamoto-single__main-image {
  aspect-ratio: 4 / 3;
  background: #e2e2dc;
  position: relative;
}

.adamoto-single__main-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.adamoto-single__main-image img,
.adamoto-single__thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adamoto-single__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #666;
  font-size: 1rem;
  font-weight: 800;
}

.adamoto-gallery-control {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  background: rgba(17, 17, 17, .68);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

.adamoto-single__gallery.is-enhanced .adamoto-gallery-control {
  display: flex;
}

.adamoto-gallery-control--prev {
  left: 12px;
}

.adamoto-gallery-control--next {
  right: 12px;
}

.adamoto-gallery-control::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.adamoto-gallery-control--prev::before {
  transform: translateX(2px) rotate(-45deg);
}

.adamoto-gallery-control--next::before {
  transform: translateX(-2px) rotate(135deg);
}

.adamoto-gallery-control:hover,
.adamoto-gallery-control:focus-visible {
  background: rgba(17, 17, 17, .86);
}

.adamoto-gallery-status {
  margin: 10px 14px 0;
  color: #64645f;
  font-size: .875rem;
  font-weight: 800;
  text-align: right;
}

.adamoto-single__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
}

.adamoto-single__thumbs a {
  aspect-ratio: 1;
  background: #e2e2dc;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.adamoto-single__thumbs a:hover,
.adamoto-single__thumbs a:focus-visible,
.adamoto-single__thumbs a[aria-current="true"] {
  border-color: #c82127;
  box-shadow: 0 0 0 2px rgba(200, 33, 39, .16);
}

.adamoto-single__thumbs a:focus-visible {
  outline: 3px solid #f4d35e;
  outline-offset: 2px;
}

.adamoto-single__thumbs a[aria-current="true"] {
  transform: translateY(-1px);
}

.adamoto-single__summary,
.adamoto-single__section {
  padding: 20px;
}

.adamoto-single__summary h2,
.adamoto-single__section h2 {
  font-size: 1.25rem;
  margin: 0 0 16px;
}

.adamoto-specs,
.adamoto-ratings {
  display: grid;
  gap: 0;
  margin: 0;
}

.adamoto-specs div,
.adamoto-ratings div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  border-top: 1px solid #ecece7;
  padding: 10px 0;
}

.adamoto-specs div:first-child,
.adamoto-ratings div:first-child {
  border-top: 0;
}

.adamoto-specs dt,
.adamoto-ratings dt {
  color: #666;
  font-weight: 700;
}

.adamoto-specs dd,
.adamoto-ratings dd {
  font-weight: 800;
  margin: 0;
  text-align: right;
}

.adamoto-single__contact {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  border-radius: 8px;
  background: #080808;
  color: #fff;
  padding: 18px;
}

.adamoto-single__contact-eyebrow {
  color: #d8d8d2;
  font-size: .875rem;
  font-weight: 800;
  margin: 0;
}

.adamoto-single__contact h3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
}

.adamoto-single__contact-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  background: #fff;
  color: #080808;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 2px 0 0;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
}

a.adamoto-single__contact-phone:hover,
a.adamoto-single__contact-phone:focus-visible {
  background: #f0f0ec;
  color: #080808;
}

.adamoto-single__contact-address {
  color: #e9e9e4;
  line-height: 1.35;
  margin: 0;
}

.adamoto-calculator {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ecece7;
}

.adamoto-calculator h3 {
  color: #181818;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
}

.adamoto-calculator__field {
  display: grid;
  gap: 8px;
}

.adamoto-calculator__field label {
  color: #333;
  font-weight: 800;
}

.adamoto-calculator__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.adamoto-calculator__input-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 46px;
  border: 1px solid #d7d7d0;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.adamoto-calculator__input-wrap input {
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 0;
  background: transparent;
  color: #181818;
  font-size: 1rem;
  font-weight: 800;
  padding: 0 12px;
}

.adamoto-calculator__input-wrap input:focus {
  outline: none;
}

.adamoto-calculator__input-wrap:focus-within {
  border-color: #c82127;
  box-shadow: 0 0 0 3px rgba(200, 33, 39, .14);
}

.adamoto-calculator__input-wrap span {
  color: #666;
  font-weight: 900;
  padding: 0 12px;
}

.adamoto-calculator__button {
  min-height: 46px;
  white-space: nowrap;
}

.adamoto-calculator--unavailable .adamoto-calculator__help {
  margin-bottom: 14px;
}

.adamoto-calculator--unavailable .adamoto-calculator__button {
  display: inline-flex;
  align-items: center;
}

.adamoto-calculator__button.is-loading {
  cursor: progress;
  opacity: .78;
}

.adamoto-calculator__help,
.adamoto-calculator__result p,
.adamoto-calculator__notice {
  color: #666;
  font-size: .875rem;
  line-height: 1.35;
  margin: 0;
}

.adamoto-calculator__result {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 6px;
  background: #fafafa;
}

.adamoto-calculator__result span {
  color: #555;
  font-size: .875rem;
  font-weight: 800;
}

.adamoto-calculator__result strong {
  color: #c82127;
  font-size: 2rem;
  line-height: 1.05;
}

.adamoto-calculator__notice.is-error {
  color: #b42318;
  font-weight: 800;
}

.adamoto-calculator__notice.is-success {
  color: #2f7d3b;
  font-weight: 800;
}

.adamoto-single__sections {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

.adamoto-single__section--ratings {
  margin-top: 8px;
}

.adamoto-ratings {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 10px;
}

.adamoto-ratings .adamoto-rating-card {
  display: grid;
  border: 1px solid #ecece7;
  border-radius: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-content: space-between;
  align-items: start;
  gap: 18px 14px;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  min-height: 108px;
  padding: 16px;
}

.adamoto-rating-card dt {
  color: #333;
  font-size: .875rem;
  line-height: 1.25;
  min-height: 0;
}

.adamoto-rating-card__value {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 3px;
  color: #181818;
  line-height: 1;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.adamoto-rating-card__score {
  font-size: 1.25rem;
  font-weight: 900;
}

.adamoto-rating-card__max {
  color: #666;
  font-size: .8125rem;
  font-weight: 800;
}

.adamoto-rating-card__meter {
  grid-column: 1 / -1;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8e8e2;
  margin: 0;
}

.adamoto-rating-card__meter span {
  display: block;
  width: var(--adamoto-rating-score, 0%);
  height: 100%;
  border-radius: inherit;
  background: var(--adamoto-rating-color, #d99921);
  transition: width .18s ease;
}

.adamoto-rating-card--low {
  --adamoto-rating-color: #c82127;
}

.adamoto-rating-card--mid {
  --adamoto-rating-color: #d99921;
}

.adamoto-rating-card--good {
  --adamoto-rating-color: #2f9e44;
}

.adamoto-single__content {
  overflow: hidden;
}

.adamoto-single__content img {
  max-width: 100%;
  height: auto;
}

.adamoto-single__content .product-content-blocks,
.adamoto-single__content .content-block {
  display: grid;
  gap: 16px;
}

.adamoto-single__content .content-block {
  padding-top: 20px;
  border-top: 1px solid #ecece7;
}

.adamoto-single__content .content-block:first-child {
  padding-top: 0;
  border-top: 0;
}

.adamoto-single__content h2,
.adamoto-single__content .comment-title {
  margin: 0;
  color: #181818;
  font-size: 1.05rem;
  line-height: 1.3;
}

.adamoto-single__content p {
  margin: 0 0 12px;
}

.adamoto-single__content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.adamoto-single__content td,
.adamoto-single__content th {
  padding: 10px 12px;
  border-top: 1px solid #ecece7;
  vertical-align: top;
  word-break: break-word;
}

.adamoto-single__content tr:first-child td,
.adamoto-single__content tr:first-child th {
  border-top: 0;
}

.adamoto-single__content td:first-child,
.adamoto-single__content th:first-child {
  width: 34%;
  color: #666;
  font-weight: 800;
}

.adamoto-single__content .comments {
  margin: 0 0 4px;
  border: 1px solid #ecece7;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.adamoto-single__content .comments td:first-child {
  width: 220px;
  background: #fafafa;
}

.adamoto-single__content .adamoto-content-specs {
  overflow: hidden;
  border: 1px solid #ecece7;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.adamoto-single__content .adamoto-content-specs td:first-child {
  width: 30%;
  background: #fafafa;
  color: #555;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}

.adamoto-single__content .adamoto-content-specs td:last-child {
  color: #222;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.adamoto-single__content .kad-wp-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 10px;
}

.adamoto-single__content .kad-wp-gallery:empty {
  display: none;
}

.adamoto-single__content .g_item,
.adamoto-single__content .gallery_item,
.adamoto-single__content .grid_item {
  min-width: 0;
}

.adamoto-single__content .gallery_item a,
.adamoto-single__content .gallery_item img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.adamoto-single__content #video {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid #ecece7;
}

.adamoto-single__content #video h2 {
  margin-bottom: 10px;
}

.adamoto-single__content .video-content video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 6px;
  background: #111;
}

.adamoto-video-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 220px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  background: #181818;
  color: #fff;
}

.adamoto-video-placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .48;
  filter: grayscale(.18);
}

.adamoto-video-placeholder__overlay {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px;
  text-align: center;
}

.adamoto-video-placeholder__icon {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  background: rgba(0, 0, 0, .36);
}

.adamoto-video-placeholder__icon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 15px 0 0 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.adamoto-video-placeholder__caption {
  border-radius: 999px;
  background: rgba(0, 0, 0, .58);
  font-size: .9375rem;
  font-weight: 800;
  line-height: 1.25;
  padding: 8px 12px;
}

.adamoto-video-placeholder--error .adamoto-video-placeholder__icon {
  opacity: .72;
}

.adamoto-lightbox-open {
  overflow: hidden;
}

.adamoto-lightbox {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 99999;
  padding: 28px 72px;
  background: rgba(9, 9, 9, .92);
}

.adamoto-lightbox.is-open {
  display: flex;
}

.adamoto-lightbox__figure {
  display: grid;
  gap: 12px;
  max-width: min(1160px, 100%);
  max-height: 100%;
  margin: 0;
}

.adamoto-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 104px);
  object-fit: contain;
}

.adamoto-lightbox__status {
  color: #fff;
  font-size: .95rem;
  font-weight: 800;
  text-align: center;
}

.adamoto-lightbox__close,
.adamoto-lightbox__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  cursor: pointer;
}

.adamoto-lightbox__close:hover,
.adamoto-lightbox__close:focus-visible,
.adamoto-lightbox__nav:hover,
.adamoto-lightbox__nav:focus-visible {
  background: rgba(255, 255, 255, .22);
}

.adamoto-lightbox__close:focus-visible,
.adamoto-lightbox__nav:focus-visible {
  outline: 3px solid #f4d35e;
  outline-offset: 2px;
}

.adamoto-lightbox__close {
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
}

.adamoto-lightbox__close::before,
.adamoto-lightbox__close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.adamoto-lightbox__close::before {
  transform: rotate(45deg);
}

.adamoto-lightbox__close::after {
  transform: rotate(-45deg);
}

.adamoto-lightbox__nav {
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
}

.adamoto-lightbox__nav--prev {
  left: 18px;
}

.adamoto-lightbox__nav--next {
  right: 18px;
}

.adamoto-lightbox__nav::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.adamoto-lightbox__nav--prev::before {
  transform: translateX(3px) rotate(-45deg);
}

.adamoto-lightbox__nav--next::before {
  transform: translateX(-3px) rotate(135deg);
}

@media (max-width: 1180px) {
  .adamoto-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .adamoto-ratings {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .adamoto-auction,
  .adamoto-single {
    --adamoto-header-offset: 60px;
  }

  .adamoto-auction__head-inner,
  .adamoto-filters__buttons {
    align-items: stretch;
    flex-direction: column;
  }

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

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

  .adamoto-single__title-row,
  .adamoto-single__layout {
    grid-template-columns: 1fr;
  }

  .adamoto-single__price {
    justify-items: start;
  }

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

@media (max-width: 560px) {
  .adamoto-auction__title {
    font-size: 2rem;
  }

  .adamoto-filters,
  .adamoto-card__body {
    padding: 14px;
  }

  .adamoto-filters__row,
  .adamoto-filters__row--actions,
  .adamoto-grid {
    grid-template-columns: 1fr;
  }

  .adamoto-filters__field--price {
    grid-column: auto;
  }

  .adamoto-button {
    width: 100%;
  }

  .adamoto-single__title {
    font-size: 1.875rem;
  }

  .adamoto-single__summary,
  .adamoto-single__section {
    padding: 14px;
  }

  .adamoto-gallery-control {
    width: 36px;
    height: 36px;
  }

  .adamoto-calculator__controls {
    grid-template-columns: 1fr;
  }

  .adamoto-calculator__button {
    width: 100%;
  }

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

  .adamoto-single__content table,
  .adamoto-single__content tbody,
  .adamoto-single__content tr,
  .adamoto-single__content td,
  .adamoto-single__content th {
    display: block;
  }

  .adamoto-single__content #video {
    display: grid;
    grid-template-columns: 1fr;
  }

  .adamoto-single__content td,
  .adamoto-single__content th {
    width: auto;
  }

  .adamoto-single__content td:first-child,
  .adamoto-single__content th:first-child,
  .adamoto-single__content .comments td:first-child {
    width: auto;
  }

  .adamoto-lightbox {
    padding: 56px 12px 20px;
  }

  .adamoto-lightbox__image {
    max-height: calc(100vh - 116px);
  }

  .adamoto-lightbox__nav {
    width: 42px;
    height: 42px;
  }

  .adamoto-lightbox__nav--prev {
    left: 10px;
  }

  .adamoto-lightbox__nav--next {
    right: 10px;
  }
}
