main {
  overflow: hidden;
}

.invisible {
  visibility: visible;
}

.productText .name {
  white-space: normal !important;
}
.productText span {
  display: block;
}
.productText .price span {
  display: inline-block;
}

.p-product-image {
  display: none;
}
.p-product-image.is-active {
  display: block;
}

.p-news-content a {
  color: #bc696d;
}
.p-news-content p {
  margin-top: 1rem;
}
.p-news-content ul {
  margin-left: 1rem;
}
.p-news-content li {
  list-style-type: disc;
}
.p-news-content dd {
  padding-left: 2rem;
}

html,
html.wf-active {
  margin-top: 0px !important;
}

.p-topProduct-image-pager .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.justify-between {
  justify-content: space-between;
}

._description_rhpmd_10 img {
  max-width: 100%;
}

header > h1 {
  transition: all 300ms ease-out 0ms;
  opacity: 1;
  pointer-events: auto;
}
.js-menu-active header > h1 {
  opacity: 0;
  pointer-events: none;
}

.p-img_small {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-marks {
  position: absolute;
  z-index: 5;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
}
.p-marks > div {
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .p-marks > div {
    margin-right: 5px;
  }
}

.p-product-detail-marks {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}
.p-product-detail-marks > p {
  margin-right: 10px;
}

.p-product-detail-marks-mark {
  flex: 0 0 auto;
  background-color: #E05B3B;
  border-radius: 50px;
  height: 25px;
  padding: 1px 20px;
  margin-right: 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .p-product-detail-marks-mark {
    font-size: 14px;
    padding: 1px 15px;
    margin-right: 7px;
  }
}