.product-item__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-item__info__img {
  position: relative;
  display: block;
  cursor: pointer;
}

.product-item__info__img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(70, 70, 70, 0) 30%,
    rgba(0, 0, 0, 0)
  );
}

.product-item__info__img--zoom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  z-index: 2;
  cursor: pointer;
}

.product-item__info__img--zoom span {
  margin-right: 4px;
  display: block;
  height: 13px;
  width: 13px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  position: relative;
}

.product-item__info__img--zoom span:before {
  content: "";
  display: block;
  height: 7px;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.product-item__info__img--zoom span:after {
  content: "";
  display: block;
  height: 1px;
  width: 7px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.product-item__info__img img {
  margin-left: auto;
  margin-right: auto;
}

.product-item__info__detail--tag {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #323233;
  border-radius: 4px;
  padding: 3px 16px;
}

.product-item__info__detail--name {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
}

.product-item__info__detail--code {
  font-size: 16px;
  font-size: 1.5rem;
  display: block;
}

.product-item__info__detail--button {
  height: 40px;
  margin-top: 24px;
}

.product-item__info__detail--button .text-caption {
  margin-top: 4px;
  display: block;
}

.product-item__info__detail--button:nth-of-type(2) {
  margin-top: 4px;
}

.product-item__table table {
  width: 100%;
}

.product-item__table td {
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}

.product-item__table--heading {
  font-size: 19.2px;
  font-size: 1.2rem;
  background-color: #f0f2f5;
  padding: 5px 8px;
  white-space: nowrap;
  vertical-align: middle;
}

.product-item__table--status {
  font-size: 19.2px;
  font-size: 1.2rem;
  vertical-align: middle;
  border: 1px solid #bebfc2;
  border-top: none;
}

.product-item__table--price {
  vertical-align: middle;
  border: 1px solid #bebfc2;
  border-top: none;
}

.product-item__table--price__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-item__table--price-original {
  vertical-align: middle;
  color: #bebfc2;
  text-decoration: line-through;
  text-align: right;
  font-size: 19.2px;
  font-size: 1.2rem;
  white-space: nowrap;
  max-width: 120px;
}

.product-item__table--price-now {
  vertical-align: middle;
  font-weight: bold;
  color: #e10041;
  text-align: right;
  font-size: 22.4px;
  font-size: 1.4rem;
  white-space: nowrap;
  margin-left: 5px;
  max-width: 120px;
}

.product-item__table--price-nostock {
  color: #bebfc2;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
}

.product-item__table--point {
  vertical-align: middle;
  border: 1px solid #bebfc2;
  border-top: none;
}

.product-item__table--point__inner {
  font-size: 19.2px;
  font-size: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  vertical-align: middle;
}

.product-item__table--point__inner img {
  height: 12px;
  width: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 4px;
}

.product-item__table--stock {
  font-size: 19.2px;
  font-size: 1.2rem;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 165px;
  min-width: 85px;
  border: 1px solid #bebfc2;
  border-top: none;
}

.product-item__table--stock__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-item__table--stock__inner--denominator {
  width: 32px;
  display: block;
}

.product-item__table--stock__inner--nostock {
  width: 48px;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-item__table--stock input {
  height: 30px;
  width: 80px;
  margin-right: 4px;
  text-align: center;
  font-size: 25.6px;
  font-size: 1.6rem;
  padding: 0 2px;
}

.product-item__table__button {
  margin-top: 16px;
  width: 100%;
}

.product-item__status {
  font-size: 19.2px;
  font-size: 1.2rem;
  height: 30px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.product-item__status-modal {
  margin-left: auto;
  margin-right: auto;
}

.product-item__status-table {
  margin-top: 12px;
}

.product-item__status-table--heading {
  font-size: 16px;
  font-size: 1rem;
  background-color: #f0f2f5;
}

.product-item__status-table--labels {
  min-width: 100px;
}

.product-item__status-table th {
  border-left: 1px solid #f0f2f5;
  border-right: 1px solid #f0f2f5;
}

.product-item__status-table td {
  border-left: 1px solid #bebfc2;
  border-right: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
  font-size: 19.2px;
  font-size: 1.2rem;
  padding: 16px;
  vertical-align: middle;
}

.product-item__status-table strong {
  font-weight: bold;
}

.product-item__status-table span {
  display: block;
}

.product-table__wrap {
  margin-top: 24px;
}

.product-table__item {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.product-table__item th,
.product-table__item td {
  padding: 8px;
}

.product-table__item--heading {
  background-color: #f0f2f5;
  border-top: 1px solid #fff;
  width: 30%;
  text-align: left;
  padding: 10px;
  display: flex;
  align-items: center;
}

.product-table__item--detail {
  background-color: #ffffff;
  border-bottom: 1px solid #bebfc2;
  border-right: 1px solid #bebfc2;
  width: 70%;
  padding: 10px;
  display: flex;
  align-items: center;
}

.product-table__item:first-child .product-table__item--heading,
.product-table__item:nth-child(7) .product-table__item--heading {
  border-top: 1px solid #f0f2f5;
}

.product-table__item:first-child .product-table__item--detail,
.product-table__item:nth-child(7) .product-table__item--detail {
  border-top: 1px solid #bebfc2;
}

.product-text {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.43;
  margin-top: 24px;
}

.product-table2 {
  width: 100%;
  margin-top: 24px;
}

.product-table2 th,
.product-table2 td {
  padding: 4px 8px;
  vertical-align: middle;
}

.product-table2 td {
  border-bottom: 1px solid #bebfc2;
}

.product-table2--heading {
  font-size: 16px;
  font-size: 1rem;
  background-color: #f0f2f5;
  white-space: nowrap;
  border-left: 1px solid #ffffff;
}

.product-table2--heading:first-child {
  border-left: 1px solid #f0f2f5;
}

.product-table2--date {
  font-size: 19.2px;
  font-size: 1.2rem;
  white-space: nowrap;
  border-left: 1px solid #bebfc2;
}

.product-table2--name {
  border-left: 1px solid #bebfc2;
}

.product-table2--status {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  border-left: 1px solid #bebfc2;
}

.product-table2--price {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #e10041;
  text-align: right;
  white-space: nowrap;
  border-left: 1px solid #bebfc2;
}

.product-table2--buy .product-table2--price {
  color: #29905e;
  border-right: 1px solid #bebfc2;
}

.product-table2--stock {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  border-left: 1px solid #bebfc2;
  border-right: 1px solid #bebfc2;
}

.product-buy-item__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-buy-item__info__img a {
  position: relative;
  display: block;
}

.product-buy-item__info__img a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(70, 70, 70, 0) 30%,
    rgba(0, 0, 0, 0)
  );
}

.product-buy-item__info__img--zoom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 16px;
  z-index: 2;
}

.product-buy-item__info__img--zoom span {
  margin-right: 4px;
  display: block;
  height: 13px;
  width: 13px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  position: relative;
}

.product-buy-item__info__img--zoom span:before {
  content: "";
  display: block;
  height: 7px;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.product-buy-item__info__img--zoom span:after {
  content: "";
  display: block;
  height: 1px;
  width: 7px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.product-buy-item__info__detail--button {
  height: 40px;
  margin-top: 24px;
}

.product-buy-item__info__detail--button .text-caption {
  margin-top: 4px;
  display: block;
}

.product-buy-item__info__detail--button:nth-of-type(2) {
  margin-top: 4px;
}

.product-buy-item__info__wrap {
  margin-top: 24px;
}

.product-buy-item__info__price {
  font-weight: bold;
}

.product-buy-item__info__price--heading {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin-right: 8px;
}

.product-buy-item__info__price--price {
  color: #29905e;
}

.product-buy-item__info__price + .text-caption {
  margin-top: 8px;
}

.product-buy-item__info__caption {
  margin-top: 16px;
}

.product-buy-item__point {
  background-color: #ffffff;
  border-radius: 5px;
}

.product-buy-item__point__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.product-buy-item__point__item:before {
  content: "";
  display: block;
  height: 27px;
  width: 32px;
  background-image: url(../img/common/icon_check.svg);
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  background-size: 24px 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.product-buy-item__point__item .text-highlight {
  background: linear-gradient(transparent 50%, rgba(255, 245, 130, 0.7) 40%);
}

.product-buy-item__point__item .text-highlight--buy {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.product-buy-item__point__item .text-link {
  display: inline-block;
  margin-left: 16px;
}

.product-item-info-image-section {
  width: 35%;
  position: relative;
}

.product-item-info-content-section {
  width: 65%;
  position: relative;
}

.product-item_categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media all and (min-width: 1024px) {
  .product-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-item__info {
    width: 100%;
  }

  .product-item__info__img {
    width: 38.4%;
    position: relative;
  }

  .product-item__info__img--zoom {
    font-size: 1.5rem;
  }

  .product-item__info__detail {
    width: 100%;
  }

  .product-item__info__detail--name {
    font-size: 2.4rem;
  }

  .product-item__info__detail--code {
    margin-top: 16px;
  }

  .product-item__info__detail--button {
    width: 182px;
  }

  .product-item__table {
    width: 60%;
    margin-top: 30px;
  }

  .product-item__table__button {
    height: 50px;
  }

  .product-item__status-modal {
    max-width: 668px;
    padding: 24px 40px;
  }

  .product-item__status-table--labels {
    min-width: 150px;
  }

  .product-table__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: start;
    flex-direction: column;
    align-items: flex-start;
    max-height: 300px;
    flex-wrap: wrap;
  }

  .product-table__item {
    width: 50%;
    display: flex;
  }

  .product-table__item tr:first-child .product-table__item--heading {
    border-top: 3px solid #f0f2f5;
  }

  .product-table__item tr:last-child .product-table__item--heading {
    border-bottom: 3px solid #f0f2f5;
  }

  .product-table2--status {
    width: 40px;
  }

  .product-table2--price {
    width: 100px;
  }

  .product-table2--stock {
    width: 50px;
  }

  .product-buy-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-buy-item__info__img {
    width: 24.1%;
    margin-right: 24px;
  }

  .product-buy-item__info__img--zoom {
    font-size: 1.2rem;
  }

  .product-buy-item__info__detail {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }

  .product-buy-item__info__detail--button {
    width: 182px;
  }

  .product-buy-item__info__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-buy-item__info__wrap--left {
    width: 40.9%;
  }

  .product-buy-item__info__wrap--right {
    width: 51.9%;
  }

  .product-buy-item__info__price--price {
    font-size: 2.4rem;
  }

  .product-buy-item__info__button {
    margin-top: 28px;
    height: 56px;
    width: 280px;
  }

  .product-buy-item__point {
    padding: 24px 32px;
    border: 1px solid #bebfc2;
    box-shadow: 0 3px 0 0 #898a8d;
  }

  .product-buy-item__point__item:nth-child(n + 2) {
    margin-top: 12px;
  }

  .product-buy-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-buy-block--left {
    width: 58.6%;
  }

  .product-buy-block--right {
    width: 35.9%;
  }

  .product-buy-chart {
    padding: 24px 24px 0;
  }
}

@media print {
  .product-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-item__info {
    width: 62.6%;
  }

  .product-item__info__img {
    width: 38.4%;
    position: relative;
  }

  .product-item__info__img--zoom {
    font-size: 1.2rem;
  }

  .product-item__info__detail {
    width: 57.7%;
  }

  .product-item__info__detail--name {
    font-size: 2.4rem;
  }

  .product-item__info__detail--code {
    margin-top: 16px;
  }

  .product-item__info__detail--button {
    width: 182px;
  }

  .product-item__table {
    width: 40%;
    margin-top: auto;
  }

  .product-item__table__button {
    height: 56px;
  }

  .product-item__status-modal {
    max-width: 668px;
    padding: 24px 40px;
  }

  .product-item__status-table--labels {
    min-width: 150px;
  }

  .product-table__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-table__item {
    width: 50%;
    display: flex;
  }

  .product-table__item tr:first-child .product-table__item--heading {
    border-top: 3px solid #f0f2f5;
  }

  .product-table__item tr:last-child .product-table__item--heading {
    border-bottom: 3px solid #f0f2f5;
  }

  .product-table2--status {
    width: 40px;
  }

  .product-table2--price {
    width: 100px;
  }

  .product-table2--stock {
    width: 50px;
  }

  .product-buy-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-buy-item__info__img {
    width: 24.1%;
    margin-right: 24px;
  }

  .product-buy-item__info__img--zoom {
    font-size: 1.2rem;
  }

  .product-buy-item__info__detail {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }

  .product-buy-item__info__detail--button {
    width: 182px;
  }

  .product-buy-item__info__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-buy-item__info__wrap--left {
    width: 40.9%;
  }

  .product-buy-item__info__wrap--right {
    width: 51.9%;
  }

  .product-buy-item__info__price--price {
    font-size: 2.4rem;
  }

  .product-buy-item__info__button {
    margin-top: 28px;
    height: 56px;
    width: 280px;
  }

  .product-buy-item__point {
    padding: 24px 32px;
    border: 1px solid #bebfc2;
    box-shadow: 0 3px 0 0 #898a8d;
  }

  .product-buy-item__point__item:nth-child(n + 2) {
    margin-top: 12px;
  }

  .product-buy-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-buy-block--left {
    width: 58.6%;
  }

  .product-buy-block--right {
    width: 35.9%;
  }

  .product-buy-chart {
    padding: 24px 24px 0;
  }
}

@media screen and (max-width: 1023px) {
  .product-item__info__img {
    width: 160px;
    position: relative;
  }

  .product-item__info__img--zoom {
    font-size: 1rem;
  }

  .product-item__info__detail {
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px;
  }

  .product-item__info__detail--name {
    font-size: 1.6rem;
  }

  .product-item__info__detail--code {
    margin-top: 8px;
  }

  .product-item__info__detail--button {
    width: 100%;
    max-width: 280px;
  }

  .product-item__table {
    margin-top: 24px;
  }

  .product-item__table__button {
    height: 48px;
  }

  .product-item__status-modal__in {
    padding: 12px;
  }

  .product-item__status-table--labels {
    max-width: 100px;
  }

  .product-table__item {
    width: 100%;
    display: flex;
  }

  .product-table__item:first-child
    tr:first-child
    .product-table__item--heading {
    border-top: 1px solid #f0f2f5;
  }

  .product-table__item:nth-child(2) {
    margin-top: -1px;
  }

  .product-buy-item__info__img {
    width: 160px;
  }

  .product-buy-item__info__img--zoom {
    font-size: 1rem;
  }

  .product-buy-item__info__detail {
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px;
  }

  .product-buy-item__info__detail--button {
    width: 100%;
  }

  .product-buy-item__info__price--price {
    font-size: 1.6rem;
  }

  .product-buy-item__info__button {
    margin-top: 32px;
    height: 48px;
    width: 100%;
  }

  .product-buy-item__point {
    margin-top: 32px;
  }

  .product-buy-item__point__item:nth-child(n + 2) {
    margin-top: 12px;
  }

  .product-buy-chart {
    padding: 24px 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .product-item__table {
    min-width: 380px;
  }

  .product-buy-item__info__wrap--left {
    -ms-flex: 1;
    flex: 1;
  }

  .product-buy-item__info__wrap--right {
    min-width: 330px;
    margin-left: 24px;
  }

  .product-buy-item__info__button {
    width: 100% !important;
  }

  .product-buy-item__point {
    padding: 24px 12px !important;
    min-width: 330px;
  }

  .product-buy-block--left {
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .product-item__info__img {
    margin: 0 auto;
    position: relative;
  }

  .product-item__info__detail {
    margin: 30px 0 0;
  }

  .product-item__info {
    display: block;
  }

  .product-item__info__detail--tag {
    font-size: 1.4rem;
  }

  .product-item__info__detail--name {
    font-size: 2rem;
  }

  .product-item__info__detail--code {
    font-size: 1.6rem;
  }

  .product-item__table {
    margin-bottom: 30px;
  }

  .product-item-info-image-section {
    width: 100%;
    position: relative;
  }

  .product-item-info-content-section {
    width: 100%;
    position: relative;
  }
}

/*# sourceMappingURL=maps/product.css.map */
