.v-search-bar {
  margin: 16px 24px 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--v-search-bar-color, currentColor);
}
.v-search-bar__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  width: 100%;
  font-size: 16px;
  color: #000;
  background: none;
  border: none;
}
.v-search-bar__keyword {
  align-content: center;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}
.v-search-bar__keyword::-webkit-scrollbar {
  display: none;
}
.v-search-bar__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.v-search-result {
  --v-search-result-body-min-height: calc(
    var(--v-viewport-height, 100dvh) - var(--v-bottom-bar-height, 0)
  );
  --v-search-result-body-padding-bottom: 0;
}
.v-search-result mark {
  background: none;
  color: #000;
}
.v-search-result .v-page-body {
  min-height: var(--v-search-result-body-min-height);
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: auto;
  padding-bottom: var(--v-search-result-body-padding-bottom, var(--v-bottom-bar-height, 0));
}
.v-search-result .v-list-control {
  --v-list-control-padding: 0;
  --v-tab-button-underline-border-color: #eee;
}
.v-search-result .v-list-control__tab swiper-container {
  padding-left: 24px;
}
.v-search-result .v-list-control__trail {
  padding-right: 24px;
  border-bottom: 1px solid var(--v-tab-button-underline-border-color);
}

.v-search-result--image {
  --v-image-for-search-aspect-ratio: 750 / 1124;
  --v-search-result-body-min-height: calc(
    var(--v-viewport-height, 100dvh) - var(--v-bottom-bar-height, 0)
  );
  --v-search-result-body-padding-bottom: 0;
}
.v-search-result--image .v-image-for-search__image {
  position: relative;
  display: block;
  aspect-ratio: var(--v-image-for-search-aspect-ratio);
  width: 100%;
  height: auto;
  overflow: clip;
}
.v-search-result--image .v-image-for-search img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: var(--v-image-for-search-aspect-ratio);
  object-fit: contain;
  object-position: center;
}
.v-search-result--image .v-page-body {
  min-height: var(--v-search-result-body-min-height);
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: auto;
  padding-bottom: var(--v-search-result-body-padding-bottom, var(--v-bottom-bar-height, 0));
}
.v-search-result--image .v-list-control {
  --v-list-control-padding: 28px 24px 14px;
}

.v-list-control__title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.v-list-control__title .title {
  font-size: 20px;
}
.v-list-control__title .count {
  color: #999;
}

.v-search-result-title {
  padding-bottom: 16px;
  padding-left: 24px;
  font-size: 20px;
}

.v-search-result__no-data {
  margin-block: 24px;
}
.v-search-result__no-data p, .v-search-result__no-data a {
  font-size: 14px;
}
.v-search-result__no-data .link {
  display: inline-flex;
  margin-top: 8px;
  color: #6d6d6d;
}
.v-search-result__no-data .link::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M4 3L8 6L4 9" stroke="%23999999" stroke-linecap="square"/></svg>');
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.v-related-search-keyword {
  --swiper-pagination-area-height: 0;
}
.v-related-search-keyword__list {
  padding-top: 8px;
  padding-bottom: 16px;
}
.v-related-search-keyword__item {
  width: auto;
  font-size: 14px;
  color: #6d6d6d;
}

.v-search-result__unified-search {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  margin: 24px;
  color: #6d6d6d;
  font-size: 14px;
  text-decoration: underline;
}
.v-search-result__unified-search svg {
  width: 16px;
  height: 16px;
  color: #999;
}

.v-search-result__brand-banner {
  --swiper-pagination-area-height: 0;
  padding-top: 12px;
  padding-bottom: 20px;
}
.v-search-result__brand-banner .v-brand-banner__image {
  overflow: clip;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 327/72;
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.v-search-result__brand-banner .v-brand-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.v-search-result-list {
  padding: 0 24px 24px;
}

.v-search-result-related {
  --v-media-dim: none;
  --swiper-pagination-area-height: 0;
  padding: 24px 0;
  background-color: #f6f6f6;
}
.v-search-result-related .v-media-embed {
  background-color: #fff;
}

.v-search-result-recommended {
  --swiper-pagination-area-height: 0;
  padding-top: 30px;
}

body:has(.v-scroll-autohide):has(.v-page-head .v-list-control) {
  --v-list-control-height: 46px;
}
body:has(.v-scroll-autohide):has(.v-search-result--image):has(.v-list-control) {
  --v-list-control-height: 66px;
}
body:has(.v-scroll-autohide) .v-sub-header {
  --v-site-header-top: calc(var(--v-site-header-height) * -1);
  --v-sub-header-y: 0;
  transition: top var(--v-sub-header-transition-duration, 0.2s) var(--v-sub-header-transition-easing, ease-in-out);
}
body:has(.v-scroll-autohide) .v-sub-header__inner {
  position: sticky;
}
body:has(.v-scroll-autohide) .v-page-head {
  position: var(--v-page-head-position, relative);
  top: var(--v-page-head-top, 0);
  z-index: calc(var(--v-site-header-z, 100) - 5);
  background-color: #fff;
}
body:has(.v-scroll-autohide) .v-filter {
  position: var(--v-filter-position, sticky);
  top: var(--v-filter-top, 0);
  background-color: #fff;
}
body:has(.v-scroll-autohide).scroll-up .v-sub-header {
  --v-site-header-top: 0;
  --v-sub-header-y: 0;
}
body:has(.v-scroll-autohide).scroll-up .v-page-head {
  --v-page-head-position: sticky;
  --v-page-head-top: var(--v-site-header-height);
  transition: top var(--v-sub-header-transition-duration, 0.2s) var(--v-sub-header-transition-easing, ease-in-out);
}
body:has(.v-scroll-autohide).scroll-up .v-filter {
  --v-filter-top: calc(var(--v-site-header-height, 56px) + var(--v-list-control-height, 0));
  transition: top var(--v-sub-header-transition-duration, 0.2s) var(--v-sub-header-transition-easing, ease-in-out);
}