AVERY DENNISON BLUE PROFLEX MEDIUM FELT SQUEEGEE
.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: #0d1821; --iwpd-color-deep: #17334b; --iwpd-color: #275f8c; --iwpd-color-mid: #4d8fbd; --iwpd-color-light: #9fc7df; --iwpd-color-bright: #e7f2f8; --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 35%, rgba(255, 255, 255, 0.01) 41%, rgba(255, 255, 255, 0.09) 48%, rgba(255, 255, 255, 0.015) 55%, transparent 62% ), radial-gradient( circle at 93% 8%, rgba(159, 199, 223, 0.65), transparent 28% ), radial-gradient( circle at 98% 69%, rgba(77, 143, 189, 0.55), transparent 31% ), radial-gradient( circle at 76% 100%, rgba(23, 51, 75, 0.98), transparent 43% ), radial-gradient( circle at 67% 18%, rgba(39, 95, 140, 0.5), transparent 31% ), linear-gradient( 135deg, #070b0f 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, #f8fbfd, #e8f1f6); } .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(77, 143, 189, 0.1), transparent 34% ), radial-gradient( circle at 87% 100%, rgba(159, 199, 223, 0.18), 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(231, 242, 248, 0.9), transparent 39% ), radial-gradient( circle at 82% 100%, rgba(39, 95, 140, 0.08), transparent 40% ), linear-gradient(135deg, #f7fafc 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(39, 95, 140, 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-deep); 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; } /* ========================= PRACTICAL 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: #f7fafc; } .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(77, 143, 189, 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(231, 242, 248, 0.92), transparent 38% ), radial-gradient( circle at 78% 100%, rgba(39, 95, 140, 0.09), 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-deep), 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; } } Application Tool Avery Dennison Blue Proflex Medium Flexible Avery Dennison Blue Proflex Medium Felt Squeegee A soft, medium-flexible application squeegee with a felt edge, designed for precise film and premask-tape application across deep corrugations, pillars, car bumpers and other curved areas. Medium Flexibility Felt Edge 3D Application Surface Care Flexibility Medium Edge Felt Blue, softer construction with medium flexibility for film and premask tape application, including curved and deeply contoured areas. Product Type Squeegee Flexibility Medium Construction Softer Working Edge Felt Application 3D Curves Suitable For Film & Premask Flexible control with surface care Designed for controlled film application across curved and deeply contoured areas The Avery Dennison Blue Proflex Medium Felt Squeegee combines softer construction with medium flexibility for controlled application of film and premask tapes. Its flexibility is designed to help the tool adapt through deep corrugations and curved 3D areas, including pillars and car bumpers. A felt working edge adds a softer contact point for sensitive surfaces, helping reduce the chance of scratching or marring digital prints and specialty vinyl during appropriate application. The combination of moderate flex and felt-edge contact makes the squeegee suitable for detailed areas where both contour-following ability and surface care are important. Flexible where contours demand it Follow deep corrugations and curved vehicle areas while the felt edge supports gentler contact with the film surface. The blue Proflex balances medium flexibility with a softer working profile for application across complex curves and sensitive graphic surfaces. Key features Medium flexibility, felt-edge protection and contour-ready application control Designed for film and premask application where softer tool contact and flexibility are useful across detailed 3D surfaces. 01 Medium flexibility Designed with medium flex to help the squeegee follow curved and contoured application areas. 02 Softer construction Blue, softer construction is intended to provide gentler treatment during film application. 03 Film application Designed for controlled and precise application of film. 04 Premask tape application Suitable for application work involving premask tapes. 05 Deep-corrugation control Flexible profile is intended to help navigate deep corrugations and detailed 3D shapes. 06 Felt-edge surface care Felt edge is designed to help reduce scratching or marring on digital prints and specialty vinyl. Recommended uses Suitable for deep corrugations, pillars, car bumpers and sensitive graphic surfaces Use where medium flexibility and a felt working edge can support controlled application across curved or detailed surfaces. Deep Corrugations Designed to navigate recessed and deeply contoured application areas. Pillars Medium flexibility supports film application around curved pillar areas. Car Bumpers Suited to detailed curved bumper areas requiring flexible tool contact. Digital & Specialty Vinyl Felt edge supports gentler contact with digital prints and specialty vinyl. Use the medium-flexible body to follow curved and contoured areas, while keeping the felt edge against sensitive film surfaces. The felt edge is designed to help reduce scratching and marring on digital prints and specialty vinyl. Results depend on tool condition, surface cleanliness, pressure and application technique. Flex Medium Surface Contact Felt edge Application Focus Curves and 3D areas Product information Flexibility, application areas and felt-edge surface protection Product details Product Name Avery Dennison Blue Proflex Medium Felt Squeegee Brand Avery Dennison Product Type Application squeegee Colour Blue Flexibility Medium flexible Construction Softer Working Edge Felt edge Application Film Application Premask tapes 3D Use Deep corrugations Curved Use Pillars and car bumpers Surface Care Digital prints and specialty vinyl Medium flexibility and film application Designed with medium flexibility. Blue construction is described as softer. Designed for precise film application. Suitable for premask tape application. Flexible construction supports movement across curved surfaces. Softer contact is intended to provide gentler treatment during application. Deep corrugations and curved 3D areas Designed for 3D application work. Suitable for navigating deep corrugations. Intended for curved application areas. Pillars are specifically identified as a suitable application. Car bumpers are specifically identified as a suitable application. Medium flexibility supports tool movement across intricate curves. Felt edge and surface-care guidance Incorporates a felt working edge. Felt edge is designed to help protect sensitive surfaces during application. Intended to help reduce scratching of digital prints. Intended to help reduce marring of digital prints. Suitable for use with specialty vinyl. Keep the working edge clean during application to support effective surface care. Surface results can vary according to tool condition, pressure, contamination and technique. Medium-flexible blue Proflex squeegee with a felt edge for curved and contoured film application Designed for film and premask tapes across deep corrugations, pillars and car bumpers, with a felt edge intended to help reduce scratching and marring on digital prints and specialty vinyl. Medium Flex · Felt Edge 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, Avery Dennison branding, Blue Proflex designation, medium flexibility, softer construction, film and premask-tape application, deep-corrugation use, pillar and car-bumper use, felt-edge design, and digital-print and specialty-vinyl surface-care benefits shown above are based on the supplied product description. Statements describing superior, perfect, ideal, professional, effortless or guaranteed surface protection have been presented as intended product benefits rather than unconditional guarantees. Scratch and mar reduction can vary according to felt cleanliness, tool condition, film surface, pressure and application technique. Exact dimensions, material composition and hardness rating are not specified. Product information presented here is based on the supplied listing information for the Avery Dennison Blue Proflex Medium Felt Squeegee.
More you might like
Related
AVERY DENNISON RED PROFLEX SQUEEGEE
Related
Avery Dennison Red Proflex Squeegee
Related
Avery Dennison Pro Blue Card Squeegee
Related