.vehicle-category-page {
  --vehicle-ink: #182126;
  --vehicle-line: #dfe3e4;
  --vehicle-yellow: #f5bd00;
  padding: 32px 0 72px !important;
  background: #f3f4f2 !important;
}
.vehicle-category-page > .wrap {
  display: block !important;
  width: auto !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}
.vehicle-category-page .vehicle-category-main {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.vehicle-category-page .panlist {
  width: auto !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #737c80 !important;
  font-size: 11px !important;
}
.vehicle-category-page .panlist a {
  color: #596369 !important;
  text-decoration: none !important;
}
.vehicle-category-page .vehicle-category-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 22px 22px 0 0;
  color: #fff;
  background: linear-gradient(125deg, #141c21, #2b383e);
  box-shadow: 0 18px 45px rgba(18, 27, 32, 0.11);
}
.vehicle-category-page .vehicle-category-hero p, .vehicle-category-page .vehicle-category-hero h1, .vehicle-category-page .vehicle-category-hero span {
  float: none !important;
  position: static !important;
  display: block !important;
  clear: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  text-indent: 0 !important;
}
.vehicle-category-page .vehicle-category-hero p {
  margin: 0 0 10px !important;
  color: var(--vehicle-yellow) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
}
.vehicle-category-page .vehicle-category-hero h1 {
  margin: 0 0 13px !important;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
}
.vehicle-category-page .vehicle-category-hero span {
  max-width: 690px;
  color: #d8dfe1 !important;
  font-size: 14px;
  line-height: 1.85;
}
.vehicle-category-page .vehicle-category-hero > a {
  flex: 0 0 auto;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 13px 20px !important;
  border: 1px solid var(--vehicle-yellow) !important;
  border-radius: 999px !important;
  color: #171d20 !important;
  background: var(--vehicle-yellow) !important;
  font-weight: 800;
  text-decoration: none !important;
}
.vehicle-category-page .vehicle-category-workspace {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid #e0e4e5;
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 27, 32, 0.07);
}
.vehicle-category-page .itembox {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vehicle-category-page .itembox::before, .vehicle-category-page .itembox::after {
  display: none !important;
}
.vehicle-category-page .item {
  float: none !important;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: minmax(180px, 44%) 1fr;
  grid-template-rows: auto 1fr;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--vehicle-line) !important;
  border-radius: 16px;
  background: #fff !important;
  box-shadow: 0 8px 25px rgba(22, 31, 35, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vehicle-category-page .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(22, 31, 35, 0.12);
}
.vehicle-category-page .item h3 {
  grid-column: 1/-1;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 15px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--vehicle-line) !important;
  background: #202b30 !important;
  line-height: 1.5 !important;
  text-indent: 0 !important;
}
.vehicle-category-page .item h3 a {
  display: block;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800;
  text-decoration: none !important;
}
.vehicle-category-page .item .vehicle-image {
  position: relative;
  display: block !important;
  min-height: 240px;
  overflow: hidden;
  background: #eef0f0;
}
.vehicle-category-page .item .vehicle-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.vehicle-category-page .item:hover .vehicle-image img {
  transform: scale(1.025);
}
.vehicle-category-page .item .vehicle-image span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #1b2225;
  background: var(--vehicle-yellow);
  font-size: 11px;
  font-weight: 900;
}
.vehicle-category-page .item table {
  align-self: stretch;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: #fff !important;
}
.vehicle-category-page .item th, .vehicle-category-page .item td {
  box-sizing: border-box;
  width: auto !important;
  height: auto !important;
  padding: 7px 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #edf0f0 !important;
  color: #3e494e !important;
  background: #fff !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.vehicle-category-page .item th {
  width: 42% !important;
  color: #737d82 !important;
  font-weight: 700 !important;
}
.vehicle-category-page .item td {
  font-weight: 700 !important;
}
.vehicle-category-page .item td.price {
  padding: 12px 10px !important;
  border-bottom: 0 !important;
  color: #343d41 !important;
  background: #f4f5f3 !important;
  font-weight: 800 !important;
  text-align: right !important;
}
.vehicle-category-page .item td.price span {
  color: #c6242c !important;
  font-size: 23px !important;
  font-weight: 900 !important;
}
.vehicle-category-page .pager {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 0 26px !important;
  padding: 14px 16px !important;
  border: 1px solid var(--vehicle-line) !important;
  border-radius: 12px;
  background: #f7f8f7 !important;
}
.vehicle-category-page .itembox + .pager {
  margin: 26px 0 0 !important;
}
.vehicle-category-page .pager span {
  margin-right: auto;
  color: #566168;
  font-size: 12px;
}
.vehicle-category-page .pager a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 40px;
  margin: 0 !important;
  padding: 8px 15px !important;
  border: 1px solid #cbd1d3 !important;
  border-radius: 8px;
  color: #283238 !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5 !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.vehicle-category-page .pager a.next {
  color: #171d20 !important;
  border-color: var(--vehicle-yellow) !important;
  background: var(--vehicle-yellow) !important;
}
.vehicle-category-page #contact {
  width: 100% !important;
  margin: 26px 0 0 !important;
  overflow: hidden;
  border: 1px solid var(--vehicle-line) !important;
  border-radius: 16px;
  background: #fff !important;
}
.vehicle-category-page #contact td {
  width: 33.333% !important;
  padding: 18px !important;
  border: 0 !important;
  text-align: center;
}
.vehicle-category-page #contact img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.vehicle-category-page h3.result {
  box-sizing: border-box;
  width: 100% !important;
  height: auto !important;
  margin: 22px 0 14px !important;
  padding: 15px 18px !important;
  border: 0 !important;
  border-radius: 10px;
  color: #fff !important;
  background: #202b30 !important;
  font-size: 19px !important;
  line-height: 1.5 !important;
  text-indent: 0 !important;
}
.vehicle-category-page #set_favorite, .vehicle-category-page #list_return {
  box-sizing: border-box;
  height: auto !important;
  margin: 0 8px 14px 0 !important;
  padding: 11px 16px !important;
  border: 1px solid #ccd2d4;
  border-radius: 999px;
  color: #333 !important;
  background: #fff !important;
  background-image: none !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}
