@charset "UTF-8";
.fw-goodsList__item .fw-imgArea .fw-thumbImg:before {
    content: none;
    display: none;
    padding-bottom: 0;
}

.fw-goodsList__item .fw-imgArea .fw-thumbImg img {
    margin-top: 0;
    height: 100%;
    width: 100%;
    transform: none;
    object-fit: cover;
}

.fw-goodsList__item .fw-goodsInformation .fw-brandName .fw-brandName__text {
    display: block;
}

.fw-goodsList__item .fw-goodsInformation .fw-goodsTitle .fw-badge {
    border: 0;
    color: #fff;
    vertical-align: baseline;
    border-radius: 0;
}

.fw-goodsList__item .fw-goodsInformation .fw-goodsPrice .percent {
    margin-left: 0;
}

.goodsInfoNegoBtn.fw-goodsInformation__actionButtons,
.fw-goodsInformation__actionButtons {
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
}

.fw-goodsInformation__actionButtons .fw-actionButton.fw-btnNego:after {
    content: none;
    display: none;
}

.fw-goodsPrice .fw-goodsPrice__discount {
    order: -1;
}

.fw-goodsInformation .sellerIconGrade.listProductSeller {
    margin-top: 0;
}

.goodsArrivalNotice.fw-goodsInformation__shippingInfo,
.fw-goodsInformation .fw-goodsInformation__shippingInfo {
    margin-top: 0;
    gap: 5px;
    color: #666;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-position: left center;
}

.fw-goodsList__item .fw-goodsInformation {
    margin-top: 0;
}

.fw-goodsList__item .fw-goodsInformation .fw-showOption {
    padding-top: 0;
    height: auto;
}

.fw-goodsList__item .fw-goodsInformation .fw-showOption .fw-showOption__text {
    width: auto;
}

.fw-goodsList__item .fw-goodsInformation .fw-showOption.active {
    height: auto;
}

.fw-goodsList__item .fw-goodsInformation .fw-showOption.active .fw-showOption__text {
    white-space: normal;
    text-overflow: clip;
}

.fw-goodsList__item .fw-goodsInformation .fw-showOption.active .fw-showOption__inner {
    top: 5px;
    right: 6px;
    left: 6px;
    width: auto;
    padding: 12px;
    border-radius: 5px;
}

.fw-goodsList > li:not(.fw-goodsList__item) {
    grid-column: 1 / -1;
}

.fw-goodsInformation__priceSection {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: normal;
}

.fw-goodsList__item .fw-imgArea .fw-soldOutTxt {
    background: rgba(141, 141, 141, 0.6);
    font-size: 16px;
    font-family: "Pretendard";
}

.fw-goodsList__item .fw-goodsInformation__priceSection { order: 3; }
.fw-goodsList__item .fw-goodsInformation .fw-goodsBadges { order: 4; }
.fw-goodsList__item .fw-goodsInformation .fw-showOption { order: 5; }
.fw-goodsList__item .fw-goodsInformation .fw-goodsInformation__shippingInfo { order: 6; }
.fw-goodsList__item .fw-goodsInformation .sellerIconGrade { order: 7; }
.fw-goodsList__item .fw-goodsInformation .listLabel { order: 8; }

.fw-goodsList__item .goodsInfoNegoBtn .fw-actionButton.fw-btnNego,
.fw-goodsList__item .fw-goodsInformation__actionButtons .fw-actionButton.fw-btnNego {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 22px;
    border: 1px solid #ddd;
    background: #fff;
    color: #169dab;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0;
}

.fw-goodsList__item .fw-goodsInformation__actionButtons .textLink.fw-actionButton.fw-btnCompare,
.fw-goodsList__item > .textLink.fw-actionButton.fw-btnCompare {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 22px;
    margin-top: 0;
    background: #fff;
    color: #222;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #ddd;
    border-left: 0;
}

.fw-goodsListWrap.fw-pc-col6 .fw-goodsList {
    grid-template-columns: repeat(6, 1fr);
}
.fw-goodsListWrap.fw-pc-col6 .fw-goodsList__item {
    width: auto;
    margin: 0;
}

