	<script>
    function sdsSearch(strURL) {
        fetch(strURL)
            .then(response => {
                if (!response.ok) {
                    // If the response status is not 200 (OK), throw an error
                    throw new Error(`There was a problem with the request: ${response.statusText}`);
                }
                return response.text(); // Parse the response as text
            })
            .then(result => {
                // Update the results container with the response
                document.getElementById('sdsResults').innerHTML = result;
            })
            .catch(error => {
                // Handle errors
                alert(`Error: ${error.message}`);
                console.error('Error fetching SDS:', error);
            });
    }
</script>
	<div class="container">
				<div class="row">
					<div class="col-lg-12 mt-4">
						<form id="sds_search" method="POST">
							<div class="container">
								<div class="row justify-content-center">
									<div class="col-lg-8 col-md-10 col-sm-12">
										<div class="input-group">
											<input class="form-control rounded-0 border border-2 border-right-0" style="z-index: 1;" aria-describedby="literatureSearchHelp" type="search" id="sds-search-input" name="name" placeholder="Enter a Search Term for SDS" onkeyup="sdsSearch('https://shop.opti-tech.ca/wp-content/themes/hello-theme-child-master/getSDS.php?sdss=' + this.value)">
											<span class="input-group-append">
												<button class="border-0 btn" type="button" disabled>
													<i class="fa-solid fa-magnifying-glass align-middle" style="margin-left: -65px; z-index: 2;"></i>
												</button>
											</span>
										</div>
										<div id="literatureSearchHelp" class="form-text">
											If your search results in no SDS, you can scroll down and view the SDS library in alphabetical order
										</div>
									</div>
								</div>
							</div>
						</form>
					</div>
				</div>
				<div class="row">
					<div class="col-lg-12">
						<div id="sdsResults" class="row d-flex justify-content-center pt-5">
						
						</div>
					</div>
				</div>
			</div>		<script>
			document.getElementById('sds_search').addEventListener('keypress', function (e) {
            	if (e.key === 'Enter') {
                	e.preventDefault();
            	}
        	});
		</script>
    <script>
        function getCountryCode(strURL) {
            fetch(strURL)
                .then(response => {
                    if (!response.ok) {
                        throw new Error(`There was a problem with the request: ${response.statusText}`);
                    }
                    return response.text(); // Parse the response as text
                })
                .then(result => {
                    document.getElementById('countryCode').innerHTML = result;
                })
                .catch(error => {
                    alert(`Error: ${error.message}`);
                    console.error('Error fetching SDS:', error);
                });
        }
    </script>

    <div class="container">
        <div class="row">
            <div class="col-lg-12 mb-4">
                <form class="needs-validation" action="" method="POST" novalidate>
                    <div class="container">
                        <div class="row justify-content-center">
                            <div class="col-lg-8 col-md-10 col-sm-12">
                                <label class="ps-1 fw-bold" for="lang_select">
                                    Select a Language
                                </label>
                                <div class="input-group mt-2" style="width: 95%;">
                                    <select id="lang_select" class="form-select rounded-0" name="get_country" 
                                        onChange="getCountryCode('https://shop.opti-tech.ca/wp-content/themes/hello-theme-child-master/getCountryCode.php?country_code=' + this.value)" 
                                        required>
                                        <option value=""> -- Select a Language -- </option>
                                        <option value="en">United States of America</option><option value="en_ca">Canada (English)</option><option value="en_fr">Canada (French)</option>
                                    </select>
                                    <div aria-label="Looks Good!" class="valid-feedback">Looks Good!</div>
                                    <div aria-label="You need to select a language" class="invalid-feedback">You need to select a language</div>
                                </div>
                            </div>
                        </div>
                    </div>
                </form>
            </div>
        </div>
    </div><div id="countryCode"></div><div id="hide_first_sds" class="container">
                <div class="row">
                    <div class="col-lg-12 mt-4 mb-4">
                        <div class="text-center mt-5 mb-2 fw-bold fs-2">United States of America</div>
                    </div>
                </div>
                <div class="row"><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">A</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Abrasive Blades - Rubber Resin Bond I</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1551742_A_Abrasive Blades - Rubber Resin Bond I_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Abrasive Blades - Rubber Resin Bond II</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1551745_A_Abrasive Blades - Rubber Resin Bond II_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">AddiCool</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1344195_A_AddiCool_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Aluminum Oxide Powder</div>
                <div>Before: 2024-10-22
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1339775_A_Aluminum-Oxide-Powder_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Aluminum Oxide Powder</div>
                <div>After: 2024-10-23
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Aluminum-Oxide-Powder-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Apex Hercules Discs</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_Apex-Hercules-Discs_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Apex S Films</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_Apex-S-Films_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">AutoMet Lapping Oil</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341520_A_AutoMet-Lapping-Oil_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">AutoMet Lapping Oil</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/AutoMet-Lapping-Oil-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">C</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">CarbiMet &amp; MicroCut Grinding Papers</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_CarbiMet-&amp;-MicroCut_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Castable Mounting Cups</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_Castable-Mounting-Cups_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Conductive Filler</div>
                <div>Before: 2024-10-21
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1337864_A_Conductive-Filler_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Conductive Filler</div>
                <div>After: 2024-10-22
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Conductive-Filler-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Cool 3</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1340891_A_Cool-3_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Cool 3</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Cool-3-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Crystalbond LT Mounting Wax</div>
                <div>Before: 2024-10-16
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1345633_A_Crystalbond-LT-Mounting-Wax_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Crystalbond LT Mounting Wax</div>
                <div>After: 2024-10-17
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Crystalbond-LT-Mounting-Wax-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Crystalbond Mounting Wax</div>
                <div>Before: 2024-10-15
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341381_A_Crystalbond-Mounting-Wax_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Crystalbond Mounting Wax</div>
                <div>After: 2024-10-16
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Crystalbond-Mounting-Wax-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">D</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Defoamer</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Defoamer-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Dessicant</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Dessicant-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Diallyl Phthalate - Glass</div>
                <div>Before: 2024-10-30
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1340847_A_Diallyl-Phthalate-Glass-Filled_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Diallyl Phthalate - Glass</div>
                <div>After: 2024-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Diallyl-Phthalate-Glass-Filled-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Diallyl Phthalate - Mineral</div>
                <div>Before: 2024-10-21
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1340855_A_Diallyl-Phthalate-Mineral-Filled_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Diallyl Phthalate - Mineral</div>
                <div>After: 2024-10-22
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Diallyl-Phthalate-Mineral-Filled-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Diamond &amp; CBN Blades</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_Diamond-&amp;-CBN-Blades_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Diamond Grinding Discs</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_Diamond-Grinding-Discs_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Dressing Sticks &amp; Wheels</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_Dressing-Sticks-&amp;-Wheels_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">E</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">EpoHeat CLR Hardener</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1346413_A_EpoHeat-CLR-Hardener_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">EpoHeat CLR Hardener</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/EpoHeat-CLR-Hardener-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">EpoHeat CLR Resin</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1346411_A_EpoHeat-CLR-Resin_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">EpoHeat CLR Resin</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/EpoHeat-CLR-Resin-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">EpoKwick FC Hardener</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1364499_A_EpoKwick-FC-Hardener_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">EpoKwick FC Hardener</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/EpoKwick-FC-Hardener-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">EpoKwick FC Resin</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1364504_A_EpoKwick-FC-Resin_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">EpoKwick FC Resin</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/EpoKwick-FC-Resin-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">EpoMet F &amp; G</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1340858_A_EpoMet-F-G_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">EpoMet F &amp; G</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/EpoMet-F&amp;G-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">EpoThin 2 Hardener</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1501014_A_EpoThin-2-Hardener_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">EpoThin 2 Hardener</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/EpoThin-2-Hardener-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">EpoThin 2 Resin</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1514067_A_EpoThin-2-Resin_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">EpoThin 2 Resin</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/EpoThin-2-Resin-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">EpoxiCure 2 Hardener</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1350313_A_EpoxiCure-2-Hardener_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">EpoxiCure 2 Hardener</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/EpoxiCure-2-Hardener-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">EpoxiCure 2 Resin</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1350306_A_EpoxiCure-2-Resin_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">EpoxiCure 2 Resin</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/EpoxiCure-2-Resin-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">F</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">FibrMet Abrasive Discs</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_FibrMet-Abrasive-Discs_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">FibrMet Polishing Extender</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/FiberMet-Extender-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Flat Edge Filler</div>
                <div>Before: 2024-04-09
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1339789_A_Flat-Edge-Filler_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Flat Edge Filler</div>
                <div>After: 2024-04-10
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Flat-Edge-Filler-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">G</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Glossy</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1338058_A_Glossy_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">H</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Hydraulic Oil</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1348161_A_Hydraulic-Oil_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">I</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Indicating Drierite Dehydrant</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Indicating-Drierite-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">IsoCut Fluid</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1337873_A_IsoCut-Fluid_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">IsoCut Fluid</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/IsoCut-Fluid-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">K</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">KonductoMet</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341068_A_KonductoMet_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">KonductoMet</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/KonductoMet-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">L</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Levigated Alumina</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Levigated-Alumina-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Levigated Alumina</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Levigated-Alumina-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">M</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MasterMet</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1337888_A_MasterMet_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MasterMet</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MasterMet-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MasterMet 2</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341314_A_MasterMet-2_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MasterMet 2</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MasterMet-2-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MasterPolish 2 Suspension</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341331_A_MasterPolish-2_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MasterPolish Suspension</div>
                <div>Before: 2023-07-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341971_A_MasterPolish_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MasterPolish Suspension</div>
                <div>After: 2023-08-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MasterPolish-Suspension-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MasterPrep</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341370_A_MasterPrep_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MasterPrep</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MasterPrep-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MetaDi &amp; MetaDi II Paste</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MetaDi-and-MetaDi-II-Paste-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MetaDi Fluid</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1352984_A_MetaDi-Fluid_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MetaDi Fluid</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MetaDi-Fluid-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MetaDi Oil-Based Diamond Suspension</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1353241_A_MetaDi-Oil-Based-Suspension_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MetaDi Oil-Based Diamond Suspension</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MetaDi-Oil-Based-Diamond-Suspension-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MetaDi Suspension (Supreme, Monocrystalline, Combo)</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1352983_A_MetaDi-Water-Based-Suspension_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MetaDi Suspension (Supreme, Monocrystalline, Combo)</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MetaDi-Water-Based-Suspension-Supreme-Monocrystalline-Combo-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MetaDi Ultra Paste</div>
                <div>Before: 2024-10-28
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1353237_A_MetaDi-Ultra-Paste_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MetaDi Ultra Paste</div>
                <div>After: 2024-10-29
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MetaDi-Ultra-Paste-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MetGrip Liners</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_MetGrip-Liners_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MicroPolish Alumina Powder</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341982_A_MicroPolish-MicroPolish-II-Alumina-Powder_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MicroPolish Alumina Powder</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MicroPolish-and-MicroPolish-II-Alumina-Powder-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MicroPolish Alumina Suspension</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341988_A_MicroPolish-Alumina-Suspension_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MicroPolish Alumina Suspension</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MicroPolish-Alumina-Suspension-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MicroPolish II Alumina Suspension</div>
                <div>Before: 2024-01-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1342327_A_MicroPolish-II-Alumina-Suspension_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">MicroPolish II Alumina Suspension</div>
                <div>After: 2024-02-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MicroPolish-II-Alumina-Suspension-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">MiroMet</div>
                <div>After: 2023-08-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/MiroMet-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Mold Release Spray</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1342704_A_Mold-Release-Spray_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Mounting Pigment - Black</div>
                <div>Before: 2024-11-04
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1346966_A_Pigment-Black_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Mounting Pigment - Black</div>
                <div>After: 2024-11-05
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Mounting-Pigment-Black-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Mounting Pigment - Blue &amp; Red</div>
                <div>Before: 2024-11-05
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1346969_A_Pigment-Blue-Red_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Mounting Pigment - Blue &amp; Red</div>
                <div>After: 2024-11-06
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Mounting-Pigment-Blue-and-Red-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">P</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">PhenoCure LP</div>
                <div>Before: 2023-12-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1592527_A_PhenoCure-LP-Mounting-Powder_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">PhenoCure LP</div>
                <div>After: 2024-01-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/PhenoCure-LP-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">PhenoCure Powder and PreMolds</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1346828_A_PhenoCure-Powder-PreMolds_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">PhenoCure Powder and PreMolds</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/PhenoCure-Powders-and-Premolds-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Planar Grinding Stones</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_Planar-Grinding-Stones_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Polishing Cloths</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_Polishing-Cloths_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Polishing Oil</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1349461_A_Polishing-Oil_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Powdered Mold Release</div>
                <div>Before: 2024-07-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1338169_A_Powdered-Mold-Release_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Powdered Mold Release</div>
                <div>After: 2024-08-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Powdered-Mold-Release-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">ProbeMet</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1340874_A_ProbeMet_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">ProbeMet</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/ProbeMet-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">R</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">ReciClean</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1344192_A_ReciClean_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Release Agent</div>
                <div>Before: 2024-12-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1350448_A_Release-Agent_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">Release Agent</div>
                <div>After: 2024-12-02
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Release-Agent-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Replicating Media Comp A</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-Replicating-Media-Comp-A-US-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Replicating Media Comp B</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-Replicating-Media-Comp-B-US-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">S</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">SamplKwick Liquid</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341291_A_SamplKwick-Liquid_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">SamplKwick Liquid</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/SamplKwick-Liquid-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">SamplKwick Powder</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1341280_A_SamplKwick-Powder_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">SamplKwick Powder</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/SamplKwick-Powder-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Silicon Carbide Powder</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1339795_A_Silicon-Carbide-Powder_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Support Clips &amp; Clamps</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_Support-Clips-&amp;-Clamps_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">T</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Thermoplastic Cement</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_ThermoPlastic-Cement_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">TransOptic Powder</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1339940_A_TransOptic_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">TransOptic Powder</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/TransOptic-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">U</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">UltraMet 2 Cleaning Solution</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1347102_A_UltraMet-2-Cleaning-Solution_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">UltraPrep Diamond Grinding Discs</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1392374_A_UltraPrep-Diamond-Grinding-Discs_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">UltraPrep Diamond Lapping Films</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Buehler-SDS-Exemption-Letter_UltraPrep-Diamond-Lapping-Films_EN.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="text-center mt-5 mb-2 fw-bold fs-1" style="color: #1975BB;">V</div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">Vacuum Pump Oil</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/Vacuum-Pump-Oil-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">VariDur 10 &amp; 200 Liquid</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1342777_A_VariDur-10-200-Liquid_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">VariDur 10 &amp; 200 Liquid</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariDur-10-&amp;-200-Liquid-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">VariDur 10 Powder</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1344864_A_VariDur-10-Powder_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">VariDur 10 Powder</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariDur-10-Powder-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">VariDur 200 Powder</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1344867_A_VariDur-200-Powder_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">VariDur 200 Powder</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariDur-200-Powder-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">VariDur 3003 Liquid 1 &amp; 2</div>
                <div>Before: 2023-11-30
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1346124_A_VariDur-3003-Liquids-1&amp;2_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">VariDur 3003 Liquid 1 &amp; 2</div>
                <div>After: 2023-12-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariDur-3003-Liquid-1-&amp;-2-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">VariDur 3003 Powder</div>
                <div>Before: 2023-11-30
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1344868_A_VariDur-3003-Powder_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">VariDur 3003 Powder</div>
                <div>After: 2023-12-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariDur-3003-Powder-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">VariDur Liquid</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariDur-Liquid-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">VariDur Liquid</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariDur-Liquid-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">VariDur Powder</div>
                <div>Before: 2022-10-31
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariDur-Powder-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">VariDur Powder</div>
                <div>After: 2022-11-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariDur-Powder-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">VariDur Powder &amp; VariDur Kit</div>
                <div>
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariDur-Liquid-and-kit-2015.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">VariKleer Liquid</div>
                <div>Before: 2023-11-30
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1344869_A_VariKleer-Liquid_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">VariKleer Liquid</div>
                <div>After: 2023-12-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariKleer-Liquid-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div><div class="col-lg-4 col-sm-12 pt-1 pb-1">
                    <div class="card shadow p-4">
                        <div class="card-header fw-bold fs-6 border-bottom-0">VariKleer Powder</div>
                <div>Before: 2023-11-30
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/1344870_A_VariKleer-Powder_EN.PDF" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div><div class="card-header fw-bold fs-6 border-bottom-0">VariKleer Powder</div>
                <div>After: 2023-12-01
                    <a href="https://shop.opti-tech.ca/assets/SDS/US/VariKleer-Powder-US-English.pdf" target="_blank">
                        <i style="color: #1975BB;" class="ms-3 fs-5 fa-regular fa-file-pdf"></i>
                    </a>
                </div>
                    </div>
                  </div></div></div>---
title: Safety Data Sheets
url: https://shop.opti-tech.ca/safety-data-sheets/
date: 2021-01-04T02:53:04+00:00
modified: 2025-01-28T23:10:10+00:00
lang: en_US
---

# Safety Data Sheets

# Safety Data Sheets

## Safety Data Sheet (SDS) Search

Browse our Safety Data Sheets including the discontinued Safety Data Sheets

### Safety Data Sheet (SDS) Select

Select from the dropdown US English, Canadian English, or Candian French
