@media print, screen and (min-width: 769px) {
  .p-item .p-item__main {
    display: flex;
    gap: 37px;
    margin-bottom: 17px;
  }
}
.p-item .p-item__image {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-item .p-item__image {
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-item .p-item__image {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-item .p-item__image img {
    height: auto;
    width: 100%;
  }
}
.p-item .p-item__image.is-limited::before {
  background: url("../../img/icon-limited.svg") no-repeat center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-item .p-item__image.is-limited::before {
    height: 77px;
    width: 77px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-item .p-item__image.is-limited::before {
    height: 100px;
    width: 100px;
  }
}
.p-item .p-item__image.is-new::before {
  background: url("../../img/icon-new.svg") no-repeat center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-item .p-item__image.is-new::before {
    height: 77px;
    width: 77px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-item .p-item__image.is-new::before {
    height: 100px;
    width: 100px;
  }
}
.p-item .p-item__image.is-num::before {
  background: url("../../img/icon-num.svg") no-repeat center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-item .p-item__image.is-num::before {
    height: 77px;
    width: 77px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-item .p-item__image.is-num::before {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-item .c-labels {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-item .c-labels {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-item .p-item__name {
    margin-bottom: 2px;
  }
}
.p-item .p-item__name .p-item__title {
  font-feature-settings: "palt";
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-item .p-item__name .p-item__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-item .p-item__name .p-item__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-item .p-item__name .p-item__amount {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-item .p-item__name .p-item__amount {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-item .p-item__price {
  font-size: 19px;
  font-size: 1.9rem;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 18px;
  padding-bottom: 10px;
}
.p-item .p-item__price strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .p-item .p-item__span {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-item .p-item__span {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
  }
}
.p-item .p-item__span dt {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #000;
  text-align: center;
  width: 70px;
}
@media only screen and (max-width: 768px) {
  .p-item .p-item__span dt {
    margin-bottom: 5px;
  }
}
.p-item .p-item__span dd {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-item .p-item__text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.p-item .p-item__notice {
  font-size: 13px;
  font-size: 1.3rem;
  color: var(--color-red);
}
.p-item .p-item__ingredients {
  font-size: 13px;
  font-size: 1.3rem;
  background: #F2F3F4;
  margin-bottom: 20px;
  padding: 12px 17px;
}
.p-item .p-item__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .p-item .p-item__buttons {
    gap: 19px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-item .p-item__buttons {
    gap: 30px;
  }
}