.feelwayRecom.fw-feelwayRecom .fw-goodsList {
    gap: 30px 20px;
}
.feelwayRecom.fw-feelwayRecom .fw-goodsList__item .fw-brandName .fw-brandName__text {
    font-size: 14px;
}
.feelwayRecom.fw-feelwayRecom .fw-goodsList__item .fw-goodsTitle {
    font-size: 13px;
}
.feelwayRecom.fw-feelwayRecom .fw-goodsList__item .fw-goodsPrice {
    margin-top: 0;
}
.feelwayRecom.fw-feelwayRecom .fw-goodsList__item .fw-goodsInformation {
    margin-top: 0;
}

/* [21] MO list.css 잔재 일괄 리셋 — fw-goodsList.css 가 sole source of truth 보장 */
.fw-goodsList__item .fw-imgArea .fw-soldOutTxt {
    font-weight: normal;
}
.fw-goodsList__item .fw-goodsInformation .fw-goodsPrice {
    font-weight: normal;
}
.fw-goodsList__item .discountPrice {
    margin-top: 0;
}

.fw-sectionHeader {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.fw-sectionHeader.line {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.fw-sectionHeader__title {
    font-size: 16px;
    font-family: "Pretendard SemiBold";
    color: #222;
    margin: 0;
}

.fw-sectionHeader__titleLink {
    color: inherit;
    text-decoration: none;
}

.fw-sectionHeader__more {
    font-size: 12px;
    color: #666;
    background: none;
    border: 0;
    cursor: pointer;
}

.fw-sectionHeader__more.border {
    font-size: 12px;
    border: 1px solid #ccc;
    color: #626262;
    padding: 2px 8px;
}

.fw-productPage {
  display: flex;
  flex-direction: column;

  gap: 12px;
}

.fw-imgArea {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.fw-thumbImg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.04);
}
.fw-thumbImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw-imgArea .fw-topLeft,
.fw-imgArea .fw-topRight,
.fw-imgArea .fw-bottomLeft,
.fw-imgArea .fw-bottomRight {
  position: absolute;
  z-index: 2;
  pointer-events: auto;
}

.fw-imgArea .fw-topLeft {
  top: 0;
  left: 0;
}
.fw-imgArea .fw-topRight {
  top: 0;
  right: 0;
}
.fw-imgArea .fw-bottomLeft {
  bottom: 0;
  left: 0;
}
.fw-imgArea .fw-bottomRight {
  right: 0;
  bottom: 0;
}

.fw-imgArea .fw-rankingNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #555;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.fw-goodsList__item:nth-child(-n + 3) .fw-imgArea .fw-rankingNumber {
  background: #ec5026;
}

.fw-imgArea .fw-benefitBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #ec5026;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

.fw-imgArea .fw-btnImageSearch {
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 24px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  border: 0;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
}
.fw-btnImageSearch:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.fw-goodsList__item .fw-imgArea .fw-btnHeart {
  right: 10px;
  bottom: 10px;
  width: 27px;
  height: 23px;
  padding: 0;
  border: 0;
  background: url("https://icon.feelway.com/recent/pc/common/icon/icon_heart2.png")
    no-repeat center / 27px 23px;
  cursor: pointer;
}

.fw-goodsList__item .fw-imgArea .fw-btnHeart.active {
  background: url("https://icon.feelway.com/recent/pc/common/icon/icon_heart2_on.png")
    no-repeat center / 27px 23px;
  animation: heartActive 1s ease forwards;
}

@keyframes heartActive {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.fw-imgArea .fw-soldOutTxt {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(141, 141, 141, 0.6);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: "Pretendard";
  z-index: 3;
}

.fw-imgArea .fw-soldOutTxt p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fw-imgArea .fw-soldOutTxt p::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.fw-goodsListWrap .fw-goodsList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 80px 20px;
  max-width: 1000px;
}

.fw-goodsListWrap.fw-pc-col4 .fw-goodsList {
  grid-template-columns: repeat(4, 1fr);
}
.fw-goodsListWrap.fw-pc-col2 .fw-goodsList {
  grid-template-columns: repeat(2, 1fr);
}

