.t888-product-slide {
  padding: 8px 0 48px;
  background: #fff;
  font-family: var(--font-noto-sans);
}

.t888-product-slide__title {
  margin: 0 0 28px;
  color: #111;
  font-family: var(--font-family, "Segoe UI", Arial, sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  text-align: center;
}

.t888-product-slide__swiper {
  position: relative;
  overflow: hidden;
}

.t888-product-slide__swiper .swiper-wrapper {
  align-items: stretch;
}

.t888-product-slide__swiper .swiper-slide {
  display: flex;
  height: auto;
}

.t888-product-slide__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
}

.t888-product-slide__media {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1 / 1.02;
  background: #e6e6e6;
  overflow: hidden;
}

.t888-product-slide__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.t888-product-slide__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7% 8% 4%;
}

.t888-product-slide__wish {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #2a2a2a;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.t888-product-slide__wish svg,
.t888-product-slide__wish i {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}

.t888-product-slide__wish.added,
.t888-product-slide__wish.added svg,
.t888-product-slide__wish.added i {
  color: #c0392b;
}

.t888-product-slide__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 18px 4px 8px;
  overflow: hidden;
  background: #fff;
}

.t888-product-slide__cat {
  margin: 0;
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 16px;
  text-transform: uppercase;
  font-family: var(--font-noto-sans);
}

.t888-product-slide__name {
  margin: 4px 0 0;
  color: #222;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--font-noto-sans);
}

.t888-product-slide__name a {
  color: inherit;
  text-decoration: none;
}

.t888-product-slide__name a:hover {
  color: #111;
}

.t888-product-slide__tagline {
  margin: 14px 0 0;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  font-family: var(--font-noto-sans);
}

.t888-product-slide__points {
  margin: 12px 0 0 !important;
  padding-left: 18px;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  list-style: disc;
  font-family: var(--font-noto-sans);
}

.t888-product-slide__points li + li {
  margin-top: 1px;
}

.t888-product-slide__more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 2px;
  background: #4d4d4d;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    background-color 0.2s ease;
}

.t888-product-slide__card:hover .t888-product-slide__more,
.t888-product-slide__card:focus-within .t888-product-slide__more {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.t888-product-slide__more:hover {
  background: #3a3a3a;
  color: #fff;
}

.t888-product-slide .swiper-button-prev,
.t888-product-slide .swiper-button-next {
  top: 28%;
  width: 36px;
  height: 36px;
  margin-top: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #222;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.t888-product-slide .swiper-button-prev {
  left: 0;
}

.t888-product-slide .swiper-button-next {
  right: 0;
}

.t888-product-slide .swiper-button-prev::after,
.t888-product-slide .swiper-button-next::after {
  display: none;
}

.t888-product-slide .swiper-button-prev i,
.t888-product-slide .swiper-button-next i {
  font-size: 18px;
  line-height: 1;
}

.t888-product-slide .swiper-button-disabled {
  opacity: 0.35;
}

@media (hover: none) {
  .t888-product-slide__more {
    position: static;
    height: auto;
    margin-top: 16px;
    padding: 14px 16px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 767px) {
  .t888-product-slide__name {
    font-size: 18px;
  }

  .t888-product-slide .swiper-button-prev,
  .t888-product-slide .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
