@media (max-width: 767px) {
  html.route-product-product #form-review::before {
    display: none !important;
    content: none !important;
  }

  html.route-product-product .nenashi-review-summary {
    margin: -2px -4px 18px !important;
    padding: 0 0 18px !important;
    color: #101010 !important;
  }

  html.route-product-product .nenashi-review-title {
    margin: 0 0 18px !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
  }

  html.route-product-product .nenashi-review-total-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 14px !important;
  }

  html.route-product-product .nenashi-review-total {
    font-size: 62px !important;
    line-height: .9 !important;
    font-weight: 500 !important;
    letter-spacing: -3px !important;
  }

  html.route-product-product .nenashi-review-chat-count {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 7px 10px !important;
    border: 1px dashed #d9dde3 !important;
    border-radius: 24px !important;
    color: #40464e !important;
  }

  html.route-product-product .nenashi-review-chat-count span:last-child {
    display: inline-grid !important;
    place-items: center !important;
    min-width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #f5f6f8 !important;
    color: #111 !important;
  }

  html.route-product-product .nenashi-review-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    margin: 0 0 20px !important;
    padding: 13px 20px !important;
    border: 0 !important;
    border-radius: 28px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 750 !important;
  }

  html.route-product-product .nenashi-rating-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 0 22px !important;
  }

  html.route-product-product .nenashi-rating-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    min-width: 0 !important;
    padding: 7px 5px 10px !important;
    border: 1px dashed #d9dde3 !important;
    border-radius: 25px !important;
    background: #fff !important;
  }

  html.route-product-product .nenashi-rating-star {
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 7px !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 20px !important;
  }

  html.route-product-product .nenashi-rating-number {
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
  }

  html.route-product-product .nenashi-rating-percent {
    margin-top: 5px !important;
    font-size: 12px !important;
    color: #575e67 !important;
  }

  html.route-product-product .nenashi-review-separator {
    height: 1px !important;
    margin: 0 0 20px !important;
    background: #eceff3 !important;
  }

  html.route-product-product #form-review > h4,
  html.route-product-product #form-review > .form-group,
  html.route-product-product #form-review > fieldset,
  html.route-product-product #form-review > .buttons {
    display: none !important;
  }

  html.route-product-product #form-review.nenashi-review-open > h4,
  html.route-product-product #form-review.nenashi-review-open > .form-group,
  html.route-product-product #form-review.nenashi-review-open > fieldset,
  html.route-product-product #form-review.nenashi-review-open > .buttons {
    display: block !important;
  }

  html.route-product-product #form-review > #review {
    margin-top: 0 !important;
  }
}