.vehicle-category-page #product_data {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(270px, 1fr);
  grid-template-rows: auto 84px;
  gap: 16px 22px;
  width: 100% !important;
  margin-bottom: 34px;
}
.vehicle-category-page #panel {
  position: relative !important;
  grid-column: 1;
  grid-row: 1;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid #ccd2d4;
  border-radius: 14px;
  background: #eef1f2;
  box-shadow: 0 8px 24px rgba(22, 31, 35, 0.1);
}
.vehicle-category-page #panel > img.panel {
  position: absolute !important;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  object-fit: contain;
  background: #eef1f2;
  cursor: zoom-in;
}
.vehicle-category-page #panel #slide_left,
.vehicle-category-page #panel #slide_right {
  position: absolute !important;
  top: 50%;
  z-index: 5;
  width: 54px !important;
  height: 54px !important;
  margin: -27px 0 0 !important;
  border-radius: 50%;
  background: rgba(20, 28, 32, 0.72);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.vehicle-category-page #panel #slide_left {
  left: 16px;
}
.vehicle-category-page #panel #slide_right {
  right: 16px;
}
.vehicle-category-page #panel #slide_left:hover,
.vehicle-category-page #panel #slide_right:hover {
  background: rgba(20, 28, 32, 0.92);
  transform: scale(1.05);
}
.vehicle-category-page #panel #slide_left img,
.vehicle-category-page #panel #slide_right img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
}
.vehicle-category-page #panel #slide_count {
  position: absolute !important;
  right: 14px;
  bottom: 14px;
  z-index: 5;
  width: auto !important;
  height: auto !important;
  padding: 6px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(20, 28, 32, 0.78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}
