File size: 98,769 Bytes
d4159b0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 |
<!DOCTYPE html>
<html class="no-js" lang="en-US">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5W8BNLW');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<link rel="profile" href="https://gmpg.org/xfn/11">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- The script tag should live in the head of your page if at all possible -->
<script type="text/javascript" async src="https://play.vidyard.com/embed/v4.js"></script>
<!-- Bizarre Voice -->
<script async src="https://apps.bazaarvoice.com/deployments/tororlc/force_flex/production/en_US/bv.js"></script>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- This site is optimized with the Yoast SEO plugin v20.13 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Toro® 60V Max 13"/15" Brushless Trimmer | 51831 | 51831T | TORO</title>
<meta name="description" content="Toro's battery-powered 60V Max 13"/15" Brushless Trimmer, part of the Flex-Force Power System®, allows you to easily choose between cuts increasing productivity." />
<link rel="canonical" href="https://flexforce.toro.com/products/60v-max-brushless-trimmer/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Toro® 60V Max 13"/15" Brushless Trimmer | 51831 | 51831T | TORO" />
<meta property="og:description" content="Toro's battery-powered 60V Max 13"/15" Brushless Trimmer, part of the Flex-Force Power System®, allows you to easily choose between cuts increasing productivity." />
<meta property="og:url" content="https://flexforce.toro.com/products/60v-max-brushless-trimmer/" />
<meta property="og:site_name" content="TORO" />
<meta property="article:modified_time" content="2023-01-10T22:01:01+00:00" />
<meta property="og:image" content="https://flexforce.toro.com/wp-content/uploads/2021/03/51831-60V-StringTrimmer_ECommSideAngle.png" />
<meta property="og:image:width" content="1536" />
<meta property="og:image:height" content="864" />
<meta property="og:image:type" content="image/png" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://flexforce.toro.com/products/60v-max-brushless-trimmer/","url":"https://flexforce.toro.com/products/60v-max-brushless-trimmer/","name":"Toro® 60V Max 13\"/15\" Brushless Trimmer | 51831 | 51831T | TORO","isPartOf":{"@id":"https://flexforce.toro.com/#website"},"primaryImageOfPage":{"@id":"https://flexforce.toro.com/products/60v-max-brushless-trimmer/#primaryimage"},"image":{"@id":"https://flexforce.toro.com/products/60v-max-brushless-trimmer/#primaryimage"},"thumbnailUrl":"https://flexforce.toro.com/wp-content/uploads/2021/03/51831-60V-StringTrimmer_ECommSideAngle.png","datePublished":"2021-03-23T15:27:57+00:00","dateModified":"2023-01-10T22:01:01+00:00","description":"Toro's battery-powered 60V Max 13\"/15\" Brushless Trimmer, part of the Flex-Force Power System®, allows you to easily choose between cuts increasing productivity.","breadcrumb":{"@id":"https://flexforce.toro.com/products/60v-max-brushless-trimmer/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://flexforce.toro.com/products/60v-max-brushless-trimmer/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://flexforce.toro.com/products/60v-max-brushless-trimmer/#primaryimage","url":"https://flexforce.toro.com/wp-content/uploads/2021/03/51831-60V-StringTrimmer_ECommSideAngle.png","contentUrl":"https://flexforce.toro.com/wp-content/uploads/2021/03/51831-60V-StringTrimmer_ECommSideAngle.png","width":1536,"height":864,"caption":"60V Max 13\" String Trimmer & 490 CFM Leaf Blower Combo Kit"},{"@type":"BreadcrumbList","@id":"https://flexforce.toro.com/products/60v-max-brushless-trimmer/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://flexforce.toro.com/"},{"@type":"ListItem","position":2,"name":"Products","item":"https://flexforce.toro.com/products/"},{"@type":"ListItem","position":3,"name":"60V Max* 13″/15″ Brushless String Trimmer"}]},{"@type":"WebSite","@id":"https://flexforce.toro.com/#website","url":"https://flexforce.toro.com/","name":"TORO","description":"60V MAX","publisher":{"@id":"https://flexforce.toro.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://flexforce.toro.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://flexforce.toro.com/#organization","name":"TORO","url":"https://flexforce.toro.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://flexforce.toro.com/#/schema/logo/image/","url":"https://flexforce.toro.com/wp-content/uploads/2020/12/toro-logo.png","contentUrl":"https://flexforce.toro.com/wp-content/uploads/2020/12/toro-logo.png","width":84,"height":55,"caption":"TORO"},"image":{"@id":"https://flexforce.toro.com/#/schema/logo/image/"}}]}</script>
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='//ajax.googleapis.com' />
<link rel='dns-prefetch' href='//code.jquery.com' />
<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel="alternate" type="application/rss+xml" title="TORO » Feed" href="https://flexforce.toro.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="TORO » Comments Feed" href="https://flexforce.toro.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="TORO » 60V Max* 13″/15″ Brushless String Trimmer Comments Feed" href="https://flexforce.toro.com/products/60v-max-brushless-trimmer/feed/" />
<link rel='stylesheet' id='wp-block-library-css' href='https://flexforce.toro.com/wp-includes/css/dist/block-library/style.min.css?ver=6.3' media='all' />
<link rel='stylesheet' id='wc-blocks-vendors-style-css' href='https://flexforce.toro.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=8.7.5' media='all' />
<link rel='stylesheet' id='wc-blocks-style-css' href='https://flexforce.toro.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=8.7.5' media='all' />
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--accent: #cd2653;--wp--preset--color--primary: #000000;--wp--preset--color--secondary: #6d6d6d;--wp--preset--color--subtle-background: #dcd7ca;--wp--preset--color--background: #fff;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 18px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 26.25px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 21px;--wp--preset--font-size--larger: 32px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='bg-shce-genericons-css' href='https://flexforce.toro.com/wp-content/plugins/show-hidecollapse-expand/assets/css/genericons/genericons.css?ver=6.3' media='all' />
<link rel='stylesheet' id='bg-show-hide-css' href='https://flexforce.toro.com/wp-content/plugins/show-hidecollapse-expand/assets/css/bg-show-hide.css?ver=6.3' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css' href='https://flexforce.toro.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=7.1.0' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://flexforce.toro.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=7.1.0' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='//flexforce.toro.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty.css?ver=7.1.0' media='all' />
<style id='woocommerce-inline-inline-css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='css-slickslider-css' href='https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css?ver=1.9.0' media='all' />
<link rel='stylesheet' id='css-main-css' href='https://flexforce.toro.com/wp-content/themes/toro-60v/assets/styles/main.bundle.css?ver=1.19.0' media='all' />
<link rel='stylesheet' id='twentytwenty-print-style-css' href='https://flexforce.toro.com/wp-content/themes/twentytwenty/print.css?ver=1.0.0' media='print' />
<link rel='stylesheet' id='font-awesome-official-css' href='https://use.fontawesome.com/releases/v6.2.1/css/all.css' media='all' integrity="sha384-twcuYPV86B3vvpwNhWJuaLdUSLF9+ttgM2A6M870UYXrOsxKfER2MKox5cirApyA" crossorigin="anonymous" />
<link rel='stylesheet' id='font-awesome-official-v4shim-css' href='https://use.fontawesome.com/releases/v6.2.1/css/v4-shims.css' media='all' integrity="sha384-RreHPODFsMyzCpG+dKnwxOSjmjkuPWWdYP8sLpBRoSd8qPNJwaxKGUdxhQOKwUc7" crossorigin="anonymous" />
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js?ver=3.4.1' id='jquery-js'></script>
<script src='https://code.jquery.com/ui/1.12.1/jquery-ui.js?ver=1.12.1' id='jquery-ui-js'></script>
<script src='https://flexforce.toro.com/wp-content/themes/toro-60v/assets/scripts/rellax.min.js?ver=1.19.0' id='rellax-js-min-js'></script>
<script src='https://flexforce.toro.com/wp-content/themes/twentytwenty/assets/js/index.js?ver=1.0.0' id='twentytwenty-js-js' async></script>
<link rel="https://api.w.org/" href="https://flexforce.toro.com/wp-json/" /><link rel="alternate" type="application/json" href="https://flexforce.toro.com/wp-json/wp/v2/product/1458" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://flexforce.toro.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.3" />
<meta name="generator" content="WooCommerce 7.1.0" />
<link rel='shortlink' href='https://flexforce.toro.com/?p=1458' />
<link rel="alternate" type="application/json+oembed" href="https://flexforce.toro.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fflexforce.toro.com%2Fproducts%2F60v-max-brushless-trimmer%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://flexforce.toro.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fflexforce.toro.com%2Fproducts%2F60v-max-brushless-trimmer%2F&format=xml" />
<script>document.documentElement.className = document.documentElement.className.replace( 'no-js', 'js' );</script>
<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><style id="custom-background-css">
body.custom-background { background-color: #fff; }
</style>
<script type="text/javascript">
var MTUserId='f86b96c0-e73a-4661-8154-df467b20408d';
var MTFontIds = new Array();
MTFontIds.push("5563051"); // DIN® Next W01 Medium
MTFontIds.push("5563063"); // DIN® Next W01 Bold
MTFontIds.push("5563075"); // DIN® Next W01 Heavy
MTFontIds.push("5563087"); // DIN® Next W01 Black
MTFontIds.push("5563279"); // DIN® Next W01 Regular
(function() {
var mtTracking = document.createElement('script');
mtTracking.type='text/javascript';
mtTracking.async='true';
mtTracking.src='/wp-content/themes/toro-60v/assets/fonts/mtiFontTrackingCode.js';
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(mtTracking);
})();
</script>
<style type="text/css">
@font-face{
font-family:"DIN Next LT W01 Medium";
src:url("/wp-content/themes/toro-60v/assets/fonts/5563051/afabdfcf-432c-49b4-a496-0e5051e87fa9.woff2") format("woff2"),url("/wp-content/themes/toro-60v/assets/fonts/5563051/611ea865-db7e-4c05-94b8-bd1675c90576.woff") format("woff");
}
@font-face{
font-family:"DIN Next LT W01 Bold";
src:url("/wp-content/themes/toro-60v/assets/fonts/5563063/03008527-67bd-478e-98e3-3b56dd9a6520.woff2") format("woff2"),url("/wp-content/themes/toro-60v/assets/fonts/5563063/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff") format("woff");
}
@font-face{
font-family:"DIN Next LT W01 Heavy";
src:url("/wp-content/themes/toro-60v/assets/fonts/5563075/a173e9a2-1b5d-4cd0-bd6e-ee2185940233.woff2") format("woff2"),url("/wp-content/themes/toro-60v/assets/fonts/5563075/ac5c3376-2fd7-405c-82f6-75ddc1f8d386.woff") format("woff");
}
@font-face{
font-family:"DIN Next LT W01 Black";
src:url("/wp-content/themes/toro-60v/assets/fonts/5563087/7324033f-ef94-4c54-8e88-377b447f0fa2.woff2") format("woff2"),url("/wp-content/themes/toro-60v/assets/fonts/5563087/3efb3b3f-ac55-4ec0-8099-940870596c57.woff") format("woff");
}
@font-face{
font-family:"DIN Next LT W01 Regular";
src:url("/wp-content/themes/toro-60v/assets/fonts/5563279/6b4d4830-9c7d-43d2-b5d3-c73f739561b9.woff2") format("woff2"),url("/wp-content/themes/toro-60v/assets/fonts/5563279/ccf25ada-6d2a-4133-95dc-deb039e22999.woff") format("woff");
}
</style>
</head>
<body class="product-template-default single single-product postid-1458 custom-background wp-custom-logo wp-embed-responsive theme-twentytwenty woocommerce woocommerce-page woocommerce-no-js singular enable-search-modal has-post-thumbnail has-single-pagination showing-comments show-avatars footer-top-visible">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5W8BNLW"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a class="skip-link screen-reader-text" href="#site-content">Skip to the content</a>
<header id="masthead" class="site-header position-sticky full-width site-header__interior" role="banner">
<div class="site-header__inner bg-black">
<div class="g-container">
<div class="g-row">
<div class="g-col-12 display-lg-flex flex-align-center">
<div class="site-header__hamburger display-lg-none">
<span></span>
<span></span>
<span></span>
</div>
<div class="site-header__logo">
<a class="display-block mx-auto" href="https://flexforce.toro.com" title="TORO">
<img src="https://flexforce.toro.com/wp-content/uploads/2020/12/toro-logo.png" alt="TORO">
</a>
</div>
<nav class="site-header__nav ml-lg-auto"><ul id="main-menu" class="menu"><li id='menu-item-369' class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children current_page_parent"><a href="https://flexforce.toro.com/products/">60V Max Products</a>
<div class="sub-menu"><ul class='g-container-lg g-container-xl g-container-xxl display-flex flex-wrap flex-justify-center py-1'>
<li id='menu-item-1652' class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://flexforce.toro.com/product-category/lawn-mowers/"><img width="600" height="450" src="https://flexforce.toro.com/wp-content/uploads/2022/12/21621-60V-Stripe-Mower_ECommSideAngle2-1_600x450-1.png" class="attachment-shop_catalog size-shop_catalog" alt="Lawn Mowers" decoding="async" fetchpriority="high" srcset="https://flexforce.toro.com/wp-content/uploads/2022/12/21621-60V-Stripe-Mower_ECommSideAngle2-1_600x450-1.png 600w, https://flexforce.toro.com/wp-content/uploads/2022/12/21621-60V-Stripe-Mower_ECommSideAngle2-1_600x450-1-300x225.png 300w, https://flexforce.toro.com/wp-content/uploads/2022/12/21621-60V-Stripe-Mower_ECommSideAngle2-1_600x450-1-64x48.png 64w, https://flexforce.toro.com/wp-content/uploads/2022/12/21621-60V-Stripe-Mower_ECommSideAngle2-1_600x450-1-128x96.png 128w, https://flexforce.toro.com/wp-content/uploads/2022/12/21621-60V-Stripe-Mower_ECommSideAngle2-1_600x450-1-256x192.png 256w, https://flexforce.toro.com/wp-content/uploads/2022/12/21621-60V-Stripe-Mower_ECommSideAngle2-1_600x450-1-280x210.png 280w, https://flexforce.toro.com/wp-content/uploads/2022/12/21621-60V-Stripe-Mower_ECommSideAngle2-1_600x450-1-560x420.png 560w, https://flexforce.toro.com/wp-content/uploads/2022/12/21621-60V-Stripe-Mower_ECommSideAngle2-1_600x450-1-334x251.png 334w" sizes="(max-width: 600px) 100vw, 600px" />Lawn Mowers</a> </li>
<li id='menu-item-1654' class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://flexforce.toro.com/product-category/snow-blowers/"><img width="600" height="450" src="https://flexforce.toro.com/wp-content/uploads/2021/05/39926-60V-2stage-SnowBlower_ECommSideAngle-2-600x450.png" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="" decoding="async" />Snow Blowers</a> </li>
<li id='menu-item-1653' class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://flexforce.toro.com/product-category/leaf-blower/"><img width="600" height="450" src="https://flexforce.toro.com/wp-content/uploads/2021/12/51822-60V-Blower_ECommSideAngle2-600x450.png" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="Toro 60V Brushless Leaf Blower 51822" decoding="async" />Leaf Blowers</a> </li>
<li id='menu-item-1655' class="menu-item menu-item-type-taxonomy menu-item-object-product_cat current-product-ancestor current-menu-parent current-product-parent"><a href="https://flexforce.toro.com/product-category/trimmers-and-edger/"><img width="600" height="450" src="https://flexforce.toro.com/wp-content/uploads/2020/12/51830-toro-60V-StringTrimmer-1-600x450.png" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="Toro® 60V Max 14"/16" Brushless String Trimmer" decoding="async" />Trimmers and Edgers</a> </li>
<li id='menu-item-1961' class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://flexforce.toro.com/product-category/attachment-capable/"><img width="600" height="450" src="https://flexforce.toro.com/wp-content/uploads/2021/12/51836_60V_ATC_ECommSideAngle3-1-600x450.png" class="attachment-shop_catalog size-shop_catalog" alt="Attachment Capable" decoding="async" />Attachment Capable</a> </li>
<li id='menu-item-1651' class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://flexforce.toro.com/product-category/chainsaws-pole-saws/"><img width="600" height="450" src="https://flexforce.toro.com/wp-content/uploads/2020/12/51850-toro-60V-Chainsaw-1-600x450.png" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="Toro® 60V Max 16" Brushless Chainsaw" decoding="async" />Chainsaws & Pole Saws</a> </li>
<li id='menu-item-1680' class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://flexforce.toro.com/product-category/hedge-trimmers/"><img width="600" height="450" src="https://flexforce.toro.com/wp-content/uploads/2020/12/51840-toro-60V-HedgeTrimmer-2-600x450.png" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="Toro® 60V Max 24" Hedge Trimmer" decoding="async" />Hedge Trimmers</a> </li>
<li id='menu-item-1650' class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://flexforce.toro.com/product-category/batteries-and-accessories/"><img width="600" height="450" src="https://flexforce.toro.com/wp-content/uploads/2020/12/large_battery_6.0_PP-600x450.png" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="Toro® 60V Max Ultra Capacity Battery" decoding="async" />Batteries and Accessories</a> </li>
</ul></div>
</li>
<li id='menu-item-2644' class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://revolution.toro.com/handheld/">Pro Series <i class="fa-solid fa-up-right-from-square"></i></a> </li>
<li id='menu-item-416' class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#where-to-buy">Where To Buy</a> </li>
</ul></nav>
</div>
</div>
</div>
<div class="c-breadcrumbs g-container is__medium text-transform-uppercase bg-black mt-2">
<div class="g-row">
<div class="c-breadcrumbs-inner g-col-12">
<nav id="breadcrumbs"><span><span><a href="https://flexforce.toro.com/">Home</a></span> > <span><a href="https://flexforce.toro.com/products/">Products</a></span> > <span class="breadcrumb_last" aria-current="page">60V Max* 13″/15″ Brushless String Trimmer</span></span></nav>
</div>
</div>
</div>
</div>
<nav class='product-navigation full-width position-absolute top-full' >
<div class="g-container">
<div class="g-row">
<div class='g-col-12'>
<nav class='product-navigation__list'>
<a class="anchor-link" href='#product-overview'><span>Overview</span><div class="arrow-down"></div></a>
<a class="anchor-link" href='#product-features'>What Makes It Great</a>
<a class="anchor-link" href='#product-options'>Models</a>
<a class="anchor-link" href='#product-reviews'>Reviews</a>
<!-- <a href='#relatedinfo'>Related Info</a> -->
</nav>
</div>
</div>
</div>
</nav>
</header><!-- #masthead -->
<main id="site-content" class="page">
<div class="woocommerce-notices-wrapper"></div><div id="pre-header" class="bg-black">
</div><div id='product-overview' class="pb-3 bg-black">
<div class='display-lg-none'>
<img class='display-block mx-auto full-width' style="max-width: 540px" src="https://flexforce.toro.com/wp-content/uploads/2021/03/51831_trimmer_pdp_header_mobile.jpg">
</div>
<div class='product-hero position-relative mb-lg-0 pt-5 pt-lg-10 bg-black ' style='background-image:url("https://flexforce.toro.com/wp-content/uploads/2021/03/51831_trimmer_pdp_header-1980x867.jpg")'>
<div class="g-container ">
<div class="g-row" >
<div
class="order-1 order-lg-0 g-col-12 g-col-xl-5 g-col-lg-6 pb-md-3 text-center text-lg-left
pt-lg-10"
>
<div class='product-tag arrive arrive-fade_in arrive-move_in--right arrive-move_100 arrive-delay_600 arrive-duration_500' >New</div>
<div class='color-white text-transform-uppercase mt-2 is__med mb-1 arrive arrive-fade_in arrive-move_in--right arrive-move_100 arrive-delay_700 arrive-duration_500'>Flex-Force Power System®</div>
<div class="h3 pb-0 pt-0 color-white text-transform-none arrive arrive-fade_in arrive-move_in--right arrive-move_100 arrive-delay_800 arrive-duration_500"><div class='color-white'>60V Max<sup>*</sup> 13″/15″ Brushless String Trimmer</div></div>
<div class='full-width mt-2 mb-2 mb-lg-0 arrive arrive-fade_in arrive-move_in--right arrive-move_100 arrive-delay_900 arrive-duration_500 display-flex flex-justify-space-between flex-align-center'>
<div class="mt-2" data-bv-show="rating_summary" data-bv-product-id="51831-toro"></div>
</div>
<div class="full-width color-white line-over line-under mt-2 arrive arrive-fade_in arrive-move_in--right arrive-move_100 arrive-delay_1000 arrive-duration_500">
<div class='mt-2 mb-2 is__med'>
<p>Our battery-powered string trimmer lets you choose either a 13” or 15” cut for added performance and productivity whenever you want. Brushless motor with RunSmart® onboard intel. Variable speed control. Comfort-grip handle.</p>
</div>
</div>
<div class='full-width mt-2 mb-2 mb-lg-0 arrive arrive-fade_in arrive-move_in--right arrive-move_100 arrive-delay_1100 arrive-duration_500 '>
<div class="display-flex flex-justify-space-between flex-align-center pb-1">
<a class="c-button anchor-link" href="#product-options">Choose Your Model </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="three-quarter-vh full-width video__container display-flex flex-align-center flex-justify-center color-white">
<div class="text-container position-relative text-center z-2 px-2">
<h2 class='persistent-gradient__text is__small'>60V MAX</h2>
<div class="arrive arrive-fade_in arrive-delay_500"><h3><span class="text-shadow-lg">Big-time trim. For the win.</span><br />
<span class="text-shadow-lg">Interchangeable battery. Best-in-class performance.</span></h3>
</div><div class="g-container pl-4 pr-4 pl-lg-10 pr-lg-10 mt-3 mt-lg-6"> <a class="c-button__tertiary has__icon icon-play" data-micromodal-trigger="product-featured-video-modal" class="c-button mt-2 has__icon icon-play" href="javascript:;" target="">See it in action</a>
</div>
</div>
<div class="z-1 video__full_inset rounded-corners-md-3x full-background" style="background-image: url('https://flexforce.toro.com/wp-content/uploads/2021/03/TRIMMER_51831_01.jpg');">
</div>
<div class="modal micromodal-slide" id="product-featured-video-modal" aria-hidden="true">
<div class="modal__overlay" tabindex="-1" data-micromodal-close>
<div class="modal__container color-white border border-color-gray-dark" role="dialog" aria-modal="true" aria-labelledby="product-featured-video-modal">
<button class="modal__close" aria-label="Close modal" data-micromodal-close></button>
<div class="modal__content" id="product-featured-video-modal-content"></div>
</div>
</div>
<div class="modal__append display-none"><img
style="width: 100%; margin: auto; display: block;"
class="vidyard-player-embed"
src="https://play.vidyard.com/9LAogtUrgbWLMonCHfrvxo.jpg"
data-uuid="9LAogtUrgbWLMonCHfrvxo"
data-v="4"
data-type="inline"
/>
</div>
</div>
</div>
<div class="py-5 py-lg-10" id='product-features'>
<div class="g-container">
<div class="g-row">
<div class="g-col-12 g-col-lg-12 color-white is__large mb-3 mb-lg-8 mt-1">
<div class='text-center three-quarter-width m-auto arrive arrive-fade_in arrive-delay_500 arrive-move_in--up arrive-move_100'>
<h3>Like power? Like easy? Good and good.</h3>
</div>
</div>
</div>
<div class="g-row js-slick" data-slick-show="3" data-slick-autoplay="false" data-slick-slider="true" data-slick-infinite="true">
<div class="g-col-12 g-col-lg-4 mb-2 mb-lg-0">
<div class="c-feature-card text-center rounded-corners-2x full-height display-flex flex-direction-column arrive arrive-fade_in arrive-move_in--right arrive-move_100 arrive-delay_600 arrive-duration_500">
<div class='c-feature-card__content-wrapper'>
<div class="c-feature-card__image-shim"></div>
<div class="c-feature-card__image full-background" style="background-image: url('https://flexforce.toro.com/wp-content/uploads/2021/03/51831_StringTrimmer_Product_Detail_1-1024x759.jpg');"></div>
<div class='c-feature-card__content'>
<div class="c-feature-card__title color-white py-3 has__border">
<div class='text-center mx-2'>
Quick-change artist. </div>
</div>
<div class="c-feature-card__text is__med color-white mx-2 mb-4">
<div class='c-feature-card__text-content'>
<p>Switch from a 13" cut to 15" cut and use variable speed control whenever and wherever the job calls for it.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="g-col-12 g-col-lg-4 mb-2 mb-lg-0">
<div class="c-feature-card text-center rounded-corners-2x full-height display-flex flex-direction-column arrive arrive-fade_in arrive-move_in--right arrive-move_100 arrive-delay_700 arrive-duration_500">
<div class='c-feature-card__content-wrapper'>
<div class="c-feature-card__image-shim"></div>
<div class="c-feature-card__image full-background" style="background-image: url('https://flexforce.toro.com/wp-content/uploads/2021/03/51831_StringTrimmer_Product_Detail_2-1024x759.jpg');"></div>
<div class='c-feature-card__content'>
<div class="c-feature-card__title color-white py-3 has__border">
<div class='text-center mx-2'>
3-phase brushless motor with RunSmart® </div>
</div>
<div class="c-feature-card__text is__med color-white mx-2 mb-4">
<div class='c-feature-card__text-content'>
<p>Onboard intel optimizes RPMs and torque for peak performance in the toughest conditions, giving you more power, more runtime, and longer life from your tool.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="g-col-12 g-col-lg-4 mb-2 mb-lg-0">
<div class="c-feature-card text-center rounded-corners-2x full-height display-flex flex-direction-column arrive arrive-fade_in arrive-move_in--right arrive-move_100 arrive-delay_800 arrive-duration_500">
<div class='c-feature-card__content-wrapper'>
<div class="c-feature-card__image-shim"></div>
<div class="c-feature-card__image full-background" style="background-image: url('https://flexforce.toro.com/wp-content/uploads/2021/03/51831_StringTrimmer_Product_Detail_3-1024x759.jpg');"></div>
<div class='c-feature-card__content'>
<div class="c-feature-card__title color-white py-3 has__border">
<div class='text-center mx-2'>
Cuts through like crazy. </div>
</div>
<div class="c-feature-card__text is__med color-white mx-2 mb-4">
<div class='c-feature-card__text-content'>
<p>Our durable 0.080" line lets you fly right through tall and thick grass and weeds. When you pair that with the 15" cut width? Look out, lawn.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class='overflow-hidden product-gallery' id='product-gallery'>
<div class="g-container pt-5 pt-xl-10 border-top border-color-gray">
<div class="g-row">
<div class="g-col-12 g-col-xl-9 mb-3 mb-xl-0 arrive arrive-fade_in arrive-move_in--left arrive-move_100 arrive-delay_600 arrive-duration_500">
<div class="js-slick has__thumbnails" data-slick-custom-paging="true" data-slick-adaptive-height="true" data-slick-dots="true" data-slick-show="1" data-slick-autoplay="false" data-slick-arrows="true" data-slick-slider="false" data-slick-infinite="true">
<div class='full-width'>
<div class='slick-modal position-relative full-height'>
<img
style="width: 100%; margin: auto; display: block;"
class=""
src="https://play.vidyard.com/9LAogtUrgbWLMonCHfrvxo.jpg"
data-uuid="9LAogtUrgbWLMonCHfrvxo"
data-v="4"
data-type="inline"
/> <div class='c-button slick-modal__button has__icon icon-play' data-micromodal-trigger="gallery-modal-1">See It In Action</div>
</div>
</div>
<div class='full-width'>
<img width="1920" height="1080" src="https://flexforce.toro.com/wp-content/uploads/2021/03/TRIMMER.00_05_18_03.Still022.jpg" alt="Toro Trimmer in action">
</div>
<div class='full-width'>
<img width="1920" height="1080" src="https://flexforce.toro.com/wp-content/uploads/2021/03/TRIMMER_51831_04.jpg" alt="Toro String Trimmer being used">
</div>
<div class='full-width'>
<img width="1920" height="1080" src="https://flexforce.toro.com/wp-content/uploads/2021/03/TRIMMER.00_05_14_01.Still021.jpg" alt="Close up of Toro String Trimmer">
</div>
<div class='full-width'>
<img width="1920" height="1080" src="https://flexforce.toro.com/wp-content/uploads/2021/03/51831_String_Trimmer_Product_performance1-1.jpg" alt="front facing view of trimmer">
</div>
<div class='full-width'>
<img width="1920" height="1080" src="https://flexforce.toro.com/wp-content/uploads/2021/03/51831_String_Trimmer_Product_performance2-1.jpg" alt="rotated side view of trimmer">
</div>
<div class='full-width'>
<img width="1920" height="1080" src="https://flexforce.toro.com/wp-content/uploads/2021/03/51831_String_Trimmer_Product_performance3-1.jpg" alt="side view of trimmer">
</div>
<div class='full-width'>
<img width="2000" height="1400" src="https://flexforce.toro.com/wp-content/uploads/2021/03/StringTrimmerDetail1-1.jpg" alt="brushless motor">
</div>
<div class='full-width'>
<img width="2000" height="1400" src="https://flexforce.toro.com/wp-content/uploads/2021/03/StringTrimmerDetail2-1.jpg" alt="brush head">
</div>
<div class='full-width'>
<img width="700" height="599" src="https://flexforce.toro.com/wp-content/uploads/2021/03/ftr-variable-speed-trigger-51831-60v-trimmer-co19_4195s-1600x1360-1.jpg" alt="Variable speed trigger">
</div>
<div class='full-width'>
<img width="700" height="599" src="https://flexforce.toro.com/wp-content/uploads/2021/03/ftr-line-size-51831-60v-trimmer-1600x1360-1.jpg" alt="Line size">
</div>
</div>
</div>
<div class="g-col-12 g-col-xl-3 position-relative">
<div class='display-flex flex-direction-column full-height'>
<div class='text-center text-xl-left mb-2 arrive arrive-fade_in arrive-move_in--left arrive-move_100 arrive-delay_700 arrive-duration_500'>
<div class='product-tag' >New</div>
</div>
<div class='color-white font-bold text-transform-uppercase is__smallish text-center text-xl-left pl-2 pr-2 pl-xl-0 pr-xl-0 mb-1 arrive arrive-fade_in arrive-move_in--left arrive-move_100 arrive-delay_800 arrive-duration_500'>Flex-Force Power System®</div>
<div class='h4 line-under text-transform-none color-white text-center text-xl-left pl-2 pr-2 pl-xl-0 pr-xl-0 mb-0 pb-0 arrive arrive-fade_in arrive-move_in--left arrive-move_100 arrive-delay_900 arrive-duration_500'>60V Max<sup>*</sup> 13″/15″ Brushless String Trimmer</div>
<div class="line-under text-center text-xl-left arrive arrive-fade_in arrive-move_in--left arrive-move_100 arrive-delay_1000 arrive-duration_500">
<div class='testimonial-link'>
<a class='text-transform-uppercase color-gray is__smallish anchor-link' href='#product-reviews'>What customers are saying</a>
<div class="display-inline-block pl-1 image-container">
<img class="display-block" src="https://flexforce.toro.com/wp-content/themes/toro-60v/assets/images/svg/Review_Icon.svg" alt="Review Icon">
</div>
</div>
</div>
<div class='description color-white is__med pl-2 pr-2 pl-xl-0 pr-xl-0 pt-1 pt-xl-2 arrive arrive-fade_in arrive-move_in--left arrive-move_100 arrive-delay_1100 arrive-duration_500'>
<div class='product-gallery__sidebar-pane js-nice-scroll'>
<ul>
<li>Go from a 13″ to a 15″ cut quickly with a durable 0.080″ line. That’s easy power and performance.</li>
<li>3-phase brushless electric motor with RunSmart® onboard intel.</li>
<li>Variable speed control.</li>
<li>Part of the 60V Flex-Force Power System®, with an interchangeable battery that works with a full line of unbeatable battery-powered yard tools.</li>
<li>Durable high-impact head.</li>
<li>Comfort grip handle—feels good, easy to hold, less vibration.</li>
<li>3-year tool warranty, 3-year battery warranty</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
@media(max-width:767px){
.product-gallery .slick-slider.has__thumbnails .slick-dots {
display: none!important;
}
}
</style>
<div class="modal micromodal-slide" id="gallery-modal-1" aria-hidden="true">
<div class="modal__overlay" tabindex="-1" data-micromodal-close>
<div class="modal__container color-white border border-color-gray-dark" role="dialog" aria-modal="true" aria-labelledby="gallery-modal-1">
<button class="modal__close" aria-label="Close modal" data-micromodal-close></button>
<div class="modal__content" id="gallery-modal-1-content"></div>
</div>
</div>
<div class="modal__append display-none"><img
style="width: 100%; margin: auto; display: block;"
class="vidyard-player-embed"
src="https://play.vidyard.com/9LAogtUrgbWLMonCHfrvxo.jpg"
data-uuid="9LAogtUrgbWLMonCHfrvxo"
data-v="4"
data-type="inline"
/></div>
</div><div class="modal micromodal-slide" id="wtb-modal-variant-1468" aria-hidden="true">
<div class="modal__overlay" tabindex="-1" data-micromodal-close>
<div class="modal__container color-white border border-color-gray-dark" role="dialog" aria-modal="true" aria-labelledby="wtb-modal-variant-1468">
<button class="modal__close" aria-label="Close modal" data-micromodal-close></button>
<div class="modal__content" id="wtb-modal-variant-1468-content"></div>
</div>
</div>
<div class="modal__append display-none"><div class="full-width text-center px-5 px-lg-10 py-5 my-auto"><div class="h4 text-transform-none color-">Available at these retailers:</div><div class="wtb-retailers"><div class='g-row flex-justify-center'><div class='g-col-12 g-col-sm-6 g-col-md-4 py-4'><a class='display-block' target='_blank' href='https://www.toro.com/en/product/51831'><img class='pb-1' src='/wp-content/themes/toro-60v/assets/images/logos/toro.png' alt='toro logo'></a> <a class='c-button' target='_blank' href='https://www.toro.com/en/product/51831'>Buy Online</a></div><div class='g-col-12 g-col-sm-6 g-col-md-4 py-4'><a class='display-block' target='_blank' href='https://www.homedepot.com/p/Toro-60-Volt-Max-Lithium-Ion-Brushless-Cordless-15-in-13-in-String-Trimmer-2-0-Ah-Battery-and-Charger-Included-51831/314621071?NCNI-5'><img class='pb-1' src='/wp-content/themes/toro-60v/assets/images/logos/homedepot.png' alt='homedepot logo'></a> <a class='c-button' target='_blank' href='https://www.homedepot.com/p/Toro-60-Volt-Max-Lithium-Ion-Brushless-Cordless-15-in-13-in-String-Trimmer-2-0-Ah-Battery-and-Charger-Included-51831/314621071?NCNI-5'>Buy Online</a></div><div class='g-col-12 g-col-sm-6 g-col-md-4 py-4'><a class='display-block' target='_blank' href='https://www.acehardware.com/departments/lawn-and-garden/outdoor-power-equipment/trimmers-and-edgers/7013893'><img class='pb-1' src='/wp-content/themes/toro-60v/assets/images/logos/ace.png' alt='ace logo'></a> <a class='c-button' target='_blank' href='https://www.acehardware.com/departments/lawn-and-garden/outdoor-power-equipment/trimmers-and-edgers/7013893'>Buy Online</a></div></div></div></div></div>
</div><div class="modal micromodal-slide" id="wtb-modal-variant-1469" aria-hidden="true">
<div class="modal__overlay" tabindex="-1" data-micromodal-close>
<div class="modal__container color-white border border-color-gray-dark" role="dialog" aria-modal="true" aria-labelledby="wtb-modal-variant-1469">
<button class="modal__close" aria-label="Close modal" data-micromodal-close></button>
<div class="modal__content" id="wtb-modal-variant-1469-content"></div>
</div>
</div>
<div class="modal__append display-none"><div class="full-width text-center px-5 px-lg-10 py-5 my-auto"><div class="h4 text-transform-none color-">Available at these retailers:</div><div class="wtb-retailers"><div class='g-row flex-justify-center'><div class='g-col-12 g-col-sm-6 g-col-md-4 py-4'><a class='display-block' target='_blank' href='https://www.toro.com/en/product/51831t'><img class='pb-1' src='/wp-content/themes/toro-60v/assets/images/logos/toro.png' alt='toro logo'></a> <a class='c-button' target='_blank' href='https://www.toro.com/en/product/51831t'>Buy Online</a></div></div></div></div></div>
</div>
<div class='product-options position-relative overflow-hidden' id='product-options'>
<div class="g-container-fluid position-relative">
<div class="g-row py-5 py-lg-10">
<div class='g-col-12 py-5 py-lg-10'>
<div class="g-container px-0">
<h3 class='text-center text-transform-none color-white pb-0 arrive arrive-fade_in arrive-move_in--up arrive-move_100 arrive-delay_600 arrive-duration_500'>60V Max<sup>*</sup> 13″/15″ Brushless String Trimmer Models</h3>
</div>
</div>
</div>
<h2 class="persistent-gradient__text is__small text-center full-width m-0 p-0">60V MAX</h2>
</div>
<div class="g-container">
<div class="g-row">
<div class="g-col-12">
<div class='product-card is__active' data-product-card-index="0">
<div class='bg-gray-ultralight display-lg-flex'>
<div class='product-tag__mobile product-tag display-lg-none z-3'>
With 2.0Ah Battery and Charger </div>
<div class='product-card__image-wrapper has-gray-gradient__linear pt-3 pt-lg-0'>
<div class='product-card__image' style='background-image: url(https://flexforce.toro.com/wp-content/uploads/2021/03/51831_60V_Trimmer_ecomm_variant.png)'></div>
</div>
<div class='product-card__information'>
<div class='display-lg-flex flex-lg-align-end'>
<div class='product-card__tag-wrapper overflow-hidden display-none display-lg-block'>
<div class='product-card__tag product-tag'>
With 2.0Ah Battery and Charger </div>
</div>
<div class='text-center text-md-right'>
<div class='product-card__model color-gray-dark text-center is__smallish mt-1 mb-1 pb-1 pb-md-1 mb-md-0 mx-2 mr-md-4'>Model Number: 51831</div>
</div>
</div>
<div class='px-2 px-lg-4 pb-lg-5 full-height display-flex flex-direction-column'>
<div class='product-card__variation-selector text-center text-lg-left mt-1 mb-1 mt-lg-2'>
<div class='text-transform-uppercase is__smallish color-gray-dark mb-1 mb-lg-0 mt-1'>Models</div>
<div class='styled-select mb-2 rounded-corners bg-gray'>
<select class='product-card__variation-option-selector mb-0 color-white pl-2 pr-4 pr-lg-2 py-1 is__smallish display-lg-none text-center'>
<option class='product-card__variation-option text-center default-selected' selected data-product-card-index="0">With 2.0Ah Battery and Charger</option>
<option class='product-card__variation-option text-center ' data-product-card-index="1">Tool Only</option>
</select>
</div>
<div class='display-lg-flex display-none'>
<div class='product-card__variation-button is__active' data-product-card-index="0">With 2.0Ah Battery and Charger</div>
<div class='product-card__variation-button ' data-product-card-index="1">Tool Only</div>
</div>
</div>
<div class='display-flex flex-justify-space-between mt-lg-6'>
<div class='product-card__price c-price font-black position-relative'>
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>189.99</bdi></span></span> </div>
<div><a data-micromodal-trigger="wtb-modal-variant-1468" class="c-button is__small" href="javascript:;">Buy Online</a></div>
</div>
<div class='product-card__feature-item-list-head border-top border-bottom border-color-gray-mediumlight font-bold text-center text-lg-left color-black text-transform-uppercase my-2 is__large'>What's In The Box:</div>
<div class='product-card__feature-item font-bold text-center text-lg-left color-gray-dark'>60V Max 13"/15" Brushless Trimmer
</div>
<div class='product-card__feature-item font-bold text-center text-lg-left color-gray-dark'>60V Max L108 Standard Capacity Battery (2.0Ah)
</div>
<div class='product-card__feature-item font-bold text-center text-lg-left color-gray-dark'>60V Max Charger (1 Amp)
</div>
<div class="is__smallish text-lg-right text-center mt-auto pb-3">
<a class="color-gray-dark mt-2 mt-lg-0 display-block" target="_blank" href='https://www.toro.com/en/homeowner/yard-tools/60v-cordless-trimmer-51831'>
<span class="visually-hidden">With 2.0Ah Battery and Charger </span> Details on Toro.com</a>
</div>
</div>
</div>
</div>
</div>
<div class='product-card ' data-product-card-index="1">
<div class='bg-gray-ultralight display-lg-flex'>
<div class='product-tag__mobile product-tag display-lg-none z-3'>
Tool Only </div>
<div class='product-card__image-wrapper has-gray-gradient__linear pt-3 pt-lg-0'>
<div class='product-card__image' style='background-image: url(https://flexforce.toro.com/wp-content/uploads/2021/03/51831T_60V_Trimmer_ecomm_variant.png)'></div>
</div>
<div class='product-card__information'>
<div class='display-lg-flex flex-lg-align-end'>
<div class='product-card__tag-wrapper overflow-hidden display-none display-lg-block'>
<div class='product-card__tag product-tag'>
Tool Only </div>
</div>
<div class='text-center text-md-right'>
<div class='product-card__model color-gray-dark text-center is__smallish mt-1 mb-1 pb-1 pb-md-1 mb-md-0 mx-2 mr-md-4'>Model Number: 51831T</div>
</div>
</div>
<div class='px-2 px-lg-4 pb-lg-5 full-height display-flex flex-direction-column'>
<div class='product-card__variation-selector text-center text-lg-left mt-1 mb-1 mt-lg-2'>
<div class='text-transform-uppercase is__smallish color-gray-dark mb-1 mb-lg-0 mt-1'>Models</div>
<div class='styled-select mb-2 rounded-corners bg-gray'>
<select class='product-card__variation-option-selector mb-0 color-white pl-2 pr-4 pr-lg-2 py-1 is__smallish display-lg-none text-center'>
<option class='product-card__variation-option text-center ' data-product-card-index="0">With 2.0Ah Battery and Charger</option>
<option class='product-card__variation-option text-center default-selected' selected data-product-card-index="1">Tool Only</option>
</select>
</div>
<div class='display-lg-flex display-none'>
<div class='product-card__variation-button ' data-product-card-index="0">With 2.0Ah Battery and Charger</div>
<div class='product-card__variation-button is__active' data-product-card-index="1">Tool Only</div>
</div>
</div>
<div class='display-flex flex-justify-space-between mt-lg-6'>
<div class='product-card__price c-price font-black position-relative'>
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>129.99</bdi></span></span> </div>
<div><a data-micromodal-trigger="wtb-modal-variant-1469" class="c-button is__small" href="javascript:;">Buy Online</a></div>
</div>
<div class='product-card__feature-item-list-head border-top border-bottom border-color-gray-mediumlight font-bold text-center text-lg-left color-black text-transform-uppercase my-2 is__large'>What's In The Box:</div>
<div class='product-card__feature-item font-bold text-center text-lg-left color-gray-dark'>60V Max 13"/15" Brushless Trimmer</div>
<div class="is__smallish text-lg-right text-center mt-auto pb-3">
<a class="color-gray-dark mt-2 mt-lg-0 display-block" target="_blank" href='https://www.toro.com/en/homeowner/yard-tools/60v-cordless-trimmer-51831t'>
<span class="visually-hidden">Tool Only </span> Details on Toro.com</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class='bg-black text-center pt-8 pt-lg-10 overflow-hidden'>
<div class='bg-black pt-8 pt-lg-10'>
<img class='review-hero' src='https://flexforce.toro.com/wp-content/uploads/2021/03/51831_trimmer_pdp_backlit-1980x677.jpg' alt="60V MAX 13"/15" BRUSHLESS STRING TRIMMER REVIEWS INTRO">
</div>
<div class="g-container pt-3 pt-sm-5 pt-lg-10 mt-4 mt-md-0">
<div class="g-row">
<div class="g-col-12">
<div class='h3 my-0 py-0 text-transform-none color-white'>What Customers Are Saying</div>
</div>
</div>
</div>
</div>
<div class='bg-black'>
<div class='product-testimonials bg-black'>
<div class="pt-5 pt-lg-10">
<div class=' g-container'>
<div class="js-slick slick-peek "
data-slick-show="2" data-slick-scroll="1" data-slick-slider="true" data-slick-infinite="true" data-slick-draggable="true" data-slick-speed="350" data-slick-arrows="true">
<div class="g-col-12 g-col-lg-6 color-white text-center text-md-left pb-3">
<div class='mb-2'>
<div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div> </div>
<div class='line-under'>
<div class='h3 text-transform-none pb-2'>“I have always wanted a brushless cordless string trimmer.”</div>
</div>
<div class='is__med mt-2'>I have always wanted a brushless cordless string trimmer. I like that you can us 13 inches or 15 inches. I read that the durable .080” line that can handle the thickest grass and toughest weeds. You choose the speed that’s right for the job. It is also a plus that the 3-phase brushless motor with RunSmart™ onboard intel optimizes RPM and torque for peak performance in the toughest conditions. And battery include, yeah!</div>
<div class='font-bold mt-2'>- mich2000</div>
</div>
<div class="g-col-12 g-col-lg-6 color-white text-center text-md-left pb-3">
<div class='mb-2'>
<div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div> </div>
<div class='line-under'>
<div class='h3 text-transform-none pb-2'>“Very pleased”</div>
</div>
<div class='is__med mt-2'>I am very pleased with my selection of this Toro string trimmer. It is not too heavy to handle. The grip has excellent positioning and is sturdy. The entire trimmer feels very substantial and well constructed. Even though it is not yet lawn care season, I was able to try it out on a warm day. It was easy to use and I was able to finish the trimming in a timely manner. It has a three year full warranty.</div>
<div class='font-bold mt-2'>- Gowe</div>
</div>
<div class="g-col-12 g-col-lg-6 color-white text-center text-md-left pb-3">
<div class='mb-2'>
<div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div> </div>
<div class='line-under'>
<div class='h3 text-transform-none pb-2'>“Well done Toro!”</div>
</div>
<div class='is__med mt-2'>This is the first time I have used a battery powered string trimmer and I was pleasantly surprised by the power of the Toro 60-Volt Max Lithium-Ion trimmer. Run time for the trimmer is around 45 minutes; but the length of the string could factor into a shorter run time. There are 4 indicator lights on the battery that tell how much charge is left in the battery. The cut swath blade is set from the factory at 13 inches, and can be adjusted to 15 inches by removing two screws. To replace the string, two tabs need to be pushed in on the trimmer head to remove the cover and spool. I did find it a little difficult to remove the cover at first, but replacing the string on the spool was very easy to do (trimmer line diameter must be 0.080). I think it is worth mentioning that both the trimmer and battery are backed by a 3 year warranty. The Flex Force battery used by the trimmer can also be used with other Toro products. Overall, I am very happy with the results of the string trimmer and I certainly would recommend it for anyone in the market for a new trimmer. Well done Toro!</div>
<div class='font-bold mt-2'>- Gregg</div>
</div>
<div class="g-col-12 g-col-lg-6 color-white text-center text-md-left pb-3">
<div class='mb-2'>
<div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div> </div>
<div class='line-under'>
<div class='h3 text-transform-none pb-2'>“Well balanced”</div>
</div>
<div class='is__med mt-2'>I am pleased with my new Toro 60-Volt Max Lithium-Ion Brushless Cordless 13 in. String Trimmer with 2.0 Ah Battery and Charger. It is well balanced with the battery at the top and the brushless motor at the bottom. The brushless motor provides plenty of power and it is so much less noisy than my 2-cylinder or 4-cyliner gasoline powered trimmers. It took me about 35 minutes to trim around my house, shop, sidewalks, driveway, trees and shrubs; but there was still one bar left on the battery when I finished. I was surprised that I was able to trim my entire yard with only one battery. The string is smaller and a shorter than what I have I grown accustomed to with my gasoline powered string trimmers; however, I learned to quickly adjust to the smaller string and smaller cutting radius. I would definitely recommend the Toro 60-Volt Max Lithium-Ion Brushless Cordless 13 in. String Trimmer with 2.0 Ah Battery and Charger.</div>
<div class='font-bold mt-2'>- Barney</div>
</div>
<div class="g-col-12 g-col-lg-6 color-white text-center text-md-left pb-3">
<div class='mb-2'>
<div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div> </div>
<div class='line-under'>
<div class='h3 text-transform-none pb-2'>“I would recommend the TORO 60V trimmer”</div>
</div>
<div class='is__med mt-2'>I recently ordered and received the TORO 60-Volt Max Lithium-Ion Brushless Cordless 15 in. / 13 in. String Trimmer with the 2.0 Ah Battery and Charger. I ordered this unit to replace another battery powered string trimmer that I have been using. The difference between the two trimmers is tremendous with the TORO trimmer being far superior. The 60V TORO trimmer has a straight shaft which I prefer as you can use it for both trimming and edging. The battery for having a 60V capacity is lighter than my 40V model. With the battery installed on the 60V trimmer the weight distribution is fairly even which reduces fatigue when using it for a prolonged period of time. The run time on a full charge is stated as being 45 minutes, I found this to be fairly accurate as the first time I used the trimmer, I had it in almost continuous service for about 40 minutes and it still had one bar (of 4 bars) left on the batteries charge indicator. In summary, I would recommend the TORO 60V trimmer. It is fairly well balanced; has very good power and the battery lasts as advertised. I’ve included a few pictures to give an idea of what the unit looks like.</div>
<div class='font-bold mt-2'>- 2695hplc</div>
</div>
<div class="g-col-12 g-col-lg-6 color-white text-center text-md-left pb-3">
<div class='mb-2'>
<div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div> </div>
<div class='line-under'>
<div class='h3 text-transform-none pb-2'>“I think this trimmer will be my new best friend.”</div>
</div>
<div class='is__med mt-2'>I think this trimmer will be my new best friend. Never been interested in a rechargeable trimmer until I held this one. No more mixing gas and oil is definitely a plus. It is well balanced, has a very strong long lasting battery. The speed control switch is a nice feature and the "bump string" advancement is effortless. The trimmer is well balanced and not too heavy. The rechargeable battery is easy to remove, charges quickly and the battery life is great. The string replacement looks to be rather easy as well, but hoping they come out with a quick replacement spool. There is plenty of power in this brushless motor. Definitely stronger than I thought it'd be.</div>
<div class='font-bold mt-2'>- David</div>
</div>
<div class="g-col-12 g-col-lg-6 color-white text-center text-md-left pb-3">
<div class='mb-2'>
<div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div> </div>
<div class='line-under'>
<div class='h3 text-transform-none pb-2'>“Toro has always had a reputation of quality products. ”</div>
</div>
<div class='is__med mt-2'>Toro has always had a reputation of quality products. In the past I have owned and used a Toro lawn mower and had been very satisified so when I moved to Texas I purchased a new Toro lawn mower and been using for the past 5 years and every spring I am always amazed that it will start on the first pull. So that led me to acquire a TORO String Trimmer and Blower. I was not surprised by the quality, features and power of the trimmer, Easy to assemble and powerful to use. I highly recommend their product.</div>
<div class='font-bold mt-2'>- Ron</div>
</div>
<div class="g-col-12 g-col-lg-6 color-white text-center text-md-left pb-3">
<div class='mb-2'>
<div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div><div class='testimonial-star active'></div> </div>
<div class='line-under'>
<div class='h3 text-transform-none pb-2'>“Highly recommend”</div>
</div>
<div class='is__med mt-2'>This has to be the best balanced string trimmer I have ever used. The balance is right at the center of the handle and right down the center of the shaft, its also much lighter than any other heavy duty string trimmer out there. Then there is the quiet and the smoothness of this trimmer. No need for ear protection, the neighbors are also going to enjoy the quiet. So now you can cut at any time and not be worried that you might wake someone. The trimmer grip areas are rubberized and very easy to keep a good grip on the trimmer. The trimmer has an integrated safety lever as part of the variable speed control or throttle. Your hand just finds it naturally as part of the machine, as it should be. The benefit of this being electric is when your not actively cutting there is no idling motor, this makes the trimmer even better since your not using any power between cuts. I have a large yard, and lots of walking between areas that need to be cut, so I am saving all that idling of a gas motor. And also no starting and stopping a gas motor. A corded trimmer is out of the question for my yard, there would just be too much extension cord involved. This trimmer has a brushless motor, that makes much more power for a given size. Brushless motors don't have any internal parts to wear out like standard A.C. Or D.C. motors. Brushless motors are also more compact and weigh less, so they are great for this application. This trimmer has the bump or tap to extend the trimmer line, for me this is the best method for line advancement. This trimmer has a 60 Volt 2.0 Amp 108 Watt Hour Lithium Ion rechargeable battery. It charges in less than 90 min. (from complete discharge) and has a stable discharge rate, so it runs the trimmer at full power till the very end of the charge. The battery also has charge status lights on it so you can see how full the battery is at any time. I was able to do some heavy cutting for about an hour and still had about half a charge left. This trimmer also has one other big advantage, since its electric there is zero chance that this could start a fire like a gas motor with its hot exhaust. This trimmer is very easy to assemble, only two tools needed 4mm allen wrench (included) and #2 phillips screw driver. I for one am very happy that we now have access to really great cordless tools, they do everything that a corded or gas powered tool can do and have so many benefits. Highly recommend looking at this trimmer if your even remotely in the market for a string trimmer!</div>
<div class='font-bold mt-2'>- OutbackJoe</div>
</div>
</div>
<?
$spacing_classes = $hasProductTestimonials ? 'pt-5 pt-lg-10' : '';
?>
<div id='product-reviews' class='' data-bv-show='reviews' data-bv-product-id='51831-toro'></div>
</div>
</div>
</div>
</div>
<div id="product-1458" class="product type-product post-1458 status-publish first instock product_cat-trimmers-and-edger has-post-thumbnail shipping-taxable purchasable product-type-variable">
<div class="summary entry-summary">
</div>
</div>
<div class="persistent-gradient position-fixed bg-black display-flex flex-align-center flex-justify-center full-height color-white full-width z--2">
<div class="persistent-gradient__background has-gradient__radial full-height full-width position-absolute z-1"></div>
</div>
</main>
<script>
var rellax = new Rellax('.rellax', {
center: true,
breakpoints:[540, 1025, 1366],
// drag: 1.5,
});
</script>
<footer id="colophon" class="site-footer bg-black pt-4 pt-lg-8 text-center text-lg-left">
<div class="g-container border-top border-color-gray py-4 py-lg-8">
<div class="g-row">
<div class="g-col-12 g-col-lg-6">
<a class="display-inline-block mb-2 mb-lg-4" href="https://flexforce.toro.com" title="TORO">
<img src="https://flexforce.toro.com/wp-content/uploads/2020/12/toro-logo.png" alt="TORO">
</a>
<nav class="site-footer__nav"><ul id="footer-menu" class="menu"><li id="menu-item-710" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-710"><a href="#where-to-buy">Where to Buy</a></li>
<li id="menu-item-353" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-353"><a target="_blank" rel="noopener" href="https://www.toro.com/en/customer-support">Customer Support</a></li>
<li id="menu-item-363" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-363"><a target="_blank" rel="noopener" href="https://www.toro.com/en/customer-support/product-registration">Register Your Toro</a></li>
</ul></nav>
</div>
<div class="g-col-12 g-col-lg-6 mt-4 mt-lg-0">
<ul class="site-footer__social display-flex flex-justify-space-between mb-3 mb-lg-6 list-plain">
<li><a href="https://www.facebook.com/Toro.Company" target="_blank"><svg id="facebook_1_" data-name="facebook (1)" xmlns="http://www.w3.org/2000/svg" width="33.669" height="35.114" viewBox="0 0 33.669 35.114">
<path id="Path" d="M33.669,17.664C33.669,7.909,26.132,0,16.835,0S0,7.909,0,17.664c0,8.817,6.156,16.124,14.2,17.45V22.77H9.93V17.664H14.2V13.773c0-4.427,2.513-6.872,6.359-6.872a24.712,24.712,0,0,1,3.768.345v4.347H22.209a2.5,2.5,0,0,0-2.744,2.759v3.314h4.669l-.746,5.106H19.465V35.114C27.513,33.789,33.669,26.481,33.669,17.664Z" transform="translate(0 0)" fill="#fff"/>
</svg>
<span class="visually-hidden">Facebook</span></a></li><li><a href="https://www.youtube.com/channel/UCQd20DNP_mT_PMUr-6z2E-g" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="44.701" height="31.241" viewBox="0 0 44.701 31.241">
<path id="youtube" d="M43.773,8.44a5.6,5.6,0,0,0-3.89-3.89c-3.484-.933-17.507-.933-17.507-.933S8.388,3.6,4.868,4.549A5.6,5.6,0,0,0,.978,8.44,58.222,58.222,0,0,0,.005,19.256,58.221,58.221,0,0,0,.978,30.031a5.6,5.6,0,0,0,3.89,3.89c3.481.935,17.507.935,17.507.935s13.985,0,17.507-.935a5.6,5.6,0,0,0,3.89-3.89A58.222,58.222,0,0,0,44.7,19.256,58.22,58.22,0,0,0,43.773,8.44ZM17.9,25.947v-13.4l11.671,6.711Z" transform="translate(-0.005 -3.616)" fill="#fff"/>
</svg>
<span class="visually-hidden">YouTube</span></a></li><li><a href="https://www.instagram.com/thetorocompany/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="32.969" height="32.969" viewBox="0 0 32.969 32.969">
<path id="instagram_1_" data-name="instagram (1)" d="M16.484,0c-4.478,0-5.037.021-6.8.1a12.155,12.155,0,0,0-4,.767,8.072,8.072,0,0,0-2.92,1.9,8.043,8.043,0,0,0-1.9,2.92,12.12,12.12,0,0,0-.767,4c-.082,1.758-.1,2.317-.1,6.8s.021,5.037.1,6.8a12.163,12.163,0,0,0,.767,4,8.084,8.084,0,0,0,1.9,2.92,8.061,8.061,0,0,0,2.92,1.9,12.17,12.17,0,0,0,4,.767c1.758.082,2.317.1,6.8.1s5.037-.021,6.8-.1a12.2,12.2,0,0,0,4-.767A8.424,8.424,0,0,0,32.1,27.282a12.163,12.163,0,0,0,.767-4c.082-1.758.1-2.317.1-6.8s-.021-5.037-.1-6.8a12.191,12.191,0,0,0-.767-4,8.091,8.091,0,0,0-1.9-2.92,8.032,8.032,0,0,0-2.92-1.9,12.127,12.127,0,0,0-4-.767C21.522.016,20.963,0,16.484,0Zm0,2.967c4.4,0,4.925.022,6.662.1a9.082,9.082,0,0,1,3.059.57,5.425,5.425,0,0,1,3.129,3.128A9.1,9.1,0,0,1,29.9,9.822c.078,1.739.1,2.261.1,6.662s-.021,4.925-.1,6.662a9.277,9.277,0,0,1-.578,3.059,5.234,5.234,0,0,1-1.235,1.9,5.143,5.143,0,0,1-1.9,1.231,9.168,9.168,0,0,1-3.07.567c-1.75.078-2.265.1-6.675.1s-4.926-.021-6.675-.1A9.347,9.347,0,0,1,6.7,29.319,5.1,5.1,0,0,1,4.8,28.084a5.005,5.005,0,0,1-1.236-1.9,9.355,9.355,0,0,1-.577-3.07c-.062-1.731-.084-2.265-.084-6.654s.022-4.926.084-6.678a9.344,9.344,0,0,1,.577-3.069A4.886,4.886,0,0,1,4.8,4.82,4.876,4.876,0,0,1,6.7,3.587a9.124,9.124,0,0,1,3.051-.578c1.751-.062,2.267-.082,6.675-.082l.062.041Zm0,5.052a8.465,8.465,0,1,0,8.465,8.465A8.464,8.464,0,0,0,16.484,8.02Zm0,13.959a5.495,5.495,0,1,1,5.495-5.495A5.493,5.493,0,0,1,16.484,21.979ZM27.262,7.686a1.978,1.978,0,1,1-1.978-1.977A1.98,1.98,0,0,1,27.262,7.686Z" fill="#fff"/>
</svg>
<span class="visually-hidden">Instagram</span></a></li><li><a href="https://twitter.com/TheToroCompany" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="39.897" height="32.427" viewBox="0 0 39.897 32.427">
<path id="twitter_1_" data-name="twitter (1)" d="M39.819,6.108a16.624,16.624,0,0,1-4.7,1.288,8.242,8.242,0,0,0,3.6-4.526,16.894,16.894,0,0,1-5.2,1.968A8.176,8.176,0,0,0,19.373,10.42a8.369,8.369,0,0,0,.211,1.868A23.164,23.164,0,0,1,2.726,3.767,8.015,8.015,0,0,0,1.619,7.881,8.18,8.18,0,0,0,5.256,14.69a8.153,8.153,0,0,1-3.7-1.024v.1a8.183,8.183,0,0,0,6.559,8.024,8.254,8.254,0,0,1-3.677.141,8.206,8.206,0,0,0,7.653,5.68,16.4,16.4,0,0,1-10.143,3.5A17.361,17.361,0,0,1,0,31a23.265,23.265,0,0,0,12.562,3.672c15.051,0,23.271-12.461,23.271-23.249,0-.347,0-.7-.025-1.047A16.516,16.516,0,0,0,39.9,6.141l-.078-.033Z" transform="translate(0 -2.246)" fill="#fff"/>
</svg>
<span class="visually-hidden">Twitter</span></a></li><li><a href="https://www.pinterest.com/thetorocompany/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="32.888" height="32.969" viewBox="0 0 32.888 32.969">
<path id="pinterest" d="M16.5,0a16.466,16.466,0,0,0-6,31.8,15.83,15.83,0,0,1,.056-4.724c.3-1.287,1.931-8.183,1.931-8.183a5.958,5.958,0,0,1-.493-2.447c0-2.284,1.328-4,2.978-4a2.07,2.07,0,0,1,2.085,2.319c0,1.414-.9,3.526-1.363,5.484a2.389,2.389,0,0,0,2.438,2.974c2.923,0,5.176-3.084,5.176-7.537A6.5,6.5,0,0,0,16.424,9a7.126,7.126,0,0,0-7.43,7.142A6.412,6.412,0,0,0,10.215,19.9a.5.5,0,0,1,.117.474c-.124.515-.4,1.647-.459,1.872-.073.309-.236.372-.551.227C7.268,21.53,5.98,18.524,5.98,16.1c0-5.187,3.775-9.962,10.88-9.962,5.712,0,10.154,4.076,10.154,9.51,0,5.68-3.581,10.25-8.562,10.25A4.447,4.447,0,0,1,14.663,24l-1.029,3.912a17.939,17.939,0,0,1-2.058,4.322A16.468,16.468,0,1,0,16.453.036Z" transform="translate(-0.029)" fill="#fff"/>
</svg>
<span class="visually-hidden">Pinterest</span></a></li>
</ul>
<div class="is__small mb-1">Copyright © 2023 The Toro Company. All Rights Reserved.</div><div class="is__small mb-3"><p>Celebrating our first 100 years in 2014, we continue to strengthen our position as a leading worldwide provider of innovative solutions for the outdoor environment including turf maintenance, snow and ice management, landscape, rental and specialty construction equipment, and irrigation and outdoor lighting solutions.</p>
</div><div class="is__small mb-1"><p>*Battery manufacturer rating = 60V maximum & 54V typical usage. Actual voltage varies with load. </p>
<p><sup>†</sup>Compared to leading 60v battery-powered outdoor power equipment brands. Maximum battery power output measured in watts, based on battery cell manufacturer’s rating. Actual power output dependent on tool used and use conditions.</p>
</div>
<nav class="mt-3 site-footer__legal is__small"><ul id="legal-menu" class="menu"><li id="menu-item-343" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-343"><a target="_blank" rel="noopener" href="https://www.toro.com/en/about">About Toro</a></li>
<li id="menu-item-338" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-338"><a target="_blank" rel="noopener" href="https://www.toro.com/en/legal/privacy-policy">Privacy Policy</a></li>
<li id="menu-item-346" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-346"><a target="_blank" rel="noopener" href="https://www.toro.com/en/legal/terms-of-use">Terms of Use</a></li>
<li id="menu-item-357" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-357"><a target="_blank" rel="noopener" href="https://www.toro.com/en/legal/dmca-copyright-policy">DMCA/Copyright Policy</a></li>
</ul></nav>
</div>
</div>
</div>
</footer>
<div class="modal micromodal-slide" id="wtb-global" aria-hidden="true">
<div class="modal__overlay" tabindex="-1" data-micromodal-close>
<div class="modal__container color-white border border-color-gray-dark" role="dialog" aria-modal="true" aria-labelledby="wtb-global">
<button class="modal__close" aria-label="Close modal" data-micromodal-close></button>
<div class="modal__content" id="wtb-global-content"></div>
</div>
</div>
<div class="modal__append display-none"><div class="full-width text-center px-5 px-lg-10 py-5 my-auto"><div class="h4 text-transform-none color-">Available at these retailers:</div> <div class="wtb-retailers"><div class='g-row flex-justify-center'><div class='g-col-12 g-col-sm-6 g-col-md-4 py-4'><a class='display-block' target='_blank' href='https://www.toro.com/en/locator'><img class='pb-1' src='/wp-content/themes/toro-60v/assets/images/logos/toro.png' alt='toro logo'></a> <a class='c-button' target='_blank' href='https://www.toro.com/en/locator'>Buy Online</a></div><div class='g-col-12 g-col-sm-6 g-col-md-4 py-4'><a class='display-block' target='_blank' href='https://www.homedepot.com/l/'><img class='pb-1' src='/wp-content/themes/toro-60v/assets/images/logos/homedepot.png' alt='homedepot logo'></a> <a class='c-button' target='_blank' href='https://www.homedepot.com/l/'>Buy Online</a></div><div class='g-col-12 g-col-sm-6 g-col-md-4 py-4'><a class='display-block' target='_blank' href='https://www.acehardware.com/store-locator'><img class='pb-1' src='/wp-content/themes/toro-60v/assets/images/logos/ace.png' alt='ace logo'></a> <a class='c-button' target='_blank' href='https://www.acehardware.com/store-locator'>Buy Online</a></div></div></div></div></div>
</div>
<!-- planitmonitor:content-render:success -->
<script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"Product","@id":"https:\/\/flexforce.toro.com\/products\/60v-max-brushless-trimmer\/","name":"60V Max<sup>*<\/sup> 13\"\/15\" Brushless String Trimmer","url":"https:\/\/flexforce.toro.com\/products\/60v-max-brushless-trimmer\/","description":"Our battery-powered string trimmer lets you choose either a 13\u201d or 15\u201d cut for added performance and productivity whenever you want. Brushless motor with RunSmart\u00ae onboard intel. Variable speed control. Comfort-grip handle.","image":"https:\/\/flexforce.toro.com\/wp-content\/uploads\/2021\/03\/51831-60V-StringTrimmer_ECommSideAngle.png","sku":1458,"offers":[{"@type":"AggregateOffer","lowPrice":"129.99","highPrice":"189.99","offerCount":2,"priceCurrency":"USD","availability":"http:\/\/schema.org\/InStock","url":"https:\/\/flexforce.toro.com\/products\/60v-max-brushless-trimmer\/","seller":{"@type":"Organization","name":"TORO","url":"https:\/\/flexforce.toro.com"}}]}</script> <script type="text/javascript">
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
</script>
<script src='https://flexforce.toro.com/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.2' id='jquery-effects-core-js'></script>
<script src='https://flexforce.toro.com/wp-includes/js/jquery/ui/effect-slide.min.js?ver=1.13.2' id='jquery-effects-slide-js'></script>
<script src='https://flexforce.toro.com/wp-includes/js/jquery/ui/effect-highlight.min.js?ver=1.13.2' id='jquery-effects-highlight-js'></script>
<script src='https://flexforce.toro.com/wp-includes/js/jquery/ui/effect-fold.min.js?ver=1.13.2' id='jquery-effects-fold-js'></script>
<script src='https://flexforce.toro.com/wp-includes/js/jquery/ui/effect-blind.min.js?ver=1.13.2' id='jquery-effects-blind-js'></script>
<script id='bg-show-hide-script-js-extra'>
var BG_SHCE_USE_EFFECTS = "1";
var BG_SHCE_TOGGLE_SPEED = "400";
var BG_SHCE_TOGGLE_OPTIONS = "none";
var BG_SHCE_TOGGLE_EFFECT = "blind";
</script>
<script src='https://flexforce.toro.com/wp-content/plugins/show-hidecollapse-expand/assets/js/bg-show-hide.js?ver=6.3' id='bg-show-hide-script-js'></script>
<script src='https://flexforce.toro.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.7.1.0' id='jquery-blockui-js'></script>
<script id='wc-add-to-cart-js-extra'>
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/flexforce.toro.com\/?page_id=203","is_cart":"","cart_redirect_after_add":"no"};
</script>
<script src='https://flexforce.toro.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=7.1.0' id='wc-add-to-cart-js'></script>
<script id='wc-single-product-js-extra'>
var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"","zoom_options":[],"photoswipe_enabled":"","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":""};
</script>
<script src='https://flexforce.toro.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=7.1.0' id='wc-single-product-js'></script>
<script src='https://flexforce.toro.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.7.1.0' id='js-cookie-js'></script>
<script id='woocommerce-js-extra'>
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
</script>
<script src='https://flexforce.toro.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=7.1.0' id='woocommerce-js'></script>
<script id='wc-cart-fragments-js-extra'>
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_7fd0202f40468addb9c03230b351d77a","fragment_name":"wc_fragments_7fd0202f40468addb9c03230b351d77a","request_timeout":"5000"};
</script>
<script src='https://flexforce.toro.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=7.1.0' id='wc-cart-fragments-js'></script>
<script src='https://flexforce.toro.com/wp-content/themes/toro-60v/assets/scripts/arrive.min.js?ver=1.19.0' id='arrive-js-min-js'></script>
<script src='https://flexforce.toro.com/wp-content/themes/toro-60v/assets/scripts/niceScroll.min.js?ver=1.19.0' id='niceScroll-min-js'></script>
<script src='https://flexforce.toro.com/wp-content/themes/toro-60v/assets/scripts/slick.min.js?ver=1.19.0' id='slick-min-js'></script>
<script src='//cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js?ver=1.0.1' id='touch-punch-js'></script>
<script src='https://flexforce.toro.com/wp-content/themes/toro-60v/assets/scripts/main.bundle.js?ver=1.19.0' id='scripts-min-js'></script>
<script src='https://flexforce.toro.com/wp-includes/js/comment-reply.min.js?ver=6.3' id='comment-reply-js'></script>
<script>
/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
</script>
</body>
</html>
|