body:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 11;
  opacity: 0.5;
  pointer-events: none;
}

.page.product-wrap {
  position: relative;
  padding-bottom: 250px;
}
.page.product-wrap .page-desc {
  padding: 80px 0 75px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page.product-wrap .page-desc.category-banner .page-title,
.page.product-wrap .page-desc.category-banner .page-summary {
  color: #fff;
}
.page.product-wrap .category-list .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.page.product-wrap .category-list .category {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
  cursor: pointer;
}
.page.product-wrap .category-list .category:hover {
  box-shadow: 3px 3px 5px #ccc;
}
.page.product-wrap .category-list .category:after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.3s;
}
.page.product-wrap .category-list .category p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.13;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}
.page.product-wrap .product-list .product-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.page.product-wrap .product-list .product-box .product {
  flex: 0 1 14.2857142857%;
  overflow: hidden;
}
.page.product-wrap .product-list .product-box .product.pad {
  flex: 1;
}
.page.product-wrap .product-list .product-box .product:not(.field-name, .pad) {
  transition: 0.3s;
  cursor: pointer;
}
.page.product-wrap .product-list .product-box .product:not(.field-name, .pad):hover {
  background-color: #fafafa;
}
.page.product-wrap .product-list .product-box .product.field-name {
  display: none;
}
.page.product-wrap .product-list .product-box .product.field-name > * {
  font-size: 16px;
  font-weight: bold;
  color: #777;
  justify-content: flex-start;
  padding-left: 30px;
}
.page.product-wrap .product-list .product-box .product.field-name:nth-child(1), .page.product-wrap .product-list .product-box .product.field-name:nth-child(9n+1) {
  display: block;
}
.page.product-wrap .product-list .product-box .product > * {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.page.product-wrap .product-list .product-box .product .name {
  height: 100px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-bottom-color: #000;
  text-align: center;
  letter-spacing: -0.3px;
}
.page.product-wrap .product-list .product-box .product .thumb {
  height: 230px;
}
.page.product-wrap .product-list .product-box .product .thumb img {
  max-width: 105px;
  max-height: 105px;
}
.page.product-wrap .product-list .product-box .product .meta {
  height: 80px;
}
.page.product-wrap .product-info .basic-wrap {
  background-color: #fff;
}
.page.product-wrap .product-info .basic-wrap .content-wrap {
  display: flex;
}
.page.product-wrap .product-info .basic-wrap .image {
  flex: 1 1 644px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.product-wrap .product-info .basic-wrap .image img {
  max-width: 230px;
  max-height: 230px;
}
.page.product-wrap .product-info .basic-wrap .texts {
  flex: 1 1 956px;
  margin-top: 64px;
  margin-bottom: 78px;
  position: relative;
}
.page.product-wrap .product-info .basic-wrap .texts .name {
  font-size: 48px;
  font-weight: bold;
  color: #000;
}
.page.product-wrap .product-info .basic-wrap .texts .category {
  margin-top: 57px;
  font-size: 36px;
  font-weight: 300;
  color: #000;
}
.page.product-wrap .product-info .basic-wrap .texts .summary {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.page.product-wrap .product-info .basic-wrap .texts .summary.has-more.show-more {
  -webkit-line-clamp: unset;
}
.page.product-wrap .product-info .basic-wrap .texts p.view-more {
  position: absolute;
  bottom: -15px;
  right: 0;
  margin: 0;
  font-size: 18px;
  color: #e21c24;
  cursor: pointer;
}
.page.product-wrap .product-info .link-wrap {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 18px;
  color: #fff;
}
.page.product-wrap .product-info .link-wrap > * {
  width: 310px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.product-wrap .product-info .link-wrap > *:nth-child(n+2) {
  border-left: 1px solid #fff;
}
.page.product-wrap .product-info .link-wrap > *.store {
  justify-content: flex-end;
  padding-right: 38px;
}
.page.product-wrap .product-info .link-wrap > *.store img {
  margin-right: 0;
}
.page.product-wrap .product-info .link-wrap > * img {
  vertical-align: middle;
  margin-right: 11px;
}
.page.product-wrap .product-info .link-wrap > * select {
  width: 180px;
  padding-right: 20px;
  font-size: 18px;
  border: none;
  background-color: #000;
  color: #fff;
  text-align: center;
  background-image: url(../images/icon_select.svg);
  background-position: right center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
}
.page.product-wrap .product-info .link-wrap > * select:focus {
  outline: none;
}
.page.product-wrap .product-info .link-wrap > * select option {
  line-height: 2;
}
.page.product-wrap .product-info .detail-wrap .content-wrap {
  padding-top: 75px;
  padding-bottom: 80px;
  display: flex;
}
.page.product-wrap .product-info .detail-wrap .content-wrap .detail h2 {
  font-size: 24px;
  margin: 0;
}
.page.product-wrap .product-info .detail-wrap .content-wrap .detail p {
  margin: 27px 0 0;
  font-size: 14px;
  line-height: 1.71;
  max-width: 590px;
  white-space: pre-line;
}
.page.product-wrap .product-info .detail-wrap .content-wrap .detail ul {
  margin: 27px 0 0;
  font-size: 14px;
  padding-left: 17px;
}
.page.product-wrap .product-info .detail-wrap .content-wrap .detail ul li:nth-child(n+2) {
  margin-top: 16px;
}
.page.product-wrap .product-info .detail-wrap .content-wrap .detail ul li ul {
  margin-top: 10px;
}
.page.product-wrap .product-info .detail-wrap .content-wrap .detail ul li ul li:nth-child(n+2) {
  margin-top: 10px;
}
.page.product-wrap .product-info .detail-wrap .content-wrap .detail.description {
  flex: 1;
}
.page.product-wrap .product-info .detail-wrap .content-wrap .detail.features {
  flex: 1;
}
.page.product-wrap .product-info .related-wrap .content-wrap {
  padding-top: 80px;
  border-top: 1px solid #000;
}
.page.product-wrap .product-info .related-wrap h2 {
  font-size: 24px;
  margin: 0;
}
.page.product-wrap .product-info .related-wrap .related-products {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.page.product-wrap .product-info .related-wrap .related-products .product {
  flex: 1;
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.page.product-wrap .product-info .related-wrap .related-products .product:hover {
  box-shadow: 3px 3px 5px #ccc;
}
.page.product-wrap .product-info .related-wrap .related-products .product .thumb {
  padding-top: 70%;
  position: relative;
}
.page.product-wrap .product-info .related-wrap .related-products .product .thumb img {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  max-width: 80%;
  max-height: 80%;
}
.page.product-wrap .product-info .related-wrap .related-products .product .name {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .page.product-wrap .page-desc {
    height: auto;
    padding-bottom: 85px;
  }
  .page.product-wrap .product-list .product-box .product {
    flex: 0 1 20%;
  }
  .page.product-wrap .product-list .product-box .product.field-name {
    display: none !important;
  }
  .page.product-wrap .product-list .product-box .product.field-name:nth-child(1), .page.product-wrap .product-list .product-box .product.field-name:nth-child(6n+1) {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .page.product-wrap .page-desc .page-summary {
    white-space: normal !important;
  }
  .page.product-wrap .category-list .content-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .page.product-wrap .category-list .content-wrap .category:nth-child(9) {
    grid-column: 1/3;
  }
  .page.product-wrap .product-info .detail-wrap .content-wrap {
    display: block;
  }
  .page.product-wrap .product-info .detail-wrap .content-wrap .detail:nth-child(n+2) {
    margin-top: 40px;
  }
  .page.product-wrap .product-info .related-wrap .related-products .product.empty {
    display: none;
  }
}
@media (max-width: 750px) {
  .page.product-wrap .product-list .product-box .product {
    flex: 0 1 33.3333333333%;
  }
  .page.product-wrap .product-list .product-box .product.field-name {
    display: none !important;
  }
  .page.product-wrap .product-list .product-box .product.field-name:nth-child(1), .page.product-wrap .product-list .product-box .product.field-name:nth-child(3n+1) {
    display: block !important;
  }
  .page.product-wrap .product-list .product-box .product.field-name > * {
    font-size: 2.5vw;
  }
  .page.product-wrap .product-list .product-box .product > * {
    font-size: 2.5vw;
  }
  .page.product-wrap .product-list .product-box .product .name {
    font-size: 3vw;
    height: 15vw;
  }
  .page.product-wrap .product-list .product-box .product .thumb {
    height: 30vw;
  }
  .page.product-wrap .product-list .product-box .product .thumb img {
    max-height: 90%;
    max-width: 80%;
  }
  .page.product-wrap .product-list .product-box .product .meta {
    height: 10vw;
  }
  .page.product-wrap .product-info .basic-wrap .content-wrap {
    padding-top: 50px;
    display: block;
  }
  .page.product-wrap .product-info .basic-wrap .texts {
    margin: 0;
    padding: 10vw 0;
  }
  .page.product-wrap .product-info .basic-wrap .texts .name {
    text-align: center;
  }
  .page.product-wrap .product-info .basic-wrap .texts .category {
    text-align: center;
    margin-top: 4vw;
  }
  .page.product-wrap .product-info .basic-wrap .texts .summary {
    margin-top: 6vw;
    -webkit-line-clamp: unset;
  }
  .page.product-wrap .product-info .basic-wrap .texts #viewMoreTrigger {
    opacity: 0;
    pointer-events: none;
  }
  .page.product-wrap .product-info .related-wrap .related-products {
    display: block;
  }
  .page.product-wrap .product-info .related-wrap .related-products .product:nth-child(n+2) {
    margin-top: 5vw;
  }
}
@media (max-width: 700px) {
  .page.product-wrap .category-list .content-wrap {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
  .page.product-wrap .category-list .content-wrap .category {
    height: 60vw;
  }
  .page.product-wrap .category-list .content-wrap .category:nth-child(9) {
    grid-column: 1/2;
  }
}

/*# sourceMappingURL=skin.css.map */
