#shopping-detail {
  min-width: 1200px;
  padding-top: calc(var(--header-height, 95px) + max(8.333vw, 120px));
}
#shopping-detail[data-lang] .hastag-category {
  margin: 0 auto max(8.333vw, 120px);
}
#shopping-detail[data-lang=eng] .hastag-category .hastag-item span {
  font-family: "Figtree";
}
#shopping-detail .__detail__[detail-layout] {
  width: 760px;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
#shopping-detail .list-underline ul span {
  font-size: 22px;
}
#shopping-detail .hastag-category {
  margin: 0 auto;
  width: 760px;
}
#shopping-detail .hastag-category .hastag-list .hastag-item {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.02em;
}
#shopping-detail .hastag-category .hastag-list .hastag-item:not(:last-of-type) {
  margin-bottom: 12px;
}
#shopping-detail .hastag-category .hastag-list .hastag-item .__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 8px 14px;
  border-radius: 50px;
}
#shopping-detail .hastag-category .hastag-list .hastag-item .__item span {
  color: #000;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.02em;
}
#shopping-detail .__bottom {
  padding-left: max(8.333vw, 130px);
  margin-top: max(8.333vw, 120px);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: max(8.333vw, 120px);
}
#shopping-detail .__bottom .__container-slider {
  padding-top: max(6.25vw, 90px);
}
#shopping-detail .__bottom .__container-slider .__title {
  margin-bottom: 48px;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper {
  width: fit-content;
  height: auto;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: calc( var(--uw) * 20.3125 ) !important;
  height: auto;
  aspect-ratio: 1;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__desc {
  max-width: calc( var(--uw) * 20.3125 );
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-wrap: break-word;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content {
  display: block;
  position: relative;
  height: 0;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 18px;
  aspect-ratio: 390/390;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content .__thumb {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content .__thumb:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content .__thumb:hover .__dimmed {
  opacity: 1;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content .__thumb .__dimmed {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content .__thumb .__dimmed.active {
  opacity: 1;
  transition: opacity 350ms ease-in;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content .__thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.02);
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content.horizontal {
  padding-bottom: 100%;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content.horizontal img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  transition: transform 500ms ease;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content.vertical {
  padding-bottom: 100%;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide .__content.vertical img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  transition: transform 500ms ease;
}
#shopping-detail .__bottom .__container-slider .swiper .swiper-wrapper .swiper-slide:not(:last-of-type) {
  margin-right: 16px;
}