@media (max-width: 767px) {
  html.route-product-product .product_tabs .tab-pane:has(#form-review) {
    position: relative !important;
    left: 50% !important;
    width: calc(100vw - 20px) !important;
    max-width: none !important;
    margin-left: -50vw !important;
    margin-right: 0 !important;
    padding: 18px !important;
    transform: translateX(10px) !important;
    box-sizing: border-box !important;
  }

  html.route-product-product #form-review,
  html.route-product-product .nenashi-review-summary {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }

  html.route-product-product .nenashi-review-summary {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html.route-product-product .product-info #button-cart .btn-text {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
}