.fw-goodsListWrap.fw-mo-card .fw-goodsList {
  display: flex;
  flex-direction: column;
  gap: 30px 15px;
  max-width: none;
}

.fw-goodsListWrap.fw-mo-grid2 .fw-goodsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10px;
  max-width: none;
}
.fw-goodsListWrap.fw-mo-grid2 .fw-goodsList__item .discountPrice {
  display: none;
}

.fw-goodsListWrap.fw-mo-grid3 .fw-goodsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 15px;
  max-width: none;
}

.fw-goodsList__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  width: auto;
  margin: 0;
  padding-bottom: 0;
}

.fw-goodsList__item .fw-btnHeart {
  z-index: 2;
  pointer-events: auto;
}
.fw-goodsInformation .fw-actionButtons .fw-actionButton,
.fw-goodsInformation .fw-actionButton.btnCart,
.fw-goodsInformation .fw-actionButton.btnBuy,
.fw-goodsInformation .fw-actionButton.btnNego,
.fw-goodsInformation .fw-actionButton.btnCompare,
.fw-goodsInformation .fw-btnOptionToggle {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.fw-productLink {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.fw-goodsInformation {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fw-goodsInformation__actionButtons {
  display: flex;
  margin: 4px 0 10px 0;
}
.fw-goodsInformation .fw-actionButtons button {
  padding: 10px 0;
  border: 1px solid #ddd;
  background: #fff;
  color: #222;
  font-size: 13px;
  font-family: "Pretendard SemiBold";
  cursor: pointer;
  transition: all 0.2s;
}

.fw-goodsInformation .fw-actionButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 22px;
  border: 1px solid #ddd;
  background: #fff;
  color: #222;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  box-sizing: border-box;
}
.fw-goodsInformation .fw-actionButton.btnNego {
  color: #169dab;
}
.fw-goodsInformation__actionButtons .fw-actionButton + .fw-actionButton {
  border-left: none;
}

.fw-goodsInformation .fw-brandName {
  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 6px;
  min-width: 0;
  font-size: 14px;
  font-family: "Pretendard SemiBold";
  color: #222;
}
.fw-goodsInformation .fw-brandName__text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  font-family: "Pretendard SemiBold";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.fw-goodsInformation .fw-goodsStatus {
  display: flex;
  gap: 6px;
  font-family: "Pretendard";
}
.fw-goodsInformation .fw-goodsStatus__item {
  display: flex;
  padding: 2px 4px;
  border: 1px solid #ccc;
  background: transparent;
  font-size: 10px;
  color: #ccc;
  line-height: 1;
}
.fw-goodsInformation .fw-goodsTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

  font-family: "Pretendard";
  font-weight: 400;
  color: #222;

  overflow-wrap: anywhere;
  word-break: keep-all;
  margin: -4px 0;

  font-size: 13px;
  line-height: 23px;
  max-height: 46px;
}
.fw-goodsInformation .fw-goodsTitle .fw-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;

  padding: 0 4px;
  margin-right: 4px;
  background: #999;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;

  height: 18px;
  line-height: 18px;
  font-size: 10px;
}

.fw-goodsInformation .fw-goodsBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
}
.fw-goodsInformation .fw-goodsBadge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 4px;
  padding: 4px 5px;
  background: #f5f5f5;
}

.fw-goodsInformation .fw-goodsBadge__icon {
  width: 16px;
  height: 10px;
  flex: none;
  display: block;
  color: #999;
}

.fw-goodsInformation .fw-goodsBadge__text {
  font-size: 10px;
  color: #999;
  line-height: 1;
  white-space: nowrap;
}