.vehicle-category-page #slide_control {
  position: relative !important;
  grid-column: 1;
  grid-row: 2;
  z-index: 4;
  width: 100% !important;
  height: 84px !important;
  margin: 0 !important;
  pointer-events: none;
}
.vehicle-category-page #slide_back,
.vehicle-category-page #slide_next {
  position: absolute !important;
  top: 20px;
  width: 30px !important;
  height: 44px !important;
  margin: 0 !important;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  pointer-events: auto;
}
.vehicle-category-page #slide_back {
  left: 0;
}
.vehicle-category-page #slide_next {
  right: 0;
}
.vehicle-category-page #slide_back img,
.vehicle-category-page #slide_next img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
}
.vehicle-category-page #slide_back.is-disabled,
.vehicle-category-page #slide_next.is-disabled {
  opacity: 0.32;
  cursor: default;
}
.vehicle-category-page #thumbnail {
  position: relative !important;
  grid-column: 1;
  grid-row: 2;
  box-sizing: border-box;
  display: block !important;
  width: 100% !important;
  height: 84px !important;
  margin: 0 !important;
  padding: 5px 36px;
  overflow: hidden !important;
  white-space: nowrap;
  background: #f4f6f6;
}
.vehicle-category-page #thumbnail .inner {
  display: flex;
  align-items: flex-start;
  height: 74px;
}
.vehicle-category-page #thumbnail .inner img {
  box-sizing: border-box;
  display: block !important;
  flex: 0 0 88px;
  width: 88px !important;
  height: 66px !important;
  margin: 5px 2px 0 0 !important;
  border: 1px solid #929b9f;
  border-radius: 5px;
  object-fit: cover;
  cursor: pointer;
}
.vehicle-category-page #thumbnail .inner img:first-child {
  margin-top: 0 !important;
  border-top: 6px solid var(--renewal-red);
  border-bottom: 6px solid var(--renewal-red);
}
.vehicle-category-page #thumbnail .inner img:hover {
  opacity: 0.82;
}
.vehicle-category-page #product_data > table.checksheet {
  grid-column: 2;
  grid-row: 1/3;
  align-self: stretch;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--vehicle-line) !important;
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 12px;
  background: #fff;
}
.vehicle-category-page #product_data > table.checksheet th,
.vehicle-category-page #product_data > table.checksheet td {
  box-sizing: border-box;
  width: auto !important;
  height: auto !important;
  padding: 11px 13px !important;
  border: 0 !important;
  border-bottom: 1px solid #e7eaeb !important;
  background: #fff !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.vehicle-category-page #product_data > table.checksheet th {
  width: 43% !important;
  color: #6b767b !important;
  background: #f4f5f4 !important;
  font-weight: 700 !important;
}
.vehicle-category-page #product_data > table.checksheet td {
  color: #263136 !important;
  font-weight: 800 !important;
}
.vehicle-category-page #product_data > table.checksheet tr:last-child td {
  border-bottom: 0 !important;
}
.vehicle-category-page #product_data > table.checksheet td.price {
  color: var(--renewal-red-dark) !important;
  background: #fff4f4 !important;
  font-size: 18px !important;
  text-align: right !important;
}
.vehicle-category-page table.equipment {
  box-sizing: border-box;
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

html body #contents.vehicle-category-page #main.vehicle-category-main .itembox .item > h3 {
  position: static !important;
  display: block !important;
  clear: none !important;
  grid-column: 1/-1 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 15px 18px !important;
  overflow: visible !important;
  border: 0 !important;
  border-bottom: 1px solid #354249 !important;
  border-left: 0 !important;
  background: #202b30 !important;
  background-color: #202b30 !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  text-indent: 0 !important;
}

html body #contents.vehicle-category-page #main.vehicle-category-main .itembox .item > h3 > a {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.6 !important;
  text-decoration: none !important;
  text-indent: 0 !important;
}

@media (max-width: 900px) {
  .vehicle-category-page .itembox {
    grid-template-columns: 1fr;
  }
  .vehicle-category-page .item .vehicle-image {
    min-height: 260px;
  }
  .vehicle-category-page #product_data {
    grid-template-columns: 1fr;
    grid-template-rows: auto 84px auto;
  }
  .vehicle-category-page #panel {
    grid-column: 1;
    grid-row: 1;
  }
  .vehicle-category-page #slide_control, .vehicle-category-page #thumbnail {
    grid-column: 1;
    grid-row: 2;
  }
  .vehicle-category-page #product_data > table.checksheet {
    grid-column: 1;
    grid-row: 3;
  }
}
@media (max-width: 640px) {
  .vehicle-category-page {
    padding: 18px 0 48px !important;
  }
  .vehicle-category-page > .wrap {
    padding: 0 10px !important;
  }
  .vehicle-category-page .vehicle-category-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 27px 21px;
  }
  .vehicle-category-page .vehicle-category-hero > a {
    box-sizing: border-box;
    width: 100% !important;
    text-align: center;
  }
  .vehicle-category-page .vehicle-category-workspace {
    padding: 18px 12px;
  }
  .vehicle-category-page .item {
    display: block !important;
  }
  .vehicle-category-page .item .vehicle-image {
    min-height: 230px;
  }
  .vehicle-category-page .pager span {
    flex: 1 0 100%;
    margin: 0;
    text-align: center;
  }
  .vehicle-category-page .pager a {
    flex: 1;
    justify-content: center;
  }
  .vehicle-category-page #contact, .vehicle-category-page #contact tbody, .vehicle-category-page #contact tr, .vehicle-category-page #contact td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .vehicle-category-page #contact td {
    padding: 12px 18px !important;
  }
}

/*# sourceMappingURL=category.css.map */
