/*
|---------------------------------------------------------------
| PC product.css
|---------------------------------------------------------------
*/
.fs-l-main {
  display: block;
  max-width: 100%;
  padding: 20px 0 0;
  margin: 40px 0 0;
}

.fs-l-pageMain {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.lylw-product_detail {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}
.lylw-product_detail .fs-c-productMainImage,
.lylw-product_detail .fs-c-productCarouselMainImage {
  margin: 0 0 30px;
}
.lylw-product_detail .fs-c-productThumbnail {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-gap: 15px;
}
.lylw-product_detail .fs-c-productThumbnail__image {
  margin: 0;
  padding: 0;
  max-width: 100%;
  flex-basis: auto;
  position: relative;
}
.lylw-product_detail .fs-c-productThumbnail__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.lylw-product_detail .fs-c-productThumbnail__image.is-active img {
  border-color: #d8c2a9;
}
.lylw-product_detail .fs-c-productCarouselMainImage__thumbnailList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-gap: 15px;
}
.lylw-product_detail .fs-c-productCarouselMainImage__thumbnailList > li {
  margin: 0;
  padding: 0;
  max-width: 100%;
  flex-basis: auto;
  position: relative;
}
.lylw-product_detail .fs-c-productCarouselMainImage__thumbnailList > li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.lylw-product_detail .fs-c-productCarouselMainImage__thumbnailList > li.slick-active img {
  border-color: #d8c2a9;
}
.lylw-product_detail .fs-c-productCarouselMainImage__thumbnail__caption {
  font-size: 12px;
}
.lylw-product_detail .fs-c-productPrice {
  font-size: 26px;
  text-align: right;
  justify-content: flex-end;
}
.lylw-product_detail .fs-c-productActionButton {
  border-top: 1px solid #d8c2a9;
}

/*
 * Main
------------------------------------------------*/
.lylw-product_detail__layout {
  display: block;
  width: 100%;
}
.lylw-product_detail__layout__left, .lylw-product_detail__layout__right {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (min-width: 960.02px) {
  .lylw-product_detail__layout {
    width: auto;
    margin: 0 -40px;
    display: flex;
    flex-wrap: nowrap;
  }
  .lylw-product_detail__layout__left, .lylw-product_detail__layout__right {
    padding: 0 40px;
  }
  .lylw-product_detail__layout__left {
    width: auto;
    flex: 0 0 46.83%;
    max-width: 46.83%;
  }
  .lylw-product_detail__layout__right {
    flex-grow: 1;
    flex-basis: 0;
  }
}
.lylw-product_detail__layout + .lylw-product_detail__description {
  margin-top: 80px;
}
.lylw-product_detail__action {
  border-top: 1px solid #d8c2a9;
}
.lylw-product_detail__action .fs-c-productActionButton {
  border-top: 0;
}

/*
 * Counter
------------------------------------------------*/
.lylw-pd-counter {
  display: none;
}

/*
 * Encounter
------------------------------------------------*/
.lylw-pd-encounter {
  padding: 90px 0;
  color: #231815;
  background: rgba(216, 194, 169, 0.2);
}
