AVERY DENNISON PREMIUM CUTTER
.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: #141719; --iwpd-color-deep: #3c4348; --iwpd-color: #707980; --iwpd-color-mid: #a5adb2; --iwpd-color-light: #d5dade; --iwpd-color-bright: #f1f3f4; --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 92% 7%, rgba(241, 243, 244, 0.52), transparent 28% ), radial-gradient( circle at 98% 69%, rgba(165, 173, 178, 0.46), transparent 31% ), radial-gradient( circle at 76% 100%, rgba(60, 67, 72, 0.98), transparent 43% ), radial-gradient( circle at 66% 18%, rgba(213, 218, 222, 0.18), transparent 31% ), linear-gradient( 135deg, #08090a 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, #fafafa, #eceeef); } .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(165, 173, 178, 0.1), transparent 34% ), radial-gradient( circle at 87% 100%, rgba(213, 218, 222, 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(241, 243, 244, 0.78), transparent 39% ), radial-gradient( circle at 82% 100%, rgba(112, 121, 128, 0.07), transparent 40% ), linear-gradient(135deg, #f7f8f9 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(112, 121, 128, 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; } /* ========================= 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: #f7f8f9; } .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(165, 173, 178, 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(241, 243, 244, 0.8), transparent 38% ), radial-gradient( circle at 78% 100%, rgba(112, 121, 128, 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; } } Cutting Tool Avery Dennison Premium Cutter Model Z1076 Avery Dennison Premium Cutter A metal-cased cutting tool designed for 30° angled breakaway blades, combining a durable body with a blade format intended for accurate cutting work. Metal Casing 30° Blade Compatibility Breakaway Blade Format Model Z1076 Model Z1076 Blade Format 30° Breakaway Avery Dennison cutter with a strong metal casing designed to hold 30-degree angled breakaway blades for controlled cutting. Brand Avery Dennison Model Z1076 Casing Metal Blade Angle 30° Blade Style Breakaway Purpose Accurate Cutting Durable cutting construction Metal-cased cutter designed around a 30-degree breakaway blade format The Avery Dennison Premium Cutter is built around a strong metal casing designed to provide a durable body for ongoing cutting work. The cutter is specifically designed to hold 30-degree angled breakaway blades, providing a narrow-angle blade format intended for accurate cutting. Its combination of a metal housing and compatible breakaway-blade design creates a straightforward cutting tool for applications where the 30-degree blade profile is preferred. The cutter is identified as model Z1076. 30-degree blade compatibility Pair the durable metal body with compatible 30° angled breakaway blades for controlled cutting work. The cutter is designed specifically around this blade format, combining a rigid metal casing with a narrow angled cutting edge. Key features Strong casing, 30-degree blade support and breakaway cutting functionality A focused cutter design with the key features centred on body durability and compatibility with 30-degree angled breakaway blades. 01 Metal casing Built with a metal casing designed to provide a strong cutter body. 02 Durable construction The casing is described as durable and intended to support extended use of the cutting tool. 03 30-degree blade angle Designed to hold blades with a 30-degree angled cutting profile. 04 Breakaway blade format Compatible with breakaway-style blades designed for this cutter configuration. 05 Accurate cutting focus The 30-degree blade compatibility is intended to support accurate cutting work. 06 Model Z1076 Identified as Avery Dennison model Z1076 for straightforward product reference. Cutting applications Designed for tasks that call for a 30-degree angled breakaway blade Use the cutter with a compatible blade format where controlled, accurate cutting is required. 30° Blade Cutting Designed for cutting tasks using compatible 30-degree angled blades. Breakaway Blade Work Cutter body is specifically designed for angled breakaway blades. Accurate Cutting Intended for applications where accurate blade control is important. Durable Tool Use Metal-cased construction supports repeated cutting work with the compatible blade format. Use compatible 30-degree angled breakaway blades with the cutter. Cutting performance depends on blade condition, material and technique. Handle breakaway blades and exposed cutting edges with appropriate care. Model Z1076 Casing Metal Compatible Blade 30° angled breakaway Product information Model number, casing construction and blade compatibility Product details Product Name Avery Dennison Premium Cutter Brand Avery Dennison Model Number Z1076 Product Type Cutting tool Casing Metal Construction Strong and durable Blade Angle 30 degrees Blade Style Breakaway Primary Benefit Designed for accurate cutting Metal casing and cutter construction Built with a metal casing. Casing is described as strong. Construction is described as durable. The metal body is intended to support ongoing cutter use. Product model is Z1076. 30-degree breakaway blade compatibility Designed to hold 30-degree angled blades. Compatible blade style is breakaway. The narrow blade angle is intended to support accurate cutting. Use a compatible blade format with the cutter. Blade quantity or included blades are not specified. Cutting use and handling guidance Designed for accurate cutting applications. Intended for use with 30-degree angled breakaway blades. Maintain a controlled grip and cutting path during use. Replace or renew the compatible breakaway blade as required. Handle exposed and snapped blade segments with appropriate care. Cutting results depend on blade condition, material and technique. Avery Dennison Premium Cutter with durable metal casing and 30-degree breakaway blade compatibility Model Z1076 is designed around a strong metal cutter body and compatible 30-degree angled breakaway blades for controlled, accurate cutting work. Z1076 · 30° Breakaway Blade 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, Premium Cutter designation, model Z1076, metal casing, strong and durable construction, 30-degree angled breakaway blade compatibility and accurate-cutting purpose shown above are based on the supplied product description. Statements describing long-lasting performance, essential-tool status, precision or reliable cutting have been presented as intended product benefits rather than unconditional guarantees. Blade material, blade dimensions, blade quantity and whether blades are included are not specified. Cutting results can vary according to compatible blade condition, material and technique. Product information presented here is based on the supplied listing information for the Avery Dennison Premium Cutter.