RIVET BRUSH FOR VINYL WRAP
.iwpd { --iwpd-accent: #ff4b4b; --iwpd-black: #101214; --iwpd-text: #3a4046; --iwpd-muted: #737b82; --iwpd-white: #ffffff; --iwpd-soft: #f5f7f8; --iwpd-soft-2: #fafbfc; --iwpd-bord er: #e0e5e8; --iwpd-color-dark: #171514; --iwpd-color-deep: #3c332d; --iwpd-color: #6d5e52; --iwpd-color-mid: #978779; --iwpd-color-light: #c7bbb1; --iwpd-color-bright: #ebe6e2; --iwpd-radius-lg: 28px; --iwpd-radius-md: 18px; width: 100%; max-width: 1180px; margin: 0 auto; color: var(--iwpd-text); font-family: inherit; font-size: 16px; line-height: 1.55; } .iwpd, .iwpd *, .iwpd *::before, .iwpd *::after { box-sizing: border-box; } .iwpd svg { display: block; max-width: 100%; } .iwpd a { color: inherit; } /* ========================= HERO ========================= */ .iwpd__hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); gap: clamp(24px, 5vw, 64px); align-items: center; overflow: hidden; padding: clamp(30px, 6vw, 72px); border-radius: var(--iwpd-radius-lg); color: var(--iwpd-white); background: linear-gradient( 112deg, transparent 0%, transparent 36%, rgba(255, 255, 255, 0.01) 42%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.015) 54%, transparent 61% ), radial-gradient( circle at 92% 7%, rgba(235, 230, 226, 0.36), transparent 28% ), radial-gradient( circle at 98% 69%, rgba(151, 135, 121, 0.42), transparent 31% ), radial-gradient( circle at 76% 100%, rgba(60, 51, 45, 0.98), transparent 43% ), radial-gradient( circle at 66% 18%, rgba(199, 187, 177, 0.14), transparent 31% ), linear-gradient( 135deg, #090807 0%, var(--iwpd-color-dark) 21%, var(--iwpd-color-deep) 46%, var(--iwpd-color) 70%, var(--iwpd-color-mid) 88%, var(--iwpd-color-light) 100% ); } .iwpd__hero::before { position: absolute; top: 0; left: clamp(30px, 6vw, 72px); width: clamp(84px, 13vw, 160px); height: 5px; border-radius: 0 0 20px 20px; background: var(--iwpd-accent); content: ""; } .iwpd__hero::after { position: absolute; top: -105px; right: -110px; width: 360px; height: 360px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 50%; content: ""; } .iwpd__hero-copy, .iwpd__product-card { position: relative; z-index: 1; } .iwpd__eyebrow { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; } .iwpd__eyebrow span { display: inline-flex; align-items: center; min-height: 30px; padding: 6px 12px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; color: rgba(255, 255, 255, 0.97); background: rgba(255, 255, 255, 0.07); font-size: 11px; font-weight: 700; letter-spacing: 0.09em; line-height: 1.2; text-transform: uppercase; } .iwpd__eyebrow span:first-child { border-color: var(--iwpd-accent); background: var(--iwpd-accent); } .iwpd__hero h2 { max-width: 950px; margin: 0; color: var(--iwpd-white); font-size: clamp(34px, 5.2vw, 66px); font-weight: 800; letter-spacing: -0.045em; line-height: 0.98; } .iwpd__hero-lead { max-width: 820px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.82); font-size: clamp(16px, 1.8vw, 20px); line-height: 1.6; } .iwpd__hero-lead strong { color: var(--iwpd-white); } .iwpd__chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; } .iwpd__chip { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 9px 14px; border-radius: 999px; color: rgba(255, 255, 255, 0.98); background: rgba(255, 255, 255, 0.08); font-size: 13px; font-weight: 600; } .iwpd__chip::before { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--iwpd-accent); content: ""; } .iwpd__product-card { width: 100%; max-width: 390px; justify-self: end; padding: 20px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 24px; background: linear-gradient( 135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025) ); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.43); } .iwpd__product-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } .iwpd__product-meta > div:last-child { text-align: right; } .iwpd__product-label { display: block; color: rgba(255, 255, 255, 0.6); font-size: 10px; font-weight: 700; letter-spacing: 0.13em; line-height: 1.35; text-transform: uppercase; } .iwpd__product-value { display: block; margin-top: 5px; color: var(--iwpd-white); font-size: 14px; font-weight: 750; line-height: 1.4; } .iwpd__product-note { margin: 18px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 11px; line-height: 1.55; } /* ========================= QUICK FACTS ========================= */ .iwpd__facts { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-top: 14px; } .iwpd__fact { min-width: 0; padding: 21px 17px; border: 1px solid var(--iwpd-border); border-radius: var(--iwpd-radius-md); background: var(--iwpd-soft-2); } .iwpd__fact-icon, .iwpd__application-icon { display: flex; align-items: center; justify-content: center; color: var(--iwpd-color-deep); background: linear-gradient(135deg, #faf9f8, #ebe7e4); } .iwpd__fact-icon { width: 39px; height: 39px; margin-bottom: 15px; border-radius: 11px; } .iwpd__fact-icon svg { width: 20px; height: 20px; } .iwpd__fact-label { color: var(--iwpd-muted); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; line-height: 1.3; text-transform: uppercase; } .iwpd__fact-value { display: block; margin-top: 5px; color: var(--iwpd-black); font-size: 14px; font-weight: 750; line-height: 1.35; } /* ========================= SECTIONS ========================= */ .iwpd__section { padding: clamp(48px, 7vw, 86px) 0 0; } .iwpd__section-heading { max-width: 930px; margin-bottom: 30px; } .iwpd__section-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--iwpd-accent); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; } .iwpd__section-kicker::before { width: 26px; height: 3px; border-radius: 10px; background: var(--iwpd-accent); content: ""; } .iwpd__section h3 { margin: 0; color: var(--iwpd-black); font-size: clamp(29px, 4vw, 46px); font-weight: 800; letter-spacing: -0.038em; line-height: 1.05; } .iwpd__section-intro { max-width: 870px; margin: 17px 0 0; color: var(--iwpd-muted); font-size: clamp(15px, 1.6vw, 18px); line-height: 1.75; } /* ========================= STORY ========================= */ .iwpd__story { width: 100%; padding: clamp(28px, 5vw, 56px); border: 1px solid var(--iwpd-border); border-radius: var(--iwpd-radius-lg); background: radial-gradient( circle at 100% 0%, rgba(151, 135, 121, 0.1), transparent 34% ), radial-gradient( circle at 87% 100%, rgba(199, 187, 177, 0.16), transparent 33% ), var(--iwpd-white); } .iwpd__story > p { max-width: 980px; margin: 0; color: #70777d; font-size: clamp(15px, 1.65vw, 18px); line-height: 1.8; } .iwpd__story > p + p { margin-top: 20px; } .iwpd__story strong { color: var(--iwpd-black); } .iwpd__performance { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr); gap: 24px; align-items: center; margin-top: 34px; padding: clamp(22px, 4vw, 34px); border: 1px solid var(--iwpd-border); border-radius: 20px; background: radial-gradient( circle at 100% 0%, rgba(235, 230, 226, 0.62), transparent 39% ), radial-gradient( circle at 82% 100%, rgba(109, 94, 82, 0.07), transparent 40% ), linear-gradient(135deg, #f7f6f5 0%, #ffffff 100%); } .iwpd__performance-label { color: var(--iwpd-accent); font-size: 10px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; } .iwpd__performance h4 { max-width: 700px; margin: 10px 0 0; color: var(--iwpd-black); font-size: clamp(22px, 3vw, 34px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.12; } .iwpd__performance p { margin: 0; padding-left: 24px; border-left: 3px solid var(--iwpd-accent); color: #70777d; font-size: 14px; line-height: 1.7; } /* ========================= FEATURES ========================= */ .iwpd__features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } .iwpd__feature { position: relative; min-height: 245px; overflow: hidden; padding: 29px; border: 1px solid var(--iwpd-border); border-radius: var(--iwpd-radius-md); background: var(--iwpd-soft-2); } .iwpd__feature::after { position: absolute; right: -30px; bottom: -40px; width: 115px; height: 115px; border-radius: 50%; background: rgba(109, 94, 82, 0.05); content: ""; } .iwpd__feature-number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; color: var(--iwpd-white); background: var(--iwpd-color-dark); font-size: 12px; font-weight: 800; } .iwpd__feature h4 { position: relative; z-index: 1; margin: 23px 0 0; color: var(--iwpd-black); font-size: 20px; font-weight: 750; letter-spacing: -0.02em; line-height: 1.25; } .iwpd__feature p { position: relative; z-index: 1; margin: 11px 0 0; color: var(--iwpd-muted); font-size: 14px; line-height: 1.65; } /* ========================= APPLICATIONS ========================= */ .iwpd__applications { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; } .iwpd__application { display: flex; flex-direction: column; justify-content: space-between; min-height: 185px; padding: 24px; border: 1px solid var(--iwpd-border); border-radius: var(--iwpd-radius-md); background: var(--iwpd-white); } .iwpd__application-icon { width: 42px; height: 42px; border-radius: 12px; } .iwpd__application-icon svg { width: 21px; height: 21px; } .iwpd__application strong { display: block; margin-top: 26px; color: var(--iwpd-black); font-size: 16px; line-height: 1.3; } .iwpd__application span { display: block; margin-top: 5px; color: var(--iwpd-muted); font-size: 12px; line-height: 1.5; } /* ========================= TOOL NOTE ========================= */ .iwpd__tool-note { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; align-items: start; margin-top: 14px; padding: 23px 25px; border: 1px solid var(--iwpd-border); border-radius: var(--iwpd-radius-md); background: #f8f7f6; } .iwpd__tool-note-icon { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; border-radius: 50%; color: var(--iwpd-white); background: var(--iwpd-color-deep); } .iwpd__tool-note-icon svg { width: 21px; height: 21px; } .iwpd__tool-note p { margin: 0; color: #687078; font-size: 13px; line-height: 1.65; } .iwpd__tool-note p + p { margin-top: 7px; } .iwpd__tool-note strong { color: var(--iwpd-black); } .iwpd__tool-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 18px; } .iwpd__tool-fact { padding: 17px; border: 1px solid var(--iwpd-border); border-radius: 13px; background: var(--iwpd-white); } .iwpd__tool-fact small { display: block; color: var(--iwpd-accent); font-size: 9px; font-weight: 800; letter-spacing: 0.09em; line-height: 1.3; text-transform: uppercase; } .iwpd__tool-fact strong { display: block; margin-top: 5px; color: var(--iwpd-black); font-size: 13px; line-height: 1.45; } /* ========================= ACCORDIONS ========================= */ .iwpd__details { display: grid; gap: 9px; } .iwpd__detail { overflow: hidden; border: 1px solid var(--iwpd-border); border-radius: var(--iwpd-radius-md); background: var(--iwpd-soft-2); } .iwpd__detail summary { position: relative; display: flex; align-items: center; min-height: 78px; padding: 20px 64px 20px 24px; color: var(--iwpd-black); cursor: pointer; list-style: none; font-size: 16px; font-weight: 750; line-height: 1.35; } .iwpd__detail summary::-webkit-details-marker { display: none; } .iwpd__detail summary::before, .iwpd__detail summary::after { position: absolute; top: 50%; right: 25px; width: 15px; height: 2px; border-radius: 3px; background: var(--iwpd-black); transform: translateY(-50%); content: ""; } .iwpd__detail summary::after { transform: translateY(-50%) rotate(90deg); } .iwpd__detail[open] summary::after { transform: translateY(-50%); } .iwpd__detail[open] summary { background: var(--iwpd-white); } .iwpd__detail-content { padding: 0 24px 27px; background: var(--iwpd-white); } .iwpd__specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; } .iwpd__spec { position: relative; display: grid; grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr); gap: 16px; align-items: center; min-height: 78px; overflow: hidden; padding: 17px 18px 17px 23px; border: 1px solid var(--iwpd-border); border-radius: 14px; background: radial-gradient( circle at 100% 0%, rgba(151, 135, 121, 0.05), transparent 43% ), linear-gradient(135deg, #ffffff 0%, #fafbfc 100%); } .iwpd__spec::before { position: absolute; top: 15px; bottom: 15px; left: 0; width: 4px; border-radius: 0 5px 5px 0; background: var(--iwpd-accent); content: ""; } .iwpd__spec dt { position: relative; margin: 0; padding-left: 13px; color: #737b82; font-size: 11px; font-weight: 800; letter-spacing: 0.055em; line-height: 1.45; text-transform: uppercase; } .iwpd__spec dt::before { position: absolute; top: 50%; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--iwpd-accent); transform: translateY(-50%); content: ""; } .iwpd__spec dd { margin: 0; color: var(--iwpd-black); font-size: 13px; font-weight: 750; line-height: 1.5; } .iwpd__check-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; } .iwpd__check-list li { position: relative; padding-left: 31px; color: #70777d; font-size: 14px; line-height: 1.65; } .iwpd__check-list li::before { position: absolute; top: 3px; left: 0; display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; color: var(--iwpd-white); background: var(--iwpd-color-deep); font-size: 11px; font-weight: 800; content: "✓"; } /* ========================= PRODUCT BANNER ========================= */ .iwpd__tool-banner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 25px; align-items: center; margin-top: 14px; padding: clamp(24px, 4vw, 38px); border-radius: var(--iwpd-radius-lg); background: radial-gradient( circle at 100% 0%, rgba(235, 230, 226, 0.64), transparent 38% ), radial-gradient( circle at 78% 100%, rgba(109, 94, 82, 0.08), transparent 35% ), var(--iwpd-soft); } .iwpd__tool-banner h4 { margin: 0; color: var(--iwpd-black); font-size: clamp(22px, 3vw, 32px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; } .iwpd__tool-banner p { max-width: 790px; margin: 9px 0 0; color: var(--iwpd-muted); font-size: 14px; line-height: 1.65; } .iwpd__tool-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 999px; color: var(--iwpd-white); background: linear-gradient( 135deg, var(--iwpd-color-dark), var(--iwpd-color), var(--iwpd-color-mid) ); font-size: 13px; font-weight: 800; line-height: 1.25; text-align: center; white-space: nowrap; } /* ========================= SUPPORT ========================= */ .iwpd__support { position: relative; overflow: hidden; margin-top: clamp(48px, 7vw, 86px); padding: clamp(30px, 6vw, 60px); border-radius: var(--iwpd-radius-lg); color: var(--iwpd-white); background: radial-gradient( circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34% ), linear-gradient(135deg, #111111, #222222); } .iwpd__support::before { position: absolute; top: 0; left: clamp(30px, 6vw, 60px); width: 120px; height: 5px; border-radius: 0 0 15px 15px; background: var(--iwpd-accent); content: ""; } .iwpd__support-inner { position: relative; z-index: 1; } .iwpd__support-label { color: var(--iwpd-accent); font-size: 11px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; } .iwpd__support h3 { max-width: 760px; margin: 12px 0 0; color: var(--iwpd-white); font-size: clamp(29px, 4.2vw, 50px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.05; } .iwpd__support-copy { max-width: 760px; margin: 15px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 15px; line-height: 1.65; } .iwpd__support-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 31px; } .iwpd a.iwpd__support-button, .iwpd a.iwpd__support-button:link, .iwpd a.iwpd__support-button:visited { display: flex !important; align-items: center !important; gap: 12px !important; min-width: 0 !important; min-height: 64px !important; padding: 14px 16px !important; border: 1px solid rgba(255, 255, 255, 0.17) !important; border-radius: 14px !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; background: rgba(255, 255, 255, 0.08) !important; background-image: none !important; box-shadow: none !important; text-decoration: none !important; text-decoration-line: none !important; text-shadow: none !important; } .iwpd a.iwpd__support-button:first-child { border-color: var(--iwpd-accent) !important; background: var(--iwpd-accent) !important; } .iwpd a.iwpd__support-button::before, .iwpd a.iwpd__support-button::after { display: none !important; content: none !important; } .iwpd a.iwpd__support-button:hover, .iwpd a.iwpd__support-button:focus, .iwpd a.iwpd__support-button:active { border-color: var(--iwpd-accent) !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; background: var(--iwpd-accent) !important; text-decoration: none !important; } .iwpd a.iwpd__support-button:focus-visible { outline: 3px solid rgba(255, 75, 75, 0.35) !important; outline-offset: 3px !important; } .iwpd__support-icon { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 10px; color: var(--iwpd-white); background: rgba(255, 255, 255, 0.14); } .iwpd__support-icon svg { width: 18px; height: 18px; } .iwpd__support-text { min-width: 0; } .iwpd__support-text small { display: block; color: rgba(255, 255, 255, 0.58); font-size: 9px; font-weight: 700; letter-spacing: 0.09em; line-height: 1.3; text-transform: uppercase; } .iwpd__support-text strong { display: block; overflow: hidden; margin-top: 3px; color: var(--iwpd-white); font-size: 13px; font-weight: 750; line-height: 1.3; text-overflow: ellipsis; } .iwpd__fine-print, .iwpd__governance { margin: 18px 3px 0; color: #858585; font-size: 10px; line-height: 1.55; } .iwpd__governance { margin-top: 5px; } @media (max-width: 1020px) { .iwpd__hero { grid-template-columns: 1fr; } .iwpd__product-card { max-width: none; justify-self: stretch; } .iwpd__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); } .iwpd__performance { grid-template-columns: 1fr; } .iwpd__features, .iwpd__applications, .iwpd__support-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); } .iwpd__tool-facts, .iwpd__specs { grid-template-columns: 1fr; } } @media (max-width: 600px) { .iwpd { font-size: 15px; } .iwpd__hero { padding: 35px 20px 22px; border-radius: 22px; } .iwpd__hero::before { left: 20px; } .iwpd__hero h2 { font-size: clamp(30px, 9.8vw, 45px); } .iwpd__product-card { padding: 18px; border-radius: 19px; } .iwpd__product-meta { gap: 14px; } .iwpd__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); } .iwpd__fact { padding: 18px 14px; } .iwpd__section { padding-top: 52px; } .iwpd__story { padding: 26px 21px; border-radius: 20px; } .iwpd__performance { padding: 22px 19px; border-radius: 16px; } .iwpd__features, .iwpd__applications { grid-template-columns: 1fr; } .iwpd__feature { min-height: 0; padding: 24px 21px; } .iwpd__application { min-height: 148px; padding: 21px; } .iwpd__tool-note { grid-template-columns: 1fr; padding: 21px; } .iwpd__detail summary { min-height: 70px; padding: 18px 56px 18px 18px; } .iwpd__detail summary::before, .iwpd__detail summary::after { right: 20px; } .iwpd__detail-content { padding: 0 17px 20px; } .iwpd__spec { grid-template-columns: 1fr; gap: 7px; min-height: 0; padding: 16px 16px 16px 21px; } .iwpd__tool-banner { grid-template-columns: 1fr; padding: 24px 21px; border-radius: 20px; } .iwpd__tool-pill { justify-self: start; white-space: normal; } .iwpd__support { padding: 36px 20px 22px; border-radius: 22px; } .iwpd__support::before { left: 20px; } .iwpd__support-actions { grid-template-columns: 1fr; margin-top: 25px; } .iwpd a.iwpd__support-button { width: 100% !important; } } Tools Rivet Application Vinyl Wrap Wood & Plastic Rivet Brush for Vinyl Wrap A specialized vinyl wrap application brush designed for working graphics and reflective film around rivets while helping push trapped air away from the rivet area. Rivet Application Plastic Bristles Wooden Handle 13 × 4 cm Product Type Rivet Brush Size 13 × 4 cm Constructed with a wooden handle and plastic bristles for vinyl and reflective-film work around rivets. Primary Use Rivet Application Bristles Plastic Handle Wooden Size 13 × 4 cm Function Push Air Out Package 1 Rivet Brush Rivet application Work vinyl and reflective graphics around rivets with controlled pressure The Rivet Brush for Vinyl Wrap is specifically designed for working graphics and reflective film around rivets during wrap installation. The supplied description identifies gentle pressure at the base of the rivet as the method for helping move trapped air out from beneath the vinyl. Its plastic bristles allow the installer to work around the rivet area, while the wooden handle provides a simple hand-held format for controlled application. The ergonomic handle design is intended to improve comfort during use, particularly when working across multiple rivets or detailed graphic areas. Why use a rivet brush? Apply focused pressure around raised rivet areas while helping move trapped air from beneath the film. The supplied description positions the brush as a dedicated tool for achieving a smoother, more professional-looking vinyl application around rivets. Key features Simple construction designed for controlled rivet and graphic application The supplied product information highlights dedicated rivet use, air removal, a wooden handle, plastic bristles and an ergonomic shape. 01 Designed for rivet application Specifically intended for working vinyl graphics and reflective film around raised rivet areas. 02 Helps move trapped air Gentle pressure around the rivet base is used to help push air out from beneath the applied vinyl. 03 Plastic bristles The brush uses plastic bristles for working the film around rivets during application. 04 Wooden handle The supplied description identifies a wooden handle as part of the brush construction. 05 Ergonomic hand-held design The handle shape is designed to support user comfort during repeated application work. 06 Compact 13 × 4 cm size The listed size is 13 × 4 cm, equivalent to approximately 4.1 × 1.6 inches as supplied. Recommended tasks Built for rivets, reflective film and detailed wrap finishing The supplied description focuses on using the brush to work vinyl and reflective graphics around rivets while helping release trapped air. Rivet Areas Work film around raised rivets during vinyl wrap installation. Reflective Film The supplied description specifically identifies reflective graphics film as an application. Air Release Gentle pressure can be used to help move trapped air away from the rivet base. Vinyl Wrap Finishing Supports detailed finishing work around hardware and raised surfaces. Use gentle pressure at the base of the rivet to help move air from beneath the vinyl. The supplied description identifies this controlled-pressure method as the intended way to use the brush around rivets. Handle Wooden Bristles Plastic Listed Size 13 × 4 cm / 4.1 × 1.6 in Product information Materials, size, intended use and application guidance Product details Product Name Rivet Brush for Vinyl Wrap Product Type Vinyl wrap rivet application brush Handle Material Wood Bristle Material Plastic Metric Size 13 × 4 cm Imperial Size 4.1 × 1.6 inch Primary Application Working vinyl and reflective film around rivets Package Contents 1 × Rivet Brush How to use the rivet brush Position the vinyl or graphic film around the rivet area. Use the rivet brush around the raised rivet section. Apply gentle pressure at the base of the rivet. The supplied description identifies this pressure as helping push trapped air out from beneath the vinyl. Continue working around the rivet area as needed for a smoother application. Construction and handling The handle is constructed from wood. The brush bristles are constructed from plastic. The supplied description identifies the materials as non-toxic and tasteless. The handle is described as ergonomic for improved comfort during use. The product is described as durable and suitable for repeated vinyl wrap application work. The listed overall size is 13 × 4 cm / 4.1 × 1.6 inch. Recommended applications and package contents Vinyl wrap installation around rivets. Reflective graphics film application around rivets. Detailed finishing around raised rivet areas. Helping move trapped air from beneath the vinyl near rivet bases. Package includes 1 rivet brush. Purpose-built brush for detailed vinyl application around rivets A compact wooden-handle brush with plastic bristles designed to work graphics and reflective film around rivets while helping move trapped air from beneath the film. 13 × 4 cm Rivet Brush Instawraps product support Questions or need assistance? If you have any questions, or if you need assistance, please do not hesitate to contact our customer service department. Fast assistance Live Chat Send a request Contact Us Email our team [email protected] Speak with us 1-866-258-6908 *Product characteristics, materials, dimensions, rivet application guidance, air-removal function and package contents shown above are based on the supplied product description. Smooth or bubble-free results depend on application technique and conditions and are not guaranteed. Product information presented here is based on the supplied listing information for the Rivet Brush for Vinyl Wrap.
More you might like
Related
Cordless Rivet Gun Tool for Dewalt 20V Max Battery(No Batter
Related
Cordless Brushless Automatic Blind Rivet Riveting Gun for Ma
Related
Decwls Cordless Rivet Gun for DeWalt 20V Max – Brushless Pop
Related