@charset "utf-8";

/*------------------------------------------------------
© 2026 Nudge Inc. All Rights
商品詳細画面の閲覧履歴パーツ追加スタイルを定義する
------------------------------------------------------*/

.page-type-general-detailunit-pagetype .browsingHistoryExternalSection,
.page-type-general-detailstandard-pagetype .browsingHistoryExternalSection,
.page-type-general-detailset-pagetype .browsingHistoryExternalSection {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin: 0;
  padding: 32px;
  border-top: 1px solid var(--detail-border, #e4e4e4);
  opacity: 1;
  transform: none;
}

.page-type-general-detailunit-pagetype .browsingHistoryExternalSection .lower-head,
.page-type-general-detailstandard-pagetype .browsingHistoryExternalSection .lower-head,
.page-type-general-detailset-pagetype .browsingHistoryExternalSection .lower-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-type-general-detailunit-pagetype .browsingHistoryExternalSection .lower-title,
.page-type-general-detailstandard-pagetype .browsingHistoryExternalSection .lower-title,
.page-type-general-detailset-pagetype .browsingHistoryExternalSection .lower-title {
  padding: 0;
  margin: 0;
  color: var(--detail-strong, #111111);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
  background: none;
}

.page-type-general-detailunit-pagetype .browsingHistoryExternalSlide,
.page-type-general-detailstandard-pagetype .browsingHistoryExternalSlide,
.page-type-general-detailset-pagetype .browsingHistoryExternalSlide {
  display: flex;
  justify-content: center;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-type-general-detailunit-pagetype .browsingHistoryExternalCard,
.page-type-general-detailstandard-pagetype .browsingHistoryExternalCard,
.page-type-general-detailset-pagetype .browsingHistoryExternalCard {
  flex: 0 0 116px;
  width: 116px;
  min-width: 116px;
  max-width: 116px;
  height: 208px;
  margin: 0 auto;
}

.page-type-general-detailunit-pagetype .browsingHistoryExternalCard .reco-card-img,
.page-type-general-detailstandard-pagetype .browsingHistoryExternalCard .reco-card-img,
.page-type-general-detailset-pagetype .browsingHistoryExternalCard .reco-card-img {
  width: 116px;
  height: 116px;
}

.page-type-general-detailunit-pagetype .browsingHistoryExternalCard .recoImg,
.page-type-general-detailstandard-pagetype .browsingHistoryExternalCard .recoImg,
.page-type-general-detailset-pagetype .browsingHistoryExternalCard .recoImg {
  margin: 0;
}

.page-type-general-detailunit-pagetype .browsingHistoryExternalCard .reco-card-price .txt_line-through,
.page-type-general-detailstandard-pagetype .browsingHistoryExternalCard .reco-card-price .txt_line-through,
.page-type-general-detailset-pagetype .browsingHistoryExternalCard .reco-card-price .txt_line-through {
  color: var(--detail-muted, #666666);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .page-type-general-detailunit-pagetype .browsingHistoryExternalSection,
  .page-type-general-detailstandard-pagetype .browsingHistoryExternalSection,
  .page-type-general-detailset-pagetype .browsingHistoryExternalSection {
    padding: 22px 20px;
  }
}