.fw-goodsInformation .fw-showOption {
  position: relative;
  min-height: 16px;
  line-height: 16px;
  color: #999;
  font-size: 13px;
  z-index: 3;
  cursor: pointer;
}
.fw-goodsInformation .fw-showOption__text {
  padding-left: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.fw-goodsInformation .fw-showOption .fw-btnOptionToggle {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 12;
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transition: 0.2s;
  background: url('https://icon.feelway.com/recent/pc/common/icon/plus-circle.svg')
    no-repeat 50%/16px 16px;
  border: 0;
  cursor: pointer;
}
.fw-goodsInformation .fw-showOption.active .fw-showOption__text {
  padding-left: 0;
  line-height: 16px;
  font-size: 12px;
  white-space: normal;
  text-overflow: clip;
  overflow: inherit;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.fw-goodsInformation .fw-showOption.active .fw-btnOptionToggle {
  transform: rotate(135deg);
  transition: 0.2s;
}
.fw-goodsInformation .fw-showOption.active .fw-showOption__inner {
  position: absolute;
  top: 5px;
  right: 6px;
  left: 6px;
  padding: 12px;
  border: 1px solid #999;
  background: #fff;
  border-radius: 5px;
  z-index: 11;
  box-sizing: border-box;
}
.fw-goodsInformation__priceSection {
  font-size: 14px;
}
.fw-goodsInformation .fw-goodsPrice {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 0;
  color: #222;
  font-family: "Pretendard SemiBold";
}
.fw-goodsPrice__discount {
  color: #ed4e2b;
}

.fw-goodsPrice__discount-unit{
  font-size: 10px;
  font-family: "Pretendard";
  font-weight: 400;
}

.fw-goodsPrice__current {
  color: #222;
}
.fw-goodsPrice__original {
  color: #999;
  font-size: 13px;
  text-decoration: line-through;
  font-family: "Pretendard";
  font-weight: 400;
}

.fw-goodsInformation .fw-btnNego + .fw-btnCompare {
  border-left: 0;
}

.fw-goodsInformation__shippingInfo {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 26px;
  background: url("https://icon.feelway.com/recent/common/icon/icon_shipping_today.png")
    no-repeat left center;
  background-size: 18px;
  filter: brightness(0) saturate(100%);
  overflow: hidden;
}

.fw-shippingInfo__status {
  flex-shrink: 0;
  color: #666;
  font-size: 13px;
  white-space: nowrap;
}

.fw-shippingInfo__message {
  position: relative;
  flex: 1;
  min-width: 0;
  color: #666;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fw-shippingInfo__status + .fw-shippingInfo__message::before {
  content: "·";
  margin-right: 5px;
  color: #999;
}

.fw-goodsInformation .fw-sellerIconGrade {
  font-size: 14px;
  color: #666;
}

.fw-mo-card .fw-goodsInformation__actionButtons {
  order: -1;
}
.fw-mo-card .fw-goodsInformation__actionButtons .fw-actionButton {
  flex: 0 0 25%;
  width: 25%;
}
.fw-pc-col4 .fw-goodsInformation__actionButtons .fw-actionButton,
.fw-mo-grid2 .fw-goodsInformation__actionButtons .fw-actionButton {
  flex: 0 0 50%;
  max-width: 50%;
}
.fw-mo-card .fw-goodsInformation__actionButtons .fw-actionButton,
.fw-mo-grid2 .fw-goodsInformation__actionButtons .fw-actionButton {
  height: 40px;
  font-size: 13px;
}
.fw-mo-grid2 .fw-goodsInformation__actionButtons .fw-actionButton {
  height: 28px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fw-pc-col4 .fw-goodsInformation__actionButtons {
  margin: 0;
}

.fw-mo-grid3 .fw-goodsInformation .fw-goodsTitle {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
  white-space: nowrap;
  word-wrap: normal;
}
.fw-mo-grid3 .fw-goodsInformation .fw-brandName__text,
.fw-mo-grid3 .fw-goodsInformation__priceSection {
  font-size: 13px;
}
.fw-mo-grid3 .fw-goodsInformation .fw-goodsPrice {
  gap: 3px;
  flex-wrap: wrap;
}

.fw-mo-grid3 .fw-goodsInformation .fw-goodsPrice__discount {
  white-space: nowrap;
  flex: 0 0 auto;
}

.fw-mo-grid3 .fw-goodsInformation .fw-goodsPrice__current {
  flex: 1 1 auto;
  min-width: max-content;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.fw-mo-grid3 .fw-goodsInformation .fw-goodsPrice__original {
  flex: 0 0 auto;
  white-space: nowrap;
}

.fw-goodsList__aiSection {
  grid-column: 1 / -1;
}

.fw-aiRecommendSection {
  padding: 20px 15px;
  margin: 0 -15px;
  background: #f8f8f8;
  overflow: hidden;
}

.fw-aiRecommendSection__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Pretendard SemiBold";
  color: #222;
}

.fw-aiRecommendSection__title .fw-highlight {
  color: #169dab;
}

.fw-aiProduct {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.fw-aiRecommendSlider .fw-goodsTitle {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    white-space: nowrap;
    word-wrap: normal;
}

.fw-aiRecommendSlider {
  position: relative;
  padding: 0 0 30px !important;
}

.fw-aiRecommendSlider .fw-alRecommendProducts-pagination.swiper-pagination-progressbar {width:260px;height:2px;top:auto;bottom:0;left:50%;transform:translateX(-50%);background:#eee;z-index:0;}
.fw-aiRecommendSlider .fw-alRecommendProducts-pagination .fw-swiper-pagination-progressbar-fill {background-color:#169dab;}

.fw-searchLuxuryknowledge { padding: 0 15px; }
.fw-goodsListWrap.review { padding-bottom: 100px; }
.fw-goodsListWrap.review .fw-goodsList {display: flex; flex-direction: column;gap: 20px;}
.fw-goodsListWrap.review .fw-goodsList__item { flex-direction: row-reverse; gap: 10px; min-width: 100%; border-top: 1px solid #eee;padding-top: 20px;}
.fw-goodsListWrap.review .fw-goodsList__item:first-child {padding-top: 0;border-top: 0;}
.fw-goodsListWrap.review .fw-imgArea { flex-shrink: 0; width: 80px; height: 80px; border-radius: 10px; }
.fw-goodsListWrap.review .fw-goodsInformation { flex-grow: 1; min-width: 0; }
.fw-goodsListWrap.review .fw-brandName { justify-content: flex-start; }
.fw-goodsListWrap.review .fw-brandName__text {
    flex: initial;
    font-family: "Pretendard";
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.fw-goodsListWrap.review .fw-badge {
   position: relative;
    padding-left: 8px;
    font-family: "Pretendard";
    font-size: 13px;
    font-weight: 400;
    color: #666;
    border: 0;
}

.fw-goodsListWrap.review .fw-badge::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #ccc;
    transform: translateY(-50%);
}

.fw-goodsListWrap.review .fw-goodsTitle {
    font-family: "Pretendard SemiBold";
    font-size: 14px;
    font-weight: 600;
}

.fw-goodsListWrap.review .fw-reviewContent__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-top: 4px;
    font-family: Pretendard;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.fw-goodsListWrap.review .fw-reviewMeta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #8d8d8d;
}

.fw-goodsListWrap.review .fw-reviewMeta__author,
.fw-goodsListWrap.review .fw-reviewMeta__date,
.fw-goodsListWrap.review .fw-reviewMeta__likes { flex-shrink: 0; }

.fw-goodsListWrap.review .fw-reviewMeta__author { color: #8d8d8d; }
.fw-goodsListWrap.review .fw-reviewMeta__date {
    position: relative;
    padding-left: 10px;
}
.fw-goodsListWrap.review .fw-reviewMeta__date::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 12px;
    background: #eee;
    transform: translateY(-50%);
}

.fw-goodsListWrap.review .fw-reviewMeta__views,
.fw-goodsListWrap.review .fw-reviewMeta__likes { position: relative; padding-left: 8px; }

.fw-goodsListWrap.review .fw-reviewMeta__views::before,
.fw-goodsListWrap.review .fw-reviewMeta__likes::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #eee;
    transform: translateY(-50%);
}

.fw-goodsListWrap.review .fw-reviewMeta__views {
    min-width: 0;
    max-width: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fw-goodsListWrap.review .fw-reviewMeta__likes {
    padding-left: 22px;
    background: url('//icon.feelway.com/recent/mo/contents/luxuryknowledge/bg_like.png') no-repeat 10px 50% / 10px;
}

.fw-bottomSheet__productInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 10px 15px;
    margin: 0 -10px 0;
    background: #fff;
    color: inherit;
    text-decoration: none;
}
.fw-bottomSheet__productInfo__thumb {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 5px;
    background: #f5f5f5;
}
.fw-bottomSheet__productInfo__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fw-bottomSheet__productInfo__desc {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.fw-bottomSheet__productInfo__desc .fw-productBrand {
    font-size: 14px;
    font-family: 'Pretendard SemiBold', sans-serif;
    color: #222;
}
.fw-bottomSheet__productInfo__desc .fw-productName {
    font-size: 13px;
    color: #222;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fw-bottomSheet__selectBox {
    display: flex;
    flex-direction: column;
    margin: 0 -10px;
    padding: 0 10px 10px;
    background: #fff;
}
.fw-bottomSheet__selectBox__button {
    position: relative;
    width: 100%;
    border: 1px solid #8e8e8e;
    background: #fff;
    padding: 0 15px;
    line-height: 42px;
    height: 44px;
    color: #555;
    font-size: 13px;
    text-align: left;
    box-sizing: border-box;
}
.fw-bottomSheet__selectBox__button .fw-label {
    display: block;
    width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fw-bottomSheet__selectBox__button .fw-label::before {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 6px;
    background: url("https://www.feelway.com/m/tobe/resource/image/icon/icon_20by12_arrowBottom.png") no-repeat center;
    background-size: 10px 6px;
}
.fw-bottomSheet__selectBox__button[aria-expanded="true"] .fw-label::before {
    transform: translateY(-50%) rotate(180deg);
}

.fw-bottomSheet__selectBox__list {
    background: #fff;
    border: 1px solid #8e8e8e;
    min-height: 0;
    max-height: 22vh;
    overflow: hidden auto;
    margin-top: -1px;
    opacity: 1;
    transition: max-height 0.22s ease, opacity 0.18s ease, margin-top 0.18s ease, border-width 0.18s ease;
    will-change: max-height, opacity;
}
.fw-bottomSheet__selectBox__button[aria-expanded="true"] + .fw-bottomSheet__selectBox__list,
.fw-bottomSheet__selectBox.isOpen .fw-bottomSheet__selectBox__list {
    max-height: 22vh;
    opacity: 1;
    pointer-events: auto;
    margin-top: -1px;
    border-width: 1px;
}
.fw-bottomSheet__selectBox__button[aria-expanded="false"] + .fw-bottomSheet__selectBox__list,
.fw-bottomSheet__selectBox.isClosed .fw-bottomSheet__selectBox__list {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    margin-top: 0;
    border-top-width: 0;
    border-bottom-width: 0;
}
.fw-bottomSheet__selectBox__list .fw-list li {
    position: relative;
    border-top: 1px solid #e6e6e6;
    font-size: 13px;
    min-height: 43px;
}
.fw-bottomSheet__selectBox__list .fw-list li:first-child {
    border-top: 0;
}
.fw-bottomSheet__selectBox__list li input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.fw-bottomSheet__selectBox__list li .fw-label {
    display: block;
    padding: 12px 15px;
    color: #666;
    line-height: 1.4;
}
.fw-bottomSheet__selectBox__list li .fw-label .fw-optionText {
    display: inline;
    white-space: normal;
    word-break: break-word;
}
.fw-bottomSheet__selectBox__list li .fw-label .fw-optionText .fw-priceOption {
    display: inline;
    white-space: nowrap;
    margin-left: 15px;
}
.fw-bottomSheet__selectBox__list li .fw-label .fw-soldout {
    display: none;
    color: #ec5026;
    margin: 0 0 0 5px;
}
.fw-bottomSheet__selectBox__list li .fw-productRequestBtn {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #8d8d8d;
    color: #8d8d8d;
    transform: translateY(-50%);
    font-size: 12px;
    z-index: 5;
}
.fw-bottomSheet__selectBox__list li input.radio:checked + .fw-label {
    color: #169dab;
    background-color: #f5f5f5;
}

.fw-bottomSheet__bill {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 0 -15px;
    background: #eee;
}
.fw-bottomSheet__bill .fw-bottomSheet__bill__left {
    display: flex;
    align-items: center;
    min-width: 0;
}
.fw-bottomSheet__bill .fw-bottomSheet__bill__label {
    font-size: 14px;
    color: #222;
    text-align: left;
}
.fw-bottomSheet__bill .fw-bottomSheet__bill__label.boldFont {
    font-family: 'Pretendard SemiBold', sans-serif;
}
.fw-bottomSheet__bill .fw-bottomSheet__bill__value {
    font-size: 13px;
    color: #169DAB;
    text-align: right;
    margin-left: auto;
    white-space: nowrap;
}
.fw-bottomSheet__bill .fw-bottomSheet__bill__value .fw-bottomSheet__bill__amount {
    font-style: normal;
    font-size: 22px;
    font-family: 'Pretendard SemiBold', sans-serif;
    vertical-align: -2px;
}
.fw-bottomSheet__bill .fw-benefitCont {
    margin-left: 10px;
}
.fw-bottomSheet__bill .fw-benefitCont .fw-buttonLoyaltyCoupon {
    font-size: 14px;
    border: solid 2px #d9001b;
    padding: 2px 7px;
    border-radius: 5px;
    font-family: 'Pretendard SemiBold';
    margin: 0;
    display: flex;
    align-items: center;
    background: none;
    width: auto;
    height: auto;
    line-height: normal;
    color: #d9001b;
}
.fw-bottomSheet__bill .fw-benefitCont .fw-buttonLoyaltyCoupon::after {
    content: '';
    background: url('//icon.feelway.com/recent/pc/common/icon/icon-arrowDown.svg') 0 0 / 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
}

.fw-bottomSheet__buttons__cart {
    background: #fff;
    border: 1px solid #d5d5d5 !important;

}
.fw-bottomSheet__buttons__buy {
    background: #222;
    color: #fff;
}

.fw-commonTooltipLayerPopup.patronPriceCouponPop {
    width: 90%;
    max-width: 360px;
    z-index: 701;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    box-sizing: border-box;
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop::before,
.fw-commonTooltipLayerPopup.patronPriceCouponPop::after {
    display: none;
    content: none;
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__header__closeButtonWrap {
    top: -16px;
    right: -13px;
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__header__closeButtonWrap .fw-button {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__header__closeButtonWrap .fw-button::before,
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__header__closeButtonWrap .fw-button::after {
    position: absolute;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #fff;
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__header__closeButtonWrap .fw-button::before {
    transform: rotate(45deg);
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__header__closeButtonWrap .fw-button::after {
    transform: rotate(-45deg);
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__cont .fw-popTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__cont .fw-popTitle h5 {
    font-family: 'Pretendard SemiBold';
    font-size: 14px;
    margin: 0;
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__cont .fw-popTitle .fw-colorRed {
    color: #d9001b;
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__cont .fw-popCont {
    border-top: solid 1px #d5d5d5;
    margin-top: 15px;
    padding-top: 15px;
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__cont .fw-popCont p {
    font-size: 13px;
    color: #555;
    text-align: center;
    margin: 0;
}
.fw-commonTooltipLayerPopup.patronPriceCouponPop .fw-commonTooltipLayerPopup__cont .fw-popCont .fw-buttonLoyaltyBenefit {
    background: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    margin: 20px auto 0;
    display: block;
    font-size: 13px;
    border: none;
}

/* === 상품 리스트 스켈레톤 (.skeleton base 는 common/css/fw-skeleton.css) === */
.skeletonGoodsList .skeletonThumbImg {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.skeletonGoodsList .goodsInformation {
  margin-top: 4px;
}
.skeletonGoodsList .skeletonBrandName {
    width: 40%;
    height: 16px;
}
.skeletonGoodsList .skeletonGoodsTitle {
    width: 90%;
    height: 14px;
    margin-top: 8px;
}
.skeletonGoodsList .skeletonGoodsTitle.short {
    width: 70%;
    margin-top: 8px;
}
.skeletonGoodsList .skeletonPrice {
    width: 50%;
    height: 16px;
    margin-top: 8px;
}
.skeletonGoodsList .skeletonShipping {
    width: 80%;
    height: 12px;
    margin-top: 8px;
}
.skeletonGoodsList .skeletonSeller {
    width: 60%;
    height: 12px;
    margin-top: 8px;
}
