a:hover {
  color: #B91440;
  text-decoration: underline;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #B91440;
}

@media (max-width: 767px) {
.fs-c-heading--page {
  text-align: left;
}
}

.fs-c-documentColumn a,
.fs-c-documentArticle__content a {
  -webkit-text-decoration-skip: none;
}
.fs-c-documentColumn a:hover {
  color: #B91440;
}

.fs-p-heading--lv2 {
  display: none;
}
.fs-p-heading--lv2 {
  display: none;
}
.multiGrid > .flywheel-recommend__frame {
  width: 100%!important;
}
.multiGrid > .flywheel-recommend__frame .fr3-productListStatic {
  display: grid;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  gap: 15px;
  padding-bottom: 15px;
  grid-auto-flow: column;
  background: white;
}
.multiGrid > .flywheel-recommend__frame .fr3-productListStatic::-webkit-scrollbar-thumb, .multiGrid > .flywheel-recommend__frame .fr3-productListStatic::-webkit-scrollbar-track {
  border-radius: 92px;
}

.multiGrid > .flywheel-recommend__frame .fr3-productListStatic::-webkit-scrollbar-thumb {
  background: #B91440;
}

.multiGrid > .flywheel-recommend__frame .fr3-productListStatic::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.multiGrid > .flywheel-recommend__frame .fr3-productListStatic::-webkit-resizer {
  width: 90%;
}

.multiGrid > .flywheel-recommend__frame .fr3-productListStatic::-webkit-scrollbar {
  height: 4px;
}

.multiGrid > .flywheel-recommend__frame .fr3-productListStatic > article {
  width: 230px;
  flex-shrink: 0;
  isolation: isolate;
}
@media (max-width: 767px) {
  .multiGrid > .flywheel-recommend__frame .fr3-productListStatic > article {
    width: 150px;
  }
}
.multiGrid.pc-4 > .flywheel-recommend__frame .fr3-productListStatic > article {
  width: 290px;
}

.multiGrid.pc-6 > .flywheel-recommend__frame .fr3-productListStatic > article {
  width: 190px;
}

@media (max-width: 767px) {
  .multiGrid.sp-2 > .flywheel-recommend__frame .fr3-productListStatic > article {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .multiGrid.sp-1 > .flywheel-recommend__frame .fr3-productListStatic > article {
    width: 280px;
  }
}

.fr3-item__imageContainer {
  min-height: 200px;
}

.fr3-item__imageContainer .fr3-item__image {
  object-fit: contain;
}

.fr3-item__productName {
  line-height: 24px;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: underline;
}
.fr3-item__productPrice {
  line-height: 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}
.fr3-item__productPrice .fr3-item__productPrice__addon {
  font-size: 12px;
}

.multiGrid.recommend::-webkit-scrollbar{
  display: none;
}

.fr3-item__rankContainer {
  display: none!important;
}
.fr3-item:hover {
  color: #B91440;
}



