{"id":8,"date":"2025-10-15T19:36:38","date_gmt":"2025-10-15T19:36:38","guid":{"rendered":"http:\/\/192.168.1.32\/?page_id=8"},"modified":"2026-04-11T20:27:54","modified_gmt":"2026-04-12T01:27:54","slug":"home","status":"publish","type":"page","link":"https:\/\/downthelinecustoms.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8\" class=\"elementor elementor-8\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff85be2 e-flex e-con-boxed e-con e-parent\" data-id=\"ff85be2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-329b172 elementor-widget elementor-widget-html\" data-id=\"329b172\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<header class=\"dlc-header\">\r\n  <div class=\"container\">\r\n    <!-- Logo -->\r\n    <a href=\"\/\" class=\"logo\">\r\n      <img decoding=\"async\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/DTLLogo.webp\" alt=\"Down The Line Customs\">\r\n    <\/a>\r\n\r\n    <!-- Slogan -->\r\n    <span class=\"slogan\">Perfection is Our Baseline.<\/span>\r\n\r\n    <!-- Navigation Menu -->\r\n    <nav class=\"dlc-nav\">\r\n      <a href=\"\/\">Home<\/a>\r\n\r\n      <!-- Services Dropdown -->\r\n      <div class=\"dropdown\">\r\n        <a href=\"https:\/\/downthelinecustoms.com\/index.php\/services\/\" class=\"dropbtn\">\r\n          Services <span class=\"chevron\">&#9660;<\/span>\r\n        <\/a>\r\n        <div class=\"dropdown-content\">\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/services\/\">All Services<\/a>\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/automotive-window-tinting\/\">Automotive Window Tinting<\/a>\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/architectural-window-tinting\/\">Architectural Window Tinting<\/a>\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/remote-starts\/\">Remote Starts<\/a>\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/wraps\/\">Wraps<\/a>\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/starlight-headliners\/\">Starlight Headliners<\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <a href=\"https:\/\/downthelinecustoms.com\/index.php\/gallery\/\">Gallery<\/a>\r\n      <a href=\"https:\/\/downthelinecustoms.com\/index.php\/warranty\/\">Warranty<\/a>\r\n      <a href=\"https:\/\/downthelinecustoms.com\/index.php\/contact-us\/\">Contact<\/a>\r\n    <\/nav>\r\n\r\n    <!-- Hamburger Icon -->\r\n    <div class=\"dlc-menu-toggle\">&#9776;<\/div>\r\n  <\/div>\r\n<\/header>\r\n\r\n<style>\r\n\/* Sticky Header *\/\r\n.dlc-header {\r\n  position: fixed;\r\n  top: 0;\r\n  left: 0;\r\n  right: 0;\r\n  background: linear-gradient(90deg, #6a0dad, #1e90ff);\r\n  padding: 15px 20px;\r\n  z-index: 1000;\r\n  color: white;\r\n  font-family: Arial, sans-serif;\r\n  box-shadow: 0 2px 12px rgba(0,0,0,0.35);\r\n}\r\n\r\n\/* Prevent content from hiding under header *\/\r\nbody { margin-top: 95px; }\r\n\r\n\/* Container: logo left, slogan center, nav right *\/\r\n.dlc-header .container {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  position: relative;\r\n}\r\n\r\n\/* Logo *\/\r\n.dlc-header .logo img { \r\n  height: 60px; \r\n}\r\n\r\n\/* Slogan always centered *\/\r\n.dlc-header .slogan {\r\n  position: absolute;\r\n  left: 50%;\r\n  transform: translateX(-50%);\r\n  font-size: 18px;\r\n  font-weight: 400;\r\n  letter-spacing: 1px;\r\n  color: #E5E5E5;\r\n  text-shadow: 0 2px 6px rgba(0,0,0,0.35);\r\n  white-space: nowrap;\r\n  z-index: 500;\r\n}\r\n\r\n\/* Desktop Navigation *\/\r\n.dlc-nav {\r\n  display: flex;\r\n  gap: 24px;\r\n  align-items: center;\r\n  margin-left: auto;\r\n}\r\n\r\n.dlc-nav a {\r\n  color: white;\r\n  text-decoration: none;\r\n  font-weight: 600;\r\n  transition: color 0.2s ease;\r\n}\r\n\r\n.dlc-nav a:hover { color: #FFD700; }\r\n\r\n\/* Dropdown *\/\r\n.dropdown {\r\n  position: relative;\r\n  display: inline-block;\r\n}\r\n\r\n.dropbtn {\r\n  color: white;\r\n  text-decoration: none;\r\n  font-weight: 600;\r\n  cursor: pointer;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  gap: 5px;\r\n  transition: color 0.2s ease;\r\n}\r\n\r\n.dropbtn:hover { color: #FFD700; }\r\n\r\n.dropdown-content {\r\n  display: none;\r\n  position: absolute;\r\n  background-color: rgba(0,0,0,0.95);\r\n  min-width: 220px;\r\n  z-index: 1000;\r\n  flex-direction: column;\r\n  border-radius: 4px;\r\n  box-shadow: 0 2px 8px rgba(0,0,0,0.4);\r\n}\r\n\r\n.dropdown-content a {\r\n  color: white;\r\n  padding: 12px 16px;\r\n  text-decoration: none;\r\n  display: block;\r\n  font-weight: 500;\r\n}\r\n\r\n.dropdown-content a:hover {\r\n  background-color: #1e90ff;\r\n}\r\n\r\n\/* Show dropdown on hover (desktop) *\/\r\n.dropdown:hover .dropdown-content { display: flex; }\r\n\r\n\/* Chevron *\/\r\n.chevron {\r\n  font-size: 10px;\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n\/* Hamburger *\/\r\n.dlc-menu-toggle {\r\n  display: none !important;\r\n  font-size: 32px;\r\n  cursor: pointer;\r\n  color: white;\r\n}\r\n\r\n\/* Tablet & Mobile *\/\r\n@media (max-width: 1024px) {\r\n  \/* Slogan stays centered *\/\r\n  .dlc-header .slogan {\r\n    position: absolute;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    font-size: 16px;\r\n  }\r\n\r\n  \/* Mobile\/Tablet Nav *\/\r\n  .dlc-nav {\r\n    position: fixed;\r\n    top: 95px;\r\n    left: 0;\r\n    right: 0;\r\n    flex-direction: column;\r\n    background-color: rgba(0,0,0,0.9);\r\n    display: none;\r\n    z-index: 999;\r\n  }\r\n\r\n  .dlc-nav.active { display: flex; }\r\n\r\n  .dlc-nav a {\r\n    display: block;\r\n    width: 100%;\r\n    text-align: center;\r\n    padding: 14px 0;\r\n    border-bottom: 1px solid #222;\r\n  }\r\n\r\n  .dropdown-content {\r\n    position: relative;\r\n    display: none;\r\n    background-color: rgba(0,0,0,0.9);\r\n  }\r\n\r\n  .dropdown.active .dropdown-content { display: flex; }\r\n  .dropdown.active .chevron { transform: rotate(180deg); }\r\n\r\n  .dlc-menu-toggle { display: block !important; }\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n  const toggle = document.querySelector('.dlc-menu-toggle');\r\n  const nav = document.querySelector('.dlc-nav');\r\n  const links = document.querySelectorAll('.dlc-nav a');\r\n  const dropdowns = document.querySelectorAll('.dropdown');\r\n\r\n  \/\/ Hamburger toggle\r\n  toggle.addEventListener('click', () => {\r\n    nav.classList.toggle('active');\r\n  });\r\n\r\n  \/\/ Link click behavior\r\n  links.forEach(link => {\r\n    link.addEventListener('click', (e) => {\r\n      \/\/ On mobile\/tablet, if clicking dropdown parent, toggle dropdown\r\n      if (link.classList.contains('dropbtn') && window.innerWidth <= 1024) {\r\n        e.preventDefault();\r\n        link.parentElement.classList.toggle('active');\r\n        return; \/\/ do not close nav\r\n      }\r\n      \/\/ Close nav for normal links\r\n      nav.classList.remove('active');\r\n      dropdowns.forEach(d => d.classList.remove('active'));\r\n    });\r\n  });\r\n\r\n  \/\/ Optional: click outside to close dropdowns (mobile\/tablet)\r\n  document.addEventListener('click', (e) => {\r\n    dropdowns.forEach(drop => {\r\n      if (!drop.contains(e.target) && window.innerWidth <= 1024) {\r\n        drop.classList.remove('active');\r\n      }\r\n    });\r\n  });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c12bc7c e-flex e-con-boxed e-con e-parent\" data-id=\"c12bc7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53acd95 elementor-widget elementor-widget-image\" data-id=\"53acd95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/DTLLogo.webp\" class=\"attachment-medium size-medium wp-image-17\" alt=\"Business Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-741b6dc e-flex e-con-boxed e-con e-parent\" data-id=\"741b6dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78bc9dc elementor-widget elementor-widget-heading\" data-id=\"78bc9dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Perfection Is Our Baseline<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9dbee87 e-flex e-con-boxed e-con e-parent\" data-id=\"9dbee87\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-97a023d elementor-widget elementor-widget-heading\" data-id=\"97a023d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Professional window tint, remote starts, custom wiring &amp; accessories with a lifetime warranty \u2014 Aberdeen, SD<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d0042f e-flex e-con-boxed e-con e-parent\" data-id=\"9d0042f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00709bb elementor-widget elementor-widget-image\" data-id=\"00709bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/DTL-Customs-RemoteStart_optimized_2000-1024x1024.avif\" class=\"attachment-large size-large wp-image-558\" alt=\"Advertisement Remote Start\" srcset=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/DTL-Customs-RemoteStart_optimized_2000-1024x1024.avif 1024w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/DTL-Customs-RemoteStart_optimized_2000-300x300.avif 300w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/DTL-Customs-RemoteStart_optimized_2000-150x150.avif 150w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/DTL-Customs-RemoteStart_optimized_2000-768x768.avif 768w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/DTL-Customs-RemoteStart_optimized_2000-1536x1536.avif 1536w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/DTL-Customs-RemoteStart_optimized_2000-2048x2048.avif 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6e40ad9 e-flex e-con-boxed e-con e-parent\" data-id=\"6e40ad9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27a886c elementor-widget elementor-widget-html\" data-id=\"27a886c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Homepage CTAs: Book First, Referral Second -->\r\n<div class=\"homepage-cta-wrapper\">\r\n  <!-- Book Your Appointment Section -->\r\n  <section class=\"book-appointment-banner\">\r\n    <div class=\"referral-content\">\r\n      <h2>Book Your Appointment<\/h2>\r\n      <p>Schedule your window tint, detailing, or custom work with us today. We make it easy and convenient!<\/p>\r\n      <a href=\"\/index.php\/book-now\/\" class=\"referral-btn\">Book Now<\/a>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Earn Rewards Section -->\r\n  <section class=\"referral-banner\">\r\n    <div class=\"referral-content\">\r\n      <h2>Earn Rewards by Referring Friends!<\/h2>\r\n      <p>Love our services? Share us with your friends and earn credits toward your next service. It\u2019s our way of saying thank you for spreading the word.<\/p>\r\n      <a href=\"\/index.php\/services\/#referral-program\" class=\"referral-btn\">Learn More<\/a>\r\n    <\/div>\r\n  <\/section>\r\n<\/div>\r\n\r\n<style>\r\n\/* Homepage CTA wrapper *\/\r\n.homepage-cta-wrapper {\r\n  display: flex;\r\n  flex-direction: column;    \r\n  justify-content: center;\r\n  align-items: center;\r\n  gap: 30px;                 \r\n  margin: 60px 0;\r\n}\r\n\r\n\/* Desktop: display side by side *\/\r\n@media (min-width: 992px) {\r\n  .homepage-cta-wrapper {\r\n    flex-direction: row;\r\n  }\r\n}\r\n\r\n\/* Uniform CTA sections *\/\r\n.homepage-cta-wrapper .referral-banner,\r\n.homepage-cta-wrapper .book-appointment-banner {\r\n  flex: 1 1 300px;\r\n  max-width: 450px;\r\n  display: flex;\r\n  flex-direction: column;\r\n  justify-content: center;\r\n  text-align: center;\r\n  border-radius: 12px;\r\n  padding: 40px 20px;\r\n  color: #ffffff !important;                       \/* FORCE text white *\/\r\n  background: linear-gradient(90deg, #6a0dad, #1e90ff) !important;\r\n  box-shadow: 0 6px 20px rgba(0,0,0,0.15);\r\n}\r\n\r\n\/* Force h2 and paragraph text to white *\/\r\n.homepage-cta-wrapper .referral-banner h2,\r\n.homepage-cta-wrapper .book-appointment-banner h2,\r\n.homepage-cta-wrapper .referral-banner p,\r\n.homepage-cta-wrapper .book-appointment-banner p {\r\n  color: #ffffff !important;\r\n}\r\n\r\n\/* Section paragraphs *\/\r\n.homepage-cta-wrapper .referral-content p {\r\n  font-size: 16px;\r\n  line-height: 1.6;\r\n  margin-bottom: 25px;\r\n}\r\n\r\n\/* Buttons *\/\r\n.homepage-cta-wrapper .referral-btn {\r\n  display: inline-block;\r\n  padding: 14px 32px;\r\n  font-weight: 600;\r\n  border-radius: 30px;\r\n  background: #ffffff;\r\n  color: #1e90ff;\r\n  text-decoration: none;\r\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n  margin: 0 auto;\r\n}\r\n\r\n.homepage-cta-wrapper .referral-btn:hover {\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 6px 18px rgba(0,0,0,0.3);\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-014caa7 e-grid e-con-full e-con e-parent\" data-id=\"014caa7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49a9772 elementor-widget elementor-widget-image\" data-id=\"49a9772\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"768\" height=\"1318\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/Snapchat-12723066211.webp\" class=\"attachment-medium_large size-medium_large wp-image-19\" alt=\"Homepage Image 2006 Dodge Ram\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3aec27 elementor-widget elementor-widget-heading\" data-id=\"e3aec27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">At Down The Line Customs, we specialize in Professional Tinting, Automotive Accessories, and 12 Volt Wiring. Our mission is to make your ride stand out \u2014 inside and out.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-726e39a e-flex e-con-boxed e-con e-parent\" data-id=\"726e39a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df1db01 elementor-widget elementor-widget-shortcode\" data-id=\"df1db01\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><pre class=\"ti-widget\"><template id=\"trustindex-facebook-widget-html\"><div class=\" ti-widget  ti-face ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-plugin-version=\"13.2.8\" data-layout-id=\"5\" data-layout-category=\"slider\" data-set-id=\"dark-background\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"275\" data-css-version=\"2\" data-reply-by-locale=\"Owner's reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer ti-footer-grid source-Facebook\"> <div class=\"ti-fade-container\"> <div class=\"ti-rating-text\"> <strong class=\"ti-rating ti-rating-large\"> EXCELLENT <\/strong> <\/div> <span class=\"ti-stars star-lg\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">Based on <strong>10 reviews<\/strong><\/span> <\/div> <div class=\"ti-large-logo\"> <div class=\"ti-v-center\"> <trustindex-image class=\"ti-logo-fb\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/logo.svg\" width=\"150\" height=\"25\" loading=\"lazy\" alt=\"Facebook\"><\/trustindex-image> <\/div> <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1775260800\" class=\"ti-review-item source-Facebook ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/graph.facebook.com\/34862157730095685\/picture?access_token=EAACW8aYRzLUBRKHcmXUrCV4jjkGAsyFkr0rh0IZA7opxwkJN4OqY5ZAZBmcVCs4p3ss0noitj5posyLwddxH1fBjztZCMRWCjbygaiipdqpEl57uOBFMhQzZAszmqahMllXbpiVd4I4Ii7rGMBxVLAeZBkwOxgDr5N7c4prpFBG3sgMyAR4CV0Tw9ZB7CZCZB1EGfKt6C&amp;type=square&amp;width=80\" alt=\"Kyle Kaup profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Kyle Kaup <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Facebook.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Had a great experience getting my windows tinted. Quick turnaround, great communication throughout the process, and everything turned out exactly how I wanted. Highly recommend!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1774483200\" class=\"ti-review-item source-Facebook ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/graph.facebook.com\/26157959457218054\/picture?access_token=EAACW8aYRzLUBRKHcmXUrCV4jjkGAsyFkr0rh0IZA7opxwkJN4OqY5ZAZBmcVCs4p3ss0noitj5posyLwddxH1fBjztZCMRWCjbygaiipdqpEl57uOBFMhQzZAszmqahMllXbpiVd4I4Ii7rGMBxVLAeZBkwOxgDr5N7c4prpFBG3sgMyAR4CV0Tw9ZB7CZCZB1EGfKt6C&amp;type=square&amp;width=80\" alt=\"Ashley Abel profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ashley Abel <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Facebook.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Got me in over the weekend when I came back to town, awesome customer service! Laine does great work! I\u2019ll for sure be directing people to this business!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1773792000\" class=\"ti-review-item source-Facebook ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/graph.facebook.com\/26190143927318765\/picture?access_token=EAACW8aYRzLUBRKHcmXUrCV4jjkGAsyFkr0rh0IZA7opxwkJN4OqY5ZAZBmcVCs4p3ss0noitj5posyLwddxH1fBjztZCMRWCjbygaiipdqpEl57uOBFMhQzZAszmqahMllXbpiVd4I4Ii7rGMBxVLAeZBkwOxgDr5N7c4prpFBG3sgMyAR4CV0Tw9ZB7CZCZB1EGfKt6C&amp;type=square&amp;width=80\" alt=\"Austin Aberle profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Austin Aberle <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Facebook.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Had some outstanding service. Made my vehicle look fabulous. Highly recommend. Also doesn\u2019t rip you off.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1770681600\" class=\"ti-review-item source-Facebook ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/graph.facebook.com\/25819675481046884\/picture?access_token=EAACW8aYRzLUBRKHcmXUrCV4jjkGAsyFkr0rh0IZA7opxwkJN4OqY5ZAZBmcVCs4p3ss0noitj5posyLwddxH1fBjztZCMRWCjbygaiipdqpEl57uOBFMhQzZAszmqahMllXbpiVd4I4Ii7rGMBxVLAeZBkwOxgDr5N7c4prpFBG3sgMyAR4CV0Tw9ZB7CZCZB1EGfKt6C&amp;type=square&amp;width=80\" alt=\"Alesha Lee profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Alesha Lee <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Facebook.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->OBSESSED with how our windows turned out!! He got us scheduled right away, fit us in with two days\u2019 notice, picked up &amp; dropped off the car, and crushed it in just a few hours. Very reasonable pricing and seriously great work. If you need window tint \u2014 THIS. IS. IT.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1765324800\" class=\"ti-review-item source-Facebook ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/graph.facebook.com\/26190702657180436\/picture?access_token=EAACW8aYRzLUBRKHcmXUrCV4jjkGAsyFkr0rh0IZA7opxwkJN4OqY5ZAZBmcVCs4p3ss0noitj5posyLwddxH1fBjztZCMRWCjbygaiipdqpEl57uOBFMhQzZAszmqahMllXbpiVd4I4Ii7rGMBxVLAeZBkwOxgDr5N7c4prpFBG3sgMyAR4CV0Tw9ZB7CZCZB1EGfKt6C&amp;type=square&amp;width=80\" alt=\"Zach Sahli profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Zach Sahli <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Facebook.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Contacted Laine about an auto start. He was able to give me the quote over the phone. Had it ordered and was able to set up a quick installation. Fast, informative, and quality work. 10\/10 recommend this business. Could not be more happy with how everything is working!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1762387200\" class=\"ti-review-item source-Facebook ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/graph.facebook.com\/25564530233139828\/picture?access_token=EAACW8aYRzLUBRKHcmXUrCV4jjkGAsyFkr0rh0IZA7opxwkJN4OqY5ZAZBmcVCs4p3ss0noitj5posyLwddxH1fBjztZCMRWCjbygaiipdqpEl57uOBFMhQzZAszmqahMllXbpiVd4I4Ii7rGMBxVLAeZBkwOxgDr5N7c4prpFBG3sgMyAR4CV0Tw9ZB7CZCZB1EGfKt6C&amp;type=square&amp;width=80\" alt=\"Cole Artz profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Cole Artz <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Facebook.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Very flexible on scheduling, and got it done in fashionable time! Lifetime warranty sealed the deal for me!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1762128000\" class=\"ti-review-item source-Facebook ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/graph.facebook.com\/25511417095131142\/picture?access_token=EAACW8aYRzLUBRKHcmXUrCV4jjkGAsyFkr0rh0IZA7opxwkJN4OqY5ZAZBmcVCs4p3ss0noitj5posyLwddxH1fBjztZCMRWCjbygaiipdqpEl57uOBFMhQzZAszmqahMllXbpiVd4I4Ii7rGMBxVLAeZBkwOxgDr5N7c4prpFBG3sgMyAR4CV0Tw9ZB7CZCZB1EGfKt6C&amp;type=square&amp;width=80\" alt=\"Logan Williams profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Logan Williams <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Facebook.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Super happy with my vehicle great work! Highly recommend!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1761955200\" class=\"ti-review-item source-Facebook ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/graph.facebook.com\/32369289016048246\/picture?access_token=EAACW8aYRzLUBRKHcmXUrCV4jjkGAsyFkr0rh0IZA7opxwkJN4OqY5ZAZBmcVCs4p3ss0noitj5posyLwddxH1fBjztZCMRWCjbygaiipdqpEl57uOBFMhQzZAszmqahMllXbpiVd4I4Ii7rGMBxVLAeZBkwOxgDr5N7c4prpFBG3sgMyAR4CV0Tw9ZB7CZCZB1EGfKt6C&amp;type=square&amp;width=80\" alt=\"Shay Marie Tunnissen profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Shay Marie Tunnissen <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Facebook.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Had some paint peeling by our Jeep windows and Laine did such a great job getting it all repaired and ready for the winter. Great attention to detail, excelled communication and a down right beautiful job! Highly recommend his services! \ud83d\ude0a He keeps things honest and professional which is exactly what you want!!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1760659200\" class=\"ti-review-item source-Facebook ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/graph.facebook.com\/32066250996322662\/picture?access_token=EAACW8aYRzLUBRKHcmXUrCV4jjkGAsyFkr0rh0IZA7opxwkJN4OqY5ZAZBmcVCs4p3ss0noitj5posyLwddxH1fBjztZCMRWCjbygaiipdqpEl57uOBFMhQzZAszmqahMllXbpiVd4I4Ii7rGMBxVLAeZBkwOxgDr5N7c4prpFBG3sgMyAR4CV0Tw9ZB7CZCZB1EGfKt6C&amp;type=square&amp;width=80\" alt=\"Bryson Witte profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Bryson Witte <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Facebook.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excellent work! Heat sealed edges to roll windows down immediately after. Will be going back!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1759363200\" class=\"ti-review-item source-Facebook ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/graph.facebook.com\/25312202178377777\/picture?access_token=EAACW8aYRzLUBRKHcmXUrCV4jjkGAsyFkr0rh0IZA7opxwkJN4OqY5ZAZBmcVCs4p3ss0noitj5posyLwddxH1fBjztZCMRWCjbygaiipdqpEl57uOBFMhQzZAszmqahMllXbpiVd4I4Ii7rGMBxVLAeZBkwOxgDr5N7c4prpFBG3sgMyAR4CV0Tw9ZB7CZCZB1EGfKt6C&amp;type=square&amp;width=80\" alt=\"Bryce Lee profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Bryce Lee <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Facebook\/star\/f.svg\" alt=\"Facebook\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Facebook.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Had my wife\u2019s van in to get some tint put on. Tint turned out amazing, Laine was absolutely wonderful! 10\/10 would recommend him for tint jobs. Man\u2019s an absolute legend and the van pimpin once again thanks to the crisp tint. \ud83e\udd19\ud83c\udffb<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"1\"> <div class=\"ti-inner\"> Verified by Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">Trustindex verified badge is the Universal Symbol of Trust. Only the greatest companies can get the verified badge who has a review score above 4.5, based on customer reviews over the past 12 months. <a href=\"https:\/\/www.trustindex.io\/?a=sys&amp;c=wp-verified-badge&amp;url=\/the-trustindex-verified-badge\/\" target=\"_blank\">Read more<\/a><\/div> <\/div> <\/div>  <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-facebook-widget-html\" data-css-url=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/trustindex-facebook-widget.css?1776060737\"><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a9f7bab e-flex e-con-boxed e-con e-parent\" data-id=\"a9f7bab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce92f16 elementor-widget elementor-widget-shortcode\" data-id=\"ce92f16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><pre class=\"ti-widget\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-plugin-version=\"13.2.8\" data-layout-id=\"5\" data-layout-category=\"slider\" data-set-id=\"dark-minimal\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"275\" data-css-version=\"2\" data-reply-by-locale=\"Owner's reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer ti-footer-grid source-Google\"> <div class=\"ti-fade-container\"> <div class=\"ti-rating-text\"> <strong class=\"ti-rating ti-rating-large\"> EXCELLENT <\/strong> <\/div> <span class=\"ti-stars star-lg\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">Based on <strong>3 reviews<\/strong><\/span> <\/div> <div class=\"ti-large-logo\"> <div class=\"ti-v-center\"> <trustindex-image class=\"ti-logo-fb\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/logo.svg\" width=\"150\" height=\"25\" loading=\"lazy\" alt=\"Google\"><\/trustindex-image> <\/div> <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1765324800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLKmP56NdHW7w8o-CjJBgCItkx_8OHSrwp77KxXR-EX5dP_wA=w40-h40-c-rp-mo-br100\" alt=\"Zack Sahli profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Zack Sahli <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Contacted Laine about an auto start. He was able to give me the quote over the phone. Had it ordered and was able to set up a quick installation. Fast, informative, and quality work. 10\/10 recommend this business. Could not be more happy with how everything is working!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1763078400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWIGVydC5wDvYvy37ImOI908d0Kfohb1-8G55RFXWtkNoOGe2Q=w40-h40-c-rp-mo-br100\" alt=\"Micheal Gross profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Micheal Gross <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Very fast, friendly and affordable<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"1\" data-time=\"1762473600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjU808N0ngb2FaO1-s4LeRaF0g7GbEM08ZCHfN6JmCAzddBV1CrJ=w40-h40-c-rp-mo-ba3-br100\" alt=\"Ronnie Mcdonny profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ronnie Mcdonny <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT --><!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"2\"> <div class=\"ti-inner\"> Verified by Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">Trustindex verified badge is the Universal Symbol of Trust. Only the greatest companies can get the verified badge who has a review score above 4.5, based on customer reviews over the past 12 months. <a href=\"https:\/\/www.trustindex.io\/?a=sys&amp;c=wp-verified-badge&amp;url=\/the-trustindex-verified-badge\/\" target=\"_blank\">Read more<\/a><\/div> <\/div> <\/div>  <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/trustindex-google-widget.css?1774295935\"><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d502378 e-flex e-con-boxed e-con e-parent\" data-id=\"d502378\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f05a156 elementor-widget elementor-widget-heading\" data-id=\"f05a156\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Featured Gallery<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-01587a8 e-flex e-con-boxed e-con e-parent\" data-id=\"01587a8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b3e3b3d elementor-widget elementor-widget-shortcode\" data-id=\"b3e3b3d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"custom-home-gallery-wrapper\"><div class=\"custom-home-gallery\"><a href=\"#\" class=\"gallery-item\" data-fullsrc=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2026\/01\/Running-Boards-Install.avif\">\n                        <img decoding=\"async\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2026\/01\/Running-Boards-Install.avif\" alt=\"\" loading=\"lazy\"\/>\n                    <\/a><a href=\"#\" class=\"gallery-item\" data-fullsrc=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2026\/02\/20260127_195334.avif\">\n                        <img decoding=\"async\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2026\/02\/20260127_195334.avif\" alt=\"\" loading=\"lazy\"\/>\n                    <\/a><a href=\"#\" class=\"gallery-item\" data-fullsrc=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/2021-GMC-Sierra-20-Rolldowns-and-14-Inch-Banner.avif\">\n                        <img decoding=\"async\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/2021-GMC-Sierra-20-Rolldowns-and-14-Inch-Banner.avif\" alt=\"\" loading=\"lazy\"\/>\n                    <\/a><a href=\"#\" class=\"gallery-item\" data-fullsrc=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/2017-F-150-20-Rolldowns.avif\">\n                        <img decoding=\"async\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/11\/2017-F-150-20-Rolldowns.avif\" alt=\"\" loading=\"lazy\"\/>\n                    <\/a><\/div><\/div>\n        <div id=\"lightbox-overlay\">\n            <span id=\"lightbox-close\">&times;<\/span>\n            <img decoding=\"async\" id=\"lightbox-image\" src=\"\" alt=\"\">\n        <\/div>\n\n        <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n\n            const overlay = document.getElementById(\"lightbox-overlay\");\n            const lightImg = document.getElementById(\"lightbox-image\");\n            const closeBtn = document.getElementById(\"lightbox-close\");\n            let currentIndex = 0;\n            let galleryItems = [];\n\n            function openLightbox(index) {\n                currentIndex = index;\n                lightImg.src = galleryItems[currentIndex].dataset.fullsrc;\n                overlay.style.display = \"flex\";\n                document.body.style.overflow = \"hidden\";\n                preloadNext();\n            }\n\n            function closeLightbox() {\n                overlay.style.display = \"none\";\n                document.body.style.overflow = \"\";\n            }\n\n            function preloadNext() {\n                let nextIndex = (currentIndex + 1) % galleryItems.length;\n                const img = new Image();\n                img.src = galleryItems[nextIndex].dataset.fullsrc;\n            }\n\n            document.addEventListener(\"click\", function(e) {\n                const item = e.target.closest(\".gallery-item\");\n                if (!item) return;\n                e.preventDefault();\n                galleryItems = Array.from(document.querySelectorAll(\".gallery-item\"));\n                openLightbox(galleryItems.indexOf(item));\n            });\n\n            closeBtn.addEventListener(\"click\", closeLightbox);\n            overlay.addEventListener(\"click\", e => { if (e.target === overlay) closeLightbox(); });\n\n            document.addEventListener(\"keydown\", function(e) {\n                if (e.key === \"Escape\") closeLightbox();\n            });\n\n            \/\/ Swipe Support\n            let touchStartX = 0;\n            let touchEndX = 0;\n\n            overlay.addEventListener(\"touchstart\", e => {\n                touchStartX = e.changedTouches[0].screenX;\n            });\n\n            overlay.addEventListener(\"touchend\", e => {\n                touchEndX = e.changedTouches[0].screenX;\n                handleSwipe();\n            });\n\n            function handleSwipe() {\n                if (touchEndX < touchStartX - 50) {\n                    currentIndex = (currentIndex + 1) % galleryItems.length;\n                    openLightbox(currentIndex);\n                }\n                if (touchEndX > touchStartX + 50) {\n                    currentIndex = (currentIndex - 1 + galleryItems.length) % galleryItems.length;\n                    openLightbox(currentIndex);\n                }\n            }\n\n        });\n        <\/script>\n\n        <style>\n\n\/* ==== GRID ==== *\/\n.custom-home-gallery {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n}\n\n.custom-home-gallery a {\n    display: block;\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    overflow: hidden;\n    border-radius: 16px;\n    position: relative;\n}\n\n.custom-home-gallery img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform .4s ease, opacity .4s ease;\n    opacity: 0;\n    animation: fadeIn .6s ease forwards;\n}\n\n@keyframes fadeIn {\n    to { opacity: 1; }\n}\n\n.custom-home-gallery a:hover img {\n    transform: scale(1.08);\n}\n\n\/* Mobile *\/\n@media (max-width: 600px) {\n    .custom-home-gallery {\n        grid-template-columns: 1fr;\n    }\n}\n\n\/* ==== LIGHTBOX ==== *\/\n#lightbox-overlay {\n    position: fixed;\n    inset: 0;\n    background: rgba(0,0,0,0.85);\n    backdrop-filter: blur(6px);\n    display: none;\n    justify-content: center;\n    align-items: center;\n    z-index: 9999;\n}\n\n#lightbox-overlay img {\n    max-width: 92%;\n    max-height: 92%;\n    border-radius: 14px;\n    box-shadow: 0 20px 50px rgba(0,0,0,0.5);\n}\n\n#lightbox-close {\n    position: absolute;\n    top: 25px;\n    right: 35px;\n    color: white;\n    font-size: 42px;\n    font-weight: bold;\n    cursor: pointer;\n    transition: transform .2s ease;\n}\n\n#lightbox-close:hover {\n    transform: scale(1.15);\n}\n\n        <\/style>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a93b841 e-flex e-con-boxed e-con e-parent\" data-id=\"a93b841\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6494d98 elementor-widget elementor-widget-text-editor\" data-id=\"6494d98\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 data-start=\"1221\" data-end=\"1250\"><span style=\"color: #ffffff;\">Frequently Asked Questions Tint Questions<\/span><\/h2><div><span style=\"color: #ffffff;\">\u00a0<\/span><\/div><p data-start=\"1252\" data-end=\"1368\"><span style=\"color: #ffffff;\"><strong data-start=\"1252\" data-end=\"1290\">How long does window tinting take?<\/strong><\/span><br data-start=\"1290\" data-end=\"1293\" \/><span style=\"color: #ffffff;\">All vehicles are completed the same day depending on the service selected. Rolldowns usually take 30 minutes.<\/span><\/p><p data-start=\"1370\" data-end=\"1483\"><span style=\"color: #ffffff;\"><strong data-start=\"1370\" data-end=\"1412\">Can I roll my windows down right away?<\/strong><\/span><br data-start=\"1412\" data-end=\"1415\" \/><span style=\"color: #ffffff;\">Yes \u2014 we heat treat our installs so they\u2019re ready for immediate use.<\/span><\/p><p data-start=\"1485\" data-end=\"1630\"><span style=\"color: #ffffff;\"><strong data-start=\"1485\" data-end=\"1530\">Is windshield tint legal in South Dakota?<\/strong><\/span><br data-start=\"1530\" data-end=\"1533\" \/><span style=\"color: #ffffff;\">We install film in compliance with South Dakota tint laws and can help you choose a legal option. Or go dark if that is what you&#8217;re after!<\/span><\/p><p data-start=\"1632\" data-end=\"1733\"><span style=\"color: #ffffff;\"><strong data-start=\"1632\" data-end=\"1660\">Do you offer a warranty?<\/strong><\/span><br data-start=\"1660\" data-end=\"1663\" \/><span style=\"color: #ffffff;\">Yes \u2014 our automotive window tint installs include a lifetime warranty.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-900055f e-flex e-con-boxed e-con e-parent\" data-id=\"900055f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8356599 elementor-widget elementor-widget-heading\" data-id=\"8356599\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Catch Our Latest Work and Behind-the-Scenes on Social Media<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1708c80 e-flex e-con-boxed e-con e-parent\" data-id=\"1708c80\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26fa856 elementor-widget elementor-widget-html\" data-id=\"26fa856\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"social-links\" style=\"display:flex; align-items:center; gap:18px;\">\r\n  \r\n  <a href=\"https:\/\/www.facebook.com\/DownTheLineCustoms\" target=\"_blank\" aria-label=\"Facebook\">\r\n    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/1\/1b\/Facebook_icon.svg\" \r\n         alt=\"Facebook\" \r\n         style=\"width:48px; height:48px; object-fit:contain;\" \/>\r\n  <\/a>\r\n\r\n  <a href=\"https:\/\/www.instagram.com\/DownTheLineCustoms\" target=\"_blank\" aria-label=\"Instagram\">\r\n    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/a\/a5\/Instagram_icon.png\" \r\n         alt=\"Instagram\" \r\n         style=\"width:48px; height:48px; object-fit:contain;\" \/>\r\n  <\/a>\r\n\r\n  <a href=\"https:\/\/www.snapchat.com\/add\/DTLCustoms\" target=\"_blank\" aria-label=\"Snapchat\">\r\n    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/c\/c4\/Snapchat_logo.svg\/512px-Snapchat_logo.svg.png\" \r\n         alt=\"Snapchat\" \r\n         style=\"width:48px; height:48px; object-fit:contain;\" \/>\r\n  <\/a>\r\n\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4079269 e-flex e-con-boxed e-con e-parent\" data-id=\"4079269\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47b81fc e-flex e-con-boxed e-con e-parent\" data-id=\"47b81fc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;shape_divider_top&quot;:&quot;opacity-fan&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 283.5 19.6\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.33\" d=\"M0 0L0 18.8 141.8 4.1 283.5 18.8 283.5 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.33\" d=\"M0 0L0 12.6 141.8 4 283.5 12.6 283.5 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.33\" d=\"M0 0L0 6.4 141.8 4 283.5 6.4 283.5 0z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L0 1.2 141.8 4 283.5 1.2 283.5 0z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab65568 e-flex e-con-boxed e-con e-parent\" data-id=\"ab65568\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af61535 elementor-widget elementor-widget-heading\" data-id=\"af61535\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Authorized Dealer for<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6064e08 e-grid e-con-boxed e-con e-parent\" data-id=\"6064e08\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87f0f22 elementor-widget elementor-widget-image\" data-id=\"87f0f22\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"448\" height=\"149\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/logo.webp\" class=\"attachment-large size-large wp-image-159\" alt=\"Hitek Logo\" srcset=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/logo.webp 448w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/logo-300x100.webp 300w\" sizes=\"(max-width: 448px) 100vw, 448px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d8d354 elementor-widget elementor-widget-image\" data-id=\"7d8d354\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"517\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/9589f5a474a929f338eb9a0e0fe4-1024x517.webp\" class=\"attachment-large size-large wp-image-160\" alt=\"Feniex Logo\" srcset=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/9589f5a474a929f338eb9a0e0fe4-1024x517.webp 1024w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/9589f5a474a929f338eb9a0e0fe4-300x151.webp 300w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/9589f5a474a929f338eb9a0e0fe4-768x388.webp 768w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/9589f5a474a929f338eb9a0e0fe4-1536x775.webp 1536w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/9589f5a474a929f338eb9a0e0fe4-scaled.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3eec4b6 elementor-widget elementor-widget-image\" data-id=\"3eec4b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"500\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/arctic-start-logo-vector.png\" class=\"attachment-large size-large wp-image-103\" alt=\"ArcticStart Logo\" srcset=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/arctic-start-logo-vector.png 900w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/arctic-start-logo-vector-300x167.webp 300w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/arctic-start-logo-vector-768x427.webp 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e97668 elementor-widget elementor-widget-image\" data-id=\"7e97668\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"653\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/opengraph-image-1024x653.webp\" class=\"attachment-large size-large wp-image-162\" alt=\"Airlift Logo\" srcset=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/opengraph-image-1024x653.webp 1024w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/opengraph-image-300x191.webp 300w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/opengraph-image-768x490.webp 768w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/opengraph-image.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c2bbdb0 e-flex e-con-boxed e-con e-parent\" data-id=\"c2bbdb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ba5308 elementor-widget elementor-widget-image\" data-id=\"9ba5308\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"916\" height=\"370\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2026\/02\/AMSOIL-Logo_Tagline.avif\" class=\"attachment-large size-large wp-image-672\" alt=\"Amsoil Logo\" srcset=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2026\/02\/AMSOIL-Logo_Tagline.avif 916w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2026\/02\/AMSOIL-Logo_Tagline-300x121.avif 300w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2026\/02\/AMSOIL-Logo_Tagline-768x310.avif 768w\" sizes=\"(max-width: 916px) 100vw, 916px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39772dc e-flex e-con-boxed e-con e-parent\" data-id=\"39772dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5aa4aef elementor-widget elementor-widget-text-editor\" data-id=\"5aa4aef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong data-start=\"261\" data-end=\"276\">Disclaimer:<\/strong><br data-start=\"276\" data-end=\"279\" \/>All product names, logos, and brands are property of their respective owners.<br data-start=\"358\" data-end=\"361\" \/>All company, product, and service names used on this website are for identification purposes only.<br data-start=\"461\" data-end=\"464\" \/>Use of these names, logos, and brands does not imply endorsement.<br data-start=\"531\" data-end=\"534\" \/>Down The Line Customs is an <strong data-start=\"564\" data-end=\"585\">authorized dealer<\/strong> for Hitek Window Films, Feniex Industries, Arctic Start Remote Start Systems, Amsoil and Air Lift Company.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b708063 e-flex e-con-boxed e-con e-parent\" data-id=\"b708063\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-137b75d elementor-widget elementor-widget-text-editor\" data-id=\"137b75d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #ffffff;\">Down The Line Customs is Aberdeen, SD\u2019s premier shop for automotive window tinting, architectural window tinting, remote starts, vehicle wraps, custom headliners, 2-way radios, and unique custom installs. Our expert team delivers precision work, premium products, and lifetime warranty coverage on select services.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba0193f e-flex e-con-boxed e-con e-parent\" data-id=\"ba0193f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Perfection is Our Baseline. Home Services &#9660; All Services Automotive Window Tinting Architectural Window Tinting Remote Starts Wraps Starlight Headliners [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":63,"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":983,"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions\/983"}],"wp:attachment":[{"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}